@charset "UTF-8";
/*	
*	############################################################################
*	
*	KINGADMIN Admin Dashboard Style
*	---------------------------------------------------------------------
*
*	Version		1.4
*	Author		The Develovers
*	Copyright	Copyright 2014-2015 The Develovers
*	
*	############################################################################
*/
/* ========================================================================
 * bootstrap-switch - v2.0.1
 * http://www.bootstrap-switch.org
 * ========================================================================
 * Copyright 2012-2013 Mattia Larentis
 *
 * ========================================================================
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================================
 */
/* line 22, ../../sass/vendors/_bootstrap-switch.scss */

/* line 40, ../../sass/vendors/_bootstrap-tour.scss */
.popover[class*="tour-"] {
    z-index: 1100;
}

/* line 43, ../../sass/vendors/_bootstrap-tour.scss */
.popover[class*="tour-"] .popover-navigation {
    padding: 9px 14px;
}

/* line 46, ../../sass/vendors/_bootstrap-tour.scss */
.popover[class*="tour-"] .popover-navigation *[data-role="end"] {
    float: right;
}

/* line 49, ../../sass/vendors/_bootstrap-tour.scss */
.popover[class*="tour-"] .popover-navigation *[data-role="prev"],
.popover[class*="tour-"] .popover-navigation *[data-role="next"],
.popover[class*="tour-"] .popover-navigation *[data-role="end"] {
    cursor: pointer;
}

/* line 54, ../../sass/vendors/_bootstrap-tour.scss */
.popover[class*="tour-"] .popover-navigation *[data-role="prev"].disabled,
.popover[class*="tour-"] .popover-navigation *[data-role="next"].disabled,
.popover[class*="tour-"] .popover-navigation *[data-role="end"].disabled {
    cursor: default;
}

/* line 59, ../../sass/vendors/_bootstrap-tour.scss */
.popover[class*="tour-"].orphan {
    position: fixed;
    margin-top: 0;
}

/* line 63, ../../sass/vendors/_bootstrap-tour.scss */
.popover[class*="tour-"].orphan .arrow {
    display: none;
}

/*! X-editable - v1.5.1 
* In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
* http://github.com/vitalets/x-editable
* Copyright (c) 2013 Vitaliy Potapov; Licensed MIT */
/* line 5, ../../sass/vendors/_bootstrap-editable.scss */
.editableform {
    margin-bottom: 0;
    /* overwrites bootstrap margin */
}

/* line 9, ../../sass/vendors/_bootstrap-editable.scss */
.editableform .control-group {
    margin-bottom: 0;
    /* overwrites bootstrap margin */
    white-space: nowrap;
    /* prevent wrapping buttons on new line */
    line-height: 20px;
    /* overwriting bootstrap line-height. See #133 */
}

/* 
  BS3 width:1005 for inputs breaks editable form in popup 
  See: https://github.com/vitalets/x-editable/issues/393
*/
/* line 19, ../../sass/vendors/_bootstrap-editable.scss */
.editableform .form-control {
    width: auto;
}

/* line 23, ../../sass/vendors/_bootstrap-editable.scss */
.editable-buttons {
    display: inline-block;
    /* should be inline to take effect of parent's white-space: nowrap */
    vertical-align: top;
    margin-left: 5px;
    /* inline-block emulation for IE7*/
    zoom: 1;
    *display: inline;
}

/* line 32, ../../sass/vendors/_bootstrap-editable.scss */
.editable-buttons.editable-buttons-bottom {
    display: block;
    margin-top: 7px;
    margin-left: 0;
}

/* line 38, ../../sass/vendors/_bootstrap-editable.scss */
.editable-input {
    vertical-align: top;
    display: inline-block;
    /* should be inline to take effect of parent's white-space: nowrap */
    width: auto;
    /* bootstrap-responsive has width: 100% that breakes layout */
    white-space: normal;
    /* reset white-space decalred in parent*/
    /* display-inline emulation for IE7*/
    zoom: 1;
    *display: inline;
}

.editable-input select {
    padding: 2px;
    font-size: 1.1em !important;
    height: 30px !important;
}

/* line 48, ../../sass/vendors/_bootstrap-editable.scss */
.editable-buttons .editable-cancel {
    margin-left: 5px;
}

/*for jquery-ui buttons need set height to look more pretty*/
/* line 53, ../../sass/vendors/_bootstrap-editable.scss */
.editable-buttons button.ui-button-icon-only {
    height: 24px;
    width: 30px;
}

/* line 58, ../../sass/vendors/_bootstrap-editable.scss */
.editableform-loading {
    background: url("../img/loading.gif") center center no-repeat;
    height: 25px;
    width: 25px;
    min-width: 25px;
    margin: 0;
}

/* line 65, ../../sass/vendors/_bootstrap-editable.scss */
.editable-inline .editableform-loading {
    background-position: left 5px;
}

/* line 69, ../../sass/vendors/_bootstrap-editable.scss */
.editable-error-block {
    max-width: 300px;
    margin: 5px 0 0 0;
    width: auto;
    white-space: normal;
}

/*add padding for jquery ui*/
/* line 77, ../../sass/vendors/_bootstrap-editable.scss */
.editable-error-block.ui-state-error {
    padding: 3px;
}

/* line 81, ../../sass/vendors/_bootstrap-editable.scss */
.editable-error {
    color: red;
}

/* ---- For specific types ---- */
/* line 87, ../../sass/vendors/_bootstrap-editable.scss */
.editableform .editable-date {
    padding: 0;
    margin: 0;
    float: left;
}

/* move datepicker icon to center of add-on button. See https://github.com/vitalets/x-editable/issues/183 */
/* line 94, ../../sass/vendors/_bootstrap-editable.scss */
.editable-inline .add-on .icon-th {
    margin-top: 3px;
    margin-left: 1px;
}

/* checklist vertical alignment */
/* line 101, ../../sass/vendors/_bootstrap-editable.scss */
.editable-checklist label input[type="checkbox"],
.editable-checklist label span {
    vertical-align: middle;
    margin: 0;
}

/* line 107, ../../sass/vendors/_bootstrap-editable.scss */
.editable-checklist label {
    white-space: nowrap;
}

/* set exact width of textarea to fit buttons toolbar */
/* line 112, ../../sass/vendors/_bootstrap-editable.scss */
.editable-wysihtml5 {
    width: 566px;
    height: 250px;
}

/* clear button shown as link in date inputs */
/* line 118, ../../sass/vendors/_bootstrap-editable.scss */
.editable-clear {
    clear: both;
    font-size: 0.9em;
    text-decoration: none;
    text-align: right;
}

/* IOS-style clear button for text inputs */
/* line 126, ../../sass/vendors/_bootstrap-editable.scss */
.editable-clear-x {
    background: url("../img/clear.png") center center no-repeat;
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    opacity: 0.6;
    z-index: 100;
    top: 50%;
    right: 6px;
    margin-top: -6px;
}

/* line 141, ../../sass/vendors/_bootstrap-editable.scss */
.editable-clear-x:hover {
    opacity: 1;
}

/* line 145, ../../sass/vendors/_bootstrap-editable.scss */
.editable-pre-wrapped {
    white-space: pre-wrap;
}

/* line 148, ../../sass/vendors/_bootstrap-editable.scss */
.editable-container.editable-popup {
    max-width: none !important;
    /* without this rule poshytip/tooltip does not stretch */
}

/* line 152, ../../sass/vendors/_bootstrap-editable.scss */
.editable-container.popover {
    width: auto;
    /* without this rule popover does not stretch */
}

/* line 156, ../../sass/vendors/_bootstrap-editable.scss */
.editable-container.editable-inline {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    /* inline-block emulation for IE7*/
    zoom: 1;
    *display: inline;
}

/* line 165, ../../sass/vendors/_bootstrap-editable.scss */
.editable-container.ui-widget {
    font-size: inherit;
    /* jqueryui widget font 1.1em too big, overwrite it */
    z-index: 9990;
    /* should be less than select2 dropdown z-index to close dropdown first when click */
}

/* line 169, ../../sass/vendors/_bootstrap-editable.scss */
.editable-click, a.editable-click{
    width: auto;
    text-decoration: none;
    color: #0000cc;
    border-bottom: 0;
}


a.editable-click:hover {
    color: #2571cc;
    border-bottom: dashed 1px #0088cc;
}

/* line 176, ../../sass/vendors/_bootstrap-editable.scss */
.editable-click.editable-disabled, a.editable-click.editable-disabled, a.editable-click.editable-disabled:hover {
    color: #585858;
    cursor: default;
    border-bottom: none;
}

/* line 184, ../../sass/vendors/_bootstrap-editable.scss */
.editable-empty{
    font-style: italic;
    text-decoration: none;
    color: #DD1144;
}

.editable-empty:hover {
    text-decoration: none;
    color: #dd473b;
    border-bottom: dashed 1px #f4543b;
}

/* line 191, ../../sass/vendors/_bootstrap-editable.scss */
.editable-unsaved {
    font-weight: bold;
}

/* line 195, ../../sass/vendors/_bootstrap-editable.scss */
.editable-unsaved:after {
    /*    content: '*'*/
}

/* line 199, ../../sass/vendors/_bootstrap-editable.scss */
.editable-bg-transition {
    -webkit-transition: background-color 1400ms ease-out;
    -moz-transition: background-color 1400ms ease-out;
    -o-transition: background-color 1400ms ease-out;
    -ms-transition: background-color 1400ms ease-out;
    transition: background-color 1400ms ease-out;
}

/*see https://github.com/vitalets/x-editable/issues/139 */
/* line 208, ../../sass/vendors/_bootstrap-editable.scss */
.form-horizontal .editable {
    padding-top: 5px;
    display: inline-block;
}

