/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    background-color: #F0F0F0;
    padding-top: 50px;
    font-family: 'Roboto', sans-serif;
    font-size:1.4em;
}
textarea {
    resize: vertical;
}
#wrapper {
    width: 100%;
}

.glyphicon-lightblue{
    color: #11c1f3;
    top: 5px;
    font-size: 25px;
}
.page-header2 {
    color: #a3a3a3;
    font-size: 19px;
    font-weight: 300;
    margin: 15px 0;
    padding-bottom: 26px;
    text-transform: uppercase;
}
.page-header{
    margin: 15px 0 0;
    color: #fff;
}
.breadcrumb {
    padding: 10px 0;
    margin: 0;
    list-style: none;
    background-color: #fff;
}
/*.page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #fff;
}*/
details {
    overflow: hidden;
}
details p {
    margin: 10px 0 0;
}
.select2-selection__rendered .color-select{
    margin: 0px 3px;
}
.color-select{
    float: right;
    margin: -3px 2px 0 0;
}
.color-box{
    float: left;
    margin: -2px 5px 0 0;
    /*    position: absolute;
        top: -5px;
        left: 13px;*/
}
.select2-container--classic .select2-selection--single .select2-selection__clear{
    /*    position: relative;*/
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    padding: 0 12px;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
    padding: 3px 20px 0 8px;
}
.select2-container--classic .select2-selection span.select2-selection__arrow {
    height: 32px;
}
.select2-container--classic .select2-selection {
    display: block;
    width: 100% !important;
    min-height: 34px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc!important;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.select2-container--classic.select2-container--open .select2-selection,
.select2-container--classic.select2-container--focus .select2-selection,
.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.list-group-scroll {
    max-height: 146px;
    overflow-y: auto;
    overflow-x: hidden;
}
.list-group-scroll .list-group-item {
    padding: 5px 10px;
    font-size: 90%;
}
td.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.badge-margin {
    margin-top: -4px;
}
.tab-content {
    margin: 20px 0;
}
.selected-list {
    width: 100%;
}
.navbar-default {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color:#2C2C2C;
    background-image:none;
}
#side-menu {
    background-color:#F0F0F0;
    height: calc(100vh - 90px);
    overflow-x: hidden;
    overflow-y: auto;
}
.selected-list .ms-selection .ms-list {
    background-color: lightyellow;
    font-weight: bold;
}
.dataTables_wrapper .row {
    margin: 0;
}
.modal-full {
    width: 100%;
    padding: 10px;
    margin: 0;
}
/*@media(min-width:768px) {
    .page-wrapper {
        position: inherit;
        margin: 0 0 0 300px;
        padding: 0 15px;
        border-left: 1px solid #e7e7e7;
    }    
}*/
.ms-features:before {
    font: normal normal normal 14px/1 FontAwesome;
    width: 22px;
    display: inline-block;
}
.ms-documents-add:before {
    content: "\f040";
}
.ms-documents-view:before {
    content: "\f0f6";
}
.ms-users-manage:before {
    content: "\f0c0";
}
.ms-templates-manage:before {
    content: "\f0ce";
}
.ms-structure-manage:before {
    content: "\f1e0";
}
.ms-notifications-send:before {
    content: "\f10a";
}
.ms-externaldocuments-manage:before {
    content: "\f1c1";
}
.ms-externaldocuments-view:before {
    content: "\f1c1";
}
.ms-documents-edit:before {
    content: "\f040";
}
.ms-documents-tabletadd:before {
    content: "\f040";
}
.ms-global-vision:before {
    content: "\f06e";
}
.ms-reports-view:before {
    content: "\f080";
}
.ms-documents-print:before {
    content: "\f02f";
}
.ms-externaldocuments-tabletview:before {
    content: "\f1c1";
}
.ms-alerts-manage:before {
    content: "\f0f3";
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}
.sidebar ul li a {
    color:#444;
}
.sidebar ul li a:hover {
    background-color:#F5B51E !important;
    color:#fff;
}
.sidebar ul li a.active {
    background-color:#F5B51E;
    color:#fff;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}

.sidebar .nav-second-level li a {
    padding-left: 30px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}

@media(min-width:768px) {
    .sidebar {

        position: absolute;
        width: 300px;
        margin-top: 51px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}
.panel {
    padding: 26px 47px;
    border-radius:5px;
    box-shadow:3px 3px 2px #ccc;
}
.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 25%;
    margin-bottom: 0;
    /*width:500px;*/
}

.container .alert-box{
    display:block;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}
table.dataTable span.highlight {
    background-color: #FFFF88;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}
.dataTables_processing {
    position: absolute;
    top: 42px;
    right: 16px;
    font-size: 12px;
    background-color: rgb(251, 255, 199);
    height: 30px;
    width: 120px;
    text-align: center;
    padding: 5px;
    color: #999;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee!important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.panel-blue {
    border-color: #428bca;
}

.panel-blue .panel-heading {
    border-color: #428bca;
    color: #fff;
    background-color: #428bca;
}

.panel-blue a {
    color: #428bca;
}

.panel-blue a:hover {
    color: #2a6496;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}
.thumbnail-sb>.content{
    text-decoration: none;
    padding: 9px;
    color: #333;
    display: block;
}
.thumbnail-sb>.content>h3{
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
}
.thumbnail-sb>.content>p{
    margin: 0;
    height: 40px;
    overflow: hidden;
}
.thumbnail-sb>.foter{
    font-size: 10px;
    font-style: italic;
    padding: 9px;
    margin-bottom: 5px;
}
.thumbnail-sb>.foter>span{
    color: #999;
}
.thumbnail-sb>.foter>a{
    display: block;
}
.thumbnail-sb:hover, .thumbnail-sb:focus, .thumbnail-sb.active{
    background-color: #f5f5f5;
}
.filters{
    display: inline-block;
    padding: 9px;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 10px;
}
.filters>button{
    margin-left: 5px;
}
@-webkit-keyframes aparecer
{
    from {top: 0px;}
    to {top: 300px;}
}
.alert-box {
    display: inline-block;
    float: right;
    margin: 25px 0 0;
    position: absolute;
    right: 26px;
    z-index: 1000;
    animation-name: aparecer;

}
.pointer{
    cursor: pointer;
}
.impact, .impact select{
    color: #d9534f;
    font-weight: bold;
}
.dropdown-label{
    padding: 0px 20px;
    font-weight: 400;
    color: #333;
    line-height: 1.428571;
}


/* By KA :: 18-02-2016 */
.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    padding:15px 10px;
}
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    padding:15px 10px;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color:#F5B51E;
    border-color:#F5B51E;
}
.pagination > li > a, .pagination > li > span {
    color:#444;
}
.pagination > li > a:hover, .pagination > li > span:hover {
    color:#fff;
    background-color:#F5B51E;
}
.btn-success {
    background-color:#3D90FA;
    background-image: none;
    border-color:#3D90FA;
}
.btn-success:hover, .btn-success:active {
    background-color:#444;
    background-image: none;
    border-color:#444;
}
.table-responsive {
    overflow-x: inherit;
}

.triangle_especial {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #aaa transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}
.triangle_especial_combos {
    margin-left: -10px;
    position: relative;
}
.form-control {
    border:none;
    border-radius:0;
    border-bottom:1px solid #aaa;
    box-shadow:none;
}
.form-control:focus {
    border-bottom:1px solid #F5B51E;
    box-shadow:none;
}
.form-control:focus ~ .triangle_especial, .form-control:focus ~ .triangle_especial_combos {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #F5B51E transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}

.select2-container--classic .select2-selection {
    border:none!important;
    border-radius:0!important;
    border-bottom:1px solid #aaa!important;
    box-shadow:none!important; 
}
.select2-search__field {
    border:none;
    box-shadow:none; 
}
.select2-container--classic .select2-selection:focus {
    border:none!important;
    border-radius:0!important;
    border-bottom:1px solid #F5B51E!important;
    box-shadow:none!important; 
}

/* PESTAÑAS */
.nav-tabs {
    border:none;
    background-color:#F5F5F5;
    margin:0 -15px;
}
.nav-tabs > li > a {
    border:none;
    border-radius:0;
    border-bottom:4px solid transparent;
    padding:20px 35px;
    font-size:1.3em;
    color:#333;
    background-color:#F5F5F5;
    outline:none;
}
.nav-tabs > li.active > a {
    border:none!important;
    border-radius:0!important;
    background-color:#fff!important;
    color:#F5B51E!important;
    border-bottom:4px solid #F5B51E!important;
    padding:20px 35px!important;
    outline:none!important;
}
.nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:active {
    border:none!important;
    border-radius:0!important;
    color:#F5B51E!important;
    border-bottom:4px solid #F5B51E!important;
    padding:20px 35px!important;
    background-color:#fff!important;
    outline:none!important;
}
.btn-primary {
    background-color:#3D90FA;
    background-image: none;
    border-color:#3D90FA;   
}
.especial_dentro_form {
    padding-top:20px;
    padding-bottom:20px;
    margin-bottom:10px;
}
.ms-container .ms-selectable li.ms-hover, .ms-container .ms-selection li.ms-hover {
    background-color:#3D90FA;
}
label {
    color:#666;
    font-weight:normal;
}
.page-header {
    border:none;
}
.panel-primary > .panel-heading {
    background-color:transparent;
    background-image: none;

}
.input-group-addon {
    background-color:#fff;
    border:none;
    border-radius:0;
    border-bottom:1px solid #aaa;
}
.has-success .form-control,.has-success .form-control:active, .has-success .form-control:focus {
    box-shadow:none;
    border-bottom:1px solid #3c763d;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color:#3D90FA;
    padding:0 10px;
    color:#eee;
    border-color:#3D90FA;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    font-size:1em;
    color:#fff;
    margin-right:10px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color:#F5B51E;
}
.input-group-btn:first-child > .btn {
    background-color:transparent; 
    box-shadow:none;
    background-image:none; 
    border:none;
    border-bottom:1px solid #aaa;
    padding:6px 12px 7px 12px;
    color:#3D90FA;
    text-shadow:none;
}
.open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
    background-color:#3D90FA; 
    box-shadow:none;
    background-image:none;
    color:#fff;
    text-shadow:none;
}
.select2-container--classic .select2-selection span.select2-selection__arrow {
    background-color:transparent; 
    background-image:none;
    border-left:none;
}
.select2-container--classic .select2-selection span.select2-selection__arrow b {
    border-color:#3D90FA transparent transparent transparent;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    background-color:#efefef; 
    background-image:none;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color:#555;
}

body#body_login {
    background-image:url("../img/bg_provion.jpg");
    background-repeat:no-repeat;
    background-size: 100% auto;
    background-color:#444;
}

#mainsearch {
    border:1px solid #e0e0e0;
}
div.thumbnail-sb {
    background-color:#F8F8F8;
}
div.thumbnail-sb:hover {
    background-color:#efefef;
}
.panel-default > .panel-heading {
    background-image:none;
    background-color:#fff;
    margin-top: 0;
    font-size: 1.2em;
    font-weight: normal;
    color: #555;
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 1px #E1E1E1 dashed;
}
.panel-body {
    padding:20px 0;
}
.filters {
    background-color:#F2F2F2;
    background-image:none;
    color:#666;
    opacity:1;
    border:1px solid #eee;
    border-radius:0;
}
.alert-warning {
    opacity:1;
}
.filters > button.close {
    margin-top:-15px;
    margin-left:4px;
    margin-right:-14px;
    background-color:#F5B51E;
    opacity:1;
    color:#fff;
    text-shadow:none;
    padding:0 4px 1px 4px;
    border-radius:11px;
    font-size:14px;
}
.filters > button.close:hover {
    background-color:#444;
}
tr.selected td {
    background-color:#3875D7;
    color:#fff;
}
.locate-impact {
    border-color: #F5B51E;
    color:#F5B51E!important;
    box-shadow: 0 0 2px #F5B51E;
}
.locate-impact-transition {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.lasopciones_espacio {
    height:27px;
    float:right;
}

.especial_muestra_opciones td div.lasopciones {
    display:none;
    float:left;
}
.especial_muestra_opciones:hover td div.lasopciones {
    display:block;
}

.td_opciones {
    height:22px;
}

.divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.sin_datos_que_mostrar {
    text-align:center;
    color:#aaa;
}
#especial_d2_ubicacion_small {
    color:red;
}

/*.page-wrapper {
    background-color:#f7f7f7;
    padding:10px 30px;
}*/
.panel-espaciado {
    padding:20px 30px;
    height: 208px;
}

.panel-espaciado h3 {
    margin-top: 0;
    font-size:1.2em;
    font-weight: normal;
    color:#333;
    text-transform: uppercase;
    padding-bottom:15px;
    border-bottom:1px #E1E1E1 dashed;
}

.cabecera_pagina {
    padding:0 20px;

}

.item_lista_1_editar, .item_lista_2_editar, .item_lista_3_editar, .item_lista_4_editar, .item_lista_5_editar {
    border:none;
    background-color:transparent;
    font-size:1.4em;
    color:orange;
    padding:0;
    margin-left:10px;
}
.item_lista_1_editar:hover, .item_lista_2_editar:hover, .item_lista_3_editar:hover, .item_lista_4_editar:hover, .item_lista_5_editar:hover {
    color:#666;
}

.item_lista_1_borrar, .item_lista_2_borrar, .item_lista_3_borrar, .item_lista_4_borrar, .item_lista_5_borrar {
    border:none;
    background-color:transparent;
    font-size:1.4em;
    color:maroon;
    padding:0;
    margin-left:10px;
}
.item_lista_1_borrar:hover, .item_lista_2_borrar:hover, .item_lista_3_borrar:hover, .item_lista_4_borrar:hover, .item_lista_5_borrar:hover {
    color:#666;
}

.edicion {
    border:none;
    background-color:transparent!important;
    padding:0;
    margin-left:10px;
}
.edicion i {
    font-size:1.6em;
    color:#bdbdbd;    
}
.edicion:hover i
{
    color:#F5B51E;
}
.borrado {
    border:none;
    background-color:transparent!important;
    padding:0;
    margin-left:10px;
}
.borrado i {
    font-size:1.6em;
    color: #e17472;
}

.borrado:hover i
{
    color:#e14f4d;
}
.asignar-modal {
    border:none;
    background-color:transparent!important;
    padding:0;
    margin-left:10px;
}
.asignar-modal i {
    font-size:1.6em;
}

/*
 * REDEFINICIÓN DE PANELES
 */
.nav-tabs {
    background-color:#fff;
    font-size:0.85em;
}

.nav-tabs > li > a {
    background-color:#fff;
    border-bottom:4px solid #eee;
}

.nav-tabs > li.active > a {
    background-color:#f3f3f3;

}

.select2-container--disabled .select2-selection{
    background-color: #eee;
    opacity: 1;
}

.posicionamiento {
    font-size:1.3em;
    padding:0;
}

.plan_servicio_especial_edicion_horas, .plan_servicio_especial_edicion_obs {
    cursor:pointer;
}
.plan_servicio_especial_edicion_horas:hover, .plan_servicio_especial_edicion_obs:hover {
    color:orange;
}


#mapa_1, #mapa_2, #mapa_localizaciones_predefinidas {
    height:400px;
    width:100%;
}

.parece_un_input {
    border-bottom:1px solid #aaa;;
    width:90%;
    font-size:1.2em;
}

.hoja_servicio_sindatos {
    color:#999;
    margin-top:10px;
    margin-bottom:10px;
    font-size:0.9em;
}

h3.header-corporativo {
    color:#FFFFFF;
    margin-top:15px;
}
.plan_servicio
{
    padding: 15px;
}

/*
 * MAPAS
 */

#mapa_central {
    height:73vh;
}
.retrasada td {
    background-color:#de4547;
    color:#fff;
}
.pendiente_30 td {
    background-color:yellow;
    color:#333;
}
.pendiente_15 td {
    background-color:#cc95cc;
    color:#fff;
}
.pendiente_dia_posterior td {
    background-color:#ccc;
    color:#fff;
}

.leyenda {
    text-align:center;
    vertical-align:middle;
    padding:5px 10px;
    border:1px solid #eee;
    font-size:0.8em;
}
.leyenda_1 {
    background-color:#ccc;
    color:#222;
}
.leyenda_2 {
    background-color:#de4547;
    color:#fff;
}
.leyenda_3 {
    background-color:#ffa052;
    color:#222;
}
.leyenda_4 {
    background-color: #ffe252;
    color:#222;
}
.leyenda_5 {
    background-color:#fff;
    color:#222;
}


/*
 * MAPAS
 */

.item_info_mapa_etapa {
    margin-top:15px;
    margin-bottom:30px;
    cursor:pointer;
}
.item_info_mapa_etapa:hover {
    background-color:#efefef;
    /*    height: 80px;*/
}
.item_info_mapa_etapa .item_info_mapa_etapa_span {
    margin-left:10px;
}
.item_info_mapa_etapa .item_info_mapa_etapa_desplazamiento {
    color:orange;
}
.item_info_mapa_etapa .item_info_mapa_etapa_encurso {
    color:green;
}
.item_info_mapa_etapa .item_info_mapa_completa {
    color:green;
}
.item_info_mapa_etapa .item_info_mapa_etapa_pausa {
    color:blue;
}
.item_info_mapa_etapa .item_info_mapa_etapa_espera {
    color:#aaa;
}
.item_info_mapa_etapa .item_info_mapa_etapa_anulada {
    color:red;
}
.item_info_mapa_etapa .item_info_mapa_etapa_pendiente {
    color:#777;
}

#pre_mapa {
    width:100%;
}
#pre_mapa.estrechado {
    width:80%;
}
#pre_mapa.estrechado2 {
    width:60%;
}
#info {
    width:0;
}
#info.abierto {
    width:20%;
}

#info.abierto2 {
    width:40%;
    padding: 12px;
}
#zona_B, #zona_A {
    float:left;
}
#zona_A.estrechada, #zona_B.estrechada {
    width:50%;
    float:left;
}
#zona_A {
    width:100%;
}
#zona_B {
    border-left:1px solid #efefef;
}
.clase_especial_ancho_total
{
    width:100%;
}

.item_info_mapa_etapa div.item_info_mapa_etapa_hora {
    float:left;
    width:30%;
    padding-top:10px;
}
.item_info_mapa_etapa div.item_info_mapa_etapa_hora span {
    padding:20px 10px;
    background-color:orange;
    color:#fff;
    border-radius:30px;
}


.item_info_mapa_etapa div.item_info_mapa_etapa_datos {
    float:left;
    width:70%;
}
.campos_del_servicio_item {
    color:#333;
    margin-top:8px;
}
.campos_del_servicio_item b {
    color:#888;
    font-weight:normal;
}
#zona_B h5 {
    background-color:#f8f8fa;
    padding:5px 10px;
    margin-top:-8px;
    margin-left:-10px;
    margin-right:-20px;
    margin-bottom: 8px;
    color: #828282;
}

#zona_B h4 {
    background-color:#00e099;
    padding: 16px 11px;
    color:#fff;
    margin-right:-20px;
}
#zona_B h3 {
    background-color:#f8f8fa;
    padding:16px 10px;
    margin-top:-8px;
    margin-left:-10px;
    margin-right:-20px;
    margin-bottom: 8px;
    color: #0eb3f1;
}
.info_etapas_item h4 {
    background-color:#1eb3ef;
    padding:5px 10px;
    color:#fff;
}
#errores_dialogo {
    background-image: linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);
    padding:5px 10px;

}
#errores_dialogo p {
    margin:0;
    margin-bottom:3px;
    color:maroon;
}

div.dataTables_wrapper div.dataTables_info
{
    color: #8e8e8e;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #f5f5f5;
    opacity: 1;
    color: #949494;
}
/*.form-control {

    color: #949494;

}*/

.panel-map {
    padding: 0 15px;
    /*    border-radius:5px;
        box-shadow:3px 3px 2px #ccc;
        background-color: #fff;*/
}


/*MAPA ALEX*/

.fondogris
{
    background-color: #ddd;
}
.fondonegro
{
    background-color: #333;
    color: #fff;
}
.info_etapa
{

    padding-left: 0 !important;
    padding-right: 0 !important;
    box-shadow: -3px 0px 5px 0px rgba(0,0,0,0.15);
    height: 73vh;
    overflow: auto;
}
.content_datos_etapa
{
    box-shadow: -3px 0 5px 0 rgba(0, 0, 0, 0.15);
    padding-left: 0 !important;
    padding-right: 0 !important;
    height: 73vh;
    overflow: auto;
}
.datos_etapa {

    padding-left: 16px !important;
    padding-right: 37px !important;
    padding-bottom: 15px;

}

.datos_servicio
{
    padding-left: 16px !important;
    padding-right: 37px !important;
    padding-bottom: 15px;
}
.back_gris
{
    background-color: #f8f8fa;
    padding: 17px;
}
.back_gris h5
{
    color: #666;
    margin-bottom: 1px !important;
    font-size: 15px;
    font-weight: 100;
}
.back_gris h3
{
    color: #0eb3f1;
    margin-top: 6px;
}
.plan_servicio h4
{
    font-weight: 100 !important;
}
.etapa
{
    padding: 15px;
}

.etapa:hover
{
    cursor: pointer;
    background-color: #f7f7f7;
}

.circulo {
    border-radius: 50%;
    height: 60px;
    margin-right: 12px;
    margin-top: 8px;
    margin-bottom: 50px;
    text-align: center;
    vertical-align: middle;
    width: 60px;
    padding-top: 18px;
    float: left;
}
.circulo span
{
    font-size: 17px;
}

.back-pendiente {
    background-color: #11c1f3!important;
    color: #fff!important;
}

.front-pendiente {
    color: #11c1f3!important;
}

.back-encurso {
    background-color: #387ef5!important;
    color: #fff!important;
}

.front-encurso {
    color: #387ef5!important;
}

.back-completado, .back-completa {
    background-color: #0bde8a!important;
    color: #fff!important;
}

.front-completado, .front-completa {
    color: #33cd5f!important;
}

.back-fallido, .back-fallida, .back-anulada {
    background-color: #de4547!important;
    color: #fff!important;
}

.front-fallido, .front-fallida, .front-anulada {
    color: #de4547!important;
}

.back-pausa, .back-espera {
    background-color: #cbcbcb!important;
    color: #fff!important;
}

.back-endesplazamiento {
    background-color: #fff!important;
    color: #b7b7b7!important;
    border: 2px solid #b7b7b7;
}

.back-endesplazamiento h5, .back-endesplazamiento h3  {    
    color: #b7b7b7!important;
}

.no_border {
    border:none!important;
}

.front-endesplazamiento {
    color: #444444!important;
}

.front-pausa, .front-espera {
    color: #444444!important;
}

.cabecera_azul
{
    background-color: #11C1F3;
    color: #fff;
    margin-right: -20px;
    padding: 16px 11px;
    box-shadow: 0 1px 9px #c3c3c3;
}
.cabecera
{
    background-color: #00e099;
    color: #fff;
    margin-right: -20px;
    padding: 16px 11px;
    box-shadow: 0 1px 9px #c3c3c3;
}
.campos_del_servicio_item
{
    padding-left: 15px;
    padding-rigth: 15px;
}
.font-18
{
    font-size: 18px;
}
.cabecera_etapa
{
    background-image: url("../img/bg_cabecera_etapa.png");
    background-color: #f8f8fa;
    padding: 17px;
    background-size: cover;

}
.cabecera_etapa h5
{
    color: #fff;
    margin-bottom: 1px !important;
    /*    font-size: 18px;*/
    font-weight: 100;
    text-align: right;
}
.cabecera_etapa h3
{
    color: #fff;
    margin-top: 6px;
    text-align: right;
    font-size: 18px;
}

.cierre_mapa {
    clear: both;
    color: #757575;
    cursor: pointer;
    float: right;
    padding: 7px;
}
.sidebar-min .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar-min .sidebar-search {
    padding: 15px;
}

.sidebar-min ul li {
    border-bottom: 1px solid #e7e7e7;
    position: static;
}
.sidebar-min ul li a {
    color:#444;
}
.sidebar-min ul li a:hover {
    background-color:#F5B51E !important;
    color:#fff;
}
.sidebar-min ul li a.active {
    background-color:#F5B51E;
    color:#fff;
}

.sidebar-min .arrow {
    float: right;
}

.sidebar-min .fa.arrow:before {
    content: "\f104";
}

.sidebar-min .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar-min .nav-second-level li,
.sidebar-min .nav-third-level li {
    border-bottom: 0!important;
}

.sidebar-min .nav-second-level li a {
    padding-left: 30px;
}

.sidebar-min .nav-third-level li a {
    padding-left: 52px;
}

@media(min-width:768px) {
    .sidebar-min {
        position: absolute;
        width: 50px;
        margin-top: 51px;
    }
    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}
.sidebar-min span
{
    display:none;
}
/*.page-wrapper{
    background-color: #fff;
    padding: 1px 0;
    border-left: 1px solid #e7e7e7;
    position: inherit;
    min-height: 907px;
}*/

.dropdown-menu{
    left: 50px;
    top:-10%;
    border-radius: 0px;
    border: 0px solid rgba(0, 0, 0, 0.15);
    background-color: #f6f6f6;
}
.dropdown-menu > li :hover{
    background-color: #f8f8fa !important;
    background-image: none !important;
    color: #fff !important;
}


@media(min-width:768px) {
    .page-wrapper-min
    {
        margin-left: 50px; 
    }
    .page-wrapper
    {
        margin-left: 300px; 
    }
}

@media(max-width:767px) {
    .sidebar-min span
    {   
        display:inline;
    }
}

.page-wrapper
{
    position: inherit;
    padding: 1px 0;
    border-left: 1px solid #e7e7e7;
    /*    background-color: #fff;*/
    min-height: 907px;

}
.page-wrapper-min
{
    position: inherit;
    padding: 1px 0;
    border-left: 1px solid #e7e7e7;
    /*    background-color: #fff;*/
    min-height: 907px;
}

/*ALEX MATERIAL DESIGN*/

.back-image
{
    background-image: url("/img/img-back-azul.jpg");
    background-size: cover;
}

.tab-material
{
    margin-top: -20px;
    background-color: transparent !important;
}
.tab-material a 
{
    color:white;
    font-size: 17px;
    text-decoration: none;    
}

.tab-material a:hover
{
    color:white;
    font-size: 17px;
    text-decoration: none;
}
a:focus
{
    outline:none;
    outline:5px auto -webkit-focus-ring-color;
    outline-offset:-2px
}
.tab-material li
{
    list-style: none;
    text-decoration: none;    
}
.tab-contenedor
{
    width: 155px;
    float: left;
    text-align: center;
    height: 10px;    
    margin-top: -7px;
}
.tab-contenedor :hover
{
    border-bottom: 3px solid #F5B51E;
    width: 155px;
    float: left;
    text-align: center
}

.tab-material .active > a
{
    border-bottom: 3px solid #F5B51E;
    width: 155px;
    float: left;
    text-align: center;
    font-weight: 900;
    text-decoration: none;

}
.tab-contenedor a 
{
    text-align: center;


}
/*TABS GRIS*/

.tab-material-gris
{
    margin-top: -27px;
}
.tab-material-gris a 
{
    color: #858585;
    font-size: 17px;
    text-decoration: none;
}

.tab-material-gris a:hover
{
    color: #03a9f4;
    font-size: 17px;
    text-decoration: none;
}
a:focus
{
    outline:none;
    outline:5px auto -webkit-focus-ring-color;
    outline-offset:-2px
}
.tab-material-gris li
{
    list-style: none;
    text-decoration: none;
    text-transform: uppercase;
}
.tab-contenedor-gris
{
    width: 227px;
    float: left;
    text-align: center;
    height: 10px;
}
.tab-contenedor-gris :hover
{
    border-bottom: 3px solid #F5B51E;
    width: 227px;
    float: left;
    text-align: center
}

.tab-material-gris .active > a
{
    border-bottom: 3px solid #F5B51E;
    width: 227px;
    float: left;
    text-align: center;
    font-weight: 900;
    text-decoration: none;
    color: #03a9f4;
}
.tab-contenedor-gris a 
{
    text-align: center;
}
.bg_tabs
{
    background-color: #f7f7f7;
    height: 103px;
    padding-top: 103px;
    margin-left: -30px;
    margin-right: -30px;
}

/*//TABS GRIS*/

.mat-padding-page {
    padding-top: 50px;
    padding-left: 25px;
    padding-right: 25px;
    background-color: white;
}

.mat-no-padding-top {
    padding-top: 0 !important;
}

.h4-material
{
    font-size: 19px;
    color: #a3a3a3;
}
.table > thead > tr > th {
    border-bottom: 1px solid #CCCCCC;
    color: #a3a3a3;
    vertical-align: bottom;
}
table.dataTable {
    border-collapse: none !important;
}

td .odd
{
    margin: 50px 0 50px 0;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 19px;
    vertical-align: middle;
}
div.dataTables_filter{
    text-align: right;
}

*::after, *::before {
    box-sizing: border-box;
}
*::after, *::before {
    box-sizing: border-box;
}

input[type="search"] {
    max-width: 150px !important;
    min-width: 80px !important;
}

.circulo_leyenda
{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}
.bg_gris
{
    background-color: #cccccc;
}
.bg_blanco
{
    border: 1px solid #cccccc;
}

.bg_amarillo
{
    background-color: #ffe152;
}
.bg_naranja
{
    background-color: #ffa053;
}
.bg_rojo
{
    background-color: #de4547;
}

/*LOCALIZACIONES SERVICIOS*/

.ubicacion_servicio
{
    float: left;
    /*    width: 46%;*/
    box-shadow:0px 3px 10px #ccc;
    /*    margin-right: 39px;
        margin-bottom: 40px;*/
    margin-left: 2%;
}
.ubicacion_servicio > h5 
{
    font-size: 28px;
    font-family: roboto;
    font-weight: 100;
    margin-bottom: 25px;
}
.mat-padding50-page
{
    padding: 50px;
    margin-bottom: 28px;
}
.float
{
    float: left;

}
.color_map
{
    color: #F5B51E; 
}
/*.boton_posicionamiento_manual
{
    background-color: #ffffff;
    border: medium none;
    float: left;
    font-size: 15px;
    color: #F5B51E;

}*/
.anadir_direccion
{
    color: #F5B51E;
    text-decoration: none;
    padding: 15px;
    float: left;
}
.anadir_direccion :hover
{
    color: #F5B51E;
    text-decoration: none;
}
.plan_servicio_textarea
{width: 50%;}

.span-textarea
{
    width: 100%;
    margin-bottom: 10px;
}

.text-area-material
{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: currentcolor currentcolor #aaa;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    margin-bottom: 67px;
    width: 100%;
}
.text-plan-servicio
{
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 24px;
}
.icon-margin
{
    margin-right: 10px;
}
.circle-icon
{
    background-color: #F5B51E;
    border-radius: 50%;
    color: white;
    float: left;
    height: 60px;
    margin-right: 10px;
    padding: 12px;
    text-align: center;
    vertical-align: middle;
    width: 60px;
}
.margin-bottom
{
    margin-bottom: 30px;
}
.margin-bottom-big
{
    margin-bottom: 60px;
}
.margin-left-30
{
    margin-left: 30px;
}
/*//LOCALIZACIONES SERVICIOS*/

/*HOJA SERVICIO -- CUADRO INFO*/

.content-info
{
    box-shadow:0px 3px 10px #ccc;
    padding: 20px;
    background-color: white;
    color: #333;
    overflow: hidden;
}
.content-info h5, h4
{
    font-weight: normal;
}
.content-info h5.truncate {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.content-info h2
{
    font-weight: 300;
    color: white;
}
.white label
{
    color: white;
}
.content-info .form-group label, input
{
    color: white;
}
.form-control
{
    font-size: 16px !important;
}
.content-info .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control
{
    color: white !important;
    padding-left: 0px;
}
.content-info .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: transparent;
    color: #949494;
    opacity: 1;
    border: none;
    font-size: 16px;
}
.content-info .form-control[disabled], fieldset[disabled] .form-control .select2-container--disabled .select2-selection{
    cursor: inherit !important;
}

.content-info .hoja_servicio_sindatos {
    color:#fff;
    margin-top:10px;
    margin-bottom:10px;
    font-size:0.9em;
}

.content-info .select2 span{
    background-color: transparent!important;
    color:white!important;
    border:none!important;
    cursor:    default!important;
}

.content-info .select2 span :focus{
    background-color: transparent!important;
    color:white!important;
    border:none!important;
    cursor: default!important;
}

.content-info .select2-selection__arrow{
    visibility: hidden;
}
.content-info .etapa-content label {
    color: #a3a3a3;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.content-info label {
     color: currentColor;
}
.content-info.info-div{
    color: #a3a3a3;
}
.content-info.info-div strong{
    color: #333;
    font-size: 1.4em;
    margin-bottom: 10px;
    display: block;
}
.content-info h3 {
    margin: 0 0 10px 0;
}
.content-info .etapa-content .form-control[disabled], .content-info .etapa-content .select2-container--disabled .select2-selection {
    color: #333!important;
    border-bottom: 1px solid #aaa!important;
}
.content-info .etapa-content .hoja_servicio_sindatos {
    color: #999;
}
.etapa-content:not(:last-child) {
    padding-bottom: 20px;
}
.acciones-realizadas:not(:last-child) {
    margin-bottom: 30px;
}
.acciones-realizadas .accion-created {
    background-color: #F5B51E;
    color: #fff;
    position: absolute;
    left: -30px;
    top: -10px;
    text-align: center;
    border-radius: 50px;
    height: 50px;
    line-height: 50px;
    width: 50px;
    font-size: 0.9em;
}

.acciones-realizadas {
    position: relative;
    overflow: visible;
}

.acciones-realizadas .accion-title {
    font-weight: 700;
    font-size: 1.3em;
    margin-bottom: 10px;
    display: inline-block;
}

.acciones-realizadas .accion-etapa {
    position: absolute;
    right: 20px;
    top: 21px;
    color: #a3a3a3;
}

.accion-campos.etapa-content {
    padding-bottom: 10px;
}
.integrantes {
    font-size: 0.9em;
    text-transform: capitalize;
}
.integrantes span {
    color: #a3a3a3;
    display: block;
}
.table-div {
     display: grid;
    grid-template-columns: auto auto auto auto auto;
}

.table-div * {
    padding: 15px 10px
}

.table-div div {
    border-top: 1px solid #a3a3a3;
}

.table-div label {
    color: #a3a3a3;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.table-div .codigo {
    background: #eee;
}

.table-div .title {
    background: #387ef575;
    color: white;
}

.table-div .cantidad {
    background: #387ef5;
    color: white;
}

.table-div.resumen {
    grid-template-columns: auto auto auto;
}

.table-div.recursos-tecnicos .title {
    background: #bbbbbb;
    color: white;
}

.table-div.recursos-tecnicos .cantidad {
    background: #F5B51E;
    color: white;
}
.content-historico
{
    padding:4%;
}
.content-historico-general
{
    padding-right:4%;
}

.circulo-historico-etapa
{
    width: 23px;
    height: 23px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}
.content_guardar_cancelar
{
    background-color: #f0f0f0;
    left: 30px;
    padding-top: 46px;
    padding-bottom: 46px;
    padding-left: 69px;
}

/*ARREGLO SCROLL DIAOLOGOS*/
.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}
.modal-body .panel-espaciado {
    display: none;
}
.modal-body .mat-padding-page {
    padding-top: 20px;
}
.panel-central {
    min-height: 690px;
    background-color: white!important;
    width: 100%;
    padding-bottom: 115px;  
    margin-bottom: 0 !important;
}

.panel-central-no-padding-bottom {
    padding-bottom: 0;
}
.content_guardar_cancelar a{
    color: #0FB3F2 !important;
}
.content_guardar_cancelar_no_left
{
    background-color: #f0f0f0;
    padding-top: 46px;
    padding-bottom: 46px;
    padding-left: 69px;
    position: absolute;
    bottom: 0;
}
.content-info .header-corporativo
{}

/********** TIPO SERVICIO ***************/
.table-shadow
{
    box-shadow:0px 3px 10px #ccc;
}


/*****Usuario EDIT******/
/*.
{
       
    box-shadow:0px 3px 10px #cccccc;
    -moz-box-shadow:0px 3px 10px #cccccc;
    -webkit-box-shadow:0px 3px 10px #cccccc;
    margin: 2% 4%;
}
.
{
       
    box-shadow:0px 3px 10px #cccccc;
    -moz-box-shadow:0px 3px 10px #cccccc;
    -webkit-box-shadow:0px 3px 10px #cccccc;
    margin: 8% 8%;
}*/
.btn
{
    text-transform: uppercase;
}
.padding-37
{
    padding: 37px;
}

.padding-42
{
    padding: 42px;
}

.btn-rounded
{
    border-radius: 50%;
    margin: 0;
    padding: 3px;
    height: 56px;
    float: right !important;
    right: 0;
    top: -30px;
    width: 56px;
    font-size: 33px !important;
    box-shadow: 0 3px 6px -2px #585858;
    position: absolute;
    background-color: #F5B51E;
    border-color: #F5B51E !important;
}
.btn-rounded:hover, .btn-rounded:focus
{
    border-radius: 50%;
    margin: 0;
    padding: 3px;
    height: 56px;
    float: right !important;
    right: 0;
    top: -30px;
    width: 56px;
    font-size: 33px !important;
    box-shadow: 0 3px 6px -2px #585858;
    position: absolute;
    background-color: #ffc800 !important;
    border-color: #ffc800 !important;
}
/*****PAGINACIÓN bootstrap pisado debido a tab-material a*****/
.pagination a
{
    font-size: 14px !important;

}

.pagination .active > a
{

    width: auto !important;
    border-bottom: none !important;
}

.color-black
{
    color: #333333 !important;
}
/********CUADRO DE BÚSQUEDA CCOMBO *******/
.select2-container--classic .select2-search--dropdown .select2-search__field
{
    color: #666666;
}

.row-no-margin
{
    margin: 0;
}

.btn-modal-default
{
    background: none !important;
    border: none !important;
    text-transform: uppercase;
    color: #3d90fa;
}

.showgeocodingestate,.showgeocodingestate:active,.showgeocodingestate:hover, .showgeocodingestate:visited{
    color:#f5b51e;
    text-transform: uppercase;
    cursor: pointer;
}

fieldset {
    margin: 0px 100px 0px 100px!important;
}
@media(max-width:767px){
    fieldset {
        margin: 0!important;
    }
}
.table > tbody > tr > td.feature-check-content {
    padding: 0;
    margin: 0;
    text-align: center;
    vertical-align: middle;
}

.table > tbody > tr > td.feature-check-content >label {
    padding: 15px;
    margin: 0;
}

input.feature-check {
    height: 20px;
    width: 20px;
}
.data-change {
    transition: background-color 1s linear, transform 1s linear, font-size 700ms linear;
}

.data-change.data-change-selected {
    background-color: lightgoldenrodyellow;
    font-size: large!important;
}

.data-change.data-change-selected[type="checkbox"] {
    transform: scale(2);
}
.receptor-field {
    display: grid;
    align-items: center;
    grid-template-columns: 70% 30%;
}

.receptor-field .btn-group {
    display: flex;
    margin-left: 10px;
}

img#modal_img {
    margin: 0 auto;
}

.pictures a.thumbnail {
    padding: 0;
    border: none;
}

.pictures.margin-bottom-big h4 {
    text-transform: uppercase;
}

.etapa-content .pictures h4 {
    text-transform: uppercase;
}

.etapa-content .acciones-realizadas .pictures h4 {
    text-transform: none;
}