@CHARSET "UTF-8";


body, html {
    height:  100%;
    margin:  0px auto;
    padding: 0px 5px;

    font-family: 'Source Sans Pro', sans-serif;
}

.btn-details {
    color: #fff;
    background-color: #E2A6DE;
    border-color: #C796C4
}

.btn-details:hover,
.btn-details:focus,
.btn-details:active,
.btn-details.active,
.open>.dropdown-toggle.btn-details {
    color: #fff;
    background-color: #B78BB5;
    border-color: #A67FA4
}

.btn-details:active,
.btn-details.active,
.open>.dropdown-toggle.btn-details {
    background-image: none
}

.btn-details.disabled,
.btn-details[disabled],
fieldset[disabled] .btn-details,
.btn-details.disabled:hover,
.btn-details[disabled]:hover,
fieldset[disabled] .btn-details:hover,
.btn-details.disabled:focus,
.btn-details[disabled]:focus,
fieldset[disabled] .btn-details:focus,
.btn-details.disabled:active,
.btn-details[disabled]:active,
fieldset[disabled] .btn-details:active,
.btn-details.disabled.active,
.btn-details[disabled].active,
fieldset[disabled] .btn-details.active {
    background-color: #E2A6DE;
    border-color: #C796C4
}

.btn-details .badge{
    color: #E2A6DE;
    background-color: #fff
}


.blink_element {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
	0% { opacity: 1; }
	25% { opacity: 0.5; }
	50% { opacity: 0.35; }
	75% { opacity: 0.5; }
	100% { opacity: 1; }
}

.article-wrapper
{
	margin-bottom: 15px;
	border: 1px solid #dddddd;
	padding: 15px;
}

.article-title
{
	font-weight: bold;
	font-size: 16px;
	float: left;
}

.article-date
{
	font-size: 16px;
	float: left;
	margin-left: 10px;
}

.ajax-loader-modal
{
	text-align: center;
	vertical-align: middle;
	/*position: fixed;*/
	position: absolute;

	left: 0px;
	top: 0px;
	bottom: 0px;
	height: auto;
	background: #fff;
    z-index: 10;
}

.ajax-loader-middle
{
	text-align: center;
	vertical-align: middle;
	position: fixed;
	left: 0;
	top: 45%;
	z-index: 10;

}

.ajax-loader .loader-gif, .ajax-loader-modal .loader-gif
{
	vertical-align: middle;
	position: relative;
	top: 50%;
	left: auto;
	right: auto;
	height: auto;
	bottom: auto;
}

.ajax-loader-page
{
	text-align: center;
	vertical-align: middle;
	position: fixed;
	left: 0px;
	top: 0px;
	bottom: 0px;
	height: auto;
	background: #dedede;
	opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
    display: none;
    z-index: 1031;
}

.navbar-text-helper
{
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.no-wrap
{
	white-space: nowrap;
	min-width:100px;
}

.force-wordwrap
{
	word-wrap: normal;
	word-break: keep-all;
}

.category-help-text
{
	margin-top: 10px;
}

.container-fluid
{
	padding: 0 5px;
	height:     auto;
    min-height: 100%;
	width: 100%;

}

#footer
{
	/*border-top: 2px solid #ccc;
	background-color: #fff;*/
	background-color: #ccc;
	height: auto;
}

.datepicker
{
	z-index: 9999 !important;
}

.deleted
{
	text-decoration: line-through;
}

.div-items
{
	margin-bottom: 5px;
	text-align: right;
}

.div-pane
{
	border: 1px solid #ececec;
	border-radius: 4px;
	padding: 15px;
	margin-bottom: 10px;
}

.btn-pane
{
	background-color: #ececec;
	border-radius: 4px;
	padding: 5px;
}

.btm-toolbar
{
	position: fixed;
	top: 90%;
}

.text-pane
{
	padding: 12px;
}



.row-container
{
	height:     auto;
    min-height: 91%;

	width: 100%;
	background-color: #efefef;

}

.bg-header
{
	background-color: #00355f;
	border-bottom: 3px solid #79868f;
	padding: 0px;
	color: #bebfb9;
	height: 45px;
}
/*09.03.2023 Koss (safe to remove)*/

.bg-header {
	display:flex;
	align-items: center;
}
.bg-header > div {
	float:none !Important;
}
.bg-header > div.logo {
	order:1;
}
.bg-header > div.ddown {
	order:2;
}
.bg-header > div.ddown > div.hdr-top.vcenter {
	margin-top:8px;
}
.bg-header > div.username {
	order:5;
	display:flex;
	align-items: center;
}
.bg-header > div.update {
	order:4;
	    display: flex;
    align-items: center;
 
}
.bg-header > div.debug-lang,
.bg-header > div.orange-button {
	order:3;
 
}
.bg-header > div.debug-lang {
	display: flex;
    height: 29px;
    align-items: center;
    gap: 5px;
}
.bg-header > div.hdr-user {
	padding-right:15px !important;
	margin-top:0 !important;
}
.bg-header > div .btn-switch-voter-2fa {
	margin-top:7px;
	margin-left:15px;
	    overflow: hidden;
    display: block;
    word-break: break-all;
    white-space: normal;
	width:100%;
	max-height:30px;
}


/*09.03.2023 end*/


.login > .bg-header
{
	border-bottom: 0;
}

.badge-sm {
  background-color: #777777;
  border-radius: 10px;
  color: #ffffff;
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  width: 33px;
  padding: 3px 3px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  height: 15px;
  position: relative;
  top: -1px;
  margin-right: 5px;
}

.bg-white
{
	background-color: #fff;
}

.bg-striped
{
	background-image: -webkit-repeating-linear-gradient(
  135deg,
  rgba(255, 255, 255, 0.1),
  rgba(255, 255, 255, 0.1) 12px,
  rgba(255, 255, 255, 0.1) 12px,
  rgba(0, 0, 0, 0.1) 20px
	);

	background-image: -o-repeating-linear-gradient(
  135deg,
  rgba(255, 255, 255, 0.1),
  rgba(255, 255, 255, 0.1) 12px,
  rgba(255, 255, 255, 0.1) 12px,
  rgba(0, 0, 0, 0.1) 20px
	);

	background-image: -moz-repeating-linear-gradient(
  135deg,
  rgba(255, 255, 255, 0.1),
  rgba(255, 255, 255, 0.1) 12px,
  rgba(255, 255, 255, 0.1) 12px,
  rgba(0, 0, 0, 0.1) 20px
	);

	background-image: repeating-linear-gradient(
  135deg,
  rgba(255, 255, 255, 0.1),
  rgba(255, 255, 255, 0.1) 12px,
  rgba(255, 255, 255, 0.1) 12px,
  rgba(0, 0, 0, 0.1) 20px
	);

	background-attachment:fixed;
}

.bg-success-new
{
	background-color: #dff4d3;
}

.bg-danger-new
{
	background-color: #f5d3d2;
}

.bg-danger-new2
{
	background: #f4f4f4;
	border: 1px solid #ececec;
}

.bg-default.file-input-big-new
{
	background: #f4f4f4;
	border: 1px solid #ececec;
	min-height: unset;
}

.not-required.file-input-big-new
{
	min-height: unset;
}

.bg-default.file-input-big-new:before,
.not-required.file-input-big-new:before
{
	display:none;
}

.bg-success-new2
{
	background: #f6fcf8;
	border: 1px solid #d9e8db;
}

.bg-login
{
	background-color: #efefef;
}

.bg-light-gray
{
	background-color: #f8f8f8;
}

.vote-yes
{
	background-color: #5cb85c;
	padding: 5px;
	width:65px;
	display: inline-block;
}

.vote-no
{
	background-color: #d9534f;
	padding: 5px;
	width:65px;
	display: inline-block;
}

.vote-miss
{
	background-color: #f0ad4e;
	padding: 5px;
	width:65px;
	display: inline-block;
}

.vote-custom
{

	padding: 5px;
	width:65px;
	display: inline-block;
}

.hdr-top
{
	height: 100%;
	padding: 0px;
}

.hdr-user
{
	padding-right: 35px;
	margin-top: 5px;
}

.hdr-user .btn-link
{
	color: #bebfb9;
}

.hdr-logo
{
	margin: 8px 25px;
}

.login-logo
{
	margin: 25px 15px 20px 20px;
}

.login-text
{
	padding: 15px 0 15px 15px;
	font-size: 30px;
	white-space: nowrap;
}

.login-otp
{
	background-color: #eeeeee;
}

.login
{
	border-bottom: 2px solid #00355f;
}

.login-form
{
	padding: 20px;
	background-color: #fff;
}

.login-links
{
	padding-top: 10px;
}

.forgot
{
	border: 2px solid #cbcb;
}

.login-boxes
{
	background-color: #fff;
	border: 2px solid #cbcbcb;
	min-width: 400px;
	border-collapse: collapse;
}

.login-boxes.forgot
{
	min-width: 460px;
}

.login-right-box
{
	min-width: 200px;
}

#invoice-modal-content .modal-body
{
	padding: 20px 20px 0;
}

.search-row
{
	padding-top: 10px;
	border-bottom: 1px solid #dddddd;
	border-collapse: collapse;
}

.search-results
{
	margin-left: 30px;
}

.page-image
{
	border: 1px solid #e3e3e3;
	border-radius: 4px;
}

.mr-0
{
	margin-right: 0px !important;
}

.mr-15
{
	margin-right: 15px;
}

.mr-30
{
	margin-right: 30px;
}

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

.ml-5
{
	margin-left: 5px;
}

.ml-10
{
	margin-left: 10px;
}

.ml-15
{
	margin-left: 15px;
}

.ml-30
{
	margin-left: 30px;
}

.ml-40
{
	margin-left: 40px;
}

.mb-0
{
	margin-bottom: 0;
}

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

.mb-10
{
	margin-bottom: 10px;
}

.mt-5
{
	margin-top: 5px;
}

.mt-10
{
	margin-top: 10px;
}

.mt-15
{
	margin-top: 15px;
}

.mt-30
{
	margin-top: 30px;
}

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

.pr-0
{
    padding-right: 0px;
}

.text-highlight
{
	color: #007700;
}

.select-vote-option
{
	width: 165px;
}

.select-vote-option-long
{
	width: 85%;

}

.success-new, .success-new:hover, .success-new:focus
{
	background-color: #5cb85c !important;
	color: #fff !important;
	font-weight: normal;
}

.success-new-proj, .success-new-proj:hover, .success-new-proj:focus
{
	/*background-color: #ffff99;*/
	background-color: #5cb85c;

	color: #6e6d75;

	font-weight: 700;
}

.link-success-new
{
	color: #5cb85c;

}

.label-step
{
	margin-left: 0;
}

.label-project
{
	padding: 15px;
	font-weight: 400;
}

.label-project-admin
{

}

.h3-admin
{
	margin-right: 2%;
}

.label-project.primary-new
{
	/*background-color: #f0f7d5;*/
	background-color: #f0ad4e;
	color: #6e6d75;
}

.label-project.default-new
{
	background-color: #eeeeee;
	color: #696969;
}

.label-partner
{
	padding: 9px 15px 8px;
	margin-left: -15px;
	background-color: #00355f;
}

.text-messages
{
    word-break: normal;
}

.text-left {
  text-align: left !important;
}

.text-blue
{
	color: #003a62;
}

.text-black
{
	color: #000;
}

.text-gray
{
	color: #939393;
}

.text-dark-gray
{
	color: #6e6e6e;
}

.text-dark-green
{
	color: #71775b;
	font-weight: 700;
}

.download-document, .download-document a
{
	font-size: 16px;
	color: #777777;
}

.well.well-sm.download-document2
{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 22px;
	background-color: unset;
	filter: unset;
	background: none;
	padding: 0;
	border: 0;
	font-weight: 600 !important;
	box-shadow: none !important;
	padding-left: 30px;
	width: 100%;
	padding-right: 35px;
	display: inline-block;

}

.file-input-big-new:before
{
	height: 100%;
	width: 1px;
	background: #ececec;
	padding-left: 1px;
	content: " ";
	display: inline-block;
	min-height: 217px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: calc(50% - 15px);
	left:50%;
}
.file-input-big-new div:first-child {
	box-sizing:border-box;
	padding-right:15px;
}

.bg-success-new2.file-input-big-new:before
{
	height: 100%;
	width: 1px;
	background: #d9e8db;
}


.well.well-sm.download-document2:before
{
	width: 23px;
	height: 23px;
	display: block;
	content: " ";
	margin-left: -30px;
	margin-top: 4px;
	border-radius: 50%;
	position: absolute;
}

.bg-success-new2 .well.well-sm.download-document2:before
{
	background: #34a63c url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNC4wMzEiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNC4wMzEgMTAiPiAgPG1ldGFkYXRhPjw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+PHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPiAgIDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+ICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIvPiAgIDwvcmRmOlJERj48L3g6eG1wbWV0YT4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDw/eHBhY2tldCBlbmQ9InciPz48L21ldGFkYXRhPjxkZWZzPiAgICA8c3R5bGU+ICAgICAgLmNscy0xIHsgICAgICAgIGZpbGw6ICNmZmY7ICAgICAgICBmaWxsLXJ1bGU6IGV2ZW5vZGQ7ICAgICAgfSAgICA8L3N0eWxlPiAgPC9kZWZzPiAgPHBhdGggaWQ9ImNoZWNrbWFyayIgY2xhc3M9ImNscy0xIiBkPSJNMjgyLjc0NiwzNDRhMC44NzcsMC44NzcsMCwwLDEtLjYxOS0wLjI1M2wtMy44NzktMy44MzNhMC44NiwwLjg2LDAsMCwxLDAtMS4yMjUsMC44ODIsMC44ODIsMCwwLDEsMS4yMzgsMGwzLjI2LDMuMjIxLDcuNzU5LTcuNjY3YTAuODgxLDAuODgxLDAsMCwxLDEuMjM4LDAsMC44NiwwLjg2LDAsMCwxLDAsMS4yMjVsLTguMzc4LDguMjc5QTAuODc3LDAuODc3LDAsMCwxLDI4Mi43NDYsMzQ0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI3OCAtMzM0KSIvPjwvc3ZnPg==) 50% 50% no-repeat;
	background-size: 14px 10px;
}



.bg-danger-new2 .well.well-sm.download-document2:before {
	background: #ff0042 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjkiIHZpZXdCb3g9IjAgMCA5IDkiPiAgPG1ldGFkYXRhPjw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+PHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPiAgIDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+ICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIvPiAgIDwvcmRmOlJERj48L3g6eG1wbWV0YT4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDw/eHBhY2tldCBlbmQ9InciPz48L21ldGFkYXRhPjxkZWZzPiAgICA8c3R5bGU+ICAgICAgLmNscy0xIHsgICAgICAgIGZpbGw6ICNmZmY7ICAgICAgICBmaWxsLXJ1bGU6IGV2ZW5vZGQ7ICAgICAgfSAgICA8L3N0eWxlPiAgPC9kZWZzPiAgPHBhdGggaWQ9ImFzdGVyaXNrIiBjbGFzcz0iY2xzLTEiIGQ9Ik0yODIuNSw1ODNsMi0yLjM4NkwyODYuNDY5LDU4M2wxLjM0My0xLjAxNS0xLjUyNy0yLjY4OEwyODksNTc4LjA2NWwtMC41LTEuNjQ2LTIuODk1LjY4Ni0wLjI5LTMuMWgtMS42NThsLTAuMjg5LDMuMS0yLjg2OS0uNjg2LTAuNSwxLjY0NiwyLjY4NSwxLjIzNC0xLjUyNywyLjY4OFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yODAgLTU3NCkiLz48L3N2Zz4=) 50% 50% no-repeat;
	background-size: 9px 9px;
}

.bg-danger-new2 .well.well-sm.download-document2
{
	color: #ff0042;
}

.bg-success-new2 .well.well-sm.download-document2
{
	color: #34a63c;
}


div.download-document2 {
	width: 100%;
	padding-right: 35px;
	display: block;
	font-size: 16px;
	color: #777777;
}

div.download-document2 > a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	color: #007eff;
	text-decoration: underline;
	display: block;
	padding-left: 32px;
	margin-bottom: 15px;
	white-space: normal;
	word-wrap: break-word;
}

div.download-document2 > a:hover {
	text-decoration:none;
}

div.download-document2 > a::before {
	width: 22px;
	height: 22px;
	display: inline-block;
	content: " ";
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDIyIDIyIj4gIDxtZXRhZGF0YT48P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pjx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiLz4gICA8L3JkZjpSREY+PC94OnhtcG1ldGE+ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8P3hwYWNrZXQgZW5kPSJ3Ij8+PC9tZXRhZGF0YT48ZGVmcz4gICAgPHN0eWxlPiAgICAgIC5jbHMtMSB7ICAgICAgICBmaWxsOiAjMDA3ZWZmOyAgICAgICAgZmlsbC1ydWxlOiBldmVub2RkOyAgICAgIH0gICAgPC9zdHlsZT4gIDwvZGVmcz4gIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTI4MSwzODJhMC41LDAuNSwwLDAsMC0uMzU0Ljg1M2w0LDRhMC41LDAuNSwwLDAsMCwuNzA3LDBsNC00YTAuNSwwLjUsMCwwLDAsLjE0Ny0wLjM1MywwLjUsMC41LDAsMCwwLS44NTQtMC4zNTRsLTMuMTQ2LDMuMTQ3VjM3Mi41YTAuNSwwLjUsMCwwLDAtMSwwdjEyLjc5M2wtMy4xNDctMy4xNDdBMC41LDAuNSwwLDAsMCwyODEsMzgyWm02LjIxMy05Ljc2MWEwLjQ5MiwwLjQ5MiwwLDAsMC0uMjEzLTAuMDUyLDAuNSwwLjUsMCwwLDAsMCwxVjM3My4yYTEwLDEwLDAsMSwxLTQsMHYtMC4wMTRhMC41LDAuNSwwLDAsMCwwLTEsMC40OTIsMC40OTIsMCwwLDAtLjIxMy4wNTJBMTEsMTEsMCwxLDAsMjg3LjIxMywzNzIuMjM5WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI3NCAtMzcyKSIvPjwvc3ZnPg==) no-repeat;
	background-size: 22px 22px;
	position: absolute;
	margin-left: -32px;
}

p.download-document2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	color: #7d7d7d;
	width: 100%;
	padding-right: 35px;
	display: inline-block;
}

.file-input-upload-new {
	width: 100%;

}

.file-input-select-new
{
	width: 100%;
	padding-left: 15px;

}

.file-input-text-new
{
	width: 100%;
}

div.file-input-upload-new p.form-control-static
{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #2c2c2c;
	padding-left: 35px;
	margin-top: -5px;
}

div.file-input-upload-new p.form-control-static:before
{
	width: 30px;
	height: 30px;
	margin-top: -2px;
	display: block;
	content: " ";
	position: absolute;
	margin-left: -35px;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDIxIDIxIj4gIDxtZXRhZGF0YT48P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pjx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiLz4gICA8L3JkZjpSREY+PC94OnhtcG1ldGE+ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8P3hwYWNrZXQgZW5kPSJ3Ij8+PC9tZXRhZGF0YT48ZGVmcz4gICAgPHN0eWxlPiAgICAgIC5jbHMtMSB7ICAgICAgICBmaWxsLXJ1bGU6IGV2ZW5vZGQ7ICAgICAgfSAgICA8L3N0eWxlPiAgPC9kZWZzPiAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNzU0LjI4NCwzMjloLTcuNzZhMC43MSwwLjcxLDAsMCwwLS41MDYuMjFsLTExLjgwOSwxMS44MDhhMC43MTYsMC43MTYsMCwwLDAsMCwxLjAxMWw3Ljc2LDcuNzZhMC43MTIsMC43MTIsMCwwLDAsLjUwNi4yMWgwYTAuNzczLDAuNzczLDAsMCwwLC41MDktMC4yMTdMNzU0LjgsMzM3LjYzNmEwLjcxMiwwLjcxMiwwLDAsMCwuMi0wLjV2LTcuNDIzQTAuNzE2LDAuNzE2LDAsMCwwLDc1NC4yODQsMzI5Wm0tMC43MTUsMS40M3Y2LjQxOGwtMTEuMSwxMS40MTgtNi43NDItNi43NDJMNzQ2LjgyLDMzMC40M2g2Ljc0OVpNNzQ5LjksMzM2LjVhMi40LDIuNCwwLDEsMC0yLjQtMi40QTIuNCwyLjQsMCwwLDAsNzQ5LjksMzM2LjVabTAtMy4zNzRhMC45NzIsMC45NzIsMCwxLDEtLjk3Mi45NzJBMC45NzMsMC45NzMsMCwwLDEsNzQ5LjksMzMzLjEyOVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03MzQgLTMyOSkiLz48L3N2Zz4=) 0% 50% no-repeat;
	background-size: 21px 21px;
}

.form-group.file-input-upload-new
{
	width: 100%;


	right: 25px;
	margin-right: 0;
	margin-left: 0;

	height: 40px;
	padding-left: 0;
	padding-right: 0;
}

.form-group.file-input-select-new
{
	width: 100%;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	position: relative;
	right: 0;

}

.form-group.file-input-text-new
{
	width: 100%;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	position: relative;

}

.file-input-select-new .btn-file-add-another
{
	background: none;
	box-shadow: none;
	border: 1px solid #007eff;
	color: #007eff;
	font-size: 15px;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	width: calc(100% - 15px);
	margin: 0;
	height: 48px;
	margin-left: 15px;
}

.file-input-select-new .btn-file-add-another .glyphicon
{
	width: 21px;
	height: 21px;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDIxIDIxIj4gIDxtZXRhZGF0YT48P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pjx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiLz4gICA8L3JkZjpSREY+PC94OnhtcG1ldGE+ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8P3hwYWNrZXQgZW5kPSJ3Ij8+PC9tZXRhZGF0YT48ZGVmcz4gICAgPHN0eWxlPiAgICAgIC5jbHMtMSB7ICAgICAgICBmaWxsOiAjMDA3ZWZmOyAgICAgICAgZmlsbC1ydWxlOiBldmVub2RkOyAgICAgIH0gICAgPC9zdHlsZT4gIDwvZGVmcz4gIDxwYXRoIGlkPSJwbHVzIiBjbGFzcz0iY2xzLTEiIGQ9Ik04ODIuNSw3MTVBMTAuNSwxMC41LDAsMSwwLDg5Myw3MjUuNSwxMC41MTUsMTAuNTE1LDAsMCwwLDg4Mi41LDcxNVptMCwxOS41MjdhOS4wMjQsOS4wMjQsMCwxLDEsOS4wMjMtOS4wMjRBOS4wMzQsOS4wMzQsMCwwLDEsODgyLjUsNzM0LjUyM1ptNC44MzItOS44NjNoLTQuMDkzdi00LjA5MmEwLjc0LDAuNzQsMCwxLDAtMS40NzksMHY0LjA5MmgtNC4wOTNhMC43NCwwLjc0LDAsMCwwLDAsMS40OGg0LjA5M3Y0LjA5MmEwLjc0LDAuNzQsMCwxLDAsMS40NzksMFY3MjYuMTRoNC4wOTNBMC43NCwwLjc0LDAsMCwwLDg4Ny4zMzEsNzI0LjY2WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTg3MiAtNzE1KSIvPjwvc3ZnPg==) 50% 50% no-repeat;
	background-size: 21px 21px;
	margin-bottom: -4px;
	margin-right: 3px;
}


.file-input-select-new .btn-file-add-another:hover
{
	background: #007eff;
	color: #ffffff;
}

.file-input-select-new .btn-file-add-another:hover .glyphicon
{
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDIxIDIxIj4gIDxtZXRhZGF0YT48P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pjx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiLz4gICA8L3JkZjpSREY+PC94OnhtcG1ldGE+ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8P3hwYWNrZXQgZW5kPSJ3Ij8+PC9tZXRhZGF0YT48ZGVmcz4gICAgPHN0eWxlPiAgICAgIC5jbHMtMSB7ICAgICAgICBmaWxsOiAjZmZmOyAgICAgICAgZmlsbC1ydWxlOiBldmVub2RkOyAgICAgIH0gICAgPC9zdHlsZT4gIDwvZGVmcz4gIDxwYXRoIGlkPSJwbHVzLW92IiBjbGFzcz0iY2xzLTEiIGQ9Ik04ODIuNSw0NzRBMTAuNSwxMC41LDAsMSwwLDg5Myw0ODQuNSwxMC41MTUsMTAuNTE1LDAsMCwwLDg4Mi41LDQ3NFptMCwxOS41MjdhOS4wMjQsOS4wMjQsMCwxLDEsOS4wMjMtOS4wMjRBOS4wMzQsOS4wMzQsMCwwLDEsODgyLjUsNDkzLjUyM1ptNC44MzItOS44NjNoLTQuMDkzdi00LjA5MmEwLjc0LDAuNzQsMCwxLDAtMS40NzksMHY0LjA5MmgtNC4wOTNhMC43NCwwLjc0LDAsMCwwLDAsMS40OGg0LjA5M3Y0LjA5M2EwLjc0LDAuNzQsMCwwLDAsMS40NzksMFY0ODUuMTRoNC4wOTNBMC43NCwwLjc0LDAsMSwwLDg4Ny4zMzEsNDgzLjY2WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTg3MiAtNDc0KSIvPjwvc3ZnPg==) 50% 50% no-repeat;
}



.file-input-big-new .form-group label
{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px !important;
	color: #7d7d7d;
	font-weight: 700;
	padding-top: 0;
	line-height: 35px;
}

.form-group.file-input-upload-new > label.control-label,
.form-group.file-input-select-new > label.control-label,
.form-group.file-input-text-new > label.control-label
{
	width: 135px;
	text-align: left;
	padding: 0;
	padding-left: 15px;
	float: left;
}

.form-group.file-input-upload-new > .input,
.form-group.file-input-select-new > .input,
.form-group.file-input-text-new > .input
{
	width: calc(100% - 135px);
	display: inline-block;
	float: left;
	padding-right: 0;
	padding-left: 15px;
	font-family: 'Source Sans Pro', sans-serif;
}

.btn-file-input-select-new,
.btn-file-input-select-new:hover
{
	color: #fff;
	background: #007eff;
	box-shadow: none;
	border: 1px solid #007eff;
}

.form-group.file-input-select-new .glyphicon.glyphicon-trash
{
	color: #007eff;
}

.form-group.file-input-select-new .form-control.file-caption.kv-fileinput-caption .file-caption-name .glyphicon
{
	display:none;
}





.download-document .glyphicon
{
	margin-right: 10px;
	color: #777777;
}

.drag-and-drop-zone
{
	border: 2px dashed #d9e8db;
	border-radius: 5px;
	width: 100%;
	color: #92AAB0;
	text-align: center;
	vertical-align: middle;
	padding: 1em 0px;
	margin-bottom: 10px;
	font-size: 200%;

	cursor: default;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.drag-msg.drag-and-drop-zone p
{
	font-size:15px;
	font-weight: 600;
 	color:#7d7d7d;
	margin-bottom:0;
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
	line-height: 1.5;
}

.font-partner
{
	font-size: 18px;
}

.font-project-icon
{
	font-size: 16px;
}

.project-icon-green
{
	color: #5cb85c;
}

.project-icon-gray
{
	color: #858585;
}

.project-icon-yellow
{
	color: #eea236;
}

.project-icon-red
{
	color: #d43f3a;
}

.project-custom-icon
{
	height: 60px;
	width: 60px;
	display: inline-block;
	margin-right: 10px;
	margin-top: 10px;
	float: left;
}

.project-custom-icon-show
{
	height: 60px;
	width: 60px;
	display: inline-block;
	margin: 0;
	float: none;
	vertical-align: middle;
}

.project-custom-icon-show-small
{
	height: 20px;
	width: 20px;
	display: inline-block;
	margin: 0;
	float: none;
	vertical-align: middle;
}

.project-custom-icon-show-img-small
{
	max-height: 20px;
	max-width: 20px;
}

.project-custom-icons-box
{

}

#sort-list1, #sort-list2
{
    border: 1px solid #eee;
    min-height: 40px;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 0;
}

#sort-list1 li, #sort-list2 li
{
    margin: 0 5px 5px 5px;
    padding: 5px;
    font-size: 1.2em;
}

#menu
{
	padding-left: 0px;
	padding-right: 0px;


	background-color: #fafafa;
	border-right: 1px solid #ccc;
}

#main-container
{
	padding: 10px 0px 0px 10px;

	height:     100%;
    min-height: 100%;

}

#main-content
{
	height:     auto;
    min-height: 100%;

    width: 99%;

	padding: 0 30px;
	background-color: #ffffff;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;

}

#main-content-login
{

	margin:auto;

	height: 100%;
}

.container-login
{
	background-color: #eee;

	margin-top: 10%;

}

.login.border-login
{

	border-right: 2px solid #cbcbcb;

}

.login-form.border-login
{

	border-right: 2px solid #cbcbcb;

}

.login.forgot
{
	min-width: 455px;
}

.login-form.forgot, .editable-textarea-lg
{
	min-width: 455px;
}

.login.register
{
	min-width: 650px;
}

.login-form.register
{
	min-width: 650px;
}

.container-login.register
{
	min-width:700px;
}

#leftMenu .accordion
{
	height: 100%;
}

#leftMenu .accordion-group
{
    margin-bottom: 0px;
    border:0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    position: relative;

    text-transform: uppercase;
    border-bottom: 1px solid #ccc; /* inner stroke */

}

#leftMenu .accordion-submenu
{
	margin-left: 3px;
	border-bottom: 0px;
}

#leftMenu .accordion-heading
{
    height: 40px;

    background-color: #fafafa; /* layer fill content */

    padding-top: 10px;

    list-style-type:none;
}

#leftMenu .accordion-heading  a, .accordion-inner a
{
    color: #585856; /* text color */
    text-decoration:none;
    font-weight:bold;
    margin-left: 15px;

}

#leftMenu .accordion-group > .sub-menu
{
	margin-top: 10px;

}

#leftMenu .accordion-heading  a:hover, .accordion-inner a:hover
{
    color:#ccc
}

#leftMenu .accordion-heading.active, #leftMenu .active
{
    height: 40px;
    padding-top: 10px;
    border-right: 10px solid #00355f; /* inner stroke */
    background-color: #ffffff; /* layer fill content */

}

#leftMenu .accordion-heading.active, #leftMenu .active a, #leftMenu .active a:hover
{
	color: #003a62;
}

#leftMenu .accordion-inner
{
	background-color: #ffffff;
}

#leftMenu .accordion-inner.active-inner
{

    border-right: 10px solid #00355f;; /* inner stroke */
    background-color: #ffffff; /* layer fill content */

}

#leftMenu .accordion-inner .accordion-heading.active
{
	border-right: 0px;
}


#leftMenu .accordion-inner .accordion-heading
{
    height: 30px;
    background-color: #ffffff;
    padding-top: 10px;

    list-style-type:none;
}

#leftMenu .accordion-inner dl
{
	margin-left: 15px;
}

.static-popover.popover
{
	display: block !important;
	position: relative !important;
	max-width: inherit !important;
	z-index: 0;
	min-height: 100px;
}

.table-custom-emails .text-bold a
{
    color: #707070;
    font-weight: 600;
}

.table-custom-emails td a
{
    color: #A5A5A5;
    font-weight: 400;
}

.table-custom-emails > tbody > tr:hover
{
    background: #61AFFF;
}

.table-custom-emails > tbody > tr:hover td a
{
    color: #ffffff;
    text-decoration: none;
}

.table-custom-emails th
{
	color: #00355F !important;
    text-transform: uppercase;
    letter-spacing: 3px;
    border: 0;
    padding: 15px !important;
}

.table-custom-emails td
{
    border-left: 0;
    border-right: 0;
    color: #707070;
    font-size: 14px;
    padding: 15px !important;
    text-align: left !important;
}

.page-show-email
{
    width: calc(100% - 5px);
    display: inline-table;
    background: #ffffff;
    margin: 0 auto;
    padding: 0;
    margin-top: 10px;
    -webkit-box-shadow: 0px 0px 33px 0px rgba(0,0,0,0.37);
    -moz-box-shadow: 0px 0px 33px 0px rgba(0,0,0,0.37);
    box-shadow: 0px 0px 33px 0px rgba(0,0,0,0.37);
}

.page-show-email .emailContent
{
    display: block;
    position: relative;
    height: 100%;
    max-height: 365px;
    overflow-y: scroll;
    margin: 15px;
    font-size: 14px;
    color: #707070;
}

.emailtop
{
    background:#F9F9F9;
    padding:15px;
}

.emailtop .btnClose
{
    width:16px;
    height:16px;
    display:block;
    float: right;

    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjI5NzYgMzA0IDE2LjAxNSAxNiI+ICA8ZGVmcz4gICAgPHN0eWxlPiAgICAgIC5jbHMtMSB7ICAgICAgICBmaWxsOiAjM2VhYWZmOyAgICAgIH0gICAgPC9zdHlsZT4gIDwvZGVmcz4gIDxwYXRoIGlkPSJYTUxJRF8xXyIgY2xhc3M9ImNscy0xIiBkPSJNMTUuNTUsMTMuNTgzYTEuMzczLDEuMzczLDAsMCwxLDAsMS45NjcsMS40MSwxLjQxLDAsMCwxLTEuOTY3LDBMNy45NTgsOS45MjUsMi4zMzIsMTUuNTVhMS4zNDYsMS4zNDYsMCwwLDEtLjk4NC40LDEuMzQ2LDEuMzQ2LDAsMCwxLS45ODQtLjQsMS4zNzMsMS4zNzMsMCwwLDEsMC0xLjk2N0w1Ljk5LDcuOTU4LjM2NSwyLjMzMmExLjM3MywxLjM3MywwLDAsMSwwLTEuOTY3LDEuMzczLDEuMzczLDAsMCwxLDEuOTY3LDBMNy45NTgsNS45OSwxMy41ODMuMzY1YTEuMzczLDEuMzczLDAsMCwxLDEuOTY3LDAsMS4zNzMsMS4zNzMsMCwwLDEsMCwxLjk2N0w5LjkyNSw3Ljk1OFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI5NzYuMDUgMzA0LjA1KSIvPjwvc3ZnPg==);

}

.emailtop a.dlatt
{
    background-repeat: no-repeat;
    padding-left: 25px;
    color: #34A6FF;
    margin-left: 10px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjI3NDkgMzYzIDE5LjA0NyAyMSI+ICA8ZGVmcz4gICAgPHN0eWxlPiAgICAgIC5jbHMtMSB7ICAgICAgICBmaWxsOiAjMzRhNmZmOyAgICAgIH0gICAgPC9zdHlsZT4gIDwvZGVmcz4gIDxwYXRoIGlkPSJQYXRoXzEiIGRhdGEtbmFtZT0iUGF0aCAxIiBjbGFzcz0iY2xzLTEiIGQ9Ik02LjMsMjAuOTYyYTYuMjYzLDYuMjYzLDAsMCwwLDQuNDY0LTEuODM1bDMuOTE5LTMuOTE5YS43MzcuNzM3LDAsMCwwLTEuMDQyLTEuMDQyTDkuNzIyLDE4LjA4NkE0Ljg0LDQuODQsMCwwLDEsNi4zLDE5LjQ3NGE0LjkyNyw0LjkyNywwLDAsMS0zLjQyMi0xLjM4OSw0LjYwNyw0LjYwNywwLDAsMS0xLjM4OS0zLjM3M0E1LjAxNyw1LjAxNywwLDAsMSwyLjg3NywxMS4yOUw4LjAyMSw2LjE0NmwzLjY4NS0zLjY4NWEzLjM3MSwzLjM3MSwwLDAsMSwyLjQzLS45OTIsMy40NTUsMy40NTUsMCwwLDEsMi40My45OTIsMy4zNzEsMy4zNzEsMCwwLDEsLjk5MiwyLjQzLDMuMTc4LDMuMTc4LDAsMCwxLS45OTIsMi4zODFMNy42ODgsMTYuMWEyLjAxNywyLjAxNywwLDAsMS0yLjgyNy0yLjg3N0w4Ljc3OSw5LjMwNkEuNzM3LjczNywwLDAsMCw3LjczOCw4LjI2NEwzLjgxOSwxMi4xODNhMy41MzEsMy41MzEsMCwwLDAtMS4wNDIsMi40OCwzLjMzNCwzLjMzNCwwLDAsMCwxLjA0MiwyLjQ4LDMuNDczLDMuNDczLDAsMCwwLDQuOTYsMGw4LjgyOS04LjgyOWE0LjgsNC44LDAsMCwwLDEuNDM4LTMuNDcyQTQuOCw0LjgsMCwwLDAsMTcuNjA4LDEuMzdhNC45MjUsNC45MjUsMCwwLDAtNi45NDQuMDVMMS44MzUsMTAuMjQ5YTYuMzQ3LDYuMzQ3LDAsMCwwLDAsOC45MjhBNi40Myw2LjQzLDAsMCwwLDYuMywyMC45NjJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNzQ5IDM2My4wMzgpIi8+PC9zdmc+);
}


.w-50
{
	width: 50px;
}

.fontw-300
{
	font-weight: 300;
}

.emailtop .table
{
    margin-bottom: 0;
}


.emailtop .table td, .emailtop .table th
{
    border: 0;
    padding: 3px;
    font-size: 16px;
}


.emailtop h2
{
    color: #00355F;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

.tbl-drag-files
{
	font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:13px;font-weight:450;
	width: 100%;
	border-radius: 6px;
	border-collapse: separate;
	border-spacing: 0 0.5em;
}

.tbl-drag-files td
{
	padding: 5px;
}

.tbl-drag-files .uploadname
{
	font-size: 13px;
	font-weight: 450;
	line-height: 1.2;
	color:#fff;
	display: block;
	width: 100%;
}

.tbl-drag-files .uploadsize
{
	font-size: 10px;
	line-height:1.42857143;
	color: #adadad;

}

.tbl-drag-files tr.uploading > td
{
	background-color: #7d7d7d;
}

.tbl-drag-files tr.uploaderror > td
{
	background-color: #f2dede;
}

.tbl-drag-files .uploaderror .uploadname
{
	color: #7d7d7d;
}

.tbl-drag-files tr.uploadsuccess > td
{
	background-color: #dff0d8;
}

.tbl-drag-files tr > td:first-child
{
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.tbl-drag-files tr > td:last-child
{
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;

}

.table
{
	color: #8e8e8e;

}


.table-bordered
{
	border: 1px solid #ebebeb;
	border-collapse: separate;
	border-radius: 6px;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > td
{
	border-left: 0px;
	border-bottom: 0px;
	border-right: 1px solid #ebebeb;

}

.table-bordered > thead > tr > th:last-child, .table-bordered > tbody > tr > td:last-child
{
	border-left: 0px;
	border-bottom: 0px;
	border-right: 0px;

}


.table thead > tr
{
	border-bottom: 1px solid green;
}

.table thead > tr > th,
.table tfoot > tr > th
{
	background-color: #fafafa;

}

.table thead > tr > th:first-child
{
	border-radius: 6px 0 0 0;
}

.table thead > tr > th:last-child
{
	border-radius: 0 6px 0 0;
}

.table-messages > tbody > tr > td
{
	border-top: 0;
}

.table-responsive.table-project
{
	overflow-x:visible;
	overflow-y: hidden;
}

.table-project > tbody > tr > td > h3
{
	margin-bottom: 24px;
}

.project-current
{
	color: gray;

}

.tab-pane
{
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border: 1px solid #ececec;
	padding: 15px;
}

.vcenter
{
	vertical-align:middle !important;
}

.hcenter
{
	text-align: center !important;
}

.hright
{
	text-align: right !important;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}

.form-signin .form-signin-heading
{
  margin-bottom: 10px;
}

.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fc-day-grid-event .fc-content {
  white-space: normal;
  padding: 2px;
}

.filter-small
{
	padding: 5px;
	font-weight: normal;
}

.file-input-big
{
	border-radius: 6px;
	padding: 15px;
	margin-bottom: 15px;
	border: 1px solid #333333;
}

.file-input-big-new
{
	border-radius: 6px;
	margin-bottom: 15px;
	padding:19px 25px;
	position:relative;
	min-height:227px;
}

.file-input-short-new
{
	border-radius: 6px;
    margin-bottom: 15px;
    padding:19px 25px;
    position:relative;
}

.file-input-short-new:before
{
    height: 100%;
    width: 1px;
    background: #ececec;
    padding-left: 1px;
    content: " ";
    display: inline-block;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: calc(50% - 15px);
}

.file-download
{
	margin: 0 15px 15px 0;
	float: left;
}

.file-download a
{
	white-space:pre;
}

.nav-tabs
{
	border: 0px;

}
.nav.nav-tabs {
	display: flex;
    flex-wrap: wrap; 
}

.nav-tabs > li > a
{
	background-color: #f5f5f5;
	margin-right: 0px;
	border-radius: 0px;
	border: 1px solid #ececec;
	color: #707070;
}

.nav-tabs.nav-justified > li > a {
	margin-bottom: -1px;
}


.nav-user-project > li > a.success
{
	background-color: #5cb85c;
	color: #ffffff;
}

.nav-user-project > li > a.success:hover
{
	background-color: #449d44;
}

.nav-user-project > li > a.danger
{
	background-color: #d9534f;
	color: #ffffff;
}



.nav-user-project > li > a.danger:hover
{
	background-color: #c9302c;
}

.nav-user-project > li > a.warning
{
	background-color: #f0ad4e;
	color: #ffffff;
}

.nav-user-project > li > a.warning:hover
{
	background-color: #ec971f;
}

.nav-tabs > li > a.disabled
{
	opacity: .65;
	cursor: not-allowed;
	background-color: #eee;
}

.nav-tabs > li > a.disabled:hover,
.nav-tabs > li > a.disabled:focus
{
	background-color: #eee;
}

.nav-tabs > li > a.disabled > .glyphicon
{
	visibility: hidden;
}


.nav-tabs > li:first-child > a
{
	border-radius: 4px 0 0 0;
}

.nav-tabs > li:last-child > a
{
	border-radius: 0 4px 0 0;
}

.nav-tabs > li.active > a
{

	border-radius: 4px 4px 0 0;
	color: #707070;
}

.table > thead > tr > th.btm-green, .panel > .table-responsive > .table-bordered > thead > tr > th.btm-green,
.table > tbody > tr > td.btm-green
{
	border-bottom: 3px solid #5cb85c;
}

.modal-header
{
	background-color: #003a62;
	color: #ffffff;
}

.close, .close:hover, .close:focus
{
	color: #ffffff;
	opacity: 0.6;

}

.modal-content
{
	border: 4px solid #5c5c5c;
}

.modal-backdrop.in {
  opacity: 0.8;
}

.btn-info
{
	text-shadow: 0 0 0;
}

.btn-default-new, .btn-default-new:hover, .btn-default-new:focus, .btn-default-new:active, .btn-default-new.active
{
	background-color: #003561;
	color: #ffffff;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);

}

.btn-header
{
	top: 20px;
	color: #bebfb9;
	padding: 12px 12px 7px 12px;
	border-left: 1px solid #214e77;
	border-radius: 0px;
}

.btn-header-last
{
	border-right: 1px solid #214e77;
	border-radius: 0px;
}

.btn-header:hover
{
	color: #ff0000;
}

.btn-fee
{
	padding: 15px 0;
	background-color: #eeeeee;
}

.btn-final
{
	padding: 15px 0;
}

.btn-default-project
{
	background-color: #fafafa;
}

.btn-center
{
	margin-left: 32%;
}

.btn-link-ethics
{
	text-align: left;
	white-space: normal;
}

.text-sub
{
	font-size: 14px;
	font-weight: 100;
	color: #a9a9a9;

}

.type-favorite {
  cursor: pointer;
  text-decoration: none !important;
  font-size: 16px;
}

.tooltip-info-img
{
	height: 12px;
	width: 12px;
}

.tooltip-preview-file
{
	max-height: 550px;
}

.tooltip-inner
{
	max-width: none;
}

.well-white
{
	background-color: #fff;
	background-image: none;
	color: #828282;
	font-size: 16px;
	font-weight: 800;
	border-radius: 0;
}

.well-gray
{
	background-color: #f5f5f5;
	background-image: none;
	filter: none;

}


.lead
{
	color: #003a62;
	margin: 15px 0 0 0;
	font-size: 25px;
	font-weight: 600;
	letter-spacing: -0.75pt;
}

.lead:nth-child(2)
{
	font-size:22px;
	font-weight:normal;
	margin: 0;
}
/*communication-box */
.project-title-container p.lead {
	font-size:22px;
	font-weight:normal;
	margin: 0;
}
 .project-heading {
	display:flex;
	margin-top:10px; 
	 
}
 @media screen and (max-width: 768px) {
	 .project-heading {
		 flex-direction:column;
	 }
 }
.project-title-container {
	flex-grow:5;
}

.communication-box {
	margin-bottom:15px;
	
}

 .communication-box .btn-group-vertical .btn-toolbar {
	 margin:0;
	 border-bottom:1px solid #ececec;
 }
  .communication-box .btn-group-vertical .btn-toolbar:last-child {
	  border-bottom:0;
  }

.communication-box .btn-group-vertical .btn-toolbar .btn-group{
	display:flex;
	width:100%;
	border-radius:0;
	margin:0;
	background:transparent;
	box-shadow:none !important;
}


.communication-box .btn-group-vertical {
	background:#173560;
	border:1px solid #fff;
	border-radius:12px;
	overflow:hidden;
}

.communication-box .btn-group-vertical .btn-toolbar .btn-group button
{
	background:transparent;
	color:black;
	margin:0;
	color:#fff;
	font-size:13px;
	padding:8px 16px;
	border-radius:0;
	outline:none;
	box-shadow:none !important;
	text-align:left;
	width:100%;
	min-height:42px;
	}
	
	.communication-box .btn-group-vertical .btn-toolbar .btn-group button.icon-plus-sign {
		background-image:url(../images/svg/icon-circlepluse-white.svg);
		background-position:10px 50%;
		background-repeat:no-repeat;
		padding-left:40px;
	}
	.communication-box .btn-group-vertical .btn-toolbar .btn-group button.icon-bell-sign {
		background-image:url(../images/svg/icon-bell-white.svg);
		background-size:20px auto;
		background-position:10px 50%;
		background-repeat:no-repeat;
		padding-left:20px !important;
	}
	.communication-box #btn-project-modal-checklist i {
		display:none;
	}
	.communication-box #btn-project-modal-checklist {
			background-image:url(../images/svg/icon-checkmark-white.svg);
		background-position:10px 50%;
		background-repeat:no-repeat;
		padding-left:35px;
	}
	.communication-box .btn-group-vertical .btn-toolbar .btn-group button .count {
		border-radius:50%;
		background:#fff;
		color:#002747;
		width:18px;	
		height:18px;
		display:inline-block;
		text-align:center;
		margin-left:4px;
	}
	
	
	.communication-box .btn-group-vertical .btn-toolbar .btn-group button .badge {
		line-height:10px;
		font-size:10px;
	}
.communication-box .btn-group-vertical .btn-toolbar .btn-group button:hover{
	background-color:#002747;
}	
	
.communication-box .btn-group-vertical .btn-toolbar .btn-group button .glyphicon {
	top:2px;
}
.communication-box .btn-group-vertical .btn-toolbar .btn-group button.btn-mod-deadline-pause,
.communication-box .btn-group-vertical .btn-toolbar .btn-group button.btn-mod-deadline-resume {
	text-align:center;
	width:auto;
}
.communication-box .btn-group-vertical .btn-toolbar .btn-group button.btn-deadline-new {
	width:auto;
}
.communication-box .btn-group-vertical .btn-toolbar .btn-group button.btn-danger {
	    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
	border:0px;
	
}
.communication-box .btn-group-vertical .btn-toolbar .btn-group button.btn-show-all-reminders, .communication-box .btn-group-vertical .btn-toolbar .btn-group button.btn-show-all-tickets {
	text-align:center;
}

.communication-box .btn-group-vertical .btn-toolbar .btn-group  .btn-show-all-deadlines {
	flex-grow:5;
}

.communication-box .btn-group-vertical .btn-toolbar .btn-group div.btn-default-new {
	background:transparent;
	color:black;
	box-shadow:none !important;
}

hr
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.breadcrumb
{
	background-color: #ffffff;
	margin-bottom: 0;
	padding: 0;
	color: #939393;
}

.breadcrumb .last
{
	color: #003a62;
}

.breadcrumb > li + li:before
{
	content: "> ";
}

.page-question:nth-of-type(2n+1)
{
	background: #f0f0f0 none repeat scroll 0 0;
}

.page-question
{
	background: #ffffdd none repeat scroll 0 0;
	border: 1px dashed #cc0000;
	padding: 10px;
	margin-bottom: 5px;
}

.page-number
{
	background: #ccffcc none repeat scroll 0 0;
	border: 1px solid #000000;
	padding: 10px;
	margin-bottom: 10px;
}

.page-number-title
{
	margin-bottom: 10px;
}

.page-number-buttons
{
	margin-bottom: 10px;
}

.panel-default > .panel-heading
{
	background-color: #fafafa;
	background-image: none;
	color: #6b6b6b;
}

.panel-default > .panel-heading > .glyphicon
{
	color: #003a62;
}

.panel-sticky 
{
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	background-color: #fafafa;
	padding: 10px;
	z-index: 10;
	display: flex;
	flex-direction: column;
}

/*
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color: #f8f8f8;
}
*/

.permissions-menu
{
	color: #585856; /* text color */
    text-decoration:none;
    font-weight:bold;
	text-transform: uppercase;
}

.permissions-menu > input[type="checkbox"]
{
	margin: 3px 0 0 -20px;
}

.avatar-sm
{
	float: left;
	margin-top: 2px;
	max-height: 30px;
	max-width: 30px;
	border-radius:50%;
}

.drag-sort
{
	cursor: pointer;
}

.icon-rename,
.icon-delete
{
	width: 18px;
	height: 18px;
}

.icon-filePathImg
{
    width: 24px;
    height: 24px;
}

.icon-pdf-page
{
	width: 12px;
	height: 14px;
}

.status-icons, .status-icon
{
	display: inline;
	width: 30px;
	height: 30px;
	border-bottom: none;
}

.status-icon-sm
{
	display: inline;
	width: 21px;
	height: 21px;
	border-bottom: none;
}

.status-icon-xs
{
	display: inline;
	width: 16px;
	height: 16px;
	border-bottom: none;
}

.vote-image
{
	width: 100px;
	height: 100px;
}

.vote-image-bar
{
	width: 300px;
	height: 60px;

}

.vote-avatar
{
	max-width: 75px;
	max-height: 75px;
	margin-right: 5px;
	float: left;
}

.voted
{
	color: #5cb85c;
}

.not-voted
{
	color: #d9534f;
}

.voting-closed-icon
{
	font-size: 40px;
	padding-right: 15px;
}

.voting-closed
{
	font-size: 20px;
	font-weight: 700;
	padding-top: 10px;
}

.vote-text
{
	padding-left: 10px;
	display: inline-block;
}

.vote-text-procent
{
	text-align: right;
	width: 55px;
}

.vote-text-select
{
	font-size: 14;
	padding: 0px 12px;
	text-align: center;
}

.vote-text-option
{
	word-wrap: break-word;

}

.break-words
{
	overflow-wrap: break-word;
}

.force-break-words
{
	word-wrap: break-word;
	word-break: break-all;
}

.nobreak-words
{
	word-wrap: normal;
	word-break: keep-all;
	white-space: nowrap;
}

.question-ask-title
{
	background: #5cb85c none repeat scroll 0 0;
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	padding: 10px 25px 10px 25px;
	white-space: normal;
	word-wrap: break-word;
}

.question-ask-subtext
{
	background: #ebf7ed none repeat scroll 0 0;
	border-bottom: 1px solid #5cb85c;
	padding: 7px 25px 10px 25px;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	white-space: normal;
	word-wrap: break-word;
}

.question-ask-answer
{
	padding: 10px 20px;

}

.question-ask-wrapper
{
	background-color: #FFFFFF;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.24);
	margin-bottom: 15px;
}

.reload
{
	font-family: Verdana, Geneva, sans-serif;
    display: block;
    padding: 0.3% 0.5%;
	text-align: right;
}
.captchaImg {
	display:block;
	margin:0 0 15px auto;
}
.captchaAudio {
	width: 160px;
    height: 40px;
}
.ui-autocomplete
{
	border: none;
	padding: 10px;
	padding-right: 20px;

	box-sizing: content-box;

	overflow-x: hidden;
	overflow-y: scroll;
	height: 300px;
}

.ui-front
{
	z-index: 9998;
}

.ui-autocomplete .ui-widget-header
{
	border: 1px solid #dddddd;
	border-left-width: 0px;
	border-bottom: 3px solid #8fad0f;
	border-collapse: collapse;
	border-spacing: 0;

	line-height: 1.42857;
	padding: 0;
	font-weight: bold;
	color: #555555;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13px;

}

.ui-widget-header
{
	background: none;
	border: 0 none;
	background-color: #f9f9f9;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.4286px;
	padding: 15px;
}

.ui-autocomplete .ui-widget-header span
{

	border-collapse: collapse;
	border-spacing: 0;

	padding: 8px;
}

.ui-menu-item .mcacAnchor span:first-of-type
{
	/*border-left-width: 0px;*/
}

.ui-autocomplete li.ui-menu-item
{
	border: 1px solid #dddddd;

	border-top-width: 0px;
	border-collapse: collapse;
	border-spacing: 0;

	list-style-image: none;

	line-height: 1.42857;
	padding: 0;
	color: #555555;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13px;

}

.ui-menu
{
	background: #fff;
}

.ui-menu .ui-menu-item
{
	position: static;

}

.ui-menu-item .mcacAnchor span
{
	/*border-left: 1px solid #dddddd;*/

	border-collapse: collapse;
	border-spacing: 0;

	padding: 8px;

	word-wrap: break-word;

}


.ui-autocomplete.ui-widget .ui-state-active,
.ui-autocomplete.ui-menu-item .ui-state-focus,
.ui-autocomplete.ui-widget .ui-state-focus,
.ui-autocomplete .ui-menu-item.ui-state-focus a
{
	background: none;
	background-color: #f5f5f5;
	border: none;
	font-weight: normal;
	margin: 0;
	color: #555555;
}






.unseen
{
	background-color: #d9534f;
}

.bg-yellow
{
	background-color: #f0ad4e !important;
	color: #fff !important;
}

.well-margin
{
	margin-top: 0;
	margin-bottom: -10px;
}

.coordinated-container {
	text-align: center;
	width: 50px;
	overflow: hidden;
}



.rb-container {
  position: relative;
  height: 24px;
  width:45px;
  margin: auto;
}
.rb-container .rb-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width:45px;
  margin: auto;
}
.rb-container .rb-label {
  position: relative;
  font-size: 1.6em;
  text-align: center;
  flex: 0.34;
  z-index: 3;
  font-weight: bold;
  cursor: pointer;
  color: #5cb85c;
  transition: 500ms;
}
.rb-container .rbl-right {
    text-align: right;
    height: 23px;
    position: absolute;
    width: 100%;
    left: auto;
  }
.rb-container .rbl-left {
    text-align: left;
    color: #222;
    margin-left: 0px;
    height: 23px;
    left: auto;
    width: 100%;
    position: absolute;
  }

.rb-container input {
  display: none;
}

.rb-container .toggle-bg {
  position: relative;
  height: 23px;
  width: 100%;
  background: #5cb85c;
  border-radius: 500px;
  transition: all 500ms;
}
.rb-container .circle {
  position: absolute;
  width: 19px;
  height: 19px;
  background-color: white;
  left: 2px;
  border-radius: 50%;
  transition: all 0.3s ease;
  z-index: 1;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
}

.rb-container .left:checked ~ .rbl-left {
  color: #555e63;
}

.rb-container .right:checked ~ .rbl-left {
  color: #5cb85c;
}

.rb-container .right:checked ~ .rbl-right {
  color: #555e63;
  z-index:-1;
}
.rb-container .right:checked ~ .circle {
  left: 24px;
}
.rb-container .right:checked ~ .toggle-bg {
  background-color: #00b9ee;
}



.rb2-container {
    margin-top:20px;
    margin-bottom:20px;
    display:inline-table;
}
.rb2-container > label {
    font-size:18px;
    font-weight:400;
    color:#5cb85c;
    display:block;
    border:1px solid #5cb85c;
    padding:12px 25px;
    width:auto;
    float:right;
    border-radius:6px;
    margin-bottom:0;
    transition:background-color 0.3s ease;
}
.rb2-container.blue {
    float:left;
}
.rb2-container.blue > label {
    border-color:#46b8da;
    color:#46b8da;
}
.rb2-container > input {
    display:none;
}

.rb2-container > input:checked ~ label {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDIwIDE0Ij4gIDxkZWZzPiAgICA8c3R5bGU+ICAgICAgLmNscy0xIHsgICAgICAgIGZpbGw6ICNmZmY7ICAgICAgICBmaWxsLXJ1bGU6IGV2ZW5vZGQ7ICAgICAgfSAgICA8L3N0eWxlPiAgPC9kZWZzPiAgPHBhdGggaWQ9ImNoZWNrbWFya3doaXRlIiBjbGFzcz0iY2xzLTEiIGQ9Ik0yNjI5Ljc5LDIyMWExLjI4OSwxLjI4OSwwLDAsMS0uODktMC4zNTVsLTUuNTMtNS4zNjFhMS4xODMsMS4xODMsMCwwLDEsMC0xLjcxNCwxLjI2OCwxLjI2OCwwLDAsMSwxLjc2LDBsNC42Niw0LjUwNiwxMS4wNy0xMC43MjVhMS4yNzksMS4yNzksMCwwLDEsMS43NywwLDEuMTgzLDEuMTgzLDAsMCwxLDAsMS43MTRsLTExLjk2LDExLjU4QTEuMjQ5LDEuMjQ5LDAsMCwxLDI2MjkuNzksMjIxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI2MjMgLTIwNykiLz48L3N2Zz4=);

    background-repeat:no-repeat;
    background-position:15px 50%;
    padding-left:45px;
    background-color:#5cb85c;
    color:#ffffff;
    font-weight:400;
    transition:background-color 0.3s ease;
}
.rb2-container.blue > input:checked ~ label {
    background-color:#46b8da;
}

/********************new styles*************************/
.multi-field-popup {
	border: none;
	box-shadow: none;
	height: auto;
}
.multi-field-popup .field-label{
	display: flex;
	flex-direction: column;
}
.english_switcher{
	margin-left: 10px;
	cursor: pointer;
	vertical-align: super;
}
.ticket-id{
	margin-left: 15px;
}
.project-titles + div .editable-buttons{
	display: block;
	margin-top: 7px;
	margin-left: 0;
}
.custom_btn_style span.i {
	background-repeat: no-repeat;
	background-size: cover!important;
}
.custom_active .custom_btn_style span.i {
	background: url('../img/info.svg') ;
}
.custom_inactive .custom_btn_style span.i {
	background: url('../img/info_black.svg') ;
}
.sticky_middle_right {
	display: block;
	width: 32px;
	position: fixed;
	right: 20px;
	bottom: 50%;
	z-index: 999;
}

.sticky_bottom_right {
	display: block;
	width: 36px;
	position: fixed;
	right: 20px;
	bottom: 20%;
	z-index: 999;
}
.blink_element_once {
	animation: blinker 1s linear 0s 1;
  }

table#tbl-approve-files thead tr th ,  table#tbl-approve-documents thead tr th , table#tbl-approve-signedpdf thead tr th {
    vertical-align: top;
}

/*project*/
.meeting-project-container {
	    gap: 10px;
    width: calc(100% + 30px);
    display: flex;
    margin-left: -15px;
    margin-right: -35px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.meeting-project-container.padding30 {
	 width: 100%;
	 margin-left: 0px;
    margin-right: 0px;
}


.meeting-project-container a.btn.btn-info.btn-s {
	display:flex;
	align-items:center;
	padding-left:20px;
	padding-right:20px;
}

.meeting-project-nav  a.btn-p-prev, .meeting-project-nav  a.btn-p-prev:hover {
	background-image:url(../images/svg/btn-arrow-left-white.svg);
	background-repeat:no-repeat;
	background-position:10px 50%;
	padding-left:30px;
}
.meeting-project-nav  a.btn-p-next,.meeting-project-nav  a.btn-p-next:hover {
	background-image:url(../images/svg/btn-arrow-right-white.svg);
	background-repeat:no-repeat;
	background-position:calc(100% - 10px) 50%;
	padding-right:30px;
}


.meeting-project-nav {
	margin:0;
/* 	margin-bottom:20px; */
	width:100%;
}

#show-meeting-project div.alert.alert-warning {
	position:relative;

}
#show-meeting-project div.alert.alert-warning br {
	display:none;
}
#show-meeting-project div.alert.alert-warning .btn.btn-warning {

}

#show-meeting-project p.lead {
	margin-bottom:15px;
}

#show-meeting-project a.sorter {
	word-break: break-word;
}


div.nopadding {
	padding-left:0;
	padding-right:0;
}

.project-side-description {
	width:100%;
	/*float:right;*/
}
.voter-tabs {
	/*float:left;*/
	width:100%;
	padding-right:15px;
	box-sizing:border-box;
}


.modal-dialog .voter-tabs {
	float:none;
	width:100%;
	padding-right:0;
	box-sizing:border-box;
}
.table-bordered > tbody > tr > td.break-words {
	word-break:break-all;
}


.glyphicon-email-log-new {
	background:url(../images/svg/icon-email-log-white.svg) 50% calc(50% - 2px) / 20px auto no-repeat;
	width:20px;
	height:20px;
	display:block;
}


@media screen and (max-width: 1025px) {
		.project-side-description {
		width:100%;
		float:none;
	}
	.voter-tabs {
		float:none;
		width:100%;
		padding-right:0;
		box-sizing:border-box;
	}
}

.files .file-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 8px;
}

td.danger {
	color: red;
}


/*FO-5582*/
#projects-list .toprow {
	display:flex;
	margin-top:15px;
	gap:15px;
}
.rowButtons {
	display:flex;
	gap:10px;
}
.rowButtons .btn-default-new i {
	margin-right:5px;
}
.rowButtons .btn-default-new {
	margin:0;
}
#projects-list .toprow .doubleselect {
	display:flex;
	gap:10px;
}
#projects-list .toprow .form-group,
#projects-list .toprow div.ColVis {
	margin-bottom:0;
}

#projects-list .toprow .form-control {
	max-height:30px;
}
#projects-list .toprow .col3 {
	flex-grow:5;
	display:flex;
	gap:15px;
	
}
#projects-list .toprow .col3 .col2 {
	flex-grow:5;
	align-items:flex-end;
}



/*FO-5570 PDF view page + ET 09.05.23 by KOSS */
.pdf-header {
	display:flex;
	flex-direction:column;
}
.pdf-header .project-name {
	display:flex;
	flex-wrap:wrap;
	align-items: center;
    gap: 10px;
	padding:10px 0px;
}

.pdf-header span.h3 {
	font-size:16px;
	letter-spacing:-0.75pt;
	word-break:break-all;
	display:inline-block;
}
.pdf-header span.h3 span {
	display:inline-block;
}
.pdf-header span.h3 a {
	word-break:break-word;
}
.pdfControlButtons {
	width:100%;
}
.pdfControlButtons > .well {
	display:flex;
	gap:15px;
	margin:0;
	padding:0;
	border-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 25px !important; 
    border: 0;
}
.pdfControlButtons > .well > div {
	border-right:1px solid #e3e3e3;
	box-shadow:none;
	padding-right:15px;
	padding-bottom:0;
	height:44px;
	padding-top:5px;
	padding-bottom:5px;
	
}
.pdfControlButtons > .well > div.draw-open {
	height:auto; 
}
.pdfControlButtons .btn-pdf-control {
	background:transparent;
	border:1px solid transparent;
	color:#333;
	margin:0;
	box-shadow:none;
	min-height:34px;
	min-width:34px;
	outline:none !important;
	border-radius:50%;
	transition:all 0.2s ease;
}
.pdfControlButtons .btn-pdf-control:hover {
	background-color:#cccccc !important;
	border:1px solid transparent;
	transition:all 0.2s ease;
}
.pdfControlButtons .searchOnPage {
	position:relative;
	display:flex;
	
}
.pdfControlButtons .searchOnPage .btn-pdf-control {
	
}
.pdfControlButtons .searchOnPage .input-group {
	padding-right:5px;
}
.pdfControlButtons .searchOnPage .btn-pdf-control.btn-search {
	
	 
	background:url(../images/svg/icon-pdfview-arrdown.svg) 50% 50% / 18px auto no-repeat;
	
	
} 
.pdfControlButtons .searchOnPage .btn-pdf-control.btn-search-prev {
	 
	background:url(../images/svg/icon-pdfview-arrup.svg) 50% 50% / 18px auto no-repeat;
}

.pdfControlButtons .searchOnPage span.search-status {
	position:absolute;
	right:100px;
	font-size:11px;
	letter-spacing:-1pt;
	z-index:2;
	top:14px;
}
.pdfControlButtons .searchOnPage input.text-search {
	border-radius:4px;
	padding-left:30px;
	padding-right:30px;
	width:190px;
	background:#fff url(../images/svg/icon-pdfview-search.svg) 7px 50% / 17px auto no-repeat;
	 
}

.pdfControlButtons .pageZoom {
	display:flex;
}
.pdfControlButtons .pageZoom .zoom-select {
	margin-left:5px;
	margin-right:5px;
}

.pdfControlButtons .pagination-control {
	display:flex;
}
.pdfControlButtons .pagination-control .jump-select {
	margin-left:5px;
	margin-right:5px;
}

.pdfControlButtons .pagination-control .btn-pdf-control.btn-jump-first {
	background:url(../images/svg/icon-pdfview-arrstart.svg) 50% 50% / auto 16px no-repeat;
}
.pdfControlButtons .pagination-control .btn-pdf-control.btn-jump-last {
	background:url(../images/svg/icon-pdfview-arrend.svg) 50% 50% / auto 16px no-repeat;
}
.pdfControlButtons .pagination-control .btn-pdf-control.btn-jump-next {
	background:url(../images/svg/icon-pdfview-arrright.svg) 50% 50% / auto 16px no-repeat;
}
.pdfControlButtons .pagination-control .btn-pdf-control.btn-jump-prev {
	background:url(../images/svg/icon-pdfview-arrleft.svg) 50% 50% / auto 16px no-repeat;
}

.pdfControlButtons .pageManipulation .btn-pdf-control.btn-page-rotate-right {
	background:url(../images/svg/icon-pdfview-rotate.svg) 50% 50% / auto 18px no-repeat;
}
.pdfControlButtons .draw-close .btn-pdf-control.btn-page-draw {
	background:url(../images/svg/icon-pdfview-edit.svg) 50% 50% / auto 20px no-repeat;
}


.pdfControlButtons .pageZoom .btn-pdf-control.btn-zoom-in {
	background:url(../images/svg/icon-pdfview-zoomin.svg) 50% 50% / auto 18px no-repeat;
}
.pdfControlButtons .pageZoom .btn-pdf-control.btn-zoom-out {
	background:url(../images/svg/icon-pdfview-zoomout.svg) 50% 50% / auto 18px no-repeat;
}

.pdfControlButtons .draw-open {
	display:flex;
	align-items:center;
}
.pdfControlButtons .draw-open label {
	margin:0;
	margin-left:15px;
}
.pdfControlButtons .draw-open .draw-size-select {
	padding-left:10px;
	width:70px;
}

.pdfControlButtons .draw-open .btn-page-draw-pencil,
.pdfControlButtons .draw-open .btn-page-draw-eraser {
	width:34px;
	height:34px;
	border-radius:50%;
	border:0;
	transition:all 0.2s ease;
	box-shadow:none;
	outline:none;
}
.draw-open .btn-page-draw-pencil:hover {
	
}
.draw-open .btn-page-draw-pencil.btn-page-draw-pencil-red {
	background:url(../images/svg/icon-pdfview-edit-red.svg) 50% 50% / auto 20px no-repeat;
	
}
.draw-open .btn-page-draw-pencil.btn-page-draw-pencil-red:hover {
	background-color:rgba(204, 61, 50, 0.3);
}
.draw-open .btn-page-draw-pencil.btn-page-draw-pencil-yellow {
	background:url(../images/svg/icon-pdfview-edit-yellow.svg) 50% 50% / auto 20px no-repeat;	
}
.draw-open .btn-page-draw-pencil.btn-page-draw-pencil-yellow:hover {
	background-color:rgba(232, 161, 31, 0.3);
} 

.draw-open .btn-page-draw-pencil.btn-page-draw-pencil-green {
	background:url(../images/svg/icon-pdfview-edit-green.svg) 50% 50% / auto 20px no-repeat;	
}
.draw-open .btn-page-draw-pencil.btn-page-draw-pencil-green:hover {
	background-color:rgba(90, 174, 70, 0.3);
} 

.draw-open .btn-page-draw-pencil.btn-page-draw-pencil-blue {
	background:url(../images/svg/icon-pdfview-edit-blue.svg) 50% 50% / auto 20px no-repeat;
}
.draw-open .btn-page-draw-pencil.btn-page-draw-pencil-blue:hover {
	background-color:rgba(90, 185, 220, 0.3);
} 

.draw-open .btn-page-draw-eraser {
	background:url(../images/svg/icon-pdfview-eraser.svg) 50% 50% / auto 18px no-repeat;
}
.draw-open .btn-page-draw-eraser:hover {
	background-color:#cccccc !important;
}
.draw-open .btn-page-draw-cancel {
	width:34px;
	height:34px;
	border-radius:50%;
	border:1px solid #d43f3a;
	background:url(../images/svg/icon-pdfview-cross.svg) 50% 50% / auto 15px no-repeat;
}

.pdf-all-comments {
	/* margin-top:20px; */
}
.pdf-all-comments div.row:last-child {
 
	display:flex;
	flex-direction:column;
}
.pdf-all-comments div.row:last-child div {
	width:100%;
}
.pdf-file-info {
	
	display:flex;
	flex-direction:column;
	gap:15px;
	margin-bottom:20px;
}
 


.file-info-block {
	display:flex;
	flex-direction:column;
	gap:10px;
}
.file-info-block span {
	padding:0 !important;
	border:0 !important;
	margin:0 !Important;
	font-size:13px !important;
	display:flex;
	gap:5px;
	letter-spacing:0!important;
	align-items:center;
	 
}
/* .file-info-block span:first-child {
	border:1px solid red;
} */
.file-info-block .file-container {
	display:flex !important;
	gap:5px;
}
.file-info-block .file-container > span,
.file-info-block > span.h3 > span,
.file-info-block > span.folder > span {
	width:70px;
	min-width:70px;
	box-sizing:border-box;
}



.pdf-header p.lead {
	font-size:14px;
}


.pdf-page-comments .form-control.choose-tab-pane {
	margin-bottom:10px;
}
 

.pdf-page-comments .nav-tabs > li > a {
	font-size:13px;
	padding:8px 12px;
	 
}
.pdf-page-comments .tab-content {
	background:#fff;
}
.pdf-page-comments table.table,
.pdf-page-comments table.table tbody {
	width:100%;
	display:flex;
	flex-direction:column;
	border:0;
}
.pdf-page-comments table.table tbody {
	gap:5px;
}
.pdf-page-comments table.table tbody tr {
	display:flex;
	flex-direction:column;
	border:1px solid #ddd;
}
.pdf-page-comments table.table tbody tr td {
	width:100%;
	border:0;
}
.pdf-page-comments table.table tbody tr td.top {
	padding-bottom:0;
}
.pdf-page-comments table.table tbody tr td.bottom {
	padding-top:0;
}
.pdf-page-comments table.table tbody tr td span.icon-draw img {
	display:none;
}
.pdf-page-comments table.table tbody tr td span.icon-draw {
	width:20px;
	height:20px;
	display:flex;
	background:url(../images/svg/icon-pdfview-pencil.svg) 50% 50% / auto 14px no-repeat;
	float:left;
}
.pdf-page-comments .editable-container.editable-inline .control-group.form-group > div,
.pdf-page-comments .editable-container.editable-inline .control-group.form-group {
	display:flex;
	width:100%;
	flex-direction:column;
}
.pdf-page-comments .editable-container.editable-inline,
.pdf-page-comments .editable-container.editable-inline textarea.form-control {
	width:100%;
}
.pdf-page-comments .editable-container.editable-inline textarea.form-control {
	margin-top:5px;
}
.pdf-page-comments .editable-container.editable-inline .editable-buttons {
	margin-left:0;
	margin-top:10px;
}
#tbl-all-comments {
	width:auto !important;
}
#tbl-all-comments thead {
	display:none;
}
#tbl-all-comments tbody,
#tbl-all-comments tbody tr {
	display:flex;
	flex-direction:column;
}
#tbl-all-comments tbody tr {
	flex-direction:row;
	flex-wrap:wrap;
	border-radius:3px;
}
#tbl-all-comments tbody tr td {
	padding:0;
	box-sizing:border-box;
	
}
#tbl-all-comments tbody tr td.user {
	width:calc(100% - 33px);
	order:1;
	display:flex;
	align-items:center;
	padding:5px;
	
	
} 
#tbl-all-comments tbody tr td.user:before {
	 
	content:"\f007";

	font-family: 'Font Awesome 5 Free';
    font-weight: 400;
	padding-right:5px;
}

#tbl-all-comments tbody tr td.comment { 
	width:calc(100% - 45px);
	order:3;
	padding:5px;
	padding-top:0;
	display:flex;
	align-items:center;
}
 
#tbl-all-comments tbody tr td.func {
	order:2;
	width:30px;
	padding-right:3px;
	padding-top:3px;
}
#tbl-all-comments tbody tr td.pg .btn-jump-page {
	padding:0 3px;
	outline:none;
}
#tbl-all-comments tbody tr td.pg .btn-jump-page:before {
	content:"\f15b";
	 

	font-family: 'Font Awesome 5 Free';
    font-weight: 400;
	padding-right:5px;
}
#tbl-all-comments tbody tr td.pg {
	order:4;
	padding-left:5px;
	padding-bottom:5px;
	width: 40px;
    display: flex;
    align-items: end;
    justify-content: right;
}

#tbl-all-comments-page-wrapper .row {
	width:auto !important;
}

.pdf-page-main-content > .row {
	 display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	overflow-x:hidden;
	position:relative;
	
}


body.collapsed #main-view  {
	width:100% !important;
	transition:width 0.3s ease;
	min-height:calc(100vh - 90px) !important;
}

body.collapsed .collapsible-sidebar.col-sm-3 {

    right: -25%;
    position: absolute;
    max-height: calc(100vh - 55px) !important;
    overflow: hidden;
	transition:width 0.3s ease;
}

.collapsible-sidebar {
	transition:width 0.3s ease;
	background:#efefef;
}
body.collapsed {overflow:hidden;}
body.collapsed #main-content > br {display:none;}

.btnSidebarCollapse {
	width:30px;
	height:30px;
	background:#337ab7 url(../images/svg/icon-pdfview-arrright-white.svg) 50% 50% / auto 12px no-repeat;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 25px !important;
    background-color: #337ab7;
    border:1px solid #2e6da4;
	cursor:pointer;
	
	border-radius:50%;
	display: flex;
    position: absolute;
    top: calc(50vh - 30px);
    left: calc(75% - 30px);
    z-index: 99;
	transition:left 0.3s ease;

}
.btnSidebarCollapse:hover {
     
    background-color: #286090;
    border-color: #204d74
}
body.collapsed .btnSidebarCollapse {
	background:#337ab7 url(../images/svg/icon-pdfview-arrleft-white.svg) 50% 50% / auto 12px no-repeat;
	left: calc(100% - 30px);
}



#main-view {
	box-shadow:none !important;
	background:#ffffff !important;
	height:calc(100vh - 55px) !important;
	height:auto !important;
	min-height:calc(100vh - 55px) !important;
	/* max-height:800px; */
	transition:width 0.3s ease;
}
#main-view .page {
box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 30px !important; 
}

.hidden {
	display: none;
}

.vtop {
	vertical-align:top !important;
}

.editable-container.editable-popup {
	z-index: 9999;
}

.bold-text{
	font-weight: bold;
}

.glyphicon.fast-right-spinner {
	-webkit-animation: glyphicon-spin-r 1s infinite linear;
	animation: glyphicon-spin-r 1s infinite linear;
}

@-webkit-keyframes glyphicon-spin-r {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes glyphicon-spin-r {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.badge-sm-select2{
	width: unset;
	padding: 3px 10px;
	font-weight: 600;
	font-size: 11px;
}

.unselected-panel {
    background: repeating-linear-gradient(
        45deg,
        #f0f0f0,  /* Soft white */
        #f0f0f0 10px,
        #fafafa 10px,  /* Soft gray */
        #fafafa 20px
    ) !important;
}

.unselected-label {
    background-color: #6b6b6b !important;
}

.unseen-comments
{
	background-color: #48D1CC;
}

.svg-icon-button svg {
	width: 14px;
	height: 14px;
	vertical-align: middle;
	fill: currentColor;
	align-items: center;
	justify-content: center;
	margin-top: -3px;
}

