﻿@charset "utf-8";
/* CSS Document Trivision-OS */
@font-face {
    font-family: 'MontserratBold';
    src: url("fonts/montserrat-bold-webfont.eot");
    src: url("fonts/montserrat-bold-webfont.eot?#iefix") format('embedded-opentype'), url("fonts/montserrat-bold-webfont.woff2") format('woff2'), url("fonts/montserrat-bold-webfont.woff") format('woff'), url("fonts/montserrat-bold-webfont.ttf") format('truetype'), url("fonts/montserrat-bold-webfont.svg#montserratbold") format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MontserratItalic';
    src: url("fonts/montserrat-italic-webfont.eot");
    src: url("fonts/montserrat-italic-webfont.eot?#iefix") format('embedded-opentype'), url("fonts/montserrat-italic-webfont.woff2") format('woff2'), url("fonts/montserrat-italic-webfont.woff") format('woff'), url("fonts/montserrat-italic-webfont.ttf") format('truetype'), url("fonts/montserrat-italic-webfont.svg#montserratitalic") format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MontserratLight';
    src: url("fonts/montserrat-light-webfont.eot");
    src: url("fonts/montserrat-light-webfont.eot?#iefix") format('embedded-opentype'), url("fonts/montserrat-light-webfont.woff2") format('woff2'), url("fonts/montserrat-light-webfont.woff") format('woff'), url("fonts/montserrat-light-webfont.ttf") format('truetype'), url("fonts/montserrat-light-webfont.svg#montserratlight") format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MontserratLightItalic';
    src: url("fonts/montserrat-lightitalic-webfont.eot");
    src: url("fonts/montserrat-lightitalic-webfont.eot?#iefix") format('embedded-opentype'), url("fonts/montserrat-lightitalic-webfont.woff2") format('woff2'), url("fonts/montserrat-lightitalic-webfont.woff") format('woff'), url("fonts/montserrat-lightitalic-webfont.ttf") format('truetype'), url("fonts/montserrat-lightitalic-webfont.svg#montserratlight_italic") format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MontserratSemibold';
    src: url("fonts/montserrat-semibold-webfont.eot");
    src: url("fonts/montserrat-semibold-webfont.eot?#iefix") format('embedded-opentype'), url("fonts/montserrat-semibold-webfont.woff2") format('woff2'), url("fonts/montserrat-semibold-webfont.woff") format('woff'), url("fonts/montserrat-semibold-webfont.ttf") format('truetype'), url("fonts/montserrat-semibold-webfont.svg#montserratsemibold") format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url("fonts/montserrat-regular-webfont.eot");
    src: url("fonts/montserrat-regular-webfont.eot?#iefix") format('embedded-opentype'), url("fonts/montserrat-regular-webfont.woff2") format('woff2'), url("fonts/montserrat-regular-webfont.woff") format('woff'), url("fonts/montserrat-regular-webfont.ttf") format('truetype'), url("fonts/montserrat-regular-webfont.svg#montserratregular") format('svg');
    font-weight: normal;
    font-style: normal;
}

::selection {
    color: #fff;
    background: #00aa5a;
}

::-moz-selection {
    color: #fff;
    background: #00aa5a;
}

* {
    letter-spacing: 0px !important;
}

body {
    background: #DFDFDF;
    font-family: 'Montserrat', arial, helvetica, sans-serif;
}

.head {
    box-shadow: inset 0 -30px 50px #F8F8F8;
    height: 43px;
}

.wrap {
    background: transparent;
}

.logo {
    position: relative;
    height: 57px;
    background: url(../../img/logo-100x57.png) no-repeat;
    background-position: 4px 0;
}

    .logo span {
        font-family: 'Montserrat', arial, helvetica, sans-serif;
        position: absolute;
        left: 64px;
        letter-spacing: 1px !important;
        bottom: 10px;
        color: #000;
        font-weight: bold;
        font-size: 12px;
        text-transform: lowercase;
    }

    .logo a {
        text-decoration: none;
        color: #FFA100;
    }

.navbar-head {
    margin: 0;
}

.navbar-division {
    margin-right: 30px;
    float: left;
    width: 450px;
    margin-top: 9px;
}

    .navbar-division span {
        font-size: 11px;
        color: #8C8C8C;
        margin-bottom: 3px;
        display: none;
    }

    .navbar-division select {
        font-size: 12px;
        padding: 4px;
        border: 1px solid #D4D4D4;
        color: #4F4E4E;
        cursor: pointer;
        background: #fff;
        box-shadow: inset 0 20px 7px -10px #F6F6F6;
    }

        .navbar-division select:hover {
            background: #fff;
            border: 1px solid #D4D4D4;
            color: #494949;
            cursor: pointer;
        }

        .navbar-division select:focus {
            cursor: pointer;
            background: #FFF;
            outline: 0;
            border: 1px solid #b3b3b3;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(179, 179, 179, 0.6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(179, 179, 179, 0.6);
        }

        .navbar-division select::-moz-placeholder {
            color: #999;
            opacity: 1;
        }

        .navbar-division select:-ms-input-placeholder {
            color: #999;
        }

        .navbar-division select::-webkit-input-placeholder {
            color: #999;
        }

        .navbar-division select::-ms-expand {
            border: 0;
            background-color: transparent;
        }


.ctn_consulta input:hover {
    background: #FFF;
    border: 1px solid #D4D4D4;
    color: #494949;
    cursor: pointer;
}

.ctn_consulta select:hover {
    background: #FFF;
    border: 1px solid #D4D4D4;
    color: #494949;
    cursor: pointer;
}

.ctn_consulta input:focus,
.ctn_consulta select:focus {
    background: #FFF;
    outline: 0;
    border: 1px solid #b3b3b3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(179, 179, 179, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(179, 179, 179, 0.6);
}

.ctn_consulta input::-moz-placeholder,
.ctn_consulta select::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.ctn_consulta input:-ms-input-placeholder,
.ctn_consulta select:-ms-input-placeholder {
    color: #999;
}

.ctn_consulta input::-webkit-input-placeholder,
.ctn_consulta select::-webkit-input-placeholder {
    color: #999;
}

.ctn_consulta input::-ms-expand,
.ctn_consulta select::-ms-expand {
    border: 0;
    background-color: transparent;
}

.container .head-h3, .table_grid tr th {
    background: #F4F4F9;
    color: #007be9;
    font-size: 13px;
    padding: 4px 6px;
    margin: 0;
    height: auto;
    width: auto;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #ECECEC;
    line-height: 20px;
}

.container .ctn_sgr_section .head-h3 {
    /* display: none; */
    margin: -4px;
    margin-bottom: 4px;
}

.ctn_section, .ctn_section_box {
    border-radius: 2px;
    overflow: hidden;
    border-radius: 2px;
    background: #FFF;
    overflow: hidden;
    border-radius: 3px;
    border: 1px solid #CECECE;
    padding-bottom: 6px;
    margin-bottom: 4px;
}

.btn_head {
    /*margin: 0 2px;*/
    margin-left: 6px;
    background: #EBEBEB;
    border-radius: 2px;
    color: #373737;
    padding: 0px 6px;
    border: 1px solid #C4C4C4;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-select: none;
}

.ctn_section .head-h3 .btn_head:hover {
    background: #F5F5F5;
    border-color: #B4B4B4;
}

.container .cont {
    padding: 0;
}

.body_ctn_section {
    clear: both;
    padding: 6px 6px;
    /*padding: 6px 6px 0px 6px;*/
}

.container {
    overflow: hidden;
    height: auto;
    background: transparent;
}

#btn-menu-app {
    border: 1px solid #D4D4D4;
    border-radius: 2px;
    width: 28px;
    height: 28px;
    background-size: 60%;
    margin: -2px 16px 0;
    box-shadow: inset 0 20px 7px -10px #F6F6F6;
    background: #FCFCFC;
    overflow: hidden;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    #btn-menu-app:hover {
        background-color: transparent;
    }

i.icon_menu_app {
    background: url(../img/menu-app.png) no-repeat center;
    width: 28px;
    height: 28px;
    float: left;
    background-size: 15px;
}

div#btn_cart {
    border: 1px solid #D4D4D4;
    border-radius: 2px;
    width: 65px;
    height: 28px;
    position: absolute;
    right: 55px;
    top: -2px;
    box-shadow: inset 0 20px 7px -10px #F6F6F6;
    background: #FCFCFC;
    cursor: pointer;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    div#btn_cart:hover {
        border-color: #333333;
        background: #EEEEEE;
    }

    div#btn_cart i.icon_cart {
        padding: 4px 0;
        background-size: auto;
        background-position: 2px 4px;
        margin: 0;
        width: 30px;
        /* background-color: #FFF; */
    }

    div#btn_cart span {
        font-weight: bold;
        line-height: 28px;
        float: left;
        width: 45%;
        text-align: center;
        color: #007be9;
        font-size: 12px;
    }

.title_section {
    padding: 3px 8px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-bottom: 1px solid #000;
    margin: -6px -6px 5px -6px;
    background: #000;
    vertical-align: middle;
    line-height: 20px;
}

    .title_section:before,
    .title_section:after {
        content: " ";
        display: table;
    }

    .title_section:after {
        clear: both;
    }

    .title_section a {
        color: #FFF;
        text-decoration: none;
    }

        .title_section a:hover {
            color: #F3F3F3;
        }

div.title_section span {
    font-weight: bold;
    color: #3cdbc0;
    font-size: 14px;
    margin-right: 4px;
}

/*.title_section span {
	font-size: 12px;
	margin-left: 6px;
	border: 1px solid #E9E9E9;
	padding: 2px 4px;
	border-radius: 2px;
}*/

.title_section input, .title_section select {
    padding: 1px 3px;
    width: 200px;
    margin: 0;
    color: #494949;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    min-width: 100px;
    box-shadow: inset 0 20px 7px -10px #F6F6F6;
    cursor: auto !important;
    border: 1px solid #CECECE;
    font-size: 12px;
    max-height: 25px;
    font-family: arial, helvetiva, sans-serif;
}

    .title_section input:hover, .title_section select:hover {
        background: #FFF;
        border: 1px solid #D4D4D4;
        color: #494949;
        cursor: pointer;
    }

    .title_section input:focus,
    .title_section select:focus {
        cursor: pointer;
        background: #FFF;
        outline: 0;
        border: 1px solid #b3b3b3;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(179, 179, 179, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(179, 179, 179, 0.6);
    }

    .title_section input::-moz-placeholder,
    .title_section select::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .title_section input:-ms-input-placeholder,
    .title_section select:-ms-input-placeholder {
        color: #999;
    }

    .title_section input::-webkit-input-placeholder,
    .title_section select::-webkit-input-placeholder {
        color: #999;
    }

    .title_section input::-ms-expand,
    .title_section select::-ms-expand {
        border: 0;
        background-color: transparent;
    }

.title_section_cat {
    padding: 5px 8px;
    font-size: 15px;
    /* font-weight: bold; */
    color: #fff;
    border-bottom: 1px solid #630477;
    margin-top: -6px;
    margin-left: -6px;
    margin-right: -6px;
    margin-bottom: 0px;
    /* text-shadow: 0px 1px 0 #FFF; */
    background: #007be9;
    /* border-top: 1px solid #fff; */
    margin-bottom: 5px;
}

    .title_section_cat a {
        color: #FFF;
        text-decoration: none;
    }

        .title_section_cat a:hover {
            color: #F3F3F3;
        }

div.title_section_cat span {
    font-weight: normal;
    color: #FCD5FF;
    font-size: 12px;
}

/*.title_section_cat span {
	font-size: 12px;
	margin-left: 6px;
	border: 1px solid #E9E9E9;
	padding: 2px 4px;
	border-radius: 2px;
}
*/
.title_section_cat input, .title_section_cat select {
    padding: 1px 3px;
    width: 200px;
    margin: 0;
    color: #494949;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    min-width: 100px;
    box-shadow: inset 0 20px 7px -10px #F6F6F6;
    cursor: auto !important;
    border: 1px solid #CECECE;
    font-size: 12px;
    max-height: 25px;
    font-family: arial, helvetiva, sans-serif;
}

    .title_section_cat input:hover, .title_section_cat select:hover {
        background: #FFF;
        border: 1px solid #D4D4D4;
        color: #494949;
        cursor: pointer;
    }

    .title_section_cat input:focus,
    .title_section_cat select:focus {
        cursor: pointer;
        background: #FFF;
        outline: 0;
        border: 1px solid #b3b3b3;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(179, 179, 179, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(179, 179, 179, 0.6);
    }

    .title_section_cat input::-moz-placeholder,
    .title_section_cat select::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .title_section_cat input:-ms-input-placeholder,
    .title_section select:-ms-input-placeholder {
        color: #999;
    }

    .title_section_cat input::-webkit-input-placeholder,
    .title_section_cat select::-webkit-input-placeholder {
        color: #999;
    }

    .title_section_cat input::-ms-expand,
    .title_section_cat select::-ms-expand {
        border: 0;
        background-color: transparent;
    }

.title_section_sub {
    padding: 4px 8px;
    font-size: 14px;
    color: #fff;
    border-bottom: 1px solid #575757;
    margin-top: -6px;
    margin-left: -6px;
    margin-right: -6px;
    margin-bottom: 0px;
    background: #727272;
    margin-left: 1px;
    margin-right: 1px;
}

    .title_section_sub a {
        color: #FFF;
        text-decoration: none;
    }

        .title_section_sub a:hover {
            color: #F3F3F3;
        }

div.title_section_sub span {
    font-weight: normal;
    color: #FCD5FF;
    font-size: 12px;
}

/*.title_section_sub span {
	font-size: 12px;
	margin-left: 6px;
	border: 1px solid #E9E9E9;
	padding: 2px 4px;
	border-radius: 2px;
}*/

.title_section_sub input, .title_section select {
    padding: 1px 3px;
    width: 200px;
    margin: 0;
    color: #494949;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    min-width: 100px;
    box-shadow: inset 0 20px 7px -10px #F6F6F6;
    cursor: auto !important;
    border: 1px solid #CECECE;
    font-size: 12px;
    max-height: 25px;
    font-family: arial, helvetiva, sans-serif;
}

    .title_section_sub input:hover, .title_section select:hover {
        background: #FFF;
        border: 1px solid #D4D4D4;
        color: #494949;
        cursor: pointer;
    }

    .title_section_sub input:focus,
    .title_section_sub select:focus {
        cursor: pointer;
        background: #FFF;
        outline: 0;
        border: 1px solid #b3b3b3;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(179, 179, 179, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(179, 179, 179, 0.6);
    }

    .title_section_sub input::-moz-placeholder,
    .title_section_sub select::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .title_section_sub input:-ms-input-placeholder,
    .title_section_sub select:-ms-input-placeholder {
        color: #999;
    }

    .title_section_sub input::-webkit-input-placeholder,
    .title_section_sub select::-webkit-input-placeholder {
        color: #999;
    }

    .title_section_sub input::-ms-expand,
    .title_section_sub select::-ms-expand {
        border: 0;
        background-color: transparent;
    }


table.ctn_sgr_section {
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100.7%;
    padding: 0;
    left: -3px;
    /* border: 1px solid #fff; */
}

.ctn_sgr_section .sgr_1, .ctn_sgr_section .sgr_2, .ctn_sgr_section .sgr_3, .ctn_sgr_section .sgr_4 {
    background: #fff;
    overflow: hidden;
    /* border-radius: 6px; */
    border: 4px solid rgba(0, 0, 0, 0);
    border-top: 0px solid #DFDFDF;
    vertical-align: top;
    box-shadow: inset 0 -50px 40px #F9F9F9,0 0 2px rgba(206, 206, 206, 0);
    /* padding: 2px 2px; */
    position: relative;
}

.ctn_sgr_section .sgr_1 {
    width: 25%;
}

.ctn_sgr_section .sgr_2 {
    width: 49.6%;
}

.ctn_sgr_section .sgr_3 {
    width: 74.6%;
}

.ctn_sgr_section .sgr_4 {
    width: 99.6%;
}

.sgr_1 .ctn_section, .sgr_2 .ctn_section, .sgr_3 .ctn_section, .sgr_4 .ctn_section {
    background: transparent;
    overflow: visible;
    border: 0;
    padding: 0;
    margin: 0;
}

.right-head {
    left: 158px;
}

.ctn_consulta input {
    padding: 4px 3px;
    width: 89%;
    /*width: 96%;*/
    margin: 0;
    /* height: 25px; */
    display: block;
    box-sizing: border-box;
    min-width: 135px;
    box-shadow: inset 0 20px 7px -10px #F6F6F6;
    cursor: auto !important;
    border: 1px solid #CECECE;
    font-size: 13px;
    max-height: 25px;
}

    .ctn_consulta input.consult_input_search {
        /*width: auto;
	min-width: 200px;*/
    }


.ctn_consulta select {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    min-width: 115px;
    display: block;
    overflow: hidden;
    /* box-sizing: content-box; */
    height: 25px;
    background: #FDFDFD;
    border: 1px solid #CECECE;
    box-shadow: inset 0 20px 7px -10px #F6F6F6;
    padding: 2px;
    font-size: 13px;
}

span.label {
    margin: 0;
    font-size: 13px;
    color: #000;
    background: #F8F8F8;
    display: block;
    padding: 4px;
    border-radius: 2px;
    border-bottom: 1px dotted #E6E6E6;
}

.ctn_consulta {
    width: 360px;
    /*width: 100%;*/
}

    .ctn_consulta td, .ctn_consulta th {
        padding-top: 3px;
        padding-bottom: 2px;
        height: 25px;
        padding-right: 2px;
        padding-left: 2px;
        width: 35%;
    }

    .ctn_consulta input:hover,
    .ctn_consulta select:hover {
        background: #FFF;
        border: 1px solid #D4D4D4;
        color: #494949;
        cursor: pointer;
    }

.container .arrow-back-white {
    float: left;
    background: url(../img/arrow-back-white.png) center no-repeat;
    padding: 10px;
    background-color: #E5E5E5;
    background-size: 100%;
    border-radius: 2px;
    border: 1px solid #DCDCDC;
}

.container .arrow-forward-white {
    float: right;
    margin-left: 3px;
    background: url(../img/arrow-forward-white.png) center no-repeat;
    padding: 10px;
    background-color: #E5E5E5;
    background-size: 100%;
    border-radius: 2px;
    border: 1px solid #DCDCDC;
}

.table_grid {
    width: 100%;
    border: 1px solid #CECECE;
    margin: 0;
    margin-left: 0px;
    margin-bottom: 3px;
    background: #fff;
    border-spacing: 8px;
    /* overflow: hidden; */
    padding: 0;
    border-radius: 3px;
}

    .table_grid tr {
        border-bottom: 1px dotted #F0F0F0;
    }

        .table_grid tr:hover {
            border-bottom: 1px solid #F0F0F0;
            background: #F8F8F8;
        }

        .table_grid tr.head-h4:hover {
            border-bottom: 1px solid #F0F0F0;
            background: #8F8F8F;
        }

    .table_grid tbody {
        margin: 0;
        width: 100%;
        padding: 0;
        display: inline-table;
    }

    .table_grid tr th.chek_cell {
        width: 20px;
    }

.checkbox_cell input {
    width: 13px;
    margin: 0;
    margin-top: 0px;
    margin-bottom: 0px;
}

.table_grid tr td {
    padding: 4px 6px;
    font-size: 13px;
    border: 1px solid #F4F4F4;
    border-right: 1px solid #CECECE;
}

.table_grid tr th {
    padding: 4px 6px;
    font-size: 13px;
    border-bottom: 1px solid #CECECE;
    border-right: 1px solid #CECECE;
}

.table_grid .checkbox_cell {
    width: 20px;
    position: relative;
    text-align: center;
    border: 1px solid #F4F4F4;
}

.table_grid.plane {
    border: 0;
    width: 100%;
}

    .table_grid.plane label {
        margin-right: 8px;
        line-height: 20px;
    }

.checkbox_cell .checkbox {
    /* margin: 4px; */
    /* border: 0px; */
    cursor: pointer;
}

.table_grid .checkbox_cell:hover {
    background: #EAEAEA;
    /* border: 1px dotted #D5D5D5; */
    cursor: pointer;
}

.table_grid tr td {
    color: #383838;
}

.checkbox_cell span {
    background: #525252;
    padding: 0 2px;
    font-size: 11px;
    color: #fff;
    font-weight: normal;
    position: absolute;
    left: 31px;
    top: 7px;
    border: 1px solid #181818;
    height: 15px;
    line-height: 15px;
    border-radius: 2px;
    display: none;
    width: 80px;
}

.checkbox_cell:hover span {
    display: block;
}

.ctn_sgr_section .head-h3 {
    margin: -4px;
    margin-bottom: 4px;
}

.ctn_btns_auto {
    background: #FDFDFD;
    padding: 6px;
    overflow: hidden;
    min-width: 124px;
    /*max-width: 250px;*/
}

.ctn_btns {
    background: #FDFDFD;
    padding: 6px;
    overflow: hidden;
    min-width: 124px;
    max-width: 350px;
}

.ctn_general {
    border: 1px solid #CECECE;
    overflow: hidden;
    margin-bottom: 5px;
    border-radius: 3px;
    background: #fefefe;
}

.logo_section {
    color: #FFA100;
    font-weight: bold;
    font-size: 16px;
    border-radius: 4px;
    line-height: 44px;
    padding-left: 7px;
}

.tb_content td {
    padding-top: 3px;
    padding-bottom: 2px;
    padding-right: 0.5%;
    padding-left: 0.5%;
}

.select {
    /*background: #FFFBD7;*/
    color: #FF8000;
    font-weight: bold;
}

.tb_content .tbc_col1, .tb_content .tbc_col2 {
    /* background: #ddd; */
    border-bottom: 1px dotted #EDEDED;
}

.tb_content {
    width: 100%;
    font-size: 12px;
}

    .tb_content .tbc_col2 {
        width: 78%;
        color: #000;
    }

    .tb_content .tbc_col1 {
        min-width: 90px;
    }

.ctn_btns.right {
    border-left: 1px solid #E6E6E6;
    margin-right: 0;
    padding-right: 4px;
}

.ctn_btns.left {
    border-right: 1px solid #E2E2E2;
    margin-left: 0;
    padding-left: 4px;
}

.ctn_btns .btn_ {
    margin: 0 2px;
}

.table_grid tr th.checkbox_cell {
    border-top: 0px;
    border-bottom-color: #CECECE;
}

.table_grid tr th.cell {
    border-top: 0px;
    border-bottom-color: #CECECE;
}

.navigation_section {
    background: #FAFAFA;
    /* width: 100%; */
    overflow: hidden;
    margin-top: 2px;
    border-radius: 3px;
    border: 1px solid #CECECE;
}

.ctn_consulta2 .check {
    box-shadow: inset 0 1px 7px -10px #F6F6F6;
    margin-top: 5px;
    min-width: 30px;
}

.ctn_consulta2 input,
.ctn_consulta2 select {
    padding: 4px 3px;
    width: 96%;
    margin: 0;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    min-width: 100px;
    box-shadow: inset 0 20px 7px -10px #F6F6F6;
    cursor: auto;
    border: 1px solid #CECECE;
    font-size: 12px;
    max-height: 25px;
    font-family: arial, helvetiva, sans-serif;
}

.ctn_consulta2 textarea {
    padding: 4px 3px;
    width: 96%;
    margin: 0;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    min-width: 100px;
    box-shadow: inset 0 20px 7px -10px #F6F6F6;
    cursor: auto !important;
    border: 1px solid #CECECE;
    font-size: 12px;
    font-family: arial, helvetiva, sans-serif;
}

    .ctn_consulta2 input:hover,
    .ctn_consulta2 textarea:hover,
    .ctn_consulta2 select:hover {
        background: #FFF;
        border: 1px solid #D4D4D4;
        color: #494949;
        cursor: pointer;
    }

    .ctn_consulta2 input:focus,
    .ctn_consulta2 textarea:focus,
    .ctn_consulta2 select:focus {
        background: #FFF;
        outline: 0;
        border: 1px solid #b3b3b3;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(179, 179, 179, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(179, 179, 179, 0.6);
    }

    .ctn_consulta2 input::-moz-placeholder,
    .ctn_consulta2 textarea::-moz-placeholder,
    .ctn_consulta2 select::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .ctn_consulta2 input:-ms-input-placeholder,
    .ctn_consulta2 textarea:-ms-input-placeholder,
    .ctn_consulta2 select:-ms-input-placeholder {
        color: #999;
    }

    .ctn_consulta2 input::-webkit-input-placeholder,
    .ctn_consulta2 textarea::-webkit-input-placeholder,
    .ctn_consulta2 select::-webkit-input-placeholder {
        color: #999;
    }

    .ctn_consulta2 input::-ms-expand,
    .ctn_consulta2 textarea::-ms-expand,
    .ctn_consulta2 select::-ms-expand {
        border: 0;
        background-color: transparent;
    }

.ctn_consulta2 td {
    padding-top: 2px;
    padding-bottom: 2px;
}

.ctn_consulta2 input.btn_consult {
    width: 96%;
    height: 25px;
}

.ctn_consulta2.listbtn input.btn_consult {
    margin: 4px 0;
    width: 100%;
}

/* botones: begin */
.btn_ {
    display: inline-block;
    margin-bottom: 0;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #ccc;
    white-space: nowrap;
    padding: 4px 6px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    color: #000;
    background-color: #fff;
    text-decoration: none;
}

    .btn_:focus {
        color: #000;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .btn_:hover {
        color: #000;
        background-color: #e6e6e6;
        border-color: #adadad;
        text-decoration: none;
    }

    .btn_:active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        color: #000;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

        .btn_:active:hover,
        .btn_:active:focus {
            color: #000;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

.btn2_ {
    display: inline-block;
    margin-bottom: 0;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #262626;
    white-space: nowrap;
    padding: 4px 6px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    color: #fff;
    background-color: #333333;
    text-decoration: none;
}

    .btn2_:focus {
        color: #fff;
        background-color: #1a1a1a;
        border-color: #000000;
    }

    .btn2_:hover {
        color: #fff;
        background-color: #1a1a1a;
        border-color: #080808;
        text-decoration: none;
    }

    .btn2_:active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        color: #fff;
        background-color: #1a1a1a;
        border-color: #080808;
    }

        .btn2_:active:hover,
        .btn2_:active:focus {
            color: #fff;
            background-color: #080808;
            border-color: #000000;
        }

.btnForm {
    display: inline-block;
    margin-bottom: 0;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 4px 6px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    text-decoration: none;
}

    .btnForm:hover,
    .btnForm:focus {
        color: #000;
        text-decoration: none;
    }

    .btnForm:active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

input.button {
    display: inline-block;
    margin-bottom: 0;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #262626;
    white-space: nowrap;
    padding: 2px 3px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    color: #fff;
    background-color: #333333;
    text-decoration: none;
}

    input.button:focus {
        color: #fff;
        background-color: #1a1a1a;
        border-color: #000000;
    }

    input.button:hover {
        color: #fff;
        background-color: #1a1a1a;
        border-color: #080808;
        text-decoration: none;
    }

    input.button:active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        color: #fff;
        background-color: #1a1a1a;
        border-color: #080808;
    }

        input.button:active:hover,
        input.button:active:focus {
            color: #fff;
            background-color: #080808;
            border-color: #000000;
        }

input#BtnBuscar {
    display: inline-block;
    margin-bottom: 0;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #262626;
    white-space: nowrap;
    padding: 2px 3px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    color: #fff;
    background-color: #333333;
    text-decoration: none;
}

    input#BtnBuscar:focus {
        color: #fff;
        background-color: #1a1a1a;
        border-color: #000000;
    }

    input#BtnBuscar:hover {
        color: #fff;
        background-color: #1a1a1a;
        border-color: #080808;
        text-decoration: none;
    }

    input#BtnBuscar:active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        color: #fff;
        background-color: #1a1a1a;
        border-color: #080808;
    }

        input#BtnBuscar:active:hover,
        input#BtnBuscar:active:focus {
            color: #fff;
            background-color: #080808;
            border-color: #000000;
        }

input#BtnInicioSesion {
    display: inline-block;
    margin-bottom: 0;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #ccc;
    white-space: nowrap;
    padding: 4px 6px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    color: #000;
    background-color: #fff;
    text-decoration: none;
}

    input#BtnInicioSesion:focus {
        color: #000;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    input#BtnInicioSesion:hover {
        color: #000;
        background-color: #e6e6e6;
        border-color: #adadad;
        text-decoration: none;
    }

    input#BtnInicioSesion:active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        color: #000;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

        input#BtnInicioSesion:active:hover,
        input#BtnInicioSesion:active:focus {
            color: #000;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

input.btn_reset {
    display: inline-block;
    margin-bottom: 0;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #ccc;
    white-space: nowrap;
    padding: 2px 3px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    color: #000;
    background-color: #fff;
    text-decoration: none;
}

    input.btn_reset:focus {
        color: #000;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    input.btn_reset:hover {
        color: #000;
        background-color: #e6e6e6;
        border-color: #adadad;
        text-decoration: none;
    }

    input.btn_reset:active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        color: #000;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

        input.btn_reset:active:hover,
        input.btn_reset:active:focus {
            color: #000;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

input.btn_consult {
    display: inline-block;
    margin-bottom: 0;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #ccc;
    white-space: nowrap;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 2px 3px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    color: #000;
    background-color: #f8f8f8;
    text-decoration: none;
}

    input.btn_consult:focus {
        color: #007be9;
        background-color: #e6e6e6;
        border-color: #007be9;
    }

    input.btn_consult:hover {
        color: #000;
        background-color: #e6e6e6;
        border-color: #007be9;
        text-decoration: none;
    }

    input.btn_consult:active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        color: #007be9;
        background-color: #e6e6e6;
        border-color: #007be9;
    }

        input.btn_consult:active:hover,
        input.btn_consult:active:focus {
            color: #007be9;
            background-color: #d4d4d4;
            border-color: #007be9;
        }

.btnClear {
    color: #000;
    background-color: #fff;
    border-color: #ccc;
}

    .btnClear:focus,
    .btnClear.focus {
        color: #000;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .btnClear:hover {
        color: #000;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btnClear:active,
    .btnClear.active,
    .open > .dropdown-toggle.btnClear {
        color: #000;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

        .btnClear:active:hover,
        .btnClear.active:hover,
        .open > .dropdown-toggle.btnClear:hover,
        .btnClear:active:focus,
        .btnClear.active:focus,
        .open > .dropdown-toggle.btnClear:focus,
        .btnClear:active.focus,
        .btnClear.active.focus,
        .open > .dropdown-toggle.btnClear.focus {
            color: #000;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

    .btnClear:active,
    .btnClear.active,
    .open > .dropdown-toggle.btnClear {
        background-image: none;
    }

    .btnClear.disabled:hover,
    .btnClear[disabled]:hover,
    fieldset[disabled] .btnClear:hover,
    .btnClear.disabled:focus,
    .btnClear[disabled]:focus,
    fieldset[disabled] .btnClear:focus,
    .btnClear.disabled.focus,
    .btnClear[disabled].focus,
    fieldset[disabled] .btnClear.focus {
        background-color: #fff;
        border-color: #ccc;
    }

    .btnClear .badge {
        color: #fff;
        background-color: #000;
    }

.confirm {
    color: #fff;
    background-color: #333333;
    border-color: #262626;
}

    .confirm:focus,
    .confirm.focus {
        color: #fff;
        background-color: #1a1a1a;
        border-color: #000000;
    }

    .confirm:hover {
        color: #fff;
        background-color: #1a1a1a;
        border-color: #080808;
    }

    .confirm:active,
    .confirm.active,
    .open > .dropdown-toggle.confirm {
        color: #fff;
        background-color: #1a1a1a;
        border-color: #080808;
    }

        .confirm:active:hover,
        .confirm.active:hover,
        .open > .dropdown-toggle.confirm:hover,
        .confirm:active:focus,
        .confirm.active:focus,
        .open > .dropdown-toggle.confirm:focus,
        .confirm:active.focus,
        .confirm.active.focus,
        .open > .dropdown-toggle.confirm.focus {
            color: #fff;
            background-color: #080808;
            border-color: #000000;
        }

    .confirm:active,
    .confirm.active,
    .open > .dropdown-toggle.confirm {
        background-image: none;
    }

    .confirm.disabled:hover,
    .confirm[disabled]:hover,
    fieldset[disabled] .confirm:hover,
    .confirm.disabled:focus,
    .confirm[disabled]:focus,
    fieldset[disabled] .confirm:focus,
    .confirm.disabled.focus,
    .confirm[disabled].focus,
    fieldset[disabled] .confirm.focus {
        background-color: #333333;
        border-color: #262626;
    }

    .confirm .badge {
        color: #333333;
        background-color: #fff;
    }

.btnConfirm {
    color: #fff;
    background-color: #333333;
    border-color: #262626;
}

    .btnConfirm:focus,
    .btnConfirm.focus {
        color: #fff;
        background-color: #1a1a1a;
        border-color: #000000;
    }

    .btnConfirm:hover {
        color: #fff;
        background-color: #1a1a1a;
        border-color: #080808;
    }

    .btnConfirm:active,
    .btnConfirm.active,
    .open > .dropdown-toggle.btnConfirm {
        color: #fff;
        background-color: #1a1a1a;
        border-color: #080808;
    }

        .btnConfirm:active:hover,
        .btnConfirm.active:hover,
        .open > .dropdown-toggle.btnConfirm:hover,
        .btnConfirm:active:focus,
        .btnConfirm.active:focus,
        .open > .dropdown-toggle.btnConfirm:focus,
        .btnConfirm:active.focus,
        .btnConfirm.active.focus,
        .open > .dropdown-toggle.btnConfirm.focus {
            color: #fff;
            background-color: #080808;
            border-color: #000000;
        }

    .btnConfirm:active,
    .btnConfirm.active,
    .open > .dropdown-toggle.btnConfirm {
        background-image: none;
    }

    .btnConfirm.disabled:hover,
    .btnConfirm[disabled]:hover,
    fieldset[disabled] .btnConfirm:hover,
    .btnConfirm.disabled:focus,
    .btnConfirm[disabled]:focus,
    fieldset[disabled] .btnConfirm:focus,
    .btnConfirm.disabled.focus,
    .btnConfirm[disabled].focus,
    fieldset[disabled] .btnConfirm.focus {
        background-color: #333333;
        border-color: #262626;
    }

    .btnConfirm .badge {
        color: #333333;
        background-color: #fff;
    }
/* botones: end */

.ctnc2_col1 {
    min-width: 52px;
    padding-right: 4px;
    max-width: 100px;
}
.ctnc2_col1_perc {
    width: 65%;
}


.ctnc2_col150 {
    padding-right: 4px;
    width: 150px;
}

.ctn_consulta2 td table {
    margin: -2px 0;
}

.ctn_consulta2 input.btn_ {
    cursor: pointer !important;
}

.ctn_consulta3 select {
    padding: 4px 3px;
    width: 100%;
    margin: 0;
    /* height: 25px; */ display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    min-width: 100px;
    box-shadow: inset 0 20px 7px -10px #F6F6F6;
    cursor: auto !important;
    border: 1px solid #CECECE;
    font-size: 12px;
    max-height: 25px;
    font-family: arial, helvetiva, sans-serif;
    /* float: left; */
}

.ctn_consulta3 input {
    padding: 4px 3px;
    width: 96%;
    margin: 0;
    /* height: 25px; */ display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    min-width: 100px;
    box-shadow: inset 0 20px 7px -10px #F6F6F6;
    cursor: auto !important;
    border: 1px solid #CECECE;
    font-size: 12px;
    max-height: 25px;
    font-family: arial, helvetiva, sans-serif;
    /* float: left; */
}

    .ctn_consulta3 input:hover,
    .ctn_consulta3 select:hover {
        background: #FFF;
        border: 1px solid #D4D4D4;
        color: #494949;
        cursor: pointer;
    }

    .ctn_consulta3 input:focus,
    .ctn_consulta3 select:focus {
        background: #FFF;
        outline: 0;
        border: 1px solid #b3b3b3;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(179, 179, 179, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(179, 179, 179, 0.6);
    }

    .ctn_consulta3 input::-moz-placeholder,
    .ctn_consulta3 select::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .ctn_consulta3 input:-ms-input-placeholder,
    .ctn_consulta3 select:-ms-input-placeholder {
        color: #999;
    }

    .ctn_consulta3 input::-webkit-input-placeholder,
    .ctn_consulta3 select::-webkit-input-placeholder {
        color: #999;
    }

    .ctn_consulta3 input::-ms-expand,
    .ctn_consulta3 select::-ms-expand {
        border: 0;
        background-color: transparent;
    }

.ctn_consulta3 td {
    padding-top: 2px;
    padding-bottom: 2px;
}

.ctn_consulta3.listbtn input.btn_consult {
    margin: 4px 0;
    width: 100%;
}

h3.title_ctn_section {
    margin: 0;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 6px;
    font-size: 16px;
    margin-bottom: 6px;
    color: #007be9;
}

.checkbox_cell label {
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    line-height: 27px;
    cursor: pointer;
}

.ctn_btns .btn_:active,
.ctn_btns .btn_:focus {
    border-color: #ff7f32;
}

table.ctn_sgr_section.insite.ctn_sgr_section .sgr_2, table.ctn_sgr_section.insite.ctn_sgr_section .sgr_1, table.ctn_sgr_section.insite.ctn_sgr_section .sgr_3, table.ctn_sgr_section.insite.ctn_sgr_section .sgr_4 {
    border-color: #fff;
    border: 2px solid rgba(255, 255, 255, 0);
    border-top: 4px solid rgba(255, 255, 255, 0);
}

.ctn_equipos {
    float: left;
    width: 96%;
    /*width: 102px; */
    background: #FAFAFA;
    /*overflow: hidden;*/
    /*overflow: hidden;*/
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.item_equipo {
    float: right;
    display: inline-block;
    width: 86px;
    /*overflow: hidden;*/
    /* margin: 0 -4px 0px 1px; */
    border: 1px solid #E9E9E9;
    padding: 4px 7px;
    /* border-radius: 4px; */
    box-shadow: inset 0 0 30px #EFEFEF;
    background: #FFF;
    cursor: pointer;
    transition: 0.1s;
    /*height: 154px;*/
    border-radius: 4px;
}

    .item_equipo:hover {
        border-color: #FFC200;
        box-shadow: inset 0 0 30px #FEFEFE, 0 0 10px #DDDDDD;
    }

    .item_equipo.select {
        border-color: #ff9900;
        box-shadow: inset 0 0 30px #FEFEFE, 0 0 10px #DDD;
    }

.equipos_box {
    /*height: 164px;*/
    white-space: nowrap;
    /*overflow: hidden; */
    /* text-overflow: ellipsis; */
    /*width: 400px;*/
    /*overflow-x: scroll;*/
}

.item_img {
    text-align: center;
    margin-bottom: 4px;
}

.item_description {
    text-align: center;
    white-space: normal;
    font-weight: bold;
    color: #666;
    margin-bottom: 3px;
    font-size: 11px;
}

.item_precios {
    background: #F6F6F6;
    text-align: center;
    border: 1px solid #E6E6E6;
    padding: 4px 0;
    font-weight: bold;
    color: #ff7f32;
    border-radius: 2px;
}

.item_features {
    background: #F6F6F6;
    text-align: center;
    border: 1px solid #E6E6E6;
    padding: 4px 0;
    font-weight: bold;
    color: #ff7f32;
    border-radius: 2px;
}

.item_img img {
    width: 76%;
}


/*estilos de login*/
.ctn_login {
    width: 280px;
    background: #F3F3F5;
    padding: 24px;
    border-radius: 4px;
    border: 1px solid #D0D3D7;
    margin: 0 auto;
    border-bottom: 2px solid #BABABA;
    margin-top: 1%;
    font-size: small;
    box-shadow: inset 0 -50px 10px -10px #FBFBFB;
}

.head_login .logo {
    width: 105px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.wrap_login {
    background: #fefefe;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    /*box-shadow: inset 0 0 400px #F5F5F5;*/
}

.head_login {
    width: 310px;
    margin: 0 auto;
    margin-top: 10%;
    overflow: hidden;
}

.item_login label {
    display: block;
    padding: 6px 0;
    font-size: 14px;
    color: #545454;
}

.item_login input, .item_login select {
    border: 1px solid #D3D3D3;
    background: #fff;
    padding: 6px 3%;
    width: 100%;
    border-radius: 2px;
    font-size: 14px;
    color: #7E7D7D;
    border-top-color: #B3B3B3;
    box-shadow: inset 0 13px 10px -10px #F6F6F6;
    box-sizing: border-box;
}

.item_login {
    margin-bottom: 4px;
    overflow: hidden;
}

    .item_login input:hover, .item_login select:hover {
        background: #fff;
        box-shadow: 0 0 0 #fff;
        border-color: #d3d3d3;
        color: #333;
    }

    .item_login input:focus, .item_login select:focus {
        background: #FFFEFA;
        box-shadow: 0 0 0 #fff;
        border-color: #FFD200;
        color: #000;
    }

    .item_login .btn_login {
        background: #5B006F;
        box-shadow: 0 0 0 #000;
        color: #fff;
        margin-top: 10px;
        border: 0;
        border-bottom: 2px solid #360041;
        margin-bottom: 10px;
        font-weight: bold;
        font-size: 13px;
        padding: 8px;
    }

        .item_login .btn_login:hover,
        .item_login .btn_login:focus {
            background: #630477;
            box-shadow: 0 0 0 #000;
            color: #fff;
            margin-top: 10px;
            border: 0;
            border-bottom: 2px solid #360041;
            font-weight: bold;
            font-size: 13px;
            padding: 8px;
        }

    .item_login span {
        font-size: 12px;
        color: #858585;
    }

    .item_login select {
        padding: 6px 2%;
    }

    .item_login a {
        color: #999999;
        font-size: 12px;
        text-decoration: none;
    }

        .item_login a:hover {
            color: #5B006F;
        }

.b_ctn {
    background: #fff;
    position: absolute;
    bottom: 0;
    font-size: small;
    padding: 10px;
    right: 0;
    left: 0;
    border-top: 1px solid #ECECEC;
    color: #666;
    text-align: center;
}

.logo_product {
    background: #000;
    width: 144px;
    height: 50px;
}

.logo_client {
    background: #000;
    width: 50px;
    height: 50px;
}

.logo_product {
    background: url(../img/logo_2.png);
    height: 76px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.logo_client {
    background: url(../img/logo-orange.jpg);
    margin-top: 20px;
}
/*fin de estilos de login*/


/*css carrito*/
div.ctn_bdCart {
    background: #fff;
    padding: 5px;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #CECECE;
}

div.title_Carthead {
    background: #F4F4F9;
    color: #007be9;
    font-size: 13px;
    padding: 4px 6px;
    margin: -5px -5px 0 -5px;
    height: auto;
    width: auto;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #ECECEC;
    line-height: 20px;
}

table.bdCart {
    border: 0;
    padding: 0;
    border-collapse: collapse;
    width: 100%;
}

i.icon_document {
    display: block;
    width: 26px;
    height: 20px;
    float: left;
    background: url(../img/icon_document.png) no-repeat;
    background-position: -35px 0px;
    margin-right: 5px;
}

i.icon_cart {
    display: block;
    width: 26px;
    height: 20px;
    float: left;
    background: url(../img/cart.png) no-repeat;
    background-position: -35px 0px;
    margin-right: 5px;
}

table.ctn_item_cart {
    width: 100%;
    border-bottom: 1px solid #F1F1F1;
    border-top: 1px solid #f1f1f1;
    margin-top: 4px;
    border-right: 1px solid #f1f1f1;
}

    table.ctn_item_cart .cart_col1 {
        width: 40px;
        background: #FAFAFA;
        border-right: 2px solid #FB7;
        padding: 6px 2px;
        text-align: center;
        font-weight: bold;
        color: #FF7A00;
        padding-right: 0;
        position: relative;
    }

    table.ctn_item_cart .cart_col3 {
        width: 112px;
        background: #FAFAFA;
        border-left: 2px solid #ECECEC;
    }

    table.ctn_item_cart > tbody > tr > td {
        vertical-align: top;
        padding: 0px 4px 0px 4px;
    }

div.item_cart {
    /* border-bottom: 1px dotted #ddd; */
    /* padding-bottom: 5px; */
}

table.ctn_item_cart .cart_col1 span {
    background: #F70;
    border-radius: 3px;
    padding: 1px 4px;
    color: #fff;
    font-size: 11px;
    border: 1px solid #F30;
    display: block;
    float: right;
    margin-right: 4px;
}

table.ctn_item_cart .cart_col1 i {
    margin-right: 0;
    position: absolute;
    right: 0;
}

i.icon_number {
    background: url(../img/icon_number.png) no-repeat;
    width: 22px;
    height: 18px;
    float: left;
    background-position: 1px 2px;
}

label.idNumber {
    border: 1px solid #FCCD6B;
    background: #FFFDF4;
    color: #333;
    float: left;
    display: block;
    padding: 2px 6px;
    border-radius: 2px;
    width: 70%;
}

div.plan_seleccionado {
    font-weight: bold;
    color: #2C2C2C;
    float: left;
    width: 99%;
    height: 20px;
    line-height: 20px;
    display: table;
    table-layout: fixed;
}

.item_order_cart {
    width: 100%;
}

table.tb_title_item .tb_item_col0 {
    width: 18px;
}

table.tb_title_item .tb_item_col1 {
    width: 145px;
}

table.ctn_item_cart .cart_col3 span {
    margin-top: 0px;
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    color: #007be9;
}

div.content_tab_item_cart {
    overflow: hidden;
    margin-left: 22px;
    margin-top: 5px;
    border: 1px solid #ECECEC;
    border-radius: 2px;
    border-bottom: 0px;
    margin-right: 4px;
}

div.content_tab {
    /* display: none; */
    /* padding: 5px; */
    border-bottom: 1px solid #D5D5D5;
}

div.tab_item {
    background: #F5F5F5;
    padding: 2px 5px;
    border-bottom: 1px solid #ECECEC;
    border-top: 1px solid #FAFAFA;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
    color: #5A5A5A;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    box-shadow: inset 0 -23px 10px -20px #F3F3F3;
    line-height: 18px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-select: none;
}

    div.tab_item span {
        color: #9B04A8;
        font-weight: normal;
    }

    div.tab_item:hover {
        background: #fff;
        color: #000;
    }

    div.tab_item.active {
        background: #fff;
        border-color: #FF8E44;
        border-style: dotted;
        color: #000;
    }

div.content_tab .table_grid.plane {
    border: 0;
    margin: 0;
}

    div.content_tab .table_grid.plane td {
        font-size: 11px;
        color: #666;
    }

tr.option_tb, tr.option_tb:hover {
    background: #fff;
}

    tr.option_tb a {
        text-decoration: none;
        color: #9B04A8;
        font-size: 11px;
    }

        tr.option_tb a:hover {
            text-decoration: underline;
        }

.table_grid tr.th_cart {
    background: #FAFAFA;
    color: #000;
    font-weight: bold;
}

.none {
    display: none;
}

td.tb_item_col3 span {
    margin-right: 4px;
    display: block;
    text-align: right;
    font-weight: bold;
    color: #575757;
    font-size: 12px;
    float: right;
    /* line-height: 28px; */
}

table.tb_title_item .tb_item_col2 {
    font-size: 12px;
}

table.tb_title_item {
    font-size: 12px;
    width: 100%;
}

div.btn_delete {
    background: #FFEDED;
    border: 1px solid #FF8B8B;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    cursor: pointer;
    border-radius: 2px;
    color: #F50B0B;
    width: 13px;
}

    div.btn_delete:hover {
        background: #FF8B8B;
        color: #fff;
        border-color: #FF8B8B;
    }

div.tb_option_item {
    /* margin-left: 22px; */
    /* padding: 2px 0; */
    position: relative;
    overflow: hidden;
    /* margin-top: 4px; */
    width: 233px;
    float: left;
}

    div.tb_option_item .btn_ {
        float: left;
        width: auto;
        padding: 2px 2px;
        font-size: 9px;
        margin-left: 0;
        border-radius: 2px;
        margin-right: 4px;
        box-shadow: inset 0 -18px 20px -15px rgba(0, 0, 0, 0.11);
        text-transform: uppercase;
        z-index: 2;
    }

        div.tb_option_item .btn_.activo,
        .confirm2 {
            background: #EAFFEA;
            color: #fff;
            border: 1px solid #259806;
            color: #185F04;
        }

        div.tb_option_item .btn_.inactivo {
            background: #FFFDF1;
            color: #994C03;
            border: 1px solid #C6A62A;
        }

        div.tb_option_item .btn_:hover {
            background: #fefefe;
        }

        div.tb_option_item .btn_.right {
            float: right;
        }

.txt_right {
    text-align: right;
}

#navbar-menu-app {
    z-index: 9999;
    overflow-y: auto;
    overflow-x: hidden;
}

div.ctn_cart_col2 {
    /* margin-bottom: 4px; */
    border-bottom: 1px dotted #EEE;
    padding-bottom: 4px;
    padding-top: 4px;
}

#moviles .ctn_item_cart .cart_col1 {
    width: 50px;
}

div.ctn_sumary {
    padding: 8px;
    font-weight: bold;
}

    div.ctn_sumary .sumary_price {
        color: #ff7f32;
        margin: -8px;
        padding: 8px;
        min-width: 109px;
        max-width: 150px;
        float: right;
        background: #FAFAFA;
    }

    div.ctn_sumary.right span.sumary_price {
        border-left: 2px solid #ECECEC;
        margin-left: 9px;
        text-align: right;
        font-size: 13px;
    }

        div.ctn_sumary.right span.sumary_price span {
            color: #000;
            font-size: 12px;
            display: block;
        }

.bgwhite {
    background-color: #fff;
}

div.plan_seleccionado span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* word-break: break-all; */
    width: 100%;
}

td.tb_item_col3 {
    width: 350px;
}

div.ctn_sumary_plan.right {
    background: #FAFAFA;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 0;
    /* border-bottom: 1px solid #E9E9E9; */
}

div.ctn_sumary_plan span {
    padding: 4px;
    float: right;
}

span.title_sumary {
    font-weight: bold;
    font-size: 11px;
}

span.sumary_plan {
    color: #0000;
}

span.sumary_plan {
    color: #007be9;
    font-weight: bold;
}

span.sumary_plan {
    background: #fff;
    margin-left: 1px;
    border-left: 1px solid #F0F0F0;
}

div.ctn_cart_col2:hover {
    background: #F7F7F7;
}

tr.th_cart td {
    padding: 2px 6px;
}

div.ctn_cart_col2.sms_error {
    background: #FFDBDB;
    border-color: #ff3300;
}



/* custom3 */

.display_none {
    display: none;
}

.btnsearch {
    float: left;
    background-color: #333;
    width: 40px;
    height: 24px;
    border-radius: 2px;
    background-image: url(../img/map_icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 0;
    cursor: pointer;
    border: 1px solid #262626;
    background-position: -42px -4px;
}

 .btnaddnew {
            float: left;
            background-color: #333;
            width: 40px;
            height: 24px;
            border-radius: 2px;
            background-image: url(../img/map_icon_white.png);
            background-repeat: no-repeat;
            background-position: center center;
            font-size: 0;
            cursor: pointer;
            border: 1px solid #262626;
            background-position: -42px -4px; 
}
  
 #btnAddNewIP {
            margin-top: 5px;
            margin-right: 5px;
}

.btneditapn {
    float: right !important;
    background-color: #333;
    width: 40px;
    height: 24px;
    border-radius: 2px;
    background-image: url(../img/map_icon_white.png);
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 0;
    cursor: pointer;
    border: 1px solid #262626;
    background-position: -487px -25px;
}

.btndeleteapn {
    float: right !important;
    background-color: #fff;
    width: 40px;
    height: 24px;
    border-radius: 2px;
    background-image: url(../img/menu-close.png);
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 0;
    cursor: pointer;
    border: 1px solid #cccccc;
    margin-left: 4px;
}

/*estilos estructura antigua*/
.text {
    font-family: 'Montserrat', arial, helvetica, sans-serif;
    font-weight: normal;
    color: #007be9;
}

.label {
    font-family: 'Montserrat', arial, helvetica, sans-serif;
    color: #000;
}

.label_bold {
    font-family: 'Montserrat', arial, helvetica, sans-serif;
    color: #000;
    font-weight: bold;
}

.ctn_consulta2 label {
    margin-right: 5px;
    line-height: 24px;
    padding-left: 5px;
    white-space: nowrap;
}

.size-15 {
    font-size: 15px;
    font-weight: normal;
}

.subtitle {
    background: #A3A3A3;
    color: #fff;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.subtitle_green {
    background: green;
    color: #fff;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.title_plan {
    padding: 6px;
}

    .title_plan small {
        color: #999;
        font-size: 11px;
        margin-right: 5px;
        line-height: normal;
        padding-left: 5px;
    }

    .title_plan h3 {
        color: #000;
        font-size: 14px;
        margin: 0px;
        padding: 4px 0 0 0;
    }

    .title_plan span {
        display: block;
        font-size: 12px;
        margin-right: 5px;
        line-height: normal;
        padding-left: 6px;
    }

        .title_plan span strong {
            font-size: 13px;
            color: #ff7f32;
        }

    .title_plan label {
        margin-right: 5px;
        line-height: normal;
        padding-left: 5px;
    }

.title_ctn {
    padding: 0 0 6px 0;
}

    .title_ctn small {
        color: #999;
        font-size: 11px;
        line-height: normal;
    }

    .title_ctn h3 {
        color: #000;
        font-size: 14px;
        margin: 0px;
        padding: 4px 0 0 0;
    }
    /*
.title_ctn span {
	display: block;
	font-size: 12px;
	line-height: normal;
}

.title_ctn span strong {
	font-size: 13px;
	color: #ff7f32;
}*/

    .title_ctn label {
        margin-right: 5px;
        line-height: normal;
        padding-left: 5px;
    }

.title_eq_resumen {
    padding: 6px;
}

    .title_eq_resumen small {
        color: #999;
        font-size: 11px;
        margin-right: 5px;
        line-height: normal;
        padding-left: 5px;
    }

    .title_eq_resumen h3 {
        color: #000;
        font-size: 16px;
        margin: 0px;
        padding: 0px;
    }

    .title_eq_resumen span {
        display: block;
        font-size: 12px;
        margin-right: 5px;
        line-height: normal;
        padding-left: 6px;
    }

        .title_eq_resumen span strong {
            font-size: 13px;
            color: #ff7f32;
        }

    .title_eq_resumen label {
        margin-right: 5px;
        line-height: normal;
        padding-left: 5px;
    }

.check_plan {
    background: url(../img/check_plan.png) no-repeat 0 0;
}

.white {
    color: #FFF;
}

.head_trivision {
    position: relative;
    height: 56px;
    background: #FEFEFE;
}

.left_head {
    position: absolute;
    width: 200px;
    left: 0;
    top: 0;
    bottom: 0;
}

.right_head {
    float: left;
    position: absolute;
    right: 0;
    top: 0;
    left: 176px;
    bottom: 0;
    padding-left: 15px;
}

.user_section {
    position: relative;
    height: 20px;
    margin-bottom: 4px;
    background: #F4F4F4;
    border-bottom-left-radius: 6px;
    padding: 0 6px;
    color: #fff;
    line-height: 20px;
    overflow: hidden;
    font-size: 11px;
    border-bottom: 1px solid #fff;
    border-left: #007be9;
}

.dateTime {
    font-family: arial, helvetica, sans-serif;
    float: left;
    color: #1F1F1F;
}

.control_user {
    float: right;
}

    .control_user span a,
    .control_user span label {
        font-family: arial, helvetica, sans-serif;
        color: #6B6B6B;
        text-decoration: none;
        display: inline-block;
        float: left;
        padding: 0 8px;
        font-size: 11px;
        letter-spacing: -0.1px;
        cursor: pointer;
        user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-select: none;
    }

    .control_user span label {
        cursor: default;
        font-weight: normal;
        margin-bottom: 0;
    }

    .control_user span:hover,
    .control_user span:hover a,
    .control_user span:active {
        background: #007be9;
        color: #fff;
    }

table#tblInfoUser > tbody > tr > td {
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
}

.control_consult input,
.control_consult select {
    border: 1px solid #D4D4D4;
    padding: 2px;
    float: left;
    background: #FEFEFE;
    color: #717171;
    font-family: 'Montserrat', arial, helvetica, sans-serif;
    font-size: 13px;
    border-radius: 2px;
    box-sizing: inherit;
    min-height: 20px;
    margin: 0;
    margin-right: 8px;
    width: 210px;
}

    .control_consult input:focus,
    .control_consult select:focus,
    .opt_services:focus {
        background: #FFF;
        outline: 0;
        border: 1px solid #b3b3b3;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(179, 179, 179, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(179, 179, 179, 0.6);
    }

    .control_consult input::-moz-placeholder,
    .control_consult select::-moz-placeholder,
    .opt_services::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .control_consult input:-ms-input-placeholder,
    .control_consult select:-ms-input-placeholder,
    .opt_services:-ms-input-placeholder {
        color: #999;
    }

    .control_consult input::-webkit-input-placeholder,
    .control_consult select::-webkit-input-placeholder,
    .opt_services::-webkit-input-placeholder {
        color: #999;
    }

    .control_consult input::-ms-expand,
    .control_consult select::-ms-expand,
    .opt_services::-ms-expand {
        border: 0;
        background-color: transparent;
    }

.control_consult select {
    padding: 2px;
    width: auto;
}

.content_head_consult .btn_.app_menu {
    right: 17px;
    position: absolute;
    z-index: 99;
}

.iconBtn_ {
    float: left;
    width: 26px;
    height: 28px;
    background: #FAFAFA;
    margin-right: 0px;
    cursor: pointer;
    border-left: 1px solid #F3F3F3;
    margin-left: -1px;
}

    .iconBtn_:hover {
        background: #fff;
    }

.nav_app_top {
    position: absolute;
    right: 0;
    width: 4.5%;
    background: #F6F4F4;
    top: 56px;
    bottom: 0;
    left: 95.5%;
    z-index: 0;
    border-left: 3px solid #B9B9B9;
}

.control_access {
    float: right;
    position: relative;
    z-index: 99;
}

    .control_access ul.appMenu_list > li {
        list-style: none;
        padding: 10px;
        cursor: pointer;
        background: #fff;
        position: relative;
        z-index: 3;
        font-size: 12px;
        font-weight: bold;
    }

.menu_appMenu {
    display: block;
    z-index: 11;
    position: absolute;
}

.control_access:hover .menu_appMenu {
    display: block;
    background: #FBFBFB;
    position: absolute;
    right: 10px;
    top: -7px;
    min-width: 160px;
    border: 1px solid #FFA500;
    border-radius: 2px;
    padding-top: 40px;
    z-index: 9;
    cursor: pointer;
    box-shadow: 0 0 8px #D6D6D6;
    color: #000;
}

.search_content {
    position: relative;
    overflow: hidden;
    float: left;
}

    .search_content input {
        margin: 0;
        margin-right: -2px;
        border-radius: 0;
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
        padding-right: 100px;
        width: 200px;
        padding-left: 5px;
        padding-top: 2px;
    }

.content_grids {
    height: 100%;
    overflow: hidden;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
}

.grid_left {
    position: absolute;
    left: 0;
    top: 0;
    width: 184px;
    height: 100%;
    bottom: 0;
    background: #242424;
    overflow: hidden;
    border-right: 3px solid #B9B9B9;
}

.grid_right {
    left: 180px;
    position: absolute;
    height: 100%;
    padding-left: 11px;
    padding-right: 5px;
    right: 0;
    top: 0;
    bottom: 0;
}

.nav_menu_consult {
    color: #DFDFDF;
    border-top: 4px solid #680268;
}

    .nav_menu_consult ul {
        padding: 0;
        margin: 0;
    }

        .nav_menu_consult ul li {
            list-style: none;
            font-size: 14px;
            padding: 0;
            margin: 0;
        }

div.modal-content .container {
    min-width: 200px;
}

textarea.cde_txt_comment {
    width: 99%;
}


/**css camino de miga**/

div.road_crumbs {
    overflow: hidden;
    padding: 5px 8px;
    background: #F4F4F9;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #CECECE;
    margin-bottom: 2px;
}

div.ctn_road_crumbs {
    width: 100%;
    position: relative;
    /* overflow: hidden; */
}

div._step_road {
    float: left;
    width: 20%;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    color: #B4B4B4;
    margin-top: -2px;
    /* border-radius: 3px; */
    /* padding-top: 14px; */
    border-top: 1px solid #DADADA;
    position: relative;
    padding-bottom: 4px;
    text-transform: uppercase;
}

div.line_crumbs {
    width: 100%;
    background: #D5D5D5;
    height: 1px;
    border-radius: 3px;
    border-bottom: 1px solid #fff;
    margin-top: 4px;
    padding: 0px;
    margin-left: -2px;
}

div._step_road.done {
    border-top: 1px solid #FFA300;
}

div._step_road.done {
    color: #FFA300;
}

div.point_crumbs {
    width: 1px;
    height: 4px;
    background: #DADADA;
    margin: 0 auto;
    margin-top: 0px;
    border-bottom: 1px solid #fff;
    margin-bottom: 2px;
}

.done div.point_crumbs {
    background: #FFA300;
}

div.walk_icon {
    float: right;
    width: 12px;
    height: 15px;
    position: absolute;
    right: -2px;
    top: -9px;
    z-index: 1;
    display: none;
    background: url(../img/icon_walk.png) no-repeat left top;
}

.done.arrow div.walk_icon {
    display: block;
}

/* .ctn_consulta optgroup {
    background-color: #FFA100;
    color: #fff;
} */
/* .ctn_consulta optgroup option {
    color: #2C2C2C;
} */


/*.k-widget.k-tooltip-validation {
    float: left;
}*/

/*.k-invalid 
{   
    border: 1px solid #007be9 !important;
}*/


.file, .k-upload {
    width: 100%;
    z-index: 1000px;
    height: auto;
    /*min-height:150px;*/
    background-color: #f3f3f4;
    /*margin: 4.5em auto;*/
    /*padding: 3em;*/
    /*border: 1px solid rgba(20,53,80,0.05);*/
}

.text_quantity {
    width: 90px !important;
    /*display:inline-table !important;*/
}

.btnclear {
    margin-left: 5px;
    float: left;
    width: 40px;
    height: 23px;
    border: 1px solid #CCC;
    border-radius: 2px;
    background-image: url(../img/clear.png);
    background-repeat: no-repeat;
    background-position: center !important;
    font-size: 0;
    cursor: pointer;
    background-position: -41px -3px;
}

    .btnclear:hover {
        border: 1px solid #adadad;
        border-radius: 2px;
        cursor: pointer;
    }

.ctn_dialog.right {
    /* border-left: 1px solid #E6E6E6; */
    margin-right: 0;
    padding-right: 4px;
}

.ctn_dialog {
    /*background: #FDFDFD;*/
    padding: 6px;
    overflow: hidden;
    min-width: 124px;
    max-width: 250px;
}

.ctn_section_dialog {
    /*border-radius: 2px;*/
    overflow: hidden;
    /*border-radius: 2px;*/
    background: #FAFAFA;
    overflow: hidden;
    /*border-radius: 3px;*/
    /*border: 1px solid #CECECE;*/
}

.nav_sec_dialog {
    background: #FAFAFA;
    /* width: 100%; */
    overflow: hidden;
    margin-top: 2px;
    /*border-radius: 3px;*/
    border-top: 1px solid #CECECE;
}

.cssPenalidad {
    cursor: pointer;
}

.k-filter-row input {
    height: 20px !important;
    box-shadow: inset 0 20px 7px -10px #F6F6F6!important;
    cursor: auto !important;
    border: 1px solid #CECECE!important;
}

.tdText {
    text-align: right;
    width: 100px;
    color: #000;
}

p.text-warning {
    max-height: 300px;
    overflow-y: auto;
}

input#txtMinRange,
input#txtMaxRange {
    width: 50px;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}