﻿*
{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	text-decoration:none;
	list-style:none;
	margin: 0px auto;
    font-size: 15px;   
}
html
{
	height: 100%;
	overflow:auto;
	margin: 0px auto;
	padding: 0px auto;    
}
body {
	height: 100%;
}
select
{
    min-width: 250px !important;
}
img
{
    border: none;  
    vertical-align:middle;      
}
#desktop
{
	position:fixed;
    top: 0;
    left: 0;	
	right: 0;
	bottom: 30px;
	overflow: hidden;
	background-image: url(../../Images/banner.png);
    background-position: center;
    background-repeat: no-repeat;    
    text-align: left;    
	background-size: contain;
}
#leftDIV
{
    position: absolute;
    top: 0;
    left: 0;
}

#desktop iframe {
	height: calc(100% - 70px) !important;
}

.window {
	background: #fff !important;
	/*padding-bottom: 43px;*/
	margin-top: 40px;
	width: 100% !important;
	height: 100% !important;
	top: 0 !important;
	left: 0 !important;
}

#taskBar {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background-color: #ed7700;
	text-align: left;
}

#taskBarWindows
{    
	padding: 0px;
}

	#taskBarWindows img {
		vertical-align: bottom;
		padding-left: 10px;
	}

	#taskBarWindows a {
		margin: 0px;
		padding: 0px;
		color: white;
	}

	#taskBarWindows li, #taskBarWindows li img {
		margin: 0;
		line-height: 30px;
		max-height: 30px;
		list-style-type: none;
		overflow: hidden;
		display: inline-block;
		padding-bottom: 5px;
		padding-left: 10px;
		padding-right: 10px;
	}

		#taskBarWindows li > li.active {
			z-index: 2;
			background: #efefef;
		}

			#taskBarWindows li > li.active:before {
				border-color: transparent #efefef transparent transparent;
			}

			#taskBarWindows li > li.active:after {
				border-color: transparent transparent transparent #efefef;
			}

		#taskBarWindows li > li {
			float: right;
			margin: 5px -10px 0;
			border-top-right-radius: 25px 170px;
			border-top-left-radius: 20px 90px;
			padding: 0 30px 0 25px;
			height: 170px;
			background: #ddd;
			position: relative;
			box-shadow: 0 10px 20px rgba(0, 0, 0, .5);
			max-width: 200px;
		}

			#taskBarWindows li > li > a {
				display: inline-block;
				max-width: 100%;
				overflow: hidden;
				text-overflow: ellipsis;
				text-decoration: none;
				color: #222;
			}

			#taskBarWindows li > li:before,
			#taskBarWindows li > li:after {
				content: '';
				background: transparent;
				height: 20px;
				width: 20px;
				border-radius: 100%;
				border-width: 10px;
				top: 0px;
				border-style: solid;
				position: absolute;
			}

			#taskBarWindows li > li:before {
				border-color: transparent #ddd transparent transparent;
				-webkit-transform: rotate(48deg);
				-moz-transform: rotate(48deg);
				-ms-transform: rotate(48deg);
				-o-transform: rotate(48deg);
				transform: rotate(48deg);
				left: -23px;
			}

			#taskBarWindows li > li:after {
				border-color: transparent transparent transparent #ddd;
				-webkit-transform: rotate(-48deg);
				-moz-transform: rotate(-48deg);
				-ms-transform: rotate(-48deg);
				-o-transform: rotate(-48deg);
				transform: rotate(-48deg);
				right: -17px;
			}

#search
{
	display: none;
	margin: 10px;
}

#searchFields
{
	margin-bottom: 10px;
}

#registerCommands
{
	float:none;
	clear:both;
	height:25px;
	text-align: center;
	margin-top: 20px;
}

#registerCommands ul
{
	display: inline;
	padding: 0px;
	margin: 0px;
}

#registerCommands li
{
	display: inline;
}

#additionalCommands ul li
{
	margin-right:10px;	
}

#registerCommands img
{
	height: 24px;
	width: 24px;
}

#searchCommands
{
	float:none;
	clear:both;
	height:25px;
	text-align: center;
}

#searchCommands ul
{
	padding: 0px;
	margin: 0px;
}

#searchCommands li
{
	display: inline;
}

#searchCommands img
{
	height: 24px;
	width: 24px;
}

#options
{
	height:30px;
    margin-top: 5px;
	margin-bottom: 5px;
}

#options ul
{	
	margin-top: 2px;
	float:left;	
	padding: 0;
}

#options li
{
	display: inline;
	margin-left: 5px;
    text-align:center;    
}
/*.options ul a
{
	text-align:center;    
	float:none;
	border: 3px outset;
	padding: 1px 0 0 2px;
}*/
#options img
{
	height: 24px;
	width: 24px;
    vertical-align:middle;
    margin: 1px 0 0 0;
}

#grid
{	
	padding: 5px;
	text-align: center;
	position:relative;	
	display:block;
	overflow:auto;
}

#gridView {
	display:table !important;
}

#gridTable
{	
	width: 100%;
	text-align: center;
}

#gridPager {
	float: left;
}

#gridPager span
{
	padding: 0 5px 0 0;
}

#gridPager a {
	text-decoration: none;
	color: #3c4045;
}

#gridPagerColumn
{
	text-align: center; 
    height: 15px;       
}
.pagerCurrentPage
{
	padding: 2px;
	font-family: Frutiger Linotype, Trebuchet MS, Tahoma, Arial;
	font-size: 8pt;
	font-weight: bold; 
	color: #000000;	
}

.pagerOtherPage
{
    color:Silver;
	padding: 2px;
	font-family: Frutiger Linotype, Trebuchet MS, Tahoma, Arial;
	font-size: 8pt;	
}
.headerBoundColumn {
	border: 1px solid gray;
	background-color: #f78d23;
	color: White;
	font-weight: normal;
}
.headerBoundColumn a
{
    color: white;    
}

.headerEditColumn {
	border: 1px solid gray;
	border-right: none;
	background-color: #f78d23;
}
.headerDeleteColumn {
	border: 1px solid gray;
	border-left: none;
	border-right: none;
	background-color: #f78d23;
}

	.headerDeleteColumn a {
		font-size: 15px;
		color: Red;
		font-weight: bold;
	}
.headerCancelColumn {
	border: 1px solid gray;
	border-left: none;
	border-right: none;
	background-color: #f78d23;
}
.headerZerarColumn {
	border: 1px solid gray;
	border-left: none;
	border-right: none;
	background-color: #f78d23;
}
.headerEditGroupColumn {
	border: 1px solid gray;
	border-left: none;
	border-right: none;
	background-color: #f78d23;
}

	.headerEditGroupColumn a {
		font-size: 20px;
		color: White;
		font-weight: bold;
	}
.boundColumn 
{
  border: 1px solid gray;    
}
.editColumn
{	border: 1px solid gray;
	border-right: none;	
}
.deleteColumn
{
	border: 1px solid gray;
	border-left:none;
	border-right:none;
	padding-left:15px;
	padding-right:15px;	
}
.editGroupColumn
{
	border: 1px solid gray;
	border-right:none;
	border-left:none;	
}
.cancelColumn
{
	border: 1px solid gray;
	border-left:none;
	border-right:none;	
}
.zerarColumn
{
	border: 1px solid gray;
	border-left:none;
	border-right:none;	
}
.alternatingRowStyle
{
    background-color:#dddddd;	
}

.ListSearchPrompt
{
	background-color: #FFFADD;
	border: 1px solid black;
	display: block;
}

.selectlist-list
{
    background: #fff;
    border: inset 1px;
    padding: 2px;
    margin-top: 3px;    
    min-height: 10px;
}

.selectlist-list
{
    cursor: default;
}

/* CSS QUE ESTAVA NA DEFAULT */
.logoutLi {
	float: right !important;
	display: none;
}

#logout {
	right: 2px;
	bottom: 3px;
	font-weight: bold;
	color: #005580;
	text-decoration: none;
	opacity: .7;
}

	.logoutLi:hover, #logout:hover {
		opacity: 1;
	}

#filial_change {
	padding: 3px;
	background: #fff;
	font-size: 15px;
}

	#filial_change:hover, #filial_change: focus {
		border: 0px solid #fff;
	}

	#filial_change img {
		height: 27px;
		position: relative;
	}

#filial_change_modal .modal-header {
	height: 30px;
}

#filial_change_modal_body div {
	margin: 0 auto;
	width: 400px;
}

	#filial_change_modal_body div label, #filial_change_modal_body div input {
		display: inline;
	}

.close span {
	font-size: 25px;
}

#legend-authentication {
	width: 100%;
	text-align: center;
	margin: 10 auto;
}

/* LOGIN */

.login-page {
	width: 360px;
	padding: 8% 0 0;
	margin: auto;
}

.dropdown-list {
	height: 40px !important;
	width: 100% !important;
}

.dropdownlist-label {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: lighter;
}

.authForm {
	position: relative;
	z-index: 1;
	background: #FFFFFF;
	padding: 45px;
	text-align: center;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

	.authForm p {
		font-size: 20px;
		font-family: Verdana, Geneva, Tahoma, sans-serif;
		margin-bottom: 15px;
	}

.loginInput {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	outline: 0;
	background: #f2f2f2;
	width: 100%;
	margin: 0 0 15px;
	padding: 20px !important;
	box-sizing: border-box;
	font-size: 14px !important;
}

#authButton {
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	outline: 0;
	background: #fa8231;
	width: 100%;
	border: 0;
	padding: 15px;
	color: #FFFFFF;
	font-size: 14px;
	-webkit-transition: all 0.3 ease;
	transition: all 0.3 ease;
	cursor: pointer;
}

	#authButton:hover, #authButton:active, #authButton:focus {
		background: #fd9644;
	}



	/* VENCIMENTOS */
#fontSizeTextBox {
	padding: 5px;
	margin: 10px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#fontSizeTextBox:active {
	border: none;
}

#fontSizeButton {
	padding: 7px;
	border-radius: 3px;
	border: none;
	background-color: #42a1f5;
	font-size: 12px;
	font-family: Verdana;
}