﻿@charset "utf-8";
@font-face {
    font-family: "Kendo UI";
    src: url("../../fonts/kendoui.woff") format("woff"), url("../../fonts/kendoui.ttf") format("truetype");
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: "loew-bold";
    src: url("../../fonts/Loew-Bold.otf") format("woff"), url("../../fonts/fonts/Loew-Bold.otf") format("opentype"), url("../../fonts/fonts/Loew-Bold.otf") format("truetype");
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: "monserrat-regular";
    src: url("../../fonts/Montserrat-Light.otf") format("woff"), url("../../fonts/Montserrat-Light.otf") format("opentype"), url("../../fonts/Montserrat-Light.otf") format("truetype");
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: "monserrat-regular";
    src: url("../../fonts/Montserrat-Light.otf") format("woff"), url("../../fonts/Montserrat-Light.otf") format("opentype"), url("../../fonts/Montserrat-Light.otf") format("truetype");
}

@font-face {
    font-family: "monserrat-bold";
    src: url("../../fonts/Montserrat-Bold.otf") format("woff"), url("../../fonts/Montserrat-Bold.otf") format("opentype"), url("../../fonts/Montserrat-Bold.otf") format("truetype");
}

@font-face {
    font-family: "monserrat-regular";
    src: url("../fonts/Montserrat-Light.otf") format("woff"), url("../fonts/Montserrat-Light.otf") format("opentype"), url("../fonts/Montserrat-Light.otf") format("truetype");
}

@font-face {
    font-family: "monserrat-bold";
    src: url("../fonts/Montserrat-Bold.otf") format("woff"), url("../fonts/Montserrat-Bold.otf") format("opentype"), url("../fonts/Montserrat-Bold.otf") format("truetype");
}

label {
    margin-bottom: 5px;
    font-family: monserrat-regular;
    font-size: 14px;
    color: #413B49;
}

a {
    color: #636363;
    text-decoration: none;
    background-color: transparent;
}

    a:hover {
        color: #000000;
        text-decoration: underline;
    }

.ColorIdioma {
    color: #636363
}

    .ColorIdioma:hover {
        color: #000000;
        text-decoration: underline;
    }

body:before {
    font-family: "Kendo UI";
    content: "\a0";
    font-size: 0;
    width: 0;
    height: 0;
    position: absolute;
    z-index: -1;
}

html, body {
    margin: 0;
    padding: 0;
    min-width: 320px;
    background: #efefef;
    background: url(../Images/bgLogin@2x.png) no-repeat center center fixed;
    overflow: hidden;
    position: relative;
    background-size: cover;
}

#example {
    padding-top: 2em;
}

header {
    z-index: 999;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    /*background-color: #7BBF41;*/
    border-radius: 0px !important;
    background-repeat: no-repeat;
    background-position: 98%;
    /*background-image:url(../Images/LogoAlen.svg);*/
}

    header h1,
    header button {
        display: inline-block;
        vertical-align: middle;
    }

    header .container h1 {
        margin: 0;
        font-size: 21px;
        line-height: 65px;
        padding-top: 20px;
        padding-left: 0;
    }

    #configure,
    header label {
        border-style: solid;
        border-color: #636363;
        border-width: 0 0 0 1px;
        margin-bottom: 0;
        font-weight: normal;
    }

    header .container {
        position: relative;
    }

    header .description {
        text-transform: uppercase;
        color: #ccc;
        font-size: 10px;
        line-height: 29px;
    }

    header .k-dropdown,
    header #font-size-value {
        font-size: 18px;
        line-height: 45px;
        margin-bottom: 9px;
    }

    header .k-dropdown {
        width: 100%;
    }

    header .k-dropdown-wrap {
        background-image: none !important;
    }

        header .k-dropdown,
        header .k-dropdown-wrap.k-state-default {
            background-color: transparent;
            border-color: #5c5c5c;
            border-radius: 0;
        }

        header .k-dropdown-wrap.k-state-hover,
        header .k-dropdown-wrap.k-state-active,
        header .k-dropdown-wrap.k-state-focused {
            background-color: #030303;
        }

        header .k-dropdown-wrap.k-state-focused {
            box-shadow: none;
        }

    header .k-dropdown .k-input {
        padding-top: 0;
        padding-bottom: 0;
        height: auto;
        text-indent: 14px;
    }

    header .k-dropdown .k-input,
    header .k-dropdown-wrap .k-select {
        line-height: 45px;
    }

    header .k-dropdown .k-i-arrow-s {
        background-image: url("http://cdn.kendostatic.com/2013.2.918/styles/Bootstrap/sprite.png");
        background-position: -16px -32px;
    }

    header .k-dropdown-wrap.k-state-default .k-input {
        color: #fff;
    }

.k-popup.ra-list {
    background-color: #010101;
    border-color: #5c5c5c;
    color: #fff;
    padding: 0;
    border-radius: 0;
}

    .k-popup.ra-list .k-state-hover,
    .k-popup.ra-list .k-state-selected,
    .k-popup.ra-list .k-state-focused {
        background-image: none;
        background-color: #555;
        box-shadow: none;
        color: #fff;
        border-color: #555;
    }

    .k-popup.ra-list .k-item {
        border-radius: 0;
        text-indent: 7px;
    }

#configure {
    z-index: 10;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-width: 0 0 0 1px;
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
}

#demo {
    padding-top: 46px;
}

#menu {
    margin-bottom: 30px;
}

#profile {
    position: relative;
}

.ra-well-title {
    font-size: 1.2857em;
    font-weight: bold;
    line-height: 1.2857em;
    border-bottom: 1px solid #e7e7e7;
    margin: -5px -19px 0.8333em;
    padding: 0 19px 0.7222em;
}

.ra-avatar {
    border: 1px solid #e7e7e7;
    border-radius: 2px;
}

.ra-first-name {
    display: block;
    margin-top: 0.8571em;
}

.ra-last-name {
    display: block;
    font-size: 1.7143em;
    line-height: 1.3em;
}

.ra-position {
    font-size: 0.8571em;
    color: #999;
    padding-bottom: 2em;
}

.form-group .k-widget,
.form-group .k-textbox {
    width: 100%;
}

.buttons-wrap {
    border-top: 1px solid #e7e7e7;
    padding-top: .5em;
    text-align: right;
}

.ra-section {
    margin-bottom: 20px;
}

.ra-well-overlay {
    margin: -16px -20px -19px;
}

#tabstrip .k-content {
    min-height: 156px;
}

#tabstrip .k-chart {
    height: 156px;
}

#tabstrip .k-content {
    padding: 1px;
}

#tabstrip-4 {
    text-align: center;
}

#tabstrip .km-icon:after {
    font: 1.3em/1em "Kendo UI" !important;
}

.revenue:after {
    content: "\E08C";
}

.spd:after {
    content: "\E04B";
}

.spr:after {
    content: "\E050";
}

.share:after {
    content: "\E04E";
}

#tabstrip .k-tabstrip-items span {
    float: left;
    line-height: 1.3em;
    vertical-align: middle;
}

#tabstrip .k-tabstrip-items .hidden-xs {
    margin-left: 4px;
}

.market-donut {
    display: inline-block;
    width: 170px;
}

#panelbar .k-content {
    padding: 1em;
}

#panelbar ul {
    margin-bottom: 10px;
}

#listview {
    list-style-type: none;
    padding: 0 0 15px;
}

    #listview figure {
        border: 1px solid #e7e7e7;
        border-radius: 3px;
        padding: 5px;
        margin-top: 15px;
    }

figure h4 {
    font-size: 1.15em;
}

figure p.hidden-sm {
    min-height: 80px;
}

footer {
    text-align: right;
    font-size: 0.8571em;
    padding: 2em 0;
}

header .container h1.visible-sm {
    padding-top: 10px;
    line-height: 33px;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .k-menu.k-menu-horizontal .k-item {
        float: none;
    }

    header .container {
        padding: 0;
    }

        header .container h1 {
            padding-top: 0;
            padding-left: 15px;
            line-height: 50px;
        }

        header .container label {
            border-width: 0;
            display: block;
        }

    #configurator-wrap {
        border-top: 1px solid #636363;
        padding: 0;
    }

    #configurator {
        background-color: #272727;
        width: 100%;
        margin: 0;
        padding: 0;
    }
}

.k-black body,
.k-metroblack body,
.k-black .well,
.k-metroblack .well,
.k-black .ra-well-title,
.k-metroblack .ra-well-title,
.k-black .buttons-wrap,
.k-metroblack .buttons-wrap {
    border-color: #444;
    background-color: #1e1e1e;
    color: #fff;
}

.k-highcontrast body,
.k-highcontrast .well
.k-highcontrast .ra-well-title,
.k-highcontrast .buttons-wrap {
    border-color: #664e62;
    background-color: #2c232b;
    color: #fff;
}

.k-moonlight body,
.k-moonlight .well,
.k-moonlight .ra-well-title,
.k-moonlight .buttons-wrap {
    border-color: #171e28;
    background-color: #212a33;
    color: #fff;
}

div .row {
    margin-bottom: 10px;
}

.mayuscula {
    text-transform: uppercase;
}

/*--------------------------------------------------------*/
/* Estilo AlEn*/
/*--------------------------------------------------------*/
.k-button {
    color: #FFF;
    background-color: #2BC800;
}

.titulo-pagina {
    color: #FFF;
    /*background: #5a8db6 url(http://sisadm.alen.com.mx:8004/lib/img/devoops_pattern_b10.png) 0 0 repeat;*/
    background-color: #2BC800;
    font-weight: bold;
    font-size: 0.8em;
}

    .titulo-pagina h5 {
        margin-top: 5px;
        margin-left: 35px;
        background-color: #2BC800;
    }

.bold {
    font-weight: bold;
}

.navSect {
    position: fixed;
    width: 100%;
    height: 59px;
    top: 0px;
    left: 0px;
    background-color: #7BBF41;
    background-repeat: no-repeat;
    background-position: 99%;
    background-image: url(../Images/LogoAlenMin.png);
}

.navSect1 {
    position: fixed;
    /*width: 390px;*/
    /*    width: 327px;*/
    width: 273px;
    height: 59px;
    top: 0px;
    left: 0px;
    background-color: #413B49;
}

.navSect2 {
    position: fixed;
    width: 48px;
    height: 59px;
    top: 0px;
    left: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #29262E;
    background-image: url("../Images/Icono2.png");
}

span.loewGreen {
    font-family: loew-bold;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #7BBF41;
}

span.montserratWhite {
    font-family: monserrat-regular;
    font-size: 13px;
    color: #FFFFFF;
    font-weight: initial;
    letter-spacing: 0.06em;
}

span.montserratBlack {
    font-family: monserrat-regular;
    font-size: 13px;
    color: black;
    font-weight: initial;
    letter-spacing: 0.06em;
}

.avatar {
    width: 40px;
    float: left;
    margin-right: 5px;
}

    .avatar > img {
        width: 40px;
        height: 40px;
    }

.page-feed .avatar {
    width: 60px;
    float: left;
    margin: 10px 15px;
    text-align: center;
    overflow: hidden;
}

    .page-feed .avatar img {
        width: 60px;
        height: 60px;
    }

.body-expanded .expanded-panel, .fancybox-margin .expanded-panel, .modal-open .expanded-panel {
    margin-right: 15px;
}

.body-expanded, .modal-open {
    overflow-y: hidden;
    /*margin-right: 15px;*/
}

.user-mini > span {
    display: block;
    font-size: 12px;
    color: #FFF;
    margin-bottom: -4px;
}

    .user-mini > span.welcome {
        font-weight: bold;
        margin-top: 2px;
    }

@media (max-width: 620px) {
    .user-mini {
        display: none;
    }

    .titulo-depto {
        font-size: 14px;
    }
}

.k-grid .k-header, .k-grid-header .k-header > .k-link {
    color: #FFF;
    background-color: #00B050;
}
/*Opcion del Menu*/
#panelbar {
    max-width: 400px;
    padding-left: 0;
    /* margin: 0 auto;*/
}

.teamMate:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}

.teamMate h2 {
    font-size: 1.4em;
    font-weight: normal;
    padding-top: 20px;
}

.teamMate p {
    margin: 0;
}

.teamMate img {
    float: left;
    margin: 5px 15px 5px 5px;
    border: 1px solid #ccc;
    border-radius: 50%;
}

.fondo-login {
    background-image: url("http://sisadm.alen.com.mx:8004/lib/img/fondo-video.png");
}


.modal-footer {
    padding: 10px 10px 10px;
    margin-top: 15px;
    margin-top: 5px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

#txtMensajeError, #txtMsjErrorReinicio {
    color: red;
    font-size: 12px;
    font-weight: bold;
}

/*=== 2. Anchor Link ===*/
a {
    /*color: #aaaaaa;*/
    transition: all ease-in-out 200ms;
}

    a:hover {
        /*color: #333333;*/
        text-decoration: none;
    }
/*=== 3. Text Outside the Box ===*/
.etc-login-form {
    background-color: #FFFFFF;
    color: #000;
    padding: 41px 47px;
    /*width: 495px;*/
    /*height: 460px;*/
}

    .etc-login-form p {
        margin-bottom: 5px;
        font-family: monserrat-regular;
        font-size: 14px;
        color: #413B49;
    }

.pMontserratBold {
    margin-bottom: 5px;
    font-family: monserrat-bold;
    font-size: 14px;
    color: #413B49;
}
/*=== 4. Main Form ===*/
/*.login-form-1 {
    max-width: 500px;
    width: 350px;
    border-radius: 5px;
    display: inline-block;
}*/

@media screen and (max-width:1024px) {
    .bgImage {
        display: none;
    }
}

@media screen and (max-width:580px) {
    .login-form-1 {
        width: 100%;
        border-radius: 5px;
        display: inline-block;
    }

    .pLinkOldPort {
        display: none;
    }

    .navSect1 {
        width: 100%;
    }
}

@media screen and (max-width:420px) {
    .pDescHeader {
        margin: 17px 0px 0px 14px !important;
    }

    .navSect2 {
        display: none;
    }

    .etc-login-form {
        padding: 20px 30px;
    }

    .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media screen and (min-width:350px) {
    .login-form-1 {
        max-width: 495px;
        width: 100%;
        display: inline-block;
    }
}

@media screen and (max-height:580px) {
    .text-center {
        padding: 10px 0 !important;
    }
}

@media screen and (max-height:530px) {
    .pLinkOldPort {
        display: none;
    }
}

.login-well {
    box-shadow: 0px 3px 6px rgba(0%,0%,0%,0.3);
}

.main-login-form {
    position: relative;
}

.login-form-1 .form-control {
    border: 0;
    box-shadow: 0 0 0;
    border-radius: 0;
    background: transparent;
    background-color: #F3F3F4;
    color: #555555;
    padding-right: 20px;
    font-weight: bold;
    height: 47px;
    width: 100%;
    margin-bottom: 30px;
}

.pDescHeader {
    margin: 17px 0px 0px 60px;
    text-align: center;
}

.pLinkOldPort {
    margin-bottom: 47px !important;
}

.bgImage {
    position: fixed;
    bottom: 0px;
}

button.loginButton {
    background: #7BBF41;
    color: #999999;
    padding: 11px 0;
    width: -webkit-fill-available;
    height: 47px;
    border: 0px solid #efefef;
}



.input-group-lg > .form-control,
.input-group-lg > .input-group-addon1,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon1,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon1,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon1,
select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon1,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon1,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon1,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon1,
select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group-addon1,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

    .input-group-addon1:not(:first-child):not(:last-child),
    .input-group-btn:not(:first-child):not(:last-child),
    .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.input-group-addon1,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon1 {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    border-radius: 4px;
}

    .input-group-addon1.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon1.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .input-group-addon1 input[type="radio"],
    .input-group-addon1 input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group .form-control:first-child,
    .input-group-addon1:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group > .btn,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
    .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-group-addon1:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child,
    .input-group-addon1:last-child,
    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group > .btn,
    .input-group-btn:last-child > .dropdown-toggle,
    .input-group-btn:first-child > .btn:not(:first-child),
    .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .input-group-addon1:last-child {
        border-left: 0;
    }

.navbar-form .input-group .input-group-addon1,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
}

.login-form-1 .form-control::-webkit-input-placeholder {
    color: #999999;
    font-family: monserrat-regular;
    font-size: 14px;
    background-color: #F3F3F4;
    height: 47px;
}

.login-form-1 .form-control:-moz-placeholder,
.login-form-1 .form-control::-moz-placeholder,
.login-form-1 .form-control:-ms-input-placeholder {
    color: #999999;
}

.login-form-1 .form-group {
    margin-bottom: 0;
    border-bottom: 2px solid #efefef;
    padding-right: 20px;
    position: relative;
}

    .login-form-1 .form-group:last-child {
        border-bottom: 0;
    }

.login-group {
    background: #ffffff;
    color: #3A3A3A;
    border-radius: 8px;
    padding: 10px 20px;
}

.login-group-checkbox {
    padding: 5px 0;
}

/*=== 5. Login Button ===*/
.login-form-1 .login-button {
    background: #7BBF41;
    color: #999999;
    padding: 11px 0;
    width: 400px;
    height: 47px;
    border: 0px solid #efefef;
}

.login-button:focus {
    outline: none !important;
}

button.loginButton:hover {
    background-color: #6da939;
}

.login-form-1 .login-button:hover {
    color: #555555;
    transform: rotate(450deg);
}

.login-form-1 .login-button.clicked {
    color: #555555;
}

    .login-form-1 .login-button.clicked:hover {
        transform: none;
    }

    .login-form-1 .login-button.clicked.success {
        color: #2ecc71;
    }

    .login-form-1 .login-button.clicked.error {
        color: #e74c3c;
    }
/*=== 6. Form Invalid ===*/
label.form-invalid {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    display: block;
    margin-top: -25px;
    padding: 7px 9px;
    background: #777777;
    color: #ffffff;
    border-radius: 5px;
    font-weight: bold;
    font-size: 11px;
}

    label.form-invalid:after {
        top: 100%;
        right: 10px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: transparent;
        border-top-color: #777777;
        border-width: 6px;
    }

/*=== 7. Form - Main Message ===*/
.login-form-main-message {
    background: #ffffff;
    color: #999999;
    border-left: 3px solid transparent;
    border-radius: 3px;
    margin-bottom: 8px;
    font-weight: bold;
    height: 0;
    padding: 0 20px 0 17px;
    opacity: 0;
    transition: all ease-in-out 200ms;
}

    .login-form-main-message.show {
        height: auto;
        opacity: 1;
        padding: 10px 20px 10px 17px;
    }

    .login-form-main-message.success {
        border-left-color: #2ecc71;
    }

    .login-form-main-message.error {
        border-left-color: #e74c3c;
    }

/*=== 8. Custom Checkbox & Radio ===*/
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked,
[type="radio"]:not(:checked),
[type="radio"]:checked {
    position: absolute;
    left: -9999px;
}

    [type="checkbox"]:not(:checked) + label,
    [type="checkbox"]:checked + label,
    [type="radio"]:not(:checked) + label,
    [type="radio"]:checked + label {
        position: relative;
        padding-left: 25px;
        padding-top: 1px;
        cursor: pointer;
    }

        /* checkbox aspect */
        [type="checkbox"]:not(:checked) + label:before,
        [type="checkbox"]:checked + label:before,
        [type="radio"]:not(:checked) + label:before,
        [type="radio"]:checked + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 2px;
            width: 17px;
            height: 17px;
            border: 0px solid #aaa;
            background: #f0f0f0;
            border-radius: 3px;
            box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
        }

        /* checked mark aspect */
        [type="checkbox"]:not(:checked) + label:after,
        [type="checkbox"]:checked + label:after,
        [type="radio"]:not(:checked) + label:after,
        [type="radio"]:checked + label:after {
            position: absolute;
            color: #555555;
            transition: all .2s;
        }

        /* checked mark aspect changes */
        [type="checkbox"]:not(:checked) + label:after,
        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            transform: scale(0);
        }

        [type="checkbox"]:checked + label:after,
        [type="radio"]:checked + label:after {
            opacity: 1;
            transform: scale(1);
        }

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before,
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #8c8c8c;
    background-color: #878787;
}

[type="checkbox"]:disabled:checked + label:after,
[type="radio"]:disabled:checked + label:after {
    color: #555555;
}

[type="checkbox"]:disabled + label,
[type="radio"]:disabled + label {
    color: #8c8c8c;
}

/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before,
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
    border: 1px dotted #f6f6f6;
}

/* hover style just for information */
label:hover:before {
    border: 1px solid #f6f6f6 !important;
}

/*=== Customization ===*/
/* radio aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    border-radius: 3px;
}

[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
    border-radius: 35px;
}

/* selected mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    content: '✔';
    top: 0;
    left: 2px;
    font-size: 14px;
}

[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
    content: '\2022';
    top: 0;
    left: 3px;
    font-size: 30px;
    line-height: 25px;
}

/*=== 9. Misc ===*/
.logo-login {
    padding: 15px 0;
    font-size: 25px;
    color: #aaaaaa;
    font-weight: bold;
}

div img {
    -webkit-border-radius: 15px 15px; /* Safari  */
    -moz-border-radius: 15px 15px; /* Firefox */
}

#lblDescripcionIdioma {
    border-style: none !important;
    border-color: transparent !important;
}

#top-panel {
    line-height: 24px !important;
}

    #top-panel > div > div > ul > li > a {
        background-color: transparent !important;
        color: white !important;
    }

        #top-panel > div > div > ul > li > a:hover,
        #top-panel > div > div > ul > li > a:focus {
            background-color: rgba(23, 152, 41, 0.77) !important;
        }

.k-callout-w {
    border-right-color: #FFF7B3;
}

.k-callout-n {
    border-bottom-color: #FFF7B3;
}

.k-callout-s {
    border-top-color: #FFF7B3;
}

.k-callout-e {
    border-left-color: #FFF7B3;
}

.k-widget.k-tooltip {
    background-image: none,-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.45)),to(rgba(255,255,255,0)));
    background-image: none,-webkit-linear-gradient(top,rgba(255,255,255,.45) 0,rgba(255,255,255,0) 100%);
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,.45) 0,rgba(255,255,255,0) 100%);
    background-position: 50% 50%;
    background-color: #FFF7B3;
    color: #767676;
    border-color: transparent;
    -webkit-box-shadow: 0 4px 6px rgba(0,0,0,.3);
    box-shadow: 0 4px 6px rgba(0,0,0,.3);
}