﻿.navbar-header { padding-top: 0 !important; }

.navbar-inverse .navbar-nav > li > a { color: #36f; }

.navbar-static-top.navbar-inverse { background-color:#fff; }

.navbar-static-top.navbar-inverse .navbar-brand { padding:0px; }

/*-- Start Alert Dialog Styles --*/
.ui-dialog {
    border: solid 1px #999;
    border-radius: 5px;
    padding: 2px;
}

.ui-dialog-buttonpane {
    border-top: solid 1px #999;
    padding: 10px;
    background-color: #FFF;
    margin-left: -1px;
    margin-right: -1px;
    text-align: right;
}

.ui-dialog-titlebar {
    background: #f2dede;
    padding: 11px;
    border-radius: 5px 5px 0px 0px;
    border: 1px solid #ebcccc;
    color: #a94442;
    font-weight: bold;
}

.ui-dialog-content {
    background-color: #FFF;
    padding: 10px;
    color:#333 !important;
    height: auto !important;
}

.ui-dialog-titlebar-close {
    float: right;
}

.btnDialogContinue, .btnDialogCancel {
    border-radius: 3px;
    margin-right: 5px;
}

/*-- End Alert Dialog Styles --*/

/*-- Start - Style for Application Progress Bar --*/

ol.progress.top {
    border: solid 1px #AAA;
    background: #FFF; }

ol.progress li.incomplete {
    background-color: #EEE;
    border: none;
    color: #000;
    padding: 11px 7px !important;
}

ol.progress li.active {
    background-color: #624B99;
    padding: 10px 12px !important;
    border-color: #624b99 !important;
}

.list-group-item-success {
    background-color: #5cb85c!important;
    border-color: #5cb85c!important;
    color: #FFF;
}

div.text-muted {
    display: none !important;
}

#AddDocuments .table>thead>tr>th {
    padding: 3px 8px !important;
}


/*-- End - Style for Application Progress Bar --*/

/*Home Page grid styles*/
.row-flex{
	display: flex;
	flex-wrap: wrap;
}
.card {
    position: relative;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #d6d6d6;
    border-radius: .25rem;
    height: 100% !important;
}
.card a{
    text-decoration: none;
}
.card-body {
    flex: 1 1 auto;
    text-align: center;
	color: #000000;
	padding: 20px 10px;
	border-top: 5px solid #624b99;
}
.card-body a {
	padding-top: 10px;
	color: #000;
}
.card-title {
    margin-bottom: .75rem;
	font-weight: bold;
	font-size:18px;
}
.card-title a{
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #000;
}
.card-image {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

  /*Home Page grid styles*/
/*header for small devices under 400px/

@media(max-width:400px){
     h2 {
          font-size: 20px !important;
        } 
}

/* Housing Management */
.custom-section h2{
    margin-bottom: 12px;
    font-family: "Trebuchet MS", Arial, sans-serif;
    line-height: 1.5;
    font-size: 28px !important;	
	color:#000 !important;
}
   
.custom-card{
	margin: 10px 0px; 
	background-color:#624b99; 
	border-radius: 10px; 
	min-height: 100px;
	padding-bottom:20px;
	padding-top:20px;
	cursor: pointer;
	font-size:14px;
}
.custom-card .card-img{
	height:75px;
	margin-left:20px;
    background-color: white;
    border-radius: 5px;
    padding: 5px;
}
.custom-card label,.custom-card p{
	color:#ffffff;
}

.crmEntityFormView .cell {
    padding: 0px 20px 20px 0px ;
}
.crmEntityFormView .cell.subgrid-cell {
    padding: 0px 0px 20px 0px;
}
.crmEntityFormView .tab-title {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 15px;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 24px;
}
.page-header {
 border-bottom: 1px solid #f5f5f5;
}
/*for small devices below 768px*/
@media screen and (max-width: 768px){
    .card-margin{
        margin-bottom: 30px;
    }
	.custom-card .card-img {
		margin-left: 0;
	}
}
/*for extra small devices below 380 px*/
@media screen and (max-width: 380px){
	.custom-card .card-img {
		height:52px;
	}
}

/* Universal Search */
ul#tree {
	padding: 0px;
}

ul#tree > li > ul {
	padding-left: 0px;
}

.zoom {
	display: none;
}

ul#tree > li > ul li.foldable span.node {
	display: inline-block;
	width: 100%;
	background-color: #eee;
	color: #666;
	margin: 2px 0;
}

.almightree .headline li .node .text {
	padding-left: 25px;
}

.almightree .headline li.folded > .node .text {
	background-color: transparent;
}

.almightree .headline li.folded > .node {
	    background-color: #3a8698 !important;
    color: #FFF !important;
    border: solid 1px #4f98a9;
}
#searchContainer{
	margin-top: 10px;
	margin-bottom:10px;
}
#searchBox {
	background-color: #624b99;
    padding: 5px;
	margin-top: 10px;
}

#box {
	line-height: 24px;
    width: 92%;
    vertical-align: top;
    margin-top: 4px;
}

#searchBox img {
	height: 34px;
}
a#clear{
	color:#fff;
	font-size:26px;
	text-decoration:none;
	padding-left:15px;
}
a#clear:hover{
	text-decoration:none;
}
.almightree li.headline > .node {
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 1.2em;
	color: #000;
	margin-bottom:0px;
}

.almightree li {
    list-style: none !important;
    background: #f7f7f7;
    border-bottom: 1px dashed #e4e4e4;
    font-size: 14px;
    padding: 5px 10px;
}
.almightree li a{color:#000 !important;}
.almightree .headline li.folded > .node .text {
    background: transparent !important;
}
.almightree li.crumb {
    padding: 0px 0px !important;
}
.custom_breadcrumbs{
	/*display:none;*/
	margin-top: 10px;
    border-top: 1px solid #f5f5f5;
	 padding: 10px; 
	 padding-top: 15px
}
.custom_breadcrumbs li{
    cursor: pointer;
    color: #009bcb;
    font-weight: 500;
}
.custom_breadcrumbs li.breadcrumblink:hover{
  color:#ffa200;
}
.custom_breadcrumbs .breadcrumb{
  background: #f7f7f7;
}
.custom_breadcrumbs .breadcrumb > li a, .custom_breadcrumbs .breadcrumb > li a:hover, .custom_breadcrumbs .breadcrumb>.active, .custom_breadcrumbs .breadcrumb>li+li:before {
    color: #009bcb !important;
}
.brent-info{
  padding: 8px 12px;
  color: #666;
  font-weight: bold;
}
.brent-control{
   color: #555;
   padding: 8px 12px;
}
.brent-control ul{
  margin-bottom:0px;
}

img.tileIconSVG {
    background-color: white;
    border-radius: 5px;
    padding: 5px;
}

/*Hideing child navigation sitemap links */
.child-navigation.content-panel.panel.panel-default {
    display: none;
}
ul.breadcrumb li:first-child,ul.breadcrumb li:nth-child(2):before{  display:none;}