.a-unstyled {
    text-decoration: none;
    color: #3d3d3d;
    cursor: pointer;
}

.a-unstyled:hover {
    text-decoration: underline;
}

.answer {
    margin-left: 50px;
}

.bell-active {
    cursor: pointer;
}

.bell-active:hover {
    background-color: rgba(0, 0, 0, .7);
}

.bell-active:hover:before {
    content: 'Скрыть эту запись';
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    width: 340px;
    text-align: center;
    padding-top: 10px;
    position: fixed;
}

body {
    width: 100%;
    height: 100vh;
    margin: 0;
    font-family: Segoe UI, Sans, Helvetica;
    color: #5c5c5c;
    font-size: 12px;
}

.bold, .bold td {
    font-weight: bold;
}

#buttons_left_panel {
    border-bottom: 1px solid #d6d6d6;
}

#buttons_right_panel, #buttons_left_panel {
    width: 100%;
    text-align: right;
    vertical-align: middle;
    font-size: 16px;
}

#buttons_right_panel .fa, #buttons_left_panel .fa {
    cursor: pointer;
    padding: 7px;
    margin: 0;
}

#buttons_right_panel .fa:hover, #buttons_left_panel .fa:hover {
    background-color: #3d3d3d;
    color: white;
}

.btn {
    font-family: Segoe UI, Sans;
    border-radius: 3px;
    cursor: pointer;
    padding: 5px 10px 5px 10px;
    border: 1px solid #c7c7c7;
}

.btn:focus {
    outline: none;
    border: 1px solid #c7c7c7;
}

.btn-default {
    background-color: #f5f5f5;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
    text-shadow: 0 1px 1px white;
    opacity: 1;
}

.btn-default:active {
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
}

.btn-group {
    margin-left: 2px;
    margin-right: 2px;
}

.btn-group .btn {
    margin-left: 0;
    margin-right: 0;
    border-right: 0;
    border-radius: 0;
}

.btn-group .btn:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.btn-group .btn:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-right: 1px solid #c7c7c7;
}

.btn-red {
    background-color: #eb4141;
    color: white;
    text-shadow: 0 -1px 0 #BD0101;
    border: 1px solid #EB1F1F;
}

.btn-red:focus {
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
}

.btn-small {
    font-size: 12px;
    padding: 3px 5px;
}

.btn .fa {
    font-size: 14px;
}

.centered {
    width: 100%;
    text-align: center;
}

.changeable, .textarea-changeable {
    cursor: pointer;
    min-width: 20px;
    min-height: 10px;
    display: inline-block;
}

.changeable:hover {
    text-decoration: underline;
}

.changeable-title {
    font-weight: bold;
    display: inline-block;
    width: 200px;
    text-align: right;
    margin-right: 10px;
    vertical-align: top!important;
}

.cke_button__saveplugin_label {
    display: inline;
}

.clients-list-item {
    height: 30px!important;
}

.clients-list-item .list-data {
    height: 30px;
}

.clients-list-item .list-header {
    height: 19px;
}

.cut {
    cursor: pointer;
}

.doc-preview {
    width: 100px;
}

#dropdown-container {
    font-family: Segoe UI, Sans;
    color: #3d3d3d;
    font-size: 12px;
    position: absolute;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
    padding: 0;
    overflow-y: auto;
    background-color: white;
    border: 1px solid #bdbdbd;
}

.dropdown-table-container {
    margin: 5px;
    max-height: 600px;
    overflow-y: auto;
}

.dropdown-table-container table {
    border-collapse: collapse;
    border: 1px solid #ebebeb;
}

.dropdown-table-container table tr td {
    min-width: 50px;
    border: 1px solid #ebebeb;
}

.dropdown-table-container table tr td:first-child {
    text-align: left;
    padding: 3px 10px;
    cursor: auto;
    border-left: 0;
}

.dropdown-table-container table tr td:last-child {
    border-right: 0;
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.error {
    padding: 5px 10px;
    background-color: #f55f5f;
    display: inline-block;
    color: white;
    box-shadow: inset 0 1px 2px #c23e3e;
}

.estimate-table.estimate tr td:first-child, .estimate-table th:first-child {
    padding: 0;
    background-color: transparent;
    border: 0;
}


.estimate-table.estimate tbody tr td:first-child div {
    opacity: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 12px;
}

.estimate-table.estimate tbody tr:hover td:first-child div {
    opacity: 100;
}

.estimate-table.estimate tbody tr td:first-child div .fa {
    font-size: 11px;
    cursor: pointer;
    width: 11px;
    text-align: center;
}

.estimate-table.estimate tbody tr td:first-child div .fa:hover {
    background-color: #5c5c5c;
    color: white;
    border-radius: 100%;
}

.external-window {
    margin-left: 20px;
}

.fa-medium {
    font-size: 14px;
}

.fa-hover {
    color: #c9c9c9;
    cursor: pointer;
    margin-right: 3px;
}

.fa-hover:hover {
    color: #3d3d3d;
}

.files_list {
    padding: 0;
}

.files_list td {
    padding: 3px 5px;
}

.filter-tr:first-of-type td {
    border-top: 0;
}

.filters-list-dropdown {
    list-style-type: none;
    margin: 0;
    -webkit-padding-start: 0;
    -moz-padding-start: 0;
    max-height: 200px;
}

.filters-list-dropdown li {
    padding: 3px 5px 3px 5px;
    border-bottom: 1px solid #ffffff;
    cursor: pointer;
}

.filters-list-dropdown li:hover {
    background-color: #4083d6;
    color: white;
}

.filters-table {
    border-collapse: collapse;
    width: 100%;
}

.filters-table td {
    border: 1px solid #d6d6d6;
    padding: 3px 5px 3px 5px;
}

.filters-table td:first-child {
    text-align: right;
    padding-right: 5px;
    background-color: #f2f2f2;
    text-shadow: 0 1px 0 white;
}

.filters-table td:first-child + td {
    text-align: left;
    padding-left: 5px;
    cursor: pointer;
}

.filters-table td:first-child + td:hover, .filters-table td:first-child + td + td:hover {
    text-decoration: underline;
}

.filters-table td:first-child + td + td {
    text-align: center;
    width: 12px;
    cursor: pointer;
}

.filters-table tr td {
    border-right: 0;
    margin-right: 0;
}

.form-stacked {
    margin-bottom: 10px;
}

.captcha {
    display: inline-box;
    margin: 24px 24px 0 24px;
}

.captcha .g-recaptcha {
    margin: 0 auto;
    display: inline-block;
    -webkit-transform: scale(0.83);
     -moz-transform: scale(0.83);
      -ms-transform: scale(0.83);
       -o-transform: scale(0.83);
          transform: scale(0.83);
   -webkit-transform-origin: 0 0;
      -moz-transform-origin: 0 0;
       -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
           transform-origin: 0 0;
}

.form-stacked .input {
    display: block;
    margin: 0 auto;
    margin-bottom: 0;
    margin-top: 0;
    border-bottom: none;
    border-radius: 0;
}

.form-stacked .input:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.form-stacked .input:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom: 1px solid #cccccc;
}

header {
    width: 100%;
    background-color: #f2f2f2;
    height: 50px;
    box-shadow: 0 1px 0 #d6d6d6;
    padding: 0;
}

#header-userpic {
    width: 50px;
    height: 50px;
    display: block;
    float: left;
    background-color: #313131;
}

#header-userpic img {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    margin: 3px;
    border: 2px solid white;
}

#header-userpic-hover {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #eb5555;
    color: white;
    font-size: 35px;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 0;
    opacity: 0;
    cursor: pointer;
}

#header-userpic-hover:hover {
    opacity: 1;
}

.header-item {
    height: 50px;
    width: 100px;
    display: block;
    text-align: center;
    margin: 0;
    cursor: pointer;
    float: left;
    color: rgb(88, 88, 88);
    text-shadow: 0 1px 0 white;
}

.header-item:hover {
    background-color: #383838;
    text-shadow: none;
    color: white;
}

.header-item i {
    margin-top: 4px;
    font-size: 25px;
}

.header-item span {
    font-size: 10px;
    display: block;
    text-transform: uppercase;
    font-family: Roboto-BoldCondensed;
    font-size: 15px!important;
    height: 26px;
    padding-top: 15px;
}

.header-item-active {
    box-shadow: inset 0 -3px rgb(197, 197, 197);
}


/*
.header-item-active:after {
    content:'▲';
    font-size: 13px;
    position: relative;
    top: -3px;
    color: white;
    text-shadow: 0 -2px 0 #d6d6d6;
}
*/

.head-logo {
    position: absolute;
    top: 5px;
    right: 20px;
}

.hidden {
    display: none;
}

.hover-underline:hover {
    text-decoration: underline;
}

.input {
    border: 1px solid #cccccc;
    font-family: Segoe UI, Sans;
    padding: 5px 0 5px 10px;
    border-radius: 2px;
    font-size: 12px;
}

.input:focus {
    /* background-color: #ffffd1; */
    outline: none;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.input-changing, .textarea-changing {
    margin: 0;
    padding: 0;
    position: absolute;
}

.label {
    color: white;
    padding: 1px 5px;
    border-radius: 2px;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, .3);
    box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.2);
    height: 6px;
    vertical-align: middle;
}

.label:before {
    content: '';
    background-color: white;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px;
    box-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
}

.label-success {
    background-color: rgb(86, 187, 54);
}

.label-warning {
    background-color: rgb(255, 55, 55);
}

#left_panel {
    width: 350px;
    display: inline-block;
    vertical-align: top;
    /*    box-shadow: 1px 0 1px rgba(0, 0, 0, .2);*/
    border-right: 1px solid #d6d6d6;
}

#left-panel-loading {
	display: none;
	background-color: rgba(255, 255, 255, 0.9);
	width: 350px;
	height: 100%;
	position: fixed;
}

#left-panel-loading .fa {
    width: 100%;
    margin-top: 50px;
		color: deepskyblue;
}

#left-panel-search {
    float: left;
    margin: 5px;
    border: 1px solid #D8D8D8;
    border-radius: 10px;
    width: 50%;
    padding: 2px 10px 1px;
    font-size: 12px;
    font-family: Segoe UI, Sans;
    font-style: italic;
}

#left-panel-search:focus {
    outline: none;
}

#legals-list {
    cursor: pointer;
    display: inline-block;
    padding-left: 0;
}

#legals-list li {
    padding: 5px 10px;
}

#legals-list li:hover {
    color: white;
    background-color: #3d3d3d;
}

#legals-list .active {
    font-weight: bold;
}

.list {
    list-style-type: none;
    -webkit-padding-start: 0;
    -moz-padding-start: 0;
    margin: 0;
}

.list li {
    margin: 0;
    border-bottom: 1px solid #d6d6d6;
    height: 50px;
    cursor: pointer;
}

.list li:hover, list .active:hover {
    background-color: #f2f2f2;
}

.list li a {
    text-decoration: none;
    color: #3d3d3d;
}

.list-container {
    overflow-y: auto;
}

.list-data {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    height: 50px;
    width: 400px;
}

.list-header {
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    max-width: 300px;
}

.list-info {
    width: 100%;
}

.list-info-right, .list-info-left {
    display: inline-block;
    width: 48%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

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

.list-info-left {
    text-align: left;
}

.list .active, .list .active:hover {
    background-color: #f2f2f2;
    text-shadow: 0 1px 0 white;
}

#login-container {
    background-color: white;
    width: 300px;
    text-align: center;
    display: block;
    padding: 20px 0 30px 0;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 350px;
    border-radius: 1px;
}

#login-container .input {
    width: 80%;
}

#main {
    margin-left: 50px;
    display: flex;
    height: calc(100% - 50px);
}

.message {
    border-bottom: 1px solid #d6d6d6;
    padding: 5px 0 2px 0;
}

.message-body {
    font-size: 12px;
    white-space: pre-wrap;
}

.message-header {
    color: #c9c9c9;
}

.message .fa {
    font-size: 14px;
    vertical-align: middle;
}

.message-row {
    vertical-align: top;
    padding-left: 5px;
}

.message-userpic, .message-row {
    display: table-cell;
}

#modal {
    position: absolute;
    top: 20px;
    margin: 0 auto;
    width: 500px;
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    margin-left: -250px;
    left: 50%;
    z-index: 1000;
    display: none;
}

#modal-title {
    font-size: 16px;
    font-weight: bold;
    background-color: #ebebeb;
    min-width: 300px;
    padding: 10px;
    border-bottom: 1px solid #d6d6d6;
}

#modal-content {
    background-color: white;
    min-width: 300px;
    padding: 10px;
}

#modal-content textarea {
    width: 450px;
}

#modal-footer {
    border-top: 1px solid #d6d6d6;
    background-color: white;
    min-width: 300px;
    padding: 5px 10px;
    text-align: right;
}

.muted {
    color: #bdbdbd;
}

.nf-change {
    max-height: inherit!important;
}

.nf-pr {
    cursor: pointer;
    padding: 3px;
    border-radius: 4px;
}

.nf-pr:hover {
    background-color: rgb(87, 87, 87);
    color: white;
}

.notification-buttons {
    text-align: center;
}

.notification-buttons span {
    padding: 6px;
    font-size: 14px;
    cursor: pointer;
}

.notification-buttons span:hover {
    background-color: #3d3d3d;
    color: white;
}

.notification-content {
    width: 325px;
    max-width: 325px;
}

.notification-content .badge {
    background-color: #f5f5f5;
    border: 1px solid #dbdbdb;
    padding: 1px 3px;
    border-radius: 3px;
    max-width: 300px;
    max-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px;
}

.notification-datetime, .notification-user, .notification-action {
    display: inline;
}

.notification-title {
    font-weight: bold;
}

.notification-userpic {
    padding-right: 5px;
    width: 50px;
}

.notification-userpic, .notification-content, .notification-buttons {
    display: table-cell;
    height: 50px;
    vertical-align: top;
}

#page-cover {
    opacity: .8;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 999;
    top: 0;
    left: 0;
    display: none;
}

.pointer {
    cursor: pointer;
}

.pre {
    white-space: pre;
}

.project-link {
    cursor: pointer;
}

.project-link:hover {
    text-decoration: underline;
}

.pull-right {
    float: right;
}

.remove-filter-td:hover {
    background-color: #3d3d3d;
    color: white;
}

#right_panel {
    display: none;
    width: calc(100% - 350px);
    height: calc(100% - 50px);
    background-color: white;
}

#right-panel-content {
    overflow-y: auto;
    height: calc(100vh - 167px);
}

#right-panel-header, #right-panel-content {
    margin-left: 20px;
    padding-bottom: 10px;
}

#right-panel-header {
    max-height: 117px;
}

#right-panel-header h2 {
    margin-top: 0;
}

.rp-shadow {
    position: fixed;
    width: 800px;
    max-height: 10px;
}

select {
    font-family: Segoe UI, Sans;
    color: #3d3d3d;
    font-size: 12px;
    max-height: 27px;
    vertical-align: bottom;
}

#side-menu {
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    background-color: #313131;
    width: 50px;
    box-shadow: inset -2px 0 2px rgba(0, 0, 0, .2);
}

#side-menu > ul {
    text-decoration: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

#side-menu > ul > li {
    color: white;
    margin: 0;
    width: 50px;
    height: 50px;
    display: block;
    font-size: 25px;
    cursor: pointer;
}

#side-menu .badge {
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: rgb(255, 55, 55);
    color: white;
    content: '';
    font-size: 10px;
    text-align: center;
    font-weight: bold;
    margin-left: -10px;
    margin-top: 5px;
    padding: 0px;
}

#side-menu > ul > li:hover {
    background-color: #79a635;
}

#side-menu ul li span {
    vertical-align: middle;
}

#side-menu .dropdown-opened {
    background-color: #79a635;
}

#side-menu .dropdown-opened:after {
    content: '◀';
    position: relative;
    margin-left: -15px;
    font-size: 18px;
    left: 14px;
}

#side-menu ul .active, #side-menu ul .active:hover {
    color: #3d3d3d;
    background-color: white;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: inset -2px 0 3px rgba(0, 0, 0, 0.2);
}

.side-menu-item {
    height: 100%;
    overflow-y: auto;
}

.side-menu-item-header {
    position: fixed;
    width: 350px;
}

.side-menu-item-buttons {
    position: fixed;
    width: 350px;
    margin-top: 50px;
    height: 29px;
}

.side-menu-item-buttons {
    text-align: center;
    border-bottom: 1px solid #d6d6d6;
    background-color: white;
}

.side-menu-item-buttons div {
    display: table-cell;
    padding: 5px 10px;
    font-size: 14px;
    cursor: pointer;
}

.side-menu-item-buttons div:hover {
    background-color: #3d3d3d;
    color: white;
}

.side-menu-item-content {
    overflow-y: auto;
    margin-top: 80px;
}

.side-menu-item-content ul {
    padding: 0;
    margin: 0;
}

.side-menu-item-content ul li {
    padding: 0;
    margin: 0;
    min-height: 49px;
    max-height: 50px;
    overflow: hidden;
    border-bottom: 1px solid #d6d6d6;
}

.side-menu-item-content ul li .body {
    width: 325px;
    height: 50px;
    max-width: 325px;
    max-height: 50px;
    overflow-x: hidden;
    overflow-y: hidden;
    display: block;
    float: left;
}

.side-menu-item-content ul li .buttons {
    width: 25px;
    height: 50px;
    max-width: 25px;
    max-height: 50px;
    overflow-x: hidden;
    overflow-y: hidden;
    display: block;
    float: left;
}

.side-menu-item-header {
    background-color: #79a635;
    height: 50px;
}

.side-menu-item-header span {
    color: white;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    padding: 12px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.18), 0 1px rgba(255, 255, 255, 0.23);
}

.side-menu-item a {
    color: #3d3d3d;
    text-decoration: none;
}

.side-menu-item a:hover {
    text-decoration: underline;
}

#side-menu-mobile-toggle {
    display: none;
}

.side-menu-section {
    width: calc(100% - 50px);
    background-color: black;
    opacity: .7;
    height: 100%;
    position: fixed;
    top: 0;
    left: 50px;
    display: none;
}

.side-menu-section-content {
    width: 350px;
    max-width: 350px;
    background-color: white;
    opacity: 1;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50px;
    display: none;
}

.success {
    padding: 5px 10px;
    background-color: #44a12f;
    display: inline-block;
    color: white;
    box-shadow: inset 0 1px 2px #1B7F17;
}

.span {
    font-family: Segoe UI, Sans;
    color: #3d3d3d;
    font-size: 12px;
}

.table {
    border-collapse: collapse;
}

.table .fa {
    font-size: 14px;
}

.table td, .table th {
    border: 1px solid #d6d6d6;
    padding: 3px 10px;
}

.table td {
    text-align: right;
}

.table td:nth-child(2) {
    text-align: left;
}

.table th {
    color: white;
    background-color: #595959;
    border: 1px solid #595959;
}

.table-condensed td {
    text-align: left;
    padding: 1px 3px;
    max-height: 25px;
}

.tabs {
    display: block;
    width: 100%;
}

.tabs .tab, .tabs .tab-sum {
    font-size: 16px;
    cursor: pointer;
    padding: 5px 8px;
    color: #d6d6d6;
}

.tabs .tab:hover, .tabs .tab-sum:hover {
    color: #3d3d3d;
}

.tabs .tab-active {
    background-color: rgb(248, 248, 248);
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    color: #3d3d3d;
}

.tasks-project-badge {
    background-color: #3d3d3d;
    color: white;
    width: 15px;
    height: 15px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    font-size: 10px;    
}

.tasks-project-badge:hover {
    background-color: #2a9fff;
}

.tasks-table {
    border-collapse: collapse;
}

.tasks-table tr {
    width: 100%
}

.task.task-completed {
    background-color: #c8ffbd;
    color: #297b29;
}

.task.task-failed {
    background-color: #ececec;
    color: #b8b8b8;
}

.task.task-warning {
    background-color: #feff7a;
    color: #9b6600;
}

.task.task-today {
    background-color: #ffd9bb;
    color: #894949;
}

.tasks-table .collapse {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100px;
}

.tasks-table .task {
    cursor: pointer;
}

.task-top-left {
    border-top-left-radius: 5px;
}

.task-top-right {
    border-top-right-radius: 5px;
}

.task-bottom-right {
    border-bottom-right-radius: 5px;
}

.task-bottom-left {
    border-bottom-left-radius: 5px;
}

.tasks-table .task:hover {
    background-color: #5775ff;
    color: white;
}

.tasks-table th {
    text-transform: uppercase;
    font-size: 11px;
    color: #5c5c5c;
    padding: 0 10px 10px 0;
}

.tasks-table td {
    padding: 5px 10px 5px 0;
}

.tasks-table td, .tasks-table th {
    text-align: left;
    vertical-align: top;
}

.tasks-table input, .tasks-table .input {
    /* width: 90%; */
    position: inherit;
}


.tasks-table .surname {
    background-color: #ffffff;
    padding: 0 5px;
    border-radius: 3px;
    color: #767676;
    border: 1px solid #c7c7c7;
}

.task-delete, .task-set-complete {
    opacity: 0;
}

.task-delete:hover {
    color: #ffc14a;
}

.task:hover .task-delete, .task:hover .task-set-complete {
    opacity: 100;
}

.task-set-complete:hover {
    color: greenyellow;
}

td select {
    padding: 0!important;
    height: 100%;
}

td .btn {
    height: 25px;
    width: 100%;
    border-radius: 0;
    border: 0;
}

.td-changeable {
    cursor: pointer;
}

.td-changeable:hover {
    text-decoration: underline;
}

.td-changing {
    padding: 0!important;
}

.td-delete {
    opacity: 0;
    cursor: pointer;
    border: 0!important;
}

.td-input {
    border: 0;
    padding-right: 10px;
    padding-left: 10px;
    text-align: right;
    border-radius: 0!important;
    margin: 0;
}

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

.text-green {
    color: #78bd2a;
}

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

.text-red {
    color: #ed3c2f;
}

.text-right, .text-right td {
    text-align: right!important;
}

.text-success {
    color: #79a635;
}

.text-warning {
    color: rgb(255, 55, 55);
}

.text-error {
    color: #f55f5f;
}

.textarea-changeable {
    white-space: pre;
}

.tr-add button {
    margin: 0;
}

.tr-add td {
    padding: 0;
}

.tr-add td input {
    border-radius: 0;
}

.triangle {
    font-size: 15px;
}

.upload_file_btn {
    display: none;
}

ul {
    list-style: none;
}


/* ul-dropfree */

ul.ul-dropfree div.drop {
    width: 11px;
    height: 11px;
    position: absolute;
    z-index: 10;
    top: 6px;
    left: -6px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAALCAIAAAD0nuopAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE1JREFUeNpinDlzJgNlgAWI09LScEnPmjWLoAImrHpIAkwMFAMqGMGC6X44GzkIsHoQooAFTTVQKdbAwxOigyMsmIh3MC7ASHnqBAgwAD4CGeOiDhXRAAAAAElFTkSuQmCC');
    background-position: -11px 0;
    background-repeat: no-repeat;
    cursor: pointer;
}


/* ul-treefree */

ul.ul-treefree {
    padding-left: 25px;
}

ul.ul-treefree ul {
    margin: 0;
    padding-left: 6px;
}

ul.ul-treefree li {
    position: relative;
    list-style: none outside none;
    border-left: solid 1px #999;
    margin: 0;
    padding: 0 0 0 19px;
    line-height: 23px;
    min-height: inherit;
    border-bottom: none;
    overflow: initial;
    max-height: none;
}

ul.ul-treefree li:before {
    content: '';
    display: block;
    border-bottom: solid 1px #999;
    position: absolute;
    width: 18px;
    height: 11px;
    left: 0;
    top: 0;
}

ul.ul-treefree li:last-child {
    border-left: 0 none;
}

ul.ul-treefree li:last-child:before {
    border-left: solid 1px #999;
}

.userpic {
    vertical-align: middle;
    margin-right: 5px;
}

.userpic-changeable {
    cursor: pointer;
}

.userpic-changeable-input {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, .6);
    color: white;
    font-size: 20px;
    cursor: pointer;
    position: relative;
    left: -53px;
    opacity: 0;
}

.userpic-changeable-input:hover {
    opacity: 1;
}

.userpic-changeable-input span {
    vertical-align: middle;
    margin: 13px;
}

#userpic-upload {
    opacity: 0;
}

.users-list-position {
    display: block;
    height: 25px;
}

.users-list-userpic {
    display: table-cell;
}

.warning {
    padding: 5px 10px;
    background-color: #fcffab;
    display: inline-block;
    box-shadow: inset 0 1px 2px #dbd299;
}

@media screen and (max-width: 980px) {
    .changeable-title {
        width: 100%;
        text-align: left;
    }
    .head-logo {
        opacity: 0.2;
    }
    #header-userpic {
        display: none;
        position: absolute;
    }
    .input-changing {
        position: initial;
    }
    #left_panel {
        width: 100%;
    }
		#left-panel-loading {
			width: 100%;
		}
    #login-container {
        position: relative;
        width: 100%;
        height: 100%;
    }
    #main {
        margin-left: 0;
    }
    #modal {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
    }
    #modal-content {
        flex-grow: 2;
    }
    #right_panel {
        width: 100%;
        position: fixed;
        top: 51px;
        left: 0;
    }
    #right-panel-content {
        margin: 0;
        padding: 0 10px;
        width: calc(100% - 20px);
    }
    #side-menu {
        display: none;
        z-index: 10;
    }
    .side-menu-item-header span {
        display: inline-block;
    }
    .side-menu-item-header .fa {
        padding: 16px 18px;
        position: fixed;
        top: 0;
        right: 0;
        font-size: 17px;
        color: #fff;
        cursor: pointer;
    }
    .side-menu-item-header .fa:hover {
        background-color: #424242;
    }
    #side-menu-mobile-toggle {
        display: block;
        width: 5px;
        height: 100vh;
        background-color: #313131;
        cursor: pointer;
        position: absolute;
        top: 0;
        z-index: 10;
    }
    .side-menu-section-content {
        position: fixed;
        width: calc(100% - 50px);
        max-width: 350px;
        height: 100%;
    }
}

@font-face {
    font-family: Roboto-BoldCondensed;
    src: url('/assets/fonts/roboto/Roboto-BoldCondensed.ttf');
}
