.app-modal-window .modal-dialog {
	width: 90%;
}

.app-modal-mid-window .modal-dialog {
	width: 65%;
}

.mandatory-field {
	color: red;
}

.roleExpired {
	color: #c60c0d;
}

.form-horizontal .control-label {
	text-align: right;
}

.formFieldError {
	border-color: #c60c0d !important;
}

.aup-page-header {
	padding-bottom: 0px;
	margin-top: -15px;
}

.marginauto {
	margin-top: auto;
}

.nomargin {
	margin : 0px;
}

fieldset.property-search {
	border: 1px groove #e4e4e4 !important;
	padding: 0 1.4em 1.4em 1.4em !important;
	margin: 0 0 1.5em 0 !important;
	min-height: 860px;
	-webkit-box-shadow: 0px 0px 0px 0px #000;
	box-shadow: 0px 0px 0px 0px #000;
}

legend.property-search {
	font-size: 1.2em !important;
	font-weight: bold !important;
	text-align: left !important;
	width: auto;
	padding: 0 10px;
	border-bottom: none;
}

fieldset.property-note {
	border: 1px groove #e4e4e4 !important;
	padding: 0 1.4em 1.4em 1.4em !important;
	margin: 0 0 1.5em 0 !important;
	min-height: 600px;
	-webkit-box-shadow: 0px 0px 0px 0px #000;
	box-shadow: 0px 0px 0px 0px #000;
}

legend.property-note {
	font-size: 1.2em !important;
	font-weight: bold !important;
	text-align: left !important;
	width: auto;
	padding: 0 10px;
	border-bottom: none;
}

.dashboard-table {
	height: 192px;
	overflow: auto;
}

.dashboard-tasklist-table {
	height: 400px;
	overflow: auto;
}

.label-as-badge {
	border-radius: 1em;
}

.sortcol:hover {
	background: #d9edf7;
	cursor: pointer;
	cursor: hand;
}

.panel-heading.dashboard {
	height: 55px;
}

.panel-heading-label {
	margin: 10px 0;
}

input[type=text]::-ms-clear {
	display: none;
}

.help-table
{
	margin-top:20px
}

.help-table td
{
	padding:20px;
	border-bottom:1px solid #CCC
}

.help-table .header
{
	font-weight:bold;
	padding-top:10px
}

.help-table .step-header
{
	font-weight:bold
}

.help-table .help-table-sub td
{
	border:0px;
	padding:5px;
	padding-left:0px;
	font-size:12px
}

.help-table .help-table-sub .help-table-sub-item
{
	font-weight:bold
}

.help-table .last-step
{
	border-bottom:0px
}

.help-dialog {
	height: 75vh; 
	overflow: auto;
}
/*.recent-import.panel-heading {
	height:55px;
}*/

.recent-import.obj-padding{
	padding-top: 15px;
	padding-bottom: 15px;
	position: center;	
}

.noAccess {
	background-color: #E20808;
}

.readAccess {
	background-color: #ECCA6A;
}

.editAccess {
	background-color: #08B108;
}

.ng-hide-add, .ng-hide-remove {
    /* ensure visibility during the transition */
    display: block !important; /* yes, important */
}

.cssSlideUp-properties {
    transition: .5s linear all;
    height: 130px;
    overflow: hidden;
}
.cssSlideUp-properties.ng-hide {
    height:0;
}
.cssSlideUp-documents {
    transition: .5s linear all;
    height: 70px;
    overflow: hidden;
}
.cssSlideUp-documents.ng-hide {
    height:0;
}
.cssSlideUp-admin {
    transition: .5s linear all;
    height: 324px;
    overflow: hidden;
}
.cssSlideUp-admin.ng-hide {
    height:0;
}

.limit-word  {
	word-wrap: break-word;
	word-break: break-all;
	display: inline-block;
}

.table-striped>tbody>tr>td, .table>thead>tr>th  {
	word-wrap: break-word;
	word-break: break-all;
	min-width: 80px;
}

.border-right{
	border-right: 1px solid #E9EEF4
}

uib-accordion.line-item .panel-heading {
	padding:0;
}

uib-accordion.line-item .panel-heading .panel-title{
	border:none;
	padding:0;
    color: #34425a;
    font-size: 12px;
}

uib-accordion.line-item .form-group{
	margin-bottom: 5px;
}

uib-accordion.line-item .panel-body{
	padding-top: 5px;
}

.highlight-background{
	padding: 5px 0 5px 0;
	background-color: #dd8a86;
}
.tab-finance-50 ul.nav-tabs{
	width: 50%
}

.tab-finance-50 .nav-tabs>li>a{
	background: #4e5c69;
}
.tab-finance-50 .nav-tabs>li.active>a{
	background: #fff;
}

.cims-calendar th{
	color: #000;
}

.history-icon {
	color: orange;
}

.panel-top-border{
	border-top: 1px solid #ccc;
}

.financial-table{
	
}
.financial-table th{
	text-align: center;
}

.financial-table td{
	text-align: right;
}
.financial-table input{
	text-align: right;
}


.comment {
  border-radius: 5px;
  margin: .25em;
}

div.comment>div.comment-header {
  background-color:#f5f5f5;
}

div.comment>div.comment-body {
  padding: 5px;
}

.comment-header > h4 {
  display: inline;
}

.comment-user>a:hover, .comment-user>a:active, .comment-user>a:focus{
  text-decoration: none;
}

.comment>.comments {
  margin-top: 1em;
  margin-left: 2em;
  margin-bottom: 1em;
}

div.commenter-container {
  padding: 5px;
} 

/* p.add_comment div.commenter-container>button {
	float:left !important;	
} */

.commenter-container .tagged-user {
	float: left;
	background-color: #f5f5f5;
	border: solid 1px #d5d5f5;
	padding:5px;
	margin:3px;
}

.commenter-container .tagged-user>i {
	cursor: pointer;
}

.hideElement{
	display:none;
}

.watermark {
    position: absolute;
    top : 80px;
    opacity: 0.25;
    font-size: 3em;
    width: 100%;
    text-align: center;
    z-index: 1000;
}

.border {
	border: 1px solid #a6aab3;
}

.cursor {
	cursor: pointer;
}

.left-border{
	border-left: 2px solid #98c4eb;
}

.row-border {
    border: 1px solid #999999;
    margin: 5px;
    padding-top: 5px;
    border-radius: 10px;
}

.folder-margin5 {
	margin:	5px 2px;
}
