.folder-list li a.selected {
    background: #18a689;
    background-color: #18a689;
}

.wizard > .steps > ul > li {
    width: 33% !important;
}

.align-baseline, .table > thead > tr > td.align-baseline, .table > tbody > tr > td.align-baseline, .align-baseline, .table > thead > tr > th.align-baseline, .table > tbody > tr > th.align-baseline {
    vertical-align: baseline;
}

.align-bottom, .table > thead > tr > td.align-bottom, .table > tbody > tr > td.align-bottom, .align-bottom, .table > thead > tr > th.align-bottom, .table > tbody > tr > th.align-bottom {
    vertical-align: bottom;
}

.align-middle, .table > thead > tr > td.align-middle, .table > tbody > tr > td.align-middle, .align-middle, .table > thead > tr > th.align-middle, .table > tbody > tr > th.align-middle {
    vertical-align: middle;
}

.align-top, .table > thead > tr > td.align-top, .table > tbody > tr > td.align-top, .align-top, .table > thead > tr > th.align-top, .table > tbody > tr > th.align-top {
    vertical-align: top;
}

.align-text-top, .table > thead > tr > td.align-text-top, .table > tbody > tr > td.align-text-top, .align-text-top, .table > thead > tr > th.align-text-top, .table > tbody > tr > th.align-text-top {
    vertical-align: text-top;
}

.align-text-bottom, .table > thead > tr > td.align-text-bottom, .table > tbody > tr > td.align-text-bottom, .align-text-bottom, .table > thead > tr > th.align-text-bottom, .table > tbody > tr > th.align-text-bottom {
    vertical-align: text-bottom;
}

.table > thead > tr > td.bg-transparent, .table > tbody > tr > td.bg-transparent, .table > tfoot > tr > td.bg-transparent {
    background-color: transparent;
}

input.hide-spin::-webkit-outer-spin-button, input.hide-spin::-webkit-inner-spin-button, input.no-spin::-webkit-outer-spin-button, input.no-spin::-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 */
}

.no-margin-bottom {
    margin-bottom: 0px !important;
}

table.table thead .sorting.bg-info, .table-bordered > thead > tr > th.bg-info, .table-bordered > thead > tr > td.bg-info {
    background: #d9edf7;
}

table.table thead .sorting.bg-primary, .table-bordered > thead > tr > th.bg-primary, .table-bordered > thead > tr > td.bg-primary {
    background: #18a689;
}

.iway-red {
    background: rgba(239, 28, 34, 0.75);
}

body.mini-navbar .nav-header {
    background-color: #ed1c24;
}

.btn-primary {
    background-color: #ed1c24;
    border-color: #ed1c24;
}

    .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
        background-color: #e7121a;
        border-color: #e7121a;
    }

.btn-green {
    background-color: #1ab394;
    border-color: #1ab394;
    color: white;
}

    .btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active, .open .dropdown-toggle.btn-green, .btn-green:active:focus, .btn-green:active:hover, .btn-green.active:hover, .btn-green.active:focus {
        background-color: #18a689;
        border-color: #18a689;
        color: #FFFFFF;
    }

/*.btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
        background-color: #e7121a;
        border-color: #e7121a;
        color: #FFFFFF;
    }*/

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary.active:hover, .btn-primary.active:focus {
    color: #fff;
    background-color: #de1219 !important;
    border-color: #de1219 !important;
}

nav .nav > li.active {
    border-left: 4px solid #ec131b;
}
/*.nav>li.active {
    border-left: 4px solid #ec131b;
}*/

.pace .pace-progress {
    background: #ed1c24;
}

tags-input .tags .tag-item .remove-button {
    display: inline;
}

.no-animate {
    -webkit-transition: none !important;
    transition: none !important;
}

select.input-sm {
    padding-top: 0;
    padding-bottom: 0;
}

hr.red {
    border-color: #e7121a
}

.fa-1-5x {
    font-size: 1.5em;
}

.label-green, .badge-green {
    background-color: #1ab394;
    color: #FFFFFF;
}

.label-primary, .badge-primary {
    background-color: #ed1c24;
    color: #FFFFFF;
}

.label-yellow, .badge-yellow {
    background-color: #FFFF00;
    color: #000000;
}

.no-padding-all {
    padding: 0;
}

.no-padding-left {
    padding-left: 0;
}

.no-padding-top {
    padding-top: 0;
}

.no-padding-bottom {
    padding-bottom: 0;
}

.no-padding-right {
    padding-right: 0;
}

.trend-icon-size {
    font-size: 25px;
}

.trend-icon-color-positive {
    color: greenyellow;
}

.trend-icon-color-negative {
    color: red;
}

.trend-icon-color-equal {
    color: lightgrey;
}
.editCell {
    background-color: lightgoldenrodyellow;
}

.strength-meter {
    position: relative;
    height: 3px;
    background: #DDD;
    margin: 10px auto 20px;
    border-radius: 3px;
}

.strength-meter:before,
.strength-meter:after {
    content: '';
    height: inherit;
    background: transparent;
    display: block;
    border-color: #FFF;
    border-style: solid;
    border-width: 0 5px 0 5px;
    position: absolute;
    width: 80px;
    z-index: 10;
}

.strength-meter:before {
    left: 90px;
}

.strength-meter:after {
    right: 90px;
}

.strength-meter-fill {
    background: transparent;
    height: inherit;
    position: absolute;
    width: 0;
    border-radius: inherit;
    transition: width 0.5s ease-in-out, background 0.25s;
}

.strength-meter-fill[data-strength='0'] {
    background: darkred;
    width: 20%;
}

.strength-meter-fill[data-strength='1'] {
    background: orangered;
    width: 40%;
}

.strength-meter-fill[data-strength='2'] {
    background: orange;
    width: 60%;
}

.strength-meter-fill[data-strength='3'] {
    background: yellowgreen;
    width: 80%;
}

.strength-meter-fill[data-strength='4'] {
    background: green;
    width: 100%;
}

.grecaptcha-badge{
    z-index:10000!important;
}
/* legenda  */

.my-legend .legend-title {
    text-align: left;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 90%;
    }
  .my-legend .legend-scale ul {
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    float: left;
    list-style: none;
    }
  .my-legend .legend-scale ul li {
    font-size: 80%;
    list-style: none;
    margin-left: 0;
    line-height: 18px;
    margin-bottom: 2px;
    }
  .my-legend ul.legend-labels li span {
    display: block;
    float: left;
    height: 20px;
    width: auto;
    margin-right: 5px;
    margin-left: 0;
    border: 1px solid #999;
    color: white; 
    text-align: center;
    }
  .my-legend .legend-source {
    font-size: 70%;
    color: rgb(255, 255, 255);
    clear: both;
    }
  .my-legend a {
    color: rgb(255, 255, 255);
    }