/* Barra de navegación */
@import url("navbar.css");

/* Migas de pan */
@import url("breadcrumb.css");

/* Tablas */
@import url('table.css');

/* Formularios */
@import url('form.css');

/* Cuadro de búsqueda */
@import url('search-box.css');

/* Canvas toolbars */
@import url('canvas-toolbars.css');

/* Etiquetas del formulario añadir/modificar etiqueta del canvas */
@import url('canvas-tags.css');

@import url('geographicalmap.css');

/* Resizable panels */
@import url('resizable-panels.css');

body {
    background-color: #fcfcfc;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 100%;
    line-height: normal;
    letter-spacing: normal;
}




#btn-add-entity {
    float: right;
}

#btn-add-entity a {
    padding: 0;
}






.col-sm {
    background-color: #fff333;
}







.btn-primary
{
    border: none;
    border-radius: 10px;
    box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.13);
    background-color: #2bb2ac;
    color: #ffffff;
    font-weight: 500;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus
{
    background-color: #2bb2ac !important;
    border: none;
    box-shadow: none !important;
}

.btn-primary a {
    box-shadow: none;
}



h1
{
    color: #33a0fe;
}

hr
{
    color: #33a0fe;
    height: 1px;
    background-color: #33a0fe;
}




.btn-item {
    border-radius: 50%;
    border: none;
    background-color: transparent;
    color: #2bb2ac;
}

.btn-item.fa:hover, .btn-item.fa:active {
    color: orangered !important;
}



tr:hover .btn-item{
    display: inline-block;
}

.communication-delete{
    display: inline-block;
}

.removed-item  {
    background-color: #da6557 !important;
}

.thumbnail-col img
{
    border-style: solid;
    border-width: 5px;
    border-color: #fcfcfc;
    border-radius: 8px;
    padding: 0px;
    margin-bottom: 10px;
    opacity: 0.8;
}

.thumbnail-col:hover img
{
    border-color: #ff7761;
    cursor: pointer;
    opacity: 1;
}

#inspecciones-fotos
{
    padding-top: 40px;
}



#wrapper-add-form
{
    background-color: white;
    padding: 10px;
    display: none;
    color: black;
    padding: 0px;
}




/*#div-mapa {
    height: 100%;   The height is 400 pixels
    width: 100%;   The width is the width of the web page
    z-index: 2;
}*/

#lienzo, #fila, #col12 {
    height: 100%;
    width: 100%;
    z-index: 2;
}

#wrapper-lienzo {
    position: relative;
    width: 100%;
    height: 100%;
}


.rounded
{
    border: solid 2px #9a9a9a;
}






/* Botones */
.btn:focus{
    box-shadow: none !important;
}

.btn-item:hover {
    background: inherit !important;
    color: inherit !important;
}






.btn-secondary, .btn-secondary:hover {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.13);
    border: solid 1px #cbcbcb;
    font-weight: 500;
    text-align: center;
    color: #646464;
}

.dropdown-toggle::after {
    display: none;
}






.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

.thumbnailInfoLabels {
    position: absolute;
    top: 16px;
    left: 30px;
    max-width: calc(78%);
    overflow-wrap: break-word;
    line-height: 30px;
}

.thumbnailInfo {
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 16px;
    padding: 4px;
}


#imageNameInfo {
    margin-right: 2px;
}

#imageAnnotationsInfo {
    position: absolute;
    bottom: 20px;
    right: 30px;
}

#imageTagsInfo {
    position: absolute;
    bottom: 20px;
    left: 30px;
}

.slider-input {
    width: 18%;
    background-color: white !important;
    box-shadow: none !important;
    padding: 0px;
    font-size: 14px;
    text-align: center;
}