/** custom nav height and padding **/
.navbar-nav > li > a {
	padding-top:7px !important;
	padding-bottom:7px !important;
}
.navbar {min-height:41px !important}
 /** **** **/
 
 .header-logo {
	display:inline-block;
	padding-top:5px;
 }
 
.rowborder {
        border-bottom:1px solid #CCCCCC;
        padding-bottom:5px;
        margin-bottom:20px;
    }

.col-sm-12 {
    margin-left: 0px;
}

.mandatory::before {
	width: auto;
	content: "*";
	margin-right: 2px;
	color: red;
}

p, body, td {
	color: #252525;
	font-family: Lato, Tahoma, Arial, Century, "Sans Serif";
}

h1,h2 {
	color: #285e8e;
}

h3 {
	color: #337ab7;
}

h4,h5 {
	color: #609dd2;
}

.blue1 {
	color:#285e8e;
}

.blue2 {
	color:#337ab7;
}

.blue3 {
	color:#609dd2;
}

li.dropdown>ul.dropdown-menu {
	text-transform: capitalize;
}

li.dropdown>a.profile {
	text-transform: capitalize;
}

.bg-success {
	background-color: #ebf3f9;
	padding: 8px;
}

.btn {
	margin: 5px !important;
}

.btn-primary {
    color: #fff;
    background-color: #234567;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
	.btn-primary.active, .open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #337ab7;
}

hr.pagefooter {
	border-top: 2px solid #285e8e;
}

/**This is to style the tables on home pages with border, these changes are implemented forcefully to override BOOTSTRAP styled table UI ***/

caption {
	color: #707070;
	caption-side: top;
	padding: 7px 10px;
	text-align: left;
	font-size: 17px;
}
	
table {
	border-collapse: collapse !important;

}
.dataTable {
	border-spacing: 0px;
	border-collapse: collapse !important;
	border: 0px,solid,#ffffff;
	
}
.dataTable>thead>tr>th {
	background-color:#f5f5f5;
	border-bottom: 1px solid #ccc;
}
.table>thead>tr>th {
	background-color: #f2f2f2;
}

.table-bordered>tfoot>tr>td {
	border: 0px solid #ddd !important;
}

.table-bordered>thead>tr>td {
	border-bottom-width: 0px !important;
}

.table-striped>tbody>tr:nth-of-type(even) {
	background-color: #f1f4f9 !important;
}

.table>thead>tr>th {
	background-color: #f2f2f2;
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}

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

.table-striped>thead>tr>th {
	vertical-align: middle;
}

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

.table-bordered>thead>tr>td, .table-bordered>tbody>tr>td,
	.table-bordered>tfoot>tr>td {
	border: 0px solid #ddd !important;
}

.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {
	border-bottom-width: 0px;
	border: 0px solid #ddd;
}

/**The forceful UI layout for table border ends here**/

/****** Styles for Project details tabs starts here********/
.rm-prj-detail-pane {
	background: #F5F5F5;
	box-shadow: 0 0 4px rgba(0, 0, 0, .4);
	border-radius: 0;
	padding: 10px;
}

.rm-prj-detail-pane-dark-text {
	color: #545454;
	font-weight: bold;
}

.rm-prj-nav-tabs {
	margin: 0;
	padding: 0;
	border: 0;
}

.rm-prj-nav-tabs>li>a {
	background: #DADADA;
	border-radius: 0;
	box-shadow: inset 0 -8px 7px -9px rgba(0, 0, 0, .4), -2px -2px 5px -2px
		rgba(0, 0, 0, .4);
}

.rm-prj-nav-tabs>li.active>a, .rm-prj-nav-tabs>li.active>a:hover {
	background: #F5F5F5;
	box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .4), -2px -3px 5px -2px
		rgba(0, 0, 0, .4);
}

/* Tab Content */
.rm-prj-tab-pane {
	background: #F5F5F5;
	box-shadow: 0 0 4px rgba(0, 0, 0, .4);
	border-radius: 0;
	text-align: center;
	padding: 10px;
}

.helpText {
	border: 0px;
	padding: 1px;
	color: #81672f;
	text-align: justify;
	font-style: italic;
	font-size: 12px;
}
/****** Styles for Project details tabs ends here********/
.light_blue {
	color: #367fc0;
}

.feedback {
	font-weight: bold;
	background-color: #FFFF77;
	color: #3F51B5;
	width: 521px;
	margin: auto;
	text-align: center;
	horizontal-align: center;
}

.page_count {
	float: left;
	width: auto;
	display: inline;
	margin: 7px;
	position: relative;
	font-weight: bold;
	color: #838383;
}

a {
	cursor: pointer;
}

.box {
	max-width: 300px;
	height: auto;
	border: 1px solid #EAEAEA;
	border-radius: 10px;
	color: #367FC0;
	margin-top: 65px;
	margin-left: 10px;
	padding: 10px;
}

.item {
	max-width: 350px;
	max-height: 300px;
	min-width: 350px;
	min-height: 300px;
	border: 1px solid #EAEAEA;
	border-radius: 10px;
	color: #000000;;
	margin-top: 65px;
	margin-left: 10px;
	padding: 10px;
}

.tag_link {
	padding: 5px;
	float: left;
	overflow: auto;
	margin: auto;
	cursor: pointer;
}

/* Left side panel div design */
.rm-leftpanel-div {
	border: solid 1px #EAEAEA;
	border-radius: 10px 10px 10px 10px;
	padding: 10px;
	height: auto;
}

/*Bootstrap custom navigation bar styles starts here*/
.dropdown-menu .divider {
	height: 1px;
	margin: 4px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #234567;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #fff;
	white-space: nowrap;
}

.dropdown-menu:hover .navbar-default {
	border-bottom: 5px solid #F0F3F4;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	color: #fff;
	text-decoration: underline;
	background-color: transparent;
}

.dropdown:hover .dropdown-menu {
	display: block;
	border-bottom: 5px solid #F0F3F4;
}

.navbar-default {
	background-color: #234567;
	border-color: #e7e7e7;
}

.navbar-default .navbar-text {
	color: #fff;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
	border-bottom: 5px solid #234567;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus
	{
	color: #F0F3F4;
	border-bottom: 5px solid #F0F3F4;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus,
	.navbar-default .navbar-nav>.active>a:hover {
	color: #F0F3F4 !important;
	background-color: transparent !important;
	border-bottom: 5px solid #C0C3E4 !important;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus,
	.navbar-default .navbar-nav>.open>a:hover {
	color: #D0D3D4 !important;
	background-color: transparent !important;
	border-bottom: 5px solid #F0F3F4 !important;
}

.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: #252525;
}

@media screen and (min-width: 768px) {
	.jumbotron {
		padding-top: 48px;
		padding-bottom: 0px;
	}
	.container .jumbotron, .container-fluid .jumbotron {
		padding-right: 0px;
		padding-left: 0px;
	}
	/*Bootstrap custom navigation bar styles ends here*/

	/*Slider bar starts here*/
	.panel-primary {
		background-color: #fafafa;
		!
		important;
	}
	.error {
		color: red;
		font-size: 12px;
		margin-top: 20px;
	}
	#coloredSlider {
		float: left;
		clear: left;
		width: 200px;
		margin: 7px;
		background: #D0DFD0;
	}
	#coloredSlider .ui-slider-range {
		background: #5CB85C;
	}
	#coloredSlider .ui-state-default, .ui-widget-content .ui-state-default {
		background: none;
		background-color: #FFF;
	}
	#main, #main_bot {
		width: 150px;
		height: auto;
		margin: 100px auto 0;
		position: relative;
	}
	#slider, #slider_bottom {
		width: 200px;
		position: absolute;
		height: 10px;
		background: url(http://s12.postimg.org/86n3b78p9/range_before.png)
			repeat top left;
	}
	#slider_bottom {
		margin-top: 200px;
	}
	.tooltip, .tooltip_bottom {
		background: url(http://s1.postimg.org/vsg0yj2mj/tooltip.png) no-repeat;
		position: absolute;
		display: block;
		top: -30px;
		width: 31px;
		height: 29px;
		color: black;
		text-align: center;
		color: #464646;
		font: 16px;
	}
	.ui-slider-handle {
		position: absolute;
		z-index: 2;
		width: 29px;
		height: 31px;
		cursor: pointer;
		background: url('http://s24.postimg.org/lltizgrj5/handler.png')
			no-repeat 50% 50%;
		outline: none;
		top: -7px;
		margin-left: -12px;
	}
	.ui-slider-range {
		background: url(http://s12.postimg.org/qq1dousb1/range_filled.png)
			no-repeat;
		position: absolute;
		border: 0;
		top: 0;
		height: 100%;
		border-radius: 25px;
	}

	/*Slider bar end here*/

	/**Styles for reports page starts here**/
	.report-links-ul {
		display: inline-block;
		position: relative;
		padding-left: 2px;
	}
	.report-links-ul-li {
		list-style: none;
		padding-bottom: 2px;
	}
	.report-headings {
		color: #909090;
		font-weight: bold;
		margin-bottom: 5px;
	}
	#overlay {
		display: none;
		left: 0;
		position: absolute;
		top: 0;
		z-index: -1000;
	}
	#drop_zone {
		background-color: #d5ffd5;
		border: 1px dashed #cacaca;
		display: block;
		font-size: 1em;
		padding-top: 4px;
		padding-bottom: 4px;
		position: relative;
		text-align: center;
		z-index: 1;
		height: 34px;
		font-weight: bold;
	}
	#drop_zone.hover {
		background-color: #b1c9dd;
		border: 1px dashed #e9e9e9;
	}
	.radiusLeftDiv {
		border: solid 1px #EAEAEA;
		border-radius: 10px 10px 10px 10px;
		padding: 10px;
		color: #347EC2;
	}
	.linearicons {
		color: #3a6278;
	}
	/**Styles for reports page ends here**/

	/* Left side box div design */
	.rm-box-panel {
		border: solid 1px #EAEAEA;
		border-radius: 10px 10px 10px 10px;
		padding: 10px;
		height: auto;
		margin: auto;
		margin-bottom: 15px;
	}
	.editable-input {
		padding-left: 10px;
		padding-top: 5px;
	}
	.editable-click, a.editable-click {
		border-bottom: none;
	}
	.editable-click:hover {
		border-bottom-style: inset;
	}
	.editable-unsaved {
		font-weight: normal;
	}
	.editable-bg-transition {
		-webkit-transition: none;
	}
}
/* ---- .element-item ---- */

.element-item {
  position: relative;
  float: left;
  width: 268px;
  height: 265px;
  margin: 3px;
  padding: 10px;
  background-color: #CCCCCC;
}

.element-item > * {
  margin: 0;
  padding: 0;
}

.element-item .name {
  position: relative;
  left: 5px;
  right:5px;
  top: 15px;
  font-size: 18px;
  font-weight: normal;
  color: #004C70;
}

.element-item .heading {
  position: relative;
  left: 5px;
  top: 2px;
  right:5px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 28px;
  font-weight: bold;
  color:  #006495;
}

.element-item .remove {
  position: absolute;
  right: 8px;
  top: 5px;
}

.element-item .content {
  position: relative;
  left: 5px;
  right:5px;
  top: 5px;
  font-size: 12px;
}

.grid {
  border: 1px solid #CCCCCC;
  padding:5px;
}
/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* define width and display:none in inline style while using this class as width may vary according to width of the autocomplete text */
.ajaxLookUpResultDiv {
	text-align:center;
	min-height:18px;
	max-height:100px;
	overflow:auto;
	background-color:#ffffff;
	border:1px solid #7f9db9;
	position:absolute;
	z-index:1000;
	border-top:0;
}

/* Overrides default bootstrap p tag size */
.jumbotron p {
	font-size:14px;
}

/** classes to align bootstrap modal vertically middle **/
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.bg-primary {
    color: #fff;
    background-color: #234567;
}

.bm-blue {
	color: #234567;
}

/** To align text or content bottom to parent div **/
.bottom-align-text {
    position: absolute;
    bottom: 0;
    right: 0;
  }
/** **/

.datepicker {
	background-color: #fff ;
}

.bootstrap-datetimepicker-widget {
	background-color: #fff ;
}

blockquote {
    font-size: 14px;
}
tiny {
	font-size: 12px;
}

.linear-font {
	font-weight:bold;
	font-size:17px;
}

.fa-spinner {
	color:#234567;
	position:fixed;
	top:50%;
	left:50%;
	z-index:1000;
}

.input-group .form-control:last-child {
    	margin-top:5px;
    	margin-left:-5px;
    	border-top-left-radius: 0px;
    	border-bottom-left-radius : 0px;
	}
	
	.global-msg {
		z-index:10000;
		position:fixed;
		max-width:450px;
		left:50%;
		margin-left:-150px;
		top:50px;
		box-shadow:2px 2px 4px #888888;
		border-radius:4px;
	}
	
	.alert-bm {
		padding:12px !important;
		margin-bottom:0px !important;
		background-color:#fff;
		border-color:#234567;
	}
	
	.modal-vertical-spacing {
		margin-bottom:20px;
	}
	
	#alert_msg {color:green;}

	.nounderline{text-decoration: none !important;}
	
	.bm-font-bold {
		font-weight:700;
	}
	
	/** bootstrap type-head styling **/
	.lookup-loader{
	    background: url('https://s3.amazonaws.com/bizmerlin_images/lookup-loader.gif');
	    background-repeat: no-repeat;
	    background-position: right;
	}
	.typeahead.dropdown-menu{
		background-color:#ffffff !Important;
		width: 100%;
	}
	.typeahead.dropdown-menu>li>a{
		color: #000;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		
	}
	.dropdown-menu>.active>a{
		color: #fff !important;
	 }
	.dropdown-menu>.active>a:focus{
		 color: #fff;
	} 
	.dropdown-menu>.active>a:hover{
		color: #fff;
	}
	/*****/
	
	.nobackground {
		background:transparent;
	}