﻿body {
    background-color: #fff;
    color: #232323;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    font-size: .85em;
    margin: 0;
}

header,
footer,
nav,
section {
    display: block;
}

/* Estilos para la visualización de CFDs como Html ----------------------------------*/

#page-container {
    font: 14px/1.4 Georgia, serif;
    margin: 0;
    padding: 0;
}

#page-wrap {
    background-color: white;
    margin: 0 auto;
    width: 800px;
}

    #page-wrap * {
        -ms-text-overflow: clip;
        -o-text-overflow: clip;
        border: 0;
        border-collapse: collapse;
        text-overflow: clip;
    }

#header {
    background: #222;
    color: white;
    font: bold 15px Helvetica, Sans-Serif;
    height: 15px;
    letter-spacing: 5px;
    margin: 20px 0;
    padding: 8px 0px;
    text-align: center;
    width: 100%;
}

#datos-emisor {
    float: left;
    width: 310px;
}

#datos-receptor {
    overflow: hidden;
}

#logo {
    border: 1px solid #fff;
    float: right;
    margin-top: 25px;
    max-height: 100px;
    max-width: 540px;
    overflow: hidden;
    position: relative;
    text-align: right;
}

.rfc {
    float: left;
    font-size: 16px;
    font-weight: bold;
}

.cantidad {
    text-align: center;
}

.unidad {
    text-align: center;
}

.precio-unitario {
    text-align: right;
}

.importe {
    text-align: right;
}

.gran-total {
    font-weight: bold;
    text-align: right;
}

#meta {
    float: right;
    margin-top: 1px;
    width: 400px;
}

    #meta td {
        text-align: right;
    }

        #meta td.meta-head {
            text-align: right;
        }

        #meta td div {
            height: 20px;
            text-align: right;
            width: 100%;
        }

#bloque-emisor {
    clear: both;
    width: 300px;
}

    #bloque-emisor td {
        border: 0 !important;
    }

#bloque-receptor {
    clear: both;
    width: 300px;
}

    #bloque-receptor td {
        border: 0 !important;
    }

#lineas {
    border: 1px solid black;
    clear: both;
    font-size: 14px;
    margin: 30px 0 0 0;
    overflow: visible;
    width: 100%;
}

    #lineas th {
        border-bottom: 1px solid black;
    }

    #lineas tr.linea-concepto td {
        border-right: transparent !important;
        text-align: center;
        vertical-align: top;
    }

    #lineas td.descripcion {
        width: 500px;
    }

    #lineas td.nombre-concepto {
        width: 175px;
    }

        #lineas td.descripcion div, #lineas td.nombre-concepto div {
            width: 100%;
        }

    #lineas td.linea-totales {
        border-left: 1px solid black;
        border-right: transparent !important;
        border-top: 1px solid black;
        text-align: right;
    }

    #lineas td.valor-importe {
        border-right: transparent !important;
        border-top: 1px solid black;
        padding: 10px;
        text-align: right;
    }

    #lineas td.blank {
        border-right: transparent !important;
    }

#terminos {
    margin: 20px 0 0 0;
    text-align: center;
}

    #terminos h5 {
        border-bottom: 1px solid black;
        font: 13px Helvetica, Sans-Serif;
        letter-spacing: 10px;
        margin: 0 0 8px 0;
        padding: 0 0 8px 0;
        text-transform: uppercase;
    }

    #terminos div {
        text-align: center;
        width: 100%;
    }

/* Styles for basic forms -----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    margin: 0 0 1.5em 0;
    padding: 0 1.4em 1.4em 1.4em;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    clear: both;
    float: left;
    min-width: 190px;
    text-align: right;
    vertical-align: bottom;
    width: 190px;
    /*border: 1px solid red;*/
}

.editor-field {
    /*left: 200px;*/
    /*border: 1px solid green;*/
    /*text-align: left;*/
}

div.editor-field {
    /*left: 200px;
    border: 1px solid green;
    text-align: left;*/
}

.editor-field * {
    /*left: 200px;
    border: 1px solid green;
    text-align: left;*/
}

.nota {
    font-style: italic;
}

p.nota {
    text-align: center;
    width: 100%;
}


.editor-field input[type=text] {
    width: 200px;
}

.editor-field input[type=password] {
    width: 200px;
}

.editor-field input[type=file] {
    width: 550px;
}

.editor-field select {
    min-width: 200px;
    width: 200px;
}

.k-numeric-wrap input[type=text] {
    width: 100%;
}

.editor-field *.k-autocomplete, .editor-field *.k-combobox, .editor-field *.k-datepicker, .editor-field *.k-timepicker, .editor-field *.k-datetimepicker, .editor-field *.k-numerictextbox, .editor-field *.k-dropdown, .editor-field *.k-selectbox, .editor-field *.k-textbox {
    width: 200px !important;
}

.editor-button {
    margin-left: 260px;
    /*border: 1px solid blue;*/
}


.growl_info, .growl_success, .growl_warning, .growl_error {
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    background-position: 10px center;
    background-repeat: no-repeat;
    border: 1px solid;
    border-radius: .5em;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
}

.growl_info {
    background-color: #BDE5F8;
    background-image: url('icons/info.png');
    color: #00529B;
}

.growl_success {
    background-color: #DFF2BF;
    background-image: url('icons/success.png');
    color: #4F8A10;
}

.growl_warning {
    background-color: #FEEFB3;
    background-image: url('icons/warning.png');
    color: #9F6000;
}

.growl_error {
    background-color: #FFBABA;
    background-image: url('icons/error.png');
    color: #D8000C;
}


.backBox {
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top, #444 0%, #fff 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #444 0%, #fff 100%);
    /* Opera */
    background-image: -o-linear-gradient(top, #444 0%, #fff 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #444), color-stop(1, #fff));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #444 0%, #fff 100%);
    /* W3C Markup, IE10 */
    background-image: linear-gradient(to bottom, #444 0%, #fff 100%);
    /* Old IE */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444', endColorstr='#fff', GradientType=0) !important;
}

#mainSplitter {
    background-color: transparent !important;
    border: 0px solid transparent !important;
    height: 100vh !important;
}

#tituloSistema {
    font: normal 400 3ex Arial, Helvetica, sans-serif;
}


.input-validation-error {
    background-color: #ffeeee !important;
    border: 1px solid #ff0000 !important;
}

.field-validation-error {
    color: #FF0000;
}

.validation-summary-errors span {
    color: #FF0000;
}

.validation-summary-errors li {
    color: #FF0000;
}

fieldset.main-region {
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}

    fieldset.main-region > legend {
        margin-left: 40px;
    }

.qq-uploader {
    position: relative;
    width: 100%;
}

#slide-in-handle {
    background: #E85D15 no-repeat 50% 50%;
    background-image: url("../Images/glyphicons-halflings-white.png");
    background-position: -48px 0px;
    background-repeat: no-repeat;
    border: 3px solid #E85D15 !important;
    /*white-space: pre;*/
    color: #ffffff;
    display: inline-block;
    height: 14px;
    left: 200px;
    position: absolute;
    width: 14px;
}

#slide-in-share {
    border: solid #e9e9e9;
    border-width: 1px 1px 1px 0;
    left: 0;
    margin-left: -200px;
    position: absolute;
    top: 200px;
    width: 200px;
}


.qq-upload-button {
    display: block;
    padding: 7px 0;
    text-align: center;
    width: 105px;
}

.qq-upload-button-hover {
}

.qq-upload-button-focus {
}

.qq-upload-drop-area, .qq-upload-extra-drop-area {
    height: 100%;
    left: 0;
    min-height: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 2;
}

    .qq-upload-drop-area span {
        display: block;
        font-size: 16px;
        margin-top: -8px;
        position: absolute;
        top: 50%;
        width: 100%;
    }

.qq-upload-extra-drop-area {
    font-size: 16px;
    height: 20px;
    margin-top: 50px;
    min-height: 40px;
    padding-top: 30px;
    position: relative;
}

.qq-upload-drop-area-active {
}

.qq-upload-list {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

    .qq-upload-list li {
        background-color: #FFF0BD;
        font-size: 16px;
        line-height: 15px;
        margin-top: 0px;
        margin-bottom: 5px;
        padding: 9px;
    }

.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-retry, .qq-upload-failed-text, .qq-upload-finished {
    margin-right: 12px;
}

.qq-upload-file {
}

.qq-upload-spinner {
    background: url("../Images/loading.gif");
    display: inline-block;
    height: 15px;
    vertical-align: text-bottom;
    width: 15px;
}

.qq-drop-processing {
    display: none;
}

.qq-drop-processing-spinner {
    background: url("../Images/loading-image.gif");
    display: inline-block;
    height: 24px;
    vertical-align: text-bottom;
    width: 24px;
}

.qq-upload-finished {
    display: none;
    height: 15px;
    vertical-align: text-bottom;
    width: 15px;
}

.qq-upload-retry {
    color: #000000;
    display: none;
}

.qq-upload-cancel {
    color: #000000;
}

.qq-upload-size, .qq-upload-cancel, .qq-upload-retry {
    font-size: 12px;
    font-weight: normal;
}

.qq-upload-failed-text {
    display: none;
    font-style: italic;
    font-weight: bold;
}

.qq-upload-failed-icon {
    display: none;
    height: 15px;
    vertical-align: text-bottom;
    width: 15px;
}

.qq-upload-fail .qq-upload-failed-text {
    display: inline;
}

.qq-upload-retrying .qq-upload-failed-text {
    color: #D60000;
    display: inline;
}

.qq-upload-list li.qq-upload-success {
    background-color: #5DA30C;
    color: #FFFFFF;
}

.qq-upload-list li.qq-upload-fail {
    background-color: #D60000;
    color: #FFFFFF;
}

.qq-progress-bar {
    background: -moz-linear-gradient(top, rgba(30, 87, 153, 1) 0%, rgba(41, 137, 216, 1) 50%, rgba(32, 124, 202, 1) 51%, rgba(125, 185, 232, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30, 87, 153, 1)), color-stop(50%, rgba(41, 137, 216, 1)), color-stop(51%, rgba(32, 124, 202, 1)), color-stop(100%, rgba(125, 185, 232, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, 1) 0%, rgba(41, 137, 216, 1) 50%, rgba(32, 124, 202, 1) 51%, rgba(125, 185, 232, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(30, 87, 153, 1) 0%, rgba(41, 137, 216, 1) 50%, rgba(32, 124, 202, 1) 51%, rgba(125, 185, 232, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(30, 87, 153, 1) 0%, rgba(41, 137, 216, 1) 50%, rgba(32, 124, 202, 1) 51%, rgba(125, 185, 232, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(30, 87, 153, 1) 0%, rgba(41, 137, 216, 1) 50%, rgba(32, 124, 202, 1) 51%, rgba(125, 185, 232, 1) 100%); /* W3C */
    border-radius: 6px;
    display: none;
    height: 15px;
    margin-bottom: 3px;
    width: 0%;
}

[class^='icon-'] {
    background-image: url("../Images/glyphicons-halflings-white.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin-top: 1px;
    vertical-align: text-top;
    width: 14px;
}

[class*=' icon-'] {
    background-image: url("../Images/glyphicons-halflings-white.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin-top: 1px;
    vertical-align: text-top;
    width: 14px;
}

.icon-white {
    background-image: url("../Images/glyphicons-halflings-white.png");
}

.icon-glass {
}

.icon-music {
    background-position: -24px 0px;
}

.icon-search {
    background-position: -48px 0px;
}

.icon-envelope {
    background-position: -72px 0px;
}

.icon-heart {
    background-position: -96px 0px;
}

.icon-star {
    background-position: -120px 0px;
}

.icon-star-empty {
    background-position: -144px 0px;
}

.icon-user {
    background-position: -168px 0px;
}

.icon-film {
    background-position: -192px 0px;
}

.icon-th-large {
    background-position: -216px 0px;
}

.icon-th {
    background-position: -240px 0px;
}

.icon-th-list {
    background-position: -264px 0px;
}

.icon-ok {
    background-position: -288px 0px;
}

.icon-remove {
    background-position: -312px 0px;
}

.icon-zoom-in {
    background-position: -336px 0px;
}

.icon-zoom-out {
    background-position: -360px 0px;
}

.icon-off {
    background-position: -384px 0px;
}

.icon-signal {
    background-position: -408px 0px;
}

.icon-cog {
    background-position: -432px 0px;
}

.icon-trash {
    background-position: -456px 0px;
}

.icon-home {
    background-position: 0px -24px;
}

.icon-file {
    background-position: -24px -24px;
}

.icon-time {
    background-position: -48px -24px;
}

.icon-road {
    background-position: -72px -24px;
}

.icon-download-alt {
    background-position: -96px -24px;
}

.icon-download {
    background-position: -120px -24px;
}

.icon-upload {
    background-position: -144px -24px;
}

.icon-inbox {
    background-position: -168px -24px;
}

.icon-play-circle {
    background-position: -192px -24px;
}

.icon-repeat {
    background-position: -216px -24px;
}

.icon-refresh {
    background-position: -240px -24px;
}

.icon-list-alt {
    background-position: -264px -24px;
}

.icon-lock {
    background-position: -287px -24px;
}

.icon-flag {
    background-position: -312px -24px;
}

.icon-headphones {
    background-position: -336px -24px;
}

.icon-volume-off {
    background-position: -360px -24px;
}

.icon-volume-down {
    background-position: -384px -24px;
}

.icon-volume-up {
    background-position: -408px -24px;
}

.icon-qrcode {
    background-position: -432px -24px;
}

.icon-barcode {
    background-position: -456px -24px;
}

.icon-tag {
    background-position: 0px -48px;
}

.icon-tags {
    background-position: -25px -48px;
}

.icon-book {
    background-position: -48px -48px;
}

.icon-bookmark {
    background-position: -72px -48px;
}

.icon-print {
    background-position: -96px -48px;
}

.icon-camera {
    background-position: -120px -48px;
}

.icon-font {
    background-position: -144px -48px;
}

.icon-bold {
    background-position: -167px -48px;
}

.icon-italic {
    background-position: -192px -48px;
}

.icon-text-height {
    background-position: -216px -48px;
}

.icon-text-width {
    background-position: -240px -48px;
}

.icon-align-left {
    background-position: -264px -48px;
}

.icon-align-center {
    background-position: -288px -48px;
}

.icon-align-right {
    background-position: -312px -48px;
}

.icon-align-justify {
    background-position: -336px -48px;
}

.icon-list {
    background-position: -360px -48px;
}

.icon-indent-left {
    background-position: -384px -48px;
}

.icon-indent-right {
    background-position: -408px -48px;
}

.icon-facetime-video {
    background-position: -432px -48px;
}

.icon-picture {
    background-position: -456px -48px;
}

.icon-pencil {
    background-position: 0px -72px;
}

.icon-map-marker {
    background-position: -24px -72px;
}

.icon-adjust {
    background-position: -48px -72px;
}

.icon-tint {
    background-position: -72px -72px;
}

.icon-edit {
    background-position: -96px -72px;
}

.icon-share {
    background-position: -120px -72px;
}

.icon-check {
    background-position: -144px -72px;
}

.icon-move {
    background-position: -168px -72px;
}

.icon-step-backward {
    background-position: -192px -72px;
}

.icon-fast-backward {
    background-position: -216px -72px;
}

.icon-backward {
    background-position: -240px -72px;
}

.icon-play {
    background-position: -264px -72px;
}

.icon-pause {
    background-position: -288px -72px;
}

.icon-stop {
    background-position: -312px -72px;
}

.icon-forward {
    background-position: -336px -72px;
}

.icon-fast-forward {
    background-position: -360px -72px;
}

.icon-step-forward {
    background-position: -384px -72px;
}

.icon-eject {
    background-position: -408px -72px;
}

.icon-chevron-left {
    background-position: -432px -72px;
}

.icon-chevron-right {
    background-position: -456px -72px;
}

.icon-plus-sign {
    background-position: 0px -96px;
}

.icon-minus-sign {
    background-position: -24px -96px;
}

.icon-remove-sign {
    background-position: -48px -96px;
}

.icon-ok-sign {
    background-position: -72px -96px;
}

.icon-question-sign {
    background-position: -96px -96px;
}

.icon-info-sign {
    background-position: -120px -96px;
}

.icon-screenshot {
    background-position: -144px -96px;
}

.icon-remove-circle {
    background-position: -168px -96px;
}

.icon-ok-circle {
    background-position: -192px -96px;
}

.icon-ban-circle {
    background-position: -216px -96px;
}

.icon-arrow-left {
    background-position: -240px -96px;
}

.icon-arrow-right {
    background-position: -264px -96px;
}

.icon-arrow-up {
    background-position: -289px -96px;
}

.icon-arrow-down {
    background-position: -312px -96px;
}

.icon-share-alt {
    background-position: -336px -96px;
}

.icon-resize-full {
    background-position: -360px -96px;
}

.icon-resize-small {
    background-position: -384px -96px;
}

.icon-plus {
    background-position: -408px -96px;
}

.icon-minus {
    background-position: -433px -96px;
}

.icon-asterisk {
    background-position: -456px -96px;
}

.icon-exclamation-sign {
    background-position: 0px -120px;
}

.icon-gift {
    background-position: -24px -120px;
}

.icon-leaf {
    background-position: -48px -120px;
}

.icon-fire {
    background-position: -72px -120px;
}

.icon-eye-open {
    background-position: -96px -120px;
}

.icon-eye-close {
    background-position: -120px -120px;
}

.icon-warning-sign {
    background-position: -144px -120px;
}

.icon-plane {
    background-position: -168px -120px;
}

.icon-calendar {
    background-position: -192px -120px;
}

.icon-random {
    background-position: -216px -120px;
    width: 16px;
}

.icon-comment {
    background-position: -240px -120px;
}

.icon-magnet {
    background-position: -264px -120px;
}

.icon-chevron-up {
    background-position: -288px -120px;
}

.icon-chevron-down {
    background-position: -313px -119px;
}

.icon-retweet {
    background-position: -336px -120px;
}

.icon-shopping-cart {
    background-position: -360px -120px;
}

.icon-folder-close {
    background-position: -384px -120px;
}

.icon-folder-open {
    background-position: -408px -120px;
    width: 16px;
}

.icon-resize-vertical {
    background-position: -432px -119px;
}

.icon-resize-horizontal {
    background-position: -456px -118px;
}

.icon-hdd {
    background-position: 0px -144px;
}

.icon-bullhorn {
    background-position: -24px -144px;
}

.icon-bell {
    background-position: -48px -144px;
}

.icon-certificate {
    background-position: -72px -144px;
}

.icon-thumbs-up {
    background-position: -96px -144px;
}

.icon-thumbs-down {
    background-position: -120px -144px;
}

.icon-hand-right {
    background-position: -144px -144px;
}

.icon-hand-left {
    background-position: -168px -144px;
}

.icon-hand-up {
    background-position: -192px -144px;
}

.icon-hand-down {
    background-position: -216px -144px;
}

.icon-circle-arrow-right {
    background-position: -240px -144px;
}

.icon-circle-arrow-left {
    background-position: -264px -144px;
}

.icon-circle-arrow-up {
    background-position: -288px -144px;
}

.icon-circle-arrow-down {
    background-position: -312px -144px;
}

.icon-globe {
    background-position: -336px -144px;
}

.icon-wrench {
    background-position: -360px -144px;
}

.icon-tasks {
    background-position: -384px -144px;
}

.icon-filter {
    background-position: -408px -144px;
}

.icon-briefcase {
    background-position: -432px -144px;
}

.icon-fullscreen {
    background-position: -456px -144px;
}

.close {
    -webkit-text-shadow: 0px 1px 0px #fff;
    color: rgb(0, 0, 0);
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    opacity: 0.2;
    text-shadow: 0px 1px 0px #fff;
}

    .close:hover {
        color: rgb(0, 0, 0);
        cursor: pointer;
        opacity: 0.4;
        text-decoration: none;
    }

button.close {
    -webkit-appearance: none;
    border: 0px currentColor;
    cursor: pointer;
    padding: 0px;
}

.btn {
    -moz-border-radius: 4px;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-text-shadow: 0px 1px 1px #ffffff;
    -webkit-text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75);
    background-color: rgb(245, 245, 245);
    background-image: linear-gradient(rgb(255, 255, 255), rgb(230, 230, 230));
    background-repeat: repeat-x;
    border-color: rgb(230, 230, 230) rgb(230, 230, 230) rgb(162, 162, 162);
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2), 0px 1px 2px rgba(0, 0, 0, 0.05);
    color: rgb(51, 51, 51);
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
    padding: 4px 14px;
    text-align: center;
    text-shadow: 0px 1px 1px #ffffff;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}

    .btn:hover {
        background-color: rgb(230, 230, 230);
        color: rgb(51, 51, 51);
    }

    .btn:active {
        background-color: rgb(230, 230, 230);
        color: rgb(51, 51, 51);
    }

.active.btn {
    background-color: rgb(230, 230, 230);
    color: rgb(51, 51, 51);
}

.disabled.btn {
    background-color: rgb(230, 230, 230);
    color: rgb(51, 51, 51);
}

[disabled].btn {
    background-color: rgb(230, 230, 230);
    color: rgb(51, 51, 51);
}

.btn:active {
}

.active.btn {
}

:first-child.btn {
}

.btn:hover {
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    -webkit-transition: background-position .1s linear;
    background-color: rgb(230, 230, 230);
    background-position: 0px -15px;
    color: rgb(51, 51, 51);
    text-decoration: none;
    transition: background-position 0.1s linear;
}

.btn:focus {
    outline: rgb(51, 51, 51) dotted thin;
    outline-offset: -2px;
}

.active.btn {
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: rgb(230, 230, 230);
    background-image: none;
    box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.15), 0px 1px 2px rgba(0, 0, 0, 0.05);
    outline: 0px;
}

.btn:active {
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: rgb(230, 230, 230);
    background-image: none;
    box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.15), 0px 1px 2px rgba(0, 0, 0, 0.05);
    outline: 0px;
}

.disabled.btn {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background-color: rgb(230, 230, 230);
    background-image: none;
    box-shadow: none;
    cursor: default;
    opacity: 0.65;
}

[disabled].btn {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background-color: rgb(230, 230, 230);
    background-image: none;
    box-shadow: none;
    cursor: default;
    opacity: 0.65;
}

.btn-large {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    line-height: normal;
    padding: 9px 14px;
}

    .btn-large [class^='icon-'] {
        margin-top: 2px;
    }

.btn-small {
    font-size: 12px;
    line-height: 18px;
    padding: 3px 9px;
}

    .btn-small [class^='icon-'] {
        margin-top: 0px;
    }

.btn-mini {
    font-size: 11px;
    line-height: 17px;
    padding: 2px 6px;
}

.btn-block {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type='submit'].btn-block {
    width: 100%;
}

input[type='reset'].btn-block {
    width: 100%;
}

input[type='button'].btn-block {
    width: 100%;
}

.active.btn-primary {
    color: rgba(255, 255, 255, 0.75);
}


.active.btn-danger {
    color: rgba(255, 255, 255, 0.75);
}

.active.btn-success {
    color: rgba(255, 255, 255, 0.75);
}

.active.btn-info {
    color: rgba(255, 255, 255, 0.75);
}

.active.btn-inverse {
    color: rgba(255, 255, 255, 0.75);
}

/*
.btn {
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.btn-primary {
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); color: rgb(255, 255, 255); text-shadow: 0px -1px 0px rgba(0,0,0,0.25); background-image: linear-gradient(rgb(0, 136, 204), rgb(0, 68, 204)); background-repeat: repeat-x; background-color: rgb(0, 109, 204);
}
.btn-primary:hover {
    color: rgb(255, 255, 255); background-color: rgb(0, 68, 204);
}
.btn-primary:active {
    color: rgb(255, 255, 255); background-color: rgb(0, 68, 204);
}
.active.btn-primary {
    color: rgb(255, 255, 255); background-color: rgb(0, 68, 204);
}
.disabled.btn-primary {
    color: rgb(255, 255, 255); background-color: rgb(0, 68, 204);
}
[disabled].btn-primary {
    color: rgb(255, 255, 255); background-color: rgb(0, 68, 204);
}
.btn-primary:active {
    
}
.active.btn-primary {
    
}
.btn-warning {
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); color: rgb(255, 255, 255); text-shadow: 0px -1px 0px rgba(0,0,0,0.25); background-image: linear-gradient(rgb(251, 180, 80), rgb(248, 148, 6)); background-repeat: repeat-x; background-color: rgb(250, 167, 50);
}
.btn-warning:hover {
    color: rgb(255, 255, 255); background-color: rgb(248, 148, 6);
}
.btn-warning:active {
    color: rgb(255, 255, 255); background-color: rgb(248, 148, 6);
}
.active.btn-warning {
    color: rgb(255, 255, 255); background-color: rgb(248, 148, 6);
}
.disabled.btn-warning {
    color: rgb(255, 255, 255); background-color: rgb(248, 148, 6);
}
[disabled].btn-warning {
    color: rgb(255, 255, 255); background-color: rgb(248, 148, 6);
}
.btn-warning:active {
    
}
.active.btn-warning {
    
}
.btn-danger {
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); color: rgb(255, 255, 255); text-shadow: 0px -1px 0px rgba(0,0,0,0.25); background-image: linear-gradient(rgb(238, 95, 91), rgb(189, 54, 47)); background-repeat: repeat-x; background-color: rgb(218, 79, 73);
}
.btn-danger:hover {
    color: rgb(255, 255, 255); background-color: rgb(189, 54, 47);
}
.btn-danger:active {
    color: rgb(255, 255, 255); background-color: rgb(189, 54, 47);
}
.active.btn-danger {
    color: rgb(255, 255, 255); background-color: rgb(189, 54, 47);
}
.disabled.btn-danger {
    color: rgb(255, 255, 255); background-color: rgb(189, 54, 47);
}
[disabled].btn-danger {
    color: rgb(255, 255, 255); background-color: rgb(189, 54, 47);
}
.btn-danger:active {
    
}
.active.btn-danger {
    
}
.btn-success {
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); color: rgb(255, 255, 255); text-shadow: 0px -1px 0px rgba(0,0,0,0.25); background-image: linear-gradient(rgb(98, 196, 98), rgb(81, 163, 81)); background-repeat: repeat-x; background-color: rgb(91, 183, 91);
}
.btn-success:hover {
    color: rgb(255, 255, 255); background-color: rgb(81, 163, 81);
}
.btn-success:active {
    color: rgb(255, 255, 255); background-color: rgb(81, 163, 81);
}
.active.btn-success {
    color: rgb(255, 255, 255); background-color: rgb(81, 163, 81);
}
.disabled.btn-success {
    color: rgb(255, 255, 255); background-color: rgb(81, 163, 81);
}
[disabled].btn-success {
    color: rgb(255, 255, 255); background-color: rgb(81, 163, 81);
}
.btn-success:active {
    
}
.active.btn-success {
    
}
.btn-info {
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); color: rgb(255, 255, 255); text-shadow: 0px -1px 0px rgba(0,0,0,0.25); background-image: linear-gradient(rgb(91, 192, 222), rgb(47, 150, 180)); background-repeat: repeat-x; background-color: rgb(73, 175, 205);
}
.btn-info:hover {
    color: rgb(255, 255, 255); background-color: rgb(47, 150, 180);
}
.btn-info:active {
    color: rgb(255, 255, 255); background-color: rgb(47, 150, 180);
}
.active.btn-info {
    color: rgb(255, 255, 255); background-color: rgb(47, 150, 180);
}
.disabled.btn-info {
    color: rgb(255, 255, 255); background-color: rgb(47, 150, 180);
}
[disabled].btn-info {
    color: rgb(255, 255, 255); background-color: rgb(47, 150, 180);
}
.btn-info:active {
    
}
.active.btn-info {
    
}
.btn-inverse {
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); color: rgb(255, 255, 255); text-shadow: 0px -1px 0px rgba(0,0,0,0.25); background-image: linear-gradient(rgb(68, 68, 68), rgb(34, 34, 34)); background-repeat: repeat-x; background-color: rgb(54, 54, 54);
}
.btn-inverse:hover {
    color: rgb(255, 255, 255); background-color: rgb(34, 34, 34);
}
.btn-inverse:active {
    color: rgb(255, 255, 255); background-color: rgb(34, 34, 34);
}
.active.btn-inverse {
    color: rgb(255, 255, 255); background-color: rgb(34, 34, 34);
}
.disabled.btn-inverse {
    color: rgb(255, 255, 255); background-color: rgb(34, 34, 34);
}
[disabled].btn-inverse {
    color: rgb(255, 255, 255); background-color: rgb(34, 34, 34);
}
.btn-inverse:active {
    
}
.active.btn-inverse {
    
}
*/

.btn {
    border-color: #c5c5c5;
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

.btn-primary {
    background-color: #dd5c14;
    *background-color: #dd7a14;
    background-image: -moz-linear-gradient(top, #dd4814, #dd7a14);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dd4814), to(#dd7a14));
    background-image: -webkit-linear-gradient(top, #dd4814, #dd7a14);
    background-image: -o-linear-gradient(top, #dd4814, #dd7a14);
    background-image: linear-gradient(to bottom, #dd4814, #dd7a14);
    background-repeat: repeat-x;
    border-color: #dd7a14 #dd7a14 #97530e;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd4814', endColorstr='#ffdd7a14', GradientType=0);
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary.active,
    .btn-primary.disabled,
    .btn-primary[disabled] {
        background-color: #dd7a14;
        *background-color: #c66d12;
        color: #ffffff;
    }

    .btn-primary:active,
    .btn-primary.active {
        background-color: #ae6010 \9;
    }



.btn-danger {
    background-color: #da4f49;
    *background-color: #bd362f;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .btn-danger:hover,
    .btn-danger:active,
    .btn-danger.active,
    .btn-danger.disabled,
    .btn-danger[disabled] {
        background-color: #bd362f;
        *background-color: #a9302a;
        color: #ffffff;
    }

    .btn-danger:active,
    .btn-danger.active {
        background-color: #942a25 \9;
    }

.btn-success {
    background-color: #5bb75b;
    *background-color: #51a351;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .btn-success:hover,
    .btn-success:active,
    .btn-success.active,
    .btn-success.disabled,
    .btn-success[disabled] {
        background-color: #51a351;
        *background-color: #499249;
        color: #ffffff;
    }

    .btn-success:active,
    .btn-success.active {
        background-color: #408140 \9;
    }

.btn-info {
    background-color: #00b5cc;
    color: #ffffff;
}

    .btn-info:hover,
    .btn-info:active,
    .btn-info.active,
    .btn-info.disabled,
    .btn-info[disabled] {
        background-color: #00b5cc;
        *background-color: #642246;
        color: #ffffff;
    }

    .btn-info:active,
    .btn-info.active {
        background-color: #511c39 \9;
    }

.btn-inverse {
    background-color: #414141;
    *background-color: #222222;
    background-image: -moz-linear-gradient(top, #555555, #222222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
    background-image: -webkit-linear-gradient(top, #555555, #222222);
    background-image: -o-linear-gradient(top, #555555, #222222);
    background-image: linear-gradient(to bottom, #555555, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff555555', endColorstr='#ff222222', GradientType=0);
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .btn-inverse:hover,
    .btn-inverse:active,
    .btn-inverse.active,
    .btn-inverse.disabled,
    .btn-inverse[disabled] {
        background-color: #222222;
        *background-color: #151515;
        color: #ffffff;
    }

    .btn-inverse:active,
    .btn-inverse.active {
        background-color: #080808 \9;
    }

/*-------------------------*/

button.btn {
}

input[type='submit'].btn {
}

button.btn-large.btn {
}

input[type='submit'].btn-large.btn {
}

button.btn-small.btn {
}

input[type='submit'].btn-small.btn {
}

button.btn-mini.btn {
}

input[type='submit'].btn-mini.btn {
}

.btn-link {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
}

    .btn-link:active {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        background-color: transparent;
        background-image: none;
        box-shadow: none;
    }

[disabled].btn-link {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
}

.btn-link {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-color: transparent;
    border-radius: 0px;
    color: rgb(0, 136, 204);
    cursor: pointer;
}

    .btn-link:hover {
        background-color: transparent;
        color: rgb(0, 85, 128);
        text-decoration: underline;
    }

[disabled].btn-link:hover {
    color: rgb(51, 51, 51);
    text-decoration: none;
}

.btn-group {
    font-size: 0px;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
}

:first-child.btn-group {
}

.btn-group + .btn-group {
    margin-left: 5px;
}

.btn-toolbar {
    font-size: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
}

    .btn-toolbar .btn-group {
        display: inline-block;
    }

    .btn-toolbar .btn + .btn {
        margin-left: 5px;
    }

    .btn-toolbar .btn-group + .btn {
        margin-left: 5px;
    }

    .btn-toolbar .btn + .btn-group {
        margin-left: 5px;
    }

.btn-group > .btn {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0px;
    position: relative;
}

    .btn-group > .btn + .btn {
        margin-left: -1px;
    }

.btn-group > .btn {
    font-size: 14px;
}

.btn-group > .dropdown-menu {
    font-size: 14px;
}

.btn-group > .btn-mini {
    font-size: 11px;
}

.btn-group > .btn-small {
    font-size: 12px;
}

.btn-group > .btn-large {
    font-size: 16px;
}

.btn-group > :first-child.btn {
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 0px;
}

.btn-group > :last-child.btn {
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.btn-group > .dropdown-toggle {
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.btn-group > :first-child.large.btn {
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-topleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    margin-left: 0px;
}

.btn-group > :last-child.large.btn {
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.btn-group > .dropdown-toggle.large {
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.btn-group > .btn:hover {
    z-index: 2;
}

.btn-group > .btn:focus {
    z-index: 2;
}

.btn-group > .btn:active {
    z-index: 2;
}

.btn-group > .active.btn {
    z-index: 2;
}

.btn-group .dropdown-toggle:active {
    outline: 0px;
}

.open.btn-group .dropdown-toggle {
    outline: 0px;
}

.btn-group > .btn + .dropdown-toggle {
    -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 0px 0px rgba(255, 255, 255, 0.125), inset 0px 1px 0px rgba(255, 255, 255, 0.2), 0px 1px 2px rgba(0, 0, 0, 0.05);
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-mini + .dropdown-toggle {
    padding-left: 5px;
    padding-right: 5px;
}

.btn-group > .btn-small + .dropdown-toggle {
}

.btn-group > .btn-large + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.open.btn-group .dropdown-toggle {
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-image: none;
    box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.15), 0px 1px 2px rgba(0, 0, 0, 0.05);
}

    .open.btn-group .dropdown-toggle.btn {
        background-color: rgb(230, 230, 230);
    }

    .open.btn-group .dropdown-toggle.btn-primary {
        background-color: rgb(0, 68, 204);
    }

    .open.btn-group .dropdown-toggle.btn-danger {
        background-color: rgb(189, 54, 47);
    }

    .open.btn-group .dropdown-toggle.btn-success {
        background-color: rgb(81, 163, 81);
    }

    .open.btn-group .dropdown-toggle.btn-info {
        background-color: rgb(47, 150, 180);
    }

    .open.btn-group .dropdown-toggle.btn-inverse {
        background-color: rgb(34, 34, 34);
    }

.btn .caret {
    margin-left: 0px;
    margin-top: 8px;
}

.btn-mini .caret {
    margin-top: 6px;
}

.btn-small .caret {
    margin-top: 6px;
}

.btn-large .caret {
    margin-top: 6px;
}

.btn-large .caret {
    border-left-width: 5px;
    border-right-width: 5px;
    border-top-width: 5px;
}

.dropup .btn-large .caret {
    border-bottom-color: rgb(0, 0, 0);
    border-bottom-style: solid;
    border-bottom-width: 5px;
    border-top-color: currentColor;
    border-top-style: none;
    border-top-width: 0px;
}

.btn-primary .caret {
    border-bottom-color: rgb(255, 255, 255);
    border-top-color: rgb(255, 255, 255);
}


.btn-danger .caret {
    border-bottom-color: rgb(255, 255, 255);
    border-top-color: rgb(255, 255, 255);
}

.btn-info .caret {
    border-bottom-color: rgb(255, 255, 255);
    border-top-color: rgb(255, 255, 255);
}

.btn-success .caret {
    border-bottom-color: rgb(255, 255, 255);
    border-top-color: rgb(255, 255, 255);
}

.btn-inverse .caret {
    border-bottom-color: rgb(255, 255, 255);
    border-top-color: rgb(255, 255, 255);
}

.btn-group-vertical {
    display: inline-block;
}

    .btn-group-vertical .btn {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0px;
        display: block;
        float: none;
        width: 100%;
    }

        .btn-group-vertical .btn + .btn {
            margin-left: 0px;
            margin-top: -1px;
        }

    .btn-group-vertical :first-child.btn {
        -moz-border-radius: 4px 4px 0 0;
        -webkit-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0px 0px;
    }

    .btn-group-vertical :last-child.btn {
        -moz-border-radius: 0 0 4px 4px;
        -webkit-border-radius: 0 0 4px 4px;
        border-radius: 0px 0px 4px 4px;
    }

    .btn-group-vertical :first-child.btn-large {
        -moz-border-radius: 6px 6px 0 0;
        -webkit-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0px 0px;
    }

    .btn-group-vertical :last-child.btn-large {
        -moz-border-radius: 0 0 6px 6px;
        -webkit-border-radius: 0 0 6px 6px;
        border-radius: 0px 0px 6px 6px;
    }

.alert {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: rgb(252, 248, 227);
    border: 1px solid rgb(251, 238, 213);
    border-radius: 4px;
    color: rgb(192, 152, 83);
    margin-bottom: 20px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}

    .alert h4 {
        margin: 0px;
    }

    .alert .close {
        line-height: 20px;
        position: relative;
        right: -21px;
        top: -2px;
    }

.alert-success {
    background-color: rgb(223, 240, 216);
    border-color: rgb(214, 233, 198);
    color: rgb(70, 136, 71);
}

.alert-danger {
    background-color: rgb(242, 222, 222);
    border-color: rgb(238, 211, 215);
    color: rgb(185, 74, 72);
}

.alert-error {
    background-color: rgb(242, 222, 222);
    border-color: rgb(238, 211, 215);
    color: rgb(185, 74, 72);
}

.alert-info {
    background-color: rgb(217, 237, 247);
    border-color: rgb(188, 232, 241);
    color: rgb(58, 135, 173);
}

.alert-block {
    padding-bottom: 14px;
    padding-top: 14px;
}

    .alert-block > p {
        margin-bottom: 0px;
    }

    .alert-block > ul {
        margin-bottom: 0px;
    }

    .alert-block p + p {
        margin-top: 5px;
    }


li.alert-success {
    background-color: rgb(223, 240, 216);
}

li.alert-error {
    background-color: rgb(242, 222, 222);
}

.alert-error .qq-upload-failed-text {
    display: inline;
}

/*
 * jReject (jQuery Browser Rejection Plugin)
 * Version 1.0.0
 * URL: http://jreject.turnwheel.com/
 * Description: jReject is a easy method of rejecting specific browsers on your site
 * Author: Steven Bower (TurnWheel Designs) http://turnwheel.com/
 * Copyright: Copyright (c) 2009-2011 Steven Bower under dual MIT/GPL license.
 */

#jr_overlay {
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 2147483646;
}

#jr_wrap {
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2147483647;
}

#jr_inner {
    background: #FFF;
    border: 1px solid #CCC;
    color: #4F4F4F;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    font-size: 12px;
    height: auto;
    margin: 0 auto;
    padding: 20px;
    position: relative;
}

#jr_header {
    color: #333;
    display: block;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    margin: 0;
    margin-bottom: 0.5em;
    padding: 5px;
    padding-bottom: 0;
    text-align: left;
}

#jr_inner p {
    margin: 0;
    padding: 5px;
    text-align: left;
}

#jr_inner ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    #jr_inner ul li {
        cursor: pointer;
        float: left;
        height: 122px;
        margin: 0 10px 10px 10px;
        padding: 0;
        text-align: center;
        width: 120px;
    }

#jr_inner li a {
    color: #333;
    font-size: 0.8em;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

    #jr_inner li a:hover {
        text-decoration: underline;
    }

#jr_inner .jr_icon {
    background: transparent no-repeat scroll left top;
    cursor: pointer;
    height: 100px;
    margin: 1px auto;
    padding: 0;
    width: 100px;
}

#jr_close {
    clear: both;
    margin: 0 0 0 50px;
    margin: 0;
    padding: 0;
    text-align: left;
}

    #jr_close a {
        color: #000;
        display: block;
        margin: 0;
        padding: 0;
        text-decoration: underline;
        width: auto;
    }

    #jr_close p {
        margin: 0;
        padding: 10px 0 0 0;
    }

.k-tooltip.k-widget {
    margin-top: 15px;
}



/*Estilos param asociar contribuyentes a adendas*/

#select_contribuyente_content {
    width: 950px;
    margin: 0 auto;
}

#select_corporativo_content {
    width: 950px;
    margin: 0 auto;
}

.subject-info-box-1,
.subject-info-box-2 {
    float: left;
    width: 45%;
}

    .subject-info-box-1 select,
    .subject-info-box-2 select {
        height: 200px;
        padding: 0;
        width: 100%;
        margin-top: 5px;
    }

        .subject-info-box-1 select option,
        .subject-info-box-2 select option {
            padding: 4px 10px 4px 10px;
        }

            .subject-info-box-1 select option:hover,
            .subject-info-box-2 select option:hover {
                background: #EEEEEE;
            }

.subject-info-arrows {
    float: left;
    width: 5%;
}

    .subject-info-arrows input {
        width: 70%;
        margin-bottom: 5px;
    }

.k-window-title, .k-window, .k-panelbar, button, input, select, textarea, .k-grid, .k-input-md, .k-picker-md, .k-list-md, .k-table-md, .k-splitter, .k-reset {
    font-size: 14px !important;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif !important;
}

.k-toolbar.k-toolbar-resizable {
    overflow-x: auto !important;
}


button.k-button {
    border-radius: 4px;
    border: 1px solid #c5c5c5;
    margin: 0 0.5rem 0.5rem 0;
    background-color: #e9e9e9;
    padding: 0.5rem;
}

    button.k-button:hover {
        background-color: #e9e9e9;
    }

span.k-button {
    border: none;
}
