/*css for showing mandatory fields*/
.required:after {
	/* constrain the absolutely positioned pseudo */
	position: relative;
	content: "\0020\002A";
	color: red;
}

.datetimepicker {
	width: 400px;
}

.angular-google-map-container {
	height: 600px;
	padding: 0px;
}

@media print {
	.main-header : {
		display: none;
	}
	.main-sidebar : {
		display: none;
	}
	.main-footer : {
		display: none;
	}
	.noprint {
		display: none !important;
		height: 0px !important;
	}
	body, .modal {
		position: absolute !important;
		width: 100% !important;
		height: 100% !important;
		overflow: visible !important;
	}
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak,
	.x-ng-cloak {
	display: none !important;
}

@media ( min-width : 768px) {
	.modal-dialog-custom-70   .modal-dialog {
		width: 70%;
	}
	.modal-dialog-custom-60   .modal-dialog {
		width: 60%;
	}
}

.app_status {
	color: #838383;
	font-size: 15px;
}

.statusPublished {
	color: #61bc5a;
}

.statusUnpublished {
	color: #ff9c42
}

.inform-fixed {
	z-index: 2000;
}

.green {
	color: green
}

.red {
	color: red
}

.no_margin {
	margin: 0px !important;
}

.float_left {
	float: left !important;
}

.font-weight-500 {
	font-weight: 500 !important
}

[ng-click] {
    cursor: pointer;
}

.font-weight-700 {
	font-weight: 700 !important
}

.cursor-hand {
	cursor: pointer !important
}

.smalltext {
	padding-top: 5px;
	font-size: 16px;
}

.sidebar {
	margin-top: 15px !important;
}

.noLeftPadding {
	padding-left: 0px !important;
}

/*Tooltip in index.jsp file for top right icons*/
[tooltip]:before {
	content: attr(tooltip);
	position: absolute;
	opacity: 0;
	right: 0;
	top: 100%;
	transition: all 0.5s ease;
}

[tooltip]:hover:before {
	opacity: 1;
	color: #ffffff;
	background: #333333;
	padding: 10px;
}

[tooltip] {
	position: relative;
}

.custom-tooltip-narration + .tooltip > .tooltip-inner {
  border: 1px solid;
  padding: 10px;
  max-width: 400px;
  color: #fff;
  text-align: left;
  background-color: #5a595982;
  background: #383737;
  opacity: 1.0;
  filter: alpha(opacity=100);
}

.table>tbody>tr>td {
	vertical-align: middle;
}

.without-margin {
	margin-bottom: 0px !important;
}

.whitespace-normal {
	white-space: normal !important
}

.background-transparent {
	background-color: transparent !important
}

.font-size-85pc {
	font-size: 85% !important
}

.font-weight-600 {
	font-weight: 600 !important
}

.header-left-alighn th {
	text-align: left !important;
}

.top-margin-13px {
	margin-top: 13px !important;
}

.whitespace-line {
	white-space: pre-line;
}

.whitespace-nowrap {
	white-space: nowrap;
}

.max-width-400-overflow-hidden {
	white-space: nowrap;
	max-width: 400px;
	overflow:hidden;
}

.min-width-100px {
	min-width : 100px !important
}

.amount-field {
	max-width: 100px;
}

.button-margin-top {
	margin-top: 5px;
}

  .typeahead-demo .custom-popup-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    background-color: #f9f9f9;
  }

  .typeahead-demo .custom-popup-wrapper > .message {
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    color: #868686;
  }

  .typeahead-demo .custom-popup-wrapper > .dropdown-menu {
    position: static;
    float: none;
    display: block;
    min-width: 160px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }

.row-margin-bottom {
	margin-bottom: 8px;
	margin-left: 5px;
	margin-right: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
}

.content-header>.btn-group {
	float: right;
    background: transparent;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    padding: 7px 5px;
    position: absolute;
    top: 0px;
    right: 10px;
    border-radius: 2px;
}

button.margin-left {
	margin-left: 5px;
}

.fit-image{
	width: 100%;
}

.resize-400 {
  display: block;
  max-width:400px;
  max-height:400px;
  width: auto;
  height: auto;
  margin: auto;
}

.max-height-400 {
	max-height : 400px
}

table tr td.padding-left-15px {
  padding-left: 15px;
}

table tr td.redBold {
  color: red;
  font-weight: bold;
}

table tr td.greenBold {
  color: green;
  font-weight: bold;
}

/* --- Academic Document related css (start) --- */

.doc-link {
  color: #000000; /* Bootstrap link blue or any you prefer */
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
}

.doc-link:hover {
  color: #0056b3; /* Darker blue on hover */
  text-decoration: underline;
  font-style: italic;
  font-weight: bolder;
}

.doc-icon-link {
  color: #000000; /* Bootstrap link blue or any you prefer */
}

.doc-icon-link:hover {
  color: #0056b3; /* Darker blue on hover */
}

.folder-heirarchy-link {
  font-size: large;
  font-weight: bolder;
}

.thumb-tack-pinned {
  color: red; 
  margin-left: 10px; 
  transform: rotate(45deg);
}

.thumb-tack-pinned:hover {
  color: grey; 
  margin-left: 10px;
  transform: rotate(0deg);
}

.thumb-tack-unpinned {
  color: grey; 
  margin-left: 10px; 
  transform: rotate(0deg);
}

.thumb-tack-unpinned:hover {
  color: red; 
  margin-left: 10px; 
  transform: rotate(0deg);
}

.row-pin-button {
  visibility: hidden;
}

.row-hover-container:hover .row-pin-button {
  visibility: visible;
}

/* --- Academic Document related css (end) --- */