:root {
    --main-bg-color: #0f3738;
    --main-bg-color-text: #ffffff;
    --btn-success: #8bb85e;
    --btn-hover: #ffa500;
}

html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

a {
    color: #0982b1;
}

a:hover,
a:focus {
    color: var(--btn-success);
}


@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1400px;
    }
}

@media (min-width: 1600px) {
    .container {
        width: 90%;
    }
}

@media (min-width: 1920px) {
    .container {
        width: 90%;
    }
}


.wrap>.container {
    padding: 110px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content:
        /*"\e113"*/
        "\e151";
}

a.desc:after {
    content:
        /*"\e114"*/
        "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/*klimway*/
@media only screen and (min-width:769px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }

    .dropdown-submenu {
        position: relative !important;
    }

    .dropdown-submenu>.dropdown-menu {
        top: 0 !important;
        left: 100% !important;
        margin-top: -6px !important;
        margin-left: -1px !important;
        border-radius: 0 !important;
    }

    .dropdown-submenu:hover>.dropdown-menu {
        display: block !important;
    }

    .dropdown-submenu>a:after {
        display: block;
        content: "\f105";
        font-family: 'FontAwesome';
        margin-top: -18px;
        right: 15px;
        position: absolute;
        font-weight: 300;
    }
}

#listadoServicios label {
    display: block;
}

#contrato-extraluz label {
    font-weight: normal;
}

#contrato-extragas label {
    font-weight: normal;
}

.left-inner-addon {
    position: relative;
}

.left-inner-addon input {
    padding-left: 30px;
}

.left-inner-addon i {
    position: absolute;
    padding: 10px 12px;
    pointer-events: none;
}

.right-inner-addon {
    position: relative;
}

.right-inner-addon input {
    padding-right: 30px;
}

.right-inner-addon i {
    position: absolute;
    right: 0px;
    padding: 34px 12px;
    pointer-events: none;
}

#contrato-productos_extra label {
    margin-right: 15px;
}

/* Autocomplete styles */
.ui-autocomplete-input {
    padding: 0px;
    border: 1px solid black;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
}

.ui-autocomplete-input ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ui-autocomplete-input li {
    margin: 0px;
    padding: 2px 5px;
    cursor: default;
    display: block;
    /*
        if width will be 100% horizontal scrollbar will apear
        when scroll mode will be used
        */
    /*width: 100%;*/
    font: menu;
    font-size: 12px;
    /*
        it is very important, if line-height not setted or setted
        in relative units scroll will be broken in firefox
        */
    line-height: 16px;
    overflow: hidden;
}

.ui-autocomplete-input {
    /* loader image */
    background: white url('indicator.gif') right center no-repeat;
}

.ui-autocomplete-input {
    background-color: #eee;
}

.ui-autocomplete-input {
    background-color: #0A246A;
    color: white;
}

.listaColumnas label {
    font-weight: normal;
}

.botonera {
    margin-top: 15px;
}

.navbar {
    min-height: 86px;
}

.navbar-inverse .navbar-collapse {
    margin-top: 25px;
}

.navbar-inverse {
    background-color: var(--main-bg-color);
}

.navbar-brand {
    height: 106px;
    width: 250px;
}

.navbar-inverse {
    border-color: #b1b1b1;
}

.navbar-inverse .navbar-brand {
    color: #ffffff;
}

.navbar-inverse .navbar-nav>li {
    margin-right: 5px;
}

.navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
    font-weight: bold;
}

.navbar-inverse .navbar-nav>li>a:hover {
    background: var(--btn-hover);
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: var(--btn-hover);
}

.btn {
    border-radius: 0;
}

.btn-primary {
    color: #fff;
    background-color: var(--btn-hover);
    border-color: var(--btn-hover);
}

.btn-success {
    color: #fff;
    background-color: var(--btn-success);
    border-color: var(--btn-success);
}

.btn-success:hover {
    color: #fff;
    background-color: var(--btn-hover);
    border-color: var(--btn-hover);
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
    background-color: var(--btn-success);
    border-color: var(--btn-success);
}

.btn-primary:hover {
    background-color: var(--btn-success);
    border-color: var(--btn-success);
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: var(--main-bg-color);
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    background-color: var(--btn-hover);
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: var(--btn-hover);
    border-color: var(--btn-hover);
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    background-color: var(--btn-hover);
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }

    .navbar-nav .open .dropdown-menu {
        background-color: var(--btn-hover);
    }
}

.navbar-brand {
    background: url('img/logo.png') left no-repeat;
    padding-left: 35px;
    background-size: contain;
}

.footer {
    background-color: var(--main-bg-color);
    border-top: 5px solid var(--main-bg-color);
    color: #fff;
}

.footer a {
    color: #CED2D6;
}

.glyphicon-remove:before {
    color: #d9534f;
}

.glyphicon-ok:before {
    color: var(--main-bg-color);
}

.glyphicon-repeat:before {
    color: var(--btn-hover);
}

.glyphicon-remove {
    color: #d9534f;
}

.glyphicon-ok {
    color: var(--btn-success);
}

.glyphicon-repeat {
    color: var(--btn-hover);
}

.has-success .form-control {
    border-color: var(--btn-success);
}

#blockNewcontrato {
    margin-top: 5px;
}

.table-striped .btn-xs {
    margin-bottom: 5px;
}

.glyphicon-color-ok:before {
    color: var(--btn-success) !important;
}

.glyphicon-color-k0:before {
    color: #d9534f !important;
}

.glyphicon-color-alert:before {
    color: #db883b !important;
}

/*tablefiles*/
.tableFiles {
    margin-bottom: 32px;
}

.tableFiles td {
    border: 1px solid #fff;
    padding: 2px 16px;
}

.tableFiles tr {
    background: #f5f5f5;
}

.title {
    background: #0f3738;
}

.title h2 {
    color: #ffffff;
    font-size: 20px;
    padding: 8px 16px;
}

.panelImagen img {
    max-width: 240px;
}

.tarifa {
    border: 2px solid #f5f5f5;
    margin-bottom: 32px;
}

.tarifaTitle {
    background-color: #0f3738;
    color: #ffffff;
    padding: 8px;
    font-size: 18px;
}

.tarifa div {
    padding: 4px 8px;
}

.tarifa .compania {
    color: #0f3738;
    font-size: 24px;
    text-align: center;
}

.tarifa .producto {
    font-size: 20px;
    text-align: center;
}

.tarifa .precio {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.tarifa .oferta {
    text-align: center;
}

.tarifa .oferta .button {
    background-color: #0f3738;
    padding: 4px 16px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    border: 0;
}

.tarifa .oferta .button:disabled {
    background-color: #f5f5f5;
    cursor: not-allowed;
}

.tarifa .inform {
    background: #f1f1f1;
    padding: 8px;
    margin: 16px;
}

.tarifa .inform span {
    color: #0f3738;
}

.tarifa .ahoro {
    text-align: center;
    font-size: 14px;
    ;
}

.tarifa .logo {
    margin: 4px;
    text-align: center;
}

.tarifa img {
    max-width: 80%;
}

.modal-sm {
    width: 100%;
    max-width: 600px;
}

@media (min-width: 768px) {
    .modal-sm {
        width: 100%;
    }
}

.infoComisiones {}

.comisionTable {
    border: 1px solid #f5f5f5;
    margin-bottom: 8px;
}

.comisionTable th {
    background: #0f3738;
    color: #ffffff;
    padding: 4px 8px;
}

.comisionTable td {
    border: 1px solid #f5f5f5;
    padding: 4px 8px;
}


/*dashboard*/

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

.site-dashboard {
    background: #f5f5f5;
}

.site-dashboard .container-panel {
    width: 100%;
    padding: 8px 16px;
}

.site-dashboard .panel {
    margin: 8px;
    padding: 8px 16px;
    background: #ffffff;
    border: 1px solid #f1f1f1;
}

.site-dashboard .panel .clear {
    clear: both;
}

.site-dashboard .panel-info .icon {
    width: 30%;
    float: left;
    text-align: center;
}

.site-dashboard .panel-info .material-icons {
    font-size: 64px;
    color: #CED2D6;
}

.site-dashboard .panel-info .info {
    width: 70%;
    float: left;
    font-size: 20px;
    font-weight: 600;
}

.site-dashboard .panel-info .info .moreinfo {
    width: 70%;
    float: left;
    font-size: 16px;
    font-weight: normal;
}