html, body {
	height: 100%;
}

/* start Login page logo*/
.homepage-logo {
	margin-bottom: 6%;
}

.login-panel {
	margin-top: 6%;
}

/* end Login page */

.nothing-to-do-icon{
	color: #5f5f5f;
	text-align: right;
	font-size: 70px;
	padding-top: 30px;
}

.nothign-to-do-text{
	color: #5f5f5f;
	font-size: 30px;
	padding-top: 60px;
}

.navbar-brand {
	margin-top: -5px;
	max-width: 225px;
}

.separator{
	color: rgba(167, 162, 168, 0.75);
}

.dragged {
	position: absolute;
	opacity: 0.5;
	z-index: 2000;
}

ol.example li.placeholder {
	position: relative;
	/** More li styles **/
}
ol.example li.placeholder:before {
	position: absolute;
	/** Define arrowhead **/
}

/* ====== Homepage ===================================================================================================*/
a:link .panel-green .panel-footer, a:visited .panel-green .panel-footer{
	 color: #5cb85c; !important;
 }

a:hover .panel-green .panel-footer, a:focus .panel-green .panel-footer{
	color: #509f50; !important;
}

a:link .panel-blue .panel-footer, a:visited .panel-blue .panel-footer{
	color: #337ab7; !important;
}

/* ====== Proceeding miniatures ======================================================================================*/
a.proceeding-link:link, a.proceeding-link:visited{
	text-decoration: none;
}
a.proceeding-link:hover, a.proceeding-link:focus{
	text-decoration: none;
}

a.proceeding-link:hover .panel-proceeding, a.proceeding-link:focus .panel-proceeding{
	text-decoration: none;
	border-color: #dddddd;
	transition: color 0.15s linear, background 0.15s linear;
}

a.proceeding-link:hover .panel-proceeding .panel-heading, a.proceeding-link:focus .panel-proceeding .panel-heading{
	border-color: #dddddd;
	background-color: #f5f5f5;
	color: #333;
	transition: color 0.15s linear, background 0.15s linear;
}

a.proceeding-link:hover .panel-proceeding .panel-body, a.proceeding-link:focus .panel-proceeding .panel-body{
	border-color: #dddddd;
	transition: color 0.15s linear, background 0.15s linear;
}

.panel-proceeding .panel-body{
	color: #333;
}

.dot-lvl2{
	color: #f5f5f5;
}

.dot-lvl3{
	color: #d7f7d7;
}

.dot-lvl4{
	color: #7ed47e;
}

.dot-lvl6{
	color: #5ebe5e;
}

.dot-lvl9{
	color: #4cae4c;
}

.dot-lvl15{
	color: #409840;
}

.dot-lvl16{
	color: #357b35;
}

i.proceeding-status{
	font-size: 10px;
	vertical-align: top;
	padding-top: 5px;
	margin-right: 5px;
}

.panel-lvl2{
	background-color: #f5f5f5 !important;
}
.panel-lvl3{
	background-color: #d7f7d7 !important;
}
.panel-lvl4{
	background-color: #7ed47e !important;
}
.panel-lvl6{
	background-color: #5ebe5e !important;
}
.panel-lvl9{
	background-color: #4cae4c !important;
}
.panel-lvl15{
	background-color: #409840 !important;
}
.panel-lvl16{
	background-color: #357b35 !important;
}

a.proceeding-miniature-link:link, a.proceeding-miniature-link:visited{
	color: #333 !important;
	font-weight: bold !important;
}

a.proceeding-miniature-link:hover, a.proceeding-miniature-link:focus{
	color: #222 !important;
	font-weight: bold !important;
	text-decoration: none !important;
}

/* ===== PROCEEDING ==================================================================================================*/
.message-author{
	color: #777;;
}
.proceeding-min-text{
	padding-left: 35px;
}

/* ===== OTHERS ======================================================================================================*/
.blockquote .small::before, blockquote footer::before, blockquote small::before{
	content: none;
}

.minSearch{
	display: inline-block;
	width: 90%;
	padding-top: 5px;
	max-width: 600px;
}
.minSearch form input{
	height: 40px;
}
.minSearch form button{
	height: 40px;
}
.sidebar{
	margin-top: 0;
}

.timeline-filter-jumbotron{
	padding-top: 20px;
	padding-bottom: 20px;
}

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

.homepage-archived{
	font-size: 20px !important;
	display: inline;
}

.homepage-archived .fa{
	font-size: 20px !important;
}

.table-documents > tbody > tr > td,
.table-documents > tbody > tr > th,
.table-documents > tfoot > tr > td,
.table-documents > tfoot > tr > th,
.table-documents > thead > tr > td,
.table-documents > thead > tr > th {
	border: none;
	padding: 5px;
}

.label-default-light{
	background-color: #c4c4c4;
}

.label-default{
	background-color: #7e7e7e;
}

.label-points{
	background: #E9E9E9;
	color: #555555;
	font-weight: bold;
	font-size: 15px;
	padding: 3px 4px;
}

.button__dark{
	background-color: #7e7e7e;
	color: white;
}

.label-info{
	background-color: #5bc0de;
}

.button__dark :hover{
	color: white;
}

.label-warning{
	background-color: #ec971f;
}

.label-hearing{
	background-color: #F5511DFF;
}

.label-primary{
	background-color: #337ab7;
}

.label-danger{
	background-color: #d9534f;
}

.label-extra{
	background-color: #000000;
}

.legal-counsel-info {
	border: 1px solid #eceeef;
	padding: 10px 15px;
}

.progress {
	display: -ms-flexbox;
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: .25rem;
}

.progress-bar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #007bff;
	transition: width .6s ease;
}

*, ::after, ::before {
	box-sizing: border-box;
}

.hidden{
	display: none;
}

/* CHAT START */
ul.chat {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.chat li {
	display: inline-block;
	clear: both;
	padding: 15px;
	border-radius: 10px;
	font-family: Helvetica, Arial, sans-serif;
	max-width: 70%;
	word-wrap: break-word;
}

.him {
	background: #eee;
	float: left;
	margin: 0;
}

.his_time {
	float: left;
	padding-left: 0 !important;
}

.my_time {
	float: right;
}

.time {
	color: #cbcbcb;
	line-height: normal;
	margin-bottom: -10px;
	font-size: 13px;
}

.me {
	float: right;
	background: #0084ff;
	color: #fff;
}

.toggle-public{
	cursor: pointer;
}

.toggle-public-question{
	cursor: pointer;
}

.chat-public{
	background: #5CB85C;
	color: #fff;
}

.is-pricing{
	background: #b47f00;
	color: #fff;
}

.me a:link, .me a:visited{
	color: #fff;
	text-decoration: underline;
}

.him + .me {
	border-bottom-right-radius: 5px;
}

.me + .me {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

ul.chat p {
	padding: 0 !important;
	margin: 0 !important;
}

.chatbox ul {
	margin-bottom: 20px !important;
}

.shown {
	float: right;
	margin-right: -10px;
	margin-top: -10px;
	color: #0084ff;
}
/* CHAT END */

.label-sm{
	font-size: 0.8em;
	font-weight: normal;
}

/* HEADER EDIT */
.header {
	background: #c9c9c9;
	background: linear-gradient(to right, #00a8dc 50%, #c9c9c9 50%);
}

@media screen and (max-width: 991px) {
	.header {
		background: #c9c9c9;
	}
}

.header--block {
	padding: 10px 0 10px 15px;
	min-height: 60px;
}

.header--block__grey {
	padding-top: 15px;
	min-height: 65px;
}

.header--block > a {
	display: block;
}

.nav{
	margin-top: -3px;
}

.nav-left{
	float: left;
}

.nav--item{
	border: solid 1px #a4a4a4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 7px 10px;
	color: #727272;
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
}

.nav--item:hover{
	background: #c2c2c2;
}

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

.dropdown-toggle::after{
	display: none;
}

.nav--item__active{
	background: #c2c2c2;
}

.nav--wrapper a:hover, .nav--wrapper a:focus{
	text-decoration: none;
}

.notification-number{
	background: #FA3E3E;
	border: solid 1px #FA3E3E;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 1px;
	color: white;
	font-size: 10px;
	position: absolute;
	margin-top: -5px;
	margin-left: -5px;
}

.star-color{
	color: #e7711b;
}

.notify-detail{
	min-width: 300px;
}

.notify-detail a:link, .notify-detail a:visited{
	color: black;
}

.notify-detail .icon{
	padding: 4px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-size: 8px;
	color: white;
}

.notify-detail-google_review .icon{
	border: solid 1px #e7711b;
	background-color: #e7711b;
}

.notify-detail-cancelled_consultation .icon{
	border: solid 1px #d9534f;
	background-color: #d9534f;
}

.not_shown{
	background-color: rgba(218, 218, 218, 0.45);
}

.homepage-stats{
	border: solid 1px rgba(182, 182, 182, 0.45);
	background: #f8f8f8;
	border-top: none;
	padding: 10px 20px !important;
	padding-bottom: 0 !important;
	display: block;
	margin-top: -30px;
	margin-bottom: 20px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.homepage-stats .fa{
	color: #9b9b9b;
}

.search{
	padding-left: 5px;
	padding-top: 3px;
	height: 35px;
	margin-top: -2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.search .btn-default::before{
	padding-left: 10px;
	border-left: 1px solid #d8d8d8 !important;
}

.search .btn-default{
	padding-right: 10px;
}

.question-free-conversation-open{
	padding: 6px 10px !important;
	cursor: pointer;
}

.table-homepage{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0 0 51px 0 rgba(0, 0, 0, 0.08), 0 6px 18px 0 rgba(0, 0, 0, 0.05);
}

.table-homepage thead th{
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 6px 10px;
	border: none;
	text-transform: none;
	font-size: 15px;
	color: #2c2d2e;
}

.table-homepage-warning thead th{
	background-image: linear-gradient(to bottom right, #FFE985, #FA742B);
}

/* green start */
.table-homepage-green thead th{
	background-image: linear-gradient(to bottom right, #81FBB8, #28C76F);
}
.table-homepage-green tbody td{
	background-color: #D0E9C6;
}
.table-homepage-green tbody tr:hover td{
	background-color: #C1D8B7;
}
.table-homepage-green-2 thead th{
	background-image: linear-gradient(to bottom right, #81FBB8, #28C76F);
}
.table-homepage-green-2 tbody td{
	background-color: white;
}
.table-homepage-green-2 tbody tr:hover td{
	background-color: #C1D8B7;
}
.square-green{
	color: #449D44;
}
/* green end */

/* blue start */
.table-homepage-blue thead th{
	background-image: linear-gradient(to bottom right, #ABDCFF, #0396FF);
}
.table-homepage-blue tbody td{
	background-color: #d9edf7;
}
.table-homepage-blue tbody tr:hover td{
	background-color: #B5D2E1;
}
.table-homepage-blue-2 thead th{
	background-image: linear-gradient(to bottom right, #ABDCFF, #0396FF);
}
.table-homepage-blue-2 tbody td{
	background-color: white;
}
.table-homepage-blue-2 tbody tr:hover td{
	background-color: #B5D2E1;
}
.square-blue{
	color: #0396FF;
}
.table-homepage tbody tr.spacer td{
	background-color: #c5c0c5;
	height: 1px;
	padding: 0;
}
/* blue end */

/* yellow start */
.table-homepage-yellow thead th{
	background-image: linear-gradient(to bottom right, #FDEB71, #F8D800);
}
.table-homepage-yellow tbody td{
	background: #faffaf;
}
.table-homepage-yellow tbody tr:hover td{
	background: #E1E696;
}
.table-homepage-yellow-2 thead th{
	background-image: linear-gradient(to bottom right, #FDEB71, #F8D800);
}
.table-homepage-yellow-2 tbody td{
	background: white;
}
.table-homepage-yellow-2 tbody tr:hover td{
	background: #E1E696;
}
.square-yellow{
	color: #F8D800;
}
/* yellow end */

.table-homepage-grey thead th{
	background-image: linear-gradient(to bottom right, #fdebfd, #d8d8d8);
	color: #2c2d2e;
}
.table-homepage-danger thead th{
	background-image: linear-gradient(to bottom right, #F05F57, #360940);
	color: white;
}

.table-homepage td.full-href a:link div, .table-homepage td.full-href a:visited div{
	padding: 7px 9px !important;
}

.table-homepage thead th{
	padding: 3px 9px  !important;
	font-size: 12px;
}

.img-circle{
	border-radius: 100%;
}
.profile-photo{
	max-width: 150px;
	border: solid 2px #d7d8d9;
}
.profile-photo-small{
	max-width: 50px;
	border: solid 2px #d7d8d9;
}
.homepage-btn{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	max-width: 30px;
	padding: 5px 7px;
	float: right;
	margin-left: 10px;
}

a.label-outline-default:link, a.label-outline-default:visited{
	border: solid 2px #d7d8d9;
	margin-bottom: 10px !important;
	color: black;
	line-height: 20px;
	display: inline-block;
	font-weight: normal;
	text-align: left;
}

a.label-outline-default:hover, a.label-outline-default:focus{
	text-decoration: none;
	border: solid 2px #b4b5b6;
}

@media only screen and (max-width: 700px) {
	.calendar_box {
		padding-left: 15px;
		padding-right: 15px;
	}
	.vertical-btn-group button{
		width: 100%;
		margin-top: 20px;
	}
}

.btn-right{
	text-align: right;
}

.table--blue-border td div{
	border: 1px solid #5ca9dc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 20px;
}

.table.table-middle > thead > tr > th, .table.table-middle > tbody > tr > td, .table.table-middle > tbody > tr > th{
	vertical-align: middle;
}
.btn-group-vertical.checkbox{
	display: block;
}

.btn-group, .btn-group-vertical{
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.radio, .checkbox{
	margin-top: 10px;
	margin-bottom: 10px;
}

.btn-group-vertical > .btn:first-child:not(:last-child){
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}


.btn-group-vertical > .btn:last-child:not(:first-child){
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn{
	border-color: #ccc;
}

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

.filter-button-sm{
    font-size: 13px;
	padding-left: 12px;
	padding-right: 12px;
}

.free-counsel-panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.free-counsel-panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.free-counsel-panel-warning > .free-counsel-panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.free-counsel-panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.free-counsel-panel-warning > .free-counsel-panel-heading {
	border-color: #faebcc;
	color: #8a6d3b;
	background-color: #fcf8e3;
}

.free-counsel-panel-success > .free-counsel-panel-heading {
	border-color: #d6e9c6;
	color: #3c763d;
	background-color: #dff0d8;
}

.free-counsel-panel-danger > .free-counsel-panel-heading {
	border-color: #faebcc;
}

.free-counsel-panel-info > .free-counsel-panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.free-counsel-panel-default > .free-counsel-panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
}

.free-counsel-panel-warning > .free-counsel-panel-heading + .free-counsel-panel-collapse > .free-counsel-panel-body {
	border-top-color: #faebcc;
}

.free-counsel-panel-body {
	padding: 15px;
}

.similar-questions{
	max-height: 205px;
	overflow: scroll;
}

.modal-dialog{
	max-width: 800px !important;
}

.typeahead{
	width: 100%
}

.active{
	background: #f1f1f1;
}

/* ===== SLOVENSKO.SK ================================================================================================*/
ul.upvs-menu{
	padding: 0;
	margin: 0;
}
ul.upvs-menu li{
	list-style: none;
	padding: 0;
}

ul.upvs-menu > li > a:link, ul.upvs-menu > li > a:visited, ul.upvs-menu > li >  span{
	width: 100% !important;
	background: white;
	display: inline-block;
	padding: 10px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	color: #4e5960;
}

ul.upvs-menu i, ul.upvs-menu > i {
	color: #0277bd;
	padding-right: 10px;
}

ul.upvs-menu > li > a:link > span, ul.upvs-menu > li > a:visited > span {
	font-size: 10px;
	font-weight: bold;
}

ul.upvs-menu > li> a:hover, ul.upvs-menu > li > a:focus {
	background: #f2f2f2;
}

li.upvs-active > a:link, li.upvs-active > a:visited{
	font-weight: bold;
	background: #e9e9e9 !important;
}

ul.upvs-sublist > li, ul.upbs-sublist > li{
	margin-left: 20px;
}

table.upvs-table{
	border: none;
}
table.upvs-table > tbody > tr.open > td{
	font-weight: bold;
}

table.upvs-table > tbody > tr.error > td{
	font-weight: bold;
	color:#ff2c2a;
}

table.upvs-table > tbody > tr.warning > td{
	font-weight: bold;
	color: #ffb043;
}

table.upvs-table > tbody > tr.open{
	background: white;
}

.text-right{
	text-align: right;
}

table.upvs-table{
	width: 99.9%
}

table.upvs-table > thead > tr > td{
	border: none;
}

table.upvs-table > tbody > tr{
	border: solid 2px #adafb0 !important;
	background: #f2f2f2;
}

.upvs-table tbody td{
	border-right: none !important;
}

.label-xs{
	font-size: 10px
}

.fa-envelope-open::before {
	content: "\f2b7";
}

.upvs-h1{
	text-align: left;
	font-size: 25px;
	padding-bottom: 10px;
}

.btn--normal-size{
	padding-left: 10px;
	padding-right: 10px;
}

@media only screen and (max-width: 1000px) {
	.btn-xs-phone-block{
		display: block;
		margin-bottom: 10px;
	}
}

.btn-pair-wit-proceeding{
	font-size: 11px;
	padding:  3px 5px;
}

.btn-success-inactive{
	background: #74df74;
	cursor: Auto;
	border-color: #74df74;
	color: #ffffff;
}

.btn-success-inactive:hover, .btn-success-inactive:focus, .btn-success-inactive:active{
	background: #74df74 !important;
	border-color: #74df74 !important;
}

.btn-warning-inactive{
	background: #EC971F;
	cursor: Auto;
	border-color: #EC971F;
}

.btn-warning-inactive:hover, .btn-warning-inactive:focus, .btn-warning-inactive:active{
	background: #EC971F !important;
	border-color: #EC971F !important;
}

.upvs-message-files{
	border: solid 2px #d4d4d4;
	padding: 5px;
	margin: 5px;
	border-radius: 2px;
}

.upvs-file-hr{
	margin: 4px 0;
}

.headercorrection{
    overflow: auto;
}

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

.label-blue {
	background: #0E1E4F;
}

.poSelectedPayment {
	font-weight: bold;
}

.poExtraButton{
	background-image: linear-gradient(#F4D383, #EEBA37);
	border: solid 1px #BF942A;
	color: black;
}

.poExtraButton:hover, .poExtraButton:active, .poExtraButton:focus{
	background-image: linear-gradient(#e4c374, #e2ae37);
	border: solid 1px #BF942A;
	color: black;
}

.changePaymentType {
	padding-top: 3px;
	text-decoration: underline;
	cursor: pointer;
	float: right;
}

.btnCloseFastPayments {
	font-size: 14px;
	text-decoration: underline;
	cursor: pointer;
	float: right;
}

.priceOfferBox {
	animation-timing-function: linear;
}

.btnPriceOfferPaymentType{
	display: inline-block;
	background-origin: content-box;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border: 0;
	border-radius: 4px;
	box-shadow: 0 1px 1px 0 rgba(60, 64, 67, 0.30), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
	outline: 0;
	cursor: pointer;
	min-width: 200px;
	min-height: 40px;
	padding: 9px 20px;
	margin: 10px;
	background-color: #ffffff;
	color: black;
	text-align: center;
	overflow: hidden;
}

.paymentPaidBox{
	display: inline-block;
	background-origin: content-box;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border: 0;
	border-radius: 4px;
	outline: 0;
	min-width: 200px;
	min-height: 40px;
	padding: 9px 20px;
	margin: 10px;
	background-color: #ffffff;
	color: black;
	text-align: center;
	overflow: hidden;
}

.btnPriceOfferPaymentType img {
	max-width: 60px;
	max-height: 23px;
}

.bankFastPayments img{
	display: inline-block;
    width: auto !important;
	max-width: 400px;
	background: white;
	padding: 20px;
	border-radius: 4px;
}

.selectedOption{
	border-radius: 4px;
	padding: 5px 10px;
	border: solid 1px white;
}

@media screen and (max-width: 991px) {
	.bankFastPayments img{
		display: inline-block;
		width: auto !important;
		max-width: 220px;
		background: white;
		border-radius: 4px;
		padding: 10px 0;
	}
}

.chb-button{
	border: solid 1px grey;
	padding: 2px 8px;
	display: inline-block;
	border-radius: 5px;
	margin-bottom: 2px;
	cursor: pointer;
	-webkit-transition: background-color 0.4s ease;
	-moz-transition: background-color 0.4s ease;
	-o-transition: background-color 0.4s ease;
	transition: background-color 0.4s ease;
	background: white;
}

.chb-button:hover, .chb-button:focus{
	background-color: #e3e3e3;
	border-color: #292929;
	color: #292929;
}

.chb-add{
	color: #3d9f1c;
	border-color: #3d9f1c;
}

.chb-add:hover, .chb-add:focus{
	color: white;
	background: #3d9f1c;
	border-color: #3d9f1c;
}

.legal-counsel-info-menu a:link, .legal-counsel-info-menu a:visited, .send-to-admin-mail{
	display: block;
	border: solid 1px #cdcdcd;
	padding: 5px 10px;
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
	border-radius: 5px;
	margin-bottom: 5px;
	color: #727272;
	font-size: .8em;
	cursor: pointer;
}


.legal-counsel-info-menu a:hover, .legal-counsel-info-menu a:focus, .send-to-admin-mail:hover, .send-to-admin-mail:focus{
	background: #ececec;
    border: solid 1px #cdcdcd;
	color: #727272 !important;
	text-decoration: none;
}

.legal-counsel-info-menu a.danger{
	border-color: red;
	color: red;
}

.legal-counsel-info-menu a.success{
	border-color: #5CB85C;
	color: #5CB85C;
}

.legal-counsel-info-menu a.warning{
	border-color: #ffbe35;
	color: #c28f31;
}

.legal-counsel-info-menu a.warning:hover, .legal-counsel-info-menu a.warning:focus{
	border-color: #ffbe35;
	color: white !important;
	background: #ffbe35;
}

.legal-counsel-info-menu a.danger:hover, .legal-counsel-info-menu a.danger:focus{
	border-color: red;
	color: white !important;
	background: red;
}

.legal-counsel-info-menu a.success:hover, .legal-counsel-info-menu a.success:focus{
	border-color: #5CB85C;
	color: white !important;
	background: #5CB85C;
}

.inline{
	display: inline !important;
}

@media screen and (min-width: 991px) {
	.pr-02{
		padding-right: 2px;
	}

	.pl-02{
		padding-left: 2px;
	}
}

.send-to-admin-mail-success{
	background: #5CB85C;
	border: solid 1px #4f9e4f;
	color: white !important;
}

.info-panel{
	border: 1px solid #eceeef;
	padding: 10px 15px;
}

.table-homepage td.full-href a:link div, .table-homepage td.full-href a:visited div{
	padding: 2px 3px;
}

.table-homepage tbody td {
	border-right: none;
}

.homepage-btn-xs{
	border-radius: .25rem;
	width: auto;
    height: 15px;
	background: none;
	border: solid 1px #4f9e4f;
	cursor: pointer;
	text-transform: uppercase;
	color: #4f9e4f;
}

.closed-conversation{
	border: solid 1px #ccc;
	padding: 20px 30px;
	text-align: center;
	border-radius: 10px;
	font-size: 13px;
}

.conversation-profile-photo {
	max-width: 150px;
	border: solid 2px #d7d8d9;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	height: 50px;
}

.opacity-0 {
	opacity:0!important;
}
.opacity-1 {
	opacity:0.2!important;
}
.opacity-2 {
	opacity:0.4!important;
}
.opacity-3 {
	opacity:0.6!important;
}
.opacity-4 {
	opacity:.8!important;
}
.opacity-5 {
	opacity:1!important;
}

.homepage-alert-today{
	border: solid 1px #FAE02E;
	border-radius: 5px;
	background: #FAE02E;
	display: inline;
	font-size: 12px;
	margin-right: 7px;
	padding: 5px 7px !important;
}

.homepage-alert-new{
	border: solid 1px #5CB85C;
	border-radius: 5px;
	background: #5CB85C;
	display: inline;
	font-size: 12px;
	margin-right: 7px;
	color: white;
	padding: 5px 7px !important;
	line-height: 30px;
}

.user-photo-miniature {
	width: 20px;
	height: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.user-photo-miniature-nobody{
	color: #7a7a7a;
}

.user-photo-miniature-collapsed{
	margin-right: -12px;
}
.user-photo-miniature-collapse{
	-webkit-transition: margin-right 0.2s ease-in-out;
	-moz-transition: margin-right 0.2s ease-in-out;
	-o-transition: margin-right 0.2s ease-in-out;
}

.item-photo-nobody{
	color: #7a7a7a;
}

.item-photo{
	max-width: 25px;
	max-height: 25px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.pointer{
	cursor: pointer;
}

mark{
	padding: 0;
}

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

@media (min-width: 576px) {
	.mb-sm-1{
		margin-bottom: 5px;
	}
}

.tab-pane{
	background: none;
}
a.nav-link{
	font-size: 14px;
}

.break-word {
	overflow-wrap: break-word;
	word-wrap: break-word;
	hyphens: auto;
}
.client_question_consult_count{
	line-height: 30px;
	background: #e8e8e8;
	border: solid 1px #9a9a9a;
	color: #575757;
	font-weight: normal;
}
.box-translate{
	border: solid 1px #d9d9d9;
	padding: 5px 10px;
	font-size: 14px;
}
.hidden{
	display: none !important;
}
.document-col{
	padding: 3px 15px;
	border: 1px solid #eceeef;
}
.document-col-border-top{
	border-top: 1px solid #eceeef;
	padding: 3px 15px;
}
.document-name{
	font-size: 20px;
	padding-top: 15px;
}
.document-col-success{
	background: #dff0d8;
}
.document-client-invisible{
	background: #eceeef;
}
.visibility-btn-toggle {
	display: inline-flex;
	border: 1px solid #ccc;
	border-radius: 4px;
	overflow: hidden;
}

.visibility-btn {
	padding: 5px 2px;
	cursor: pointer;
	border: none;
	background-color: #f5f5f5;
	font-size: 16px;
	color: #666;
	outline: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
}

.visibility-btn-eye {
	background-color: #f5f5f5;
	color: #5cb85c;
}

.visibility-btn-eye-slash {
	background-color: #f5f5f5;
	color: #d9534f;
}

.visibility-btn.active.visibility-btn-eye {
	background-color: #5cb85c;
	color: #fff;
}

.visibility-btn.active.visibility-btn-eye-slash {
	background-color: #d9534f;
	color: #fff;
}

.document-col:hover{
	background: #c8c8c8;
}
h2 {
	margin-bottom: 30px;
	color: #4679bd;
	font-weight: 400;
	text-align: center;
}

p.footer {
	margin-bottom: 20px;
	color: #999999;
	font-size: 18px;
	text-align: center;
}

/* -----------------------------------------------
 * Timeline
 * --------------------------------------------- */
.timeline {
	list-style: none;
	padding: 10px 0;
	position: relative;
	font-weight: 300;
}

.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 2px;
	background: #dcdcdc;
	margin-left: -1.5px;
}

.timeline > li {
	margin-bottom: 20px;
	position: relative;
	width: 100%;
	float: left;
	clear: left;
}

.timeline > li:before, .timeline > li:after {
	content: " ";
	display: table;
}

.timeline > li:after {
	clear: both;
}

.timeline > li:before, .timeline > li:after {
	content: " ";
	display: table;
}

.timeline > li:after {
	clear: both;
}

.timeline > li > .timeline-panel {
	width: calc(100% - 25px);
	width: -moz-calc(100% - 25px);
	width: -webkit-calc(100% - 25px);
	float: left;
	border: 1px solid #dcdcdc;
	background: #ffffff;
	position: relative;
	font-size: 14px;
	padding-top: 15px;
}

.timeline > li > .timeline-panel:before {
	position: absolute;
	top: 26px;
	right: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-left: 15px solid #dcdcdc;
	border-right: 0 solid #dcdcdc;
	border-bottom: 15px solid transparent;
	content: " ";
}

.timeline > li > .timeline-panel:after {
	position: absolute;
	top: 27px;
	right: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 14px solid #ffffff;
	border-right: 0 solid #ffffff;
	border-bottom: 14px solid transparent;
	content: " ";
}

.timeline > li > .timeline-badge {
	color: #dcdcdc;
	width: 24px;
	height: 24px;
	line-height: 50px;
	text-align: center;
	position: absolute;
	top: 16px;
	right: -12px;
	z-index: 100;
}

.timeline > li.timeline-inverted > .timeline-panel {
	float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}

.timeline-badge > a {
	color: #dcdcdc !important;
}

.timeline-badge a:hover {
	color: #dcdcdc !important;
}

.timeline-title {
	margin-top: 0;
	color: inherit;
}

.timeline-heading h4 {
	font-weight: 400;
	padding: 0 15px !important;
	color: #5F5F5F;
	font-size: 18px;
}

.timeline-body > p, .timeline-body > ul {
	padding: 10px 15px;
	margin-bottom: 0;
}

.timeline-footer {
	padding: 5px 15px;
	background-color: #f4f4f4;
}

.timeline-footer p {
	margin-bottom: 0;
}

.timeline-footer > p > a:link, .timeline-footer > p > a:visited {
	cursor: pointer;
	text-decoration: none;
	color: #5F5F5F;
}
.timeline-footer > p > a:hover, .timeline-footer > p > a:focus {
	text-decoration: underline;
	color: #2e2e2e;
}

.timeline > li.timeline-inverted {
	float: right;
	clear: right;
}

.timeline > li.timeline-inverted > .timeline-badge {
	left: -12px;
}

.no-float {
	float: none !important;
}

ul.timeline:before {
	left: 40px;
}

ul.timeline > li {
	margin-bottom: 0px;
	position: relative;
	width: 100%;
	float: left;
	clear: left;
}

ul.timeline > li > .timeline-panel {
	width: calc(100% - 65px);
	width: -moz-calc(100% - 65px);
	width: -webkit-calc(100% - 65px);
}

ul.timeline > li > .timeline-badge {
	left: 28px;
	margin-left: 0;
	top: 16px;
}

ul.timeline > li > .timeline-panel {
	float: right;
}

ul.timeline > li > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}

ul.timeline > li > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}

.timeline > li.timeline-inverted {
	float: left;
	clear: left;
	margin-top: 30px;
}

.timeline > li.timeline-inverted > .timeline-badge {
	left: 28px;
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/

}
.datepicker: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: 6px;
}
.datepicker: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: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  width: 100%;
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker td.day.disabled {
  color: #eeeeee;
}
.datepicker td.old,
.datepicker td.new {
  color: #999999;
}
.datepicker td.active,
.datepicker td.active:hover {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
  background-color: #003399 \9;
}
.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td span:hover {
  background: #eeeeee;
}
.datepicker td span.active {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.datepicker td span.active:active,
.datepicker td span.active.active {
  background-color: #003399 \9;
}
.datepicker td span.old {
  color: #999999;
}
.datepicker th.switch {
  width: 145px;
}
.datepicker th.next,
.datepicker th.prev {
  font-size: 21px;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}