form { margin: 0; }
html,body{overflow-y:hidden; height: 100%; margin: 0px;font-family: verdana; font-size: 13; background-color: #171714; color:#A0A0A0;
-ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
}
*, html {
scrollbar-face-color: #2D2D2D;
scrollbar-shadow-color: #000000;
scrollbar-highlight-color: #444444;
scrollbar-3dlight-color: #444444;
scrollbar-darkshadow-color: #111111;
scrollbar-track-color: #1A1A1A;
scrollbar-arrow-color: silver;}
select{
	font-size:13px;
}
#home, #empresa{

}


img{border:0;}

::-webkit-scrollbar {
    height: 14px;
    width: 14px;
    background: #2D2D2D;
}

::-webkit-scrollbar-thumb {
    background: #444444;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
    background: #000;
}
table{font-family: verdana; font-size: 13px;table-layout:fixed;border-color:black;}
table td { overflow: hidden; }
td{font-family: verdana; white-space: nowrap; border: 1px hidden;}
th{font-family: verdana; white-space: nowrap;
text-align: left;
vertical-align: bottom;
font-weight: bold;
font-size: 12px;
padding: 2px 4px 2px 2px;
border-right-width: 1px;
border-right-style: dotted;
border-right-color: rgb(68, 68, 68);
overflow: hidden;}
table.fixed td { overflow: hidden; }
input{background-color: #1A1A1A; 
	border: 0px solid; color: silver; font-family: verdana; 
	font-size: 13px; text-transform: uppercase;padding:2px 2px 2px 2px;}
div{overflow:auto;}
button{background-color: #1B1C16; padding: 3px 12px 3px 12px; border: 1px; font-size: 13px; color: silver;}
select{
	border: none;
    background: none; 
    outline: none;  
    -webkit-appearance: none;
    margin:0; 
    padding:0;  
    font-family:inherit;
    color:#A0A0A0;
}

:focus {outline:none;}
::-moz-focus-inner {border:0;}

.even{background-color: #1B1C16;}
.odd{background-color: #272822;}
.priority{color: #FF9DAA;}

.sub_even{background-color: #999988;}
.sub_odd{background-color: #AAAA99;}

.checked{background-color: #404040; color: #EEEEEE;}
.rover{color:white !important; /*background-color: black;*/}
.sover{color:white; background-color: black;}
.rblur{color:silver;}
.lower{text-transform:lowercase;}

.opaco {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	background-color: #000000;
}

.vidrio {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
	background-color: #000000;
}

span.cortado {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: default;
}

.tinfo{
	color:#FFF;
}

.campo{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
	-moz-binding:url(/ellipsis-xbl.xml#ellipsis);
	/*display: inline-block;*/
	padding: 0 5 0 5;
	cursor:default;
	height: 20px;
}

.titulo {
	background-color: black;
	cursor: default;
	color: silver;
	height: 21px;
}

.outset{
	/*border-left: 1px solid #5C5E47;
	border-top: 1px solid #5C5E47;
	border-right: 1px solid black;
	border-bottom: 1px solid black;*/
}

.foutset{
	border-left: 1px solid #BBBBBB;
	border-top: 1px solid #BBBBBB;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.finset{
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}

.inset{
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid #5C5E47;
	border-bottom: 1px solid #5C5E47;
}

.input{
	background-color: #2C2B2B;
	color: #00F626;
	outline: none;
	cursor: arrow;
}

.inputOn{
	background-color: #1B2738;
	color: yellow;
	outline: none;
	cursor: arrow;
}

.grid{
	background-color: #272822;
	width: 100%;
	height: 100%;
	overflow: auto;	
	outline: none;
	border: 0;	
	ie-dummy: expression(this.hideFocus=true);
}
.gridtop{
	background: #333 url(../imgs/fondo.png);
	/*background-color: #171714;*/
}
.center {
   width: 31px;
   height: 31px;
   position: absolute;
   left: 50%;
   top: 50%; 
   margin-left: -15px;
   margin-top: -15px;
   background: url(../imgs/loader.gif) no-repeat;
}

.login {
	width: 390px;
	height: 200px;
	position: absolute;
	left: 50%;
	top:50%;
	margin-left: -195px;
	margin-top: -100px;
	/*background-color: #FFF;*/
	
    background: rgba(94,163,173,0.8);
    background: -moz-linear-gradient(-90deg, rgba(255,255,255,0.8) 0%, rgba(217,232,236,0.8) 57%, rgba(94,163,173,0.8) 100%);
    background: -webkit-gradient(top, bottom, color-stop(0%, rgba(255,255,255,0.8)), color-stop(57%, rgba(217,232,236,0.8)), color-stop(100%, rgba(94,163,173,0.8)));
    background: -webkit-linear-gradient(-90deg, rgba(255,255,255,0.8) 0%, rgba(217,232,236,0.8) 57%, rgba(94,163,173,0.8) 100%);
    background: -o-linear-gradient(-90deg, rgba(255,255,255,0.8) 0%, rgba(217,232,236,0.8) 57%, rgba(94,163,173,0.8) 100%);
    background: -ms-linear-gradient(-90deg, rgba(255,255,255,0.8) 0%, rgba(217,232,236,0.8) 57%, rgba(94,163,173,0.8) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,0.8) 0%, rgba(217,232,236,0.8) 57%, rgba(94,163,173,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9', GradientType=1 );

}

button.buttonlogin {
	background-color: rgba(162,162,165,0.8);
	padding:6 20 6 20;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;	
}
button.buttonlogin:hover {
	background-color: rgba(255,255,255,0.8);
    color: #A2A2A5;
}
.shadow {
	width: 390px;
	height: 200px;
	position: absolute;
	left: 50%;
	top:50%;
	margin-left: -195px;
	margin-top: -100px;
}

.loginInput {
	background-color: #CDE6E8;
	color: black;
	outline: none;
	cursor: arrow;
	font-size: 14px;
	width: 180;
	border: 1px solid #888;
}

img#bg {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:0;
}

.calendar {
	font-family: 'Trebuchet MS', Tahoma, verdana, Arial, sans-serif;
	font-size: 1.0em;
	background-color: #EEE;
	color: #333;
	border: 1px solid #DDD;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 0.2em;
	width: 14em;
}

.calendar .months {
	background-color: #000000;
	border: 1px solid black;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #FFF;
	padding: 0.2em;
	text-align: center;
}

.calendar .prev-month,
.calendar .next-month {
	padding: 0;
}

.calendar .prev-month {
	float: left;
}

.calendar .next-month {
	float: right;
}

.calendar .current-month {
	margin: 0 auto;
}

.calendar .months .prev-month,
.calendar .months .next-month {
	color: #FFF;
	text-decoration: none;
	padding: 0 0.4em;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}

.calendar .months .prev-month:hover,
.calendar .months .next-month:hover {
	background-color: #FDF5CE;
	color: #C77405;
}

.calendar table {
	border-collapse: collapse;
	padding: 0;
	font-size: 0.8em;
	width: 100%;
}

.calendar th {
	text-align: center;
	color: #1F255B;
}

.calendar td {
	text-align: right;
	padding: 1px;
	width: 14.3%;
}

.calendar td span {
	display: block;
	color:#535353;
	background-color: #F6F6F6;
	border: 1px solid #CCC;
	text-decoration: none;
	padding: 0.2em;
	cursor: pointer;
}

.calendar td span:hover {
	color: white;
	background-color: #000000;
	border: 1px solid #FBCB09;
}

.calendar td.today span {
	background-color: #A7BCED;
	border: 1px solid #FED22F;
	color: #24272D;
}

.tabs{
	background-color: #272822;
}
.tabs_item{
	border-left: 1px solid #5C5E47;
	border-top: 1px solid #5C5E47;
	border-right: 1px solid black;
	/*border-bottom: 1px solid black;*/
	padding: 3 8 3 8;
	cursor: pointer;
}

.hl{
	border-left: 1px solid #5C5E47;
	border-top: 1px solid #5C5E47;
	border-right: 1px solid black;
	color: black;
	/*font-weight: bold;*/
	background-color: #CCCCCC;
}

.over{
	color: white;
}

*:focus {
    outline: 0;
    ie-dummy: expression(this.hideFocus=true);
}

.form_container{
	/*background-color: #272822;*/
	background-color: #888888;
	color: silver;
	padding: 6px 6px 6px 6px;
	overflow: none;
}

.form_title{
	color: silver;
	background-color: #000000;
	width: 100%;
	overflow: hidden;
	padding: 2px 2px 2px 2px;
	height: 24;
	font-weight: bold;
}

.form_item{
	/*height:50px;*/	
	display: inline-block;
	float:left; 
	overflow: hidden;
}

.form_itembrk{
	/*height:50px;*/	
	display: block;
	float: none; 
	overflow: hidden;
}

.form_input{
	background-color: #272822;
	color: silver;
	outline: none;
	cursor: arrow;
	height: 20px;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	/*border:1px;border-color:transparent;*/
}

.form_input:focus{
	color:white;
	background-color: black;
}

.with_focus{
	color:white;
	background-color: black;
}

.form_caption{ 
	color: black;
}

.btn{
	text-transform: none;
	height: 40px;
	padding: 4px 12px 4px 12px;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFF;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #BBBBEE;
	width: auto;
	overflow:visible;
	color: black;
}

.dn{
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	background-color: #666666;
}

.btn:focus{
	background-color: #666666;
	color: white;
	outline: none;
}

.btn:hover{
	color: #000044;
	background-color: #EEEEEE;
}

.bottom_btns{
	width: 100%;
	height: 48px;
	position: absolute;
	left: -6;
	top: 100%; 
	margin-top: -50px;
}

.window{
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #888888;
	color: black;
	padding: 6px 6px 6px 6px;	
}

.grid2{
	background-color: #888888;
	width: 100%;
	height: 100%;
	overflow: auto;	
	outline: none;
	border: 0;
	ie-dummy: expression(this.hideFocus=true);
}

.gridtop2{
	background-color: #888888;
	color: black;
}

.odd2{
	background-color: #888888;
	color: #111111;	
}

.checked2{
	background-color: #666666;
	color: white;
}

.minibutton{
	position: relative;
	top: 0px;
	left: -19px;
	padding: 1 2 0 2;
	background-color: #444444;
	color: white;
	width: 20px;
	height: 20px;
	border-left: 1px solid gray;
	border-top: 1px solid gray;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	cursor: pointer;
	text-decoration: none;
}

.filer{
	background-color: #272822;
	height:264px;	
	overflow: auto;
	word-wrap: break-word;	
}

.fileritem{
	/*height:50px;*/	
	display: inline-block;
	float:left; 
	color: black;
	overflow: hidden;
	padding: 2px 4px 2px 4px;
	margin: 2px 2px 2px 2px;
	height: 200;
	width: 150;
	text-align: center;	
}

::selection {
	background-color: #EEEEEE;
	color: black;
}
::-moz-selection {
	background-color: #EEEEEE;
	color: black;
}

.logoempresa{
	width: 24px;
	height: 24px;
	position: absolute;
	left: 100%;
	top:100%;
	margin-left: -36px;
	margin-top: -36px;
}

.logomain{
	position: absolute;
	top: 10px;
	right: 12px;
	vertical-align: top;
	overflow: hidden;
	/*padding-right: 4px;*/
	/*width: 200px;*/
}

.menubar{
	border-left: 2px solid #5C5E47;
	border-top: 2px solid #5C5E47;
	border-right: 2px solid #222;
	border-bottom: 2px solid #222;
	background-color: #272822;
	cursor: pointer;
	color: silver;
}

.menuopt{
	padding: 6 12 6 12;

}
.menuopt_over{
	padding: 6 12 6 12;
	background-color: #CCCCCC;
	color: black;
}

.edit{
	color:white; width:100%; position:relative; top:-2;
}

.dropdown {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background: #272822;
}
.dropdown:before, .dropdown:after {
  content: '';
  position: absolute;
  z-index: 2;
  width: 0;
  height: 0;
  pointer-events: none;
}
.dropdown:before {
  border-bottom-style: solid;
  border-top: none;
}
.dropdown:after {
  /*margin-top: 7px;*/
  border-top-style: solid;
  border-bottom: none;
}

.dropdown-select {
  position: relative;
  width: 130%;
  margin: 0;
  height: 20px;
  line-height: 14px;
  /* font-size: 12px; */
  color: #62717a;
  border: 0;
  border-radius: 0;
  border-left: 1px solid black;
  border-top: 1px solid black;
  border-right: 1px solid silver;
  border-bottom: 1px solid silver;
  -webkit-appearance: none;
}
.dropdown-select:focus {
  z-index: 3;
  color: #FFFFFF;
  background-color: #000000;
}
.dropdown-select > option {
  margin: 3px;
  padding: 6px 8px;
  text-shadow: none;
  background: #272822;
  border-radius: 3px;
  cursor: pointer;
}

/* Fix for IE 8 putting the arrows behind the select element. */
.lt-ie9 .dropdown {
  z-index: 1;
}
.lt-ie9 .dropdown-select {
  z-index: -1;
}
.lt-ie9 .dropdown-select:focus {
  z-index: 3;
}

/* Dirty fix for Firefox adding padding where it shouldn't. */
@-moz-document url-prefix() {
  .dropdown-select {
    padding-left: 4px;
  }
}

.dropdown-dark {
  background: #272822;
}
.dropdown-dark:before {
  border-bottom-color: #aaa;
}
.dropdown-dark:after {
  border-top-color: #aaa;
}
.dropdown-dark .dropdown-select {
  color: #aaa;
  text-shadow: 0 1px black;
  /* Fallback for IE 8 */
  background: url(../imgs/dropdown.png) no-repeat right #272822;
}
.dropdown-dark .dropdown-select:focus {
  color: #FFF;
  background-color: black;
}
.dropdown-dark .dropdown-select > option {
  background: #444;
  text-shadow: 0 1px rgba(0, 0, 0, 0.4);
}


.CONFIRMADO{color: #FDFC92;}
.AGENDADO{color:#65A665;}
.ANULADO{color:#B85757;}
.DICTADO{color:#EA9430;}
.REALIZADO{color:#00FF55;}
.FINALIZADO{color:#1AB762;}
.ENTREGADO{color:#64E2DD;}
.TRANSCRITO{color:#74C7CE;}
.INFORMADO{color:#D01FFF;}
.ESPERANDO{color:#4495C3;}

.wintitle{
	overflow: hidden;
	color: silver;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.section_focus{
	background-color: #B1B1B1;
}

.enterprise{
	color:yellow; font-size:16;
}

.clock{
	font-size:10px;
	color:white;
	background-color: #444444;
}

.documents{
	color:black;
}

.labelorder{
	color: black;
}

.gridbg{
	background-color: #171714;
	overflow:hidden;
	display:block;
}

.griddata{
	position:absolute; 
	width:100%;
	top:0;
	/*bottom:0px;*/
	clear: both;
	height:auto;
}

.borde{
	/*outline: 1px dotted gray;*/
}

.textfilter{
	color:#CBCB80;
}

.cellOn{
	color: white;
	background-color: #1B2738;
	border-top: 1px dotted gray;
	border-bottom: 1px dotted gray;
	border-right: 1px dotted gray;
}

.cellOff{
	background-color: black;
}

.imgDelete{
	content:url(../imgs/backdel.png);
	cursor: pointer;
}

.loader{
	/*content:url(../imgs/loader8.gif);*/
	background: url(../imgs/loader8.gif) no-repeat;
	position:absolute;
	top:4px;
	left:4px;
	display:none;
}

.tddata{
	border-right: 1px dotted #444444;
	padding: 0px 4px 0px 4px;
	overflow: hidden;
	cursor: default
}

.gridtools{
	width: 32px; 
	vertical-align: top; 
	padding-top: 8px; 
	text-align: center; 
	white-space: normal;
	overflow: hidden;
}

.iconsbox{
	position:relative;
	width: 96px;
	height: 18px;
	padding:0px;
	text-align: none;
	overflow: hidden;
}
.iconbox {
	width: 16px;
	height: 16px;
	padding:0px;
	border: 0px;
	position: absolute;
	cursor: pointer;
}

.headdiv{
	position: relative;
	min-width: 1px;
	width: 100%;
	height: 100%;
	border: 0px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

#header{
	height:23px;
	border-bottom: 1px solid #444444;
}

#freeze {
  float: left;
  height: 100%;
  overflow: hidden;
}

#tools {
  float: right;
  height: 100%;
  /*border-left-width: 1px; 
	border-left-style: dotted; 
	border-left-color: gray; */
}

#data {
  height: 100%;
  overflow: hidden;
}

.hint{
	background-color: #D5D472;
	border: 1px solid black;
	color: #111;
	font-size: 12px;
	position: fixed;
	padding: 3px;
	overflow: hidden;
}

#tabs{
	display:inline-block;
	overflow: hidden;
	padding-left:10px;
	padding-right:10px;
	position: relative;
	top: 3px;
}

.tabrow {
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 24px;
    position: relative;
}
.tabrow li {
	cursor:pointer;
    margin: 0 10px;
    padding: 0 10px;
    display: inline-block;
    position: relative;
    
    background: #444444;
    color: #D0B0C5;
    text-shadow: 1px 1px #000;

    margin: 0 -5px;
    padding: 0 20px;
    box-shadow: 0 3px 3px rgba(255, 255, 255, 0.7), inset 0 1px 0 #AAA;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.tabrow li.odd{
	color: #8DC6E0;
}

.tabrow li.selected {
   
    color:black;
    background:      -o-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background:     -ms-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background:    -moz-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: -webkit-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #AAA;
    text-shadow: 0 1px #FFF;

    border-bottom-color: #000;
}

.tabrow:after {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #444444;
    z-index: 1;
}

.tabrow:before {
    z-index: 1;
}

.tabrow li:before,
.tabrow li:after {
    position: absolute;
    bottom: -1px;
    width: 10px;
    height: 10px;
    content: " ";
}
.tabrow li:before {
    left: -10px;
}
.tabrow li:after {
    right: -10px;
}
.tabrow li:after, .tabrow li:before {
    border: 1px solid #AAA;
}

.tabrow li:before {
	border-bottom-right-radius: 6px;
    border-width: 0 0px 0px 0;
}
.tabrow li:after {
	border-bottom-left-radius: 6px;
    border-width: 0 0 0px 0px;
}

.tabrow li:before {
    box-shadow: 2px 2px 0 #444444;
}
.tabrow li:after {
    box-shadow: -2px 2px 0 #444444;
}
.tabrow li.selected:before {
    box-shadow: 2px 2px 0 #ECECEC;
}
.tabrow li.selected:after {
    box-shadow: -2px 2px 0 #D6D6D6;
}

.pane{
	position:absolute;
	overflow:hidden;
	width:100%;
	top:24px;
	bottom:0px;
	background-image: none;
}

.movegrid { 
	cursor: all-scroll !important; 
}

.docfocus:focus{
    color:blue;
}

.notepad{
    width: 771px;
    height: 347px;
    margin: 10px;
    background-color: #D2D2D2;
    border: 1px solid #444444;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    overflow-y: scroll;
    padding: 6px;
}

.note{
    position: absolute;
    float: right;
    left: 22px;
    top: -45px;
    width: 612px;
    resize: none;
    height: 86px;
    font-family: verdana;
    font-size: 13;
    color: silver;
    padding: 8px;
    border: 1px solid #444444;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
}

.msg-div{
    padding-bottom: 12px;
}
.msg{
     display:inline-block;
     color:#000;
     padding-right: 4px;
}

.msg-me{
    display:inline-block;
     color:green;
     padding-right: 8px;
     font-size: 10;
}

.msg-login{
    display:inline-block;
     color:blue;
     padding-right: 8px;
     font-size: 10;
}

.alert{
    color:#F70B19;
}

.darken {
    background-color:#272822;
    border-top: 1px solid #525252;
    border-left: 1px solid #525252;
}

.dashboard{
    background-color: #272822;
    color:silver;
    font-family:verdana;
    font-size:12px;
    height:100%;
}

.dashboard label{
    padding-left:8px;
    cursor:pointer;
}

.slices{
    cursor:pointer;
}
.legend{
    display: inline-block;
    margin: 6px;
    border: 1px solid silver;
    height: 10px;
    width: 20px;
}
.prop{
    display: inline-block;
    font-family: verdana;
    font-size: 12px;
    color: white;
    margin-top: 9px;
    margin-bottom: 4px;
}

.close{
	width:12px;
	height:12px;
	background:url('../imgs/close.gif') no-repeat;
}

.miniatura{
	position: absolute;
    width: 280px;
    height: 360px;
    right: 20px;
    top: 86px;
    border: 1px solid rgb(68, 68, 68);
    background-color: rgb(106, 106, 106);
}

.notemp {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}


#winprops-inner .prop-content{
	color:#202020;
}

#winprops-inner .datos {
	background-color:#b0b0b0;
	padding:6px;
	font-size: 12px;
	vertical-align:top;
}

#winprops-inner .datos td {
	font-size: 11px;
	color:#000;
	vertical-align: top;
	width:400px;
}

#winprops-inner .prop-content #estados{
	border-top:1px solid #737373;
	border-left:1px solid #737373;
	border-right:1px solid #b2b2b2;
	border-bottom:1px solid #b2b2b2;
}

#winprops-inner .prop-content #estudios{
	border-top:1px solid #737373;
	border-left:1px solid #737373;
	border-right:1px solid #b2b2b2;
	border-bottom:1px solid #b2b2b2;
}

#winprops-inner .docs {
	/*background-color:#444444;*/
}

#winprops-inner .prop-content td.xdata {
	color:rgb(34, 34, 138);
	font-weight:bold;
}

.small{
	font-size:12px;
}

.btnscan{
	cursor:pointer;
    position: absolute;
    top: 165px;
    right: 16px;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";

  /* IE 5-7 */
  filter: alpha(opacity=30);

  /* Netscape */
  -moz-opacity: 0.3;

  /* Safari 1.x */
  -khtml-opacity: 0.3;

  /* Good browsers */
  opacity: 0.3;    
}

.gallery{
	background-color:#B0B0B0;
	height:100%;
}
.gallery-item{
	display:inline-block;
	padding:8px;
	text-align:center;
}
.gallery-item img{
	cursor: pointer;
	max-height:102px;
	-webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
}

.gallery-item .gallery-cap{
	margin-top: 10px;
	white-space:normal;
	color:#444;
}
/* Default styling for jQuery Datepicker v4.1.0. */
.datepick {
	background-color: #fff;
	color: #000;
	border: 1px solid #444;
    border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
	font-family: Arial,Helvetica,Sans-serif;
	font-size: 90%;
}
.datepick-rtl {
	direction: rtl;
}
.datepick-popup {
	z-index: 1000;
}
.datepick-disable {
	position: absolute;
	z-index: 100;
	background-color: white;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.datepick a {
	color: #fff;
	text-decoration: none;
}
.datepick a.datepick-disabled {
	color: #888;
	cursor: auto;
}
.datepick button {
    margin: 0.25em;
    padding: 0.125em 0em;
    background-color: #E9D5C0;
    border: none;
    border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    font-weight: bold;
}
.datepick-nav, .datepick-ctrl {
	float: left;
	width: 100%;
	background-color: #000;
	color: #fff;
	font-size: 90%;
	font-weight: bold;
}
.datepick-ctrl {
	background-color: #5E4D37;
}
.datepick-cmd {
	width: 30%;
}
.datepick-cmd:hover {
	background-color: #777;
}
.datepick-ctrl .datepick-cmd:hover {
	background-color: #000;
}
.datepick-cmd-prevJump, .datepick-cmd-nextJump {
	width: 8%;
}
a.datepick-cmd {
	height: 1.5em;
}
button.datepick-cmd {
	text-align: center;
}
.datepick-cmd-prev, .datepick-cmd-prevJump, .datepick-cmd-clear {
	float: left;
	padding-left: 2%;
}
.datepick-cmd-current, .datepick-cmd-today {
	float: left;
	width: 35%;
	text-align: center;
}
.datepick-cmd-next, .datepick-cmd-nextJump, .datepick-cmd-close {
	float: right;
	padding-right: 2%;
	text-align: right;
}
.datepick-rtl .datepick-cmd-prev, .datepick-rtl .datepick-cmd-prevJump,
.datepick-rtl .datepick-cmd-clear {
	float: right;
	padding-left: 0%;
	padding-right: 2%;
	text-align: right;
}
.datepick-rtl .datepick-cmd-current, .datepick-rtl .datepick-cmd-today {
	float: right;
}
.datepick-rtl .datepick-cmd-next, .datepick-rtl .datepick-cmd-nextJump,
.datepick-rtl .datepick-cmd-close {
	float: left;
	padding-left: 2%;
	padding-right: 0%;
	text-align: left;
}
.datepick-month-nav {
	float: left;
	background-color: #777;
	text-align: center;
}
.datepick-month-nav div {
	float: left;
	width: 12.5%;
	margin: 1%;
	padding: 1%;
}
.datepick-month-nav span {
	color: #888;
}
.datepick-month-row {
	clear: left;
}
.datepick-month {
	float: left;
	width: 15em;
	border: 1px solid #444;
	text-align: center;
}
.datepick-month-header, .datepick-month-header select, .datepick-month-header input {
	height: 1.5em;
	background-color: #444;
	color: #fff;
	font-weight: bold;
}
.datepick-month-header select, .datepick-month-header input {
	height: 1.4em;
	border: none;
	font-size: 100%;
}
.datepick-month-header input {
	position: absolute;
	display: none;
}
.datepick-month table {
	width: 100%;
	border-collapse: collapse;
}
.datepick-month thead {
	border-bottom: 1px solid #aaa;
}
.datepick-month th, .datepick-month td {
	margin: 0em;
	padding: 0em;
	font-weight: normal;
	text-align: center;
}
.datepick-month th {
	border: 1px solid #777;
}
.datepick-month th, .datepick-month th a {
	background-color: #777;
	color: #fff;
}
.datepick-month td {
	background-color: #eee;
	border: 1px solid #aaa;
}
.datepick-month td.datepick-week {
	border: 1px solid #777;
}
.datepick-month td.datepick-week * {
	background-color: #777;
	color: #fff;
	border: none;
}
.datepick-month a {
	display: block;
	width: 100%;
	padding: 0.125em 0em;
	background-color: #eee;
	color: #000;
	text-decoration: none;
}
.datepick-month span {
	display: block;
	width: 100%;
	padding: 0.125em 0em;
}
.datepick-month td span {
	color: #888;
}
.datepick-month td .datepick-other-month {
	background-color: #fff;
}
.datepick-month td .datepick-weekend {
	background-color: #ddd;
}
.datepick-month td .datepick-today {
	background-color: #EAEF68;
}
.datepick-month td .datepick-highlight {
	background-color: #000;
	color: white;
}
.datepick-month td .datepick-selected {
	background-color: #777;
	color: #fff;
}
.datepick-month th.datepick-week {
	background-color: #777;
	color: #fff;
}
.datepick-status {
	clear: both;
	background-color: #ddd;
	text-align: center;
}
.datepick-clear-fix {
	clear: both;
}
