.make-risky img {
    width: 16px;
    height: 16px;
}

.comment-risky {
    width: 20px;
    height: 20px;
}

.check-required {
    background-color: orange;
}

.subtype-info {
    font-weight: bold;
    margin-top: 5px;
}

#mainmenu ul {
    padding: 6px 20px 2px 20px !important;
}

#sidebar {
    padding: 0 0 10px 0 !important;
    clear: both !important;
    margin: 0 !important;
}

#mainmenu {
    height: 70px !important;
}

.portlet {
    padding-left: 0 !important;
}

.portlet-decoration {
    padding: 0 !important;
}

.comment-subtype {
    position: relative;
}

.comment-subtype p {
    position: absolute;
    top: 8px;
    font-weight: bold;
}

.comment-expense-income input {
    margin-top: 30px;
}

table tr.transit td.date {
    background: #189ed2;
}

table tr.office-expense td.date {
    background: #9a2222;
}

table tr.office-income td.date {
    background: #2f8f24;
}

.transit-label {
    font-size: 12px;
    padding-top: 9px;
    padding-bottom: 3px;
}

.risky-search-info {
    color: #2d18d2;
    line-height: 18px;
}

.input-error {
    padding: 3px;
    color: #ff0000;
}

.error-inline {
    display: inline-block;
}

.currency-balance {
    padding: 10px 0;
}

.inline-input {
    display: inline-block;
    vertical-align: top;
}

.input-error-exchange {
    max-width: 130px;
}

.currency-balance span {
    font-weight: bold;
}

.multiple-edit {
    padding: 3px 5px;
    background-color: #5cb85c;
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
}

.multiple-edit:focus,
.multiple-edit:hover {
    background-color: #449d44;
    color: #ffffff;
}

.not-allowed-archive img {
    opacity: 0.5;
}

.not-allowed-delete {
    display: none;
}

.check-required-wrap {
    padding-top: 5px;
}

.check-required-wrap span{
    font-size: 15px;
}


.check-required-wrap input {
    width: auto !important;
    cursor: pointer;
}

.risky-filter {
    padding: 5px;
    background-color: #ffa500;
}

.risky-filter a {
    color: #000;
    font-weight: bold;
}

#risky-action-links {
    display: none;
}

.risky-check-date-wrap {
    display: inline-block;
    margin-left: 5px;
}

.risky-check-date {
    width: 75px;
}

.risky-multiple-btn {
    border: 0;
}

.balance-col {
    display: inline-block;
    width: 48%;
    margin-top: 15px;
    vertical-align: top;
}

.balance-usd {
    display: none;
}

#operation-grid input[type=checkbox] {
    cursor: pointer;
}

.empty-sum-both {
    background-color: #bbb;
}

.cash-balance-form input,
.cash-balance-form select {
    font-size: 15px !important;
}

.cash-balance-form .current-balance {
    display: inline-block;
    margin-left: 5px;
}

.cash-current-balance {
    display: none;
}

.table-first-date {
    border-bottom: 5px solid #999;
}

.preimport-search-input {
    width: 350px;
}

.hidden-remove-btn {
    display: none;
}

.remove-search-string {
    margin-left: 5px;
}

.remove-search-string:before {
    content: " ";
}

.add-preimport-btn {
    font-size: 16px !important;
    margin-bottom: 20px !important;
    cursor: pointer;
}

.checkbox-column.hidden input {
    display: none;
}

.alert-error {
    background: #d7897a;
    border: 1px solid #9e1421;
    border-radius: 10px;
    padding: 10px 20px;
}

.alert-success {
    background: #a9d986;
    border: 1px solid #006f30;
    border-radius: 10px;
    padding: 10px 20px;
}

.table.balance-report {
    width: 80%;
}
.table.balance-report td:last-child, .table.balance-report th:last-child {
    text-align: right;
}

input[readonly="true"] {
    background: #e4e4e4;
}

.seeBySource {
    margin-top: 20px;
}

.table .col{
    display: inline-block;
    vertical-align: top;
    float: none;
}

.table.row{
    margin-bottom: 22px;
}

small {
    margin-top: 10px;
    display: block;
}

.access-table {
    border-collapse: collapse;
    border: 1px solid #d9d9d9;
}
.access-table th, .access-table td {
    border: 1px solid #d9d9d9;
}
.collapse-content, .collapse-by-id-content {
    display: none;
}
.collapse, .collapse-by-id {
    font-size: 18px;
    cursor: pointer;
}
.collapse-by-id {
    display: inline-block;
}
.dash-text {
    border-bottom: 1px dashed #000000;
}
.quest-report-item .table.collapse td:first-child {
    width: 50%;
}