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-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;
}

.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;
}

.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;
}

.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;
    }
}
