

/*treeview*/
li {
    list-style-type: none;
}

.icon {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
}
/*.expanded {
    background-image: url(../Images/expanded.gif);
}*/
.collapsed {
    background-image: url(../Images/collapsed.gif);
}

.label {
    color: green;
}
.label.folder {
    color: darkmagenta;
}

ul .tree-drag > div > span.label {
    background-color: lightsalmon;
}
.tree-drag-over > div > span.label {
    background-color: darkseagreen;
}
.field-validation-error
{
	color:#a94442;
}
.numCommentsAllChildren
{
	color:rgb(0, 99, 176);
}
.numCommentsThisSliceOnly
{
	color:#1c7cd8;
}
.numCommentsType1SliceOnly
{
	color:#22B1ED;
}
.numCommentsType2SliceOnly
{
	color:#97c4fe;
}
.numUnansweredCommentsAllChildren
{
	color:#75ebf7;
}
.numComments
{
	color:white;
	padding:1px 2px 1px 2px;
	width:25px;
	text-align:center;
}

.numCommentsAllChildrenB
{
	background-color:rgb(0, 99, 176);	
}
.numCommentsThisSliceOnlyB
{
	background-color:#1c7cd8;
}
.numCommentsType1SliceOnlyB
{
	background-color:#22B1ED;
}
.numCommentsType2SliceOnlyB
{
	background-color:#97c4fe;
}
.numUnansweredCommentsAllChildrenB
{
	background-color:#75ebf7;
}
.ng-cloak { display:none; }


/*bootstrap override*/
@media (min-width: 1200px) {
  .container {
	width:auto;
  }
}
@media (min-width: 992px) {
  .container {
	width:auto;
  }
}
@media (min-width: 768px) {
  .container {
    width: auto;
  }
}


.fixed {
    position: fixed;
    bottom: 0px;
    min-width: 200px;
    z-index: 7000;
}

.notification-center {
	position: relative;
	float: left;
	top: 25px;
	font-size: 16px;
}

.navbar {
	border: none;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
	margin-bottom: 0px;
	min-height: 30px;
}


.table thead tr th {
    background-color: #428bca;
	color: #FFFFFF;
}
.table thead tr th a {
    color: #FFFFFF;
}

.navbar-default
{
	background-color:#0063B0;
	background-image:none;
}

.navbar-default .navbar-nav > li > a
{
	color:white;
}

.btn-default {
	/*height: 34px;*/
	background-color: #CA1720;
	margin-bottom: 4px;
	color: white;
	background-image: none;
	text-shadow: none;
	border-radius: 3px;
	box-shadow: none;
	margin-left: 3px;
	border: none;
}

.btn-default:hover
{
	background-color:#F58A89;	
	color:white;
}

.btn-default:visited
{
	background-color:#CA1720;	
	color:white;
}

.btn-default[disabled]
{
	background-color:#F58A89;	
	color:white;
}

a, a:hover, a:visited {
	color: #CA1720;
}


legend
{
	color:rgb(0, 99, 176);
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: white;
}
.navbar-nav > li > a
{
	line-height:20px;
	padding-top:5px;
	padding-bottom:5px;
}

.input-group-file-upload {
    min-width: 530px;
}

.form-control
{
	padding:2px 2px 2px 2px;
	font-size:12px;
	height:24px;
	background-color:rgba(221, 221, 221, 1);
}

.form-control select
{
	padding:0px 0px 0px 0px;
}
.btn
{
	padding:4px 6px 4px 6px;
	font-size:12px;
}
.panel
{
	margin-bottom:0px;
}
.panel-body
{
	padding:2px 2px 2px 2px;
}
.glyphicon
{
	color:#428bca;
}

.panel-heading
{
	padding:2px 2px 2px 2px;
}

.panel-default .panel-heading
{
	filter:none;
	background-image:none;
	background-color: #CA1720;
	color: #FFFFFF;
}

.tab-heading
{
	filter:none;
	background-image:none;
	background-color: #428bca;
	color: #FFFFFF;
	padding:2px 2px 2px 2px;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #EDEDED;
}

body
{
	font-size:12px;
	padding-top: 88px;	
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h3
{
	color:rgba(212, 63, 58, 1);
	text-align:center;
	font-weight:bold;
}

/*treeview*/
.tree {
    min-height:20px;
    padding:2px;
    margin-bottom:20px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05)
}
.treeChildUl
{
	padding-left:20px;
}
.tree li {
    list-style-type:none;
    margin:0;
    padding:2px 0px 0 2px;
    position:relative
}
.tree li::before, .tree li::after {
    content:'';
    left:-15px;
    position:absolute;
    right:auto
}
.tree li::before {
    border-left:1px solid #999;
    bottom:50px;
    height:100%;
    top:0;
    width:1px
}
.tree li::after {
    border-top:1px solid #999;
    height:20px;
    top:15px;
    width:17px
}
.tree li div {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #999;
    border-radius:5px;
    display:inline-block;
    padding:2px 2px;
    text-decoration:none;
	border-top-style:none;
	border-bottom-style:none;
	border-right-style:none;
	border-left-style:none;
}
.tree li.parent_li>div {
    cursor:pointer
}
.tree>ul>li::before, .tree>ul>li::after {
    border:0
}
.tree li:last-child::before {
    height:16px
}
.tree li.parent_li>div:hover, .tree li.parent_li>div:hover+ul li div {
    background:#eee;
    border:1px solid #94a0b4;
    color:#000
}
.collapsed
{
	background-image:none;
}


/*file upload button*/

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
input[readonly] {
  background-color: white !important;
  cursor: text !important;
}

/*notification*/

.dr-notification-container {
  /*position: absolute;*/
  z-index: 10000;
  /*width:100%;*/
}

.dr-notification-container.bottom {
  bottom: 0px;
  margin-left:auto;
  margin-right:auto;
}

.dr-notification-wrapper {
  margin-left:auto;
  margin-right:auto;
  width:380px;
}

/*
.dr-notification {
  width: 380px;
  background-color: rgba(2, 45, 59, 0.85);
  clear: both;
  min-height: 80px;
  max-height: 90px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #bfe2de;
  border: 1px solid rgba(4, 94, 123, 0.85);
  overflow: hidden;
}

.dr-notification-close-btn {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  display: inline-block;
  padding: 3px;
  background-color: rgba(1, 26, 34, 0.85);
  font-size: 14px;
  color: #adfaff;
  border: 1px solid rgba(4, 94, 123, 0.85);
  position: absolute;
  right: -11px;
  top: 5px;
  -webkit-transition: all 0.35s cubic-bezier(0.31, 0.39, 0.21, 1.65);
  -moz-transition: all 0.35s cubic-bezier(0.31, 0.39, 0.21, 1.65);
  transition: all 0.35s cubic-bezier(0.31, 0.39, 0.21, 1.65);
  cursor: pointer;
}

.dr-notification-close-btn i {
  padding-left: 3px;
}

.dr-notification-close-btn:hover {
  -webkit-transform: scale3d(1.25, 1.25, 1);
  -moz-transform: scale3d(1.25, 1.25, 1);
  -ms-transform: scale3d(1.25, 1.25, 1);
  transform: scale3d(1.25, 1.25, 1);
}

.dr-notification-image {
  width: 80px;
  height: 80px;
  border-right: 1px solid rgba(4, 94, 123, 0.85);
  float: left;
  display: block;
  font-size: 40px;
  color: white;
  text-align: center;
}

.dr-notification-image i {
  display: block;
  width: 100%;
  padding-top: 25px;
}

.dr-notification-image img {
  margin: 15px;
  max-width: 70px;
  min-width: 48px;
}

.dr-notification-image.dr-notification-type-info {
  color: #FFF;
}

.dr-notification-image.dr-notification-type-warning {
  color: #FFA226;
}

.dr-notification-image.dr-notification-type-error {
  color: #FF4B4F;
}

.dr-notification-image.dr-notification-type-success {
  color: #B4D455;
}

.dr-notification-image.success {
  color: #B4D455;
}

.dr-notification-content {
  padding-left: 100px;
  padding-right: 15px;
  padding-top: 10px;
}

.dr-notification-title {
  color: white;
  margin: 0px;
  padding: 0px;
  font-size: 20px;
}

p.dr-notification-text {
  margin-top: -5px;
  font-size: 15px;
  padding:20px 20px 20px 20px;
}
	*/


.ul_tab li
{
	display:inline;
}

.fangTreeRootUl
{
	padding-left:0px;
}

.econContainer
{
	padding:0px 0px 0px 0px;
}

.econMainTitle
{
	font-weight:bold;
	font-size:14px;
	text-align:center;	
}

.econMainContainer
{
	
}


.econTreeArea{
	height:700px;
	overflow: auto;
    width: 100%;    
	padding:0px 0px 0px 0px;
}

.econSlicesArea{
	height:300px;
    width: 100%;
    overflow: auto;
	padding:0px 0px 0px 0px;
	margin-bottom:0px;
	margin-left:0px;
}

.econCommentArea{
	height:200px;
    width: 100%;
    overflow: auto;
	padding:0px 0px 0px 0px;
}

.userChooserTabArea
{	
    overflow: auto;
	padding:15px 15px 15px 15px;	
	max-height:400px;
}

.userChooserPanel
{
	padding:15px 15px 15px 15px;		
}
.versionDiv
{
	overflow:auto;
	height:400px;	
}
.econDiv
{
	width:100%;
}
.articleDiv
{
	background-color:#FFFFFF;
	margin-left:0px;
}
.articleSelectedDiv
{
	background-color:#E8E8E8;
	margin-left:0px;
}
.thumbUp
{
	width:25px;
	height:25px;
	background-image:url('../Images/Hands-Thumbs-up-icon.png');
	display:inline-block;
}
.thumbUpDisabled
{
	width:25px;
	height:25px;
	background-image:url('../Images/Hands-Thumbs-up-icon-disabled.png');
	display:inline-block;
}
.thumbDown
{
	width:25px;
	height:25px;
	background-image:url('../Images/Hands-Thumbs-down-icon.png');
	display:inline-block;
}
.thumbDownDisabled
{
	
	width:25px;
	height:25px;
	background-image:url('../Images/Hands-Thumbs-down-icon-disabled.png');	
	display:inline-block;
}
.thumbNumber
{
	display:inline-block;
}
.divDocumentVersion
{
	background-image:url('/Images/version.jpg');
	width:16px;
	height:16px;
}
.commentInfo
{
	color:rgb(0, 99, 176);
	font-weight:bold;
}
.econComment
{
	
}
.hiddenComment
{
	background-color:#FFEBE6;
}
.oldComment
{
	background-color:#E0E0E0;
}
.econResponse
{
	padding-left:10px;
	font-weight:bolder;
}

.logout
{
	color:white;
	text-decoration:none;
}
.logout:hover
{
	color: #333;
	background-color: white;
	text-decoration:none;
}
.header
{
	background-color:#0063B0;
	background-position:center;
	background-image:url("../Images/header bg.jpg");
	background-repeat:no-repeat;
}
.comment-legend
{
	font-size:10px;		
}
.comment-legend li
{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;	
	list-style-type:square;
}

.legendEntryLightBlue
{
	position:relative;
	top:1px;
	display:inline-block;
	width:12px;
	height:12px;
}

.labelTextNormal
{
	font-weight: normal;
}

.econParticipatedLegendEntry 
{
    position: relative;
    top: 1px;
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: lightgreen;
    margin-right:2px;
	vertical-align: text-top;
}

.legendEntryLightGreen {
	position: relative;
	top: 1px;
	display: inline-block;
	width: 12px;
	height: 12px;
}

.legendEntryLightRed
{
    position:relative;    
    top:1px;
    display:inline-block;
    width:12px;
    height:12px;
}

.legendEntryDarkBlue
{
	position:relative;
	top:1px;
	display:inline-block;
	width:12px;
	height:12px;
}

.legendEntryDarkGreen
{
    position:relative;    
    top:1px;
    display:inline-block;
    width:12px;
    height:12px;
}

.legendEntryDarkRed
{
    position:relative;    
    top:1px;
    display:inline-block;
    width:12px;
    height:12px;
}

table>thead>tr>th.legendTablePaddingCollored
{
	width: 9px; 
	padding: 0;
}

table > tbody > tr > td.legendTableLightBlue
{
	background-color: lightblue;
	padding:0;
}

.gradientLightBlue
{
	background: rgba(88,178,214,1);
	background: -moz-linear-gradient(-45deg, rgba(88,178,214,1) 0%, rgba(28,153,191,1) 50%, rgba(48,140,173,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(88,178,214,1)), color-stop(50%, rgba(28,153,191,1)), color-stop(100%, rgba(48,140,173,1)));
	background: -webkit-linear-gradient(-45deg, rgba(88,178,214,1) 0%, rgba(28,153,191,1) 50%, rgba(48,140,173,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(88,178,214,1) 0%, rgba(28,153,191,1) 50%, rgba(48,140,173,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(88,178,214,1) 0%, rgba(28,153,191,1) 50%, rgba(48,140,173,1) 100%);
	background: linear-gradient(135deg, rgba(88,178,214,1) 0%, rgba(28,153,191,1) 50%, rgba(48,140,173,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58b2d6', endColorstr='#308cad', GradientType=1 );
}

.gradientLightGreen
{
	background-color: rgba(77,232,0,1);
	background: -moz-linear-gradient(left, rgba(77,232,0,1) 0%, rgba(77,232,0,1) 2%, rgba(77,232,0,1) 33%, rgba(109,199,26,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(77,232,0,1)), color-stop(2%, rgba(77,232,0,1)), color-stop(33%, rgba(77,232,0,1)), color-stop(100%, rgba(109,199,26,1)));
	background: -webkit-linear-gradient(left, rgba(77,232,0,1) 0%, rgba(77,232,0,1) 2%, rgba(77,232,0,1) 33%, rgba(109,199,26,1) 100%);
	background: -o-linear-gradient(left, rgba(77,232,0,1) 0%, rgba(77,232,0,1) 2%, rgba(77,232,0,1) 33%, rgba(109,199,26,1) 100%);
	background: -ms-linear-gradient(left, rgba(77,232,0,1) 0%, rgba(77,232,0,1) 2%, rgba(77,232,0,1) 33%, rgba(109,199,26,1) 100%);
	background: linear-gradient(to right, rgba(77,232,0,1) 0%, rgba(77,232,0,1) 2%, rgba(77,232,0,1) 33%, rgba(109,199,26,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4de800', endColorstr='#6dc71a', GradientType=1 );
}

.gradientLightRed
{
	background: rgba(248,80,50,1);
	background: -moz-linear-gradient(-45deg, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 9%, rgba(240,81,60,1) 43%, rgba(240,47,23,1) 72%, rgba(231,56,39,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(248,80,50,1)), color-stop(9%, rgba(241,111,92,1)), color-stop(43%, rgba(240,81,60,1)), color-stop(72%, rgba(240,47,23,1)), color-stop(100%, rgba(231,56,39,1)));
	background: -webkit-linear-gradient(-45deg, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 9%, rgba(240,81,60,1) 43%, rgba(240,47,23,1) 72%, rgba(231,56,39,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 9%, rgba(240,81,60,1) 43%, rgba(240,47,23,1) 72%, rgba(231,56,39,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 9%, rgba(240,81,60,1) 43%, rgba(240,47,23,1) 72%, rgba(231,56,39,1) 100%);
	background: linear-gradient(135deg, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 9%, rgba(240,81,60,1) 43%, rgba(240,47,23,1) 72%, rgba(231,56,39,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827', GradientType=1 );
}

.gradientDarkGreen
{
	background: rgba(7,219,63,1);
	background: -moz-linear-gradient(-45deg, rgba(7,219,63,1) 0%, rgba(30,115,47,1) 65%, rgba(29,89,41,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(7,219,63,1)), color-stop(65%, rgba(30,115,47,1)), color-stop(100%, rgba(29,89,41,1)));
	background: -webkit-linear-gradient(-45deg, rgba(7,219,63,1) 0%, rgba(30,115,47,1) 65%, rgba(29,89,41,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(7,219,63,1) 0%, rgba(30,115,47,1) 65%, rgba(29,89,41,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(7,219,63,1) 0%, rgba(30,115,47,1) 65%, rgba(29,89,41,1) 100%);
	background: linear-gradient(135deg, rgba(7,219,63,1) 0%, rgba(30,115,47,1) 65%, rgba(29,89,41,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07db3f', endColorstr='#1d5929', GradientType=1 );
}

.gradientDarkRed
{
	background: rgba(235,47,14,1);
	background: -moz-linear-gradient(-45deg, rgba(235,47,14,1) 0%, rgba(204,37,14,1) 20%, rgba(204,28,12,1) 47%, rgba(184,40,14,1) 61%, rgba(189,23,23,1) 86%, rgba(158,16,8,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(235,47,14,1)), color-stop(20%, rgba(204,37,14,1)), color-stop(47%, rgba(204,28,12,1)), color-stop(61%, rgba(184,40,14,1)), color-stop(86%, rgba(189,23,23,1)), color-stop(100%, rgba(158,16,8,1)));
	background: -webkit-linear-gradient(-45deg, rgba(235,47,14,1) 0%, rgba(204,37,14,1) 20%, rgba(204,28,12,1) 47%, rgba(184,40,14,1) 61%, rgba(189,23,23,1) 86%, rgba(158,16,8,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(235,47,14,1) 0%, rgba(204,37,14,1) 20%, rgba(204,28,12,1) 47%, rgba(184,40,14,1) 61%, rgba(189,23,23,1) 86%, rgba(158,16,8,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(235,47,14,1) 0%, rgba(204,37,14,1) 20%, rgba(204,28,12,1) 47%, rgba(184,40,14,1) 61%, rgba(189,23,23,1) 86%, rgba(158,16,8,1) 100%);
	background: linear-gradient(135deg, rgba(235,47,14,1) 0%, rgba(204,37,14,1) 20%, rgba(204,28,12,1) 47%, rgba(184,40,14,1) 61%, rgba(189,23,23,1) 86%, rgba(158,16,8,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb2f0e', endColorstr='#9e1008', GradientType=1 );
}

.gradientDarkBlue
{
	background: rgba(6,104,189,1);
	background: -moz-linear-gradient(-45deg, rgba(6,104,189,1) 0%, rgba(28,93,150,1) 50%, rgba(13,68,128,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(6,104,189,1)), color-stop(50%, rgba(28,93,150,1)), color-stop(100%, rgba(13,68,128,1)));
	background: -webkit-linear-gradient(-45deg, rgba(6,104,189,1) 0%, rgba(28,93,150,1) 50%, rgba(13,68,128,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(6,104,189,1) 0%, rgba(28,93,150,1) 50%, rgba(13,68,128,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(6,104,189,1) 0%, rgba(28,93,150,1) 50%, rgba(13,68,128,1) 100%);
	background: linear-gradient(135deg, rgba(6,104,189,1) 0%, rgba(28,93,150,1) 50%, rgba(13,68,128,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0668bd', endColorstr='#0d4480', GradientType=1 );
}

table > tbody > tr > td.coloredTableColumnPadding
{
	padding: 0;
}


.pdfReportBtn {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background:-moz-linear-gradient(  center top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
	-webkit-border-top-left-radius:8px;
	-moz-border-radius-topleft:8px;
	border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-topright:8px;
	border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomright:8px;
	border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomleft:8px;
	border-bottom-left-radius:8px;
	text-indent:0px;
	border:1px solid #337fed;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:8px;
	font-weight:bold;
	font-style:normal;
	height:24px;
	line-height:10px;
	width:28px;
	text-decoration:none;
	text-align:center;  
	padding-top:2px;
}

.pdfReportBtn:hover 
{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6'); 
	background-color:#1e62d0;
    text-decoration: none;
    color:#ffffff;
}

.pdfReportBtn:active 
{
	position:relative;
	top:1px;
}


 .webReportBtn 
 {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #29A2E3), color-stop(1, #24B2E1) );
	background:-moz-linear-gradient( center top, #29A2E3 5%, #24B2E1 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#29A2E3', endColorstr='#24B2E1');
	background-color:#29A2E3;
	-webkit-border-top-left-radius:8px;
	-moz-border-radius-topleft:8px;
	border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-topright:8px;
	border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomright:8px;
	border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomleft:8px;
	border-bottom-left-radius:8px;
	text-indent:0px;
	border:1px solid #337fed;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:8px;
	font-weight:bold;
	font-style:normal;
	height:24px;
	line-height:10px;
	width:28px;
	text-decoration:none;
	text-align:center;
    margin-left:4px;
	padding-top:2px;
}

.webReportBtn:hover 
{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #24B2E1), color-stop(1, #29A2E3) );
	background:-moz-linear-gradient( center top, #24B2E1 5%, #29A2E3 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#24B2E1', endColorstr='#29A2E3');
	background-color:#24B2E1;
    text-decoration: none;
    color:#ffffff;
}

.webReportBtn:active 
{
	position:relative;
	top:1px;
}

.pdfReportHeaderBtn {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1FC9DA), color-stop(1, #20DFDD) );
	background:-moz-linear-gradient( center top, #1FC9DA 5%, #20DFDD 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1FC9DA', endColorstr='#20DFDD');
	background-color:#1FC9DA;
	-webkit-border-top-left-radius:8px;
	-moz-border-radius-topleft:8px;
	border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-topright:8px;
	border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomright:8px;
	border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomleft:8px;
	border-bottom-left-radius:8px;
	text-indent:0px;
	border:1px solid #337fed;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:8px;
	font-weight:bold;
	font-style:normal;
	height:24px;
	line-height:10px;
	width:28px;
	text-decoration:none;
	text-align:center;
    margin-left:4px;
	padding-top:2px;
}
.pdfReportHeaderBtn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #20DFDD), color-stop(1, #1FC9DA) );
	background:-moz-linear-gradient( center top, #20DFDD 5%, #1FC9DA 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#20DFDD', endColorstr='#1FC9DA');
	background-color:#20DFDD;
    text-decoration: none;
    color:#ffffff;
}
.pdfReportHeaderBtn:active {
	position:relative;
	top:1px;
}

.reports-header {
	text-align: center;
}
.reports-inline {
    width: 100%; 
	text-align: center;
}
.reports-inline A {
	margin: unset;
}

.reports-inline-case {
    width: 100px;
}

.divMinimize
{
	width:16px;
	height:16px;	
	background-image:url('../Images/minimize_window2.png');		
	margin-right:10px;
}
.divMaximize
{
	width:16px;
	height:16px;	
	background-image:url('../Images/maximize_window2.png');
	margin-right:10px;
}

.panel-pull-left 
{
    display:inline-block;
    float:left;
}

.panel-pull-right 
{    
    display:inline-block;
    float:left;
    vertical-align:top;
}

.controlPanelFieldset 
{
    display:inline-block;        
    width:100%;
}

.table-striped-custom > tbody > tr:nth-child(odd),
.table-striped-custom > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.loaderGif
{
	width:100%;
}
.loaderGifContainer
{
	margin:auto;
	width:64px;
}
.econTreeNode
{
	cursor:pointer;
}

/* Isolation CSS */
.isolate h1
{
	display: block;
	font-size: xx-large;
	font-weight: bold;
	margin-top: 21px;
	margin-bottom: 21px;
}
.isolate h2
{
	display: block;
	font-size: x-large;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}
.isolate h3
{
	display: block;
	color:black;
	font-size: large;
	font-weight: normal;
	margin-top: 19px;
	margin-bottom: 19px;
	text-align:initial;	
}
.isolate h4
{
	display: block;
	font-weight: bold;
	margin-top: 21px;
	margin-bottom: 21px;
}
.isolate h5
{
	display: block;
	font-size: small;
	font-weight: bold;
	margin-top: 22px;
	margin-bottom: 22px;
}
.isolate h6
{
	display: block;
	font-size: smaller;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 25px;
}

.btn-icons
{
    position: relative;
    margin-left: 25%;
}

.btn-icons-m1
{
    position: relative;
    margin-left: 5px;
}

.btn-icons-m2
{
    position: relative;
    margin-left: 25px;
}

.on-hover-hand {
    cursor: pointer;
}

/* sidebar */
.sidebar{
    width:200px;
    position:fixed;
}
.sidebar-content{
    margin-left:200px;
}

/* eOvlastenje form 
    -------------------------------------------------------- */
.forma-eovlastenja {
	background-color: #f0f0f0;
}

.grid-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 5px;
}

.grid-container p {
	font-weight: 600;
}

.grid-container select {
	width: 50%;
}

.grid-container hr {
	width: 100%;
	border: none; 
	border-top: 1px solid #000;
	margin: 0 0;
}

.grid-item {
	/*padding: 10px;*/
}

.obrazac-header {
	text-transform: uppercase;
	font-weight: 600;
}

.md-margin-bottom {
	margin-bottom: 35px;
}

.obrazac-stretch {
	grid-column: 1 / -1;
	margin-top: 35px;
}

.note-text {
	grid-column: 1 / -1;
	margin-top: 10px;
	font-size: 13px;
}

.obrazac-buttons {
	margin: 10px;
	display: flex;
	justify-content: end;
}

.obrazac-buttons button {
	height: 30px;
	margin: 3px;
}

.obrazac-stretch-checkboxes {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.obrazac-stretch-checkboxes label {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.obrazac-stretch-checkboxes input {
	margin-right: 3px;
}
