::-webkit-scrollbar {
	width: 12px;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.mask {
	position: absolute;
	z-index: 99999999;
	background-color: rgba(00, 00, 00, 0);
}

.shadows-enable {
	-moz-box-shadow: 0px 0px 10px 0px rgba(209, 209, 209, 0.8) !important;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(209, 209, 209, 0.8) !important;
	box-shadow: 0px 0px 10px 0px rgba(209, 209, 209, 0.8) !important;
}

.cornerall {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.login-layout {
	background-image: url("images/logo.jpg");
	background-repeat: no-repeat;
	padding-top: 180px;
	height: 300px;
}

.panel-heading {
	background-color: rgb(176, 196, 222);
}

.guess-header-app {
	background-color: #FFF;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 75px;
}

.guess-header-app-login-label {
	position: absolute;
	top: 6px;
	right: 0px;
	left: 269px;
	height: 11px;
	background-color: #2053C9;
	-moz-box-shadow: inset 0 0 5px #000;
	-webkit-box-shadow: inset 0 0 5px #000;
	box-shadow: inset 0 0 5px #000;
	opacity: 0.9;
}

.guess-header-app-login-img {
	height: 150px;
	margin-top: -18px;
}

.guess-body-app {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 30px;
	/* 	background-image: url("images/logo-main.png") ;  */
}

.footer-app {
	background-color: rgb(176, 196, 222);
	-moz-box-shadow: inset 0 0 5px #FFF;
	-webkit-box-shadow: inset 0 0 5px #FFF;
	box-shadow: inset 0 0 5px #FFF;
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	height: 30px;
	position: fixed;
}

.footer-app-label {
	color: #000;
	position: absolute;
	left: 5px;
	margin-top: 5px;
	font-weight: bold;
}

.footer-app-date-label {
	color: #000;
	position: absolute;
	right: 5px;
	margin-top: 5px;
	font-weight: bold;
}

.main-body-app {
	position: absolute;
	left: 200px;
	top: 60px;
	right: 0px;
	bottom: 30px;
	background-color: #EBF5FF;
	overflow: hidden;
}

.main-menu-app {
	position: absolute;
	left: 0px;
	top: 60px;
	bottom: 30px;
	width: 200px;
	background-color: rgb(176, 196, 222);
	-moz-box-shadow: inset 0 0 5px #FFF;
	-webkit-box-shadow: inset 0 0 5px #FFF;
	box-shadow: inset 0 0 5px #FFF;
}

.main-header-app {
	background-color: rgb(176, 196, 222);
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 60px;
	background-color: rgb(176, 196, 222);
	-moz-box-shadow: inset 0 0 5px #FFF;
	-webkit-box-shadow: inset 0 0 5px #FFF;
	box-shadow: inset 0 0 5px #FFF;
	position: fixed;
}

@media print {
 
    .gwt-Hyperlink,.gwt-Hyperlink>a  {
        width: 0px !important;
        height: 0px !important;
        display: none !important;
    }
	
}

.main-logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 120px;
	height: 60px;
}

.time-style {
	position: absolute;
	right: 10px;
	bottom: 5px;
	font-weight: bold;
	color: rgb(0, 102, 204);
}

.main-menu-fullname {
	position: absolute;
	left: 0px;
	bottom: 0px;
	top: 10px;
	width: 400px;
	font-weight: bold;
}

.main-menu2-label {
	position: absolute;
	left: 200px;
	top: 10px;
	font-weight: bold;
}

.main-menu3-label {
	position: absolute;
	left: 310px;
	top: 10px;
	font-weight: bold;
}

.main-menu4-label {
	position: absolute;
	left: 475px;
	top: 10px;
	font-weight: bold;
}

.main-logout {
	position: absolute;
	right: 0px;
	top: 10px;
	font-weight: bold;
}

.login {
	width: 350px;
	height: 210px;
}

.uploader {
	background-repeat: no-repeat;
}

.tot {
	height: 16px;
	width: 16px;
}

.table-light td,.table-light th {
	border: solid 2px rgb(235, 245, 255) !important
}

.table-light {
	border: solid 2px rgb(235, 245, 255) !important;
	cursor: pointer;
}

.table {
	margin-bottom: 0px !important;
}

.table td .form-group {
	margin-bottom: 0px !important;
}

.table-bordered {
	border: none !important;
}

.table tbody>tr {
	overflow: hidden;
}

.table tbody>tr>td:first-child {
	border-left: none
}

.table tbody>tr>td:last-child {
	border-right: none
}

.table thead>tr>th:first-child {
	border-left: none;
	border-top: none
}

.table thead>tr>th:last-child {
	border-right: none;
	border-top: none
}

.table  th {
	padding-bottom: 3px !important;
	padding-top: 3px !important
}

.table td {
	padding-bottom: 3px !important;
	padding-top: 3px !important;
	border-bottom: none !important;
	border-top: none !important;
}

.table td div {
	overflow: hidden;
}

.table-striped thead>tr>th {
	border-bottom-width: 1px !important;
	border-top-width: 1px !important;
}

.table-striped thead>tr>th {
	background-color: #f9f9f9 !important
}

.table-striped>tbody>tr>td,.table-striped>tbody>tr>th {
	background-color: #f9f9f9
}

.table-striped>tbody>tr:nth-child (2n+ 1) > td,.table-striped>tbody>tr:nth-child
	 (2n+ 1) > th {
	background-color: #FFF
}

.table caption+thead tr:first-child th,.table colgroup+thead tr:first-child th,.table thead:first-child tr:first-child th,.table caption+thead tr:first-child td,.table colgroup+thead tr:first-child td,.table thead:first-child tr:first-child td
	{ /*border-top:1px solid #DDDDDD!important;*/
	border-top: none !important;
}

.dropdown-menu {
	z-index: 9999999999;
}

.dropdown-menu .item {
	padding: 5px;
}

.dropdown-menu .item-selected {
	background-color: #eee;
}

.modal-dialog {
	top: 60px;
}

.nav>li>a {
	padding: 5px 10px;
}
