html {
    overflow: hidden !important;
}

body,
button {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: #333;
    font: normal 14px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
textarea {
    height: 38px;
    font-size: 14px;
    border-radius: 3px;
    border: 2px solid #DCDCDC;
}

.popover {
    font-size: 14px;
    border-radius: 5px;
}

.popover-content {
    padding: 0px;
}

.popover-content .menu-item {
    padding: 10px 15px;
}

.popover-content .menu-item {
    border-bottom: solid 1px #AAA;
    font-weight: bold;
}

.popover-content .menu-item:last-child {
    border-bottom: 0px;
}

.modal-content {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15), 0px 0px 13px 1px rgba(0, 0, 0, 0.1);
}

.footer {
    margin-top: 20px;
}

.delete {
    cursor: pointer;
    opacity: 0.7;
}

.delete:hover {
    cursor: pointer;
    opacity: 1;
}

.edit-cell {
    background-color: #FFFEDF;
    ;
    border-bottom: solid 1px #E7E7E7;
}

.subtotal {
    /* border-top: solid 1px #ccc; */
    padding: 10px 0;
}

.autosearch {
    width: 50%;
    margin-top: 10px;
}

.descr .position {
    margin: 10px 0;
}

.item-row {
    margin-bottom: 10px;
}

#main-menu .icon {
    background-repeat: no-repeat;
    position: relative;
    top: 2px;
    margin: 0 13px 0 3px;
    opacity: 0.6;
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: text-bottom;
    font-size: 24px;
    color: #000;
}

.icon-reports {
    background-image: url("/static/img/otchet.png");
}

.icon-dict {
    background-image: url("/static/img/spravochnik.png");
}

.icon-settings {
    background-image: url("/static/img/nastroiki.png");
}

.icon-store {
    background-image: url("/static/img/sklad.png");
}

.icon-move {
    background-image: url("/static/img/move.png");
}

.icon-remove {
    background-image: url("/static/img/remove3.png");
}

.icon-empl {
    background-image: url("/static/img/empl.png");
}

.icon-in {
    background-image: url("/static/img/prihod7.png");
}

.icon-finance {
    background-image: url("/static/img/finance.png");
}

.icon-salepoint {
    background-image: url("/static/img/salepoint.png");
}

.logininput {
    height: 38px;
    font-size: 14px;
    padding: 0 10px;
    margin: 5px 0;
    width: 250px;
}

.registerinput {
    height: 38px;
    font-size: 14px;
    padding: 0 10px;
    margin: 5px 0;
    width: 350px;
}

.quick-search {
    height: 38px;
    font-size: 14px;
    padding: 0 10px;
    margin-bottom: 15px;
    border-radius: 3px;
    border: 2px solid #DCDCDC;
}

.filter-panel {
    font-size: 16px;
    color: #737373;
    /* margin-top: 15px; */
}

.filter-panel .quick-search {
    margin-bottom: 0px;
}

filter-mapper {
    color: #737373;
    font-size: 16px;
    font-weight: normal;
    display: block;
    min-height: 15px;
}

filter-mapper .filter-discard {
    cursor: pointer;
}

filter-mapper .filter-status {
    background-color: #CCCCEE;
    margin: 15px 3px;
    padding: 5px;
}

.new-tools {
    min-height: 50px;
    background-color: #EAEAEA;
    padding: 10px 10px 0;
    border-bottom: solid 1px #ccc;
}

.new-tools .right-buttons-panel {
    position: absolute;
    top: 0px;
    right: 15px;
    background-color: #EAEAEA;
}

.subtotal-modal .new-tools .right-buttons-panel {
    /* right: 50px; */
}

.new-tools .new-tools-container {
    position: absolute;
    width: 96%;
}

.doc-list-ctrl {
    position: relative;
}

.doc-list-ctrl .right-buttons-panel {
    top: -35px;
}

.page {
    padding-left: 20px;
    padding-right: 5px;
    padding-top: 20px;
}

.grid {
    clear: both;
    width: 100%;
    height: 400px;
}

#good_search_modal_grid {
    height: 65%;
}

.gridcell-status {
    font-size: 19px;
    padding: 5px 2px;
}

.delete {
    padding: 3px 4px;
}

.buttongrayright {
    float: right !important;
    border-radius: 3px;
    padding: 10px 15px;
    color: #737373;
    background-color: #e0e0e0;
    border: none;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
}

.buttongray {
    background-color: #e0e0e0;
    padding: 10px 15px;
    font-size: 14px;
    color: #737373;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
    border: solid 2px #e0e0e0;
}

.btn-close:hover,
.buttongray:hover {
    background-color: #CECECE;
    border: solid 2px #CECECE;
    color: #737373;
}

.cancel {
    background-color: #efefef;
    padding: 10px 10px;
    font-size: 14px;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
    color: #9a9a9a;
    border: solid 2px #efefef;
}

.head .actions .button {
    font-size: 14px;
    color: white;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
    /* border: solid 2px #3a9adc; */
}

.head .actions .new-store {
    padding: 12px 15px 12px 37px;
    background: url('/static/img/ico_plus.png') no-repeat 9px 10px #3a9adc;
}

.head .actions .new-client {
    padding: 12px 15px 12px 37px;
    background: url('/static/img/ico_plus.png') no-repeat 9px 10px #3a9adc;
    float: left;
}

.head .actions .message {
    padding: 4px 20px;
    font-size: 14px;
    font-weight: normal;
    color: #4d4d4d;
    float: left;
    width: 600px;
}

.head .info-panel {
    font-size: 14px;
    font-weight: normal;
    color: #333;
    margin-right: 20px;
}

.info {
    color: green;
}

.restorelink {
    font-size: 13px;
}

.changelink {
    color: #3a9adc;
    text-decoration: underline;
    background-color: transparent;
    border: 0px;
    padding: 5px 0 10px;
    font-size: 14px;
    cursor: pointer;
}

.button {
    /* display: inline-block; */
    background-color: #3a9adc;
    padding: 12px 15px;
    font-size: 14px;
    color: white;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
    border: none;
    font: normal 14px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
}

.button .icon {
    font-size: 21px;
    vertical-align: middle;
    margin-right: 10px;
}

.buttongreen {
    background-color: #79BE8D;
    padding: 10px 15px;
    font-size: 18px;
    color: white;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
    border: solid 2px #79BE8D;
}

.button:hover {
    background-color: #2F87C2;
    color: #fff;
}

.button[disabled] {
    color: #fff;
    background-color: #AAA;
    border: solid 2px #aaa;
    /* text-shadow: 1px 1px #EEE; */
}

.disabled {
    color: #888 !important;
    background-color: #AAA !important;
    border: solid 2px #aaa !important;
    text-shadow: 1px 1px #ddd;
}

.in-process {
    width: 24px;
    height: 24px;
    background-image: url('/static/img/loader.gif');
    background-size: 24px 24px;
    display: inline-block;
}

label[disabled] {
    color: #eee;
    text-shadow: 1px 1px #ccc;
}

input.readonly {
    background-color: #FAFAFA;
}

.btn-close {
    font-size: 14px;
    border: solid 2px #ccc;
    padding: 10px 20px;
    color: #737373;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
}

.btn-close-mini {
    font-size: 12pt;
    border: solid 2px #ccc;
    padding: 0px 5px;
    color: #ccc;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    line-height: 0.8;
    float: right;
}

.btn-save {
    background-color: #79BE8D;
    font-size: 14px;
    color: white;
    border: solid 2px #79BE8D;
    padding: 10px 20px;
    border-radius: 3px;
    cursor: pointer;
}

.btn-save:hover {
    background-color: #5BAF73;
    border: solid 2px #5BAF73;
}

.head {
    font-size: 32px;
    color: #3a9adc;
    font-weight: bold;
    margin: 0px 0 20px 0;
}

.tools {
    height: 60px;
}

.tools>* {
    float: left;
}

.right {
    float: right;
}

input.ng-invalid-required,
select.ng-invalid-required {
    /* border: 1px solid red !important; */
}

.link-new {
    cursor: pointer;
    color: #0798e0;
    font-size: 13px;
}

.link-edit {
    cursor: pointer;
    color: #3a9adc;
}

.temporary_hidden {
    display: none !important;
}

.ngHeaderContainer .number {
    text-align: left;
}

table.history td.text,
.text {
    text-align: left;
}

table.history td.number,
.number,
.right-aligned {
    text-align: right;
}

table.history .deleted,
.row-deleted {
    text-decoration: line-through;
}

.date,
.datetime,
.centered-text {
    text-align: center;
    white-space: nowrap;
}

.page-loader {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 9999;
}

.page-loader .pl-fix {
    position: fixed;
    width: 85%;
    top: 40%;
    text-align: center;
    background-image: url('/static/img/loader.gif');
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 85px;
}

.modal-dialog .page-loader .pl-fix {
    position: initial;
    width: 100%;
    padding-top: 200px;
}

.modal-dialog .page-loader {
    height: 90%;
}

.page-center-loader {
    background-position: 50% 40%;
    background-repeat: no-repeat;
    background-image: url('/static/img/loader.gif');
    background-size: 40px;
    border-radius: 10px;
    /* height: 200px; */
    /* width: 200px; */
    min-width: 200px;
    position: absolute;
    left: 50%;
    margin-left: -150px;
    top: 30%;
    margin-top: -100px;
    z-index: 101;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 1px 10px #ccc;
    text-align: center;
    padding-top: 116px;
    padding-bottom: 60px;
    color: #807C7C;
    border: solid 1px #ccc;
}

.no_selection {
    -webkit-user-select: none;
    /* webkit (safari, chrome) browsers */
    -moz-user-select: none;
    /* mozilla browsers */
    -khtml-user-select: none;
    /* webkit (konqueror) browsers */
    -ms-user-select: none;
    /* IE10+ */
}

.centered-cell {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.clear {
    /* color: red; */
    /* font-weight: bold; */
    cursor: pointer;
}

.valid-helper {
    color: red;
    font-size: 12px;
}

.gridcell-goto span {
    cursor: pointer !important;
}

.extra-params {
    cursor: pointer;
}

.extra-block {
    /* border: 1px solid gray; */
    padding: 5px;
}

.cell-delete {
    text-align: center;
    cursor: pointer;
}

.help {
    cursor: help;
    font-size: 12px;
    color: #353535;
    padding: 10px;
    background-color: #C5E4E5;
    border-radius: 3px;
    margin: 5px 0 0 0;
    font-weight: normal;
    display: inline-block;
}

.error {
    font-size: 12px;
    color: red;
    padding: 10px;
    background-color: #C5E4E5;
    border-radius: 3px;
    margin: 5px 0 0 0;
}

.float-separator {
    clear: both;
}

.footer label.sub-total {
    width: 180px;
    display: inline-block;
    text-align: right;
}

.cancel-operation {
    color: red;
    cursor: pointer;
}

.cancel-operation:hover {
    background-color: yellow;
}

.not-supported-browser {
    text-align: center;
    margin: 20px 0 10px;
}

.not-supported-browser a {
    /*display: inline-block;*/
    margin: 0px 30px;
    color: #3a9adc;
}

.not-supported-browser a img {
    /* display: block; */
    margin-bottom: 10px;
}

.triangle-right,
.triangle-down {
    display: inline-block;
}

.triangle-right {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid #6c6c6c;
    border-right: 3px solid transparent;
}

.triangle-down {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #6c6c6c;
}

.item-num {
    position: relative;
}

.edit-mode .item-num label {
    position: absolute;
    left: 14px;
    top: 7px;
    color: #9C9C9C;
}

.item-num input {
    padding-left: 31px !important;
}

.sbt-bs-datepicker {
    width: 111px !important;
}

/* hides the spin-button for firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* hides the spin-button for chrome*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

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

.table-row {
    display: table-row;
}

.bill {
    font-size: 16px;
}

.bill .label {
    font-weight: bold;
}

.bill .border,
.bill .border td {
    border-bottom: solid 1px #ccc;
}

.table-cell,
.table-cell-head {
    display: table-cell;
    vertical-align: top;
}

.bill .table-cell,
.bill td {
    padding: 15px 0;
}

.bill .prelabel .table-cell,
.bill .prelabel td {
    padding: 18px 0 0 0;
}

.sub-text {
    font-size: 10pt;
    font-weight: normal;
}

.not-payed {
    color: red;
}

.modal-body .actions {
    position: relative;
    width: 200px;
}

.modal-body .actions .actions-menu {
    position: absolute;
    right: 0px;
}

.light-login .modal-dialog {
    width: 300px;
}

.light-login .modal-body {
    text-align: center;
    padding-bottom: 0px;
}

.x-small {
    font-size: x-small;
}

.common-tool-buttons {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px;
}

.common-tool-buttons .icon {
    font-size: 30px;
    cursor: pointer;
}

/******************************************************************************/
/*********************************** HISTORY **********************************/

.history-header {
    cursor: pointer;
    margin-bottom: 10px;
    margin-top: 10px;
}

table.history,
table.history table.history-goods {
    width: 100%;
    font-size: 14px;
}

table.history,
table.history table.history-goods {
    border-collapse: collapse;
}

table.history td,
table.history th {
    border: 1px solid rgb(209, 209, 209);
    text-align: center;
    padding: 10px 10px;
}

table.history table.history-goods {
    width: 100%;
}

table.history,
.history-indent {
    border: 0px !important;
}

table.history,
.history-goods-wrapper {
    padding: 0;
}

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

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

table.history .changed {
    font-weight: bold;
    color: #0798e0;
}

table.history tr.clickable:hover {
    color: #0798e0;
    cursor: pointer;
}

/******************************************************************************/
/************************************ ALERT ***********************************/

.alert {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 30%;
    background-color: #55FF55;
    width: 40%;
    min-height: 40px;
    padding: 26px 20px 15px 20px;
    background-color: white;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15), 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    font-size: 18px;
}

.alert button {
    position: absolute;
    right: 20px;
    top: 28px;
    font-size: 18px;
    font-weight: normal;
    color: #2493DF;
    opacity: 1;
    border-left: solid 1px #ccc;
    padding-left: 20px;
}

@-webkit-keyframes slide_down {
    0% {
        margin-top: -81px;
        opacity: 0;
    }

    50% {
        opacity: 0.8;
    }

    100% {
        margin-top: 0px;
        opacity: 1;
    }
}

@-webkit-keyframes slide_up {
    0% {
        margin-top: 0px;
        opacity: 1;
    }

    50% {
        opacity: 0.8;
    }

    100% {
        margin-top: -81px;
        opacity: 0;
    }
}

.alert.ng-hide-remove {
    -webkit-animation: slide_down 0.2s ease-in;
    -moz-animation: slide_down 0.2s ease-in;
    -ms-animation: slide_down 0.2s ease-in;
    -o-animation: slide_down 0.2s ease-in;
    animation: slide_down 0.2s ease-in;
}

.alert.ng-hide-add {
    -webkit-animation: slide_up 0.2s ease-in;
    -moz-animation: slide_up 0.2s ease-in;
    -ms-animation: slide_up 0.2s ease-in;
    -o-animation: slide_up 0.2s ease-in;
    animation: slide_up 0.2s ease-in;
    display: block !important;
}

/*
.alert.ng-hide-add {
    -webkit-transition:all linear 0.5s;
    -moz-transition:all linear 0.5s;
    -o-transition:all linear 0.5s;
    transition:all linear 0.5s;
    display:block!important;
}
*/
.alert.ng-hide-remove,
.alert.ng-hide-add.ng-hide-add-active {
    opacity: 0;
}

.alert.ng-hide-remove.ng-hide-remove-active,
.alert.ng-hide-add {
    opacity: 1;
}

@media print {
    .alert {
        display: none;
    }
}

/******************************************************************************/
/************************ GOOD HISTORY AND REPORT DETAILS *********************/

.good-history,
.report-op-details {
    /*position: fixed;
    z-index: 100;
    top: 6%;
    left: 30%;
    left: 50%;
    margin-left: -375px;
    padding: 20px;
    width: 750px;*/
    min-height: 40px;
    height: 60%;
    background-color: white;
    font-size: 18px;
}

.good-history button,
.report-op-details button {
    position: absolute;
    right: 20px;
    top: 28px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #2493DF;
    opacity: 1;
    border-left: solid 1px #ccc;
    padding-left: 20px;
}

.good-history .hist-title,
.report-op-details .detail-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.report-op-details .detail-title {
    margin: 0px 0px 20px 0px;
}

.good-history .hist-title {
    margin: 0px 0px 3px 0px;
}

.good-history .hist-content select {
    margin-bottom: 10px;
}

.good-history .hist-content,
.report-op-details .detail-content {
    overflow-x: auto;
}

@media all and (min-height: 800px) {

    .good-history .hist-content,
    .report-op-details .detail-content {
        height: 88%;
    }
}

@media all and (max-height: 800px) {

    .good-history .hist-content,
    .report-op-details .detail-content {
        height: 85%;
    }
}

@media all and (max-height: 400px) {

    .good-history .hist-content,
    .report-op-details .detail-content {
        height: 70%;
    }
}

@media all and (max-height: 300px) {

    .good-history .hist-content,
    .report-op-details .detail-content {
        height: 60%;
    }
}


/******************************************************************************/
/*********************************** DIALOGS **********************************/

.dialog {
    position: fixed;
    z-index: 100;
    top: 6%;
    left: 50%;
    margin-left: -320px;
    background-color: #55FF55;
    width: 640px;
    min-height: 40px;
    /* height: 80%; */
    padding: 20px;
    background-color: white;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15), 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    font-size: 18px;
    border-radius: 10px;
    display: table;
}

.dialog button.close {
    position: absolute;
    right: 20px;
    top: 28px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #2493DF;
    opacity: 1;
    border-left: solid 1px #ccc;
    padding-left: 20px;
}

.dialog .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0px 0px 20px 0px;
    font-size: 17px;
    font-weight: 500;
}

.dialog .content {
    font-size: 16px;
}

.custom-discount {
    width: 400px;
    height: 140px;
}

.custom-discount .content {
    text-align: center;
}

.custom-discount input {
    width: 100px;
}

.custom-discount .content .button {
    margin-top: 20px;
}

.dark-layer {
    background-color: rgba(0, 0, 0, 0.25);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

/******************************************************************************/
/*********************************** SUBMENU **********************************/

subnav {}

subnav ul {
    margin: 0px;
    font-size: 16px;
    padding: 15px 0 15px 10px;
    border-bottom: solid 1px #e0e0e0;
    height: 25px;
}

subnav li {
    display: inline;
    margin: 0px 20px 0 10px;
}

subnav li a {
    color: #4d4d4d;
    text-decoration: none;
}

subnav li a:hover {
    text-decoration: underline;
}

subnav li.selected a {
    color: #3a9adc;
}

subnav li.selected {
    border-bottom: solid 2px #3A9ADC;
    padding-bottom: 18px;
}

subnav li a,
.no-wrap {
    white-space: nowrap !important;
}

/******************************************************************************/
/*********************************** FILTER ***********************************/
.tools .button,
.filter-tool,
.action-tool,
.info-tool {
    position: relative;
    padding: 10px 15px;
    margin-left: 10px;
    font-size: 13px;
    font-weight: bold;
}

.tools .button,
.filter-tool,
.action-tool {
    color: #fff;
    background-color: #B3B3B3;
    cursor: pointer;
    border-radius: 3px;
}

.filter-panel .filter-tool:hover,
.action-tool:hover {
    background-color: #8C8C8C;
}

.tools .button:hover,
.tools .buttongrayright:hover {
    background-color: #CECECE;
    color: #737373;
}

.filter {
    background-color: white;
    color: black;
    position: absolute;
    width: 250px;
    z-index: 100;
    box-shadow: 0px 0px 20px rgb(183, 183, 183);
    padding: 15px;
}

.filter .button {
    display: inline-block;
}

.filter .close {
    position: absolute;
    right: 6px;
    top: 0px;
}

.filter .table select {
    width: 100%;
}

.filter .table-cell {
    vertical-align: middle;
}

filter-mapper .filter-status {
    background-color: #BBD9D1;
    margin: 15px 0px;
    padding: 8px 10px;
    color: #666;
    border-radius: 3px;
    font-size: 14px;
}

.modal-form-buttons {
    text-align: right;
    border-top: 1px solid #e5e5e5;
    margin: 20px 0 0px 0;
    padding: 20px 0 0 0;
}

.print-select-num {
    width: 24px;
    text-align: center;
}

.filter .ans-select {
    width: 100%;
    padding: 0px;
    margin: 2px 0px;
}

.filter select.filter-date-type {
    border: 0px;
    background-color: transparent;
    width: 93px;
    outline: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 3px;
}

/******************************************************************************/
/******************************** LISTS GRIDS *********************************/
.ngCellText {
    cursor: pointer;
    font-size: 14px;
}

.ngCellDel {
    cursor: pointer;
    text-align: center;
}

.ngGrid .ngHeaderContainer .ngHeaderText {
    font-size: 14px;
    text-align: left;
}

/******************************************************************************/
/******************************* ENTITY EDITOR ********************************/
.common-list .head .actions {
    padding: 20px 20px 0 0;
}

.common-view .doc-actions button,
button.actions-menu {
    background-color: transparent;
    border: 0px;
}

button.actions-menu {
    padding: 8px 10px;
    margin: 0px 5px;
}

.common-view-bg {
    background-color: white;
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0;
}

.common-view {
    white-space: nowrap;
    width: 95%;
    padding-left: 30px;
    z-index: 10;
}

.common-view>* * {
    white-space: normal;
}

.common-view .head-view {
    font-size: 24px;
    font-weight: bold;
    margin: 30px 0 20px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 30px;
    height: 37px;
    /*opera workaround*/
}

.common-view .head-view .hv-title {
    float: left;
    /*opera workaround*/
}

.common-view .block-main,
.common-view .block-ext {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.item100 input,
.item25block input,
.item25 input,
.item50 input,
.item50block input,
.item input,
.item100 select,
.item25 select,
.item50 select,
.item50block select,
.item select,
.item100 textarea,
.item25 textarea,
.item50 textarea,
.item50block textarea,
.item textarea {
    /*  display: block; */
    margin-bottom: 5px;
}

.item-row .value,
.bolded {
    font-weight: bold;
}

/*.filterplace {margin-top:20px;}*/
.filterplace form {
    height: 50px;
}

.filterplace .button {
    /*margin-left:10px;*/
    padding: 7px 15px;
}

.filterplace .item {
    float: left;
}

.filterplace input[type="radio"] {
    height: 13px;
    margin-right: 10px;
}

.filterplace .filteradio {
    margin: 5px 10px;
}

.item100,
.item25,
.item25block,
.item50,
.item50block,
.item {
    margin-bottom: 10px;
}


.item100 label.checkbox,
.item25 label.checkbox,
.item25block label.checkbox,
.item50 label.checkbox,
.item50block label.checkbox,
.item label.checkbox {
    display: inline;
}

.item100 input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.item25 input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.item25block input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.item50 input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.item50block input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.item100 textarea,
.item25 textarea,
.item25block textarea,
.item50 textarea,
.item50block textarea {
    width: 100%;
    border-radius: 3px;
    border: 2px solid #DCDCDC;
}

.item100 textarea,
.item25 textarea,
.item25block textarea,
.item50 textarea,
.item50block textarea {
    height: 100px;
}

.price input:not([type="checkbox"]) {
    width: 220px;
}

.price label {
    display: block;
}

.item100 input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.item25 input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.item25block input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.item50 input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.item50block input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.item input:not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
    height: 38px;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 3px;
    border: 2px solid #DCDCDC;
}

.item25,
.item25block * {
    display: inline-block;
}

.item25 input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.item25block input:not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
    width: 25%;
}

.item50 {
    display: inline-block;
}

.item50,
.item50block {
    width: 50%;
}

.description textarea {
    display: block;
}

.description .btn-save-wrapper {
    padding-top: 20px;
}

.actions .icon:before {
    font-size: 24px;
    position: relative;
    top: 6px;
    padding-right: 7px;
}

.actions .print {
    cursor: pointer;
    display: inline-block;
}

/******************************************************************************/
/**************************** NG-GRID HEIGHT FIXES ****************************/
.common-view .grid-goods .ngViewport.ng-scope {
    overflow-y: hidden;
}

/*
.ngViewport.ng-scope{
    height: auto !important;
    overflow-y: hidden;
}

.grid_height_auto_fix .ngViewport.ng-scope{
    height: 6000px !important;
    overflow-y: auto;
}

.ngTopPanel.ng-scope, .ngHeaderContainer{
    width: auto !important;
}
*/
/******************************************************************************/
/****************************** GOODS UPLOAD FORM *****************************/
form[name='uploadForm'] .extra {
    width: 500px;
    margin: 10px 0px;
}

form[name='uploadForm'] #remain_action_fullclear {
    margin: 7px 0px 0px 20px;
    float: left;
}

form[name='uploadForm'] label.fullclear {
    float: left;
    width: 520px;
    margin-left: 5px;
}

form[name='uploadForm'] label.fullclear .comment {
    font-size: 12px;
}

form[name='uploadForm'] .extra-block {
    height: 155px;
}

form[name='uploadForm'] .extra label {
    width: 140px;
    display: inline-block;
    vertical-align: top;
}

form[name='uploadForm'] .extra textarea {
    width: 380px;
    height: 50px;
}

.load-template {
    line-height: 1.4;
    margin-top: 10px;
    font-size: 14px;
}

.modal-body {
    padding: 10px 20px 20px;
}

.modal-body .dialogicon {
    font-size: 52px;
    width: 100px;
    position: absolute;
    text-align: center;
}

.modal-body .cancel {
    background-color: #ccc !important;
    border: none;
}

.modal-body .button {
    background-color: #3a9adc;
    padding: 7px 15px;
    font-size: 14px;
    color: white;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
    border: none;
    font: normal 14px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
}

.modal-body .buttonred {
    background-color: #DC3A6E;
    padding: 7px 15px;
    font-size: 14px;
    color: white;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
    border: none;
    font: normal 14px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
}


.dialogupload {
    margin: 20px 0 0px 0;
}

.dialogsubmit {
    border-top: solid 1px #ccc;
    padding-top: 15px;
    text-align: right;
    margin: 20 0px 0;
}

.modal-body .dialogcontent {
    margin-left: 110px;
}

form[name='uploadForm'] .load-template {
    /*  text-align: right;
    position: absolute;
    right: 18px;*/
}

form[name='uploadForm'] .load-template .descr {
    font-size: 11px;
}

/******************************************************************************/
/**************************** PRINT AND ACTIONS MENU **************************/
.print-block {
    display: inline-block;
}

.popover-menu .menu-item,
.print-menu2 .menu-item {
    text-align: left;
    cursor: pointer;
    white-space: nowrap;
}

.popover-menu .menu-item:hover,
.print-menu2 .menu-item:hover {
    background-color: #EEE;
}

body.print-view #footer {
    display: none;
}

.print-view,
print-view {
    color: black;
}

body.print-view form,
body.print-view subnav,
body.print-view .addon-header {
    display: none;
}

/******************************************************************************/
/*********************************** NG-GRID **********************************/

.edit-cell input {
    width: 99% !important;
    height: 100%;
    font-size: 90%;
}

/******************************************************************************/
/******************************* DISCOUNT EDITOR ******************************/

.discounts .dtitle .dvalue,
.discounts .dbody .dvalue,
.discounts .dtitle .dname,
.discounts .dbody .dname,
.discounts .dbody .ddel {
    display: inline-block;
}

.discounts .dbody .drow:last-child .ddel {
    display: none;
}

.discounts .dtitle .dvalue,
.discounts .dbody .dvalue {
    width: 80px;
}

.discounts .dbody .dvalue input {
    width: 50px;
}

.discounts .dbody .dname input {
    width: 210px;
}


.good-discount .gd-name,
.good-discount .gd-value,
.good-discount .help,
.good-discount .gd-units {
    display: inline-block;
}

.good-discount .gd-name {
    width: 27%;
    text-align: right;
}

.good-discount .gd-value {
    width: 15%;
}

.good-discount .gd-units {
    width: 5%;
}

.good-discount .help {
    width: 45%;
}

/******************************************************************************/
/******************************** ADDONS, APPS1 *******************************/

.apps {
    list-style: none;
    padding: 0;
}

.apps li {
    border: solid 1px #ccc;
    width: 150px;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    display: inline-block;
    float: left;
    margin-right: 15px;
}

.apps li:hover {
    border: solid 1px #ccc;
    color: #0798e0;
}

.apps .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 150px;
}

.addon-shortcut {
    height: 150px;
    text-align: center;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
    background-position: center 15px;
    position: relative;
}

.addon-header {
    font-size: 24px;
    padding: 20px 20px 10px;
}

.addon-header .icon {
    font-size: 26px;
    vertical-align: middle;
    margin-right: 10px;
    color: #000;
}

.addon-caption {
    font-size: 21px;
    padding: 10px 0;
}

.addon-1c {
    background-image: url('/static/img/addons/logo_1c.png');
    height: 120px;
    background-repeat: no-repeat;
    background-position: center;
}

.apps .icon {
    font-size: 80px;
    height: 120px;
    padding-top: 20px;
}


/******************************************************************************/
/******************************** COMMON MODALS *******************************/

.common-modal {
    position: fixed;
    z-index: 100;
    top: 20%;
    left: 30%;
    background-color: #55FF55;
    width: 30%;
    min-height: 100px;
    padding: 26px 20px 15px 20px;
    background-color: white;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15), 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    font-size: 18px;
}

.common-modal button {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    opacity: 1;
    border-left: solid 1px #ccc;
    padding-left: 20px;
}

.common-modal button.close {
    position: absolute;
    right: 20px;
    top: 28px;
    color: #2493DF;
}

.common-modal .cm-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0px 0px 10px 0px;
}

.common-modal input.number {
    width: 50px;
}

/******************************************************************************/
/********************* NOTICES, FEEDBACK and FIRST STEPS **********************/

.cell-delete .icon-check-3 {
    font-size: 21px;
    color: #27B616;
}

.cell-delete .icon-stop-1 {
    font-size: 21px;
    cursor: pointer;
}

.mm-fixed-bottom {
    width: 15%;
    z-index: -1;
    overflow: hidden;
}

.consult-menu {
    height: 50px;
    background-color: #feed6f;
    margin-right: 2px;
    padding: 5px;
    font-size: 12px;
    display: block;
    color: #9c5720;
}

.consult-menu table {
    font-size: 12px;
}

.consult-menu .consult-pic {
    width: 50px;
    height: 50px;
    background: url('/static/img/vvn.jpg');
    background-size: 50px;
    background-repeat: no-repeat;
}

.consult-menu .consult-text {
    padding-left: 10px;
    color: #9c5720;
    line-height: 1.5;
}

support,
notices {
    display: block;
}

.support {
    border: 0px;
    width: 100%;
    height: 30px;
    text-align: left;
    margin: 0px 5px 15px;
    cursor: pointer;
    outline: 0px;
    background-color: transparent;
}

.support:hover {
    color: #3a9adc;
}

.support div {
    position: relative;
    top: 6px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: inline;
    margin-right: 5px;
}

.support .icon:before {
    font-size: 24px;
}

.first-steps,
.feedback {
    display: inline-block;
    width: 30px;
    cursor: pointer;
    width: 200px;
    padding: 10px;
}

.first-steps {
    border-bottom: solid 1px #e2ce7f;
    font-weight: bold;
}

.first-steps:hover,
.feedback:hover {
    background-color: #eacf5f;
}

.feedback-dialog form {
    width: 100%;
}

.feedback-dialog form label,
.feedback-dialog form label input:not([type='checkbox']),
.feedback-dialog form label textarea {
    display: block;
    margin-bottom: 10px;
}

.feedback-dialog form label input:not([type='checkbox']),
.feedback-dialog form label textarea {
    width: 100%;
    height: 38px;
    font-size: 14px;
    padding: 10px;
    margin-bottom: 15px;
}

.item-any input:not([type='checkbox']):not([type="radio"]):not([type="file"]) {
    height: 38px;
    font-size: 14px;
    padding: 10px;
    border-radius: 3px;
    border: 2px solid #DCDCDC;
}

.feedback-dialog form label textarea {
    height: 130px;
}

.feedback-dialog .selected {
    background-color: #259afd;
    border-radius: 5px;
    height: 30px;
    padding: 8px 5px 4px;
    color: white;
}

.feedback-result {
    height: 150px;
}

.first-steps-dialog .item {
    clear: both;
    padding: 12px 13px 3px 15px;
    height: 33px;
    margin-bottom: 0px;
    border-bottom: dashed 1px #ccc;
    background-size: 50px;
    background-repeat: no-repeat;
}

.first-steps-dialog .item:hover {
    color: #2493DF;
    cursor: pointer;
    background-color: #F2F2F2;
}

.first-steps-dialog .item .item-title {
    float: left;
}

.first-steps-dialog .item .item-link {
    float: right;
}

.first-steps-dialog .item.checked {}

.first-steps-dialog .footer {
    height: 40px;
}

.first-steps-dialog .support-phone {
    float: left;
}

.first-steps-dialog .support-phone .icon {
    font-size: 40px;
    margin: 4px 15px 0px 0px;
    float: left;
}

.first-steps-dialog .support-phone .text {
    float: left;
}

.first-steps-dialog .training {
    float: right;
    margin-top: 8px;
}

.first-steps-dialog .training-video {
    height: 84px;
}

.first-steps-dialog .training-video .container {
    background-image: url("/static/img/play.png");
    background-repeat: no-repeat;
    background-size: initial;
    font-size: 18px;
    cursor: pointer;
    height: 54px;
    padding: 30px 0px 0px 170px;
}

.video-training-modal .modal-content {
    width: 680px;
}

notices .message-count {
    background-color: #3a9adc;
    position: absolute;
    padding: 0px 5px;
    text-align: center;
    display: inline;
    top: 10px;
    border-radius: 5px;
    color: white;
    cursor: default;
    position: absolute;
    right: 8px;
}

/******************************************************************************/
/************************** ???????????????????????? **************************/

.partner-list {
    /* height: 100%; */
    overflow: auto;
}

.subtotal-modal .modal-dialog {
    width: 90%;
}

/******************************************************************************/
/****************************** CLIENT SELECTOR *******************************/

.link-client-list {
    color: #3a9adc;
    width: 27px;
    height: 20px;
    text-align: right;
    border-radius: 15px;
    font-size: 23px;
    margin-top: 3px;
    cursor: pointer;
    display: inline-block;
    cursor: pointer;
    padding-top: 12px;
}

.link-client-list div {
    display: inline-block;
    position: relative;
    top: -9px;
}

.addnew {
    display: inline-block;
    margin-left: 10px;
}


/******************************************************************************/
/************************** SERVICE EXTENSION MODULE **************************/

.service-executor-select {
    cursor: pointer;
}

.service-executor-select:hover {
    background-color: #eef;
}


/******************************************************************************/
/*********************************** REPORTS **********************************/

.reports.filterplace select.item {
    margin: 10px;
}



/******************************************************************************/
/*********************************** OUTCOMES *********************************/

.store-oper-view .doc-header .item-row label.caption {
    min-width: 120px;
    display: inline-block;
}

/******************************************************************************/
/********************************* STORE GOODS ********************************/

.store-list .grid .warning {
    background-color: #FF6666;
    color: white;
}

/******************************************************************************/
/*********************************** SHOW MORE *********************************/

.show-more {
    text-align: center;
    padding: 10px 0;
    background-color: #f0f0f0;
    margin: 10px 0;
}

.show-more:hover {
    color: #0798e0;
    cursor: pointer;
    background-color: #E4E4E4;
}

tr.show-more td {
    border: 0px;
    text-align: center;
}

/******************************************************************************/
/********************************** PRINT FORMS ********************************/
table.boxed {
    border-collapse: collapse;
}

table.boxed td,
table.boxed th {
    border: 1px solid black;
    padding: 5px;
}

/******************************************************************************/
/*********************************** REPRICING ********************************/
.repricing .modal-dialog {
    width: 900px;
}

#repricing_diff {
    width: 70px;
}

.repricing-content .goods {
    width: 100%;
}

.repricing-content {
    max-height: 60%;
    overflow: auto;
}

.repricing-content table {
    margin-bottom: 10px;
}

.repricing-content td.number,
.repricing-content td.number input {
    width: 65px;
}

.repricing-content td.percent {
    width: 35px;
}

.repricing-content input.percent {
    width: 60px;
}

.repricing-content input.currency {
    width: 100px;
}

.repricing .table.repricing-head .table-cell-head {
    width: 220px;
}

.repricing .description {
    width: 100%;
}

.repricing .caption {
    margin-top: 0px;
}

.repricing-log {
    clear: both;
    margin-bottom: 15px;
}

.repricing-log .toggler {
    cursor: pointer;
    margin: 30px 0;
}

.repricing-log table {
    width: 100%;
}

.repricing .modal-body {
    padding-bottom: 5px;
}

.repricing .modal-footer {
    margin-top: 0px;
}

/******************************************************************************/
/********************************* USER NOTICES *******************************/
.user-notices table {
    width: 100%;
}

.user-notices table tr.link td {
    cursor: pointer;
}

.user-notices table tr.link:hover :not(th) {
    color: #3a9adc;
}

.user-notices .modal-head {
    padding-bottom: 10px;
}

.user-notices table tr td.cell-delete {
    cursor: default;
}

.user-notices .modal-dialog {
    width: 78%;
}

/******************************************************************************/
/********************************* HELP CONTROL *******************************/
sbt-help {
    display: inline-block;
    position: relative;
    width: 24px;
    height: 24px;
}

.sbt-help {
    position: absolute;
    min-width: 300px;
    height: 24px;
    padding-top: 6px;
}

.sbt-help-btn,
.sbt-help-btn-inline {
    background-color: transparent;
    display: inline-block;
    border-radius: 12px;
    border: 1px solid gray;
    width: 24px;
    height: 24px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    outline: 0px;
    padding: 0px;
}

.sbt-help-btn {
    position: absolute;
}

.sbt-help-btn:hover,
.sbt-help-btn-inline:hover {
    background-color: #F3F3F3;
}

.sbt-help-tooltip .tooltip-inner {
    border: 1px solid gray;
    background-color: #FAFAFA;
}

.sbt-help-tooltip.right .tooltip-arrow {
    border-right-color: gray !important;
}

.sbt-help-tooltip.left .tooltip-arrow {
    border-left-color: gray !important;
}

.sbt-help-tooltip.top .tooltip-arrow {
    border-top-color: gray !important;
}

.sbt-help-tooltip.bottom .tooltip-arrow {
    border-bottom-color: gray !important;
}

.sbt-help-tooltip.top-left {
    left: -20px !important;
}

.sbt-help-tooltip.bottom-left {
    left: -20px !important;
}

/******************************************************************************/
/******************************** PRINT STICKERS ******************************/
.print-sticker-modal input.number {
    width: 40px;
}

.print-sticker-modal .grid {
    height: 250px;
    margin-top: 10px;
}

/******************************************************************************/

/******************************************************************************/
/*********************************** EXPORTS **********************************/
.export-btn {
    cursor: pointer;
    display: inline-block;
}

.excel {
    ;
}

/******************************************************************************/


ul.group {
    margin: 0px;
}

ul.group li {
    display: block;
}

/******************************************************************************/
/******************************* NEW GOOD DIALOG ******************************/
.good-new .modal-body {
    height: 65%;
    overflow: auto;
}

table.price th {
    font-weight: normal;
    text-align: left;
    padding-right: 10px;
}

/******************************************************************************/


/******************************************************************************/
/******************************* PAY SUBTOTAL******************************/
.infopay {
    background-color: #c4e9ca;
    display: inline-block;
    padding: 10px 15px 10px 45px;
    border-radius: 5px;
    color: #14551f;
    font-size: 15px;
    position: relative;
    margin-bottom: 10px;
}

.infoexp {
    color: #FF3A3A;
    display: inline-block;
    padding: 9px 15px 10px 42px;
    border-radius: 5px;
    border: solid 1px #FF583A;
    position: relative;
}

.infoexp .icon,
.infopay .icon {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 24px;
}

.infoexp span,
.infopay .span {
    font-size: 15px;
}

.infoexp .sbt-help-btn-inline {
    background-color: transparent;
    display: inline-block;
    border-radius: 12px;
    width: 24px;
    height: 24px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    outline: 0px;
    padding: 0px;
}

.infoexp .sbt-help-btn-inline:hover {
    background-color: transparent;
}


.all-expired-panel {
    background-color: #FF583A;
    padding: 20px 0 20px 20px;
    position: relative;
    color: #fff;
    /* font-weight: bold; */
}

/******************************************************************************/


/******************************************************************************/
/**************************** TAGS INPUT CUSTOMIZE ****************************/

.modal-dialog tags-input .host,
.modal-dialog tags-input .host .tags {
    height: auto;
}

tags-input .host {
    border: 2px solid #DCDCDC !important;
}

tags-input .tags {
    border: 0px !important;
    box-shadow: none !important;
}

.item100 tags-input .tags .input,
tags-input .tags .input {
    border-radius: 0px !important;
    border: 0px !important;
    height: 26px !important;
    font-size: 14px !important;
    padding: 0 0 0 5px !important;
    margin: 2px !important;
    outline: 0 !important;
}

/******************************************************************************/


/******************************************************************************/
/****************************** GOOD SEARCH MODAL *****************************/

.good-search-modal tags-input .host {
    margin: 0px;
}

.good-search-modal tags-input .tags {
    padding-left: 10px;
    height: 34px !important;
    overflow: auto;
}

.good-search-modal tags-input .host {
    margin-top: 0px;
    margin-bottom: 4px;
}

.good-search-modal tags-input ul {
    margin: 0px;
}

.good-search-modal tags-input input {
    width: 99%;
}

/******************************************************************************/

.callbackme {
    font-size: 16px;
    width: 120px;
    color: #FFFFFF;
    padding: 5px 10px;
    text-align: center;
    cursor: pointer;
    background-color: #5CBE1E;
    border-radius: 3px;
}

.startstep {
    float: left;
    margin-left: 50px;
    font-size: 16px;
    line-height: 2;
}

.startstep .item-title {
    border-bottom: solid 1px #ccc;
    padding: 5px 5px;
    cursor: pointer;
    color: ;
}

.startstep .item-title:hover {
    /* text-decoration: underline; */
    background-color: #FAFAFA;
    color: #0798e0;
}

/*** common styles ***/
h1 {
    color: #585858;
    font-size: 24px;
    font-weight: normal;
    line-height: 64px;
    margin: 0 0 0 20px;
    /* TODO: get icon */
}

h1 .icon {
    color: #000;
    font-size: 28px
}

.mm-page .page {
    background: #fff;
    padding: 20px;
}

.profile .descr a {
    text-decoration: underline;
}

.profile {
    z-index: 10;
}

.vertical-spacer {
    clear: both;
    padding-top: 20px;
}

.ngVerticalBar {
    display: none;
}

h3.modal-title {
    font-size: 16px;
}

.modal-body {
    font-size: 14px;
    color: #000;
}

.modal-body .descr {
    padding-bottom: 20px;
}

.modal-body h4 {
    margin: 0;
}

.modal-body label {
    display: block;
}

.modal-body .clientinput {
    height: 38px;
    font-size: 14px;
    padding: 0 10px;
    margin: 5px 0;
    width: 80%;
}

.modal-footer .cancel {
    background-color: #d0d0d0;
    border-color: #d0d0d0;
    color: #000;
    padding: 5px 15px;
}

.modal-footer .button {
    padding: 5px 15px;
    margin-left: 10px;
}

.own_referal_descr {
    float: right;
    color: #000;
    font-weight: normal;
    font-size: 14px;
}

.own_referal {
    color: #3a9adc;
    text-decoration: underline;
}

.partner-link {
    color: #3a9adc;
    font-size: 14px;
}

.modal-textarea {
    height: 100px;
    width: 80%;
}

.full-size-page {
    position: absolute;
    top: -121px;
    min-height: 250px;
    background-color: white;
    min-width: 100%;
    left: 0px;
    z-index: 1;
}

.full-size-page-content {
    padding: 20px;
}

h5 {
    font-size: 21px;
    margin-bottom: 20px;
}

textarea {
    width: 100%;
    height: 100px;
    border: 2px solid #DCDCDC;
    border-radius: 3px;
    font-size: 14px;
    padding: 10px;
}

.drow {
    margin-bottom: 10px;
}

.account-view .block-in {
    width: 95%;
}
