h3 {
	font-size: 1.1em;
}

.primary-color {
	color: #4caf45;
}

.transparent-background {
	background-color: rgba(255, 255, 255, 0.5);
}

.text-muted {
	color: #98a6ad !important;
}

.no-margin {
	margin: 0px !important;
}

.input-icon-spacer {
	padding: 12px !important;
	padding-left: 38px !important;
}

.input-icon {
	position: absolute;
	left: 14px;
	top: 12px;
}

.ui-password+.tooltip {
	width: 200px;
}

.card-header {
	line-height: 3.3rem;
	font-size: 1.6rem;
	background-color: #009477;
	padding: 0 1.5rem 0 1.5rem;
	color: white;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
}

.Card.space-top {
	margin-top: 15px;
}

.ui-panelgrid-cell.grid-label {
	text-align: right;
	padding-top: 8px !important;
}

@media (max-width: 640px){
	.ui-panelgrid-cell.grid-label {
    	text-align: left;
	}
}

.ui-fluid .ui-button.auto-width-button {
	width: auto !important;
}

.ui-picklist {
    min-width: 100%;
    min-height: 100%;
}

.ui-picklist-list-wrapper {
    width: 50%;
}

ul.ui-widget-content.ui-picklist-list.ui-corner-bottom {
    width: auto;
    min-width: 0;
}
.ui-picklist-buttons {
    margin: auto;
    padding: 10px;
    width: 2px;;
}

.ui-column-filter.ui-inputfield.ui-inputtext {
    width: 90%;
}

.label {
	display: inline-block;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    margin-left: 5px;
    margin-top: 2px;
}

.label .ui-commandlink {
	text-decoration: none !important;	
}

.label-big {
	font-size: 90%;
}

.line-break-labels .label{
	white-space: inherit;
}

.label-default {
    background-color: #777;
}

.label-default .ui-commandlink {
	color: lightgray !important;
}

.label-success {
	background-color: #05c436;
}

.label-error {
	background-color: #ef5350;
}

.label-content {
	font-weight: normal;
}

.ui-commandlink.filter-link {
	color: white !important;
}

.ui-datatable.smaller-font table tbody tr td {
	font-size: 12px;
}

.ui-treetable.smaller-font table tbody tr td {
	font-size: 12px;
}

.break-word {
	word-wrap: break-word;	
}

.ocm-icon-color {
	color:#35ac19;
}

.border-top .ui-grid-row {
	border-top: 1px solid #d1d1d1;;
}

.mail {
	color: #525252 !important;
}

.mail:HOVER {
	color:#00aaff !important;
}

.select-all-description-eng .ui-selectcheckboxmenu-header {
	color: black;	
}

.select-all-description-eng .ui-selectcheckboxmenu-header .ui-chkbox:after {
	content: "Select all";
	color: #525252;
	vertical-align: top;
	position: relative;
	top: 3px;
	left: 7px;
	cursor: default;
}

.Fs220 {
	font-size: 220px!important;
}

.parner-account-wrapper {
	padding: 4px 10px;
}

.element-disabled {	
	opacity: .45;
	background-image: none;
}

#ui-datepicker-div.hide-timepicker .ui-timepicker-div {
	display: none;
}

.table-higher-rows tr {
	height: 37px;
}

.table-row-disabled td:not(.no-disable) {
	opacity: .45;
}

.inpage-navigation {
	display: table-row;
}

.inpage-navigation li{
	padding: 5px;
	display: table-cell;
}

.inpage-navigation li a{
	background-color: #777;
	color: white;
	padding: 5px 10px 5px 10px;
	border-radius: 5px;
}

.button-used .ui-button-text, .button-used .ui-icon{
	color: #ffff99;
}

div.contract-header-hide > div:FIRST-CHILD {
	display: none;
}


.label-14 span{
	font-size: 14px!important;
	padding-top: 2px!important;
}

.user-profile-color div span,
.user-profile-color{
	color: #525252!important;
}

.user-profile-color span.ui-chkbox-label,
.user-profile-color div.ui-chkbox-box{
	cursor: default!important;
}

.user-profile-status-checkbox .ui-chkbox .ui-chkbox-box{
	position: absolute;
}

.user-profile-status-checkbox .ui-chkbox .ui-chkbox-label{
	padding-left: 25px;
}

.contractsFilterReferenceInput ul li,
.contractsFilterReferenceInput ul li input{
	width: 100%!important;
}

.profile-edit-link{
	text-align: left!important;
	background-color: white!important;
	height: auto;
	width: auto;
	margin-bottom: 40px;
}

.profile-edit-link i{
	margin-top:0.43rem!important;
}

@media(min-width: 640px){
	.text-align-right-desktop{
		text-align: right;
	}
}

.user-profile-contract-list{
	background-color:#ffffff!important;
	padding:0px!important;
	margin:0px!important;
	border: none!important;
}

.user-profile-contract-list ul{
	padding:0px!important;
	margin:0px!important;
	list-style: none;
}

.ocb-bg{
	background-color: #f2f2f2;
}



@media(min-width: 1201px){
	.exportProfileDropDown{
		width:80%!important;
	}
	
	.save-export-profile-change{
		width: 17% !important; 
		margin-left:1rem;
	}
}

@media(max-width: 1200px){
	.save-export-profile-change{
		margin-top:1rem;
	}
}


@media (min-width: 1200px){
	.report-panel-fix-position{
		position: fixed;
		width: calc(70% - 6rem);
	}
}	
@media (min-width: 960px) and (max-width:1200px){
	.report-panel-fix-position{
		position: fixed;
		width: calc(50% - 6rem);
	}
}	


@media (max-width: 1200px){
	.reportActionButton{
		width: 100% !important;
		margin-top:12px;
	}
}	


.custom-disabled{
  opacity: .80!important;
  filter: alpha(opacity=80)!important;
  
}