#drawer-nav {
    top: 2px;
    width: 520px;
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    line-height: 1.4em;
    text-align: initial;
    background-color: rgba(255, 255, 255, 0.00);
    overflow: visible;
    z-index: 9992;
}
.drawer-overlay {
    background-color: rgba(0, 0, 0, 0.20);
    z-index: 9991;
}
.drawer--right .drawer-nav{
    /*right: -484px;*/
	right: -447px;
    -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
#drawer-nav p {
    text-align: initial;
    margin: 0px 0px 1.5em 0px;
}
#drawer-nav select {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    font-weight: 400;
    color: #222222;
    line-height: 13px;
    border-color: rgba(207, 170, 54, 1.00);
    background-color: rgb(217,217,217);
}
#drawer-nav select:selected {    
    background-color: #FFF;
}
/* -------------------------------------------------- */

#drawer-nav .drawer-wrapper {
    position: relative;
    width: 100%;
    height: calc(100% - 18px);
    height: webkit-calc(100% - 18px);
    height: moz-calc(100% - 18px);
	border-radius:8px;
    margin: 0px;
    padding: 0px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
	border-radius:8px;
}
#drawer-nav .drawer-wrapper .drawer-sidebar,
#drawer-nav .drawer-wrapper .drawer-main {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
	border-radius:8px;
}
/* -------------------------------------------------- */

#drawer-nav .drawer-wrapper .drawer-sidebar {
    width: 72px;
	flex: 0 0 72px;
	/* width: 36px;
    flex: 0 0 36px; */
	text-align: center;
    background-color: var(--bar-color);	
}
#drawer-nav .drawer-wrapper .drawer-sidebar .btn {
    position: relative;
    width: 36px;
    height: 36px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    font-size: 1.6rem;
    /* color: rgba(245, 246, 244, 1.00); */
    color: rgba(255, 255, 255, 1.00) !important;
    line-height: 36px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: transparent;
    cursor: pointer;
    background-color: var(--right-button-color);
	/* background-color: rgba(107, 117, 125, 1);  */
}
#drawer-nav .drawer-wrapper .drawer-sidebar .btn:hover .svg-inline--fa,
#drawer-nav .drawer-wrapper .drawer-sidebar .btn:focus .svg-inline--fa {
    color: rgba(245, 246, 244, 0.80);
}
#drawer-nav .drawer-wrapper .drawer-sidebar .drawer-toggle {
    /*height: 40px;*/
	width: 100%;
    margin: 0px 0px 0px 0px;
	border-radius: 5px;
	/*background-color: rgba(116, 116, 8);*/
    /*line-height: 40px;*/
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.20);*/
	color: white !important;
    cursor: pointer;
}
#drawer-nav .drawer-wrapper .drawer-sidebar .drawer-toggle .svg-inline--fa {
    /*color: rgba(245, 246, 244, 0.50);*/
}
#drawer-nav .drawer-wrapper .drawer-sidebar .btn span {
    display: none;
    position: absolute;
    top: 8px;
    right: calc(100% + 6px);
    margin: 0px;
    padding: 4px 8px 5px 8px;
    font-size: 13px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 13px;
    white-space: nowrap;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: rgba(52, 48, 58, 1.00);
    z-index: -1;
}
#drawer-nav .drawer-wrapper .drawer-sidebar .btn:hover span {
    display: block;
}
/* -------------------------------------------------- */

#drawer-nav .drawer-wrapper .drawer-main {
    /* VACIO */
}
#drawer-nav .drawer-wrapper .drawer-main .drawer-header {
    height: 40px;
    padding: 8px 16px;
    text-align: center;
    /* background-color: rgba(52, 48, 58, 1.00); */
}
#drawer-nav .drawer-wrapper .drawer-main .drawer-header .drawer-title {
    margin: 0px;
    padding: 0px;
    font-size: 19px;
    font-weight: 400;
    color: #F5F6F4;
    line-height: 1.3em;
    overflow: hidden;
}
/* -------------------------------------------------- */

#drawer-nav .drawer-wrapper .drawer-main .drawer-content {
    position: relative;
    width: 100%;
    height: 100%;
	border-radius: 8px;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgba(255, 255, 255, 1.00);
}

#drawer-nav .drawer-content .gmGraph {	
    position: relative;
    width: 100%;
    height: 100%;		
    float: none;    
    overflow: visible;
	margin-bottom: 25px;	
    background-color: transparent;
	display: table;
    /*** TRANSITION ***/
    /*-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;*/
}

#drawer-nav .gmGraph .graph-data {
    position: relative;
    margin: 0px;
    padding: 0px;	
	width: 100%;  
	display: table-row;
}

#drawer-nav .gmGraph .graph-data .data-title {
    margin: 0px;
	padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    line-height: 1.3em;
    text-align: left;
    /*font-family: "acumin-pro-extra-condensed";*/
    font-weight: 600;
    font-size: 24px;
    /*color: rgba(255, 255, 255, 1.00);*/
	/*color: var(--bar-color);	*/
	color: var(--right-button-color);	
    background-color: #d9d9d9;
}

#drawer-nav .gmGraph .graph-data .data-subtitle {
    margin: 0px;
    padding: 8px 7px 8px 7px;
    font-size: 18px;
    font-weight: bold;
    color: rgba(0, 0, 0, 1.00);
    line-height: 1.3em;
    text-align: center;
}
#drawer-nav .gmGraph .graph-data .data-download {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 5px;
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background-color: rgba(127, 127, 127, 1.00);
}
#drawer-nav .gmGraph .graph-data .data-item {
    margin: 0px;
    padding: 16px 16px 16px 16px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.20);
}
#drawer-nav .gmGraph .graph-data .data-item ul {
    margin: 0px;
    padding: 4px 0px 1px 14px;
    list-style: none;
}
#drawer-nav .gmGraph .graph-data .data-item ul li {
    margin: 4px 0px;
    padding: 0px;
    font-size: 14px;
}
#drawer-nav .gmGraph .graph-data .data-item ul li>span {
    margin-right: 0.4em;
    font-weight: 700;
    font-size: 15px;
}
#drawer-nav .gmGraph .graph-data .menuTabla {
    width: 100%;
    position: relative;
    top: calc(100% + 20px);
    margin: 0px;
    padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
#drawer-nav .gmGraph .graph-data .menuTabla .sel {
    margin: 0px;
    padding: 0px;
}
#drawer-nav .gmGraph .graph-data .menuTabla .sel select {
    width: 140px;
}
#drawer-nav .gmGraph .graph-plot {
    margin: 0px;
    padding: 0px;
}
.xtc-modal {
    display: block;
    z-index: 9999;
}
.xtc-modal .modal-header {
    margin: 0px;
    padding: 16px 24px;
}
.xtc-modal .modal-header .modal-title {
    margin: 0px 30px 0px 0px;
    padding: 0px;
    font-size: 22px;
    font-weight: 500;
    color: #000000;
    line-height: 1.3em;
    text-align: left;
}
.xtc-modal .modal-header .close {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0px;
    padding: 0px;
    font-size: 32px;
    line-height: 32px;
    background-color: rgba(255, 255, 255, 1.00) !important;
}
.xtc-modal .modal-body {
    margin: 0px;
    padding: 24px;
    font-size: 16px;
    line-height: 1.5em;
}
.xtc-modal .modal-body p {
    margin-bottom: 1em;
}
.xtc-modal .modal-body p:last-of-type {
    margin-bottom: 0em;
}
.xtc-modal .modal-footer {
    margin: 0px;
    padding: 16px 24px;
}
.modal-body table {
    margin: 0px 0px 24px 0px;
    border-top: 1px dotted #E5E5E5;
    border-bottom: 1px dotted #E5E5E5;
}
.modal-body table:last-of-type {
    margin-bottom: 0px;
}
.modal-body table tr td {
    padding-top: 4px;
    padding-bottom: 4px
}
.modal-body table tr:first-of-type td {
    padding-top: 8px;
}
.modal-body table tr:last-of-type td {
    padding-bottom: 8px;
}
.modal-body table tr td:nth-child(1) {
    width: 130px;
    white-space: nowrap;
    background-color: #ECF0F0;
}
.modal-body table tr td .color-title span {
    display: inline-block;
    margin-left: 16px;
    padding: 2px 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #ECF0F0;
}
.modal-body table tr td .color-gradient {
    width: 100%;
    height: 16px;
    margin: 6px 0px;
}
.modal-body table tr td .color-minmax {
    text-align: center;
}
#drawer-nav .drawer-main .xtc-overlay {
    position: fixed;
    top: 0px;   
	left: 72px;
    width: calc(100% - 72px);
    height: 100%;
    margin: 0px;
    background-color: rgba(255, 255, 255, 1.00);
    overflow: hidden;
    z-index: +1;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
}
#gmControl {
    position: absolute;
    bottom: 0px;
	right: 523px;
    width: 64px;
    margin: 0px;
    padding: 6px 4px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.90);
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}
#gmControl:hover,
#gmControl:focus {
    background-color: rgba(255, 255, 255, 1.00);
}
#gmControl .gmPanel {
    margin: 0px;
    padding: 0px;
}
#gmControl .gmPanel .gmPanel-item {
    width: 20px;
    height: 20px;
    margin: 6px 6px 6px 10px;
    padding: 0px;
    float: left;
    font-size: 20px;
    line-height: 20px;
    color: rgba(52, 48, 58, 1.00);
    text-align: center;
    cursor: pointer;
}
#gmControl .gmPanel .gmPanel-item2 {
    width: 40px;
    height: 5px;
    margin: 6px 4px;
    padding: 0px;
    float: left;
    font-size: 20px;
    line-height: 20px;
    color: rgba(52, 48, 58, 1.00);
    text-align: center;
}
#panelDesign {
    display: none;
    width: 200px;
    position: absolute;
    top: initial;
    right: initial;
    bottom: 0px;
    right: 65px !important;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    line-height: 13px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: rgba(245, 246, 244, 1.00);
    overflow-y: auto;
}
#panelDesign>div {
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.20);
}
#panelDesign>div p {
    margin-bottom: 4px;
    white-space: nowrap;
}
#panelDesign #brightness form,
#panelDesign #contrast form,
#panelDesign #saturate form,
#panelDesign #grayscale,
#panelDesign #invert {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
}
#panelDesign>div form .sliderRange {
    width: 140px;
    flex: 0 0 140px;
	margin-left: 5px;
}
#panelDesign #grayscale p,
#panelDesign #invert p {
    width: 100px;
    flex: 0 0 100px;
}
#panelDesign .btn {
    padding: 2px 4px;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
}
#panelDesign #reset {
    border-bottom: none;
}
#panelDesign #reset .btn {
    width: 100%;
    padding: 4px 6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
}
#panelBasemaps {
    display: none;
    position: absolute;
    bottom: 0px;
	right: 65px;
    margin: 0px;
    padding: 8px 10px;
    font-size: 13px;
    line-height: 13px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: rgba(245, 246, 244, 1.00);
}
#panelBasemaps .basemaps-items {
    position: relative;
    margin: 0px;
    padding: 0px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;	
}
#panelBasemaps .basemaps-items .bmaps-item {
    display: block;
    margin: 0px;
    padding: 0px;
	cursor: pointer;
}
#panelBasemaps .basemaps-items .bmaps-item {
    display: inline-block;
    margin: 0px 10px 0px 0px;
    padding: 0px;
}
#panelBasemaps .basemaps-items .bmaps-item:last-of-type {
    margin-right: 0px;
}
#panelBasemaps .basemaps-items .bmaps-item .svg-inline--fa {
    display: inline-block;
    margin: 0px;
    padding: 0px;
}
#panelBasemaps .basemaps-items .bmaps-item span {
    display: inline-block;
    margin: 0px;
    padding: 0px;
}
#dibujar {
    display: none;
    position: absolute;
    bottom: 210px;
	/*bottom: 168px;*/
	right: 65px;
	width: 240px;
    margin: 0px;
    padding: 8px 10px;
    font-size: 13px;
    line-height: 13px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: rgba(245, 246, 244, 1.00);
}
#dibujar .basemaps-items {
    position: relative;
    margin: 0px;
    padding: 0px;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
#dibujar .basemaps-items .bmaps-item {
    display: block;
    margin: 0px;
    padding: 0px;
	cursor: pointer;
}
#dibujar .basemaps-items .bmaps-item {
    display: inline-block;
    margin: 0px 10px 0px 0px;
    padding: 0px;
}
#dibujar .basemaps-items .bmaps-item:last-of-type {
    margin-right: 0px;
}
#dibujar .basemaps-items .bmaps-item .svg-inline--fa {
    display: inline-block;
    margin: 0px;
    padding: 0px;
}
#dibujar .basemaps-items .bmaps-item span {
    display: inline-block;
    margin: 0px;
    padding: 0px;
}
.btn {
    display: inline-block;
    padding: 0.375rem 1.5rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    text-decoration: none !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    outline: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.btn:hover,
.btn:focus {
	background-color: rgba(173, 213, 230, 0.90);
    outline: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.btn-primary {
    color: #FFFFFF !important;
    border-color: rgba(123, 163, 180, 1.00);
    background-color: rgba(123, 163, 180, 1.00);
}
.btn-primary:hover,
.btn-primary:focus {
    border-color: rgba(123, 163, 180, 1.00);
    background-color: rgba(123, 163, 180, 1.00);
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #FFFFFF !important;
    border-color: rgba(123, 163, 180, 1.00);
    background-color: rgba(123, 163, 180, 1.00);
}
.btn-secondary {
    color: #FFFFFF;
    border-color: #6C757D;
    background-color: #6C757D;
}
.btn-secondary:hover,
.btn-secondary:focus {
    color: #FFFFFF;
}
#cortinaNew{
	position: absolute;
    background-color: #FFF;
	opacity: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    text-align: center;
    transition: visibility 0s, opacity 0.5s linear;
    top: 0px;
    z-index: 10000;
    display: flex;
    align-items: center;
	justify-content: center;
}
#cortinaNew.active{
	visibility: visible;
	opacity: 1;
}
#formula {
	display: none;
    position: fixed;
    left: 2px;
    top: 2px;
    width: calc(100% - 534px);
    width: webkit-calc(100% - 534px);
    width: moz-calc(100% - 534px);
	height: calc(100% - 18px);
    height: webkit-calc(100% - 18px);
    height: moz-calc(100% - 18px);
    background: rgba(255, 255, 255, 0.9);
    z-index: 11;
    /* overflow-y: auto; */
    padding: 5px;
    padding-top: 25px;
	border-radius: 8px;
}
.menuT{
  border-radius: 3px;
  animation: highlight 1500ms ease-out;
}
.menuT2{
  border-radius: 3px;
  animation: highlight 1500ms ease-out;
  animation-iteration-count: 4;
}
@keyframes highlight {
  0% {
    background-color: rgba(123, 163, 180, 1.0);
  }
  100 {
    background-color: white;
  }
}
.active{
	background-color: var(--bar-color);
}