﻿* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    margin: 0px;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
}

.content-cgw {
    margin: 0 auto;
    overflow: hidden;
    display: inline;
}


a {
    text-decoration: none;
    color: #2c2c2c;
    display: inline-block;
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

p {
    font-size: 1em;
}

/*:active {
    background-color: none !important;
}

:hover {
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}*/

/*html, nav, p, div, section, article, figure, img, ul, li, a, h1, h2, h3, h4 {
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}*/

/*textarea, input, select, input[type="text"], input[type="button"], input[type="number"], input[type="date"], input[type="time"],
input[type="password"] {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #A9A9A9;
}*/

/*---Kendo classes*/

.k-textbox, .k-combobox,
.k-widget.k-dropdown, .k-widget.k-datepicker {
    width: 100%;
}

.k-picker-wrap, .k-dropdown-wrap {
    height: 32px !important;
}

    .k-picker-wrap .k-select {
        line-height: 2.09em !important;
    }

label {
    /* display: none; */
    display: block;
    margin: 3px 0;
    color: #747474;
    /*font-size: 14px;*/
}

.d_s_q_m {
    width: 31% !important;
    padding-top: 5px;
}

    .d_s_q_m li {
        width: 95px !important;
        padding: 0 !important;
        float: left;
        border: 1px solid #ccc;
    }

        .d_s_q_m li label {
            margin: 0;
            padding: 4px;
            width: 100%;
            text-align: center;
            font-size: 10px;
        }

        .d_s_q_m li:first-child {
            border-right: 0;
            border: 1px solid #ccc;
            /*border-radius: 5px 0 0 5px;*/
        }

        .d_s_q_m li:last-child {
            border-left: 0;
            border: 1px solid #ccc;
            /*border-radius: 0 5px 5px 0;*/
        }

        .d_s_q_m li input[type="radio"] ~ label > span {
            padding: 4px;
            font-size: 10px;
        }

        .d_s_q_m li input[type="radio"]:checked ~ label {
            background-color: #009688;
            color: #ffffff;
        }

            .d_s_q_m li input[type="radio"]:checked ~ label > span:before {
                content: "";
                margin: 0;
                padding: 0;
            }

.radio-usuarios {
    width: 100%;
    display: inline-block;
}

    .radio-usuarios ul {
        /*width: 100% !important;*/
    }

        .radio-usuarios ul li {
            /*float: left;
            width: 75px !important;*/
        }

            .radio-usuarios ul li label {
                /*border: 1px solid #ccc;
                text-align: center;
                font-size: 11px;
                width: 100%;*/
            }

            .radio-usuarios ul li:first-child label {
                /*border-radius: 5px 0 0 5px;*/
                border-right: 0;
            }

            .radio-usuarios ul li:last-child label {
                /*border-radius: 0 5px 5px 0;*/
                border-left: 0;
            }

            .radio-usuarios ul li input[type="radio"]:checked ~ label {
                background-color: #42dbbf;
                color: #ffffff;
            }

                .radio-usuarios ul li input[type="radio"]:checked ~ label > span:before {
                    content: "\e97d";
                    color: #ffffff;
                }

