/*!
 * Materialize v0.97.8 (http://materializecss.com)
 * Copyright 2014-2015 Materialize
 * MIT License (https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE)
 */


/* Forms
   ========================================================================== */


/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of 'select', unless a 'border' property is set.
 */


/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
#ju-form
{
    padding: 30px 2vw;
}

/**
 * Address 'overflow' set to 'hidden' in IE 8/9/10/11.
 */

button {
    overflow: visible;
}


/**
 * Address inconsistent 'text-transform' inheritance for 'button' and 'select'.
 * All other form control elements do not inherit 'text-transform' values.
 * Correct 'button' style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct 'select' style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}


/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native 'audio'
 *    and 'video' controls.
 * 2. Correct inability to style clickable 'input' types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    'input' and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}


/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}


/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/**
 * Address Firefox 4+ setting 'line-height' on 'input' using '!important' in
 * the UA stylesheet.
 */

#ju-form input {
    line-height: normal;
}


/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to 'content-box' in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

#ju-form input[type="checkbox"],
#ju-form input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * 'font-size' values of the 'input', it causes the cursor style of the
 * decrement button to change from 'default' to 'text'.
 */

#ju-form input[type="number"]::-webkit-inner-spin-button,
#ju-form input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Address 'appearance' set to 'searchfield' in Safari and Chrome.
 * 2. Address 'box-sizing' set to 'border-box' in Safari and Chrome.
 */

#ju-form input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    box-sizing: content-box;
    /* 2 */
}


/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and 'textfield' appearance).
 */

#ju-form input[type="search"]::-webkit-search-cancel-button,
#ju-form input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}




/**
 * Don't inherit the 'font-weight' (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

#ju-form optgroup {
    font-weight: bold;
}


/* This is needed for some mobile phones to display the Google Icon font properly */

#ju-form .material-icons {
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: 'liga';
    -moz-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
}

#ju-form .row {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

#ju-form .row:after {
    content: "";
    display: table;
    clear: both;
}

#ju-form .row .col {
    float: left;
    box-sizing: border-box;
    padding: 0 0.75rem;
    min-height: 1px;
}

#ju-form .row .col[class*="push-"],
#ju-form .row .col[class*="pull-"] {
    position: relative;
}

#ju-form .row .col.s1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
}

#ju-form .row .col.s2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
}

#ju-form .row .col.s3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
}

#ju-form .row .col.s4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
}

#ju-form .row .col.s5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
}

#ju-form .row .col.s6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
}

#ju-form .row .col.s7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
}

#ju-form .row .col.s8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
}

#ju-form .row .col.s9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
}

#ju-form .row .col.s10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
}

#ju-form .row .col.s11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
}

#ju-form .row .col.s12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
}

#ju-form .row .col.offset-s1 {
    margin-left: 8.3333333333%;
}

#ju-form .row .col.pull-s1 {
    right: 8.3333333333%;
}

#ju-form .row .col.push-s1 {
    left: 8.3333333333%;
}

#ju-form .row .col.offset-s2 {
    margin-left: 16.6666666667%;
}

#ju-form .row .col.pull-s2 {
    right: 16.6666666667%;
}

#ju-form .row .col.push-s2 {
    left: 16.6666666667%;
}

#ju-form .row .col.offset-s3 {
    margin-left: 25%;
}

#ju-form .row .col.pull-s3 {
    right: 25%;
}

#ju-form .row .col.push-s3 {
    left: 25%;
}

#ju-form .row .col.offset-s4 {
    margin-left: 33.3333333333%;
}

#ju-form .row .col.pull-s4 {
    right: 33.3333333333%;
}

#ju-form .row .col.push-s4 {
    left: 33.3333333333%;
}

#ju-form .row .col.offset-s5 {
    margin-left: 41.6666666667%;
}

#ju-form .row .col.pull-s5 {
    right: 41.6666666667%;
}

#ju-form .row .col.push-s5 {
    left: 41.6666666667%;
}

#ju-form .row .col.offset-s6 {
    margin-left: 50%;
}

#ju-form .row .col.pull-s6 {
    right: 50%;
}

#ju-form .row .col.push-s6 {
    left: 50%;
}

#ju-form .row .col.offset-s7 {
    margin-left: 58.3333333333%;
}

#ju-form .row .col.pull-s7 {
    right: 58.3333333333%;
}

#ju-form .row .col.push-s7 {
    left: 58.3333333333%;
}

#ju-form .row .col.offset-s8 {
    margin-left: 66.6666666667%;
}

#ju-form .row .col.pull-s8 {
    right: 66.6666666667%;
}

#ju-form .row .col.push-s8 {
    left: 66.6666666667%;
}

#ju-form .row .col.offset-s9 {
    margin-left: 75%;
}

#ju-form .row .col.pull-s9 {
    right: 75%;
}

#ju-form .row .col.push-s9 {
    left: 75%;
}

#ju-form .row .col.offset-s10 {
    margin-left: 83.3333333333%;
}

#ju-form .row .col.pull-s10 {
    right: 83.3333333333%;
}

#ju-form .row .col.push-s10 {
    left: 83.3333333333%;
}

#ju-form .row .col.offset-s11 {
    margin-left: 91.6666666667%;
}

#ju-form .row .col.pull-s11 {
    right: 91.6666666667%;
}

#ju-form .row .col.push-s11 {
    left: 91.6666666667%;
}

#ju-form .row .col.offset-s12 {
    margin-left: 100%;
}

#ju-form .row .col.pull-s12 {
    right: 100%;
}

#ju-form .row .col.push-s12 {
    left: 100%;
}

@media only screen and (min-width: 601px) {
    #ju-form .row .col.m1 {
        width: 8.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    #ju-form .row .col.m2 {
        width: 16.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    #ju-form .row .col.m3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    #ju-form .row .col.m4 {
        width: 33.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    #ju-form .row .col.m5 {
        width: 41.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    #ju-form .row .col.m6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    #ju-form .row .col.m7 {
        width: 58.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    #ju-form .row .col.m8 {
        width: 66.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    #ju-form .row .col.m9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    #ju-form .row .col.m10 {
        width: 83.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    #ju-form .row .col.m11 {
        width: 91.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    #ju-form .row .col.m12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    #ju-form .row .col.offset-m1 {
        margin-left: 8.3333333333%;
    }
    #ju-form .row .col.pull-m1 {
        right: 8.3333333333%;
    }
    #ju-form .row .col.push-m1 {
        left: 8.3333333333%;
    }
    #ju-form .row .col.offset-m2 {
        margin-left: 16.6666666667%;
    }
    #ju-form .row .col.pull-m2 {
        right: 16.6666666667%;
    }
    #ju-form .row .col.push-m2 {
        left: 16.6666666667%;
    }
    #ju-form .row .col.offset-m3 {
        margin-left: 25%;
    }
    #ju-form .row .col.pull-m3 {
        right: 25%;
    }
    #ju-form .row .col.push-m3 {
        left: 25%;
    }
    #ju-form .row .col.offset-m4 {
        margin-left: 33.3333333333%;
    }
    #ju-form .row .col.pull-m4 {
        right: 33.3333333333%;
    }
    #ju-form .row .col.push-m4 {
        left: 33.3333333333%;
    }
    #ju-form .row .col.offset-m5 {
        margin-left: 41.6666666667%;
    }
    #ju-form .row .col.pull-m5 {
        right: 41.6666666667%;
    }
    #ju-form .row .col.push-m5 {
        left: 41.6666666667%;
    }
    #ju-form .row .col.offset-m6 {
        margin-left: 50%;
    }
    #ju-form .row .col.pull-m6 {
        right: 50%;
    }
    #ju-form .row .col.push-m6 {
        left: 50%;
    }
    #ju-form .row .col.offset-m7 {
        margin-left: 58.3333333333%;
    }
    #ju-form .row .col.pull-m7 {
        right: 58.3333333333%;
    }
    #ju-form .row .col.push-m7 {
        left: 58.3333333333%;
    }
    #ju-form .row .col.offset-m8 {
        margin-left: 66.6666666667%;
    }
    #ju-form .row .col.pull-m8 {
        right: 66.6666666667%;
    }
    #ju-form .row .col.push-m8 {
        left: 66.6666666667%;
    }
    #ju-form .row .col.offset-m9 {
        margin-left: 75%;
    }
    #ju-form .row .col.pull-m9 {
        right: 75%;
    }
    #ju-form .row .col.push-m9 {
        left: 75%;
    }
    #ju-form .row .col.offset-m10 {
        margin-left: 83.3333333333%;
    }
    #ju-form .row .col.pull-m10 {
        right: 83.3333333333%;
    }
    #ju-form .row .col.push-m10 {
        left: 83.3333333333%;
    }
    #ju-form .row .col.offset-m11 {
        margin-left: 91.6666666667%;
    }
    #ju-form .row .col.pull-m11 {
        right: 91.6666666667%;
    }
    #ju-form .row .col.push-m11 {
        left: 91.6666666667%;
    }
    #ju-form .row .col.offset-m12 {
        margin-left: 100%;
    }
    #ju-form .row .col.pull-m12 {
        right: 100%;
    }
    #ju-form .row .col.push-m12 {
        left: 100%;
    }
}

@media only screen and (min-width: 993px) {
    #ju-form .row .col.l1 {
        width: 8.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    #ju-form .row .col.l2 {
        width: 16.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    #ju-form .row .col.l3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    #ju-form .row .col.l4 {
        width: 33.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    #ju-form .row .col.l5 {
        width: 41.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    #ju-form .row .col.l6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    #ju-form .row .col.l7 {
        width: 58.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    #ju-form .row .col.l8 {
        width: 66.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    #ju-form .row .col.l9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    #ju-form .row .col.l10 {
        width: 83.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    #ju-form .row .col.l11 {
        width: 91.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    #ju-form .row .col.l12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    #ju-form .row .col.offset-l1 {
        margin-left: 8.3333333333%;
    }
    #ju-form .row .col.pull-l1 {
        right: 8.3333333333%;
    }
    #ju-form .row .col.push-l1 {
        left: 8.3333333333%;
    }
    #ju-form .row .col.offset-l2 {
        margin-left: 16.6666666667%;
    }
    #ju-form .row .col.pull-l2 {
        right: 16.6666666667%;
    }
    #ju-form .row .col.push-l2 {
        left: 16.6666666667%;
    }
    #ju-form .row .col.offset-l3 {
        margin-left: 25%;
    }
    #ju-form .row .col.pull-l3 {
        right: 25%;
    }
    #ju-form .row .col.push-l3 {
        left: 25%;
    }
    #ju-form .row .col.offset-l4 {
        margin-left: 33.3333333333%;
    }
    #ju-form .row .col.pull-l4 {
        right: 33.3333333333%;
    }
    #ju-form .row .col.push-l4 {
        left: 33.3333333333%;
    }
    #ju-form .row .col.offset-l5 {
        margin-left: 41.6666666667%;
    }
    #ju-form .row .col.pull-l5 {
        right: 41.6666666667%;
    }
    #ju-form .row .col.push-l5 {
        left: 41.6666666667%;
    }
    #ju-form .row .col.offset-l6 {
        margin-left: 50%;
    }
    #ju-form .row .col.pull-l6 {
        right: 50%;
    }
    #ju-form .row .col.push-l6 {
        left: 50%;
    }
    #ju-form .row .col.offset-l7 {
        margin-left: 58.3333333333%;
    }
    #ju-form .row .col.pull-l7 {
        right: 58.3333333333%;
    }
    #ju-form .row .col.push-l7 {
        left: 58.3333333333%;
    }
    #ju-form .row .col.offset-l8 {
        margin-left: 66.6666666667%;
    }
    #ju-form .row .col.pull-l8 {
        right: 66.6666666667%;
    }
    #ju-form .row .col.push-l8 {
        left: 66.6666666667%;
    }
    #ju-form .row .col.offset-l9 {
        margin-left: 75%;
    }
    #ju-form .row .col.pull-l9 {
        right: 75%;
    }
    #ju-form .row .col.push-l9 {
        left: 75%;
    }
    #ju-form .row .col.offset-l10 {
        margin-left: 83.3333333333%;
    }
    #ju-form .row .col.pull-l10 {
        right: 83.3333333333%;
    }
    #ju-form .row .col.push-l10 {
        left: 83.3333333333%;
    }
    #ju-form .row .col.offset-l11 {
        margin-left: 91.6666666667%;
    }
    #ju-form .row .col.pull-l11 {
        right: 91.6666666667%;
    }
    #ju-form .row .col.push-l11 {
        left: 91.6666666667%;
    }
    #ju-form .row .col.offset-l12 {
        margin-left: 100%;
    }
    #ju-form .row .col.pull-l12 {
        right: 100%;
    }
    #ju-form .row .col.push-l12 {
        left: 100%;
    }
}

.material-tooltip {
    padding: 10px 8px;
    font-size: 1rem;
    z-index: 2000;
    background-color: transparent;
    border-radius: 2px;
    color: #fff;
    min-height: 36px;
    line-height: 120%;
    opacity: 0;
    display: none;
    position: absolute;
    text-align: center;
    max-width: calc(100% - 4px);
    overflow: hidden;
    left: 0;
    top: 0;
    pointer-events: none;
}

.backdrop {
    position: absolute;
    opacity: 0;
    display: none;
    height: 7px;
    width: 14px;
    border-radius: 0 0 50% 50%;
    background-color: #323232;
    z-index: -1;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#ju-form .btn,
#ju-form .btn-large,
#ju-form .btn-flat {
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 1.5rem;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    text-shadow: none;
}

#ju-form .btn.disabled,
.disabled#ju-form .btn-large,
#ju-form .btn-floating.disabled,
#ju-form .btn-large.disabled,
#ju-form .btn-flat.disabled,
#ju-form .btn:disabled,
#ju-form .btn-large:disabled,
#ju-form .btn-floating:disabled,
#ju-form .btn-large:disabled,
#ju-form .btn-flat:disabled,
#ju-form .btn[disabled],
[disabled]#ju-form .btn-large,
#ju-form .btn-floating[disabled],
#ju-form .btn-large[disabled],
#ju-form .btn-flat[disabled] {
    pointer-events: none;
    background-color: #DFDFDF !important;
    box-shadow: none;
    color: #9F9F9F !important;
    cursor: default;
}

#ju-form .btn.disabled:hover,
.disabled#ju-form .btn-large:hover,
#ju-form .btn-floating.disabled:hover,
#ju-form .btn-large.disabled:hover,
#ju-form .btn-flat.disabled:hover,
#ju-form .btn:disabled:hover,
#ju-form .btn-large:disabled:hover,
#ju-form .btn-floating:disabled:hover,
#ju-form .btn-large:disabled:hover,
#ju-form .btn-flat:disabled:hover,
#ju-form .btn[disabled]:hover,
[disabled]#ju-form .btn-large:hover,
#ju-form .btn-floating[disabled]:hover,
#ju-form .btn-large[disabled]:hover,
#ju-form .btn-flat[disabled]:hover {
    background-color: #DFDFDF !important;
    color: #9F9F9F !important;
}

#ju-form .btn,
#ju-form .btn-large,
#ju-form .btn-floating,
#ju-form .btn-large,
#ju-form .btn-flat {
    outline: 0;
}

#ju-form .btn i,
#ju-form .btn-large i,
#ju-form .btn-floating i,
#ju-form .btn-large i,
#ju-form .btn-flat i {
    font-size: 1rem;
    line-height: inherit;
}

#ju-form .btn:focus,
#ju-form .btn-large:focus,
#ju-form .btn-floating:focus {
    background-color: #1d7d74;
}

#ju-form .btn,
#ju-form .btn-large,.accordion-header .accordion-button,#ju-form .nav-tabs li a  {
    text-decoration: none;
    color: #fff;
    background-color: #ff8726;
    background-image: linear-gradient(to bottom, #ff8714, #ff8726);
    text-align: center;
    letter-spacing: .5px;
    transition: .2s ease-out;
    cursor: pointer;
}
#judiv
{
    float:left;
}
.colorpicker input{ width:30%;text-align:center;}
#ju-form #showplacejson,#ju-form #hideplacejson
{
    text-transform: none;
    color:#ff8726;
background-color: #ffffff;
background-image: linear-gradient(to bottom, #ffffff,#ffffff);
border: 1px solid #ff8726;
}
.com_mymaplocations #toolbar .button-new ,.com_mymaplocations #toolbar .btn
{
    
display: inline-block;
text-decoration: none;
cursor: pointer;
text-align: center;
letter-spacing: 2px;
transition: all ease 0.5s;
vertical-align: middle;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background-color: #fff;
color: #ff8726;
font-weight: bold;
padding: 0px 10px;
min-width: 90px;
border: 1px solid #ff8726;
}
.com_mymaplocations #toolbar .btn span, .com_mymaplocations #toolbar .btn i
{
    color:#ff8726;
}
.btn-success
{
    background:#ff8726;
    
}
.com_mymaplocations #toolbar .dropdown-toggle-split
{
    min-width:10px;
}
#ju-form .nav-tabs li a{
     
display: inline-block;
text-decoration: none;
cursor: pointer;
text-align: center;
letter-spacing: 2px;
transition: all ease 0.5s;
vertical-align: middle;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background-color: #ff8726;
color: #ffffff;
font-weight: bold;
padding: 4px 10px;
min-width: 90px;
border-bottom: 1px solid #9e9e9e;
}
#ju-form .nav-tabs li a.active{
background-color:#f0f4fb;
}
.com_mymaplocations #toolbar .btn.btn-small
{
margin-right: 0.75rem;
}

.input-append .media-preview.add-on {
    color: #fff;
    background-color: #ff8726;
    background-image: linear-gradient(to bottom, #ff8714, #ff8726);
    border: medium none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 2rem;
    
    vertical-align: middle;
}

#ju-form .btn:hover {
    background-color: #ff8726;
}

#ju-form .btn-large:hover {
    background-color: #ff8726;
}

#ju-form .btn-floating {
    display: inline-block;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    background-color: #ff8726;
    border-radius: 50%;
    transition: .3s;
    cursor: pointer;
    vertical-align: middle;
}

#ju-form .btn-floating i {
    width: inherit;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    line-height: 40px;
}

#ju-form .btn-floating:hover {
    background-color: #ff8726;
}

#ju-form .btn-floating:before {
    border-radius: 0;
}

#ju-form .btn-floating#ju-form .btn-large {
    width: 56px;
    height: 56px;
}

#ju-form .btn-floating#ju-form .btn-large i {
    line-height: 56px;
}

button#ju-form .btn-floating {
    border: none;
}

.fixed-action-btn {
    position: fixed;
    right: 23px;
    bottom: 23px;
    padding-top: 15px;
    margin-bottom: 0;
    z-index: 998;
}

.fixed-action-btn.active ul {
    visibility: visible;
}

.fixed-action-btn.horizontal {
    padding: 0 0 0 15px;
}

.fixed-action-btn.horizontal ul {
    text-align: right;
    right: 64px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    left: auto;
    width: 500px;
    /*width 100% only goes to width of button container */
}

.fixed-action-btn.horizontal ul li {
    display: inline-block;
    margin: 15px 15px 0 0;
}

.fixed-action-btn.toolbar {
    padding: 0;
    height: 56px;
}

.fixed-action-btn.toolbar.active > a i {
    opacity: 0;
}

.fixed-action-btn.toolbar ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    bottom: 0;
}

.fixed-action-btn.toolbar ul li {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: inline-block;
    margin: 0;
    height: 100%;
    transition: none;
}

.fixed-action-btn.toolbar ul li a {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: transparent;
    box-shadow: none;
    color: #fff;
    line-height: 56px;
    z-index: 1;
}

.fixed-action-btn.toolbar ul li a i {
    line-height: inherit;
}

.fixed-action-btn ul {
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    bottom: 64px;
    margin: 0;
    visibility: hidden;
}

.fixed-action-btn ul li {
    margin-bottom: 15px;
}

.fixed-action-btn ul a#ju-form .btn-floating {
    opacity: 0;
}

.fixed-action-btn .fab-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 40px;
    height: 40px;
    background-color: #ff8726;
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
}

#ju-form .btn-flat {
    box-shadow: none;
    background-color: transparent;
    color: #343434;
    cursor: pointer;
    transition: background-color .2s;
}

#ju-form .btn-flat:focus,
#ju-form .btn-flat:active {
    background-color: transparent;
}

#ju-form .btn-flat:focus,
#ju-form .btn-flat:hover {
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: none;
}

#ju-form .btn-flat:active {
    background-color: rgba(0, 0, 0, 0.2);
}

#ju-form .btn-flat.disabled {
    background-color: transparent !important;
    color: #b3b3b3 !important;
    cursor: default;
}

#ju-form .btn-large i {
    font-size: 1.6rem;
}

#ju-form .btn-block {
    display: block;
}

#ju-form .dropdown-content {
    background-color: #fff;
    margin: 0;
    display: none;
    min-width: 100px;
    max-height: 650px;
    overflow-y: auto;
    opacity: 0;
    position: absolute;
    z-index: 999;
    will-change: width, height;
}

#ju-form .dropdown-content li {
    clear: both;
    color: rgba(0, 0, 0, 0.87);
    cursor: pointer;
    min-height: 50px;
    line-height: 1.5rem;
    width: 100%;
    text-align: left;
    text-transform: none;
}

#ju-form .dropdown-content li:hover,
#ju-form .dropdown-content li.active,
#ju-form .dropdown-content li#ju-form .selected {
    background-color: #eee;
}

#ju-form .dropdown-content li.active#ju-form .selected {
    background-color: #e1e1e1;
}

#ju-form .dropdown-content li.divider {
    min-height: 0;
    height: 1px;
}

#ju-form .dropdown-content li > a,
#ju-form .dropdown-content li > span {
    font-size: 16px;
    color: #ff8726;
    display: block;
    line-height: 22px;
    padding: 14px 16px;
}

#ju-form .dropdown-content li > span > label {
    top: 1px;
    left: 0;
    height: 18px;
}

#ju-form .dropdown-content li > a > i {
    height: inherit;
    line-height: inherit;
}

#ju-form .input-field.col #ju-form .dropdown-content [type="checkbox"] + label {
    top: 1px;
    left: 0;
    height: 18px;
}




/* Text Inputs + Textarea
   ========================================================================== */


/* Style Placeholders */

::-webkit-input-placeholder {
    color: #d1d1d1;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #d1d1d1;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #d1d1d1;
}

:-ms-input-placeholder {
    color: #d1d1d1;
}

#ju-form .span7.form-horizontal {
    padding: 0 50px 0 0;
}

#ju-form .form-horizontal .control-label {
    padding-top: 10px;
}


/* Text inputs */

#ju-form input:not([type]),
#ju-form input[type=text],
#ju-form input[type=password],
#ju-form input[type=email],
#ju-form input[type=url],
#ju-form input[type=time],
#ju-form input[type=date],
#ju-form input[type=datetime],
#ju-form input[type=datetime-local],
#ju-form input[type=tel],
#ju-form input[type=number],
#ju-form input[type=search],
#ju-form textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 2.8rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 20px 0;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: all 0.3s;
}

#ju-form #jform_catid_chzn,
#ju-form .chzn-container {
    max-width: 300px !important;
}

#ju-form #jform_latitude,
#ju-form #jform_longitude {
    max-width: 150px !important;
    margin-right: 10px;
}

#ju-form input:not([type]):disabled,
input:not([type])[readonly="readonly"],
#ju-form input[type=text]:disabled,
#ju-form input[type=text][readonly="readonly"],
#ju-form input[type=password]:disabled,
#ju-form input[type=password][readonly="readonly"],
#ju-form input[type=email]:disabled,
#ju-form input[type=email][readonly="readonly"],
#ju-form input[type=url]:disabled,
#ju-form input[type=url][readonly="readonly"],
#ju-form input[type=time]:disabled,
#ju-form input[type=time][readonly="readonly"],
#ju-form input[type=date]:disabled,
#ju-form input[type=date][readonly="readonly"],
#ju-form input[type=datetime]:disabled,
#ju-form input[type=datetime][readonly="readonly"],
#ju-form input[type=datetime-local]:disabled,
#ju-form input[type=datetime-local][readonly="readonly"],
#ju-form input[type=tel]:disabled,
#ju-form input[type=tel][readonly="readonly"],
#ju-form input[type=number]:disabled,
#ju-form input[type=number][readonly="readonly"],
#ju-form input[type=search]:disabled,
#ju-form input[type=search][readonly="readonly"],
#ju-form textarea:disabled,
#ju-form textarea[readonly="readonly"] {
    color: rgba(0, 0, 0, 0.26);
    border-bottom: 1px dotted rgba(0, 0, 0, 0.26);
}

#ju-form input:not([type]):disabled + label,
#ju-form input:not([type])[readonly="readonly"] + label,
#ju-form input[type=text]:disabled + label,
#ju-form input[type=text][readonly="readonly"] + label,
#ju-form input[type=password]:disabled + label,
#ju-form input[type=password][readonly="readonly"] + label,
#ju-form input[type=email]:disabled + label,
#ju-form input[type=email][readonly="readonly"] + label,
#ju-form input[type=url]:disabled + label,
#ju-form input[type=url][readonly="readonly"] + label,
#ju-form input[type=time]:disabled + label,
#ju-form input[type=time][readonly="readonly"] + label,
#ju-form input[type=date]:disabled + label,
#ju-form input[type=date][readonly="readonly"] + label,
#ju-form input[type=datetime]:disabled + label,
#ju-form input[type=datetime][readonly="readonly"] + label,
#ju-form input[type=datetime-local]:disabled + label,
#ju-form input[type=datetime-local][readonly="readonly"] + label,
#ju-form input[type=tel]:disabled + label,
#ju-form input[type=tel][readonly="readonly"] + label,
#ju-form input[type=number]:disabled + label,
#ju-form input[type=number][readonly="readonly"] + label,
#ju-form input[type=search]:disabled + label,
#ju-form input[type=search][readonly="readonly"] + label,
#ju-form textarea:disabled + label,
#ju-form textarea[readonly="readonly"] + label {
    color: rgba(0, 0, 0, 0.26);
}

#ju-form input:not([type]):focus:not([readonly]),
#ju-form input[type=text]:focus:not([readonly]),
#ju-form input[type=password]:focus:not([readonly]),
#ju-form input[type=email]:focus:not([readonly]),
#ju-form input[type=url]:focus:not([readonly]),
#ju-form input[type=time]:focus:not([readonly]),
#ju-form input[type=date]:focus:not([readonly]),
#ju-form input[type=datetime]:focus:not([readonly]),
#ju-form input[type=datetime-local]:focus:not([readonly]),
#ju-form input[type=tel]:focus:not([readonly]),
#ju-form input[type=number]:focus:not([readonly]),
#ju-form input[type=search]:focus:not([readonly]),
#ju-form textarea:focus:not([readonly]) {
    border-bottom: 1px solid #ff8726;
    box-shadow: 0 1px 0 0 #ff8726;
}

#ju-form input:not([type]):focus:not([readonly]) + label,
#ju-form input[type=text]:focus:not([readonly]) + label,
#ju-form input[type=password]:focus:not([readonly]) + label,
#ju-form input[type=email]:focus:not([readonly]) + label,
#ju-form input[type=url]:focus:not([readonly]) + label,
#ju-form input[type=time]:focus:not([readonly]) + label,
#ju-form input[type=date]:focus:not([readonly]) + label,
#ju-form input[type=datetime]:focus:not([readonly]) + label,
#ju-form input[type=datetime-local]:focus:not([readonly]) + label,
#ju-form input[type=tel]:focus:not([readonly]) + label,
#ju-form input[type=number]:focus:not([readonly]) + label,
#ju-form input[type=search]:focus:not([readonly]) + label,
#ju-form textarea:focus:not([readonly]) + label {
    color: #ff8726;
}
#ju-form  .field-media-input{width:30%;}
#ju-form input:not([type]).valid,
input:not([type]):focus.valid,
#ju-form input[type=text].valid,
#ju-form input[type=text]:focus.valid,
#ju-form input[type=password].valid,
#ju-form input[type=password]:focus.valid,
#ju-form input[type=email].valid,
#ju-form input[type=email]:focus.valid,
#ju-form input[type=url].valid,
#ju-form input[type=url]:focus.valid,
#ju-form input[type=time].valid,
#ju-form input[type=time]:focus.valid,
#ju-form input[type=date].valid,
#ju-form input[type=date]:focus.valid,
#ju-form input[type=datetime].valid,
#ju-form input[type=datetime]:focus.valid,
#ju-form input[type=datetime-local].valid,
#ju-form input[type=datetime-local]:focus.valid,
#ju-form input[type=tel].valid,
#ju-form input[type=tel]:focus.valid,
#ju-form input[type=number].valid,
#ju-form input[type=number]:focus.valid,
#ju-form input[type=search].valid,
#ju-form input[type=search]:focus.valid,
#ju-form textarea.valid,
#ju-form textarea:focus.valid {
    border-bottom: 1px solid #4CAF50;
    box-shadow: 0 1px 0 0 #4CAF50;
}

#ju-form input:not([type]).valid + label:after,
#ju-form input:not([type]):focus.valid + label:after,
#ju-form input[type=text].valid + label:after,
#ju-form input[type=text]:focus.valid + label:after,
#ju-form input[type=password].valid + label:after,
#ju-form input[type=password]:focus.valid + label:after,
#ju-form input[type=email].valid + label:after,
#ju-form input[type=email]:focus.valid + label:after,
#ju-form input[type=url].valid + label:after,
#ju-form input[type=url]:focus.valid + label:after,
#ju-form input[type=time].valid + label:after,
#ju-form input[type=time]:focus.valid + label:after,
#ju-form input[type=date].valid + label:after,
#ju-form input[type=date]:focus.valid + label:after,
#ju-form input[type=datetime].valid + label:after,
#ju-form input[type=datetime]:focus.valid + label:after,
#ju-form input[type=datetime-local].valid + label:after,
#ju-form input[type=datetime-local]:focus.valid + label:after,
#ju-form input[type=tel].valid + label:after,
#ju-form input[type=tel]:focus.valid + label:after,
#ju-form input[type=number].valid + label:after,
#ju-form input[type=number]:focus.valid + label:after,
#ju-form input[type=search].valid + label:after,
#ju-form input[type=search]:focus.valid + label:after,
#ju-form textarea.valid + label:after,
#ju-form textarea:focus.valid + label:after {
    content: attr(data-success);
    color: #4CAF50;
    opacity: 1;
}

#ju-form input:not([type]).invalid,
#ju-form input:not([type]):focus.invalid,
#ju-form input[type=text].invalid,
#ju-form input[type=text]:focus.invalid,
#ju-form input[type=password].invalid,
#ju-form input[type=password]:focus.invalid,
#ju-form input[type=email].invalid,
#ju-form input[type=email]:focus.invalid,
#ju-form input[type=url].invalid,
#ju-form input[type=url]:focus.invalid,
#ju-form input[type=time].invalid,
#ju-form input[type=time]:focus.invalid,
#ju-form input[type=date].invalid,
#ju-form input[type=date]:focus.invalid,
#ju-form input[type=datetime].invalid,
#ju-form input[type=datetime]:focus.invalid,
#ju-form input[type=datetime-local].invalid,
#ju-form input[type=datetime-local]:focus.invalid,
#ju-form input[type=tel].invalid,
#ju-form input[type=tel]:focus.invalid,
#ju-form input[type=number].invalid,
#ju-form input[type=number]:focus.invalid,
#ju-form input[type=search].invalid,
#ju-form input[type=search]:focus.invalid,
#ju-form textarea.invalid,
#ju-form textarea:focus.invalid {
    border-bottom: 1px solid #F44336;
    box-shadow: 0 1px 0 0 #F44336;
}

#ju-form input:not([type]).invalid + label:after,
#ju-form input:not([type]):focus.invalid + label:after,
#ju-form input[type=text].invalid + label:after,
#ju-form input[type=text]:focus.invalid + label:after,
#ju-form input[type=password].invalid + label:after,
#ju-form input[type=password]:focus.invalid + label:after,
#ju-form input[type=email].invalid + label:after,
#ju-form input[type=email]:focus.invalid + label:after,
#ju-form input[type=url].invalid + label:after,
#ju-form input[type=url]:focus.invalid + label:after,
#ju-form input[type=time].invalid + label:after,
#ju-form input[type=time]:focus.invalid + label:after,
#ju-form input[type=date].invalid + label:after,
#ju-form input[type=date]:focus.invalid + label:after,
#ju-form input[type=datetime].invalid + label:after,
#ju-form input[type=datetime]:focus.invalid + label:after,
#ju-form input[type=datetime-local].invalid + label:after,
#ju-form input[type=datetime-local]:focus.invalid + label:after,
#ju-form input[type=tel].invalid + label:after,
#ju-form input[type=tel]:focus.invalid + label:after,
#ju-form input[type=number].invalid + label:after,
#ju-form input[type=number]:focus.invalid + label:after,
#ju-form input[type=search].invalid + label:after,
#ju-form input[type=search]:focus.invalid + label:after,
#ju-form textarea.invalid + label:after,
#ju-form textarea:focus.invalid + label:after {
    content: attr(data-error);
    color: #F44336;
    opacity: 1;
}

#ju-form input:not([type]).validate + label,
#ju-form input[type=text].validate + label,
#ju-form input[type=password].validate + label,
#ju-form input[type=email].validate + label,
#ju-form input[type=url].validate + label,
#ju-form input[type=time].validate + label,
#ju-form input[type=date].validate + label,
#ju-form input[type=datetime].validate + label,
#ju-form input[type=datetime-local].validate + label,
#ju-form input[type=tel].validate + label,
#ju-form input[type=number].validate + label,
#ju-form input[type=search].validate + label,
#ju-form textarea.validate + label {
    width: 100%;
    pointer-events: none;
}

#ju-form input:not([type]) + label:after,
#ju-form input[type=text] + label:after,
#ju-form input[type=password] + label:after,
#ju-form input[type=email] + label:after,
#ju-form input[type=url] + label:after,
#ju-form input[type=time] + label:after,
#ju-form input[type=date] + label:after,
#ju-form input[type=datetime] + label:after,
#ju-form input[type=datetime-local] + label:after,
#ju-form input[type=tel] + label:after,
#ju-form input[type=number] + label:after,
#ju-form input[type=search] + label:after,
#ju-form textarea + label:after {
    display: block;
    content: "";
    position: absolute;
    top: 60px;
    opacity: 0;
    transition: .2s opacity ease-out, .2s color ease-out;
}

#ju-form .input-field {
    position: relative;
    margin-top: 1rem;
}

#ju-form .input-field.inline {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

#ju-form .input-field.inline input,
#ju-form .input-field.inline #ju-form .select-dropdown {
    margin-bottom: 1rem;
}

#ju-form .input-field.col label {
    left: 0.75rem;
}

#ju-form .input-field.col .prefix ~ label,
#ju-form .input-field.col .prefix ~ .validate ~ label {
    width: calc(100% - 3rem - 1.5rem);
}

#ju-form .input-field label {
    color: #9e9e9e;
    position: absolute;
    top: 0.8rem;
    left: 0;
    font-size: 1rem;
    cursor: text;
    transition: .2s ease-out;
}

#ju-form .input-field label.active {
    font-size: 0.8rem;
    -webkit-transform: translateY(-140%);
    transform: translateY(-140%);
}

#ju-form .input-field .prefix {
    position: absolute;
    width: 3rem;
    font-size: 2rem;
    transition: color .2s;
}

#ju-form .input-field .prefix.active {
    color: #ff8726;
}

#ju-form .input-field .prefix ~ input,
#ju-form .input-field .prefix ~ textarea,
#ju-form .input-field .prefix ~ label,
#ju-form .input-field .prefix ~ .validate ~ label,
#ju-form .input-field .prefix ~ .autocomplete-content {
    margin-left: 3rem;
    width: 92%;
    width: calc(100% - 3rem);
}

#ju-form .input-field .prefix ~ label {
    margin-left: 3rem;
}

@media only screen and (max-width: 992px) {
    #ju-form .input-field .prefix ~ input {
        width: 86%;
        width: calc(100% - 3rem);
    }
}

@media only screen and (max-width: 600px) {
    #ju-form .input-field .prefix ~ input {
        width: 80%;
        width: calc(100% - 3rem);
    }
}


/* Search Field */

#ju-form .input-field input[type=search] {
    display: block;
    line-height: inherit;
    padding-left: 4rem;
    width: calc(100% - 4rem);
}

#ju-form .input-field input[type=search]:focus {
    background-color: #fff;
    border: 0;
    box-shadow: none;
    color: #444;
}

#ju-form .input-field input[type=search]:focus + label i,
#ju-form .input-field input[type=search]:focus ~ .mdi-navigation-close,
#ju-form .input-field input[type=search]:focus ~ .material-icons {
    color: #444;
}

#ju-form .input-field input[type=search] + label {
    left: 1rem;
}

#ju-form .input-field input[type=search] ~ .mdi-navigation-close,
#ju-form .input-field input[type=search] ~ .material-icons {
    position: absolute;
    top: 0;
    right: 1rem;
    color: transparent;
    cursor: pointer;
    font-size: 2rem;
    transition: .3s color;
}


/* Textarea */

#ju-form textarea {
    width: 100%;
    height: 3rem;
    border: 1px solid #c7c7c7;
}

#editor-xtd-buttons .btn {
    margin: 5px;
}

#ju-form #jform_image {
    width: 55%;
    padding-left: 10px;
    margin: 0 0 7px;
}

#ju-form .field-media-input {
    height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.span4 .input-append #postcode {
    margin: 0 0 7px;
}

#ju-form .modal.btn,
#ju-form .btn.hasTooltip {
    padding: 0 4px;
    font-size: 11px;
    position:relative !important;
}

#ju-form .btn.hasTooltip .icon-remove {
    font-size: 1em;
}

#ju-form textarea {
    overflow-y: hidden;
    /* prevents scroll bar flash */
    padding: .8rem 0 1.6rem 1rem;
    /* prevents text jump on Enter keypress */
    resize: none;
    min-height: 3rem;
}

.hiddendiv {
    display: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
    /* future version of deprecated 'word-wrap' */
    padding-top: 1.2rem;
    /* prevents text jump on Enter keypress */
}


/* Autocomplete */

.autocomplete-content {
    margin-top: -15px;
    display: block;
    opacity: 1;
    position: static;
}

.autocomplete-content li .highlight {
    color: #444;
}

.autocomplete-content li img {
    height: 40px;
    width: 40px;
    margin: 5px 15px;
}


/* Radio Buttons
   ========================================================================== */

#ju-form [type="radio"]:not(:checked),
#ju-form [type="radio"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

#ju-form [type="radio"]:not(:checked) + label,
#ju-form [type="radio"]:checked + label {
    position: relative;
    padding:0 25px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    transition: .28s ease;
    /* webkit (konqueror) browsers */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#ju-form [type="radio"] + label:before,
#ju-form [type="radio"] + label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    transition: .28s ease;
}


/* Unchecked styles */

#ju-form [type="radio"]:not(:checked) + label:before,
#ju-form [type="radio"]:not(:checked) + label:after,
#ju-form [type="radio"]:checked + label:before,
#ju-form [type="radio"]:checked + label:after,
#ju-form [type="radio"].with-gap:checked + label:before,
#ju-form [type="radio"].with-gap:checked + label:after {
    border-radius: 50%;
}

#ju-form [type="radio"]:not(:checked) + label:before,
#ju-form [type="radio"]:not(:checked) + label:after {
    border: 2px solid #000;
    
}

#ju-form [type="radio"]:not(:checked) + label:after {
    -webkit-transform: scale(0);
    transform: scale(0);
}


/* Checked styles */

#ju-form [type="radio"]:checked + label:before {
    border: 2px solid transparent;
}

#ju-form [type="radio"]:checked + label:after,
#ju-form [type="radio"].with-gap:checked + label:before,
#ju-form [type="radio"].with-gap:checked + label:after {
    border: 2px solid #ff8726;
}

#ju-form [type="radio"]:checked + label:after,
#ju-form [type="radio"].with-gap:checked + label:after {
    background-color:#ff8726;
}

#ju-form [type="radio"]:checked + label:after {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}


/* Radio With gap */

#ju-form [type="radio"].with-gap:checked + label:after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}




/* Disabled Radio With gap */

#ju-form [type="radio"].with-gap:disabled:checked + label:before {
    border: 2px solid rgba(0, 0, 0, 0.26);
}

#ju-form [type="radio"].with-gap:disabled:checked + label:after {
    border: none;
    background-color: rgba(0, 0, 0, 0.26);
}


/* Disabled style */

#ju-form [type="radio"]:disabled:not(:checked) + label:before,
#ju-form [type="radio"]:disabled:checked + label:before {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.26);
}

#ju-form [type="radio"]:disabled + label {
    color: rgba(0, 0, 0, 0.26);
}

#ju-form [type="radio"]:disabled:not(:checked) + label:before {
    border-color: rgba(0, 0, 0, 0.26);
}

#ju-form [type="radio"]:disabled:checked + label:after {
    background-color: rgba(0, 0, 0, 0.26);
    border-color: #BDBDBD;
}


/* Checkboxes
   ========================================================================== */


/* CUSTOM CSS CHECKBOXES */

#ju-form form p {
    margin-bottom: 10px;
    text-align: left;
}

#ju-form form p:last-child {
    margin-bottom: 0;
}
#ju-form .minicolors-theme-bootstrap .minicolors-input
{
 font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
    font-size: 14px;
    padding-left: 44px;
    width: 65px;
}
/* Switch
   ========================================================================== */

.switch,
.switch * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

.switch label {
    cursor: pointer;
}

.switch label #ju-form input[type=checkbox] {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch label #ju-form input[type=checkbox]:checked + .lever {
    background-color: #84c7c1;
}

.switch label #ju-form input[type=checkbox]:checked + .lever:after {
    background-color: #ff8726;
    left: 24px;
}

.switch label .lever {
    content: "";
    display: inline-block;
    position: relative;
    width: 40px;
    height: 15px;
    background-color: #818181;
    border-radius: 15px;
    margin-right: 10px;
    transition: background 0.3s ease;
    vertical-align: middle;
    margin: 0 16px;
}

.switch label .lever:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 21px;
    height: 21px;
    background-color: #F1F1F1;
    border-radius: 21px;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
    left: -5px;
    top: -3px;
    transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease;
}

#ju-form input[type=checkbox]:checked:not(:disabled) ~ .lever:active::after,
#ju-form input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(38, 166, 154, 0.1);
}

#ju-form input[type=checkbox]:not(:disabled) ~ .lever:active:after,
#ju-form input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08);
}

.switch #ju-form input[type=checkbox][disabled] + .lever {
    cursor: default;
}

.switch label #ju-form input[type=checkbox][disabled] + .lever:after,
.switch label #ju-form input[type=checkbox][disabled]:checked + .lever:after {
    background-color: #BDBDBD;
}


/* Select Field
   ========================================================================== */



#ju-form select.browser-default {
    display: block;
}

#ju-form select {
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    padding: 5px;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    height: 3rem;
}

#ju-form .select-label {
    position: absolute;
}

#ju-form .select-wrapper {
    position: relative;
}

#ju-form .select-wrapper input#ju-form .select-dropdown {
    position: relative;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    outline: none;
    height: 3rem;
    line-height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 20px 0;
    padding: 0;
    display: block;
}

#ju-form .select-wrapper span.caret {
    color: initial;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 10px;
    margin: auto 0;
    font-size: 10px;
    line-height: 10px;
}

#ju-form .select-wrapper span.caret.disabled {
    color: rgba(0, 0, 0, 0.26);
}

#ju-form .select-wrapper + label {
    position: absolute;
    top: -14px;
    font-size: 0.8rem;
}

select:disabled {
    color: rgba(0, 0, 0, 0.3);
}

#ju-form .select-wrapper input#ju-form .select-dropdown:disabled {
    color: rgba(0, 0, 0, 0.3);
    cursor: default;
    -webkit-user-select: none;
    /* webkit (safari, chrome) browsers */
    -moz-user-select: none;
    /* mozilla browsers */
    -ms-user-select: none;
    /* IE10+ */
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

#ju-form .select-wrapper i {
    color: rgba(0, 0, 0, 0.3);
}

#ju-form .select-dropdown li.disabled,
#ju-form .select-dropdown li.disabled > span,
#ju-form .select-dropdown li.optgroup {
    color: rgba(0, 0, 0, 0.3);
    background-color: transparent;
}

.prefix ~ #ju-form .select-wrapper {
    margin-left: 3rem;
    width: 92%;
    width: calc(100% - 3rem);
}

.prefix ~ label {
    margin-left: 3rem;
}

#ju-form .select-dropdown li img {
    height: 40px;
    width: 40px;
    margin: 5px 15px;
    float: right;
}

#ju-form .select-dropdown li.optgroup {
    border-top: 1px solid #eee;
}

#ju-form .select-dropdown li.optgroup#ju-form .selected > span {
    color: rgba(0, 0, 0, 0.7);
}

#ju-form .select-dropdown li.optgroup > span {
    color: rgba(0, 0, 0, 0.4);
}

#ju-form .select-dropdown li.optgroup ~ li.optgroup-option {
    padding-left: 1rem;
}


/* File Input
   ========================================================================== */

.file-field {
    position: relative;
}

.file-field .file-path-wrapper {
    overflow: hidden;
    padding-left: 10px;
}

.file-field input.file-path {
    width: 100%;
}

.file-field #ju-form .btn,
.file-field #ju-form .btn-large {
    float: left;
    height: 3rem;
    line-height: 3rem;
}

.file-field span {
    cursor: pointer;
}

.file-field input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}


/* Range
   ========================================================================== */

.range-field {
    position: relative;
}

#ju-form input[type=range],
#ju-form input[type=range] + .thumb {
    cursor: pointer;
}

#ju-form input[type=range] {
    position: relative;
    background-color: transparent;
    border: none;
    outline: none;
    width: 100%;
    margin: 15px 0;
    padding: 0;
}

 #ju-form input[type=range]:focus {
    outline: none;
}

#ju-form input[type=range] + .thumb {
    position: absolute;
    border: none;
    height: 0;
    width: 0;
    border-radius: 50%;
    background-color: #ff8726;
    top: 10px;
    margin-left: -6px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#ju-form input[type=range] + .thumb .value {
    display: block;
    width: 30px;
    text-align: center;
    color: #ff8726;
    font-size: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#ju-form input[type=range] + .thumb.active {
    border-radius: 50% 50% 50% 0;
}

#ju-form input[type=range] + .thumb.active .value {
    color: #fff;
    margin-left: -1px;
    margin-top: 8px;
    font-size: 10px;
}

#ju-form input[type=range] {
    -webkit-appearance: none;
}

#ju-form input[type=range]::-webkit-slider-runnable-track {
    height: 3px;
    background: #c2c0c2;
    border: none;
}

#ju-form input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background-color: #ff8726;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    margin: -5px 0 0 0;
    transition: .3s;
}

#ju-form input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}

#ju-form input[type=range] {
    /* fix for FF unable to apply focus style bug  */
    border: 1px solid white;
    /*required for proper track sizing in FF*/
}

#ju-form input[type=range]::-moz-range-track {
    height: 3px;
    background: #ddd;
    border: none;
}

#ju-form input[type=range]::-moz-range-thumb {
    border: none;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #ff8726;
    margin-top: -5px;
}

#ju-form input[type=range]:-moz-focusring {
    outline: 1px solid #fff;
    outline-offset: -1px;
}

#ju-form input[type=range]:focus::-moz-range-track {
    background: #ccc;
}

#ju-form input[type=range]::-ms-track {
    height: 3px;
    background: transparent;
    border-color: transparent;
    border-width: 6px 0;
    /*remove default tick marks*/
    color: transparent;
}

#ju-form input[type=range]::-ms-fill-lower {
    background: #777;
}

#ju-form input[type=range]::-ms-fill-upper {
    background: #ddd;
}

#ju-form input[type=range]::-ms-thumb {
    border: none;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #ff8726;
}

#ju-form input[type=range]:focus::-ms-fill-lower {
    background: #888;
}

#ju-form input[type=range]:focus::-ms-fill-upper {
    background: #ccc;
}

.editor-panel {
    width: 80%;
}

div.control-group div#map {
    margin-bottom: 20px;
    width: 90% !important;
    float:left;
}

div.navbar-form.pull-left span.label.label-info {
    background-color: #2ab5a7;
    height: 20px;
    margin-right: 4px;
    vertical-align: middle;
}

#ju-form  .btn-group.radio
{
    background: transparent;
    margin-top: 10px;
    
}
#ju-form  .btn-group.radio:focus
{    
border:none;
}
 .com_mymaplocations #toolbar .button-new 
{
    background-color: #ff8726;
color: #fff;
border-color: #ff8726;
}
 .com_mymaplocations #toolbar .button-new  i, .com_mymaplocations #toolbar .button-new  span
{
color: #fff;
    
}

 .com_mymaplocations #toolbar .button-apply, .com_mymaplocations #toolbar .btn.btn-small.btn-success
{
     background-color: #ff8726;
color: #fff;
border-color: #ff8726;
}
 .com_mymaplocations #toolbar .button-apply span, .com_mymaplocations #toolbar .btn.btn-small.btn-success i.icon-white
{
color: #fff;
}
 .com_mymaplocations #toolbar .button-save-new
{
    border-color: #49bf88;
    color: #49bf88;
}
 .com_mymaplocations #toolbar .button-save-new span
{
    color: #49bf88;   
}
 .com_mymaplocations #toolbar  .button-cancel
{
    border-color: #000000;
    color: #000000;
    
}
 .com_mymaplocations #toolbar  .button-cancel span
{
    color: #000000;
    
}
#ju-form .controls input.color,#ju-form .controls #colorpicker input
{
    width:240px;
    text-align: center;
}
#ju-form .btn-group.radio .btn
{
    background:#fff;
    color:#000;
    box-shadow:none;
}
#ju-form  .accordion-item  .icon-white
{
    margin-right:5px;
}
#ju-form   .selemenu label
{
    display:block;
}
.com_mymaplocations #toolbar a.btn.btn-small.btn-success
{
    margin-left:10px;
}
.com_mymaplocations #toolbar .btn-wrapper .btn,#linkyTable .btn,#slide1_id .btn
{

display: inline-block;
text-decoration: none;
cursor: pointer;
text-align: center;
letter-spacing: 2px;
transition: all ease 0.5s;
vertical-align: middle;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background-color: #fff;
color: #ff8726;
font-weight:bold;
min-width: 90px;
border: 1px solid #ff8726;
}
.com_mymaplocations #toolbar .btn-wrapper .btn:hover,#linkyTable .btn:hover,#slide1_id .btn:hover
{

-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.com_mymaplocations #toolbar .btn-wrapper  .btn [class^="icon-"], .com_mymaplocations #toolbar .btn-wrapper .btn [class*=" icon-"]
{	background-color: #fff;
	border-right: unset;
}

.com_mymaplocations #toolbar .btn-wrapper  .btn [class^="icon-"]::before, .com_mymaplocations #toolbar .btn-wrapper  .btn [class*=" icon-"]::before
{
color: #ff8726;
}
.com_mymaplocations #toolbar .com_mymaplocations #toolbar-new .btn,.com_mymaplocations #toolbar .com_mymaplocations #toolbar-apply .btn,.com_mymaplocations #toolbar .com_mymaplocations #toolbar-custom .btn-success,.com_mymaplocations #toolbar .com_mymaplocations #toolbar-custom .btn-success, #linkyTable .btn,#slide1_id .btn
{
background-color: #ff8726;
color: #fff;
border-color: #ff8726;
}
#linkyTable .btn-danger,#slide1_id .btn-danger
{
  border-color: #000;
color: #000;
background-color: #fff;
margin-left:10px;

}
.com_mymaplocations #toolbar .com_mymaplocations #toolbar-new .btn [class^="icon-"], .com_mymaplocations #toolbar .com_mymaplocations #toolbar-new .btn  [class*=" icon-"],.com_mymaplocations #toolbar .com_mymaplocations #toolbar-apply .btn [class^="icon-"], .com_mymaplocations #toolbar .com_mymaplocations #toolbar-apply .btn  [class*=" icon-"],.com_mymaplocations #toolbar .com_mymaplocations #toolbar-custom .btn-success  [class*=" icon-"],.com_mymaplocations #toolbar .com_mymaplocations #toolbar-custom .btn-success [class^="icon-"]
{
  background-color: #ff8726;
border-right: unset;
}
.com_mymaplocations #toolbar .com_mymaplocations #toolbar-new .btn [class^="icon-"]::before, .com_mymaplocations #toolbar .com_mymaplocations #toolbar-new .btn  [class*=" icon-"]::before,.com_mymaplocations #toolbar .com_mymaplocations #toolbar-apply .btn [class^="icon-"]::before, .com_mymaplocations #toolbar .com_mymaplocations #toolbar-apply .btn  [class*=" icon-"]::before,.com_mymaplocations #toolbar .com_mymaplocations #toolbar-custom .btn-success  [class*=" icon-"]::before,.com_mymaplocations #toolbar .com_mymaplocations #toolbar-custom .btn-success [class^="icon-"]::before

{
  color:#fff;
}
.com_mymaplocations #toolbar .com_mymaplocations #toolbar-save-new .btn,.com_mymaplocations #toolbar .com_mymaplocations #toolbar-publish .btn,.com_mymaplocations #toolbar .com_mymaplocations #toolbar-save-new .btn [class^="icon-"],.com_mymaplocations #toolbar .com_mymaplocations #toolbar-publish .btn [class^="icon-"],.com_mymaplocations #toolbar .com_mymaplocations #toolbar-save-new .btn [class^="icon-"]::before,.com_mymaplocations #toolbar .com_mymaplocations #toolbar-publish .btn [class^="icon-"]::before
{
  border-color: #49bf88;
  color: #49bf88;
}
.com_mymaplocations #toolbar .com_mymaplocations #toolbar-delete  .btn, .com_mymaplocations #toolbar .com_mymaplocations #toolbar-cancel .btn,.com_mymaplocations #toolbar .com_mymaplocations #toolbar-trash .btn,.com_mymaplocations #toolbar .com_mymaplocations #toolbar-trash .btn [class^="icon-"]::before
{
  border-color: #000;
  color:  #000;
}
#filter_search
{
    margin-bottom:0px;
     border: 1px solid hsl(214deg 40% 80%);
}
.editing-map-entry .btn
{
   margin-right: 10px; 
}
#ju-form .field-media-wrapper .input-group .field-media-input
{
    float:left;
}
#ju-form .field-calendar .input-group .form-control,#ju-form #jform_created_by
{
    width: 55% ;
    float: left;
}
#ju-form   .form-text
{
    float:left;
}
#ju-form #postcode
{
    margin-bottom:10px;
}
#filter-bar{margin-bottom:10px;}
#jform_logo,#jform_icon { max-width: 290px;}