:root {
	--primaryColor: #234567;
	--headingColor: #285e8e;
	--secondaryColor: #337ab7;
	--titleFont: Lato;
}


/** 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: none;
	margin-right: 2px;
	color: red;
}

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

h1,h2 {
	color: var(--headingColor);
	font-family:var(--titleFont);
}

h3 {
	font-family:var(--titleFont);
}

h3,h4,h5 {
	color: var(--secondaryColor);
}

.progress-bar-success{
	background-color: var(--secondaryColor);
}

.progress { 
	align-items : center;
	margin-left: auto; 
	margin-right:auto;
}

.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-top {
	margin-top: 15px;
}

.btn-primary {
    color: #fff;
    background-color: var(--primaryColor);
    border-color: var(--primaryColor);
}

.btn-secondary {
    color: #000000;
    border-style: solid;
    background-color: #fff;
    border-color: var(--secondaryColor);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
	.btn-primary.active, .open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: var(--secondaryColor) !important;
	border-color: var(--primaryColor) !important;
}

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;
}
	
.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;
}

.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;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	vertical-align: middle;
}

.dataTable>tbody>tr>td, .dataTable>tbody>tr>th, .dataTable>tfoot>tr>td, .dataTable>tfoot>tr>th, .dataTable>thead>tr>td, .dataTable>thead>tr>th {
	vertical-align: middle;
}

/**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;
	color: #37aa6f;
	font-size: 18px;
	margin-left: 38%;
}

.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;
}


/*Mega Menu*/
.dropdown-menu-large .dropdown-header{
	color: #fff;
	text-transform: uppercase;
	text-align:left;
}
.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large > li > ul > li {
  list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 3px 40px 3px 0;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #fff;
  /* white-space: nowrap; */
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  color: #fff;
  text-decoration: underline;
  background-color: transparent;
}

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


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

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

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

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

.navbar-default {
	background-color: var(--primaryColor);
	border-color: #e7e7e7;
}

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

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

.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;
}

.container .jumbotron, .container-fluid .jumbotron {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 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;
}
.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: var(--primaryColor);
}

.bm-blue {
	color: var(--primaryColor);
}

/** 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:var(--primaryColor);
	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:var(--primaryColor);
	}
	
	.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;
	}
	
	.checkbox label, .radio label {
		font-weight:700;
	}
	
.modal-header-bm {
	    color:#fff;
	    padding:9px 15px;
	    border-bottom:1px solid #eee;
	    background-color: #244566;
	    -webkit-border-top-left-radius: 5px;
	    -webkit-border-top-right-radius: 5px;
	    -moz-border-radius-topleft: 5px;
	    -moz-border-radius-topright: 5px;
	     border-top-left-radius: 5px;
	     border-top-right-radius: 5px;
}
	
.padding-top-15{ padding-top: 15px; }

.padding-bottom-15{ padding-bottom: 15px; }

.padding-left-15{ padding-left: 15px; }

.padding-right-15{ padding-right: 15px; }

.padding_20{ padding: 20px 20px}

.margin_top_3{ margin-top: 3%;}

/* To support Line breaks */
.white-space-pre-line {
	white-space: pre-line;
}

.txt-green {
	color: green;
	}

.txt-red {
	color: red;
	}
table th:first-child {
	border-radius: 8px 0 0 8px;
}

table th:last-child {
	border-radius: 0 8px 8px 0;
}

.table>tbody>tr:first-child>td{
	border-top: none;
}

table th {
	border-bottom: none !important;
}

.taskCount {
	font-family: Lato, Tahoma, Arial, Century, "Sans Serif" !important;
	position: absolute;
	top: 18px;
	right: 12px;
	background-color:red;
	font-size:12px;
	border-radius: 50px; 
	color :#ffffff;
	height: 15px; 
	padding: 1px 3px 1px 3px;
	min-width: 14px;
}

.interviewCount {
	font-family: Lato, Tahoma, Arial, Century, "Sans Serif" !important;
	position: absolute;
	top: 18px;
	background-color:red;
	color :#ffffff;
	font-size:12px;
	min-width: 1.3em;
    height: 1.3em;
    line-height: 1.3em;
	min-width: 15px;
	text-align:center;
	border-radius:50px;
}

.wrapper{
  display: flex;
  position: relative;
}

.wrapper .sidebar{
  width: min-content;
  height: 100%;
  background: var(--primaryColor);
  padding: 30px 0px;
  padding-top: 0px;
  position: fixed;
}

.wrapper .sidebar ul li{
  padding: 10px;
  float: none;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  border-top: 1px solid rgba(255,255,255,0.05);
}    

.wrapper .sidebar ul li a{
  background-color: var(--primaryColor);
  color: white;
  display: block;
}

.wrapper .sidebar ul li a .fas{
  width: 25px;
}

.wrapper .sidebar ul li:hover{
  background-color: var(--secondaryColor);
}
    
.wrapper .sidebar ul li:hover a{
  background-color: var(--secondaryColor);
  color: white;
}

.wrapper .main_content{
  width: 100%;
  margin-left: 200px;
}

.wrapper .main_content .info{
  margin: 20px;
  color: #717171;
  line-height: 25px;
}

.wrapper .main_content .info div{
  margin-bottom: 20px;
}

#profileList{
  min-width: 340px; 
  width: auto; 
  color: var(--primaryColor);
}
#profileList li{
  padding: 0px;
  border-bottom:0px;
}
#profileList li:hover{
  background-color: #ffffff;
}
#profileList li:hover a{
  color: var(--secondaryColor);
}
#profileList a{
  background-color: white;
  padding: 0px;
  color: var(--secondaryColor);
}
#getreco a{
  padding: 6px;
  text-align: center;
  background-color: white;
  color: var(--secondaryColor);
}
#getreco .col-sm-6:hover a{
  background-color: var(--secondaryColor);
  color: #ffffff;
}
.btn-Social{
  display: inline-block;
  text-decoration: none;
  background: var(--primaryColor);
  background-color: var(--primaryColor);
  color: #FFF;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  transition: .4s;
}
.btn-Social:hover{
    background: var(--secondaryColor);
}
.alert-section {
    color: black;
	background-color: ghostwhite;
    border-color: lightgray;
}
.alert-info {
    color: white;
    background-color: var(--primaryColor);
    border-color: var(--primaryColor);
}
.alert-success{
	background-color: lightgreen;
}
#verifyDiv{
	margin-right: auto; 
	margin-left: auto; 
	margin-top:27px; 
	padding:5px; 
	width:40%; 
	padding-bottom: none;
	border: 2px solid lightgrey;
    border-radius: 4px;
    padding-top: 10px;
    
}

/* To remove icomoon font-family in class filestyle */
span.icon-span-filestyle.glyphicon.glyphicon-folder-open {
	font-family:'Glyphicons Halflings' !important;
	color: dimgrey;
}

span.icon-span-filestyle.glyphicon.glyphicon-folder-open ~ span {
	padding-left: 5px;
}