/* html, body {
    padding: 0;
    margin: 0;
    width: 100% !important;
    height: 100%;
} */
/* header {
    background-color: #5a9359 !important;
}

.side-nav-title {
    background-color: #7eca7d !important;
} */

    
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

.s-parcels-management > div{
  /* margin-left: 3px; */
}

.calcite-panels .panel-body .nav-tabs > li > a {
  font-size: 12px;
}

.glyphicon-ok {
  color: green;
}

.glyphicon-remove {
  color: red;
}

.nav-tabs > li > a {
  font-size: 16px;
}

.calcite-panels .panel {
  padding: 0px;
}

#sketchDiv .esri-sketch__button.esri-icon-polyline, #sketchDiv .esri-sketch__button.esri-icon-map-pin {
  display: none !important;
}

#routesSketchDiv .esri-sketch__button.esri-icon-checkbox-unchecked, #routesSketchDiv .esri-sketch__button.esri-icon-polygon, #routesSketchDiv .esri-sketch__button.esri-icon-radio-unchecked, #routesSketchDiv .esri-sketch__button.esri-icon-map-pin {
  display: none !important;
}

.panel-body {
  /* overflow: hidden !important; */
}

.tab-pane {
  max-height: 100% !important;

} 
.tab-content {
  max-height: 100% !important;

}
.form-horizontal {
  max-height: 100% !important;
}

.form-horizontal {
  /* overflow-y: auto !important; */
  /* overflow-x: hidden !important; */
  padding: 15px;
}

#createProjectButtn {
  margin: 5px 0px !important;
}

.cultura-de-camp {
  display: none;
}

#topbar {
  background: #fff;
}

#topbar > button {
  display: block !important;
}

.action-button {
  font-size: 16px;
  background-color: transparent;
  border: 1px solid #d3d3d3;
  color: #6e6e6e;
  height: 32px;
  width: 32px;
  text-align: center;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}

.action-button:hover,
.action-button:focus {
  background: #0079c1;
  color: #e4e4e4;
}

.m-active {
  background: #0079c1;
  color: #e4e4e4;
}

.s-logo{
  width: 100px;
}
/* Gneneral */
.resizeSymbology{
  max-height: 550px !important;
}
a{
  cursor:pointer;
}
  /* basemap */
  .esri-basemap-thumbnail{
    width: 32px !important;
    height: 32px !important;
  }
/* panelProjectExistent */
#panelProjectExistent, #panelCreateProject{      
  width: 600px !important;
  max-height: 550px !important;
}
#panelProjectExistent .panel-body, #panelCreateProject .panel-body, #panelProjectsList .panel-body
{
  width: 600px;
  max-height: 550px !important;
  /* overflow:auto !important; */
  scrollbar-color: rgb(112, 168, 0) white;
  scrollbar-width:thin;
}
::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgb(112, 168, 0);
    -webkit-box-shadow: inset 0 0 6px rgb(112, 168, 0);
    color:red;
    /* background-color: blue; */
    /* border-radius: 10px; */
}

::-webkit-scrollbar-thumb {
  color:red;
    background-color: rgb(112, 168, 0);
    /* border-radius: 10px; */
    box-shadow: inset 0 0 6px rgb(112, 168, 0); 
    -webkit-box-shadow: inset 0 0 6px rgb(112, 168, 0); 
}
.label-settings{
  margin-right:0 !important;
  padding:0 !important;
  color: black !important;
  background-color: none !important;
}

div.s-element-part {
  /* display: table-cell; */
  /* border: 0px solid gray; */
  /* width: 200px; */
  padding: 5px;
  font-size: 13px;
}
.s-list-element:hover{
  background-color: #ddd9;
  cursor: pointer;
}

/* code pen */

.tabs {
    display: flex;
    flex-wrap: wrap;
}
.tabs .tab-settings {
    order: 1; 
    display: block;
    padding: 0.5rem 1rem;
    margin-right: 0.1rem;
    cursor: pointer;
    background: rgb(112, 168, 0);
    font-weight: bold;
    color:#fff;
    transition: background ease 0.2s;
}
.tabs .tab {
    order: 99;
    flex-grow: 1;
    width: 100%;
    display: none;
    /* padding: 1rem; */
    background: #fff;
}
.tabs input[type="radio"] {
    display: none;
}
.tabs input[type="radio"]:checked + label {
    color: black;
    border:1px solid rgb(112, 168, 0);
    background: #fff;
}
.tabs input[type="radio"]:checked + label + .tab {
    display: block;
}
.calcite-panels-right{
  right:3px !important;
}
.calcite-panels .panel-body .calcite-form-padding{
  padding: 0px 0px 0 !important;
}
.table{
  font-size: 12px !important;
}
.table th, .table td{
  padding:0.25rem !important;
}
.d-flex{
  display: block !important;
}
@media (max-width: 799px) {
  #panelProjectExistent, #panelCreateProject{      
    width: auto !important;
  }
  #panelProjectExistent .panel-body, #panelCreateProject .panel-body{
    width: auto !important;

  }
    .tabs .tab,
    .tabs label {
        order: initial;
    }
    .tabs label {
        width: auto;
        margin-right: 0;
        margin-top: 0.1rem;
    }
}

.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;   
  cursor: inherit;
  display: block;
}
