.profile-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

aside li a:hover, aside li.active > a {
    color: #777777;
    background: #E7E5E6;
}

aside li:hover a::after, aside li.active a::after {
    width: 4px;
    background: #ff6900;
}

.fancybox-skin {
    padding: 0 !important;
}

label {
    cursor: pointer;
}

.alert {
    text-align: center;
    color: black;
    padding: 30px 10px;
    background: #e0e0e0;
    margin: 0 17px 20px 0;
}

.cat_navi .item {
    display: inline-flex;
    width: 24%;
    padding: 10px 0 5px 0;
    margin: 5px 0;
}

.cat_navi .item a {
    width: 100%;
}

.cat_navi .owl-theme {
    margin: 40px 0 0 0;
}

.cat_navi .item.active {
    outline: 1px solid #ff6900;
}

.jc-bs3-container.container {
    width: 350px;
}

p {
    text-indent: 0 !important;
}

input::-moz-placeholder {
    color: #bdbdbd;
}

input::-webkit-input-placeholder {
    color: #bdbdbd;
}

.delete_from_list::before {
    width: 64px;
    height: 64px;
    background-position: -10px -819px;
}

/*
.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    display: none;
}

.ui-datepicker .ui-datepicker-title {
    margin: 10px;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 30%;
    border: none;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: normal;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: 3px 0 0 0;
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    height: 25px;
    width: 25px;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

!* with multiple calendars *!
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

!* RTL support *!
.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
*/

/* Component containers
----------------------------------*/
.ui-widget {

}

.ui-widget .ui-widget {

}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    color: #494848;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}

.ui-widget.ui-widget-content {
    border: 1px solid #e8e8e8;
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: white;
    color: #494848;
}

.ui-widget-content a {
    color: #333333;
}

.ui-widget-header {
    color: #494848;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}

.ui-widget-header a {
    color: #494848;
}

.exception {
    background: #ff6900;
    padding: 10px 0;
    margin: 0 0 20px 0;
    text-align: center;
    color: #fff;
}

.success {
    display: none;
    text-align: center;
}

.preloader {
    display: none;
    padding: 10px 0 0 0;
    text-align: center;
}

tfoot {
    display: table-header-group;
}

.constructor li, .algoritms li {
    margin: 0 0 10px 0;
}

.error {
    outline: 1px solid red;
}

.fancybox-close {
    top: -16px !important;
    right: -16px !important;
}

.formErrors, .error-info {
    background: #ff00002e;
    font-size: 12px;
    margin: 0 0 15px 0;
}

.formErrors li {
    width: auto !important;
    padding: 0 10px;
}

.activeRequest {
    border: 1px solid #e0e0e0;
}

.activeRequest td, .closedRequest {
    background: #87c000 !important;
    color: #0c0c0c !important;
}

.notRead, .notRead td {
    background: #f7761b40 !important;
}

.messenger_body .agent .message_text.notRead::after {
    border-right: 8px solid #f7761b40 !important;
}

.algoritms_list .level2 .lists li::before {
    content: none;
}

.app_paid .fa.warning {
    color: #ff6900;
    border-color: #ff6900;
}

#lawyerInfoWrapper {
    position: fixed;
    bottom: 0;
    right: 0;
    background: #ff6900;
    color: #fff;
    margin: 0 15px 15px 0;
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.inner ul, .inner ol {
    margin-left: 20px
}

.inner ol li {
    list-style: decimal
}

.inner ul li {
    list-style: initial
}

.profile.flex.between.align_top.buttons .half div {
    text-align: center;
}

.profile.flex.between.align_top.buttons .half a {
    background: #87c000;
    color: #fff;
    padding: 15px 55px;
    border-radius: 5px;
}

.blockUser {
    text-align: center;
}

.blockUser a {
    padding: 10px 30px;
    color: #fff;
    border-radius: 5px;
}

.blockUser a.unblocked {
    background: #ff6900;
}

.blockUser a.blocked {
    background: #87c000;
}

.lawyer_menu .parent .child li.active {
    background: #87c000;
}

.lawyer_menu .start li {
    margin: 0 20px;
}

.lawyer_menu .start ul.child li {
    margin: 0;
}

.calendar-table table th {
    background: none;
    color: #000;
}

.SelectClass, .SumoSelect.open .search-txt, .SumoUnder {
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    top: 0;
    left: 0;
}

.SumoSelect p {
    margin: 0
}

.SumoSelect {
    width: 100%;
}

.SelectBox {
    padding: 0 0 0 8px
}

.sumoStopScroll {
    overflow: hidden
}

.SumoSelect .hidden {
    display: none
}

.SumoSelect .search-txt {
    display: none;
    outline: 0
}

.SumoSelect .no-match {
    display: none;
    padding: 6px
}

.SumoSelect.open .search-txt {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 5px 8px;
    border: none;
    box-sizing: border-box;
    border-radius: 5px;
    margin: -5px 0 0 0;
}

.SumoSelect.open > .search > label, .SumoSelect.open > .search > span {
    visibility: hidden
}

.SelectClass, .SumoUnder {
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    box-sizing: border-box;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.SelectClass {
    z-index: 1
}

.SumoSelect .select-all > label, .SumoSelect > .CaptionCont, .SumoSelect > .optWrapper > .options li.opt label {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none
}

.SumoSelect {
    display: inline-block;
    position: relative;
    outline: 0;
    margin: 9px 0 0 0;
}

.SumoSelect > .CaptionCont {
    position: relative;
    border-bottom: 1px solid #5b9a00;
    min-height: 30px;
    border-radius: 2px;
    margin: 0
}

.SumoSelect > .CaptionCont > span {
    display: block;
    padding-right: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    line-height: 29px;
}

.SumoSelect > .CaptionCont > span.placeholder {
    color: #ccc;
    font-style: italic;
    display: none;
}

.SumoSelect > .CaptionCont > label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px
}

.SumoSelect > .CaptionCont > label > i {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=);
    background-position: center center;
    width: 16px;
    height: 16px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    opacity: .8
}

.SumoSelect > .optWrapper {
    display: none;
    z-index: 1000;
    top: 30px;
    width: 100%;
    position: absolute;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, .11);
    border-radius: 3px;
    overflow: hidden
}

.SumoSelect.open > .optWrapper {
    top: 35px;
    display: block
}

.SumoSelect.open > .optWrapper.up {
    top: auto;
    bottom: 100%;
    margin-bottom: 5px
}

.SumoSelect > .optWrapper ul {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    overflow: auto
}

.SumoSelect > .optWrapper > .options {
    border-radius: 2px;
    position: relative;
    max-height: 250px
}

.SumoSelect > .optWrapper > .options li.group.disabled > label {
    opacity: .5
}

.SumoSelect > .optWrapper > .options li ul li.opt {
    padding-left: 22px
}

.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
    padding-left: 50px
}

.SumoSelect > .optWrapper.isFloating > .options {
    max-height: 100%;
    box-shadow: 0 0 100px #595959
}

.SumoSelect > .optWrapper > .options li.opt {
    padding: 6px;
    position: relative;
    border-bottom: 1px solid #f5f5f5
}

.SumoSelect > .optWrapper > .options > li.opt:first-child {
    border-radius: 2px 2px 0 0
}

.SumoSelect > .optWrapper > .options > li.opt:last-child {
    border-radius: 0 0 2px 2px;
    border-bottom: none
}

.SumoSelect > .optWrapper > .options li.opt:hover {
    background-color: #E4E4E4
}

.SumoSelect > .optWrapper > .options li.opt.sel {
    background-color: #a1c0e4;
    border-bottom: 1px solid #a1c0e4
}

.SumoSelect > .optWrapper > .options li label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    cursor: pointer
}

.SumoSelect > .optWrapper > .options li span {
    display: none
}

.SumoSelect > .optWrapper > .options li.group > label {
    cursor: default;
    padding: 8px 6px;
    font-weight: 700
}

.SumoSelect > .optWrapper.isFloating {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 90%;
    bottom: 0;
    margin: auto;
    max-height: 90%
}

.SumoSelect > .optWrapper > .options li.opt.disabled {
    background-color: inherit;
    pointer-events: none
}

.SumoSelect > .optWrapper > .options li.opt.disabled * {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5
}

.SumoSelect > .optWrapper.multiple > .options li.opt {
    padding-left: 35px;
    cursor: pointer
}

.SumoSelect .select-all > span, .SumoSelect > .optWrapper.multiple > .options li.opt span {
    position: absolute;
    display: block;
    width: 30px;
    top: 0;
    bottom: 0;
    margin-left: -35px
}

.SumoSelect .select-all > span i, .SumoSelect > .optWrapper.multiple > .options li.opt span i {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #AEAEAE;
    border-radius: 2px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .15);
    background-color: #fff
}

.SumoSelect > .optWrapper > .MultiControls {
    display: none;
    border-top: 1px solid #ddd;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .13);
    border-radius: 0 0 3px 3px
}

.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
    display: block;
    margin-top: 5px;
    position: absolute;
    bottom: 0;
    width: 100%
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
    display: block
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
    padding: 6px
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p {
    display: inline-block;
    cursor: pointer;
    padding: 12px;
    width: 50%;
    box-sizing: border-box;
    text-align: center
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
    background-color: #f1f1f1
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
    border-right: 1px solid #DBDBDB;
    border-radius: 0 0 0 3px
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
    border-radius: 0 0 3px
}

.SumoSelect > .optWrapper.isFloating > .options li.opt {
    padding: 12px 6px
}

.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
    padding-left: 35px
}

.SumoSelect > .optWrapper.multiple.isFloating {
    padding-bottom: 43px
}

.SumoSelect .select-all.partial > span i, .SumoSelect .select-all.selected > span i, .SumoSelect > .optWrapper.multiple > .options li.opt.selected span i {
    background-color: #74c300;
    box-shadow: none;
    border-color: transparent;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: center center
}

.SumoSelect.disabled {
    opacity: .7;
    cursor: not-allowed
}

.SumoSelect.disabled > .CaptionCont {
    border-color: #ccc;
    box-shadow: none
}

.SumoSelect .select-all {
    border-radius: 3px 3px 0 0;
    position: relative;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    padding: 8px 0 3px 35px;
    height: 20px;
    cursor: pointer
}

.SumoSelect .select-all > label, .SumoSelect .select-all > span i {
    cursor: pointer
}

.SumoSelect .select-all.partial > span i {
    background-color: #ccc
}

.SumoSelect > .optWrapper > .options li.optGroup {
    padding-left: 5px;
    text-decoration: underline
}

/*# sourceMappingURL=sumoselect.min.css.map */

select.sumoselect {
    display: none;
}

.actions a.filter-button {
    color: #fff;
}

.optWrapper {
    color: #000;
}

.optWrapper .no-match {
    background: #fff;
    color: #000;
    padding: 0 0 0 10px;
}

.statistics .solutions_filter form:before {
    width: 75px;
}

.solutions_filter .col {
    padding: 0 5px;
}

.solutions_filter .col p.data-title {
    margin: -7px 0 0 0;
}

.no_doc_write_us input[type="text"], .no_doc_write_us input[type="email"], .no_doc_write_us input[type="tel"], .no_doc_write_us textarea {
    font-size: 17px;
    color: #777777;
    font-weight: bold;
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #cacaca;
}

.balance_form .white_transparent, .solutions_filter input[type="submit"], .solutions_filter input[type="reset"], .solutions_filter a {
    background: none;
    border: 2px solid white;
    flex-basis: 100px;
    flex-shrink: 0;
    border-radius: 30px;
    text-align: center;
    color: white;
    padding: 10px 15px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 13px;
    line-height: 15px;
    font-weight: 500;
}

.lawyer_menu .right {
    flex-basis: 100%;
}

.answerData ul, .answerData ol, #answerData ul, #answerData ol {
    margin-left: 20px
}

.answerData ol li, #answerData ol li {
    list-style: decimal;
}

.answerData ul li, #answerData ul li {
    list-style: disc
}

table.dataTable tr:nth-child(odd) td {
    background: #f2f2f2;
}

table.dataTable tr:nth-child(even) td {
    background: #e8e8e8;
}

.tooltip {
    border-bottom: 1px dashed #000;
}

.lawyer-buttons {
    display: inline-flex;
    font-size: 12px;
    float: right;
}

.lawyer-buttons li {
    margin: 0 5px 0 0;
}

.name_and_menu .user_menu {
    right: 0;
    left: unset;
}

.old-brawser {
    background: red;
    padding: 20px 0;
    text-align: center;
    color: #fff;
}

.rate-area {
    float: left;
    border-style: none;
}

.rate-area:not(:checked) > input {
    position: absolute;
    top: -9999px;
    clip: rect(0, 0, 0, 0);
}

.rate-area:not(:checked) > label {
    float: right;
    padding: 0 .1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 230%;
    line-height: 1.2;
    color: lightgrey;
    text-shadow: 1px 1px #bbb;
}

.rate-area:not(:checked) > label:before {
    content: '★ ';
}

.rate-area > input:checked ~ label {
    color: gold;
    text-shadow: 1px 1px #c60;
}

.rate-area:not(:checked) > label:hover, .rate-area:not(:checked) > label:hover ~ label {
    color: gold;
}

.rate-area > input:checked + label:hover, .rate-area > input:checked + label:hover ~ label, .rate-area > input:checked ~ label:hover, .rate-area > input:checked ~ label:hover ~ label, .rate-area > label:hover ~ input:checked ~ label {
    color: gold;
    text-shadow: 1px 1px goldenrod;
}

.rate-area > label:active {
    position: relative;
    top: 2px;
    left: 2px;
}

form.balance_form input[type=submit] {
    padding: 10px 15px;
    border: 1px solid #fff;
    color: #fff;
    margin-top: 0;
}

.add_to_favorite {
    display: inherit;
}

.download-example {
    text-align: center;
    margin: 35px 0 0 0;
    display: inline-block !important;
    width: 100%;
}

.notifications.alert {
    margin: 27px 0 0 0;
    background: #ffe268;
    padding: 0;
    color: #000;
}

.notifications-settings {
    margin: 50px 0 0 0;
}


.notifications-settings label {
    margin: 10px 0;
    display: block;
}

.notifications-settings .half {
    display: inline-table;
}

.paginationWrapper {
    text-align: center;
    margin: 20px 0 0 0;
}

ul.pagination {
    display: inline-flex;
}

ul.pagination li {
    padding: 5px 10px;
}

.solutions_filter .col input[type=checkbox] {
    height: 16px;
}

.half.package {
    width: 33%;
}

.package {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    margin: 0 0 5px 0;
    height: 200px;
}

.package .items {
    margin: 10px 0;
}

.product-count-wrapper {
    margin: 0 5px;
}

.product-count {
    display: inline-flex;
    padding: 5px 10px;
    border-radius: 40px;
    margin: 0 5px 0 0;
}

aside ul::after {
    background: none;
}

ul.user-balance {
    display: inline-block;
    background: #e8e8e8;
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0;
}

ul.user-balance li {
    display: inline-flex;
    margin: 10px 20px;
}

.form-check {
    display: inline-block;
}

.form-check input {
    width: auto !important;
    height: auto !important;
}

.form-check .btn.white_transparent {
    vertical-align: sub;
}

.btn.white_transparent.active {
    background: #fff;
    color: #87c000;
}

.breadcrumbs {
    margin: 0 0 50px 0;
}

.breadcrumbs li {
    list-style: none;
}

.breadcrumbs li a {
    text-decoration: underline;
}

.breadcrumbs li::after {
    content: '/';
    margin: 0 3px;
    display: inline-block;
}

.breadcrumbs li:last-child::after {
    display: none;
}

.construct_step.add_item {
    margin: -30px 0 30px 0;
    line-height: 30px;
    color: #ff6900;
}

.construct_step li input {
    width: 300px;
    padding: 5px;
    margin: 0 0 5px 0;
}

.construct_step .delete {
    cursor: pointer;
    margin: 7px 0 0 5px;
}

.construct_step.add_item .step_num {
    height: auto;
}

#ui-datepicker-div {
    z-index: 10 !important;
}

#ui-datepicker-div .table tr:nth-child(even) td {
    background: none !important;
}
