/* STYLES FOR ADMIN DASHBOARD
 This styles load only on admin dashboard page for halloween admin option */

.hl-admin-wrap.wrap {
    margin-bottom: 75px;
}

.hl-admin-wrap .nav-tab-wrapper {
    margin-bottom: 1px !important;
    border-bottom: 0 !important;
}

.hl-admin-wrap *:focus {
    outline: none !important;
}

.hl-admin-wrap .nav-tab-wrapper a{
    margin: 0 0 -1px;
    padding: 15px 25px;
    font-weight: 600;
    text-align: center;
    color: #000000;
    border: 1px solid transparent;
}

.hl-admin-wrap a:focus {
    box-shadow: none;
}

.hl-admin-wrap .nav-tab:hover {
    color: #cf690c;
}

.hl-admin-wrap .nav-tab-wrapper a.nav-tab-active {
    background-color: rgba(207, 105, 12, 0.6);
    background-size: contain;
    color: #FFF;
    text-shadow: 1px 1px 1px #000, -1px -1px 1px #000;
}

.nav-tab-wrapper a.nav-tab-active[data-section=kraken] {
    background-image: url(https://wpkraken.io/assets/images/logo-light.png);
    background-repeat: no-repeat;
}


.hl-admin-wrap label {
    font-weight: bold;
    color: #cf690c;
    margin: 10px 0;
    display: block;
}

.hl-option-wrap {
    background: #FFFFFF;
    border-bottom: 1px solid #dadada;
    padding: 20px;
}

.hl-option select[multiple]{
    padding: 10px;
    min-height: 200px;
    min-width: 200px;
    box-shadow: inset 0 -5px 45px rgba(100,100,100,0.2), 0 1px 1px rgba(255,255,255,0.2);
}

.hl-admin-wrap select option{
    background: rgba(207, 105, 12, 0.8);
}

.hl-admin-wrap option:not(:checked) {
    background-color: inherit;
}

/* STYLES FOR INPUT */

.hl-admin-wrap input {
    border-radius: 3em;
    border: 0;
    box-shadow: inset 0 -5px 45px rgba(100,100,100,0.2), 0 1px 1px rgba(255,255,255,0.2);
}

.hl-admin-wrap input[type="submit"]{
    background: #cf690c;
    color: #FFFFFF;
    padding: 15px 25px;
}

.hl-admin-wrap input[type=checkbox] {
    font-size: 30px;
    margin-top: 5px;
    width: 3.5em;
    height: 1em;
    border-radius: 3em;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.hl-admin-wrap input[type=checkbox]:before {
    display: none;
}

.hl-admin-wrap input[type=checkbox]:after{
    position: absolute;
    content: url(../images/icon.svg);
    width: 16px;
    height: 16px;
    top: 6px;
    left: 5px;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.hl-admin-wrap input[type=checkbox]:checked:after {
    left: calc(100% - 21px);
    transition: all .5s ease;
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    -o-transition: 0.7s;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.hl-admin-wrap input[type=checkbox]:checked:after {
    left: calc(100% - 26px);
}

.hl-admin-wrap input[type=checkbox]:focus, input[type=number]:focus {
    border-color: #cf690c;
    box-shadow: 0 0 2px rgba(207, 105, 12, 0.8);
}

.hl-admin-wrap input[type=number]:focus, input[type=text]:focus {
    background: rgba(207, 105, 12, 0.3);
    box-shadow: 0 0 0 1px #cf690c, 0 0 2px 1px rgba(207, 105, 12, 0.8);
}

/* STYLES FOR TEXTAREA */

.hl-admin-wrap textarea {
    width: 350px;
    height: 100px;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.07);
    border-color: -moz-use-text-color #FFFFFF #FFFFFF -moz-use-text-color;
    border-image: none;
    border-radius: 6px 6px 6px 6px;
    border-style: none solid solid none;
    border-width: medium 1px 1px medium;
    padding: 5px 8px;
    transition: background-color 0.2s ease 0s;
}

.hl-admin-wrap textarea:focus {
    border-color: #cf690c;
    box-shadow: 0 0 0 1px #cf690c, 0 0 2px 1px rgba(207, 105, 12, 0.8);
}

/* STYLES FOR UPLOAD AREA */
.hl-admin-wrap label[for=hl-option-upload-test] {
    margin-bottom: 30px;
}

.hl-admin-wrap .hl-upload-handler {
    position: relative;
    background-color: #cf690c;
    padding: 15px 25px;
    border-radius: 3em;
    color: #ffffff;
    text-decoration: none;
}

.hl-preview-wrap {
    margin-top: 30px;
}

/* STYLES FOR SAVE AREA AND SUBMIT BUTTON */

.hl-options-save {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.hl-admin-wrap .hl-submit {
    box-shadow: 0 0 0 1px #cf690c, 0 0 2px 1px rgba(207, 105, 12, 0.8);
}

.hl-admin-wrap .hl-submit input {
    position: relative;
    left: 165px;
    cursor: pointer;
}

.hl-upload-remove {
    color: #32373c;
    text-decoration: none;
    background: rgba(207, 105, 12, 0.3);
    padding: 6px 10px;
    border-radius: 100%;
    box-shadow: 0 0 0 1px #cf690c, 0 0 2px 1px rgba(207, 105, 12, 0.8);
}

.hl-upload-remove:hover {
    color: #cf690c;
}


/* RESET FOCUS FOR ALL ELEMENTS */

.hl-admin-wrap a:focus, select:focus {
    border-color: #cf690c;
    box-shadow: 0 0 2px rgba(207, 105, 12, 0.6);
}

/* DESCRIPTION OF SETTING */

#hl-option-description {
    color: #dadada;
}

.hl-options-section[data-active="false"] {
    display: none;
}

.hl-options-section[data-active="false"] {
    display: none;
}

.hl-preview[src=""] + .hl-upload-remove {
    display: none;
}



/* STYLES FOR WP KRAKEN TAB */

.hl-wpkraken-quote:focus {
    border-color: #ffffff !important;
    box-shadow: none !important;
}
