/* Imports */
@import "_styles.css";


/*
	Suggested order:
--------------------------------------------------
	display, position, float, clear
	width, height
	margin, padding
	border, background
	color, font, line-height, text-align, text-decoration
	vertical-align, white-space, overflow, cursor, list-style
*/


/* Body */

BODY {
	padding-top: 105px;
}

H2, 
H3 {
	margin-bottom: 10px;
}

H2 {
	font-size: 20px;
}

h4, h5, h6 {
	margin-top: 8px;
	margin-bottom: 8px;
}

/* Header */

.navbar-inverse .nav {
	font-size: 14px;
}

.navbar-inverse {
	background: #014689 url(header_bg.png) no-repeat top center;
	border: none;
}

.navbar {
	margin-bottom: 0;
} 

.navbar-inverse .navbar-brand {
	color: #b2c0cf;
}

.navbar-inverse .nav LI A {
	text-decoration: underline;
}

.navbar-inverse .nav LI A:HOVER {
	text-decoration: none;
}

.navbar-inverse .nav LI.active A {
	text-decoration: none;
}

.navbar-inverse .dropdown-menu > LI > A {
	color: #034789;
}

.navbar-inverse .dropdown-menu > LI > A:HOVER {
	color: #000;
}

.navbar.subnav {
	height: 50px;
	border-bottom: 1px solid #e0e0e0;
	background: #fff;
}

.navbar.subnav .container {
	padding: 0;
}

.navbar.subnav .nav.main {
	margin-right: 30px;
	font-weight: bold;
	font-size: 18px;
}

.navbar.subnav .nav.main LI A {
	text-decoration: none;
}

.navbar.subnav .nav.main LI A:HOVER {
	color: #000;
}

.navbar.subnav .nav LI A {
	padding: 16px 15px;
	color: #034789;
}

.navbar.subnav .nav.main LI.active A {
	padding-bottom: 17px;
	background: #f5f5f5;
	color: #000;
	border-right: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
}

.navbar.subnav .nav.main LI.active A:HOVER {
	color: #034789;
}

.navbar.subnav .nav.main LI.active UL LI A {
	color: #034789;
}

.navbar.subnav .nav.main LI.active UL LI A:HOVER {
	color: #000;
}

.navbar.subnav .navbar-nav > .open > a, .navbar.subnav .navbar-nav > .open > a:hover, .navbar.subnav .navbar-nav > .open > a:focus {
	color: #034789 !important;
}

.navbar.subnav .nav.main LI.active UL LI A {
	background: #fff;
}

ul.nav > li:hover > ul {
    display: block !important;
}

.alert .close {
	padding: 0;
	cursor: pointer;
	font-size: 21px;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	filter: alpha(opacity=20);
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}

.search  {
	width: 315px;
	margin: 0;
	height: 38px;
	padding: 5px 5px;
	background: rgb(0,0,0);
	background: transparent\9;
	background: rgba(0,0,0,0.3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000);
	border: none;
}

.search .form-control {
	width: 250px;
	background: transparent;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	color: #fff;
}

.search .btn {
	background: none;
	color: #fff;
	border: none;
	text-decoration: underline;
}

.search .btn:FOCUS,
.search .btn:ACTIVE {
	background: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
}

.search .btn:HOVER {
	text-decoration: none;
}

.search ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #a5b8cc;
}
.search :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #a5b8cc;
}
.search ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #a5b8cc;
}
.search :-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #a5b8cc;
}

UL.nav LI UL {
	display: none;
	top: 90%;
	font-weight: bold;
	position: absolute;
	left: 0;
	z-index: 1000;
	min-width: 160px;
	padding: 5px 0;
	list-style: none;
	font-size: 14px;
	margin-top: 0;
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.15);
	background-clip: padding-box;
	-webkit-box-shadow: 0px 1px 10px 1px rgba(0,0,0,0.23);
	-moz-box-shadow: 0px 1px 10px 1px rgba(0,0,0,0.23);
	box-shadow: 0px 1px 10px 1px rgba(0,0,0,0.23);
}

UL.nav LI UL LI A {
	display: block;
	padding: 8px 15px !important;
	font-weight: bold;
	color: #034789; 
	text-decoration: none !important;
}

UL.nav LI UL LI A:HOVER {
	background: none;
	color: #000;
}

.navbar .btn-navbar .icon-bar {
	display: block;
	width: 18px;
	height: 2px;
	background-color: #f5f5f5;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.btn-navbar .icon-bar + .icon-bar {
	margin-top: 3px;
}

UL.nav LI UL:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: -7px;
	left: 20px;
}

UL.nav LI UL:after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	position: absolute;
	top: -6px;
	left: 21px;
}

.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
	border-top: 7px solid #ccc;
	border-top-color: rgba(0, 0, 0, 0.2);
	border-bottom: 0;
	bottom: -7px;
	top: auto;
}

.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
	border-top: 6px solid #ffffff;
	border-bottom: 0;
	bottom: -6px;
	top: auto;
}

/* Left menu */

.col-md-2 .list-group {
	margin-top: -45px;
}

.list-group LI A {
	position: relative;
	display: block;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: bold;
	background-color: #fff;
	border-color: #dddddd;
	color: #034789 !important; 
}

.list-group LI.active A {
	background-color: #f5f5f5;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.list-group LI A:HOVER {
	color: #000 !important; 
	text-decoration: none;
}

/* Content */

.block {
	margin-bottom: 20px;
}

.form-inline LABEL {
	margin-bottom: 0;
}

.block.top-right {
	float: right;
	display: inline-block;
	margin-top: -45px;
}

.date.datepicker {
	padding: 0;
}

.date.datepicker .form-control {
	padding: 6px 6px
}

.date.datepicker .input-group-addon {
	padding: 6px 6px
}

.form-inline .col-xs-2 {
	padding-right: 0;
}

.btn-primary.light {
	color: #1f996d;
	border: 1px solid #90d5be;
	background: #e9f7f2;
}

.filters {
	font-size: 12px;
}

.filters .actions A {
	color: #999;
}

.filters .actions > A + A:BEFORE {
	  content: '|';
	  padding: 0 7px 0 5px;
	  color: #333;
}

.slider-values {
	margin-top: 10px;
}

.slider-values INPUT {
	float: left;
}

.slider-values SPAN {
	float: left;
	padding: 0 8px;  
	line-height: 30px;
}

.filters .ui-widget-content {
	border: 1px solid #ccc;
	background: #fff;
}

.filters .ui-slider-horizontal .ui-slider-handle {
	top: -.4em;
	width: 16px;
	height: 18px;
	border: none;
	background: url(slider_button.png) no-repeat;
}

.table THEAD TH {
	background: #d9d9d9;
}

.table TR.strong {
	font-weight: bold;
}

.table TR TD.level2 {
	padding-left: 4%;
}

.table TR TD.level3 {
	padding-left: 8%;
}

.table TR TD.level4 {
	padding-left: 12%;
}

.table TR TD.level5 {
	padding-left: 16%;
}

.autocomplete {
	display: block;
	width: 100%;
	height: auto;	
	font-size: 14px;
	line-height: 1.21px;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.autocomplete .select2-container {
	float: left;
}

.select2-container-multi .select2-choices {
	height: auto !important;
	margin: 0;
	padding: 0;
	position: relative;
	border: none;
	cursor: text;
	overflow: hidden;
	background-color: transparent;
	background-image: none;
}

.select2-container .select2-choice {
	height: 30px;
	line-height: 30px;
}

.autocomplete A {
	float: right;
	margin-right: 10px;
	line-height: 28px;
}

.calendarWrapper {
	margin-top: 5px;
}

.calendarWrapper > TABLE TR TD {
	padding: 15px 5px;
	border: 1px solid #CBCBCB;
}

.calendarWrapper TABLE {
	width: 100%;
	background: #fff;
}

.calendarWrapper TABLE TR.active,
.calendarWrapper TABLE TR.active TABLE {
	background: #f5f5f5;
}

.calendarWrapper TABLE TR TD TABLE TR TD,
.calendarWrapper TABLE TR TD TABLE TR TH  {
	padding: 7px 5px;
	border: none;
}

.calendarWrapper TABLE A {
	color: #333;
	text-decoration: underline;
}

.calendarWrapper TABLE A:HOVER {
	text-decoration: none;
}


.calendarHeaderWrapper {
	padding-bottom: 35px;
}

.calendarHeaderWrapper .pagination {
	float: right;
	margin: 7px 0 0 0;
}

.calendarHeaderWrapper .pagination>li {
	float: left;
	display: block;
	padding: 0 5px;
}

.calendarHeaderWrapper .pagination>li>a {
	float: none;
	display: block;
	padding: 3px 10px;
	margin-top: -3px;
	border-radius: 5px;
	border: 1px solid #90d5be;
	background: rgba(34, 170, 125, 0.2);
}

.footer {
	margin-top: 20px;
	padding: 20px 0;
	border-top: 1px solid #CBCBCB;
	text-align: center;
}

.footer A {
	display: inline-block;
}

.footer A.innove {
	width: 141px;
	height: 39px;
	margin: 10px 30px 0 0;
}

.footer A.fund {
	width: 116px;
	height: 46px;
}

TABLE .close {
	float: none;
	display: inline-block;
	width: 17px;
	height: 17px;
	margin: -2px 0 -4px 0;
	padding: 0;
	font-size: 16px;
	text-indent: -5000px;
	border-radius: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	background: url(closeIcon.png) no-repeat;
}

TABLE BUTTON.close {
	margin-top: -4px;
} 

TABLE .close:HOVER {
	opacity: 1;
	filter: alpha(opacity=100);
}

UL.bookmarks {
	width: 100%;
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #CBCBCB;
}

UL.bookmarks LI {
	margin: 7px 0;
}

UL.bookmarks LI:BEFORE { 
	float: left;
	margin-right: 5px;
	content:"\2013"; 
}

UL.bookmarks A {
	float: left;
}

UL.bookmarks A.bookmarkLink {
	display: inline-block;
	width: 170px;
	margin-right: 5px;
}

UL.bookmarks A.share {
	padding-left: 17px;
	background: url(shareIcon.png) no-repeat center left;
}

UL.bookmarks A {
	color: #333;
	text-decoration: underline;
}

UL.bookmarks A:HOVER {
	text-decoration: none;
}

.bordered {
	padding: 10px;
	border: 1px solid #CBCBCB;
}

.goals {
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #CBCBCB;
	border-bottom: none;
}

.modal .goals {
	border-bottom: 1px solid #CBCBCB;
}

.goalsWrapper .col-md-3 {
	display: none;
}

.goalsWrapper .col-md-9 {
	width: 100%;
}

.goalsWrapper .goals {
	border-bottom: 1px solid #CBCBCB;
}

.goals H4 {
	margin-top: 10px;
	font-weight: bold;
}

.goals .goalsBlock {
	margin-top: 30px;
}

.goals .goalsBlock:first-of-type {
	margin-top: 0;
}

.goals .goal {
	margin: 13px 0;
	width: 100%;
}

.goals .scale {
	width: 100%;
	height: 12px;
	margin-top: 5px;
	border: 1px solid #CBCBCB;
}

.goals .scale SPAN {
	display: block;
	float: left;
	position: relative;
	height: 10px;
}

.goals .scale .mainGoal {
	border-right: 1px solid #CBCBCB;
}

.goals .scale .mainGoal .filled {
	background: #BCE5D7;
}

.goals .scale .over {
	background: #21A97C;
}

@media print {
    .goals .scale .mainGoal .filled {
        background: #BCE5D7;
        border-top: 10px solid #BCE5D7;
    }

    .goals .scale .over {
        background: #21A97C;
        border-top: 10px solid #21A97C;
    }
}

.goals .scale .over .icon {
	position: absolute;
	top: -6px; 
	right: -10px;
	width: 20px;
	height: 19px;
	background: url(star1.png) no-repeat;
}

.goals .scale .icon.record {
	top: -9px; 
	right: -13px;
	width: 26px;
	height: 23px;
	background: url(star2.png) no-repeat;
}

.messages .table TR TD {
	vertical-align: middle;
}

A.mark {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: -3px 0 -5px 0;
	background: url(star3.png) no-repeat;
}

A.mark.marked {
	background: url(star1.png) no-repeat;
}

/* Messages */

.messageItem {
	display: block;
	padding: 8px;
	margin: 5px 0;
	background: #d9d9d9;
	border: 1px solid #ccc;
	color: #333;
}

.messageItem:HOVER {
	background: #C7C6C6;
	text-decoration: none;
}

.accordion .title {
	display: block;
	font-weight: normal;
}

.ui-accordion .ui-accordion-header {
	margin-top: 0;
	padding: .0;
	min-height: 0;
}

.ui-accordion .ui-accordion-icons {
	padding-left: 0;
}

.ui-accordion .ui-state-default {
	border: none;
	background: none;
	color: #333;
}

.ui-accordion-content {
	padding: 0.5em 0 !important;
	background: none;
	border: none;
}

/* Public pages */

.container.public {
	margin-top: -50px;
}

.table.info {
	border: 1px solid #CBCBCB;
	background: #fff;
	table-layout: fixed;
}

.table.info TD,
.table.info TH {
	border: none;
	padding: 0 10px 5px 10px;
}

.table.info TH {
	padding-top: 10px;
}

.checkbox INPUT,
.radio INPUT {
	margin-top: 3px !important;
}

.form-actions {
	width: 100%;
	margin: 20px 0;
}

.form-actions .btn {
	margin-left: 10px;
}

.media{
	float: right;
	margin-top: -60px;
}

.statistics-media {
    float: right;
    margin-top: 0px;
}


.media A.btn-primary, .statistics-media A.btn-primary{
	display: inline-block;
	padding: 2px 5px;
	margin-left: 5px;
}

.media A.btn-primary I	 {
	margin: 0;
}

/* Modal */

.modal A:not(.btn) {
	color: #034789;
	text-decoration: underline;
}

.modal A:HOVER {
	text-decoration: none;
}

.modal .col-md-9 [class^="col-md"] {
	padding-left: 0;
}	

.modal .col-md-9 .block {
	width: 100%;
	margin-bottom: 0;
}

.modal .col-md-9 .col-md-6,
.modal .col-md-9 .col-md-12 {
	padding-right: 0;
}

.add {
	clear: both;
	width: 100%;
	padding: 7px 0;
	margin-bottom: 15px;
	text-align: center;
	border: 1px dashed #d9d9d9;
}

.add A {
	padding-left: 25px;
	text-decoration: underline;
	background: url(add_icon.png) no-repeat;
}

.modal-footer A {
	margin-right: 15px;
	line-height: 28px;
}

.modal .col-md-3 .btn-primary.light {
	width: 100%;
	padding: 9px 12px;
	text-decoration: none;
	text-align: left;
	background: #e9f7f2;
}

.btn-primary.light I {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 2px 10px -2px 0;
}

.btn.login {
	margin-top: 30px;
}

.btn-primary.light I.edit {
	background: url(edit.png) no-repeat center;
}

.btn-primary.light I.print {
	background: url(print.png) no-repeat center;
}

.btn-primary.light I.message {
	background: url(message.png) no-repeat center;
}

.btn-primary.light I.excel {
	background: url(excel.png) no-repeat center;
}
.btn-primary.light I.pdf {
	background: url(pdf.png) no-repeat center;
}

DIV.checkbox-inline,
DIV.radio-inline {
	display: block;
	padding-left: 0;
}

.checkbox-inline LABEL,
.radio-inline LABEL {
	display: inline-block;
	padding-left: 20px;
	margin: 0 10px 0 0;
	font-weight: normal;
	vertical-align: middle;
	cursor: pointer;
}

.checkbox-inline input [type="checkbox"],
.radio-inline input [type="radio"] {
	float: left;
	margin-left: -20px;
}

.tab-content .dataTable TR TD {
	padding: 2px 5px;
}

.tab-content .dataTable TR TD INPUT {
	margin: 0;
}

.tab-content .dataTable TR TD LABEL {
	margin-bottom: 0;
	font-weight: normal;
}

.tab-content INPUT[type="text"] {
	display: inline-block;
	height: 30px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.21;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.dataTables_paginate {
	margin-top: 20px;
}

.tab-content .dataTables_paginate A {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.21;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px;
	color: #22aa7d;
	cursor: pointer;
}

.tab-content .dataTables_paginate A:HOVER {
	background-color: #eee;
}

.tab-content A.paginate_active {
	color: #fff;
	background-color: #22aa7d;
	border-color: #22aa7d;
	cursor: default;
}

.tab-content A.paginate_active:HOVER {
	background-color: #22aa7d;
}

.tabs-left {
	padding: 10px 0 !important;
}

.tabs-left>li.active>a {
	border-right-color: #ddd !important;
}

.block .relativeDiv>A {
	position: absolute;
	top: -22px;
	right: 0;
}

.block .remove-row {
	float: right;
	margin-bottom: -5px;
}

.modal .modal-footer A.btn {
	color: #fff;
	text-decoration: none;
    line-height: normal;
}

.share-link{
    padding-left: 10px;
    line-height: 24px;
}

.block.sitemap .list-group {
	padding: 0;
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.block.sitemap .block {
	margin-bottom: 0;
}

.block.sitemap .list-group LI A {
	position: relative;
	display: inline-block;
	padding: 0;
	font-weight: normal;
	background-color: transparent;
	border-color: transparent;
	color: inherit;
}

.block.sitemap .list-group LI A:BEFORE {
	content: "\00bb";
	padding-right: 5px;
}

.block.sitemap .list-group LI {
	padding: 3px 0;
}

.radio.block LABEL {
	display: block;
}

@media (max-width: 767px) {
	
.table-responsive {
	overflow: visible;
}

.goalsWrapper .col-md-12 {
	float: left;
	width: 100%;
}

}

@media (min-width: 500px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
	float: left;
}
.col-md-9 {
	width: 75%;
}

.col-md-3 {
	width: 25%;
}

.col-md-6 {
	width: 50%;
}


@media print {
	BODY {
	padding-top: 0;
}

 a[href]:after {
    content: none;
  }
}

}

@media print {
	p {page-break-inside: avoid;}
}

.padding-left-20 {
	padding-left: 20px !important;
}
