﻿input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],select,
select:focus,
textarea {
  font-size: 16px; 
}
@-ms-viewport{
width:auto!important;
}

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}

a:focus, button:focus, div:focus, th:focus, i:focus, span:focus{
    outline:none;
}

#main{
    background-color: white;
}

#sidebar{
    background-color:white;
}

/*Nav*/
.navbar-right{
    margin-right:0;
}
#pibsMenuBar
{
	height:32px;
	background-color:#ddd;
	font-size:0.9em;
}
#pibsNav ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0;
	z-index:100;
	
}
#pibsNav ul a
{
	display:block;
	color:#333;
	text-decoration:none;
	padding:7px 15px;
}
#pibsNav ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0
}
#pibsNav ul li.current-menu-item
{
	background:#ddd
}
#pibsNav ul li:hover
{
	background:#f6f6f6
}
#pibsNav ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#f6f6f6;
	padding:0
}
#pibsNav ul ul li
{
	float:none;
	width:200px
}
#pibsNav ul ul li:hover
{
	background:#d1d1d1
}
#pibsNav ul ul a
{
	line-height:120%;
	padding:10px 15px
}
#pibsNav ul ul ul
{
	top:0;
	left:100%
}
#pibsNav ul li:hover > ul
{
	display:block
}



/*dataHeader*/
.pibsDataHeader .navLeftAlign
{
	float:left;
}
.pibsDataHeader .navRightAlign
{
	float:right;
}
.pibsDataHeader .navViews, .pibsDataHeader .navRecordNav, .pibsDataHeader .navEditButtons, .pibsDataHeader .navQuickFilter
{
	float:left;
}
.pibsDataHeader a{
    position:relative;
}
.pibsDataHeader a img.list-refresh-icon{
    position:absolute;
    left:50%;
    margin-left:-10px;
    opacity:0;
    transition: opacity 0.5s;
}

.pibsDataHeader a.current img.list-icon, .pibsDataHeader a.current img.detail-icon{
    opacity:1;
    transition: opacity 0.5s;
}
.pibsDataHeader a.current:hover img.list-refresh-icon{
    opacity:1;
}
.pibsDataHeader a.current:hover img.list-icon, .pibsDataHeader a.current:hover img.detail-icon{
    opacity:0;
}
.pibsDataHeaderWrapper{
}
.pibsDataHeaderWrapper.stick{
    position:fixed;
    top:0px;
    z-index:6;
    width:100%;
    margin-left:-15px;
    margin-right:-15px;
    padding-left: 15px;
    padding-right: 15px;
}

.sticky.stick{
    position:fixed;
    top:51px;
    z-index: 10000;
    margin:0 !important;
    margin-left: -15px !important;
    padding:0 15px;
    background-color:#fff;
    border-bottom: dashed 1px #164985;
    border-left: dashed 1px #164985;
    border-right: dashed 1px #164985;
}

.navEditButtons.stick{
    position:fixed;
    top:51px;
    right:32px;
    z-index: 10000;
    margin:0 !important;
    padding:0;
    background-color:#164985;
}

.pibsDataHeader .navEditButtons.stick a.navButton{
    display:block;
    float:left;
    margin:0 !important;
}

.navQuickFilter{
  background-size: 20px 20px;
  padding-bottom:9px;
}
.navQuickFilter input, .navQuickFilter select
{
  margin-top:9px;
  border-radius: 4px;
  color:#333;
  border:none;
  display: inline-block;
}
.navQuickFilter input
{
  background: white url("/Content/images/pibs/filter-grey.png") 6px 6px no-repeat;
  background-size: 20px 20px;
  padding: 5px 2px 5px 28px;
  height:32px;
  width:190px;
  margin-right:10px;
}
.navQuickFilter select
{
  padding: 6px 2px 6px 25px;
  background: white url("/Content/images/pibs/searchicon-grey.png") 6px 6px no-repeat;
  background-size: 18px 18px;
  width:190px;
  margin-right:10px;
  height:32px;
}
li.userinfo{
    margin-right:0;
}
.navQuickFilter input:focus {
  outline: 0;
}
.pibsDataHeaderMobile{
    background-color: rgb(221, 221, 221);
    margin-top:-20px;
}
.pibsDataHeaderMobile .navQuickFilter{
    text-align:center;
    padding-left:10px;
}

.pibsDataHeader .navRecordNav{
    margin-left: 25px;
    margin-right: 25px;
}
.pibsDataHeader .navRecordNav .pageNav
{
    position:relative;
    float:left;
    font-size:13px;
    padding:0 5px;
}
.pibsDataHeader .navRecordNav .pageNav div.page-label
{
    text-align:center;
}
.pibsDataHeader .navRecordNav .pageNav span
{
    color:white;
}
.pibsDataHeader .navRecordNav .pageNav div
{
    padding-top:2px;
}
.pibsDataHeader .navRecordNav .pageNav input
{
    text-align:center;
    display:inline;
    width:30px;
    background-color: rgba(255,255,255,1);
    border: none;
    padding-top: 1px;
    padding-bottom: 1px;
    font-size:14px;
}
.pibsDataHeader a.navButton
{
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;  
	display:block;
	float:left;
	width:50px;
	height:50px;
	padding:15px;
	cursor:pointer;
}
.pibsDataHeader a.navButton.navIcon
{ 
	display:block;
	float:left;
	width:50px;
	height:50px;
	padding-left:12px;
    padding-top:16px;
    font-size:0.7em;
}

.pibsDataHeader a.navButton i{
    color:white;
}
.pibsDataHeader a.navButton:hover
{
	background-color:#426690;
}

.pibsDataHeader a.navButton.disabled{
    cursor:not-allowed;
    opacity:0.5;
}

.pibsDataHeader a.navButton.disabled:hover{
    background-color:transparent;
}

.pibsDataHeader a.navButton.navIcon:hover
{ 
    background-color:transparent;
}
.pibsDataHeader a.navButton.current, .pibsDataHeader a.navButton.current:hover
{
	background-color:#5a89c0;
}
.pibsDataHeader a.navButton img
{
	width:20px;
	height:20px;
}
.pibsDataHeader
{
	background-color:#164985;
	margin-bottom:20px;
    height:50px;
}
.pibsDataHeaderWrapper
{
	background-color:#164985;
    height:50px;
}
#pibsContent .pibsDataHeader a.navControlButton
{
	background-color:#164985;
	color:White;
	border:none;
	height:24px;
	padding:13px 15px 13px 38px;
	display:block;
	float:left;	
	background-repeat:  no-repeat;
	background-position:  left 10px center;
	-webkit-background-size: 20px 20px;
	-moz-background-size: 20px 20px;
	-o-background-size: 20px 20px;
	background-size: 20px 20px;
}
#pibsContent .pibsDataHeader a.navControlButton:hover{
	background-color:#426690;
}
#pibsContent .pibsDataHeader a.navControlButton.newButton
{
	background-image: url('/portals/ess/images/cross.png');
}
#pibsContent .pibsDataHeader a.navControlButton.searchButton
{
	background-image: url('/portals/ess/images/searchicon.png');
}
#pibsContent .pibsDataHeader a.navControlButton.editButton
{
	background-image: url('/portals/ess/images/draw.png');
}
#pibsContent .pibsDataHeader a.navControlButton.deleteButton
{
	background-image: url('/portals/ess/images/trash.png');
}


.pibsDataHeaderMobile{
    display:none;
}
@media screen and (max-width: 1200px) {
    .pibsDataHeader .navQuickFilter{
        display:none;
    }
    .pibsDataHeaderMobile .navQuickFilter{
        display:block;
    }
    .pibsDataHeaderMobile{
        display:block;
    }
}

#dataListView{
    position:relative;
}
#dataListView tr.current
{
	background-color:#eee;
}

#dataDetailView a.btnNewNote{
	background-color:#164985;
	color:white;
	border:none;
	padding:7px 13px;
	margin-bottom:20px;
	display:inline-block;
	transition-duration: .5s;
	float:right;
	margin-top:-10px;
}
#dataDetailView a.btnNewNote:hover{
	background-color:#426690;
}

.container-fluid .textAreaNote
{
	clear:both;
	margin-top:33px;
	margin-bottom:5px;
	padding:10px 15px;
	background:#eee;
	border:1px solid #ddd;
}

.subscriptionCategories label{
    font-weight:normal;
    padding-left:10px;
}

div.table-responsive{
    min-height:500px;
}

/*DataList*/
table.table-responsive{
    overflow: visible;
}

.table-responsive tbody{
    background-color: white;
}
.table-responsive thead{
    /*border-top: solid 2px #d9d9d9;*/
    background-color:#CCD9DE;
}
.table-responsive tbody{
}
/*#dataListView table tbody tr{
    cursor: pointer;
}*/
.table-responsive tr:focus{
    outline:none;
}
/*/.dataListView tr.current
{
    margin-left:20px;
	background-color:#eee;
}
.dataListView tr.current
{
	background-color:#eee;
}
.dataListView tr.current:hover
{
	background-color:#eee;
}/**/
#dataListView table .table-hover > tbody > tr:hover
{
	background-color:#eee;
}
#dataListView table tr i{
    color:#164985;
}




/*********
    
    Fields
    
    ************/

.pibsData{
}

.pibsData .rowSpacer{
    margin-top: 40px;
}

h3{
    margin-bottom:0;
}
.pibsData h3.sectionHeader
{
	font-weight:normal;
	font-size:1.2em;
	border-bottom:1px solid #999;
	margin-bottom:20px;
	margin-top:40px;
	color:#426690;
}
.pibsData h4.sectionHeader
{
	font-weight:normal;
	font-size:1.1em;
	margin-bottom:30px;
}
.pibsData h3.sectionHeader.noSpacer
{
	margin-top:20px;
}
.pibsData h3.sectionHeader i
{
	display:inline-block;
	width:15px;
	height:15px;
	margin-right:10px;
    
    margin-left:10px;
}

.pibsData h3.sectionHeader i.blankicon
{
	background-color:#ccc;
}

.pibsData h3.sectionHeader i.green
{
	background-color:#94cf99;
}

.pibsData h3.sectionHeader i.red
{
	background-color:#d76e6e;
}


.pibsData h3.sectionHeader i.yellow
{
	background-color:#d7c76e;
}

.pibsData h3.sectionHeader.toggle
{
	border-bottom:solid 1px #ccc;	
	margin-bottom:0;	
	font-size:1.1em;
	padding-top:8px;
	padding-bottom:8px;
}

.pibsData label
{
	font-weight:normal;
}
.pibsData label
{
	display:block;
	width:100%;
	white-space: nowrap;
	text-overflow: ellipsis
}
.pibsData input,
.pibsData select
{
	width:100%;	
	padding:2px 10px;
	height:28px;
    border: solid 1px #aaa;
    background-color:#fff;
    font-weight:normal;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: auto;
    margin-left: -1px;
}
.pibs-control .input-group-btn button.btn, .pibs-control .input-group-btn.tel a.btn{
    height:28px;
    padding: 4px 6px;
}
.pibs-control .input-group-btn a.btn{
    height:28px;
    padding: 0;
}
.pibs-control .input-group-btn a.btn .moment-picker span div{
    padding: 4px 6px;
}
.moment-picker{
    position:initial;
}
.moment-picker .moment-picker-container {
    top:initial;
    z-index:50;
}
.custom-list-view .moment-picker.top .moment-picker-container {
    top: initial;
    bottom: auto;
    margin-top: 4px;
    margin-bottom: 0;
}
.moment-picker table thead th{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.pibsData .has-info{
    margin-bottom: 0px;
}
.pibs-control .input-group{
    width:100%;
}
.pibsData .hasPopup .input-group-btn{
    vertical-align: top;
}
.hasPopup{
    width: 100%;
}
.hasPopup .form-control{
    border-radius: 0px;
}
.pibsData .info{
    padding: 4px 10px 0px 10px;
    margin-bottom: 20px;
    font-style: italic;
    font-size: 12px;
    white-space: normal;
}
.hasPopup .input-group-btn button{
    height: 28px;
}
.hasPopup .input-group-btn button .glyphicon{
    top: -1px;
}
.pibsData textarea{
    border: solid 1px #aaa;
    background-color:#fff;
}
.pibsData textarea:disabled{
    background-color:#fff;
    border: solid 1px #f1f1f1;
    color: #666;
    -webkit-text-fill-color:#666;
	filter: Alpha(Opacity=100) !important;
	opacity: 1 !important;
	zoom: 1;
}
.pibsData input:disabled, .pibsData select:disabled, .pibsData textarea:disabled {
    background-color:#fff;
    border: solid 1px #f1f1f1;
    color: #666;
    -webkit-text-fill-color:#666;
	filter: Alpha(Opacity=100) !important;
	opacity: 1 !important;
	zoom: 1;
}
.pibsData .pibs-input-type-date.date-control-disabled-false input:disabled, .pibsData .pibs-input-type-datetime.datetime-control-disabled-false input:disabled, .pibsData .pibs-input-type-time.time-control-disabled-false input:disabled{
    border: solid 1px #aaa;
    color:inherit;
    -webkit-text-fill-color:inherit;
	filter: Alpha(Opacity=100) !important;
	opacity: 1 !important;
	zoom: 1;
}
.pibsData label.checkLabel
{
    display: block;
    padding-left: 25px;
    text-indent: -15px;
    top:0;
    width:auto;
}
.pibsData input[type="checkbox"]
{
	display:block;
    width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    top:3px;
    position: relative;
    *overflow: hidden;
    float:left;
}
.pibsData textarea
{
	width:100%;	
	margin-bottom:20px;
	padding:10px;
}

.pibsData input.green, .pibsData select.green, .pibsData textarea.green {
    background-color:#94cf99;
}
.pibsData input.yellow, .pibsData select.yellow, .pibsData textarea.yellow {
    background-color:#F1F5A6;
}
.pibsData input.red, .pibsData select.red, .pibsData textarea.red {
    background-color:#E6B1B1;
}

.pibsData .frame
{
	margin-bottom:50px;
}

.pibsData input, .pibsData select, .pibsData textarea{
    margin-bottom: 20px;
}

.pibs-control {
    margin-bottom: 20px;
}

.pibs-control input, .pibs-control select, .pibs-control textarea{
    margin-bottom: 0;
}

table tbody tr td .pibs-control{
    margin-bottom: 0px;
}

.pibs-control .attachment-display a.btn{
    line-height:0;
}
.pibs-control .attachment-upload a.btn{
    line-height:1em;
}

.pibsData .has-error label{
    color: rgb(185, 44, 40) !important;
}
/*.pibsData .has-error .control-label:before{
    content: "\f071"; 
    font-family: FontAwesome;
    margin-right:5px;
}*/
.pibsData .has-error .control-label.validationMessage{
    position:absolute;
    font-size: 0.8em;
}
.pibsData .has-error .control-label.validationMessage:before{
	content: "\f071"; 
	font-family: FontAwesome;
	margin-right:5px;
}
.pibsData input:enabled.ng-invalid, .pibsData select:enabled.ng-invalid, .pibsData textarea:enabled.ng-invalid, .pibsData .pibs-input-type-date.date-control-disabled-false input:disabled.ng-invalid, 
.pibsData .pibs-input-type-datetime.datetime-control-disabled-false input:disabled.ng-invalid, .pibsData .pibs-input-type-time.time-control-disabled-false input:disabled.ng-invalid{
	border-color: #a94442;
	/*margin-bottom: 0px;*/
}

table tr .grid-edit-button, table tr .grid-select-button{
    background:transparent;
    color:white;
    display:inline-block;
    margin-left:0px;
    padding:3px 5px;
    margin-top:-5px;
    margin-bottom:-5px;
    opacity:0.5;
}

.table > tbody > tr > td.list-view-select-column{
    min-width:55px;
    padding-left:4px;
    padding-right:2px;
}
.table > thead > tr > th.filterHeader i{
    position:absolute;
    right:18px;
    bottom: 10px;
    width:10px;
}


.table > thead > tr > th.filterHeader{
    padding-right:26px;
    position:relative;
}


table tr .grid-select-button{
    opacity:0.1;
}
table tr .grid-edit-button:hover, table tr .grid-select-button:hover{
    opacity:1;
}
table tr .grid-edit-button i, table tr .grid-select-button i{
    
    color:#133154;
}

table tbody.collapsed{
    visibility:collapse;
    line-height:0;
}
table tbody.collapsed td span{
    line-height:0px;
}


.table-loading{
    position:absolute;
    top:150px;
    width:100%;
    text-align:center;
}
.loading-placeholder{
    position:absolute;
    top:100px;
    left:50%;
    margin-left: -100px;
    width:200px;
    text-align:center;
}
.loading-center{
    width:300px;
    margin: 20px auto;
    text-align:center;
}
.loading-center label{
    display:inline;
}

.ngdialog.ngdialog-theme-default .ngdialog-content {
    background-color: white;
}

.ngdialog.ngdialog-theme-default .ngdialog-button {
  opacity: 0.7;
}

.ngdialog.ngdialog-theme-default .ngdialog-button:hover {
  opacity: 1;
}

.ngdialog.ngdialog-theme-default .ngdialog-button.ngdialog-button-secondary {
  background: #ccc;
  color: #333;
}

.ngdialog.ngdialog-theme-default .ngdialog-button.ngdialog-button-red {
  background: #E63232;
  color: #fff;
}

.ngdialog.ngdialog-theme-default .ngdialog-content {
    padding: 2em 2em;
}

.ngdialog-buttons{
    padding-top:20px;
}

#pibsContent h3.sectionHeader i {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

#pibsContent h3.sectionHeader i.green {
    background-color: #94cf99;
    border: solid 1px #94cf99;
}


#pibsContent h3.sectionHeader i.red
{
	background-color:#d76e6e;
	border: solid 1px #d76e6e;
}

#pibsContent h3.sectionHeader i.yellow
{
	background-color:#d7c76e;
	border: solid 1px #d7c76e;
}

.table-responsive i.blankicon
{
	display:block;
	height:20px;
	width:20px;
	background-color:#ccc;
}

.table-responsive i.green
{
	display:block;
	height:20px;
	width:20px;
	background-color:#94cf99;
}
.table-responsive i.yellow
{
	display:block;
	height:20px;
	width:20px;
	background-color:#d7c76e;
}
.table-responsive i.red
{
	display:block;
	height:20px;
	width:20px;
	background-color:#d76e6e;
}

.frame.collapsible
{
	border:solid 1px #ccc;	
	border-top:none;
	background-color:#f6f6f6;
	padding:20px 20px 0 20px;
	margin-bottom:20px;
}

.frame.collapsible table.table-responsive{
    border: solid 1px #ddd;
    border-bottom: solid 2px #ddd;
}

.frame.collapsible .frame.collapsible
{
	background-color:#fff;
}
#pibsContent h3.sectionHeader.toggle
{
	border-bottom:solid 1px #ccc;	
	margin-bottom:0;	
	font-size:1.1em;
	padding-top:8px;
	padding-bottom:8px;
}

.pibsData.loadingtrue{
    display:none;
}

.pibsData h3.sectionHeader.toggle{
    margin-top:0px;
}

.pibsData h3.sectionHeader.tableHeader{
    margin-bottom:2px;
    margin-top:10px;
    border:none;
}

.pibsData .rowSpacer, .pibsData h3.sectionHeader.toggle.rowSpacer{
    margin-top: 20px;
}
tr.toggle{
    cursor:pointer;
}
h3.toggle
{
	padding-top:5px;
	padding-bottom:5px;
	cursor:pointer;
}
h3.toggle:hover
{
	background-color:#cad6e4;
}
h3.toggleDown, tr.toggleDown td:last-child
{
	background-image: url('/content/images/pibs/chevronDownGrey.png');
	background-size: 20px 20px;
	background-position: right 10px center;
	background-repeat:  no-repeat;
}
h3.toggleUp, tr.toggleUp td:last-child
{
	background-image: url('/content/images/pibs/chevronUpGrey.png');
	background-size: 20px 20px;
	background-position: right 10px center;
	background-repeat:  no-repeat;
}


tr.toggleDown i,tr.toggleUp i{
    position:relative;
}
tr.toggle i:after{
    font-family: "Lucida Console", Monaco, monospace;
    font-size:24px;
    color:white;
    font-style:normal;
    position:absolute;
    top:-7px;
    left:3px;
}

tr.toggle input, tr.toggle select{
    margin-bottom:0px;
}

tr.toggleDown i:after{
    content: "+"; 
}

tr.toggleUp i:after{
    content: "-"; 
}

th.filterHeader{
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;  
    cursor:pointer;
}

th.filterHeader:hover {
    background-color:rgba(255,255,255,0.5);
}


th i.sorted:before{
    content:'\f107';
}
th i.sorted.ascending:before{
    content:'\f106';
}

.table > tbody > tr > td.collapsibletd{
    padding:0;
    border-top: 0px;
}
.table.table-collapsible tbody {
    border-top: none;
}
.table.table-collapsible tbody:first-child {
    border-top: 2px solid #ddd;
}
.table > tbody > tr.toggleUp td{
    border-bottom:solid 1px #eee;
}
.table > tbody > tr > td.collapsibletd .collapsed{
    padding: 15px;
    border-bottom:solid 3px  #ccc;
    background-color: #fbfbfb;


}
.annotation{
    font-size:0.8em;
    color:#999;
}
.annotation span{
    color:#333;
}
.label.label-status-{
    background-color:transparent;
}
.label.label-status-red{
    background-color: #d9534f;
}

.label.label-status-yellow{
    background-color: #f0ad4e;
}

.note{
    margin-bottom:33px;
}


.textAreaNote {
    clear: both;
    margin-bottom: 5px;
    padding: 10px 15px;
    background: #eee;
    border: 1px solid #ddd;
}

.noteCategoryInventory .textAreaNote{
    background: #DCEDF2;
}

.noteCategoryManagement .textAreaNote{
    background: #E8CFCF;
}

.noteData{
    font-size:0.8em;
}

.loggingInButtontrue{
    opacity:0.6;
}
.input-password, .input-password input{
	margin-bottom:0;
}

button.loginButton{
    margin-bottom:10px;
}
.password-recovery-link{
    cursor:pointer;
}
/*
.md-datepicker-input-container{
    padding-bottom:0px;
    border-bottom:0px;
    width:100%;
}
.md-datepicker-input{
    min-width:inherit;
    max-width:inherit;
}
.md-datepicker-triangle-button{
    right:3px;
}
.md-default-theme .md-datepicker-triangle-button .md-datepicker-expand-triangle, .md-datepicker-triangle-button .md-datepicker-expand-triangle {
    border-top-color: #000;
}
.md-default-theme .md-datepicker-triangle-button:hover .md-datepicker-expand-triangle, .md-datepicker-triangle-button:hover .md-datepicker-expand-triangle {
    border-top-color: #000;
}
.md-datepicker-expand-triangle {
    border-left-width:3px;
    border-right-width:3px;
    border-top-width:6px;
}
  .md-datepicker-open input.md-datepicker-input {
    margin-left: 0;
    height: 28px;
    border-bottom-color: #aaa; 

  }
.md-datepicker-input-mask {
  height: 27px;
}
.md-datepicker-open .md-datepicker-triangle-button,
.md-datepicker-open.md-input-has-value > label,
.md-datepicker-open.md-input-has-placeholder > label {
    display: inherit; 

}


.pibs-child-grid table input{
    margin-left:-8px;
    margin-top:-6px;
    padding: 0 8px;
}
*/

.pibs-child-grid table.table > thead > tr > th{
    padding:8px 8px 8px 12px;
}

.pibs-child-grid table td.child-grid-control{
    padding:2px 4px;
}

.pibs-child-grid table .pibs-control{
    margin-left:0px;
    margin-top:1px;
    padding: 0 0px;
}

.pibs-child-grid table input:disabled, .pibs-child-grid table select:disabled {
    background-color:transparent;
    border: 0px;
    color: #666;
    -webkit-text-fill-color:#666;
}

.pibs-child-grid table .pibs-input-type-date.date-control-disabled-false input:disabled{
    background-color:#fff;
}

.pibs-child-grid table tr.current
{
	background-color:#eee;
}
.pibs-child-grid table tr td span.ng-binding
{
	display:block;
    margin-top:6px;
}

.pibs-child-grid table tr.current .grid-select-button{
    opacity:1;
}

.pibs-child-grid table tr .grid-edit-button, .pibs-child-grid table tr .grid-select-button{
    margin-left:0px;
}

.pibs-child-grid table .delete-column{
    width: 20px;
    padding-left:0px;
    padding-right:4px;
}
.pibs-child-grid table .add-row:hover{
    background:transparent;
}

.pibs-child-grid table .select-row-column{
    width:20px;
    padding-left:0px;
    padding-right:0px;
}
.pibs-child-grid table .move-row-column{
    width:20px;
    padding-left:0px;
}
.placeholder{
    padding:10px 20px 10px;
    text-align:center;
    color:#548091;
    border: dashed 1px #B0BDC2;
    background: #E9F0F2; 

}


.ngdialog.pibsPopup .ngdialog-content {
    width: 800px;
    min-height:200px;
}

.ngdialog.pibsPopup .ngdialog-content{
    clear:both;
}
.ngdialog.pibsPopup .ngdialog-content:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
.ngdialog.pibsPopup .ngdialog-content table, .pibsPopup .ngdialog-content .pibsDataHeader {
    margin:0;
}
.ngdialog.pibsPopup #dataListView{
    max-height:500px;
    overflow:auto;
}


.pibsAttachment{
    border-bottom: solid 1px #B3C3C9;
    padding:5px 3px 3px 3px;
}

.table-responsive td.child-grid-control .pibsAttachment{
    border-bottom:none;
    padding-top:0px;
}

.pibsAttachment a{
    text-decoration:none;
    cursor:pointer;
}
.pibsAttachment a:hover{
    text-decoration:none;
}

.pibsAttachment .pull-right{
    color:#133154;
    display:inline-block;
    margin-left:10px;
    padding:3px 5px;
    margin-top:-5px;
    margin-bottom:-5px;
    opacity:0.5;
    outline:none;
}

.pibsAttachment .pull-right:hover{
    opacity:1;
}

.attachmentPreview{
    background:#f3f3f3;
    border: 1px dashed #aaa;
    min-height:50px;
    position:relative;
    text-align:center;
}

.attachmentPreview img{
    max-width:100%;
    height:auto;
}

input[type="file"]{
    border:none;
}

.gear-dropdown{
    position:relative;
    display:block;
    float:left;
    width:50px;
    height:50px;
}
.gear-dropdown ul li a{
    padding: 3px 28px 3px 10px;
    cursor:pointer;
}
.gear-dropdown ul li a i{
    margin-right:-23px;
    padding-top:3px;
}

.dropdown-menu{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;

}

.dropdown-submenu {
    position: relative;
    cursor: default;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.ngdialog.ngdialog-theme-default {
  padding-bottom: 20px;
  padding-top: 50px;
}

.ngdialog.shufflePopup .ngdialog-content{
    max-width: 1200px;
    width:99%;
    overflow:hidden;
}
.ngdialog.shufflePopup .ngdialog-content .shuffleButtons{
    margin-top:167px;
    text-align:center;
}
.ngdialog.shufflePopup .ngdialog-content .shuffleButtons div{
    max-width:60px;
    margin-left:auto;
    margin-right:auto;
}
.ngdialog.shufflePopup .ngdialog-content .shuffleButtons button{
    margin-bottom:10px;
}

.pibs-input-type-date{
    position:relative;
}
.date-picker-button{
    position:absolute;
    padding:4px;
    bottom:0px;
    right:0;
    color:#164985;
}
.date-clear-button{
    position:absolute;
    padding:4px;
    bottom:0px;
    right:20px;
    color:#164985;
}
.date-control-has-label .date-picker-button, .date-control-has-label .date-clear-button{
    bottom:auto;
    top:25px;
}
.date-picker-button i, .date-clear-button i{
    opacity: 0.7;
}
.date-picker-button:hover i, .date-clear-button:hover i{
    opacity: 1;
}

.date-picker-button.date-picker-button-disabled-true i, .date-clear-button.date-picker-button-disabled-true i{
    opacity:0.0;
}
.date-picker-button.date-picker-button-disabled-true .moment-picker .moment-picker-input, .date-clear-button.date-picker-button-disabled-true .moment-picker .moment-picker-input{
    
    cursor:default;
}
.moment-picker-container {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari*/
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.pibsData .pibs-input-type-date.date-control-disabled-false input.ng-invalid{
    border-color: #a94442;
    /*margin-bottom: 0px;*/
}
.pibsData .pibs-input-type-date.date-control-disabled-false input.ng-invalid.ng-dirty{
    margin-bottom: 0px;
}

.date-picker-button-time table thead{
    display:none;
}


.ngdialog.shufflePopup .pibs-child-grid{
    padding:0;
    width:45%;
}

.ngdialog.shufflePopup .pibs-child-grid div.shuffle-left{
    max-height:500px;
    overflow:auto;
}
.ngdialog.shufflePopup .pibs-child-grid div.shuffle-left table{
    width:100%;
}
.ngdialog.shufflePopup .shuffleButtons{
    padding:0;
    width:10%;
}
.ngdialog.shufflePopup h3.sectionHeader{
    margin-bottom:0;
    margin-top:10px;
}
.ngdialog.shufflePopup .navQuickFilter{
    height:45px;
    background-color:#164985;
    padding:9px 0;
    text-align:center;
    width:100%;
}
.ngdialog.shufflePopup .navQuickFilter select, .ngdialog.shufflePopup .navQuickFilter input{
    width: 40%;
    border-radius: 4px;
    color:#333;
    border:none;
    font-size:1.0em;
}
.ngdialog.shufflePopup .navQuickFilter input{
    background: white url(/Content/images/pibs/filter-grey.png) 6px 6px no-repeat;
    background-size: 16px 16px;
    padding: 6px 2px 6px 28px;
    width: 45%;
    margin-left:2px;
    margin-top:0px;
    margin-bottom:0px;
}

.pibsData .table-responsive .password-control-label{
    display:none;
}
.pibsData .table-responsive .password-control-btn{
    margin-top:1px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.pibsData .table-responsive input.has-error{
    margin-bottom:10px;
}
.pibsData .table-responsive label.has-error{
    margin-top:-10px;
}



body .register-form {
    max-width:450px;
    margin-left:auto;
    margin-right:auto;
}
#myCaptcha div{
    margin-left:auto;
    margin-right:auto;
    margin-bottom:15px;
}
/* Tooltip container */
.simpletooltip {
    position: relative;
    display: inline-block;
    color:#164985;
}



/* Tooltip text */
.simpletooltip .tooltiptext {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    visibility: hidden;
    margin-bottom:5px;
    background-color: #164985;
    color: #fff;
    text-align: center;
    padding: 6px 9px;
    width:200px;
    white-space:normal;
    top: -5px;
    left: 23px; 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    opacity:0.9;
    border-radius: 3px;
}

.simpletooltip .tooltiptext h4 {
    font-size:1.1em;
    border-bottom:solid 1px white;
    padding-bottom:2px;
    margin-top:2px;
}
.table > thead > tr > th.filterHeader i.simpletooltip .tooltiptext {
    top: 25px;
    right: -100px;
    left:auto; 
}


.simpletooltip .tooltiptext ul{
    text-align:left;
    padding-left:0px;
    margin-bottom:2px;
    margin-left:15px;
}
.simpletooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 13px;
    right: 100%; /* To the left of the tooltip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #164985 transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.simpletooltip:hover .tooltiptext {
    visibility: visible;
}


.table > thead > tr > th.filterHeader i.simpletooltip{
    position:relative;
    right:auto;
    bottom:auto;
    width:auto;
    margin-left:4px;
    cursor:default;
}
.table > thead > tr > th.filterHeader i.simpletooltip::before{
    opacity:0.6;
}



.table > thead > tr > th.filterHeader i.simpletooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    top: -10px;
    right: 50%; /* To the left of the tooltip */
    margin-top:0;
    border-width: 5px;
    border-style: solid;
    border-color:  transparent  transparent #164985 transparent;
}

.topOfPageButton{
    background-color:#164985;
    width:50px;
    height:50px;
    padding: 13px 15px 17px;
    border-radius: 50%;
    position:fixed;
    right: 20px;
    bottom: 20px;
    cursor:pointer;
}
.topOfPageButton:hover{
    background-color:#426690;
}
.topOfPageButton img{
    width:20px;
    height:20px;
}
.pibsData label.label-note{
    text-align:left;
    overflow:hidden;
    white-space:normal;
    line-height: 16px;
}
.toast-top-right{
    /*top: 130px;*/
}






@media screen and (max-width: 767px) {
    body.body-login .login-form{
        width:92%;
        position:absolute;
        left:4%;
        max-width:none;
    }
    body.body-login .login-form form.form-signin{
        max-width:340px;
        min-width:300px;
        padding:0;
        width:90%;
    }
    .navbar{
        margin-bottom:0;
    }
    .navbar-right{
        margin-right:-15px;
    }
    .navQuickFilter {
        width:100%;
    }
    #main .mainWrapper{
        padding-left:15px;
        padding-right:15px;
    }
    
    .pibsDataHeader{
        margin-left:-15px;
        margin-right:-15px;
        padding-left: 0;
        padding-right: 0;
    }
    .pibsDataHeaderMobile{
        margin-left:-15px;
        margin-right:-15px;
        padding-left: 0;
        padding-right: 0;
    }
    .pibsDataHeaderWrapper.stick{
        margin-left:0;
        margin-right:0;
        padding-left: 0;
        padding-right: 0;
    }
    .ngdialog.shufflePopup .pibs-child-grid{
        width:100%;
    }
    .ngdialog.shufflePopup .ngdialog-content .shuffleButtons{
        margin-top:10px;
        width:100%;
    }
    .ngdialog.shufflePopup .ngdialog-content .shuffleButtons div{
        width:100%;
        max-width:100%;
        margin-left:0px;
        margin-right:0px;
    }
    .ngdialog.shufflePopup .ngdialog-content .shuffleButtons button{
        display:inline;
        margin-bottom:0px;
    }
}



.table > thead > tr > th.filterHeader div.list-column-button{
    position:absolute;
    right:0px;
    width:20px;
    height:100%;
    bottom:0px;
    text-align:center;
    color:#164985;
    cursor:pointer;
}

.table > thead > tr > th.filterHeader div.list-column-button i{
    opacity:.5;
}

#dataListView table tr i.list-filter {
   /* color:#851616; */
}
.table > thead > tr > th.filterHeader div.list-column-button i{
    position:absolute;
    right:2px;
    bottom:8px;
    width:16px;
    height:16px;
    padding-top:1px;
    padding-bottom:1px;
}
#dataListView .table > thead > tr > th.filterHeader div.list-column-button.filtered i{
    background-color:#164985;
    color:#eff3f7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.table > thead > tr > th.filterHeader div.list-column-button:hover i{
    opacity:1;
}
.table > thead > tr > th.filterHeader div.list-column-button:hover i{
    opacity:1;
}
.editListButton{
    color:#CCD9DE;
    cursor:pointer;
}
.editListButton:hover{
    color:#164985;
}
.list-edit-panel{
    position:absolute;
    background-color:#eff1f2;
    min-width:100%;
    width:250px;
    right:0;
    margin-top:0px;
    padding: 15px;
    z-index:5;
    border:solid 1px #CCD9DE;
}
.list-edit-panel .list-edit-panel-clear{
    height:28px;
}
.list-edit-panel .list-where-options{
    padding-bottom: 10px;
}
.list-edit-panel .list-where-option-checkbox{
    padding: 0px 15px;
    display:block;
}
.list-edit-panel .list-where-option-checkbox input{
    margin-right: 7px;;
}
.table  > thead > tr > th.filterHeader .list-edit-panel i{
    position:relative;
    right:auto;
    bottom:auto;
    width:auto;
}
.table-header-column-0 .list-edit-panel{
    right:auto;
    left:0;
}
.cont #list-options{
    background-color:#5a89c0;
    color:white;
    position:absolute;
    z-index:3;
    display:none;
    top:50px;
}
.cont #list-options h3 {
    display:none;
    cursor:pointer;
}
.cont #list-options.list-show-options{
    display:block;
}

.cont #list-options:hover {
    display:block;
}

.cont #list-options li i{
    position:absolute;
    top:3px;
    padding-top:4px;
    padding-bottom:4px;
}
.cont #list-options li i.list-exc{
    left:5px;
}
.cont #list-options li i.list-fav{
    left:5px;
    color:#fff7d1;
}
.cont #list-options li i.list-fav.list-fav-open{
    opacity:0.6;
    color:white;
}
.cont #list-options li i.list-trash{
    left:25px;
    opacity:0.5
}

.cont #list-options li i.list-fav:hover {
    opacity:0.95;
}
.cont #list-options li i.list-fav:hover:before {
    content: "\f005";
}
.cont #list-options li i.list-trash:hover{
    opacity:1;
}
.cont #list-options ul{
    list-style-type:none;
    padding-left:0px;
    margin-bottom:0;
}
.cont #list-options li{
    margin-bottom:0;
    cursor:pointer;
    position:relative;
    background-color:rgba(255,255,255,0.2);
}
.cont #list-options li span{
    display:block;
    padding: 4px 10px 4px 30px;
}
.cont #list-options li.current-list-view{
    background-color:rgba(255,255,255,0.4);
}

.cont #list-options li:hover{
    background-color:rgba(255,255,255,0.5);
}

.cont #list-options.list-edit-mode li span{
    padding-left:50px
}
.cont #list-options #list-options-wrapper>span{
    display:block;
    background-color:rgba(255,255,255,0.2);
    color: rgba(255,255,255,0.7);
    font-size:0.8em;
    padding:5px 5px 0px;
}

.list-edit-mode .table-responsive thead{
    background-color: #d6babe;
}

.cont.list-edit-mode .pibsDataHeader, .cont.list-edit-mode .pibsDataHeaderWrapper{
    background-color:#851616;
}
.cont.list-edit-mode .pibsDataHeader a.navButton.current, .cont.list-edit-mode .pibsDataHeader a.navButton.current:hover {
    background-color: #c05a5a;
}
.cont.list-edit-mode .pibsDataHeader a.navButton:hover {
    background-color: #904242;
}
span.list-edit-mode-label{
    font-style:italic;
    opacity: 0.5;
}
.list-edit-mode .grid-edit-button{
    display:none;
}
.list-column-modal-delete{
    position:absolute;
    right:25px;
    font-size:1.3em;
    opacity:0.5;
    color:#164985;
    cursor:pointer;
}

.list-column-modal-delete:hover{
    opacity:1;
}


#list-options-outer.stick{
    position:fixed;
    z-index:4;
    top:50px;
}

#list-options-outer.stick #list-options{
    position:relative;
    top:0px;
}

@media screen and (max-width: 767px) {
    .cont #list-options, #list-options-outer.stick #list-options{
        display:block;
        position:relative;
        margin-top:-50px;
        margin-bottom:70px;
        top:50px;
    }
    .cont #list-options ul{
        font-size:1.1em;
    }
    .cont #list-options h3 {
        padding:10px;
        display:block;
        font-size:18px;
    }
    .cont #list-options h3:hover {
        background-color:rgba(255,255,255,0.5);
    }
    .cont #list-options i {
        float:right;
    }
    .cont #list-options #list-options-wrapper{
        display:none;
        overflow:hidden;
    }
    .cont #list-options-outer{
        display:none;
    }

    .cont.current-mode-list #list-options-outer{
        display:block;
    }
    

    #list-options-outer.stick{
        position:relative;
        z-index:4;
        top:auto;
    }
}
/*
.cont.list-edit-mode #list-options-outer{
    display:none;
}*/

.list-save-modal h3.sectionHeader, .list-column-modal h3.sectionHeader{
    margin-top:0px;
}
.list-save-modal p{
    line-height:16px;
}
.list-save-modal .controls{
    padding-left:20px;
    padding-right:20px;
}
.list-save-modal input[type="radio"]{
    width:15px;
    height:15px;
    padding:0;
    margin-right:10px;
    margin-bottom:0;
    float:none;
    display:inline;
    position:relative;
    vertical-align:top;
}
.list-save-modal input[type="checkbox"]{
    width:15px;
    height:15px;
    padding:0;
    margin-right:10px;
    margin-bottom:0;
    float:none;
    display:inline;
    position:relative;
    vertical-align:top;

}
.ngdialog.ngdialog-theme-default.list-save-modal button:disabled,
.ngdialog.ngdialog-theme-default.list-save-modal button[disabled]
{
    cursor:not-allowed;
    opacity:0.4;
}
.ngdialog.ngdialog-theme-default.list-save-modal button:disabled:hover,
.ngdialog.ngdialog-theme-default.list-save-modal button[disabled]:hover
{
    opacity:0.4;
}

.Fill.Fill-green {
    background-color: #bce2bf;
}

.Fill.Fill-red
{
	background-color:#d8a9a9;
}

.Fill.Fill-yellow
{
	background-color:#e8df9d;
}

.Label span{
    display: inline;
    padding: .2em .6em .3em;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.Label.Label-green span {
    color:white;
    background-color: #5cb85c;
}

.Label.Label-red span
{
    color:white;
	background-color:#d9534f;
}

.Label.Label-yellow span
{
    color:white;
	background-color:#f0ad4e;
}

.list-edit-panel button.btn {
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    float: right;
    font-family: inherit;
    font-size: .8em;
    letter-spacing: .1em;
    line-height: 1em;
    margin: 0 0 0 .5em;
    padding: .75em 1.1em;
    text-transform: uppercase;
    opacity: 0.7;
    box-shadow:none;
}

.list-edit-panel button.btn:hover {
    opacity: 1;
}

.list-edit-panel button.btn.btn-flat {
    background: #3288e6;
    color: #fff;
    display:block;
    width:100%;
}
#dataListView .list-edit-panel button.btn.btn-flat i{
    color: #fff;
}
.list-edit-panel button.btn.btn-secondary {
    background: #ccc;
    color: #333;
}

#dataListView .list-edit-panel button.btn.btn-secondary i{
    color: #333;
}

.pibsData label{
    display:inline-block;
    white-space:normal;
}


.table.custom-list-view > thead > tr > th.filterHeader{
    cursor:default;
    padding:0;
}

.table.custom-list-view > thead > tr > th.filterHeader div.list-box {
    vertical-align:bottom;
    height:100%;
}
.table.custom-list-view > thead > tr > th.filterHeader span.list-caption{

    display:block;
    cursor:pointer;
    padding: 8px 26px 8px 8px;
    width:100%;
    height:100%;
    position:relative;
}



/***********************
    
    Child Grid Responsive
    
    ***********************/
.childGridWrapper .table.table-responsive tbody tr td.child-grid-control div.pibs-control label{
    display:none;
}


@media screen and (max-width: 767px) {
    .childGridWrapper > .table.table-responsive > tbody > tr > td.child-grid-control div.pibs-control label{
        display:block;
    }
    .childGridWrapper > .table.table-responsive > thead.pibs-child-grid-header{
        display:none;
    }
    .childGridWrapper > .table.table-responsive > tbody > tr > td.child-grid-control{
        display:block;
        width:100% !important;
        border-top:none;
        padding: 10px 15px;
    }
    .childGridWrapper > .table.table-responsive > tbody > tr.ng-scope{
        padding-bottom:10px;
        border-bottom: solid 1px #ddd;
        display:block;
    }
    .childGridWrapper .table.table-responsive tbody tr.add-row{
        display:block;
        border-bottom:none;
        padding-bottom:0;
    }
    .childGridWrapper .table.table-responsive tbody tr.add-row td.select-row-column{
        border:none;
    }
    .childGridWrapper{
        overflow:visible;
        position:relative;
    }
    .pibs-child-grid{
        overflow:visible;
    }
    .childGridWrapper .table.table-responsive tbody tr td.delete-column{
        display:block;
        border:none;
        padding: 10px;
        position:absolute;
        top:0;
        right:20px;
    }
    .pibs-child-grid table input:disabled{
        border-width: 1px;
        border-style:solid;
        border-color: #ccc;
        background:#fafafa;
    }
}