/* Default font */
html, body {
	font-family: arial, verdana, sans-serif;
	font-size: 10pt;
	line-height: 1.25;
	background-color: #f9f9f9;
}


/* Colors */
.bg-tcc-blue {
	background-color: #00aeef;
}
.text-black {
	color: #000000;
}
.text-white {
	color: #ffffff;
}
.text-tcc-blue {
	color: #00aeef;
}
.text-very-muted {
	color: #a0a0a0;
}
.text-very-very-muted {
	color: #c0c0c0;
}

.border-very-muted {
	border-color: #d0d0d0 !important;
}

/* Itil */
.border-itil-rfi {
	border-color: #00aeef !important;
}
.border-itil-incident {
	border-color: #001f3f !important;
}
.border-itil-problem {
	border-color: #39CCCC !important;
}
.border-itil-change {
	border-color: #7FDBFF !important;
}

.border-left-1 {
	border-left: 1px solid;
}


/* Typography */
.text-small {
	font-size: 8pt;
}
.text-very-small {
	font-size: 6pt;
}

.text-wrap-ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.is-loading {
	color: red;
}
span.loading-overlay {
	position: relative;
	left: 0em;
}


/*
 * @desc Navbar styles
 */
nav.navbar-shadow {
	box-shadow: 0px -9px 26px 13px rgba(0,0,0,0.4);
}

/*
 * @desc Card styles 
 */
div.card > div.card-title {

}	


/*
 * @desc List styles
 */
div.tcc-list {
	font-size: 10pt;		
}
div.tcc-list div.row {
	margin-left: 0; margin-right: 0; /* Prevent row collapsing to negative margins, as it's contained within a parent */
}
div.tcc-list > div.row {
	margin-bottom: 0.6em;
	
	border: 1px solid #e0e0e0;
	border-radius: 0.3em;		
	
	background-color: white;
	overflow: hidden; /* Make sure the child's border doesn't extend beyond the border radius */
} 
div.tcc-list > div.row > div.list-control {
	border-left-width: 0.5em;
	border-left-style: solid;
	border-color: transparent;
}
div.tcc-list > div.row > div.list-metadata {
}
div.tcc-list div.row-statusicons {
	display: inline-block;
}
 

/*
 * @desc Table styles
 */ 
div.tcc-table {
	font-size: 12pt;		
}
div.tcc-table > div.row > div > div.row-statusicons {
	display: inline-block;
	padding-right: 1em;
}
div.tcc-table > div.row-columns {
	border-radius: 0.3em 0.3em 0 0;
	border-color: transparent;	
}
div.tcc-table > div.row-columns > div.sortable {
	cursor: pointer;
}
div.tcc-table div.row {
	margin-left: 0; margin-right: 0; /* Prevent row collapsing to negative margins, as it's contained within a parent */
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	border-left: 1px solid;
	border-right: 1px solid;
	border-color: #f0f0f0;
}
div.tcc-table > div.row:last-child {
	border-radius: 0 0 0.3em 0.3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
div.tcc-table > div.row-zebra {
	background-color: #f0f0f0;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #e0e0e0;
}
