﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
	margin-bottom: 60px;
    padding: 0px;
	padding-bottom: 60px;
    color: #696969;
    background-color: #DADADA ;
    /*background-image: url("../Images/christmas.png");*/
}

.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.margen_tres{
  margin-left: 10px !important;
}

.margen_sup{
  margin-top: 10px !important;
}


.margen_right_max{
  margin-right: 30px !important;
}

.margen_dcho_tres{
  margin-right: 10px !important;
}



.grid_alm{
width: 100%; 
height: 120px; 
border: 1px solid #000000;
}

.grid_mov{
width: 100%; 
height: 140px; 
border: 1px solid #000000;

}

.cssleft
{
    width: 100%;
    position:relative;
    float:left;
    }

.GvGrid:hover
{
    background-color: #FFEB9C;
}

.margenes{
    margin: 10px 0px 10px 0px;
 }
 
 .margenIzdo10{
    margin: 0px 0px 0px 10px;
 }
 
.paneldefault{
    overflow: auto; 
    width: 100%; 
    height: 140px;
}
    
.panelesredondos{
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    background-color: #EEDDAA;   
    padding: 10px; 
    margin-top: 10px;
}

.redondear{
    border-radius: 10px 10px 10px 10px !important;
}

.textboxdecimal{
    text-align: right;
}

.labelsseccion{
    text-decoration: underline;
    font-family: Verdana;
}

.button-wrapper .btn {
    margin-bottom:10px;
}

.btn {
    margin: 10px auto;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

.input-group-btn.input-space {
  padding-left: 15px;
  padding-up: 15px;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    /*width: 1200px;*/
    background-color: #fff;
    margin: 20px;
    border: 1px solid #496077;
    border-radius: 5px 5px 5px 5px;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #a3840d;
    width: 100%;
    height: 90px;
}

.newheader
{
    position: relative;
    padding: 20px 20px 20px 20px;
    margin: 0px;
    padding: 0px;
    background: #000000;
    width: 100%;
    height: 90px;
}

.titulo
{
    display: block;
	padding: 15px 15px 15px 15px;
    float: left;
    height: 60px;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#d9882b;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #d9882b;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #d9882b;
    color: #d9882b;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 250px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 250px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 32%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.loginDisplay
{
    float: right;
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 4px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.barcodePanel
{
    border: 1px #4e667d solid;
    padding: 5px 5px;
    text-align: center;
}

.isa_info, .isa_success, .isa_warning, .isa_error {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;-moz-border-radius:.5em;
-webkit-border-radius:.5em;
border-radius:.5em;
 
}
.isa_info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../Images/info.png');
}
.isa_success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../Images/success.png');
}
.isa_warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../Images/warning.png');
}
.isa_error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../Images/error.png');
}

.hide{
    display: none;
}

.endofday {
	-moz-box-shadow:inset 0px 1px 0px 0px #dcecfb;
	-webkit-box-shadow:inset 0px 1px 0px 0px #dcecfb;
	box-shadow:inset 0px 1px 0px 0px #dcecfb;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bddbfa), color-stop(1, #80b5ea) );
	background:-moz-linear-gradient( center top, #bddbfa 5%, #80b5ea 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bddbfa', endColorstr='#80b5ea');
	background-color:#bddbfa;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0px;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:23px;
	line-height:23px;
	width:140px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #528ecc;
}

.pfino{
    padding: 3px;
    margin: 0;
}
 /* MENU */
 
.normalrow
        {
            background-color: white;
        }
.onmouseoverrow
        {
            background-color: ThreeDHighlight;
            cursor: pointer;
        }
        
        
a.gridviewlinks:link { 
    color: red;
}
a.gridviewlinks:visited{  
    color: red;
}
a.gridviewlinks:hover {
    color: red;
}
a.gridviewlinks:active {   
    color: red;
}

a.gridviewlinks0:link { 
    color: #6f9326;
}
a.gridviewlinks0:visited{  
    color: #6f9326;
}
a.gridviewlinks0:hover {
    color: #6f9326;
}
a.gridviewlinks0:active {   
    color: #6f9326;
}

a.gridviewlinks3:link { 
    color: #ffa604;
}
a.gridviewlinks3:visited{  
    color: #ffa604;
}
a.gridviewlinks3:hover {
    color: #ffa604;
}
a.gridviewlinks3:active {   
    color: #ffa604;
}

a.gridviewlinks2:link { 
    color: black;
    text-decoration: none;
}
a.gridviewlinks2:visited{  
    color: black;
    text-decoration: none;
}
a.gridviewlinks2:hover {
    color: black;
    text-decoration: none;
}
a.gridviewlinks2:active {   
    color: black;
    text-decoration: none;
}


.btn-oldstyle {
  background-color: #f28e56;
  border-color: #f28e56;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #f18143;
  background-image: -moz-linear-gradient(top,#f28e56,#ee6e27);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f28e56),to(#ee6e27));
  background-image: -webkit-linear-gradient(top,#f28e56,#ee6e27);
  background-image: -o-linear-gradient(top,#f28e56,#ee6e27);
  background-image: linear-gradient(to bottom,#f28e56,#ee6e27);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff28e56', endColorstr='#ffee6e26', GradientType=0);
  border-color: #ee6e27 #ee6e27 #ba4c0e;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}
.btn-oldstyle:hover,
.btn-oldstyle:focus {
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn-oldstyle:hover,
.btn-oldstyle:focus {
  background-color: #ee6e27;
}
.btn-oldstyle:active,
.btn-oldstyle.active,
.btn-oldstyle.active:hover {
  background-color: #f07e3e;
  border-color: #ee6e27;
}
.btn-oldstyle.disabled:hover,
.btn-oldstyle.disabled:focus,
.btn-oldstyle.disabled:active,
.btn-oldstyle.disabled.active,
.btn-oldstyle[disabled] .btn-oldstyle:hover,
.btn-oldstyle[disabled] .btn-oldstyle:focus,
.btn-oldstyle[disabled] .btn-oldstyle:active,
.btn-oldstyle[disabled] .btn-oldstyle.active {
  background-color: #f28e56;
  border-color: #f28e56;
}


.btn-oldstyle-secondary {
  background-color: #825005;
  border-color: #825005;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #6e4404;
  background-image: -moz-linear-gradient(top,#825005,#513203);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#825005),to(#513203));
  background-image: -webkit-linear-gradient(top,#825005,#513203);
  background-image: -o-linear-gradient(top,#825005,#513203);
  background-image: linear-gradient(to bottom,#825005,#513203);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff825005', endColorstr='#ff503103', GradientType=0);
  border-color: #513203 #513203 #070400;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}
.btn-oldstyle:hover,
.btn-oldstyle:focus {
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn-oldstyle:hover,
.btn-oldstyle:focus {
  background-color: #513203;
}
.btn-oldstyle:active,
.btn-oldstyle.active,
.btn-oldstyle.active:hover {
  background-color: #694104;
  border-color: #513203;
}
.btn-oldstyle.disabled:hover,
.btn-oldstyle.disabled:focus,
.btn-oldstyle.disabled:active,
.btn-oldstyle.disabled.active,
.btn-oldstyle[disabled] .btn-oldstyle:hover,
.btn-oldstyle[disabled] .btn-oldstyle:focus,
.btn-oldstyle[disabled] .btn-oldstyle:active,
.btn-oldstyle[disabled] .btn-oldstyle.active {
  background-color: #825005;
  border-color: #825005;
}

.btn-oldstyle3 {
  background-color: #5c4803;
  border-color: #5c4803;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #483902;
  background-image: -moz-linear-gradient(top,#5c4803,#2b2101);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5c4803),to(#2b2101));
  background-image: -webkit-linear-gradient(top,#5c4803,#2b2101);
  background-image: -o-linear-gradient(top,#5c4803,#2b2101);
  background-image: linear-gradient(to bottom,#5c4803,#2b2101);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5c4803', endColorstr='#ff2a2101', GradientType=0);
  border-color: #2b2101 #2b2101 #000000;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}
.btn-oldstyle:hover,
.btn-oldstyle:focus {
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn-oldstyle:hover,
.btn-oldstyle:focus {
  background-color: #2b2101;
}
.btn-oldstyle:active,
.btn-oldstyle.active,
.btn-oldstyle.active:hover {
  background-color: #433502;
  border-color: #2b2101;
}
.btn-oldstyle.disabled:hover,
.btn-oldstyle.disabled:focus,
.btn-oldstyle.disabled:active,
.btn-oldstyle.disabled.active,
.btn-oldstyle[disabled] .btn-oldstyle:hover,
.btn-oldstyle[disabled] .btn-oldstyle:focus,
.btn-oldstyle[disabled] .btn-oldstyle:active,
.btn-oldstyle[disabled] .btn-oldstyle.active {
  background-color: #5c4803;
  border-color: #5c4803;
}



.btn-orange-moon {
    background: #fc4a1a;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #f7b733, #fc4a1a);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #f7b733, #fc4a1a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
    border: 3px solid #eee;
}

.btn-dark-moon {
    background: #141E30;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #243B55, #141E30);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #243B55, #141E30); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
    border: 3px solid #eee;
}


/* .btn-excel { */
  /* background-color: #059914; */
  /* border-color: #059914; */
  /* color: #fff; */
  /* text-shadow: 0 -1px 0 rgba(0,0,0,0.25); */
  /* background-color: #048511; */
  /* background-image: -moz-linear-gradient(top,#059914,#03680e); */
  /* background-image: -webkit-gradient(linear,0 0,0 100%,from(#059914),to(#03680e)); */
  /* background-image: -webkit-linear-gradient(top,#059914,#03680e); */
  /* background-image: -o-linear-gradient(top,#059914,#03680e); */
  /* background-image: linear-gradient(to bottom,#059914,#03680e); */
  /* background-repeat: repeat-x; */
  /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff059914', endColorstr='#ff03670d', GradientType=0); */
  /* border-color: #03680e #03680e #011e04; */
  /* border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25); */
/* } */
.btn-oldstyle:hover,
.btn-oldstyle:focus {
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn-oldstyle:hover,
.btn-oldstyle:focus {
  background-color: #03680e;
}
.btn-oldstyle:active,
.btn-oldstyle.active,
.btn-oldstyle.active:hover {
  background-color: #048011;
  border-color: #03680e;
}
.btn-oldstyle.disabled:hover,
.btn-oldstyle.disabled:focus,
.btn-oldstyle.disabled:active,
.btn-oldstyle.disabled.active,
.btn-oldstyle[disabled] .btn-oldstyle:hover,
.btn-oldstyle[disabled] .btn-oldstyle:focus,
.btn-oldstyle[disabled] .btn-oldstyle:active,
.btn-oldstyle[disabled] .btn-oldstyle.active {
  background-color: #059914;
  border-color: #059914;
}

.abaixo{
    background: none repeat scroll 0 0 #333;
    bottom: 0;
    clear: both;
    height: 60px;
    padding-top: 20px;
    position: absolute;
    width: 100%;
}

html {
  position: relative;
  min-height: 100%;
} 

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}
.crform {
    padding: 4px 0px 4px 0px;
}

.crsubmit {
    padding: 10px
}