html { font-size: 80%; }
body {
	font-family: A1 Sans;
	/*font-size: 10px;*/
	margin: 0px;
	background: #E5E5E5;
}

.main-content {
	position: relative;
	width: 1440px;
}

.header-login {
	background-color: #000000;
	color: #BCBCBC;
	height: 50px;
}

.title {
	font-family: serif !important;
	font-size: 25px !important;
}

.header-title {
	background-color: #FFFFFF;
}

tr.header-title td {
	border-bottom: solid 1px #EFEFEF;
}

.overdialling-checkbox .ui-chkbox-box {
    left: -2.3rem;
    top: .6rem;
}


.header-title-box {
	background-color: #FFFFFF;
	color: #000000;
	height: 70px;
	font-family: serif;
	font-size: 18px;
	font-weight: bold;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.left-menu-item {
	display: block;
    text-decoration: none;
    color: #333333;
    padding: 0.5rem 1rem;
    width: 100%;
    border: 0 none;
    float: none;
    border-radius: 0;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

body .ui-accordion .ui-accordion-header.ui-state-active {
    color: #333333 !important;
}

.left-menu-item:hover {
	background-color: #eaeaea;	
}

.ui-accordion-content {
    padding: 0 !important;
}
.breadcrumb {
	background-color: #FFFFFF;
}

.breadcrumb-box {
	background-color: #FFFFFF;
	font-family: A1 Sans;
	font-size: 12px;
	height: 30px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

.main-content-panel {
	margin-top: 50px;
}

.header-switch {
	float: right;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	font-size: 1rem;
}

.header-logo {
	width: 140px;
	height: 140px;
	position: absolute;
	top: 0px;
	left: 40px;
	border: solid 1px #EFEFEF;
	z-index: 10;
}

.loggedin-section	 {
	display: inline-flex;
	margin-right: 80px;
}

.loggedin-user{
	margin-right: 15px;
}



.ui-toggleswitch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 28px;
}

.ui-toggleswitch-slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.ui-toggleswitch-slider:before {
	position: absolute;
	content: "";
	height: 23px;
	width: 26px;
	left: 4px;
	bottom: 3px;
	background-color: black;
	-webkit-transition: .4s;
	transition: .4s;
}

.ui-panelmenu-header {
	background-color: white !important;
	vertical-align: middle !important;
	border: solid 1px #EFEFEF !important;
}

.ui-panelmenu-content {
	background-color: #FFFFFF !important;
	vertical-align: middle !important;
	border: solid 1px #EFEFEF !important;
}

.ui-panelmenu .ui-menuitem-link {
	border-top: solid 1px #EFEFEF !important;
}

.content .ui-panel-titlebar {
	background-color: #FFFFFF !important;
	vertical-align: middle !important;
	border: none !important;
	height: 50px;
}

.content .ui-panel-title {
	font-family: serif !important;
	font-size: 18px !important;
}

.ui-tabs .ui-tabs-nav {
	background: #FFFFFF;
}

.ui-tabs .ui-tabs-nav  li {
	background: #FFFFFF;
	border: none;
}

.ui-tabs .ui-tabs-header {
	background: #FFFFFF;
	border: none;
}

.ui-widget-content {
	border: none;
}

.ui-panelgrid .ui-panelgrid-cell {
	border: none !important;
}

.ui-tabs.ui-tabs-top .ui-tabs-nav li.ui-tabs-selected {
	border: none !important;
	
}

.ui-tabs .ui-state-active a {
	color: red !important;
}

.overdiallingNumber .ui-chkbox {
	vertical-align: top;
}

.overdiallingNumber-table:after {
	content: "";
	display: block;
	background: url("/webadmin05/javax.faces.resource/images/apply.png.xhtml") no-repeat;
	width: 16px;
	height: 16px;
	float: right;
	margin: 0 2px 0 0;
}

/*
.fireInputText {
	height: 30px;
	width: 335px;
	box-shadow: none !important;
	color: #999999 !important;
	border: solid 1px #BCBCBC !important;
	font-size: 14px !important;
}
*/

.fireSelecOneMenu {
	height: 30px;
	width: 335px;
	box-shadow: none !important;
	color: #999999 !important;
	border: solid 1px transparent !important;
	font-size: 1rem !important;
}

.fireSelecOneMenu label.ui-selectonemenu-label {
	/*width: 313px;*/
	/*height: 90%;*/
	display: flex;
	align-items: center;
	box-shadow: none !important;
	/*color: #999999 !important;*/
	border: none !important;
	/*font-size: 14px !important;*/
	padding-top: 13px !important;
	padding-left: 11px !important;
}

div.fireSelecOneMenu .ui-selectonemenu-trigger .ui-icon {
	padding-top: 15px;
}

.fireDatePicker {
	/*height: 30px;*/
	/*width: 335px !important;*/
}

.fireDatePicker .ui-inputfield {
	/*height: inherit !important;*/
	/*width: 302px !important;*/
}

.fireDatePicker .ui-state-default {
	/*height: inherit;*/
}

.button {
	height: 27px !important;
	background: #dbdbdb !important;
	border: none !important;
	color: #333333 !important;
	margin-right: 5px !important;
	margin-bottom: 2px !important;
	margin-top: 2px !important;
	font-weight: normal !important;
	white-space: nowrap;
}

.button:hover {
	background: #b5b5b5 !important;
}

.inline-button {
	background: #dbdbdb !important;
	border: none !important;
	color: #333333 !important;
}

.inline-button:hover {
	background: #b5b5b5 !important;
}

.error-button {
	background: #DA291C !important;
	color: #FFFFFF !important;
	padding-left: 5px !important;
}

.detail-grid  .ui-panelgrid-cell {
	padding: 6px 10px !important;
}

.error-dialog  .ui-panel-titlebar {
	padding: 0 !important;
}

.error-dialog  .ui-panel-content {
	border-left: none !important;
	border-right: none !important;
	border-top: solid 1px #EFEFEF !important;
	border-bottom: solid 1px #EFEFEF !important;
}

.error-dialog  .ui-panel-footer {
	float: right;
	border: none !important;
}

.error-label {
	color: #DA291C;
}

.disabled {
	color: #999999;
	text-decoration: none;
}

.ui-datatable .ui-datatable-header {
	text-align: left !important;
	background-color: #FFFFFF;
	border: none;
	padding-left: 0px !important;
	/*margin-bottom: 30px;*/
}

.ui-datatable .ui-datatable-odd {
	background-color: #FFFFFF;
}

.ui-datatable .ui-datatable-data > tr > td {
	padding: 0.0rem 0.85rem !important;
}

.ui-paginator {
	background-color: #FFFFFF;
	height: 50px;
	display: inline-flex;
	align-items: center;
	width: 100%;
	width: -webkit-fill-available;
	width: -moz-fill-available;
	justify-content: center;
	padding: 0px !important;
	border: 1px solid #BCBCBC;
}

div .snwa-ui-float-label {
	position: relative;
	/*margin-top: 1em;*/
	border: 1px solid #BCBCBC;
	padding: 3px;
	width: 90%;
}
.snwa-ui-float-label > label[id$=snwaLabel] {
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 15px;
	top: 8px;
	font-size: 10px;
	color: #999;
	line-height: 1;
}

/* fix for bug in Theme.css*/
body .ui-panelmenu h3.ui-panelmenu-header.ui-state-active {
	color: #333333 !important;
}

/** copy from eba.css!! **/
.button30 {
	font: Verdana;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	height: 18px;
	font-weight: normal;
	width: 30px;
}
.button40 {
	font: Verdana;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	height: 18px;
	font-weight: normal;
	width: 40px;
}
.button50 {
	font: Verdana;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	height: 18px;
	font-weight: normal;
	width: 50px;
}
.button70 {
	font: Verdana;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	height: 18px;
	font-weight: normal;
	width: 70px;
}
.button80 {
	font: Verdana;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	height: 18px;
	font-weight: normal;
	width: 80px;
}
.button100 {
	font: Verdana;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	height: 18px;
	font-weight: normal;
	width: 100px;
}
.button110 {
	font: Verdana;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	height: 18px;
	font-weight: normal;
	width: 110px;
}
.button113 {
	font: Verdana;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	height: 18px;
	font-weight: normal;
	width: 113px;
}
.button150 {
	font: Verdana;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	height: 18px;
	font-weight: normal;
	width: 150px;
}
.button200 {
	font: Verdana;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	height: 18px;
	font-weight: normal;
	width: 200px;
}
.button250 {
	font: Verdana;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	height: 18px;
	font-weight: normal;
	width: 250px;
}
.button300 {
	font: Verdana;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	height: 18px;
	font-weight: normal;
	width: 300px;
}
.button350 {
	font: Verdana;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	height: 18px;
	font-weight: normal;
	width: 350px;
}
.button400 {
	font: Verdana;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	height: 18px;
	font-weight: normal;
	width: 400px;
}
.button450 {
	font: Verdana;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	height: 18px;
	font-weight: normal;
	width: 450px;
}
.spacer03 {
	height : 3px;
}
.spacer10 {
	height : 10px;
}
.spacer20 {
	height : 20px;
}
.spacer30 {
	height : 30px;
}
.spacer50 {
	height : 50px;
}
.spacer100 {
	height : 100px;
}
.spacer110 {
	height : 110px;
}
.spacer130 {
	height : 130px;
}
.spacer150 {
	height : 150px;
}
.trBgColor {
	background-color: #f5f5f5;
}

/* Fire */
.ui-toggleswitch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 28px;
}

.ui-toggleswitch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.ui-toggleswitch-slider:before {
  position: absolute;
  content: "";
  height: 23px;
  width: 26px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.data-grid .ui-toggleswitch-slider {
    background-color: black;
}

.data-grid  .ui-toggleswitch-checked .ui-toggleswitch-slider {
    background-color: green;
}

.ui-datatable .ui-datatable-header {
	text-align: left !important;
}

div .descField {
	width: 60%; display: inline-table;
}

div .field {
	display: inline-table;
}

.cells-divider {
	width:100%;
	border-bottom: #DADADA 1px solid;
	margin-top:3px; 
	margin-bottom:3px; 
}

.cells-divider a:link {
	font-size:10px; 
}

.width10p {
        width: 10%;     
}
.width15p {
        width: 15%;     
}
.width20p {
        width: 20%;     
}
.width25p {
        width: 25%;     
}
.width30p {
        width: 30%;     
}
.width40p {
        width: 40%;     
}
.width50p {
        width: 50%;     
}

.width-50-per {
	width: 50%;	
}

.width-15-per {
	width: 15%;	
/* 	border-bottom: #DADADA 1px solid; */
	padding-left:5px;
	margin-top:3px; 
	margin-bottom:3px; 
}

.width-35-per {
	width: 35%;
/* 	border-bottom: #DADADA 1px solid; */
	margin-top:3px; 
	margin-bottom:3px; 
}

.width-15-per-mid {
	width: 15%;	
/* 	border-bottom: #DADADA 1px solid; */
/* 	border-left: #DADADA 1px solid; */
	padding-left:5px;
	margin-top:3px; 
	margin-bottom:3px;
}

.content {
	border: 0px;
}

.filter-panel {
	margin-top: 5px;
	margin-bottom: 5px;
}

.filter-panel button{
	margin-right: 6px;
}

.login-panel {
	width:50%;
}

.textArea250 {
	font: Verdana;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	width: 250px;
}

.options-box {
	min-width:160px !important;
}

.bottom-buttons-panel {
	float:right;
	margin-top:5px;
}

.p-datepicker > input {
	width:inherit !important;
} 

.grid-row-err-message {
	background-color: lightpink;
}

.left {
	margin-right:auto;
}

.right {
	margin-left:auto;
}

.centered {
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}

.width80 {
	width: 80px !important;
}

.width60 {
	width: 60px !important;
}

.width100 {
	width: 60px !important;
}

.width-auto {
	width: auto !important;
}

.width20P {
	width: 20%;
}

.width35P {
	width: 35%;
}

.width30P {
	width: 30%;
}

.width50P {
	width: 50%;
}

.width60P {
	width: 60%;
}

.width70P {
	width: 70%;
}

.width80P {
	width: 80%;
}

.width90P {
	width: 90%;
}

.width100P {
	width: 100%;
}

.width3em {
	width: 3em;
}

.width4em {
	width: 4em;
}

.width5em {
	width: 5em;
}

.width6em {
	width: 6em;
}

.width7em {
	width: 7em;
}

.width8em {
	width: 8em;
}

.width9em {
	width: 9em;
}

.width10em {
	width: 10em;
}

.width11em {
	width: 10em;
}

.width12em {
	width: 10em;
}

.width13em {
	width: 10em;
}

.width14em {
	width: 10em;
}

.width15em {
	width: 15em;
}

.width20em {
	width: 20em;
}

.width25em {
	width: 25em;
}

.width30em {
	width: 30em;
}

.width35em {
	width: 35em;
}

.width40em {
	width: 40em;
}

.width50em {
	width: 50em;
}

/************************** Min-Width ********************************/
.minwidth3em {
	min-width: 3em;
}

.minwidth4em {
	min-width: 4em;
}

.minwidth5em {
	min-width: 5em;
}

.minwidth6em {
	min-width: 6em;
}

.minwidth7em {
	min-width: 7em;
}

.minwidth8em {
	min-width: 8em;
}

.minwidth9em {
	min-width: 9em;
}

.minwidth10em {
	min-width: 10em;
}

.minwidth11em {
	min-width: 10em;
}

.minwidth12em {
	min-width: 10em;
}

.minwidth13em {
	min-width: 10em;
}

.minwidth14em {
	min-width: 10em;
}

.minwidth15em {
	min-width: 15em;
}

.minwidth20em {
	min-width: 20em;
}
/************************** Min-Width ********************************/


.ui-panelgrid .ui-panelgrid-cell {
	border:none !important;
}

.ui-panelgrid  .ui-widget-content {
	border:none !important;
}

.noHeaderTable {
    width:20em;
}

.noHeaderTable.ui-datatable tbody td {
    border: none;
}

.noHeaderTable.ui-datatable table {
    border-width: 1px;
    border-style: solid;
    border-color: #a8a8a8;
}

.noHeaderTable.ui-datatable table thead tr {
    display: none;
}

.command-column{
	width:30px;	
}

.overdiallingNumber .ui-chkbox{
	vertical-align: top;
} 

.overdiallingNumber-table:after {
	content: "";
    display: block;
    background: url("/webadmin05/javax.faces.resource/images/apply.png.xhtml") no-repeat;
    width: 16px;
    height: 16px;
    float: right;
    margin: 0 2px 0 0;
	
}

.oneRow {
	display:inline-flex;
}

.overrideActive {
	color: red;
	font-weight: bold;
}

.menu-dialog-link {
	font-size: 12px !important;
	font-family: A1 Sans !important;
}

.command-button {
	color: #333333 !important;
	height: 40px !important;
}

.p-datepicker-panel .ui-timepicker>div a{
	background-color: #808080;
}

.p-datepicker-panel .ui-timepicker>div a:hover{
	background-color: #D3D3D3;
}

.tools-table {
	width:100%;
}

 .tools-table.ui-panelgrid-odd .ui-panelgrid-cell {
	background: white;
}

 .tools-table.ui-panelgrid-even .ui-panelgrid-cell {
	background: #f4f4fe;
}

.table-caption {
	font-size:16px;
	font-weight:bold;
}

.table-caption-header{
	background: #f4f4fe !important;
}

.top {
	vertical-align:top;
}

.width10percent{
	width:10%;
}

.width20percent{
	width:20%;
}

.width40percent{
	width:40%;
}

.width50percent{
	width:50%;
}

.width60percent{
	width:60%;
}

.width70percent{
	width:70%;
}

.width80percent{
	width:80%;
}

table.top-row tr {
	vertical-align:top;
}

table.middle-row tr {
	vertical-align:middle;
}

.permissions-grid .ui-panel-content {
	border: none !important;
}	

.width50percent-border{
	width:50%;
	border: solid 1px #EFEFEF;
}

.permissions-grid .ui-panel-content .ui-widget-header {
	background-color: #EFEFEF !important;
}

.ui-datatable.border-bottom table,
.ui-datatable.border-bottom thead th,
.ui-datatable.border-bottom tbody,
.ui-datatable.border-bottom tbody tr,
.ui-datatable.border-bottom tbody td {
    border-style: none !important;
    border-bottom: solid 1px #EFEFEF !important;
}

.ui-datatable.borderless table,
.ui-datatable.borderless thead th,
.ui-datatable.borderless tbody,
.ui-datatable.borderless tbody tr,
.ui-datatable.borderless tbody td {
    border-style: none !important;
}

.bold {
	font-weight: bold;
}

.selected-row {
	background-color: #EFEFEF !important; 
}

.warning-table-row {
	background-color: #ffba01 !important;
}

.new-modified-table-row {
	background-color: #ffffb3 !important;
}

.checked-modified-table-row {
	background-color: #E7E9EB !important;
}

.odr-download-link {
	align-items: center;
	text-align: center;
	background-color: #7fbcec;
}

.select-many-checkbox .ui-button{
	margin-right:2px !important; 
	margin-bottom:5px;
}

.ui-picklist .ui-picklist-list {
	width:25rem !important;
	margin-left: auto !important;
	margin-right: auto !important;	
}	

.ui-progressbar .ui-progressbar-label {
	padding:10px;	
}

.ui-tabs-header {
	border: solid 1px #a6a6a6 !important;
    border-bottom: 0 !important;
    border-radius: 5px 5px 0px 0px;
}

.ui-tabs .ui-state-active a {
	color:white !important;
}

.ui-fieldset .ui-fieldset-legend {
	padding: 0.3em 1em !important;
}

.nopadding {
	padding: 0 !important;
}

.tnr-validOwner-false {
	background-color:#DEEEA0 !important;	
}
.tnr-validOwner-null {
	background-color: #FFB0C0 !important;	
}
