﻿
/* ------------------------------------------------------------------------ */
/*                                 Menu                                   */
/* -------------------------------------------------------------------------*/

#admin-menu {
    font-size: 12px;
    float: left;
    width: 210px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;    
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    margin: 20px 20px 20px 0px;
}

#admin-menu ul {
    margin-top: 20px; 
    margin-bottom: 20px;          
    padding-left: 20px;
}

#admin-menu li {
    list-style-type: none;
    margin-bottom: 10px;
}

#admin-menu li.active {
    /*font-weight: bold;*/
}

#admin-menu li a {
    text-decoration: none;
    text-transform: uppercase;
}

#admin-menu li.active a {
}

#admin-menu li a:hover {
    text-decoration: none;
}


/* ------------------------------------------------------------------------ */
/*                                 Content                                   */
/* -------------------------------------------------------------------------*/

#admin-content .newButton {
    cursor: pointer;
}

#admin-content .newButtonOn {
    cursor: pointer;
}

#admin-content {
    float: left;
    margin: 0px 0px 10px 0px;
    width: 100%;
    min-width: fit-content;
}

#admin-content h2 {
    margin-left: 10px;
    font-size: 16px;
}

#admin-body {
    float: left;
    /* width: 840px; */
    width: 100%;
}


/* ------------------------------------------------------------------------ */
/*                                 Breadcrumb                               */
/* -------------------------------------------------------------------------*/

#admin-content #breadcrumb {
    float: left;
    /*width: 800px;*/
    margin-bottom: 20px;
    padding: 20px;

    min-width: 700px;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
}

#admin-content #breadcrumb a {
    text-decoration: none;
}

#admin-content #breadcrumb a:hover {
    text-decoration: none;
}


/* ------------------------------------------------------------------------ */
/*                                 Grillas                                  */
/* -------------------------------------------------------------------------*/

.rolegrid_container {
    /* width:500px */
}

.customGrid tr.deleted td
{
	color: #c33;
}


/* ------------------------------------------------------------------------ */
/*                                 Super Configuration                              */
/* -------------------------------------------------------------------------*/

.superadmin {
    margin-left: 20px;
    margin-top: 5px;
    padding: 0px;
}

.superadmin li {
    list-style-type: none;
}

.superadmin a {
    text-decoration: none;
}


/* ------------------------------------------------------------------------ */
/*                                 Edits                                    */
/* -------------------------------------------------------------------------*/

.changePasswordPanel td.caption {
    width: 200px;
    text-align: right;
    padding: 10px;
}

.changePasswordPanel .error {
    margin-top: 20px;
    text-align: center;
}

#areaMap_container {
    padding: 0px;    
}

#areaMap .container {
    text-align: center;
    min-height: 140px;
}

#areaMap .changeBluePrint {
    z-index: 1;
    background-color: rgba(248, 247, 216, 0);
    cursor:pointer;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    min-height: 140px;
}

#areaMap .changeBluePrint:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

#areaMap .changeBluePrint span {
    color: rgba(0, 0, 0, 0);
    font-size: 32px;
    font-weight: bold;
    font-family: helvetica;
    position: relative;
    top: 40%;
}

#areaMap .changeBluePrint:hover span {
    color: #fff;
}

#areaMap .insertBluePrint {
    background-color: rgba(248, 247, 216, 0.1) !important;
}

#areaMap .insertBluePrint span {
    color: rgba(0, 0, 0, 0.1) !important;
}

#areaMap .insertBluePrint:hover span {
    color: #999 !important;
}

#areaMap .image {
    position: relative;
    min-height: 100px;
    /* max-width: 820px; */
    padding: 5px;
}

#areaMap .plano {
    /* max-width: 1000px !important; */
}

#areaMap .removeBluePrint 
{
    float: right;
    margin: 12px 20px 12px 0px;
    font-size: 16px;
    font-weight: bold;
    color: #999;
}

#areaMap .removeBluePrint:hover
{
    text-decoration: none;
    color: #000;
}

#monitoringCoordinates {
    top: 0px !important;
}

#monitoringCoordinates .modal-body {
    max-height: 470px !important;
}

#LiveMonitoringPoints .coordinateValue {
    display: none;
}

#DeletedMonitoringPoints .coordinateValue {
    display: none;
}

#monitoringCoordinates .canvasclick {
    cursor: pointer;
    background-color: rgba(100, 100, 100, 0);
}

#monitoringCoordinates .canvasclick:hover {
    background-color: rgba(200, 200, 200, 0.1);
}

#monitoringCoordinates .image {
}

.calibrationFrecuencyMonths {
    display: none;
}

.verificationFrecuencyMonths {
    display: none;
}

.frecuencyMonthsContainer {
    display: none;
}

.frecuencyMonthsContainer {
    display: none;
}


/* ------------------------------------------------------------------------ */
/*                               Admin Log                                  */
/* -------------------------------------------------------------------------*/

.admin-log-panel {
    float: left;
    /* width: 800px; */

    /*
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    */

    margin-bottom: 20px;
    padding: 20px;
}

.admin-log-panel .property {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.admin-log-panel .property .name {
    float: left;
    width: 250px;
    font-weight: bold;
    font-style: italic;
}

.admin-log-panel .property .value {
    float: left;
    width: 500px;
}

.admin-log-panel .property .values {
    float: left;
    width: 500px;
}

#table_MassiveCloseGrid thead:first-child th
{
}

#monitoringPointPicture {
    z-index: 2 !important;
    top: 10px !important;
}

#monitoringPointPicture .modal-body {
    min-height: 350px;
    max-height: 350px !important;
}

.foto_placa_url {
    display: none;
}

.placaPicture {
    position: relative;
    text-align: center;
}

.placaPicture img {
    position: relative;
    min-height: 100px;
    max-width: 650px;
}

.changePlacaPicture {
    z-index: 1;
    background-color: rgba(248, 247, 216, 0);
    cursor:pointer;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.insertPlacaPicture {
    background-color: rgba(248, 247, 216, 0.1) !important;
}

.insertPlacaPicture span {
    color: rgba(0, 0, 0, 0.1) !important;
}

.insertPlacaPicture:hover span {
    color: #999 !important;
}

.changePlacaPicture:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.changePlacaPicture span {
    color: rgba(0, 0, 0, 0);
    font-size: 32px;
    font-weight: bold;
    font-family: helvetica;
    position: relative;
    top: 170px;
}

.changePlacaPicture:hover span {
    color: #fff;
}



/* ------------------------------------------------------------------------ */
/*                                  Plan                                    */
/* -------------------------------------------------------------------------*/

.plan-notices {
    width: calc(100% - 260px);
    float: right;
    margin-left: 10px;
}

.plan-notices .area-containter {
    width: 100%;
    float: left;
    margin: 5px;
}

.plan-notices .area {
    width: 95%;
    float: left;
    padding: 10px;
    background-color: #FFF;
    border: solid 1px #ccc; 
}

.plan-notices .area span {
    float: left;
    width: 100%;
    padding: 2px;
}

.plan-notices .area span.name {
    font-weight: bold;
    font-size: 14px;
}

.plan-notices .area-definitions {
    display: none;    
}

.plan-notices .definition {
    width: 95%;
    float: left;
    padding: 20px;    
    border: solid 1px #ccc; 
}

.plan-notices .programmed-Never {
    background-color: #eee;
}

.plan-notices .programmed-Today {
    background-color: #c1b4e8;
}

.plan-notices .programmed-Future {
    background-color: #e9e4f9;
}



/* ------------------------------------------------------------------------ */
/*                                 Menu                                   */
/* -------------------------------------------------------------------------*/

#admin-menu {
    background-color: #fff;
    color: #4d4d4d;
    -webkit-box-shadow: 0px 0px 6px 0px #d1d1d1;
    box-shadow: 0px 0px 6px 0px #d1d1d1;
}

#admin-menu li a {
    color: #5b595f;
}

#admin-menu li.active a {
    color: #60baff;
}

#admin-menu li a:hover {
    color: #60baff;
}


/* ------------------------------------------------------------------------ */
/*                                 Content                                   */
/* -------------------------------------------------------------------------*/

#admin-content h2 {
    color: #4d4d4d;
}


/* ------------------------------------------------------------------------ */
/*                                 Breadcrumb                               */
/* -------------------------------------------------------------------------*/

#admin-content #breadcrumb {
    background-color: #2c435b;
    border: solid 1px #2c435b;
    color: #ccc;
}

#admin-content #breadcrumb a {
    color: #ccc;
}

#admin-content #breadcrumb a:hover {
    color: #fff;
}


/* ------------------------------------------------------------------------ */
/*                                 Admin Log                                */
/* -------------------------------------------------------------------------*/

.admin-log-panel {
    background-color: #fff;
    border: solid 1px #ccc;
    color: #444;
    width: calc(100% - 40px);
}

#table_MassiveCloseGrid thead:first-child th
{
    border-bottom: solid 1px #cfcfcf;
}


@media (min-width: 1366px) {
    .normativeAguaTypeComboList div {
        width: 10vw !important;
    }

    .normativeMonitoringTypeComboList div {
        width: 14vw !important;
    }
}

@media (min-width: 1680px) {
    .normativeMonitoringTypeComboList div {
        width: 18vw !important;
    }
}


/* ------------------------------------------------------------------------ */
/*                                 Instruments                              */
/* -------------------------------------------------------------------------*/


#configUpdateCause #InstrumentEditUpdateCause .collapsablePanel {
    min-width: 0px;
}