input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

body {
    font-family: 'Raleway', sans-serif !important;
    background-color: white;
    overflow-y:scroll;
}

.navbar-static-top {
    color: white;
    padding: 15px 0 15px 15px;
}

.navbar-static-top img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}

.content-wrapper {
    float: none;
    margin: 0 auto;
    /*min-height: 457px !important;*/
}

.content-wrapper, .right-side {
    background-color: white;
    height: 100%;
}

.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    background-color: white;
}

.wrapper {
    overflow-x: hidden;
    overflow-y: hidden;
}

.head-title {
    font-size: calc(2.5vw + 2vh);
    margin: 7px auto 0 auto;
}

.head-img {
    margin: 0px 5px 0 0;
    position: absolute;
    left: 80%;
}

.info-box-content {
    padding: 5px 10px;
    margin-left: 0px;
}

.skin-blue .main-header .navbar {
    background-color: #33BB66;
    text-align: center;
}

.main-header {
    background-color: #33BB66;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:.5em;
    min-height:90px;
    height:90px;
    color:#fff;
}

.main-header img {
    height:50px;
}

.main-header .header-text {
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:5px;
    height:55px;
    justify-content: flex-start;
}

.main-header span {
    margin:0;
    padding:0;
    line-height:1em;
    display:block;
}

.main-header .header-title {
    font-size:22pt;
    letter-spacing:-.5px;
    font-weight:bold;
}

.main-header .header-subtitle {
    font-weight:normal;
}

.info-box {
    color: white;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.info-box-title {
    font-size: 2em;
    font-weight: 500;
    text-transform: uppercase;
}

.info-box-subtitle {
    font-size: 1.4em;
    color: #707070;
}

.info-box-cyan {
    background: white;
    color: #33BB66;
    border-color: #686364;
    border-style: solid;
    border-width: 3px;
}

.info-box-red {
    background: white;
    color: #33BB66;
    border-color: #686364;
    border-style: solid;
    border-width: 3px;
}

.info-box-brown {
    background: white;
    color: #33BB66;
    border-color: #686364;
    border-style: solid;
    border-width: 3px;
}

.info-box-blue {
    background: white;
    color: #33BB66;
    border-color: #686364;
    border-style: solid;
    border-width: 3px;
}

.main-footer {
    text-align: left;
    background-color: #33BB66;
    color: white;
}

.download-icon {
    font-size: 18pt !important;
}

.sortable {
    cursor: pointer;
}

table {
    margin-top: 25px;
    border-style: none;
    border-color: white;
}

.search-box {
    width: 75%;
    font-size: 16pt;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
}

.search-input {
    border-radius: 10px !important;
    border: 1px solid #737576;
}

.form-control:focus {
    border-color: #7abc7d;
}

.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
    font-size: 16px;
}

.sub-icon {
    font-size: 8pt;
    line-height: 12px;
}

.panel-body {
    padding: 0 15px 0px 15px;
}

.btn-github {
    background-color: #636363;
    font-size: 10pt;
}

.btn-social>:first-child {
    width: 40px;
}

.panel-derecho {
    margin-left: 0.5%;
    float: left;
}

.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 65%;
}

.modal-body {
    position: relative;
    padding: 0 0 0 0;
}

.table {
    margin-bottom: 0px;
}

.panel-primary {
    border-color: #7a7a7c;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #33BB66;
    border-color: #33BB66;
}

.bg-aqua, .callout.callout-info, .alert-info, .label-info, .modal-info .modal-body {
    background-color: #7ba8c2 !important;
}

.alert-info {
    border-color: #7a7a7c;
}

a, a:hover, a:focus {
    color: #7abc7d;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.f1-steps {
    text-align: center;
}

::-moz-selection { background: #7abc7d; color: #fff; text-shadow: none; }
::selection { background: #7abc7d; color: #fff; text-shadow: none; }

.table-hover>tbody>tr:hover {
    background: rgba(78, 125, 180, 0.68); color: #fff; text-shadow: none;
}

.seleccionado {
    background: #7abc7d !important;
    color: #fff !important;;
    text-shadow: none !important;;
}

.table-hover>tbody>tr:hover a {
    color: white;
}

input[type=checkbox][disabled] {
    cursor: pointer !important;
}

.bg-yellow, .callout.callout-warning, .alert-warning, .label-warning, .modal-warning .modal-body {
    color: #8a6d3b !important;
    background-color: #fcf8e3 !important;;
    border-color: #faebcc !important;
}

.alert a {
    color: #7abc7d !important;
    text-decoration: underline;
    cursor: pointer;
}

#invisible {
    display: none;
}

#visible {
    display: block;
}

.btn-tramiteOnline {
    font-size: 14pt;
    background-color: white;
    color: black;
    padding-left: 60px;
}

.btn-tramiteOnline:hover {
    background-color: rgba(29, 102, 51, 0.69);
    color: #ffffff;
    padding-left: 60px;
}

.input-group-addon {
    min-width: 300px;
}

.input-group .input-group-addon {
    background-color: rgba(230, 230, 230, 0.69);
}