@font-face{
	font-family: 'Myriad';
	src: url('../fonts/myriadwebpro.ttf') format('truetype'),
	url('../fonts/myriadwebpro.eot') format('embedded-opentype'),
	url('../fonts/myriadwebpro.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
body {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNiIgaGVpZ2h0PSI2Ij4KPHJlY3Qgd2lkdGg9IjYiIGhlaWdodD0iNiIgZmlsbD0iI2VlZSI+PC9yZWN0Pgo8ZyBpZD0iYyI+CjxyZWN0IHdpZHRoPSIzIiBoZWlnaHQ9IjMiIGZpbGw9IiNlNmU2ZTYiPjwvcmVjdD4KPHJlY3QgeT0iMSIgd2lkdGg9IjMiIGhlaWdodD0iMiIgZmlsbD0iI2Q4ZDhkOCI+PC9yZWN0Pgo8L2c+Cjx1c2UgeGxpbms6aHJlZj0iI2MiIHg9IjMiIHk9IjMiPjwvdXNlPgo8L3N2Zz4=");
    margin: 0px;
    color:#2f571b;
    font-family: Myriad !important;
}

/************************* Barra Superior *************************/
#header-login{
    /*background-color: #30bed6;*/
    background-color: #284;
    border-bottom: 2px solid #062;
    padding: 10px 0;
}
#header-login a, #header-login span.fa{
    color: #EEE;
    transition: all 0.2s;
}
#header-login a:hover, #header-login span.fa:hover{
    color: #FFF;
}
#header-login .separacion{
    margin: 0 10px;
}
#header-login .registro{
    display: inline-block !important;
}
/************************* Header *************************/
#header-wrapper{
    background-color: rgba(255,255,255,0.7);
    /*visibility: hidden;*/
    /*font-weight: bold; */
}
#header-sitetitle{
    margin: -20px 0 20px 0;
    font-weight: bold;
    color: #284;
}
#header-sitetitle h1{
    display: inline-block;
    font-size: 32px;
}
/************************* Lenguaje *************************/
/* Ajuste de posicion del .col que contiene el lenaguej*/
#header-wrapper .pull-right{
    z-index:1;
}
#header-language {
    margin-top: 10px;
    color: Black;
    font-weight: bold;
}
/************************* Menu *************************/
#menu{
    background-color: #000;
    color: #FFF;
    transition: all 0.2s;
}
#menu > ul li, .itemhilite {
	list-style-type:none;
	display:inline;
	margin: 5px 2px;
    background-color:#ffffff;
}
/* Ajustes de celda que contiene el texto del menu */
#menu table.nav td table td:nth-child(1) {
    padding: 15px;
    border-left: 1px solid #EEE;
    text-align: center;
    transition: all 0.2s;
    cursor: pointer;
}
/* Ajustes de celda que contiene el triangulo */
#menu table.nav td table td:nth-child(2) {
    margin: 0;
    padding: 5px;
    transition: all 0.2s;
}
/* Ajuste de borde en la última celda, haciendo en la fila */
#menu table.nav > tbody > tr {
    border-right: 1px solid #EEE;
}
/* Hover de celdas */
#menu table.nav td table td:nth-child(1):hover, #menu table.nav td table td:hover + td {
    background-color: #333;
}
/* Ajustes de triangulo para submenu - imagen */
#menu table.nav td table td img {
    margin-left: -15px;
    filter: invert(1);
    opacity: 0.7;
    cursor: pointer;
    transition: all 0.2s;
}
/* Rotar triangulo pequeño */
#menu table.nav td table td:hover + td img, #menu table.nav td table td:hover img {
    transform: rotate(90deg);
    opacity: 1;
}
/* Hover en textos */
#menu table.nav td table td + td a, #menu table.nav td table td a {
    color: #888;
    transition: all 0.2s;
}
#menu table.nav td table td:hover + td a, #menu table.nav td table td:hover a {
    color: #FFF;
    text-decoration: none;
}
#menu table.nav td selected {
    background-color: #333;
    color:White;
}
/************************* SubMenu - .menupopup *************************/
#menu .menupopup{
    background-color: #000;
    border: 1px solid #EEE;
    /* the following is a hack to make popup menus from the builtin asp:Menu control
       work properly under IE8 when compatibility mode is NOT enabled
     */
    z-index:1;
}
#menu .menupopup > table > tbody > tr {
    border-bottom: 1px solid #EEE;
}
#menu .menupopup > table > tbody > tr > td {
    padding: 7px 20px 5px 15px;
}
#menu .menupopup > table > tbody > tr > td a {
    color: #888;
    transition: all 0.2s;
    text-decoration: none;
}
#menu .menupopup > table > tbody > tr > td:hover {
    background-color: #333;
}
#menu .menupopup > table > tbody > tr > td:hover a {
    color: #FFF;
    text-decoration: none;
}
/************************* Carrito *************************/
#header-cart{
    background-color: rgba(240,240,240,0.9);
    color: #444;
    padding: 5px 0;
    border-bottom: 1px dashed #999;
}
#header-cart img{
    margin: 3px 5px;
}
#header-cart .cart {
    float: right;
}
/************************* Migas_de_pan *************************/
#migas_de_pan{
    color: #999;
    font-weight: normal;
    margin-top: 4px;
}
#migas_de_pan a{
    color: #284;
    cursor: pointer;
}
#migas_de_pan a:hover{
    color: #062;
    transition: all 0.2s;
}
#migas_de_pan > #ctl00_smp > a{
    display: none;
}
/************************* Footer *************************/
#footer{
    border-top: 2px solid #062;
    background-color: rgba(255,255,255,0.9);
    padding: 20px;
    text-align: center;
}
#footer a{
    display: inline-block;
    margin: 10px 15px;
    opacity: 0.7;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -o-filter: grayscale(1);
}
#footer a:last-child{
    width: 120px;
    vertical-align: middle;
}
#footer a:hover{
    opacity: 1;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
}

/************************* CONTENIDO *************************/
#content {
    min-height: 300px;
    padding: 20px;
    background-color: #ffffff;
}

h1{
	font-size: 24px !important;
	font-weight: bold !important;
}

@media (max-width: 767px) {
    #header-sitetitle{
        margin: 10px 0;
        text-align: center;
    }
    #menu table.nav {
        width: 100%;
    }
    #menu table.nav > tbody > tr > td {
        display: block;
        border-bottom: 1px solid #EEE;
    }
    #menu table.nav td table td {
        padding-left: 15px;
        text-align: left !important;
    }
    #menu table.nav td table td:nth-child(2) {
        text-align: right !important;
    }
    #menu table.nav td table td img {
        margin-left: 0;
    }
}
/************************* SEARCH *************************/
.btn.btn-success{
    margin: 10px;
}

#main-wrapper {
    /*  width: 100%; */
    overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
}
#sidebar-wrapper {
    width: 200px;
    float: right;
    overflow: hidden;      /* fix for long non-text content breaking IE sidebar float */
    padding:10px;
    border: 0px;
    margin-right: 10px;
}
#sidebar-wrapper2 {
    width: 205px;
    float: right;
    overflow: hidden;
    padding:50px;
    border: 00px;
}
textarea {
    font-family: Arial;
    font-size: small;
}
input[type=button], input[type=submit], button {
    background-color:#2f571b;
    border:1px solid #2f571b;
    color:white;
    cursor:pointer;
}
label, input[type=radio], input[type=checkbox], button{
    cursor:pointer;
}
h1 {
    font-family: Calibri;
    font-size: large;
}
h2 {
    font-size: large;
}
a {
    color:#2f571b;
}
a img {
    cursor:pointer;
    border:none;
}
a.jsanchor {
    text-decoration:none;
}
a.jsanchor:hover {
    text-decoration:underline;
}
.tdspacer {
    width: 25px;
}
.tdlabel {
    width: 99px;
    vertical-align: top;
    font-weight:bold;
    font-size: small;
}
.tddata {
    text-align:left;
}
.grid td a.system {
    font-family: Arial;
    font-weight:bold;
}
.grid {
	/*margin:5px 5px 5px 5px;
	padding:5px 5px 5px 5px;*/
	margin:1px 1px 1px 1px;
	padding:1px 1px 1px 1px;
	border:1px solid white;
    width:100%;
}
.grid tr.hilite:hover:not(.pager) {
    background-color:#57843d;
    color:White;
}
.grid tr.hilite:hover:not(.pager) a{
    color:White;
}
.grid tr:hover:not(.pager) {
    background-color:#e8f8df; /* light green */
}
.grid th, .detailviewhilite {
    background-color:#c0c0c0;
    padding:5px 5px 5px 5px;
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    width:auto;
}
.grid td ul {
    margin:0px 0px 0px 0px;
    padding:2px 2px 2px 2px;
}
.grid td ul li {
    margin:0px 0px 0px 0px;
    padding:2px 2px 2px 2px;
    list-style-type:none;
    width:60px;
}
.grid td {
    /*padding:3px 3px 3px 3px;*/
    width:10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}
.grid td a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}
.grid td a.jsanchor {
    text-decoration:none;
    font-family: Arial;
    font-size: small;
}
.grid td a.jsanchor:hover {
    text-decoration:underline;
}
.horiz tr th {
    text-align:left;
    vertical-align: top;
    background-color: #ebe9e9;
    width:175px;
}
.horiz2 tr th {
    text-align:left;
    vertical-align: top;
    background-color: #ebe9e9;
    width:190px;
}
.grid .footer {
    background-color:#efefef;
}
.accessNameTable {
    text-align:left;
    width: 50%;
}

.altrow {
    background-color:#efefef;
}

table.grid tr.currow {
    background-color:#57843d;
    color:White;
}
table.grid tr.currow:hover {
    background-color:#57843d;
    color:White;
}

.availability {
    background-image: url(/gringlobal/images/bg-availability.gif);
    background-repeat: repeat-x;
    width:200px;
    border: 0px
}
.box {
    border:1px solid #b2d79d;
    padding:3px 3px 3px 3px;
    margin:3px 3px 3px 3px;
    font-family: Arial;
    font-size: small;
}
.embeddedlist {
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    list-style:none;
}
.hilite {
    background-color:#b2d79d; /* dark green */
}
.hide {
    display:none;
}
.hidereserve {
    visibility:hidden;
}
.handle1, .handle2, .handle3, .handle4, .ignore {
    /* DO NOT REMOVE ANY OF THE .handleX CLASSES!
        Even though they have no styling associated with them,
        they are used extensively to make elements easy to grab
        within jquery
    */
}
.images {
	font-family: Times New Roman;
	text-align:center;
	font-size:medium;
}
.images p {
	font-size: small;
	color:gray;
}
.left {
    width:600px;
    float:left;
}
.pager {
    font-family: Arial;
    font-size: small;
}
.right {
    float:right;
}
.skinnycolumn {
    max-width:20px;
    vertical-align:middle;
}
.detail {
    border:none;
}
.multiselect{
    min-width:200px;
}
.popup2{
    position:absolute;
    padding:15px 15px 15px 15px;
    margin:5px 5px 5px 5px;
    position:absolute;
    display:none;
    background-color:#e8f8df;
    color:Black;
    z-index:2;
}
iframe {
    width:100%;
    height:100%;
    overflow:visible;
    border:none;
}
.treeList ul li{
    list-style:none;
    list-style-type:none;
}

/* BEGIN pivotView CLASSES */
.ui-draggable {
    cursor:move;
}
.ui-droppable-active{
    border:1px solid white;
    font-weight:bold;
}
.ui-draggable-active{
    padding:5px 5px 5px 5px;
    background-color:#c0c0c0;
    border:1px solid white;
}
.ui-droppable-hover{
    background-color:White;
}
.columnEditor {
    border:1px solid white;
    background-color:#e8f8df;
    padding:10px 10px 10px 10px;
    margin:10px 10px 10px 10px;
    position:absolute;
    left:300px;
}
.sortable, .sortable label, .removableSort, .removableSort label{
    cursor:move;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
    list-style:none;
	display:block;
	margin-left:0px;
	margin-right:0px;
	padding-left:0px;
	width:200px;
}

.sortable li, .remoableSort li {
	display:block;
	margin: 5px 2px 5px 2px;
	padding: 2px 5px 2px 5px;
	background-color:#ffffff;
}
.pivotViewwait {
    /*display: none;*/
    background-color:#2f571b;
    position:absolute;
    width:500px;
    height:150px;
    left:50%;
    top:200px;
    margin: -75px 0 0 -250px;
    background-image:url(/gringlobal/images/wait.gif);
    background-position:center;
    background-repeat:no-repeat;
    opacity:0.5;
    filter: alpha(opacity = 50);
    color:White;
    text-align:center;
}

.sortTarget, .sortSource {
    border:1px solid green;
    list-style:none;
    padding:3px 3px 3px 3px;
}

.pivotOptions {
    position:absolute;
    left:50px;
    background-color:#e8f8df;
    padding:15px 15px 15px 15px;
}
.pivotOptions table td {
    vertical-align:top;
    padding:10px 10px 10px 10px;
    margin:10px 10px 10px 10px;
}

.pivotOptions td {
    width:220px;
}


.columnSortPicker a img, .columnFilterPicker a img {
}
.sortTarget li, .sortSource li {
    cursor:move;
    border:1px solid #2f571b;
    background-color:White;
    padding:2px 2px 2px 2px;
    margin:2px 2px 2px 2px;
    height:20px;
}
.sortTarget li a img, .sortSource li a img {
    cursor:pointer;
}

.pivoterEmpty {
    padding:20px 20px 20px 20px;
    border:1px solid white;
    font-size:larger;
}

th:hover img.hidereserve {
    visibility:visible;
}

.exporter {
    padding:15px 15px 15px 15px;
    margin:5px 5px 5px 5px;
    position:absolute;
    /*left:475px;*/
    display:none;
    background-color:#EEE;
}

.exporterTextArea {
    display:none;
}

tr a.jsanchor.hover {
    visibility:hidden;
}
tr:hover a.jsanchor.hover {
    visibility:visible;
}

.popup {
    display:none;
}

.pivotPopup {
    position:absolute;
    padding:15px 15px 15px 15px;
    margin:5px 5px 5px 5px;
    position:absolute;
    display:none;
    background-color:#EEE;
     box-shadow: 0 0 2px 1px #888;
    z-index:2;
}
.columnRowAdder {
    margin-left:-140px;
}
.columnPref {
    margin-left:-120px;
}

.show {
    display:block;
}
.ui-effects-transfer {
    border-width:1px;
    border-style:dotted;
    border-color:#2f571b;
}

.limitbox-1 {
    /* placeholder, do not remove */
}
.limitbox50 {
    max-height:50px;
    overflow:auto;
}
.limitbox100 {
    max-height:100px;
    overflow:auto;
}
.limitbox300 {
    max-height:300px;
    overflow:auto;
}
.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
	z-index:5;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
/*	filter:mask(); */
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ac_loading {
	background : Window url('./indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}

/* END pivotView CLASSES */
.tbBorder {
    border:1px solid lightgray;
    margin:5px 5px 5px 5px;
}

.displayImage {
  /* ratio of width to height is 10:7 */
  width: 700px;
  height: 490px;
}

/************************* GALERIA ACCESION *************************/
.thumbnail{
	display: inline-block !important;
	margin-bottom: 5px !important;
}
.thumbnail img{
	width: 32px !important;
	height: 32px !important;
}
.previewSmallImage{
	box-shadow: 0 0 2px 1px #888;
}

.thumbnail, .smallImage, .fullImage, .preview, .previewSmallImage, .previewFullImage {
}

#pivotViewWrapper {
    width: auto;
    overflow: auto;
}

.blueInfor {
	color: #0099CC;
}

.leftButton {
	position:relative;
	left:280px;
}
.middleButton {
	position:relative;
	left:360px;
}
.rightButton {
	position:relative;
	left:440px;
}

/***************PAGINA DE LOGIN****************/

#popupLogin {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 1001;
}
#popupLg {
    width:600px;
    height:450px;
    background-image:linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.3)), url('http:/gringlobal/images/login1.jpg');
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%);    
    box-shadow: 2px 2px 5px 3px white;
    text-align: center;
}
#registrering {
    transform: translateY(50px);
    color: black;
    font-size: 4.5rem;
}
#formulario {
    transform: translateY(50px);
    color: white;
    font-size: 2.2rem;
}
#linkfrm {
    transform: translateY(50px);
    color: white;
    font-size: 2.2rem;
}
.Aceptar {
    background-color: green;
    border:none;
    font-size: 2rem;
    padding: 0.6rem 1rem;
    color: white;
    width: 40%;
    padding: 5px;
    margin-top: 127px;
    margin-bottom: 20px;
}