*, .well, input, select, button {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.well, input:focus {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

h1, h2, h3, h4 {
    font-weight: normal;
}

form, table {
    margin: 0px;
}

.label {
    padding-top: 0.3em;
    padding-bottom: 0.3em;
}

input[type="text"].sv-addon.form-control {
    width: 100px;
}

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    *background-color: #222222;
    background-image: -moz-linear-gradient(top, #444444, #222222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
    background-image: -webkit-linear-gradient(top, #444444, #222222);
    background-image: -o-linear-gradient(top, #444444, #222222);
    background-image: linear-gradient(to bottom, #444444, #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);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled],
.btn-inverse:focus {
    color: #ffffff;
    background-color: #222222;
    *background-color: #151515;
}

input.form-control[type="text"]:not(.sv-addon),
input.form-control[type="password"]:not(.sv-addon),
select.form-control, textarea.form-control {
    margin: 2px 0px 2px 0px;
    padding: 3px 3px 3px 3px;

    /*max-width: 98%;
    vertical-align: bottom;
    /*
    Settings Originales
    Padding Horizontal : 12px a cada lado
    Padding Vertical : 6px a cada lado 
    Margen: 0
    */
}

input.form-control[type="text"].w100:not(.sv-addon),
input.form-control[type="password"].w100:not(.sv-addon),
select.form-control.w100, textarea.form-control.w100 {
    max-width: 100%;
    margin-right: 0px;
}

button.btn, a.btn {
    /*margin: 2px 3px 2px 3px;*/
    margin: 2px 6px 2px 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    height: 34px;
    vertical-align: middle;
    line-height: 26px;
}

div.btn-group button.btn, div.btn-group a.btn {
    margin: 0;

    /*padding: 6px 12px 6px 12px;*/
}

.btn-inverse:active,
.btn-inverse.active {
    background-color: #080808 \9;
}

.white, a.white {
    color: #fff;
}

.black, a.black {
    color: #000;
}

textarea {
    white-space: pre-wrap;
    overflow-x: auto;
    resize: none;
    font-family: 'Consolas', 'Courier New', sans-serif;
}

select {
    height: 26px;
    padding: 1px;
    border: 1px solid gray;
}

.uline {
    text-decoration: underline;
}

.bold {
    font-weight: bold;
}

.al-right {
    text-align: right;
}

.al-center {
    text-align: center;
}

.al-just {
    text-align: justify;
}

.sv-vmid,
.table.sv-vmid th,
.table.sv-vmid td,
table.sv-vmid th,
table.sv-vmid td {
    vertical-align: middle !important;
}

.sv-vtop,
.table.sv-vtop th,
.table.sv-vtop td,
table.sv-vtop th,
table.sv-vtop td {
    vertical-align: top !important;
}

.sv-vmid th h*,
.sv-vmid td h*,
.sv-vtop th h*,
.sv-vtop td h* {
    height: 100%;
    line-height: 100%;
}

.sv-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.w100 {
    width: 100%;
}

.w90 {
    width: 90%;
}

.w80 {
    width: 80%;
}

.w75 {
    width: 75%;
}

.w67 {
    width: 67%;
}

.w60 {
    width: 60%;
}

.w50 {
    width: 50%;
}

.w40 {
    width: 40%;
}

.w33 {
    width: 33%;
}

.w25 {
    width: 25%;
}

.w20 {
    width: 20%;
}

.h100 {
    height: 100%;
}

.h50 {
    height: 50%;
}

.vw100 {
    width: 100vw;
}

.vh100 {
    height: 100vh;
}

input.sv-changed,
select.sv-changed,
textarea.sv-changed {
    background-color: #FFFF99 !important;
    background: #FFFF99 !important;
}

ul.sv-flist {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.sv-flist li {
    display: inline;
    float: left;
}

ul.sv-flist li a {
    text-decoration: none;
}

.sv-pos-abs {
    position: absolute;
}

.sv-pos-rel {
    position: relative;
}

.sv-pos-fix {
    position: fixed;
}

.sv-inline {
    display: inline;
}

.sv-block {
    display: block;
}

.sv-hide {
    display: none;
}

.sv-clearfix:before,
.sv-clearfix:after {
    content: "";
    display: table;
}

.sv-clearfix:after {
    clear: both;
}

.sv-clearfix {
    zoom: 1;

    /* For IE 6/7 (trigger hasLayout) */
}

/* Equalize height on child divs via javascript*/

.sv-disp-table {
    display: table;
}

.sv-disp-row {
    display: table-row;
}

.sv-disp-cell {
    display: table-cell;
}

.sv-nopadding {
    padding: 0;
}

.sv-nomargin {
    margin: 0;
}

.row.same-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.show-false {
    display: none;
}

.progress {
    position: relative;
}

.progress-text {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    color: inherit;
}

.sv-btnline {
    line-height: 38px;
    vertical-align: middle;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .col-sm-height {
        display: table-cell;
        float: none !important;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .col-md-height {
        display: table-cell;
        float: none !important;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .col-lg-height {
        display: table-cell;
        float: none !important;
    }
}
