/** Btn icon */
.btn .fa.left {
    border-right:2px solid #fff;
    padding-right:8px;
    margin-right:8px;
}
.btn .fa.right {
    border-left:2px solid #fff;
    padding-left:8px;
    margin-left:8px;
}
.btn .fa.no-label {
    border:0px !important;
    padding:0px !important;
    margin:0px !important;
}

/**XS View*/
@media screen and (max-width: 767px) {
    .btn .fa.left {
        border-right:0px;
        padding-right:0px;
        margin-right:0px;
    }
}
/**SM View*/
@media screen and (min-width: 767px) and (max-width: 992px) {
    .btn .fa.left {
        border-right: 1px solid #fff;
        margin-right: 2px;
        padding-right: 5px;
    }
}

/** Button*/
.btn {
    border-radius:0px;
    box-shadow:none;
    padding:1px;
    background:none;
    background-color:#fff;
    color:#fff;
}
.btn .inner {
    background-image: linear-gradient(to bottom, #e2f0f6 0px, #c5e2eb 100%);
    display:block;
    padding:6px 20px;
    text-align:center;
    font-size:0.9em;
    text-overflow:ellipsis;
    overflow:hidden;
    height:100%;
    width:100%;
}
/**XS Modification*/
@media screen and (max-width: 767px) {
    .btn .inner {
        padding:4px 10px;
    }
}


.btn-xs .inner {
    padding:4px 5px;
}
.btn.no-border {
    border:0px;
    padding:0px;
}

/**Sizes*/
.btn-xl {
    font-size: 1.4em;
    padding: 8px;
}

/** Button Default **/
.btn-default {
    border:1px solid #86a2c3;
    color:#333;
}
.btn-default .inner {
    background-image: linear-gradient(to bottom, #e2f0f6 0px, #c5e2eb 100%);
}
.btn-default:focus,
.btn-default:hover {
    background-color: #c5e2eb;
}

/** Button Muted **/
.btn-muted {
    border:1px solid #ccc;
    background-image: none;
    background-color: #ccc;
    color:#333;
}
.btn-muted .inner {
    background-image: none;
    background-color: #ccc;
    /*background-image: linear-gradient(to bottom, #f7f7f7 0px, #e0e0e0 100%);*/
}
.btn-muted:focus,
.btn-muted:hover {
    background-color: #ccc;
}

/** Button Danger **/
.btn-danger {
    border:1px solid #eb4949;
    color:#7b0000;
}
.btn-danger .inner {
    background-image: linear-gradient(to bottom, #fde9e9 0px, #f9caca 100%);
    text-shadow: 0 1px 0 #fff;
}
.btn-danger:focus,
.btn-danger:hover {
    background-color: #f9caca;
    color:#7b0000;
}

/** Button Success **/
.btn-success {
    border:1px solid #3dba00;
    color:#186e00;
}
.btn-success .inner {
    background-image: linear-gradient(to bottom, #e9fae5 0px, #cdf3c1 100%);
    text-shadow: 0 1px 0 #fff;
}
.btn-success:focus,
.btn-success:hover {
    background-color: #cdf3c1;
    color:#186e00;
}

/** Button Warning **/
.btn-warning {
    border:1px solid #edbe00;
    color:#856a00;
}
.btn-warning .inner {
    background-image: linear-gradient(to bottom, #fff7c8 0px, #f5e58a 100%);
    text-shadow: 0 1px 0 #fff;
}
.btn-warning:focus,
.btn-warning:hover {
    background-color: #f5e58a;
    color:#856a00;
}

/** Button Highlight **/
.btn-primary {
    border:1px solid #d08900;
    color:#000;
}
.btn-primary .inner {
    background-image: linear-gradient(to bottom, #ffd535 0px, #ffa801 100%);
    text-shadow: 0 1px 0 #fff;
}
.btn-primary:focus,
.btn-primary:hover {
    background-color: #ffd638;
    color:#000;
}

/** Button Group*/
.btn-group-block {
    width:100%;
}

/** Form Controls*/
.form-control {
    border-radius:0px;
}
.form-control.inline {
    height:inherit !important;
    display:inline !important;
    width:auto;
}
.form-control:focus {
    border-color: #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 2px rgba(102, 175, 233, 0.6);
    outline: 0 none;
    background-color: #fffeee;
}
.form-control.form-error {
    background-color: #f9caca;
    color:#7b0000;
}
.form-group > .control-label {
    padding-left:0px !important;
    padding-right:0px !important;
}

/**XS*/
@media screen and (max-width: 767px) {
    .form-group > .control-label {
        margin-left: 0px;
        text-align:left;
    }
}

/**standalone label*/
.form-horizontal .ui-controls-label {
    margin-bottom: 0;
    text-align: left;
    padding: 4px;
    padding-left: 10px;
    padding-top: 7px;
    border-bottom: 1px solid #e0e0e0;
}

/** Switcher */
.ui-controls-switcher {
    margin:0px;
    clear: both;
}
.ui-controls-switcher > .option {
    border-right:1px solid #ccc;
    border-left:1px solid #f7f7f7;
    padding:6px 10px;
    white-space: nowrap;
    overflow:hidden;
}
.ui-controls-switcher > .option:last-child {
    border-right:0px;
}
.ui-controls-switcher .option:hover {
    background-color: #f7f7f7;
}
.ui-controls-switcher > .option .form-control {
    width:10px;
    display:inline-block;
    height: inherit;
    cursor:pointer;
}
.ui-controls-switcher > .option > label {
    font-weight: normal;
    margin-bottom: 0px;
    font-size:16px;
    max-width:none;
    cursor:pointer;
}

/** DropZone*/
.ui-controls-input-dropzone {
    background:url(../../images/ui/line-bg.png) repeat;
    border: 1px solid #e0e0e0;
    color: #666;
    font-size: 0.8em;
    height: 25px;
    line-height: 2.1em;
    text-align: center;
    cursor:pointer;
    padding:0px;
    overflow:hidden;
    text-overflow:ellipsis;
}
.ui-controls-input-dropzone .dz-drag-hover {
    background-color:#e3f9e1;
}
.ui-controls-input-dropzone .dz-started .activity {
    display:block;
}
.ui-controls-input-dropzone .dz-started .placeholder {
    display:none;
}
