<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 *
 *   CURTIS FITCH - Theme Edits
 *   version 1.1
 *
*/


/* Palette generated by Material Palette - materialpalette.com/blue-grey/pink */

html 
{
    position: relative !important;
    min-height: 100% !important;
	height: inherit !important;
}
html, body {
	margin: 0;
	padding: 0;	
}
/* Specify a body bottom margin to stop the footer appearing over content */
body
{
  margin-bottom: 60px ;	
}

.x-body {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #676a6c;
}

.dark-primary-color    { background: #455A64; }
.default-primary-color { background: #607D8B; }
.light-primary-color   { background: #CFD8DC; }
.light-text-color      { color: #CFD8DC; }
.grey-text-color       { color: #9B9FA0; }
.text-primary-color    { color: #FFFFFF; }
.accent-color          { background: #FF4081; }
.primary-text-color    { color: #212121; }
.secondary-text-color  { color: #727272; }
.divider-color         { border-color: #B6B6B6; }
.dark-grey-text-color  { color: #676A6C; }
.cfpink 			   { background: #DE69A2; }
.cfblue				   { background: #32AEE2; }
.cfgreen			   { background: #8CC63F; }
.cforange			   { background: #EF5D36; }
.text-red 			   { color:red; }
.text-green 		   { color: #3c763d; }
.cfpink-underline	   { border-bottom:solid 2px #DE69A2 !important; clor:#DE69A2 !important; }
.cfblue-underline	   { border-bottom:solid 2px #32AEE2 !important; clor:#32AEE2 !important; }
.cfgreen-underline	   { border-bottom:solid 2px #8CC63F !important; clor:#8CC63F !important; }
.cforange-underline	   { border-bottom:solid 2px #EF5D36 !important; clor:#EF5D36 !important; }
.primary-bg			   { background: white; color:black; }

.text-green			{ color: #00A00D ; }


.text-xxl 	{ font-size:36px; }
.text-xl 	{ font-size:28px; }
.text-lg	{ font-size:18px; }
.text-md 	{ font-size:12px; }
.text-sm 	{ font-size:10px; }
.text-xs 	{ font-size:8px; }
.text-xxs 	{ font-size:6px; }
.green-btn {background-color: #68AD1D; border-color: #68AD1D;}
.green-btn-act {background-color: #A0D468; border-color: #A0D468;}


/* 
	@start 			CFAnalytics branding styles 
	@author			James Randell &lt;james.randell@curtisfitchglobal.com&gt;
	@datemodified	05/12/2016
	@verion 		1.0.1
	@change 		1.0.2 Fixed button hover outline on console_analytics.cfm (CG, 11/01/2017)
	@change 		1.0.3 Changed clicked function on analytics buttons, and changed the text colour to white on each button (CG, 17/01/2017)
	@change 		1.0.4 Added focus to overwrite btn css in bootstrap (CG, 18/01/2017)
*/
.contracts-border		{ border-color: #009866; }
.projects-border		{ border-color: #CB6565; }
.insight-border			{ border-color: #98CB99; }
.scorecards-border     { border-color: #666698; }
.analytics-border 		{ border-color: #EE5C35; }
.contracts-text-color 	{ color: #32AEE2; }
.projects-text-color 	{ color: #D187A9; }
.insight-text-color		{ color: #98BB6B; }
.analytics-text-color 	{ color: #EF8578; }
.contracts-bg			{ background: #009866; color: #FFFFFF; }
.projects-bg			{ background: #CB6565; color: #FFFFFF; }
.insight-bg				{ background: #98CB99; color: #FFFFFF; }
.scorecards-bg       { background: #666698; color: #FFFFFF; }
.analytics-bg 			{ background: #EE5C35; }
.contracts-bg:hover, .contracts-bg:focus	{ background: #009866; border-color: #009866; color: #FFFFFF; }
.projects-bg:hover, .projects-bg:focus 		{ background: #CB6565; border-color: #CB6565; color: #FFFFFF; }
.insight-bg:hover, .insight-bg:focus		{ background: #98CB99; border-color: #98CB99; color: #FFFFFF; }
.scorecards-bg:hover, .scorecards-bg:focus 	{ background: #666698; border-color: #666698; color: #FFFFFF; }
.analytics-bg:hover, .analytics-bg:focus  { background: #EF8578; border-color: #EF8578; color: #FFFFFF; }
/*
	@end			 CFAnalytics branding styles 
*/
	
	
	
/* Custom style */
.clear-none {
  clear: none;
}
.padding-right-5 {
	padding-right: 5px;
}
.padding-right-10 {
	padding-right: 10px;
}
.padding-right-15 {
	padding-right: 15px;
}
.padding-15 {
  padding: 15px !important;
}

.display-inline-block {
  display: inline-block;
}

.no-margin {
	margin: 0px !important;
}

.overflow-auto {
	overflow: auto;
}

.fa-pencil-21, .fa-file-text-21 {
	font-size: 21px !important;
}

.word-break {
	word-break: break-word;
}
.line-through {
	text-decoration: line-through;
}
.centered {
  text-align: center;
}
.dashed {
  border:dashed 1px #cccccc;
  cursor: pointer; cursor: hand;
}
.page-heading {
  text-align: center;
  padding:0;
}
.panel-body-modal, .panel-body-footer {
	border: none !important;
}
.panel-body-modal-padding {
	padding: 0px !important;
}
.navbar {
	border-bottom:solid 0px #D6D6D6;
}
.nav-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:hover, .nav-tabs &gt; li.active &gt; a:focus {
    border-style: none none solid none;
    border-width: 5px;
    border-bottom-color: #1ab394;
}
.nav-tabs &gt; li &gt; a:hover {
  border-color:#FFFFFF;
}
.nav-tabs {
    border-bottom: none;
    display:inline-block;
    margin-bottom: -3px;
}
.top-navigation .nav &gt; li.active {
    background: none;
}

.top-navigation .nav &gt; li &gt; a {
  padding:15px 13px;
}
.navbar &gt; .top-navigation .nav &gt; li &gt; a {
  padding:15px 10px;
}

.navbar-header .navbar-toggle {
  border-color: transparent; /* Removes border color */
  background-color:transparent ;
}
.navbar-header .navbar-toggle .icon-bar {
  background-color: #FFFFFF; /* Changes regular toggle color */
}

.txt_center {
    text-align: center;
}
.round-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 16px;
  /*border: 3px solid #f1f1f1;*/
  text-align: center;
  vertical-align: middle;
  display:inline-block;
}
.round-icon i {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -9px;
}
.round-icon-lg{
  width:96px;
  height:96px;
  border-radius: 50%;
  font-size: 42px;
  border:solid 6px white;
  text-align: center;
  vertical-align: middle;
  display:inline-block;
}
.round-icon-lg i {
  display: block;
  width: 80px;
  height: 80px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -20px;
}
.nav-pills&gt;li.active&gt;a {
  color:black;
}
.nav-pills&gt;li.active&gt;a, .nav-pills&gt;li.active&gt;a:focus, .nav-pills&gt;li.active&gt;a:hover {
  background-color:inherit;
}
.nav &gt; li.active {
  /*border-left: 4px solid #19aa8d;
  background: #293846;*/
}
.dl-horizontal dt {
  white-space:normal;
}
dt {
  margin-bottom:2px;
}
dd {
  margin-bottom:10px;
}
.top-navigation .nav &gt; li a:focus {
  color: #1ab394;
}
.top-navigation .navbar .nav &gt; li.active {
  background: #fff;
}
.top-navigation .navbar-nav &gt; li.active &gt; a {
  color: #999;
}
.brand-bg {
  background: #46545F;
  /*border-bottom: solid 1px #eee;*/
}
.top-navigation .navbar-brand img {
  height: auto;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  max-width: 180px;
  max-height: 50px;
}
.navbar-header-holder {
	float: left;	
	position: relative;
	height: 55px;
	width: 180px;
	margin: 3px 20px 3px 5px;
}
.logo-holder {
	top: 50%;
	transform: translate(0%,-50%);
}

.top-navigation .navbar-brand {
  background:none;
  color: #000;
  padding: 0px 0px !important;
  margin-left:0 !important;
  width:180px;
  line-height: 50px;
  height: auto !important;
}
.top-navigation .navbar-nav&gt; li &gt; a {
  /*color: #676a6c;*/
  color:inherit;
}
.vertical-timeline-icon {
  border: none;
}
.vertical-timeline-content {
  /*background-color:#F5F5F5;*/
}
.vertical-timeline-content.complete {
  background-color:#FFFFFF;
}
.breadcrumbx {
  padding:10px;
  margin:10px;
}
.breadcrumb {
	background:none;
}
.breadcrumb-section {
  background-color: #f5f5f5;
  /*border-bottom:1px solid #D6D6D6;*/
}
.padding0 {
  padding:0;
}
.margin0 {
  margin:0;
}
.margin5 {
  margin:5px !important;
}
.margin10 {
  margin:10px !important;
}
.margin-top-3 {
  margin-top:3px !important;
}
.margin-top-10 {
  margin-top:10px !important;
}
.margin-top-15 {
  margin-top:15px !important;
}
.margin-top-20 {
  margin-top:20px !important;
}
.margin-left-10 {
  margin: 0px 10px !important;
}
.margin-bottom-10 {
  margin: 10px 0px !important;
}
.margin-bottom-20 {
  margin: 20px 0px !important;
}
.padding-bottom-12 {
  padding-bottom: 12px !important;
}
.signpost {
  margin:20px 0;
}
.dl-horizontal dd {
    margin-left: 220px;
}
.dl-horizontal dt {
    width: 200px;
}

.bc .ibox {
  margin-bottom: 0;
  /*border-bottom:solid 1px #e7eaec;*/
}
.bc .ibox .ibox-title {
  border-style:none;
}
.bc .ibox .ibox-content {
  border-style:none;
}
label {
  /*font-weight:normal;*/
}
.control-label-left {
	text-align: left !important;
}
.control-label-nopaddingtop {
	padding-top: 0px !important;
}
.control-label {
  text-align: left;
  color:#9B9FA0;
}
.control-label-dt {
  padding-top: 7px;
}
.content .control-label {
	padding-top: 7px;	
}
.paddingTopSubmit {
	padding-top: 10px;
}
.control-data {
  color:#455A64;
}

.form-group {
    margin-bottom: 5px;
}
.form-inline-block {
	display: inline-block;
}

.simple-tag {
  margin-top:0;
}
.help-block {

}

.cursor-pointer { cursor: pointer; }
.cursor-croshair {cursor: crosshair; }
.cursor-eresize { cursor: e-resize; }
.cursor-move { cursor: move; }

@media (min-width: 768px) {
.form-horizontal .control-data {
  padding-top:7px;
}
}
.grey-bg {
  background-color: #D1D1D1;
  color: #ffffff;
}
.grey-bg-text {
	background-color: #D1D1D1 !important;	
}

.folder-list li{
  border-bottom:none;
  margin:5px 0;
}
.list-unstyled li {
  margin:10px 0;
}
footer {
  text-align: center;
  margin-top:20px;
}

hr {
  margin: 0px;
}

.navbar {
    position: relative;
}
.brand {
    position: absolute;
    left: 50%;
    margin-left: -50px !important;  /* 50% of your logo width */
    display: block;
}
.white-bg .navbar-fixed-top, .white-bg .navbar-static-top {
    background: #46545F;
}


.top-navigation.body-small .wrapper.wrapper-content, .body-small .top-navigation .wrapper.wrapper-content {
    padding: 0px 0 40px 0;
}
.wrapper-content
{
padding: 20px 10px 59px !important;
}
/* WHY ARE WE OVERWRITING BOOTSRAP STANDARDS AT THE STYLESHEET LEVEL? DO IT ON THE PAGE, OR GIVE IT A DIFFERENT NAME &gt;:(
.text-center {
  padding-top: 20px;
  text-align:center;
}*/
/*.col-xs-12 {
  background-color: #fff;
}*/
#sidebar {
  height: 100%;
  padding-right: 0;
  padding-top: 20px;
}
#sidebar .nav {
  width: 95%;
}
#sidebar li {
  border:0 #f2f2f2 solid;
  /*border-bottom-width:1px;*/
}

/* collapsed sidebar styles */
@media screen and (max-width: 767px) {
  body {
    font-size: 10px;
	min-height: 100% !important;
	/* position: relative !important; */
  }
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -61.6%;
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -61.6%;
  }
  .row-offcanvas-right.active {
    right: 61.6%;
  }
  .row-offcanvas-left.active {
    left: 61.6%;
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 61.6%;
  }
  #sidebar {
    padding-top:0;
    background-color:#fafafa;
  }
}
.timeline-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 16px;
  border: 3px solid #ffffff;
  text-align: center;
  display:inline-block;
}
.timeline-icon i {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -9px;
}
.template_stack{
  margin-left: 60px;
}
.current_template{
  border:1px solid black;
}
.template_input_row{
  width:100%;
  padding-bottom:3px;
}
.template_input_row input{
  width:70%
}
.template_input_row textarea{
  width:70%
}
.template_input_row label{
  vertical-align:top;
  width:25%
}
.template_label_row{
  width:100%;
  padding-bottom:3px;
    padding-top:10px;
}
.template_label_row .btn{
  float:none;
  margin-right:5px;

}
.template_label_row label{
  width:25%
}
.btn-mandatory{
  color: #FFF;
background-color: #D9534F;
border-color: #D43F3A;
}
.btn-fieldset{
color: #FFF;
background-color: #31B0D5;
border-color: #269ABC;
}

.btn-grey{
color: #black;
background-color: light-grey;
border-color: #269ABC;
}
.btn-decision{
color: #FFF;
background-color: #449D44;
border-color: #398439;
}
.node_title{
  display: inline-block;
  width:100%;
/*  float: right;*/
}
.node_title span{
  font-size:2em;
  color:#7C7C7C;
}
.line_edit{
  float:right;
}
.template_detail_span{
  display:inline-block;
  width:70%;
}
.right{
  float:right !important;
}
.headerleftbtn {
    padding:13px 12px 12px 12px;
    /*margin: 10px 20px 5px 0px;*/
    margin:0;
    font-size: 18px;
    float: left;
    color: white !important;
    border-right: solid 1px #e7eaec;
}
.container-fluid {
	padding-left:0 ;
}
.dropdown-menu &gt; li &gt; a {
  line-height: 15px;
}
.navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    color: #333 !important;
}
.dropdown-colour {
    background-color: #f6f6f6 !important;
}

#module-btn {
	color:white !important;
	background:black !important;
}
.mega-dropdown-menu {
	position: absolute;
    left: 0;
    width: 90%;
    max-width:1000px;
    margin: 0 auto;
	padding:10px;
	border:solid 1px #d6d6d6;
	background-color:#fff;
	box-shadow: 0 0 6px rgba(0,0,0,.24);
	border-radius: 0 0 3px 3px;
}

/*.navbar {
	height:51px;
}
*/
/*fix for ipad movable screen bug AM 26/04/2018 */
.tabs-container {
  margin-right: 0 !important;
}

.tabs-container .sidebar-tabs &gt; li &gt; a {
	min-width: inherit !important;  
}

/*
The following has been commented out, as it appears to be breaking the 
side bar tabs on various pages.
@media only screen and (max-width : 768px) {
   .navbar-header {
       float: left;
    }
   .navbar-nav {
       float: right;
    	margin: 0;
    }
    .nav&gt;li {
    	display: inline-block;
    	margin:-3px -4px -4px -4px;
	}
	.navbar {
		height:51px;
	}
	.container-fluid {
		padding-right:0;
	}

	.btn-profile-loggedin {
		border-left: 1px solid #e7eaec;
		border-right: 1px solid #e7eaec;
	}
	.navbar-right .dropdown-menu {
	    position:absolute !important;
	    right: 0;
	    left: auto;
	}
}
*/

.mega-menu-column {
	float: left;
    width: 160px;
    height: 140px;
    /*padding: 2.5%;*/
}
.mega-dropdown-menu h3 {
    margin: 5px 0 10px 0;
    line-height: 18px;
    color: #372f2b;
    padding-bottom: 5px;
    padding-top:10px;
    border-bottom:solid 2px #dddddd;
}


.mega-dropdown-menu h3.orange { color: #ff722b; }

.mega-menu-column li {
	list-style: none;
}
 
.mega-menu-column li a {
    display: block;
    line-height: 26px;
 
    color: #888888;
}
 
.mega-menu-column li a:hover { color: #666666; }


.x-small {
    font-size: 64%;
}
/* projectg participant modal */
h2.modal-participantHeader {
	text-align: center;
	font-weight: bold;	
	margin: 0px;
}
.modal-header.no-bottom-border {
	border: 0;	
}
.modal-body.project-participants {
	padding: 10px !important;	
	min-height: 430px;
}
.modal-body.modal-body-padding {
  padding: 20px 1px !important;
}
.filterDivFromProject, .filterDivFromCompany {
	display: none;	
}

.searches {
	padding-bottom: 10px;	
}
.border-container {
    border-radius: 5px;
    padding: 10px 0;
}
.topTitle {
	font-weight: bold;	
}
	.marginBot {
		margin-bottom: 6px;
	}
.topTitle select, .topTitle input {
	font-weight: normal;
	width: 100%;	
}
.topTitle.selectAll {
	margin-right: 0px;	
}

.sortby {
	margin-right: 0px;	
}
.modal-dialog.project-participants {
	max-width: 810px;
	width: auto;
}
.filter-title {
	font-weight: bold;
}
.theDivFilter {
	margin-top: 10px;	
}
.bold-title {
	font-weight: bold;	
}
.bottom-spacer {
	margin-bottom: 10px;	
}
.recordsAddParts {
    border-bottom: 1px solid #d1d1d1;
    margin-top: 10px;
    padding: 10px 0;
}
.alert-warning.project, .alert-danger.project {
	display: none;
	margin: 10px 0 0;	
}
.nextLast.project {
	margin-top: 10px;	
}
.addParts.project {
	float: right;
    padding: 5px !important;	
}
a.selectAll.project, a.deSelectAll.project  {
	padding: 3px 6px !important;	
}
a.selectAll.project {
	margin-right: 4px;	
}
.btn-white.project {
	padding: 3px 6px !important;	
}
.topTitle.searchfor, .topTitle.searchin {
	padding-right: 0;	
	padding-left: 7px;
}

@media screen and (max-width: 767px) {
	.topTitle.searchin {
		width: 100% !important;
	}
}
@media screen and (min-width: 768px) {
	.topTitle.searchin {
		width: 19% !important;
	}	
}
@media screen and (max-width: 767px) {
	.topTitle.searchfor {
		width: 100% !important;	
	}
}
	
@media screen and (min-width: 768px) {
	.topTitle.searchfor {
		width: 47% !important;	
	}
}	

.col-sm-9.search {
	padding-top: 0 !important;
	padding-bottom: 0 !important;	
}

.clear.extraMarginBtm {
	padding-bottom: 14px;
	margin-bottom: 0 !important;		
}

.filter-title {
	font-weight: bold;
}
.filter-btn, .filter-btn-comp {
	padding-top: 4px;	
}

.marginBot {
	margin-bottom: 6px;
	font-size: 14px;
}
	.topTitle .marginBot {
		margin-bottom: 2px;
	}
.topTitle.sort {
	padding-right: 7px !important;
	padding-left: 7px !important;	
}
	@media screen and (max-width: 767px) {
		.topTitle.sort {
			padding-right: 0 !important;	
		}
	}
	
#search_direction {
	min-width: 100px;	
}
		
.btn-white.chevron, .btn-white.chevron-comp, .btn-white.chevron-proj, .btn-white.chevron-event, .btn-white.chevron-event-comp {	
	padding: 7px 6px !important;	
}
.btn-white.chevron, .btn-white.chevron-event {
	margin-top: 22px;	
}
.btn-white.chevron-comp, .btn-white.chevron-proj, .btn-white.chevron-event-comp {
	margin-left: 10px;
	margin-bottom: 10px;
}
.border-container.search {
	margin-top: 0 !important;
	border: 0 !important;
	background-color: #FFFFFF;	
	padding-right: 10px !important;	
}

/* Allow the buttons on the overview pages to be darker text */
.ibox-tools a
{
	color: inherit ;	
}

/* darker icons on project &amp; events */
.ibox-tools a i.fa {
	color: #676a6c !important;	
}

/* datepicker */
input.datepicker, input.datepicker_x { cursor: default !important; } 

.form-group select:disabled {
	display: none;	
}
.form-group-line-item select:disabled {
	display: inline-block !important;	
}
.filter-btn {
	font-size: 12px;	
}

.searches input {
	height: 34px;	
}
.searches input {
	font-size: 16px;	
}

.company-list {
	padding-top: 10px;	
}
.less-padding {
	padding: 0 7px 0 7px;	
}
#search_sort_by.form-control, #search_direction.form-control, #search_sort_by_comp, #search_direction_comp {
	font-size: 12px !important;	
	height: 34px;
}

/* Old Style Datepicker Styles */
/* TODO Remove once converted to new style datepickers */

	/* the div that holds the date picker calendar */
.dpDiv {

border: 1px solid #666666;
background-color: #ddddd5;
            }
 
 
/* the table (within the div) that holds the date picker calendar */
.dpTable {
cursor: pointer;
            cursor: hand;
            font-family: Verdana,Tahoma, Arial, Helvetica, sans-serif;
            font-size: 12px;
            text-align: center;
            color: #505050;
            /*background-color: #ece9d8;*/
            background-color: #ddddd5;
            /*border: 1px solid #AAAAAA;*/
			width:270px;
			height:200px;
            }
 
 
/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	        }
 
 
/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
background-color: #ddddd5;
            }
 
 
/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
            }
 
 
/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
            }
 
 
/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
            border: 1px solid #ddddd5;
			width: 30px;
            }
 
 
/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
            background-color: #ddddd5;
            border: 1px solid #ddddd5;
            }
 
 
/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
            /*background-color: #aca998;
            border: 1px solid #888888;         
            color: red;*/
            cursor: pointer;
            cursor: hand;
            background-color: #cccccc;
            border: 1px solid #ddddd5;
            }
 
 
/* the table cell that holds the name of the month and the year */
.dpTitleTD {
			height: 30px;
            }
 
 
/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
 
            }
 
 
/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
            }
 
 
/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
            /*background-color: #CCCCCC;*/
            background-color: #ddddd5;
            border: 1px solid #ddddd5;
            color: gray;
            }
 
 
/* additional style information for the text that indicates the month and year */
.dpTitleText {
            font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
            font-size: 10px;
            /*color: gray;*/
            color: black;
			font-weight:bold;
            /*font-weight: normal;*/
            }
 
 
/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlight {
            color: #333333;
            }
 
 
/* the forward/backward buttons at the top */
.dpButton {
            font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
            font-size: 10px;
            color: black;
            /*background: #d8e8ff;*/
            background: #dddddd;
            /*font-weight: bold;*/
            padding: 0px;
            }
 	
 
/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
            font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
            font-size: 10px;
            color: gray;
            background: #ddddd5;
            font-weight: bold;
            }
			.particpant_row
			{
			    height: 60px;
    			padding-top: 17px;	
			}
			
			.form-height
			{
			height: 20px;	
			}
			
/* project task modal */
.modalHeader {
	font-weight: bold;
    text-align: center;	
	margin-top: 0px;
}
	
#project_task_update_bind, #project_subtask_bind, #project_subtask_update_bind, #project_task_mail_update_bind {
	max-width: 810px;
	width: auto;
	margin: auto;	
}

.modal-dialog.create-task, .modal-dialog.update-task {
	max-width: 810px !important;
	width: auto;
}
.modal-dialog.create-task .model-content {
	border: 0 !important;	
}
.modal-dialog.create-task .modal-header, .modal-dialog.update-task .modal-header {
	border-bottom: 0 !important;	
}
.modal-dialog.create-task .content, .modal-dialog.update-task .content {
	padding-bottom: 7px;	
}

.modal-dialog.create-task .content label, .modal-dialog.update-task .content label {
	color: inherit !important;
}
.modal-dialog.create-task .content .paddingTop, .modal-dialog.update-task .content .paddingTop {
	padding-top: 7px;
}

.create-task .border-btm, .update-task .border-btm {
	border-bottom: 1px solid #D1D1D1;	
}

.multisel_button.createTask, .multisel_button.updateTask {
	background-position: right 10px center !important;
	padding-top: 6px !important;
	height: auto !important;
	width: 200px !important;
	border: 1px solid #e5e6e7 !important;
}
.createAlerts .alert-danger, .updateAlerts .alert-danger {
	padding: 8px !important;
	margin-bottom: 0 !important;	
}

.alert-secondary {
    color: #464a4e;
    background-color: #e7e8ea;
    border-color: #dddfe2;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
	
#project_mail_task_participants, #project_mail_task_participants_update {
	background-color: #FFFFFF !important;
	cursor: default !important;	
}
		
.medium-icon
{
font-size: 18px !important;
}

.text-orange
{
	color:#F5BE00;
}

.text-red
{
	color:#C80003;
}

.line_item_modal legend {
    padding-top: 0;
}

.line_item_modal fieldset
{
	padding-top: 5px;
}
.multichoice_cat
{
padding-bottom: 10px;
border-bottom: 1px solid #e5e5e5;

}

.multi-add {
	margin: 10px 10px 10px 15px;
}

.line_item_modal .row {
    margin: 0px 0px 3px 0px;
}

.feedbackform .form-control[disabled], .feedbackform fieldset[disabled] .form-control {
    cursor: not-allowed;
}
.feedbackform .nps-container {
    width:348px;
    margin:0 auto;
}
/*
.feedbackform div.btn {
    display: inline-block;
    border: 1px solid #ccc;
    margin: 0 0 2px 0;
    padding: 6px 5px;
    cursor: pointer;
    border-radius:5px;
}
.feedbackform div.btn.on {
    background-color: #4caf50;
    color: white;
}
*/

.grid-view-scroll {
	height: 400px; 
	overflow-x: scroll; 
	overflow-y: scroll; 
	padding-bottom: 10px;
}

.insert-checkbox {
    margin: 4px 0px 0px !important;
    vertical-align: bottom;
}

.insert-checkbox-uncat, .insert-checkbox-cat, .insert-checkbox-select-all {
    margin: -1px 1px 0px !important;
    vertical-align: middle;
}

.insert-checkbox-question {
    margin: 15px 0px 2px !important;
    vertical-align: bottom;	
}

.panel-body-modal {
	padding: 0px;
}

.row-left {
	margin-left: 0px !important;
}

.row-margin-bottom {
	margin-bottom: 5px;
}

.row-divider:after {
	content: "";
	display: block;
	border-bottom: 1px dotted #ccc;
	margin-top: 5px;
	margin-bottom: 5px;
}

.input-margin-0 {
	margin: 0px !important;
}

.hanging-indent {
	padding-left: 22px;
}

.hanging-text-indent {
	text-indent: 1.5em;
}

.clear-datetime {
	margin-bottom: 0px !important;
	clear:none !important;
}

.container.padding-top-10 {
	padding-top: 10px;
}
.container.padding-top-15 {
	padding-top: 15px;
}
.container.padding-top-20 {
	padding-top: 20px;
}
.row-nav-progress { 
	margin-left: -15px; 
	margin-right: -15px;
}
.row-nav-progress &gt; .nav-progress-bottom {
	border-bottom: 2px solid #1ab394;
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.row-nav-progress &gt; .nav-progress-group {
	padding: 5px;
	border-left: 2px solid #1ab394; 
	border-right: 2px solid #1ab394;
	margin-top: -1px;
}
.row-nav-progress &gt; .col-xs-4 &gt; strong.project-title, .row-nav-progress &gt; .col-xs-8 &gt; strong.event-title {
	line-height: 20px; 
}
.row-nav-progress &gt; .col-xs-4 &gt; strong.project-title &gt; .label, .row-nav-progress &gt; .col-xs-8 &gt; strong.event-title &gt; .label {
	line-height: 25px; 
}
.row-nav-bottom-0 {
	border-bottom: 0 !important;
}
.nav-progress {
	border-bottom: solid 1px #e0e0e0; 
	padding: 0 0 10px 0;
	font-size: 14px;
}
.nav-progress &gt; .nav-progress-step {
	padding: 0; 
	position: relative;
}
.nav-progress &gt; .nav-progress-step .nav-progress-stepnum {
	color: #595959; 
	margin-bottom: 5px; 
	padding: 0px !important;
}
.nav-progress &gt; .nav-progress-step .nav-progress-info {
	color: #999; 
}
.nav-progress &gt; .nav-progress-step &gt; .nav-progress-dot {
	position: absolute; 
	width: 30px; 
	height: 30px; 
	display: block; 
	background: #f5f5f5; 
	top: 45px; 
	left: 50%; 
	margin-top: -15px; 
	margin-left: -15px; 
	border-radius: 50%;
	outline: none;
} 
.nav-progress &gt; .nav-progress-step &gt; .nav-progress-dot:after {
	content: " ";
	width: 14px; 
	height: 14px; 
	background: #f5f5f5; 
	border-radius: 50px; 
	position: absolute; 
	top: 8px; 
	left: 8px; 
} 
.nav-progress &gt; .nav-progress-step &gt; .progress {
	position: relative; 
	border-radius: 0px; 
	height: 8px; 
	box-shadow: none; 
	margin: 20px 0; 
	border: none !important; 
	background-color: #f5f5f5; 
	padding: 0px;
}
.nav-progress &gt; .nav-progress-step &gt; .progress &gt; .progress-bar {
	width:0px; 
	box-shadow: none; 
	background: #f5f5f5 !important; 
}
.nav-progress &gt; .nav-progress-step.complete &gt; .progress &gt; .progress-bar {
	width: 100%;
}
.nav-progress &gt; .nav-progress-step.active &gt; .progress &gt; .progress-bar {
	width: 50%;
}
.nav-progress &gt; .nav-progress-step:first-child.active &gt; .progress &gt; .progress-bar {
	width: 0%;
}
.nav-progress &gt; .nav-progress-step:last-child.active &gt; .progress &gt; .progress-bar {
	width: 100%;
}
.nav-progress &gt; .nav-progress-step.disabled &gt; .nav-progress-dot,  .nav-progress &gt; .nav-progress-step.active-page &gt; .nav-progress-dot {
	background-color: #1ab394;
}
.nav-progress &gt; .nav-progress-step.disabled &gt; .nav-progress-dot:after, .nav-progress &gt; .nav-progress-step.active-page &gt; .nav-progress-dot:after {
	opacity: 0;
}
.nav-progress &gt; .nav-progress-step:first-child &gt; .progress {
	left: 50%; 
	width: 50%;
}
.nav-progress &gt; .nav-progress-step:last-child  &gt; .progress {
	width: 50%;
}
.nav-progress &gt; .nav-progress-step.disabled a.nav-progress-dot { 
	pointer-events: none;
}

div.new-blank {
	border-right: 1px dotted #ccc;
	padding-right: 42px;
}

div.new-blank.visible-sm, div.new-blank.visible-xs {
	border: none;
	padding-right: 15px;
	margin-bottom: 18px;
	border-bottom: 1px dotted #ccc;	
}

div.new-template.visible-sm, div.new-template.visible-sm {
	padding-left: 15px;	
}

div.new-blank a {
	width: 100%;
	height: 170px;
	padding-top: 40px;
	padding-bottom: 40px;	
}

.new-blank a {
	margin-top: 40px;	
}

div.new-blank p {
	margin-top 20px 0 10px 0;
	font-size: 15px;	
}

p.new-blank-small {
	font-size: 9px !important;	
}

div.new-template {
	padding-left: 41px;
}

.new-template select {
	margin-top: 48px;	
}

.show-templates-link {
	float: right;	
}

.template-select {
	height: auto;
	text-align: center;
	vertical-align: middle;
	border-top: 1px #DFDFDF solid;
	border-right: 1px #DFDFDF solid;
	border-left: 1px #DFDFDF solid;
	padding: 5px;	
	display: block;
	background-color: #DFDFDF;
	cursor: pointer;
}

.template-select:hover, .template-select.even:hover {
	background-color: #EBBF3E;	
}

.template-select.selected {
	color: #fff;
	font-weight: bold;
	border: 1px dashed #1ab394 !important;
	background-color: #1ab394 !important;
}

.template-select:active, .template-select.even:active {
	border: 1px dashed #1ab394;
	background-color: #EBBF3E;	
}

.template-select.even {
	background-color: #f5f5f5;
	border-right: #f5f5f5;
	border-left: #f5f5f5;
}

.header-more-options {
	clear: both;
    color: #111;
    padding: 5px;
    font-size: 14px;
}
.header-more-options button {
	border: 3px solid #ccc !important;
	background-color: #f3f3f4;
	color: #555;
	line-height: 14px;
}
.header-more-options .dropdown-menu .divider, .cfHeaderModule_Toolkit .dropdown-menu .divider {
	margin: -1px !important;
	height: 1px !important;
}
.header-more-options &gt; .dropdown-menu, .cfHeaderModule_Toolkit &gt; .dropdown-menu {
	margin: 0px 15px;
}
.header-more-options .btn-margin, .cfHeaderModule_Toolkit .btn-margin {
	margin: 0px !important;
}
.dropdown-menu.dropdown-tasklist {
	margin: -1px 0px;
}

.vertical-timeline-form {
	padding: 0em !important;
}
.vertical-timeline-form::before {
	border: none !important;
}
.vertical-timeline-form .tab-content {
	border-width: 0px 1px 1px 1px;
	border-style: solid !important;
	border-color: #e7eaec;
}
.vertical-timeline-form button.task-submit, .vertical-timeline-form a.task-submit {
	margin: 10px 5px 8px 0px;
	float: left !important;
}
.vertical-timeline-form button.task-submit-cat, .vertical-timeline-form a.task-submit-cat {
	margin: 10px 5px 8px 5px;
	float: left !important;
}
li.ui-state-default .vertical-timeline-form button.task-submit, li.ui-state-default .vertical-timeline-form a.task-submit {
	margin: 10px 5px 4px 5px;
	float: left !important;
}
.vertical-timeline-form span.btn-span-or {
	float: left;
	margin: 22px 6px 0px 0px;
	font-size: 10px;
}
.vertical-timeline-form span.btn-span-or-sm {
	float: left;
	margin: 19px 9px 0px 4px;
	font-size: 10px;
}
.vertical-timeline-form span.btn-span-or-md {
	float: left;
	margin: 15px 4px 0px 4px;
	font-size: 10px;
}
.vertical-timeline-form span.btn-span-or-md-cat {
	float: left;
	margin: 18px 4px 0px 4px;
	font-size: 10px;
}
.vertical-timeline-form .onoffswitch-inner:before, .vertical-timeline-form .onoffswitch-inner:after {
	height: 15px !important;
}

ul.nav-tabs-file &gt; li.clear-none {
	clear: none;
	padding: 0px;
}

.vertical-timeline-content .margin-5 {
	margin: 5px;
}

.vertical-timeline-block-form {
	margin: 0em !important;
	background-color: #fff; 
}
.vertical-timeline-block-form.timeline-block-border {
	border-color: #d8d9d8 #a9a9a9 #a9a9a9 #d8d9d8;
	border-style: dashed;
	border-width: 1px;
	border-radius: 4px;
}
.vertical-timeline-block-form #multi_options_header {
	padding-bottom: 7px;	
}
.vertical-timeline-block-form .multi_options_index {
	padding-bottom: 5px;	
}
.vertical-timeline-block-form .multi_options_row {
	padding-bottom: 5px;	
}
.vertical-timeline-block-form .form-control {
	width: 100% !important;
}
.vertical-timeline-block-form .form-control.form-control-md {
  width: 80% !important;
}
.vertical-timeline-block-form .form-control.form-control-sm {
  width: 70% !important;
}
.vertical-timeline-block-form input.form-control-bottom, .vertical-timeline-block-form textarea.form-control-bottom, .vertical-timeline-block-form div.form-control-bottom {
	border-width: 0px 0px 1px 0px;
	border-style: dashed!important;
	border-color: #ccc;
	padding: 6px 0px !important;
	width: 100%;
}
.vertical-timeline-block-form textarea.form-control-bottom {
  resize: none;
  height: 55px !important;
}
.vertical-timeline-block-form label.col-textarea, 
.vertical-timeline-block-form label.col-progress,
.vertical-timeline-block-form label.col-file,
.vertical-timeline-block-form label.col-sub-task {
	padding: 0px !important;
}
.vertical-timeline-block-form a.btn-add-files, button.btn-add-files, 
.vertical-timeline-block-form a.btn-add-tasks, button.btn-add-tasks,
.vertical-timeline-block-form a.btn-sign-off, button.btn-sign-off {
	background-color: #f3f3f4;
	float: left;
}
.vertical-timeline-block-form div.btn-add-files, 
.vertical-timeline-block-form div.btn-add-tasks,
.vertical-timeline-block-form div.btn-sign-off {
	background-color: #f3f3f4;
}
.vertical-timeline-block-form a.btn-sign-off, button.btn-sign-off {
	margin-top: 5px;
	margin-right: 5px;
}
.vertical-timeline-block-form .col-padding-left-3 {
	padding-left: 3px !important;
	padding-right: 3px !important;
}

.hr-line-dashed {
	border-top: 1px dashed #e7eaec;
	color: #ffffff;
	background-color: #ffffff;
	height: 1px;
	margin: 15px 0px;
}
.hr-line-dashed-form {
	border-top: 1px dashed #BBDDDD;
	color: #ffffff;
	background-color: #ffffff;
	height: 1px;
	margin: 0px;
}
.hr-line-solid {
	border-bottom: 1px solid #e7eaec;
	background-color: rgba(0, 0, 0, 0);
	border-style: solid !important;
	margin-top: 15px;
	margin-bottom: 15px;
}

.error-formula {
  color: #ed5565;
}

.make-read-only {
  color: #aaaaaa !important;
  font-weight: bold !important;
}

.make-not-read-only {
  color: #676a6c !important;
  font-weight: normal !important;
}

.breadcrumb_trail a, .breadcrumb_trail a:active, .breadcrumb_trail a:visited {
    color: #676a6c !important;
}

.breadcrumb_trail a:hover {
  color: #428bca !important;
}

.fieldError {
  border: 1px solid red !important;
}

@media (min-width: 768px) and (max-width: 991px) {
    #content .row {
        display: flex;
        flex-wrap: wrap;
    }

    #content .row &gt; [class*='col-'] {
        display: flex;
        flex-direction: column;
    }   
}

#content .panel {
    -webkit-box-shadow: 0 2px 0 #e5eaee;
    box-shadow: 0 2px 0 #e5eaee;
    padding: 10px 0px;
    border-radius: 5px;
    height: 100%;
}
#content .panel:hover {
    background-color: #FAFAFB;
    cursor: pointer;
}
#content .panel .panel-heading {
    background-color: transparent;
    -webkit-border-top-left-radius: inherit;
    -webkit-border-top-right-radius: inherit;
    -moz-border-radius-topleft: inherit;
    -moz-border-radius-topright: inherit;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    border: 0;
    height: auto;
    line-height: 24px;
    position: relative;
}
#content .panel .panel-heading.bg-trans {
  background-color: transparent !important;
}

#content .panel .panel-heading .badge {
  margin-right: 0px;
}
#content .panel.panel-border &gt; .panel-heading &gt; .panel-title {
    color: #2a3342;
}
#content .panel .panel-heading .panel-title {
    font: 700 18px/20px 'Oxygen', Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    display: inline-block;
    padding: 0px;
}
#content .panel .panel-heading + .panel-body {
    margin-top: 0px;
    padding: 5px 0px;
}
#content .panel .panel-body {
    border: 0;
    margin-top: 30px;
}
#content .panel .panel-body.panel-profile {
    margin-top: 0px;
}
#content .panel .panel-body &gt; .p2 {
    padding: 2px 10px 0px 10px !important;
    text-align: center;
}
#content .panel-body &gt; .p2 small {
    color: #adadad;
    font-style: italic;
    font-size: 65%;
    display: block;
}
#content .panel-heading + .panel-body {
    border-top: 0;
}
#content .panel.panel-border.top {
    border-top-width: 5px;
}
#content .panel-alert.panel-border {
    border-color: #c2cdda;
}
#content .panel.panel-border {
    border-style: solid;
}
#content .panel-item {
    position: relative;
    padding-top: 0px;
    display: inline-block;
}
#content .panel-item &gt; .notify-badge {
    position: relative;
    left: -8px;
    top: -10px;
    background: #c2cdda;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    padding: 5px 10px;
    font-size: 20px;
}
 .tab_pad10bot0left {
            padding-bottom: 10px ;
            padding-left: 0px
        }
        .tab_pad20top0left {
            padding-top: 30px ;
            padding-left: 0px
        }
        .tab_pad0left {
            padding-left: 0px
        }
        .tab_pad10bot {
            padding-bottom: 20px ;
        }
        .tab_pad0botblu {
            padding-bottom: 0px ;
            color: #3D83BF;
        }
        .tab_pad10top {
            padding-top: 10px ;
        }
        .tab_blu {
            color: #3D83BF;
        }
        .tab_red {
            color: #EE5968;
        }
        .tab_green {
            color: #92D14F;
        }

.fs20{
font-size: 20px;
}
.fs15{
font-size: 15px;
}
   .video-responsive{
        overflow:hidden;
        padding-bottom:56.25%;
        position:relative;
        height:0;
    }
    .video-responsive iframe{
        left:0;
        top:0;
        height:100%;
        width:100%;
        position:absolute;
    }
 .border-radius-3 {
    border-radius: 3px;
 }
 .outerSelect {
    background-color: #FFFFFF !important;
    border: 1px solid #e5e6e7;
    border-radius: 3px;
    overflow: hidden;
    background: url("../img/datatable-dropdown-arrow-10.png") no-repeat;
    background-position-x: 94%;
    background-position-y: 50%;
 }
 .loginh2{
padding-top: 5px;
padding-bottom: 5px;
margin: 0;
}
 .narrowh2{
padding-top: 5px;
padding-bottom: 5px;
margin: 0;
}</pre></body></html>