.ml0 {
    margin-left: 0;
}

.mt5 {
    margin-top: 5px;
}

.mt7 {
    margin-top: 7px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt17 {
    margin-top: 17px;
}

.mt30 {
    margin-top: 30px;
}

.navbar .nav {
    margin: 37px 10px 0 0;
}

.navbar .brand {
    padding: 5px 20px 5px;
}

.bolder {
    font-size: 13px;
    font-weight: bold;
}

.form {
    padding: 5px;
}

div.ajaxEdit .editValue, div.ajaxEdit i {
    display: none;
}

div.ajaxEdit textarea.editValue {
    display: inline-block;
    width: 550px;
}

div.ajaxEdit textarea.editValue {
    height: 100px;
}

div.ajaxEdit textarea[readonly].editValue {
    height: 20px;
}

div.ajaxEdit .editValue {
    margin: 0;
}

div.ajaxEdit span.value {
    line-height: 24px;
}

div.ajaxEdit i {
    cursor: pointer;
}

div.ajaxEdit:hover i.icon-cog {
    display: inline-block;
}

div.activeEdit .editValue, div.activeEdit i.icon-ok, div.activeEdit i.icon-remove, div.activeEdit i.icon-asterisk {
    display: inline-block;
}

div.ajaxEdit.activeEdit span.value, div.ajaxEdit.activeEdit i.icon-cog {
    display: none;
}

.table th, .table td {
    padding: 4px 8px;
    vertical-align: middle;
}

.table-firststriped tbody tr td:first-child {
    background-color: #F9F9F9;
}

input, select {
    padding: 2px;
}

select, input[type="file"] {
    line-height: 24px;
}

table.smallinput input[type="text"], table.smallinput select {
    width: 100%;
}

.pointer {
    cursor: pointer;
}

#ajax {
    position: absolute;
    z-index: 999;
    width: 16px;
    height: 11px;
    top: 9px;
    left: 10px;
    display: none;
    background-image: url("/static/img/admin/ajax.gif");
    background-repeat: no-repeat;
}

/*Ôèëüòðû õàðàêòåðèñòèê*/

.filter_option {
    margin: 10px 0 10px 50px;
}

.filter_cat {
    padding: 15px;
    margin: 5px 0;
    border: none;
    border-radius: 5px;
}

.filter_cat:nth-child(odd) {
    background-color: #f7f7f7;
}

.filter_cat:hover {
    padding: 15px;
    -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.filter_itemoption {
    margin: 5px 0 5px 50px;
    width: 550px;
}

/*Êîìïëåêòàöèè*/
.fixedCompl {
    position: relative;
    background-color: #fff;
}

.floatCompl {
    position: fixed;
    background-color: #fff;
    top: 0px;
    padding: 5px 0;
    width: 928px;
    -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

table.tableCompl td.complCatName {
    font-weight: bold;
    padding: 3px;
    font-size: 11px;
}

table.tableCompl td.complOptName {
    width: 320px;
    padding: 3px;
}

.prelative {
    position: relative;
}

td.complName {
    font-weight: bold;
    text-align: center;
    font-size: 9px;
    width: 85px;
    vertical-align: bottom;
}

.complSelect {
    font-size: 10px;
    width: 80px;
    height: 16px;
    padding: 0;
    line-height: 16px;
    margin: 0;
}

td.complTd {
    vertical-align: middle;
    text-align: center;
    padding: 5px 0;
    width: 85px;
}

table.tableCompl {
    width: auto;
}

table.tableCompl td, table.tableCompl {
    padding: 0;
    margin: 0;
}

span.complRight {
    position: absolute;
    width: 16px;
    display: none;
    height: 16px;
    left: 927px;
    cursor: pointer;
    z-index: 99;
    top: 4px;

}

span.complLeft {
    position: absolute;
    width: 16px;
    display: none;
    height: 16px;
    z-index: 99;
    cursor: pointer;
    left: 314px;
    top: 4px;
}

/*Õàðàêòåðèñòèêè*/

#hidden {
    display: none;
}

.catalog_teh, .catalog_opt, .catalog_class, .loadcontent {
    margin: 25px 0 0 20px;
}

.catalog_category_list {
    margin-left: 20px;
}

.catalog_category > p {
    display: inline-block;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.catalog_category_list > p {
    cursor: pointer;
    margin: 10px 10px;
}

#editable input {
    display: block;
    padding: 3px;
    border: 1px solid #c7c7c7;
    margin: 0 0 -1px 0;
    width: 250px;
}

div.divhr {
    padding: 3px;
}

#editable p {
    padding: 0 0 10px 0;
    margin: 0;
}

#editable {
    display: inline-block;
    position: relative;
    border: 1px solid #c7c7c7;
    -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    background: #ffffff;
    padding: 10px;
}

#editable input.editable_name {
    border: 1px dotted #ccc;
    margin: 0 12px 10px 0;
    width: 240px;

}

#editable_cancel {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 13px;
    height: 13px;
}

.catalog_opt #editable_add {
    display: none;
}

table.padd td {
    padding: 0px 10px 10px 0;

}

div.visible {
    overflow: visible;
}

img.imgDealer {
    display: block;
    margin: 5px;
    max-width: 250px;
}

img.imgDealerZoom {
    max-width: 500px;
    margin: 5px;
}

div.galleryitem {
    position: relative;
}

div.galleryitem div.menuitem {
    display: inline-block;
}

div.galleryitem div.menuitem span.icon-cog {
    margin: 2px 10px 0 0;
}

div.galleryitem div.caption {
    line-height: 23px;
}

div.marginzero {
    margin: 0;
}

#fotoupload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: solid transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transform: translate(-300px, 0) scale(4);
    direction: ltr;

}

.thumbnails .caption a:hover {
    text-decoration: none;
}

a.statusNoActive.checkBoxDrop i.icon-ok {
    display: none;
}

a.statusActive.checkBoxDrop i.icon-remove {
    display: none;
}

a.item-disabled {
    color: #999;
}

a.treeedit {
    display: none;
}

div.dropdown:hover a.treeedit {
    display: inline;
}

div.sort {
    border-left: 1px dashed #eee;
    margin: 0px 0px 0px 20px;
    padding: 2px;
}

.selectlink {
    font-weight: bold;
    color: #ff0000;
}

a.item-disabled.selectlink {
    color: #ff0000 !important;
}

span.treename {
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    color: #999;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}

span.labelajax {
    display: none;
    margin-left: 10px;
}

i.lefttree {
    margin-left: -14px;
}

div.prodefautl.by-default a.byDefautl {
    display: none;
}

div.prodefautl.by-input a.byChange {
    display: none;
}

div.prodefautl.by-default div.inputdiv {
    display: none;
}

div.settingsgroupinfo input[type="text"] {
    width: 97%;
}
div.settingsgroupinfo textarea{
    width: 97%;
}

div.newsform label {
    font-weight: bold;
}

div.paging {
    display: none;
}

div.paging.active {
    display: block;
}

.formitem.disabled i.icon-envelope {
    display: none;
}

.formitem.disabled {
    cursor: pointer;
}

#listasc {
    padding: 20px 0;
}

i.acsremove {
    cursor: pointer;
    display: none;
}

div.itemacs:hover i.acsremove {
    display: inline-block;
}

#pressSelect {
    height: 150px;
}

a.notvisible {
    visibility: hidden;
}

li:hover a.notvisible {
    visibility: visible;
}

.clear {
    clear: both;
}

#fotogallery .thumbnail, #photogallery .thumbnail, #thumbnail .thumbnail {
    position: relative;
}

.thumbnail a.close {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: #fff;
    width: 20px;
    text-align: center;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

/* albums gallery list */
#loaded_gallery {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 700px;
}

#loaded_gallery li {
    float: left;
    margin: 10px 20px 0 0;
    overflow: hidden;
    cursor: move;
}

#loaded_gallery li .action_img {
    ovarflow: hidden;
    padding: 5px;
}

#loaded_gallery li .delete_img i {
    margin-top: 2px;
}

.modal {
    overflow: visible;
    width: 800px;
    margin-left: -400px;
}

.modal .modal-body {
    overflow-y: visible;
    max-height: none;
}

/* выбор форм */
#formPreview {
    width: 400px;
}

#formPreview p {
    font-family: Verdana, Arial !important;
    font-size: 10px !important;
    text-align: justify;
    font-weight: normal;
    line-height: normal;
}

#formPreview input, #formPreview textarea, #formPreview select, #formPreview option {
    text-align: center;
    color: #adadad;
    width: 394px;
    border-color: #adadad;
}

#formPreview textarea {
    text-align: left;
    height: 110px;
}

#formPreview span.checkbox {
    width: 23px;
    height: 23px;
    border: 1px solid #adadad;
    cursor: pointer;
    float: left;
    margin: 5px 10px 0 0;
    padding: 0;
    display: block;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

#formsModal {
    width: 840px;
}

#formsModal .fright {
    overflow-y: scroll;
    height: 350px;
    width: 430px;
    padding-right: 10px;
}

#formsModal .icon-picture {
    background-position: -265px 1px;
}

.cars_block {
    padding-right: 80px;
    background: url(/files/distributor/images/auto/mini/nocar.png) right center no-repeat;
    overflow: hidden;
    margin-bottom: 20px;
}

.cars_block .form_car_name {
    text-align: center;
    font-size: 11px;
    color: #717171;
    width: 85px;
    height: 35px;
    padding-top: 10px;
    float: left;
    text-transform: uppercase;
}

.ui-autocomplete {
    border: 1px solid #aaaaaa;
    background: #ffffff;
    list-style: none;
    width: 300px;
}

.ui-autocomplete li a {
    color: #7f7f7f;
    display: block;
    padding: 3px;
}

.ui-autocomplete li a:hover {
    color: #7f7f7f;
    cursor: pointer;
    text-decoration: none;
    background: #e2e2e2;
}

.modal_1100 {
    z-index: 1100;
}

.modal_1150 {
    z-index: 1150;
}

.modal_1200 {
    z-index: 1200;
}

.buttonsform .icons {
    list-style: none;
    margin: 0;
    padding: 0;
}

.buttonsform .icons li {
    float: left;
    width: 57px;
    height: 57px;
    padding: 5px;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #e2e2e2;
    cursor: pointer;
    border-radius: 5px;
}

.buttonsform .icons li img {
    max-width: 100%;
    max-height: 100%;
}

.buttonsform .icons li.active {
    background: #0088cc;
    border-color: #0088cc;
}

.buttons_list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.buttons_list li {
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
    line-height: 50px;
}

.buttons_list li .img {
    width: 57px;
    height: 57px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}

.buttons_list li img {
    max-width: 100%;
    max-height: 100%;
}
.construct-row{
    padding:20px 0px;
    border-bottom:10px solid #000;
}
.w-100{
    width:100%;
}