/* Page =================================================== */
body {
    padding-top: 70px;
}
a,
a:hover {
    text-decoration: none;
}
.full-width {
    width: 100%!important;
}
#content {
    position: relative;
}
#black {
    background-color: #000;
    /*background: rgba(0, 0, 0, 0.6);*/
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* IE 5-7 */
    filter: alpha(opacity=50);
    /* Netscape */
    -moz-opacity: 0.5;
    /* Safari 1.x */
    -khtml-opacity: 0.5;
    /* Good browsers */
    opacity: 0.5;
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    zoom: 1;
}
br {
    clear: both;
}
.margin-top-30 {
    margin-top: 30px!important;
}
.margin-bottom-30 {
    margin-bottom: 30px!important;
}
.no-padding-left {
    padding-left: 0;
}
#in-desktop {
    display: none;
}
@media (min-width: 768px) {
    #in-mobile {
        display: none;
    }
    #in-desktop {
        display: block;
    }
}
/* Typography =================================================== */
a,
p,
.btn,
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-font-smoothing: antialiased!important;
    -moz-osx-font-smoothing: grayscale!important;
}
h1 {
    color: #A2A8B2;
    font-size: 30px;
    margin: 20px 10px;
}
@media only screen and (min-width: 768px) {
    h1 {
        margin: 50px 10px;
    }
}
/* BUTTONS =================================================== */
.btn {
    border: 0;
    border-radius: 0;
}
.btn:hover,
.btn:focus {
    box-shadow: none;
}
.btn.btn-primary.in-nuevos-reclamos {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 6px;
    margin-top: 60px;
    padding: 18px;
    width: 100%;
}
.btn.btn-primary:hover {
    background: #455264;
}
.btn.btn-gray.in-nuevos-reclamos {
    background: #eee;
    color: #4395e2;
    font-size: 15px;
    padding: 18px;
    margin-bottom: 6px;
    width: 100%;
}
.btn.btn-gray.in-nuevos-reclamos:hover {
    background: #DDD;
}
.btn-points {
    display: block;
    font-size: 50px;
    font-weight: bold;
    line-height: 10px;
    margin-right: 10px;
    margin-top: -5px;
    position: relative;
    right: 10px;
    text-align: center;
}
/* HEADER =================================================== */
header {
    background: #f9fcfd;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0px;
    position: relative;
    text-align: center;
    width: 100%;
}
header .container {
    width: 100%;
}
.logo-mobile {
    height: auto;
    margin-top: 5px;
    width: 100%;
}
.logo {
    display: none;
}
.notifications,
.user,
.menu {
    display: inline-block;
    margin: 3px 0 0 5px;
    padding: 10px;
}
.notifications {
    background: #2e5bbc;
    color: white;
}
.notifications:hover {
    background: #22438a;
    color: white;
    text-decoration: none;
}
.notifications:focus,
.notifications:active {
    background: #2e5bbc;
    color: white;
    text-decoration: none;
}
.notifications.without {
    background: none;
    border: 1px solid #E4E9ED;
    padding: 10px 15px;
}
.user,
.menu {
    border: 1px solid #E4E9ED;
    padding: 10px 15px;
}
.user {
    color: #919FAC;
    display: none;
    padding: 10px 20px;
    text-align: center;
}
.user:hover {
    background: #acd6e4;
    color: #919FAC;
}
.menu:hover {
    background: #acd6e4;
}
.header-login-forgot {
    text-align: center;
}
.header-right {
    text-align: right;
}
@media (min-width: 768px) {
    header {
        text-align: left;
    }
    .logo {
        display: block;
    }
    .logo-mobile {
        display: none;
    }
    .header-right {
        text-align: right;
    }
    .user {
        display: inline-block;
    }
}
/* FORMS =================================================== */
.form-search {
    position: relative;
}
.form-search button {
    background: none;
    border: 0;
    position: absolute;
    right: 5px;
    top: 7px;
}
.form-search input {
    background: #333D47;
    border: 0;
    color: white;
    font-size: 15px;
    height: 40px;
    padding: 0 0 0 10px;
    width: 100%;
}
.form-search ::-webkit-input-placeholder {
    color: #A1ADB9!important;
}
.form-search :-moz-placeholder {
    /* Firefox 18- */
    color: #A1ADB9!important;
}
.form-search ::-moz-placeholder {
    /* Firefox 19+ */
    color: #A1ADB9!important;
}
.form-search :-ms-input-placeholder {
    color: #A1ADB9!important;
}
.form-control {
    background: white;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    box-shadow: none;
    color: #455264;
    font-size: 15px;
    height: 40px;
}
.form-search-planificacion .form-control {
    background: white;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    box-shadow: none;
    color: #455264;
    font-size: 15px;
    height: 40px;
    padding-left: 34px;
}
.form-search-planificacion button.btn-in-desktop {
    background: #4395e2;
    color: white;
    float: right;
    font-weight: bold;
    margin-top: 10px;
    position: relative;
    right: auto;
    top: auto;
}
.form-search-planificacion button.btn-in-mobile {
    display: none;
    color: #4395e2;
}
.form-search-planificacion button.btn-in-mobile:hover {
    color: #207cd2;
}
.form-search-planificacion .lupa {
    position: absolute;
    left: 10px;
    top: 10px;
}
label {
    color: #a0a6b2;
    display: block;
    font-weight: normal;
    margin: 5px 5px 10px 10px;
}
.box-in-search p {
    padding-left: 10px;
}
.box-in-search .form-control {
    margin-bottom: 30px;
}
.box-in-search ::-webkit-input-placeholder {
    color: #455264 !important;
}
.box-in-search :-moz-placeholder {
    /* Firefox 18- */
    color: #455264 !important;
}
.box-in-search ::-moz-placeholder {
    /* Firefox 19+ */
    color: #455264 !important;
}
.box-in-search :-ms-input-placeholder {
    color: #455264 !important;
}
.box-in-search ul {
    list-style: none;
    margin-top: -6px;
    padding-left: 10px;
}
.box-in-search .mySelectBoxClass {
    margin-bottom: 30px;
}
.box-in-search .min,
.box-in-search .max {
    float: left;
    margin-bottom: 20px;
    margin-top: -5px;
    width: 50%;
}
.box-in-search .max {
    text-align: right;
}
.box-in-search select {
    height: 40px!important;
    width: 100%!important;
}
#advanced-search .btn-nuevo-reclamo {
    margin: 20px 0 0 0;
    padding: 10px 70px;
}
@media (min-width: 768px) {
    .form-search-planificacion button.btn-in-desktop {
        display: none;
    }
    .form-search-planificacion button.btn-in-mobile {
        display: block;
    }
}
/* FOOTER =================================================== */
footer {
    color: #9FA5B2;
    font-size: 12px;
    padding-bottom: 0px;
    padding-top: 200px;
    text-align: center;
}
/* VALIDATE =================================================== */
.LV_validation_message {
    left: 0;
    position: absolute;
    font-weight: bold;
    margin: 0 0 0 5px;
    display: none;
}
.LV_valid {
    color: #00CC00;
    display: none;
    font-size: 12px;
}
.LV_invalid {
    color: #ff0101;
    font-size: 12px;
    text-align: left;
}
.LV_valid_field,
input.LV_valid_field:hover,
input.LV_valid_field:active,
textarea.LV_valid_field:hover,
textarea.LV_valid_field:active {
    background: white url(images/ok.png) no-repeat right !important;
    border: 3px solid #00b200!important;
}
.LV_invalid_field,
input.LV_invalid_field:hover,
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover,
textarea.LV_invalid_field:active {
    background: red;
    color: white;
    font-size: 11px;
    padding: 2px 5px;
}
.LV_invalid_field,
input.LV_invalid_field:hover,
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover,
textarea.LV_invalid_field:active {
    position: absolute;
    right: 0;
    top: 80px;
}
.LV_validation_message {
    display: none;
}
#nombre-error,
#consulta-error,
#email-error,
#telefono-error {
    display: none!important;
}
.customSelect {
    border: 1px solid red;
}
.needsfilled-label {
    color: red;
}
.needsfilled-select {
    border: 1px solid red!important;
}
.mensaje-error-validacion {
    background: #ef5145;
    color: white;
    display: none;
    margin-bottom: 20px;
    padding: 10px;
}
.box {
    border: 1px solid #e5e5e5;
    margin: 10px 0;
    padding:  20px 2px 5px 20px;
    position: relative;
}
.box h2 {
    font-size: 17px;
    margin: 0 0 5px 0;
}
.box small {
    color: #A2A8B2;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}
.box p {
    font-size: 83px;
    font-weight: bold;
}
.box p.orange {
    color: #f9ac00;
}
.box p.green {
    color: #97d53f;
}
.box p.red {
    color: #ef5145;
}
.box p.blue {
    color: #4395e2;
}
#containerReport div.box{
    margin-top: 0;
}

.new {
    background: #ef5145;
    color: white;
    font-size: 10px;
    font-weight: bold;
    padding: 5px 8px;
    position: absolute;
    right: 10px;
    top: 20px;
}
.box-large {
    padding-left: 0;
    padding-right: 0;
}
.box-large h2 {
    margin-left: 20px;
}
.box-large small {
    margin: 0 0 40px 20px;
}
.box-large img {
    height: auto;
    width: 100%;
}
span.customSelect {
    background: white url(../images/ico-select.png) no-repeat center right;
    border: 1px solid #e5e5e5;
    color: #455264;
    font-size: 15px;
    line-height: 40px;
    margin-bottom: 20px;
    padding: 0 0.5em;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}
span.customSelect select {
    width: 100%;
}
.customSelect.customSelectHover {
    background-color: #FFF;
    border: 1px solid #4395e2;
}
.customSelect.customSelectFocus {
    border: 1px solid #4395e2;
}
.customSelect.customSelectOpen {
    border: 1px solid #4395e2;
}
.customSelect.customSelectChanged {
    -webkit-animation: changed 1s;
    -moz-animation: changed 1s;
    -ms-animation: changed 1s;
    animation: changed 1s;
}
.navbar {
    overflow-y: auto;
    background: #294a78;
    border-radius: 0;
    margin: 0;
    padding: 10px;
    position: fixed;
    right: -240px;
    top: 0px;
    bottom: 0;
    width: 240px;
    z-index: 99999999;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.top-navbar {
    border-bottom: 1px solid #424F5A;
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 20px;
    padding: 10px 0 16px 0;
    text-align: left;
}
.top-navbar span {
    display: inline-block;
    margin-left: 14px;
}
.top-navbar a {
    border: 1px solid #919FAC;
    color: #ffffff;
    display: inline-block;
    float: right;
    font-size: 15px;
    padding: 10px;
}
.top-navbar a:hover {
    border: 1px solid white;
    color: white;
}
.links-navbar {
    list-style: none;
    margin-bottom: 100px;
    margin-top: 26px;
    padding-left: 0;
    position: relative;
    z-index: 9999999999;
}
.links-navbar li .new {
    top: 0;
}
.links-navbar li .alarm {
    position: absolute;
    right: 10px;
    top: 0;
}
.links-navbar li a {
    color: #ffffff;
}
.links-navbar li a:hover {
    color: white;
}
.links-navbar li a.current {
    color: white;
}
.config-user {
    color: #919FAC;
    display: inline-block;
    margin-bottom: 15px;
    padding-left: 10px;
}
.config-user:hover {
    color: white;
}
.notifications-panel {
    background: #2e5bbc;
    display: none;
    padding: 20px;
    position: absolute;
    right: 0px;
    top: 80px;
    text-align: left;
    width: 100%;
    z-index: 99999;
}
.notifications-panel p {
    color: white;
    font-size: 15px;
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    .notifications-panel {
        right: 10px;
        max-width: 600px;
        width: auto;
    }
}
h2.column-left {
    background: #f9fcfd;
    border: 1px solid #e5e5e5;
    color: #a0a6b2;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    padding: 20px 10px;
}
.column-left-search {
    border: 1px solid #e5e5e5;
    border-top: 0;
    margin-bottom: 20px;
}
.column-left-search .form-control {
    margin-bottom: 5px;
}
.column-left-search .box-in {
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 10px;
}
.column-left-search ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.column-left-search .form-control {
    background: white;
    border: 1px solid #e5e5e5;
    color: #455264;
}
.column-left-search ::-webkit-input-placeholder {
    color: #455264 !important;
}
.column-left-search :-moz-placeholder {
    /* Firefox 18- */
    color: #455264 !important;
}
.column-left-search ::-moz-placeholder {
    /* Firefox 19+ */
    color: #455264 !important;
}
.column-left-search :-ms-input-placeholder {
    color: #455264 !important;
}
.column-left-search .min,
.column-left-search .max {
    float: left;
    margin-top: -5px;
    width: 50%;
}
.column-left-search .max {
    text-align: right;
}
.labels {
    background: #b3b7c1;
    color: white;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    margin: 3px 1px 3px;
    padding: 8px 25px 8px 12px;
    position: relative;
}
.labels:hover {
    background: #7b8293;
}
.close {
    position: absolute;
    right: 5px;
    top: 7px;
}
@media (min-width: 768px) {
    .column-left-search {
        margin-bottom: 0;
    }
}
.slider.slider-horizontal {
    margin: 0 auto;
    margin-left: 2%;
    width: 96%!important;
}
.slider.slider-horizontal .slider-track {
    background: #e5e5e5;
    height: 1px;
}
.slider-track {
    box-shadow: none;
}
.slider.slider-horizontal .slider-selection {
    background: #4395e2;
    height: 3px;
    top: -1px;
}
.slider-handle {
    background: #4395e2;
    opacity: 1;
}
.slider.slider-horizontal .slider-handle {
    margin-top: -10px;
}
#advanced-search > div > div:nth-child(3) > div > div > div > div.slider-track > div:nth-child(3) {
    background: #455264;
}
body > div.container.full-width > div:nth-child(2) > div.col-xs-12.col-sm-12.col-md-3.col-lg-2 > div > div:nth-child(5) > div > div.slider-track > div:nth-child(3) {
    background: #455264;
}
.table-condensed {
    border: 1px solid #F2F2F2;
}
.table > thead > tr > th {
    background: #F9F9F9;
    border-bottom: 1px solid #F2F2F2;
    color: #455264;
    font-size: 12px;
    font-weight: normal;
}
.table > tbody > tr > th,
.table > tbody > tr > td {
    border-bottom: 1px solid #F2F2F2;
    height: 55px;
    font-size: 12px;
    vertical-align: middle;
}
.table-filtros tr a,
.table-reclamos tr a {
    color: inherit;
}
.table-filtros tr.hover,
.table-reclamos tr.hover {
    background: #4395e2;
    color: white;
    cursor: pointer;
}
.table-planificacion tr:hover {
    background: #FFFFE2;
}
.tabpanel .table-reclamos {
    border: 1px solid #e9e9e9;
}
.tabpanel .table-reclamos > thead > tr > th {
    border-bottom: 1px solid #e9e9e9;
}
.tabpanel .table-reclamos > tbody > tr > th,
.tabpanel .table-reclamos > tbody > tr > td {
    border-bottom: 1px solid #e9e9e9;
}
.btn-nuevo-reclamo {
    font-size: 13px;
    font-weight: bold;
    /*margin-bottom: 20px;*/
    padding: 5px 25px;
}
.new-reclamo {
    background: #ef5145;
    color: white;
    font-size: 11px;
    font-weight: bold;
    padding: 11px 15px;
    text-transform: uppercase;
}
.new-reclamo.aprobada {
    background: #97d53f;
}

@media (min-width: 540px) {
    .btn-nuevo-reclamo {
        float: right;
        /*margin-top: -56px;*/
        padding: 12px 20px;
    }
}
/*@media (min-width: 768px) {
  .btn-nuevo-reclamo {
    margin-top: -95px;
  }
}*/
.in-nuevo-reclamo .btn {
    display: inline-block;
    margin-bottom: 15px;
    margin-top: 15px;
}
.in-nuevo-reclamo .btn.btn-gray {
    background: #eee;
}
.in-nuevo-reclamo h1 {
    color: #455264;
    margin-bottom: 5px;
    margin-top: 5px;
}
.collapse:before,
.collapse:after {
    content: " ";
    display: table;
}
.collapse:after {
    clear: both;
}
.collapse:before,
.collapse:after {
    content: " ";
    display: table;
}
.collapse:after {
    clear: both;
}
.container-selects {
    margin-bottom: 20px;
}
.calendarOk {
    background: white url(../images/calendar.png) no-repeat right;
    border: 1px solid #e5e5e5;
    box-shadow: none;
    height: 42px;
    padding-left: 10px;
    width: 230px;
}
@media only screen and (min-width: 768px) {
    .container-selects {
        float: left;
        margin-bottom: 25px;
        margin-right: 10px;
        width: 230px;
    }
    .container-selects select {
        height: 40px!important;
        width: 230px!important;
    }
    .container-selects.select-large {
        width: 388px;
    }
    .container-selects.select-large select {
        width: 388px!important;
    }
}
.collapse-reclamo {
    border-top: 1px solid #e5e5e5;
    color: #455264;
    display: block;
    padding-top: 30px;
    margin-top: 30px;
}
.collapse-reclamo:focus,
.collapse-reclamo:active {
    color: #455264;
    text-decoration: none;
}
.container-selects {
    position: relative;
}
.collapse-open,
.collapse-close {
    background: url(../images/collapse-open.png);
    width: 20px;
    height: 20px;
    float: right;
    margin-right: 10px;
}
.collapse-close {
    background: url(../images/collapse-close.png);
}
@media only screen and (min-width: 768px) {
    .wrapp-selects {
        max-width: 710px;
    }
}
@media only screen and (min-width: 992px) {
    .collapse-reclamo {
        font-size: 21px;
        padding-top: 25px;
    }
}
.modal-content {
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
.modal-header {
    border-bottom: 0;
    position: relative;
}
.modal-header h4 {
    font-size: 20px;
    margin-top: 30px;
}
.modal-header .close-modal {
    position: absolute;
    right: 5px;
    top: 5px;
}
.titulo {
    color: #a0a6b2;
    line-height: 18px;
    margin-bottom: 20px;
}
.info {
    margin-bottom: 28px;
}
@media (min-width: 768px) {
    .modal-content {
        padding: 20px 30px;
    }
    .modal-header h4 {
        font-size: 30px;
        margin-top: 30px;
    }
}
.ui-widget-header {
    background: none!important;
    border: 0!important;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: none!important;
    border: 0!important;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: #4395e2 !important;
    border: 1px solid #4395e2 !important;
    color: white!important;
}
.ui-widget-content {
    color: #455264 !important;
    font-family: Arial, 'Helvetica Neue', Helvetica !important;
}
.ui-datepicker th,
.ui-datepicker-month,
.ui-datepicker-year {
    color: #455264 !important;
    font-weight: normal!important;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background: #e5e5e5 !important;
}
.tabpanel {
    margin-bottom: 80px;
}
.tab-content {
    background: #F5F5F5;
}
.nav-tabs {
    border: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.hover > a,
.nav-tabs > li.focus > a,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background: #F5F5F5;
    border-color: #F5F5F5!important;
}
.nav > li > a:hover,
.nav > li > a:focus {
    background: transparent;
    border-color: white;
    color: #4395e2;
}
.nav > li > a:hover {
    color: #1a62a5;
}
.nav-bordered > li {
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}
.nav-bordered > li > a {
    font-size: 14px;
    margin-right: 0;
    padding: 10px;
}
.nav-bordered > li:last-child {
    border-right: 1px solid #e5e5e5;
    width: 33%;
}
.nav-bordered-planificacion > li {
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    text-align: center;
}
.nav-bordered-planificacion > li > a {
    font-size: 14px;
    margin-right: 0;
    padding: 10px 5px;
}
.nav-bordered-planificacion > li {
    width: 40%;
}
.nav-bordered-planificacion > li:last-child {
    border-right: 1px solid #e5e5e5;
    width: 60%;
}
.nav-bordered-planificacion #in-mobile {
    border-right: 1px solid #e5e5e5;
    width: 60%;
}
@media (min-width: 400px) {
    .nav-bordered > li:last-child {
        width: auto;
    }
    .nav-bordered-planificacion > li > a {
        padding: 10px 15px;
    }
    .nav-bordered-planificacion > li {
        width: auto;
    }
    .nav-bordered-planificacion > li:last-child {
        width: auto;
    }
    .nav-bordered-planificacion #in-mobile {
        width: auto;
    }
}
.tab-content {
    margin-left: -15px;
    margin-right: -15px;
}
.tab-pane {
    padding: 20px;
}
@media (min-width: 768px) {
    .nav-bordered > li > a {
        padding: 10px 15px;
    }
}
.resultados {
    font-size: 17px;
}
.combos div {
    margin-bottom: 10px;
}
.highlight {
    background: #FFFFE2;
}
.container-planificacion .titulo {
    color: #a0a6b2;
}
.in-planificacion h1 {
    font-size: 20px;
    margin-top: 30px;
}
.in-planificacion .btn-nuevo-reclamo {
    float: right;
    padding: 13px 15px;
    /*margin-top: -53px;*/
}
.listas-planificacion ul {
    list-style: none;
    padding-left: 0;
}
.range-mobile {
    margin-bottom: 40px;
}
@media (min-width: 450px) {
    .in-planificacion h1 {
        font-size: 30px;
        margin: 50px 10px;
    }
    .in-planificacion .btn-nuevo-reclamo {
        font-size: 15px;
        font-weight: bold;
        /*margin-top: -90px;*/
        padding: 15px 45px;
    }
}
@media (min-width: 768px) {
    .in-planificacion h1 {
        font-size: 30px;
    }
    .resultados {
        font-size: 18px;
        margin-top: 6px;
    }
    .combos {
        text-align: right;
    }
    .combos:before,
    .combos:after {
        content: " ";
        display: table;
    }
    .combos:after {
        clear: both;
    }
    .combos:before,
    .combos:after {
        content: " ";
        display: table;
    }
    .combos:after {
        clear: both;
    }
    .combos div {
        display: inline-block;
        margin-bottom: 20px;
        margin-left: 10px;
    }
    .combos div.select-acciones {
        width: 200px;
    }
    .combos div.select-exportar {
        width: 100px;
    }
    .combos div.select-exportar select {
        width: 100px!important;
    }
    .container-planificacion {
        margin-bottom: 40px;
    }
}
@media (min-width: 992px) {
    .resultados {
        font-size: 21px;
    }
}
/* CHECKBOX =================================================== 

input[type="checkbox"]{
    display: none;
}
input[type="checkbox"] + label span {
        background: url(../images/check_radio_sheet.png) left top no-repeat;
        cursor:pointer;
    display: inline-block;
    height: 20px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    width: 20px;
}
input[type="checkbox"]:checked + label span{
    background: url(../images/check_radio_sheet.png) -20px top no-repeat;
}
*/
.anio {
    background: #445265;
    border-radius: 30px;
    color: white;
    display: inline-block;
    font-size: 19px;
    font-weight: bold;
    height: 61px;
    left: 65px;
    margin-bottom: 40px;
    position: relative;
    padding-top: 15px;
    text-align: center;
    width: 61px;
    z-index: 333;
}
.anio:focus {
    color: white;
    text-decoration: none;
}
.anio:hover {
    background: #2f3947;
    color: white;
}
.disable {
    background: #B7C0CA;
}
.no-disable {
    background: #F00;
}
.panel-anios {
    position: relative;
}
.panel-timeline {
    position: relative;
}
.panel-timeline .panel-body {
    margin-bottom: 20px;
}
.linea,
.blanco {
    bottom: 0;
    position: absolute;
    left: 95px;
    width: 1px;
}
.linea {
    background: #a0a6b2;
    top: 0;
}
.blanco {
    background: white;
    height: 50px;
    z-index: 22;
}
@media only screen and (min-width: 768px) {
    .wrapp-selects {
        max-width: 710px;
    }
    .anio {
        left: 100px;
    }
    .linea,
    .blanco {
        left: 130px;
    }
}
@media only screen and (min-width: 992px) {
    .collapse-reclamo {
        font-size: 21px;
        padding-top: 25px;
    }
    .panel-timeline {
        margin-left: 150px;
    }
}
.div-izq,
.div-med,
.div-der {
    float: left;
    width: 70px;
}
.div-izq {
    color: #a0a6b2;
    font-size: 13px;
    padding-top: 4px;
    text-align: right;
}
.div-med {
    height: 20px;
    position: relative;
    width: 50px;
}
.div-med .circulo {
    background: #a0a6b2;
    border-radius: 40px;
    height: 21px;
    position: absolute;
    left: 15px;
    top: 4px;
    width: 21px;
    z-index: 444;
}
.div-der {
    position: relative;
    top: 5px;
    width: 170px;
}
.div-der a {
    color: #455264;
    font-size: 16px;
}
.div-der a:hover {
    color: #4395e2;
}
.div-der ul {
    list-style: none;
    margin-bottom: 40px;
    padding-left: 0;
}
.div-der ul li {
    font-size: 12px;
    margin-right: 5px;
}
.in-timeline h1 {
    margin-bottom: 50px;
}
@media (min-width: 450px) {
    .div-der {
        width: 250px;
    }
}
@media (min-width: 550px) {
    .div-der {
        width: 320px;
    }
}
@media (min-width: 768px) {
    .div-izq {
        font-size: 15px;
        width: 90px;
    }
    .div-med {
        width: 80px;
    }
    .div-med .circulo {
        left: 30px;
    }
    .div-der {
        position: relative;
        top: 0;
        width: 350px;
    }
    .div-der a {
        font-size: 21px;
    }
    .div-der ul {
        list-style: none;
        margin-bottom: 40px;
        padding-left: 0;
    }
    .div-der ul li {
        float: left;
        font-size: 15px;
        margin-right: 15px;
    }
}
.logo-forgot {
    height: auto;
    width: 100%;
}
.wrapper-login {
    margin: 80px auto 150px auto;
    max-width: 350px;
}
.wrapper-login h1 {
    color: #455264;
    font-size: 20px;
    margin: 0px 0 20px 10px;
    text-align: left;
}
.wrapper-login .form-control {
    margin-bottom: 8px;
}
.wrapper-login .form-control.last {
    margin-bottom: 25px;
}
.wrapper-login .btn-primary {
    padding: 10px 30px;
}
@media (min-width: 500px) {
    .logo-forgot {
        width: auto;
    }
}
@media (min-width: 768px) {
    .wrapper-login {
        margin: 150px auto 280px auto;
    }
    .wrapper-login h1 {
        font-size: 30px;
    }
}
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

.k-dropdown,.k-selectbox,.k-textbox,.k-toolbar .k-split-button
{
    width:100% !important;
}

.placeholder { color: #aaa; }

.asd{
    font-size: 14px;
    color:#0000ff;
}
.glyphicon-1{ font-size: 12px; width: 12px; height: 12px; }
#mar{
    margin-bottom: 5px;
}
#mar2{
    margin-bottom: 35px;
}
.btn.btn-default.find
{
    padding: 9px;
    margin-top: -8px;
}

div.grid-view table tr.filters{display: none;}


/* Search Panel*/
.moreFilters{
    font-size: 14px;
    color:#337ab7;
    padding-top: 0;
    margin-top: 0;
    border: none;
}
#searchForm{
    margin-bottom: 35px;
}
#searchPanel{
    margin-bottom: 5px;
}
#searchForm .btn.btn-default.find
{
    padding: 9px;
    margin-top: -8px;
    border:1px solid #4395e2; 
}
#searchForm .glyphicon-1{ font-size: 12px; width: 12px; height: 12px; }

div.view h1{margin-top: 0px;}
/* Buttons */
.btn-nuevo-create{margin-top: 30px;}
@media (max-width: 768px) {
    .btn-nuevo-create{margin-bottom: 10px; margin-top: 15px;}
}   
div.find{height: 39px;margin-right: 13px;}

.btnLink
{ 
    border: none;
    background: none;
    color: #337ab7;
    padding-top: 0px;
}

#loading-indicator {
    position: absolute;
    left: 10px;
    top: 10px;
}

.select2-container{
    padding-left: 0px !important;
}

.select2-container .select2-choice {
    height: 38px;
}

.finish-wremito
{
    background-color: #A822AB;

}

.form-search input[type="checkbox"]
{
    width: auto;
    height: auto;
}


span.k-widget.k-header.form-control
{
    /*background: none;*/
    height: 30px;
}


#divBlack
{
    width: 100%;
    height:100%;
    float: left;
    top:0;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    z-index: 91000;
    text-align: center;
    vertical-align: middle;
    padding-top: 20%;    
}


#loading
{
    vertical-align: middle;
    // margin:  0px auto 0px;
    color:#fff;
    font-family: Arial, 'Helvetica Neue', Helvetica !important;
    font-size:18px;
    font-weight:bold;
}


#head-resume th
{
    background-color:#1F497D; color:white;
}
.greenclear
{
   background-color:#E2EFDA; 
}
.greenmedium
{
    background-color:#C6E0B4;     
}

.greenstrong
{
    background-color:#A9D08E;     
}


.blueclear
{
   background-color:#DDEBF7; 
}
.bluemedium
{
    background-color:#BDD7EE;     
}

.bluestrong
{
    background-color:#9BC2E6;     
}
.yellowmedium
{
    background-color:#F2F5A9;     
    
}
#head-resume-green th
{
    background-color:#4A452A;
       color:white;
}

.grey-col
{
      background-color:#DBE5F1;  
}

.green-excel td
{
    background-color:#C2D69A;  
}
.blue-excel td
{
     background-color:#95B3D7;   
    
}
.space
{
    background-color: white!important;
}