﻿body {
    font-size: 14px;
    color: #428bca;
    background: #e8e8e8;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #428bca;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    margin-top: 5px;
}

.TitleBtn {
    font-size: 14px;
}

@media screen and (max-width:1200px) {
    .TitleBtn {
        font-size: 12px;
    }
}

@media screen and (max-width:992px) {
    .TitleBtn {
        font-size: 14px;
    }
}

.uk-panel-box-primary {
    color: #428bca;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.1rem #ffffff;
}


.checkmark {
    position: absolute;
    left: 15px;
    height: 20px;
    width: 20px;
    background-color: #eee;
    cursor: pointer;
}

.container:hover input ~ .checkmark {
    background-color: #808080;
    cursor: pointer;
}

.container input:checked ~ .checkmark {
    background-color: #609dd6;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container input:checked ~ .checkmark:after {
    display: block;
}

.container .checkmark:after {
    left: 9px;
    top: 3px;
    width: 8px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.title-navbar {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    top: 12px;
    position: relative;
    padding-left: 15px;
}

/*GRAFICOS INDEX*/

.dx-texteditor {
    float: right;
}

#chartbar, #chartline, #spline-area-chart {
    height: 400px;
    width: 900px;
}

.width-charts {
    overflow-x: auto;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    #chartbar, #chartline, #spline-area-chart {
        width: 900px;
    }
    .title-navbar {
        display: none;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    #chartbar, #chartline, #spline-area-chart {
        width: 900px;
    }
}

@media only screen and (min-width: 768px) {
    #chartbar, #chartline, #spline-area-chart {
        width: 800px;
    }
}

@media only screen and (min-width: 992px) {
    #chartbar, #chartline, #spline-area-chart {
        width: 800px;
    }
}

@media only screen and (min-width: 1200px) {
    #chartbar, #chartline, #spline-area-chart {
        width: 900px;
    }
}

@media only screen and (min-width: 1500px) {
    #chartbar, #chartline, #spline-area-chart {
        width: 1300px;
    }
}

/*END GRAFICOS INDEX*/
/*NUEVO MENU*/
#MenuRadial {
    opacity: 0;
}

.startHidden {
    visibility: hidden;
}

#menu_radial_toggle {
    position: absolute;
    left: 45%;
    top: 12px;
}

#btn_menu_header {
    display: inline-block;
    float: left;
    position: relative;
    top: 10px;
    /*position: absolute;
    left: 52%;
    top: 10px;*/
}

#menu_radial_toggle i{
    font-size: 26px;
    color: #fff;
}

#btn_menu_header a {
    margin-right: 7px;    
}

#btn_menu_header a:hover {
    text-decoration: none;
}

.container-menu {
    background-color: rgba(177, 177, 177, 0.7);
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    min-width: 100vw;
    min-height: 100vh;
    z-index: 9999999;
    top: 0;
}

.menu {
    width: 100%;
    height: auto;
    stroke-linecap: round;
    stroke-linejoin: round;
    max-width: 792px;
    max-height: 100%;
}

@media screen and (min-width: 512px) {
    .menu {
        max-width: 65vw;
        max-height: 65vh;
    }
}

.main-menu {
    cursor: pointer;
}

    .main-menu circle {
        transition: opacity 250ms;
    }

        .main-menu circle:hover {
            opacity: 1;
        }

    .main-menu.is-active > circle {
        opacity: 1;
    }

[class$="-button"] {
    cursor: pointer;
}

    [class$="-button"] circle {
        opacity: 0;
        transition: opacity 250ms;
    }

        [class$="-button"] circle:hover {
            opacity: 0.6;
        }

    [class$="-button"] path {
        pointer-events: none;
    }

    [class$="-button"] text {
        pointer-events: none;
    }


.icon-size-mheader img {
    width: 34px;
    height: 34px;
    position: relative;
    top: -4px;
}

/*END NUEVO MENU*/
