/*
 * Main CSS
 */
body{
	
}
h1{
	font-size: 30px;
	line-height: 34px;
	color: #555;
}
h1, h1 a, h1 a:hover{
	color: #555;	
}
h1 a:hover{
	text-decoration: none;
}
a:hover i{
	text-decoration: none;
}
textarea{
	resize: none;
}
.container{
	width: 95%;
	/* min-width: 1280px; */
}
#header{
	
	-webkit-box-shadow: none;
  	-moz-box-shadow: none;
  	box-shadow: none;
	
	/* icon header bar - grey for Qlik, white below for Qbe */
	/* background: #eaeaea; */
	background: #ffffff;
	
	border-bottom: 1px solid #ccc;
}
.navbar .btn, .navbar .btn-group{
	margin-top: 4px;
}
.navbar .brand, #header .brand{
	/* background: url("../images/logo-tp-1.png") no-repeat scroll 0 0 transparent;*/
	/* height: 42px;*/
	/* icon header logo - first two lines for Qlik, second two lines for Qbe */
	background: url("../images/QlikLogo-RGB.png") no-repeat scroll 0 0 transparent;
	height: 34px;
	
	/* - Qbe logo / height - */
	/* background: url("../images/qbe-logo.png") no-repeat scroll 0 0 transparent;*/
	/* height: 42px; */
	/* top: 9px;*/
	
	/* - Visa - */
	/*background: url("../images/vbm_blu01_small.png") no-repeat scroll 0 0 transparent;
	height: 34px;
	top: 19px;
	
	width: 165px;
	padding: 5px 0;
	text-indent: -1000px;
	float: left;*/
}
#main-nav > li > a, #main-nav > li > a:hover, #main-nav > li.open > a{
	border: 1px solid #ccc;
}
#main-nav{
	margin: 0;
}
.nav{
	top: 29px;
}
#topbar {
  position: relative;
  z-index: 101;
  padding: 8px;
  padding-top: 0;
  padding-bottom: 0;
  background: #fff;
  /* - Qbe - */
  /*border-bottom: 5px solid #5EA833;*/
  /* Visa */
  /*border-bottom: 5px solid #1434CB;*/
}
#topbar a{
	/*color: #999;*/
}
#topbar a:hover{
	color: #ffffff;
}

#main-nav  > li > a,
#main-nav  > li > a:hover,
#main-nav  > li.open > a {
	/*
  color: #ffffff;
  text-decoration: none;
  background-color: #3c3c3c;
  background-image: -moz-linear-gradient(top, #575757, #888);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#575757), to(#888));
  background-image: -webkit-linear-gradient(top, #575757, #888);
  background-image: -o-linear-gradient(top, #575757, #888);
  background-image: linear-gradient(to bottom, #575757, #888);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff575757', endColorstr='#ff888', GradientType=0);
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 0 #999;
  -moz-box-shadow: inset 0 1px 0 #999;
  box-shadow: inset 0 1px 0 #999;
  */
  color: #303030;
  background: #ffffff;
  -webkit-filter: none !important;
          filter: none !important;
  border-bottom-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  padding: .5rem 1rem 0.7rem 1rem;
}
#masthead {
  width: 100%;
  padding: 20px 0;
  color: #333333;
  background-color: #fff;
  background-image: none;
  /*
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(top, #ffffff, #ededed);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ededed));
  background-image: -webkit-linear-gradient(top, #ffffff, #ededed);
  background-image: -o-linear-gradient(top, #ffffff, #ededed);
  background-image: linear-gradient(to bottom, #ffffff, #ededed);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffededed', GradientType=0);
  */
  border-bottom: 1px solid #c9c9c9;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  text-shadow: 1px 1px 2px #FFF;
}

.nav btn{
	color: #fff;
}
form{
	/* min-height: 100%; */
	/* height: 100%; */
}
#content{
	/* margin: 20px 0 5px; */
	margin-top: 20px;
	margin-bottom: 5px;
}
#topbar #top-nav > ul > li{
	color: #5C5C5C;
}
#top-nav ul li a i{
	margin-right: 5px;
}
#masthead{
	box-shadow: 0 0;
	padding: 0 0;
}
.masthead-text a{
	color: #1434CB;
}

.report-container-main .panel-body, input, select{
	font-size: 12px;
	}
	
td.form_databig textarea {
    color: #45484A;
    width: 300px;	
    font-size: 1em;
    font-weight: normal;
    text-align: left;
    min-height: 400px; 
}
#top-nav [class^="icon-"], #top-nav [class*=" icon-"]{
	margin-right: 5px;
	text-align: right;
}
#footer {
  background: #212121;
  border-top: 1px solid #000000;
  
  /* - Qbe - */
  /*background: #ffffff;*/
  /*border-top: 5px solid #5EA833;*/
  
  /* Visa */
  /*background: #ffffff;*/
  /*border-top: 5px solid #F7B600;*/
  
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
/*
 * Summary figures style
 */
#summary{
	/*position: absolute;*/
	top: 0;
	right: 0;
	margin: 0;
}
#summary table{
	border: 1px solid #ccc;
	/*border-top: 0;*/
	background: #fff;
	/*min-width: 500px;*/
}
#financial-summary-currency{
	font-size: 10px;
	margin: 0 0 3px -15px;
}
#summary table th, #summary table td{
	text-align: center;
	/*padding: 2px 10px;*/
	padding: 2px 0px;
}
#summary table th{
	font-weight: 600;
	/*padding-left: 30px;*/
}
#summary table th.row-total{
	padding-left: 10px;
}
#summary table th.period{
	padding-left: 10px;
	font-size: 0.87em;
	color: #666;
	border-bottom: 1px solid #ccc;
}
#summary table th.pushed{
	/*background: url('../images/icons/chart.png') no-repeat 5px 50%;*/
}
#summary table th.approved{
	/*background: url('../images/icons/success.png') no-repeat 5px 50%;*/	
}
#summary table th.draft{
	/*background: url('../images/icons/warning.png') no-repeat 5px 50%;*/	
}
#summary table th.awaiting{
	/*background: url('../images/icons/help.png') no-repeat 5px 50%;*/	
}
#summary table th.pushed, td.pushed{
	background-color: #EAF6FF;
	color: #2790B0;
}
#summary table th.commit, td.commit{
	background-color: #E9FFCC;
	color: #3B9805;
}
#summary table th.budget, td.budget{
	background-color: #efefef;
	color: #666;
}
#summary table th.plan, td.plan{
	background-color: #FFFFEA;
	color: #666;
}
#summary table th.pvs, td.pvs{
	background-color: #EAF6FF;
	color: #2790B0;
}
#summary table th.uncommit, td.uncommit, #summary table th.uncommitPC, td.uncommitPC{
	background-color: #FFCCFF;
	color: #990099;
}
#summary table th.forecast, td.forecast{
	background-color: #FF9999;
	color: #B20047;
}
#summary table th.pvf, td.pvf{
	background-color: #CCFF99;
	color: #728E1D;
}
#summary table td{
	border-top: 1px solid #ccc;
	/*min-width: 55px;*/
}
#summary table tr.total td{
	font-weight: 700;
}
#summary table td.budget-balance-display{
	text-align: right;
	color: #666;
	padding-left: 0;
}

#budget-check-container, #budget-check-trigger-container{
	position: absolute;
	top: 0;
	border: 1px solid #ccc;
	border-top: 0;
	border-right: 0;
	text-align: center;
}
#budget-check-trigger-container{
	width: 20px;
}
#budget-check-trigger-container:hover{
	background: #efefef;
	cursor: pointer;
}
#budget-check-container{
	width: 115px;
	padding: 10px;
	display: none;
}
#budget-check-container h4{
	color: #A0C277;
	font-size: 13px;
}
#budget-check-container input{
	width: 85px;
	height: 15px;
	text-align: center;
	font-size: 11px;
}

/* Test Code
*
*#testBox {
*	border: #000 solid 4px;
*}
*
*#uniqueHeader{
*	color: #f00;
*}
*
*#textWithPadding{
*	font-family: Times;
*	padding-bottom: 8px;
*}
*
*h4 {
*	text-align: center;
*}
*
*#testButton{
*	padding-top: 16px;
*	padding-bottom: 16px;
*	width: 128px;
*}
*
*#imageTest{
*	float: right;
*	height: 48px;
*}
*/

/*
 * End summary figures style
 */
 
 /* Summary Table - New Changes Colours */
 #summary table th.budget, td.budget {
    background-color: #CFDFEF;
    color: #668;
}
#summary table th.bvc, #summary table td.bvc, #summary table th.fvc, #summary table td.fvc, #summary table th.lvc, #summary table td.lvc{
	background-color: #F3FFEA;
    color: #3B9805;
}
#summary table th.bvu, #summary table td.bvu, #summary table th.fvu, #summary table td.fvu, #summary table th.lvu, #summary table td.lvu{
	background-color: #FFEEFF;
    color: #990099;
}
#summary table th.forecast, #summary table td.forecast {
    background-color: #FBB;
    color: #B20047;
}
#summary table th.plan, #summary table td.plan {
    background-color: #FFFFDA;
    color: #666;
}
.totalStrong{
	font-weight: 800;
}

.dialog-container {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.5); 
	z-index: 1300; 
}

.dialog-hidden {
	display: none;	
}

.dialog {
	min-height: 150px;
	max-height: calc(100vh - 64px);
	min-width: 348px;
	max-width: 80vw;
	margin: 32px;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0px 11px 15px -7px rgb(0 0 0 / 20%), 0px 24px 38px 3px rgb(0 0 0 / 14%), 0px 9px 46px 8px rgb(0 0 0 / 12%);
	display: flex
	flex-direction: column;
}

.dialog-title {
	flex: 0 0 auto;
    color: #fff;
    margin: 0;
    padding: 16px 24px;
    background-color: #1434CB;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 1.25rem;
    font-family: MyriadPro-Regular, Myriad Pro Regular, MyriadPro, Myriad Pro, Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.6;
}

.dialog-content {
	flex-grow: 1;
    padding: 8px 24px;
    overflow-y: auto;
    font-size: 0.875rem;
    font-family: MyriadPro-Regular, Myriad Pro Regular, MyriadPro, Myriad Pro, Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.43;
    color: rgba(0, 0, 0, 0.54);
    display: block;
}

.dialog-actions {
	flex: 0 0 auto;
    display: flex;
    padding: 8px;
    align-items: center;
    justify-content: flex-end;
    gap: 12px
}

.dialog-button {
	padding: 6px 16px;
    font-size: 0.875rem;
    min-width: 64px;
    box-sizing: border-box;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-family: MyriadPro-Regular, Myriad Pro Regular, MyriadPro, Myriad Pro, Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.75;
    border-radius: 4px;
    border: 0;
}

.dialog-btn-primary {
	color: #FFFFFF;
    background-color: #1434CB;
}

.dialog-btn-primary:hover {
	background-color: #0d0f3b;	
}

.dialog-btn-secondary {
	background-color: #e0e0e0;
	color: rgba(0, 0, 0, 0.87);
}

.dialog-btn-secondary:hover {
	background-color: #bababa;
}