html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 12px !important;
}

body {
    /*background: url("../img/texture.gif");*/
    background: #e4e6e9;
}

.btn.hide {
    display: none;
}

.center {
    text-align: center !important;
}

.tright {
    text-align: right !important;
}

.h20 {
    height: 20px;
}

.bolder {
    font-weight: bolder;
}

body > .app {
    min-height: 100%;
    position: relative;
    /*overflow: hidden;*/
    z-index: 0;
    width: 961px;
    border: 1px solid rgba(0, 0, 0, 0.18);
    border-width: 0 1px 0 1px;
    /*background: url("../img/background.png");*/
    background-color: #f2f2f2;
    margin: 0 auto;
}

body > .app > .header {
    background-color: #438eb9;
    height: 51px;
    width: 100%;
    margin: 0;
    position: absolute;
    z-index: 100;
    padding-bottom: 0;
}

body > .app > .header .logo {
    width: 220px;
    height: 48px;
    float: left;
    padding: 0px 10px;
    line-height: 48px;
    vertical-align: middle;
}

body > .app > .header .logo a {
    font-size: 2em;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

body > .app > .header .logo a img {
    padding: 0 10px 2px;
    width: 80%;
}

/* Кнопка мои приложения */

body > .app > .header .my_apps {
    width: 318px;
    float: left;
    height: 45px;
    margin-top: 1px;
}

body > .app > .header .my_apps a {
    display: block;
    text-decoration: none;
    width: 318px;
    height: 45px;
    background: url("../img/my_apps.png") no-repeat;
    color: white;
    font-size: 1.2em;
    line-height: 45px;
    vertical-align: middle;
    text-align: center;
}

body > .app > .header .my_apps a:hover {
    background-position: 0 -45px;
}

body > .app > .header .my_apps a i {
    vertical-align: middle;
    font-size: 17px;
}

/* Кнопка Данные о магазине */

body > .app > .header .shop_data_button {
    width: 134px;
    float: left;
    height: 45px;
    margin-top: 1px;
}

body > .app > .header .shop_data_button a {
    display: block;
    text-decoration: none;
    width: 134px;
    height: 36px;
    background: url("../img/shop_data_button.png") no-repeat;
    color: white;
    font-size: 0.9em;
    font-family: tahoma;
    vertical-align: middle;
    line-height: 1.2em;
    padding-top: 9px;
    outline: none !important;

}

body > .app > .header .shop_data_button a:hover {
    opacity: 0.8;
    cursor: pointer;
}

body > .app > .header .shop_data_button.done a {
    background-position: 0 -45px;
}


/* Кнопка Заполните товарами */

body > .app > .header .goods_data_button {
    width: 146px;
    float: left;
    height: 45px;
    margin-top: 1px;
    margin-left: -15px;
}

body > .app > .header .goods_data_button a {
    display: block;
    text-decoration: none;
    width: 146px;
    height: 36px;
    background: url("../img/goods_data_button.png") no-repeat;
    color: white;
    font-size: 0.9em;
    font-family: tahoma;
    vertical-align: middle;
    line-height: 1.2em;
    padding-top: 9px;
    outline: none;
}

body > .app > .header .goods_data_button a:hover {
    opacity: 0.8;
}

body > .app > .header .goods_data_button.check a {
    background-position: 0 -45px;
}

body > .app > .header .goods_data_button.check.done a {
    background-position: 0 -90px;
}


/* Кнопка Публикации */

body > .app > .header .publication_button {
    width: 146px;
    float: left;
    height: 45px;
    margin-top: 1px;
    margin-left: -15px;
}

body > .app > .header .publication_button a {
    display: block;
    text-decoration: none;
    width: 146px;
    height: 36px;
    line-height: 27px;
    background: url("../img/goods_data_button.png") no-repeat;
    color: white;
    font-size: 0.9em;
    font-family: tahoma;
    vertical-align: middle;
    padding-top: 9px;
    outline: none;
    cursor: pointer;
}

body > .app > .header .publication_button .pub-icons {
    opacity: 0.5;
}

body > .app > .header .publication_button a:hover {
    opacity: 0.8;
}

body > .app > .header .publication_button.check a {
    background-position: 0 -45px;
}

body > .app > .header .publication_button.check .pub-icons {
    opacity: 1;
}

body > .app > .header .publication_button.check.done a {
    background-position: 0 -90px;
}

body > .app > .header .pub-icons {
    background: url("../img/pub_button_icons.png") no-repeat;
    width: 24px;
    height: 27px;
    display: block;
    float: left;
    vertical-align: bottom;
}

body > .app > .header .pub-icons.shop {
    margin-left: 10px;
    margin-right: 7px;
}

body > .app > .header .pub-icons.goods {
    background-position: 0 -27px;
    margin-left: 30px;
    margin-right: 7px;
}

body > .app > .header .pub-icons.pub {
    background-position: 0 -54px;
    margin: 1px 7px 0 30px;
}

body > .app > .header .pub-icons.app {
    background-position: 0 -81px;
    float: none;
    display: inline-block;
    margin-top: 1px;
}


body > .app > .header .search {
    float: left;
    padding: 0 16px;
    height: 48px;
}

body > .app > .header .search .navbar-search {
    margin-top: 9px;
}

body > .app > .header .search input {
    width: 292px;
}

body > .app > .header .avatar {
    float: right;
    padding: 8px 10px 0 10px;
}

body > .app > .header .avatar a img {
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.45) inset, 0 1px 0 rgba(255, 255, 255, 0.66);
}

body > .app > .header .nav.user {
    margin-right: 0;
}

/*body > .app > .header .nav.user > li > a {
    box-shadow: none;
    color: rgba(255, 255, 255, 0.66);
    padding: 15px 15px 14px 0;
}

body > .app > .header .nav.user > li > a:hover {
    color: rgba(255, 255, 255, 0.66);
}

body > .app > .header .nav.user > li.dropdown.open > a {
    background-color: transparent !important;
    color: rgba(255, 255, 255, 0.66) !important;
}
*/

body > .app > .header .nav.user > li {
    height: 51px;
    line-height: 48px;
    padding: 0;
    position: relative;
    float: left !important;
}

body > .app > .header .nav.user > li > a {
    background-color: #62a8d1;
    color: #fff;
    display: block;
    line-height: inherit;
    text-align: center;
    height: 100%;
    width: auto;
    min-width: 50px;
    padding: 0px 12px;
    position: relative;
    font-size: 1.2em;
    border-left: 1px solid #ddd;
}

body > .app > .header .nav.user > li:first-child > a {
    border-left: none;
}

body > .app > .header .nav.user > li.settings {
    padding: 0;
}

body > .app > .header .nav.user > li > a:hover {
    background-color: #62a8ee;
}

body > .app > .header .nav.user > li.settings > a > .fa-user, body > .app > .header .nav.user > li.video-help > a > .fa {
    font-size: 2em;
    vertical-align: middle;
}



body > .app > .header .nav.user > li.settings.open > a {
    background-color: #579ec8 !important;
}

body > .app > .header .nav.user > li.web_domain.open > a {
    background-color: #579ec8 !important;
}

body > .app > .header .nav.user > li.settings .dropdown-menu li a {
    font-size: 1.2em;
}

body > .app > .header .nav.user > li.own-app > a {
    background-color: #2e8965;
    padding: 0 15px;
    height: 48px;
    white-space: nowrap;
}

body > .app > .header .nav.user > li.own-app > a > .fa-phone {
    font-size: 2em;
    vertical-align: middle;
}

body > .app > .header .nav.user > li.own-app > a > span {
    display: inline-block;
    line-height: 16px;
    position: relative;
    top: 7px;
}

body > .app > .header .nav.user > li.own-app > a:hover {
    background-color: #2eaa65;
}


/*Manager help*/

body > .app > .header .nav.user > li.manager-help > a {
    background-color: #2e8965;
    padding: 0 15px;
    height: 48px;
    white-space: nowrap;
}

body > .app > .header .nav.user > li.manager-help > a > .fa-trophy {
    font-size: 2em;
    vertical-align: middle;
}


body > .app > .header .nav.user > li.manager-help > a:hover {
    background-color: #2eaa65;
}

/*body > .app > .header .nav.user > li.dropdown {
    background: rgba(0, 0, 0, 0.6);
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -o-box-shadow: inset 0 0 6px #000;
    -ms-box-shadow: inset 0 0 6px #000;
    -moz-box-shadow: inset 0 0 6px #000;
    -khtml-box-shadow: inset 0 0 6px #000;
    -webkit-box-shadow: inset 0 0 6px #000;
    box-shadow: inset 0 0 6px #000;
    color: #fff;
    padding: 5px 10px;
}*/

/*body > .app > .header .nav.user > li.dropdown > a {
    padding: 0;
    text-decoration: underline;
    color: #fff;
    display: inline;
}

body > .app > .header .nav.user > li > a.button {
    background-color: #eee;
    background-image: -o-linear-gradient(top, #fefefe, #eee);
    background-image: -ms-linear-gradient(top, #fefefe, #eee);
    background-image: -moz-linear-gradient(top, #fefefe, #eee);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#eee));
    background-image: -webkit-linear-gradient(top, #fefefe, #eee);
    background-image: linear-gradient(top, #fefefe, #eee);
    padding: 4px 10px;
    vertical-align: baseline;
    border-radius: 2px;
    -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 3px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 3px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px 0 #fff, 0 1px 3px rgba(0, 0, 0, 0.15);
    color: #111;
    text-shadow: 0 1px 0 #fff;
    overflow: auto;
    border: 1px solid #aaa;
}

body > .app > .header .nav.user > li > a.button.settings {
    padding: 4px;
}

body > .app > .header .nav.user > li > a.button:hover {
    background-color: #f2f2f2;
    background-image: -o-linear-gradient(top, #fff, #f2f2f2);
    background-image: -ms-linear-gradient(top, #fff, #f2f2f2);
    background-image: -moz-linear-gradient(top, #fff, #f2f2f2);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
    background-image: linear-gradient(top, #fff, #f2f2f2);
    border-color: #888;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

body > .app > .header .nav.user > li > a.button:active {
    background-color: #eaeaea;
    background-image: -o-linear-gradient(top, #fafafa, #eaeaea);
    background-image: -ms-linear-gradient(top, #fafafa, #eaeaea);
    background-image: -moz-linear-gradient(top, #fafafa, #eaeaea);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#eaeaea));
    background-image: -webkit-linear-gradient(top, #fafafa, #eaeaea);
    background-image: linear-gradient(top, #fafafa, #eaeaea);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px0 rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.2)
}

body > .app > .header .nav.user > li > a.button img {
    line-height: 0;
    display: block;
    float: left;
    padding-right: 5px;
}

body > .app > .header .nav.user > li > a.button.settings img {
    padding-right: 0;
}
*/

body > .app > .header .nav.lr > li {
    padding: 4px 15px 0 0;
}


body > .app > .header .nav.menu li a {
    line-height: 29px;
}

body > .app > .header .nav.menu li.active a {
    background-color: transparent;
}

body > .app > .header .nav.menu li a:hover {
    /*background-color: #333;*/
}

body .app > .main {
    padding-top: 48px;
    /*overflow: hidden;*/
}

/*body .app > .main > .sidebar {
    min-height: 100%;
    width: 240px;
    overflow: auto;
}*/

body .app > .main > .sidebar {
    width: 240px;
    background-color: #f2f2f2;
    min-height: 100%;
    overflow: auto;
}


body .app > .main > .sidebar > .content > .menu {
    margin: 0;
    list-style: none;
    padding: 0;
    background-color: #f9f9f9;
}

body .app > .main > .sidebar > .content > .menu > li .popover {
    display: block;
    float: left;
    position: absolute;
    top: auto;
    left: auto;
    margin-top: 48px;
    color: #333;
    height: 98px;
}

body .app > .main > .sidebar > .content > .menu > li {
    /*height: 44px;*/
    position: relative;
    border-top: 1px solid #fcfcfc;
    border-bottom: 1px solid #e5e5e5;
}

body .app > .main > .sidebar > .content > .menu > li.delimiter {
    height: 22px;
    -moz-box-sizing: border-box;
    border-top: 1px solid rgba(0, 0, 0, 0.18);
    bottom: 0;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.18) inset;
    margin-top: 22px;
}

body .app > .main > .sidebar > .content > .menu > li a {
    padding: 12px 17px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    background-color: #f3f3f3;
}

body .app > .main > .sidebar > .content > .menu > li a:hover,
body .app > .main > .sidebar > .content > .menu > li a:active,
body .app > .main > .sidebar > .content > .menu > li a:focus {
    /*background-color: rgba(35, 35, 35, 0.85);*/
    text-decoration: none;
}

body .app > .main > .sidebar > .content > .menu > li a:hover {
    color: #1963aa;
}

body .app > .main > .sidebar > .content > .menu > li > a:hover:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    max-width: 3px;
    overflow: hidden;
    background-color: #3382af;
}

body .app > .main > .sidebar > .content > .menu > li.active > a:hover:before {
    display: none;
}

body .app > .main > .sidebar > .content > .menu > li.active:after {
    display: inline-block;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    border: 2px solid #2b7dbc;
    border-width: 0 2px 0 0;
}

body .app > .main > .sidebar > .content > .menu > li.active a {
    /*opacity: 1 !important;*/
    background-color: #fff;
    color: #2b7dbc;
}

body .app > .main > .sidebar > .content > .menu li.active > a {
    font-size: 1.2em;
}

body .app > .main > .sidebar > .content > .menu li.active > a:after {
    display: block;
    content: "";
    position: absolute !important;
    right: 1px;
    top: 50%;
    margin-top: -14px;
    border: 8px solid transparent;
    border-width: 14px 10px;
    border-right-color: #2b7dbc;
}

body .app > .main > .sidebar > .content > .menu > li > a > span {
    font-size: 1.4em;
    padding-right: 3px;
    vertical-align: middle;
    width: 22px;
    text-align: center;
}

body .app > .main > .sidebar > .content > .menu > li.open > a {
    /*background-color: #fafafa;*/
    /*color: #1963aa;*/
}

body .app > .main > .sidebar > .content > .menu > li.open.current > a {
    position: relative;
}

body .app > .main > .sidebar > .content > .menu > li.open {
    border-bottom-color: #e5e5e5;
}

body .app > .main > .sidebar > .content > .menu > li .submenu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    background-color: #ffffff;
    border-top: 1px solid #e5e5e5;
}
body .app > .main > .sidebar > .content > .menu > li .submenu > li {
    margin-left: 0;
    position: relative;
    /* optional icon before each item */

}
body .app > .main > .sidebar > .content > .menu > li .submenu > li > a {
    display: block;
    position: relative;
    color: #616161;
    padding: 7px 0 9px 37px;
    margin: 0;
    border-top: 1px dotted #e4e4e4;
}
body .app > .main > .sidebar > .content > .menu > li .submenu > li > a:focus {
    text-decoration: none;
}
body .app > .main > .sidebar > .content > .menu > li .submenu > li > a:hover {
    text-decoration: none;
    color: #4b88b7;
}
body .app > .main > .sidebar > .content > .menu > li .submenu > li.active > a {
    color: #2b7dbc;
}
body .app > .main > .sidebar > .content > .menu > li .submenu > li a > .fa:first-child {
    display: none;
    font-size: 12px;
    font-weight: normal;
    width: 18px;
    height: auto;
    line-height: 12px;
    text-align: center;
    position: absolute;
    left: 10px;
    top: 11px;
    z-index: 1;
    /*background-color: #FFF;*/
}
body .app > .main > .sidebar > .content > .menu > li .submenu > li.active > a > .fa:first-child,
body .app > .main > .sidebar > .content > .menu > li .submenu > li:hover > a > .fa:first-child {
    display: inline-block;
}
body .app > .main > .sidebar > .content > .menu > li .submenu > li.active > a > .fa:first-child {
    color: #c86139;
}
body .app > .main > .sidebar > .content > .menu > li > .submenu > li:before {
    /* the horizontal line */

    content: "";
    display: inline-block;
    position: absolute;
    width: 7px;
    left: 20px;
    top: 17px;
    border-top: 1px dotted #9dbdd6;
}
body .app > .main > .sidebar > .content > .menu > li > .submenu > li:first-child > a {
    border-top: 1px solid #FAFAFA;
}
body .app > .main > .sidebar > .content > .menu > li > .submenu:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 18px;
    top: 0;
    bottom: 0;
    border: 1px dotted #9dbdd6;
    border-width: 0 0 0 1px;
}
body .app > .main > .sidebar > .content > .menu > li.active > .submenu > li:before {
    border-top-color: #8eb3d0;
}
body .app > .main > .sidebar > .content > .menu > li.active > .submenu:before {
    border-left-color: #8eb3d0;
}
body .app > .main > .sidebar > .content > .menu li .submenu {
    /* needed for webkit based browsers to slideToggle without problem */

    overflow: hidden;
}

body .app > .main > .sidebar > .content > .menu > li.open > a:after {
    display: none;
}

body .app > .main > .sidebar > .content > .menu > li.open.current > a:after {
    display: block;
}


body .app > .main > .sidebar .transport-action {
    text-align: center;
    font-size: 1.2em;
    margin-top: 10px;
}

body .app > .main > .sidebar .transport {
    color: #fff;
}

body .app > .main > .sidebar .bottom.contacts {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 48px;
    display: block;
    position: absolute;
    bottom: 0;
    padding: 0;
    width: 240px;
    border-top: 1px solid rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: rgba(255, 255, 255, 0.18) 0 1px 0 inset;
    -moz-box-shadow: rgba(255, 255, 255, 0.18) 0 1px 0 inset;
    box-shadow: rgba(255, 255, 255, 0.18) 0 1px 0 inset;
    color: #585858;
    text-align: center;
    font-size: 1.3em;
    background-color: #f3f3f3;
}

body .app > .main > .sidebar .bottom.contacts a {
    color: #585858;
}

body .app > .main > .sidebar .bottom.contacts .fa {
    font-size: 1.5em;
    vertical-align: middle;
}

body .app > .main > .sidebar .change-app {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 55px;
    display: block;
    padding: 0;
    width: 240px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: rgba(255, 255, 255, 0.18) 0 1px 0 inset;
    -moz-box-shadow: rgba(255, 255, 255, 0.18) 0 1px 0 inset;
    box-shadow: rgba(255, 255, 255, 0.18) 0 1px 0 inset;
    position: relative;
}

body .app > .main > .sidebar .change-app button {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.18);
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset;
    display: inline-block;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.33);
    margin-left: 10px;
    padding: 3px 0;
    position: relative;
}

body .app > .main > .sidebar .change-app button:hover {
    background-color: #dcdcdc;
}

body .app > .main > .sidebar .change-app button .text {
    text-align: left;
    display: block;
    margin: 0 20px 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 145px;
}

body .app > .main > .sidebar .change-app button .caret {
    position: absolute;
    right: 7px;
    top: 50%;
    margin-top: -2px;
}

body .app > .main > .sidebar .change-app button .icon-trash {
    margin: 1px 7px 0 7px;
}

body .app > .main > .sidebar .change-app .dropdown-menu {
    position: absolute;
    width: 230px;
    left: 4px;
    top: 11px;
    z-index: 10;
}

body .app > .main > .sidebar .change-app .dropdown-menu .icon-trash {
    margin-top: -1px;
}

body .app > .main > .sidebar .change-app .dropdown-menu li {
    position: relative;
}

body .app > .main > .sidebar .change-app .dropdown-menu li .icon {
    display: none;
}

body .app > .main > .sidebar .change-app .dropdown-menu li.active .icon {
    display: block;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -7px;
}

/* Tree */

body .app > .main > .sidebar .content {
    color: #585858;
    padding: 0 0 59px 0;
}

body .app > .main > .sidebar .content li a {
    color: #585858;
    /*opacity: 0.66;*/
    outline: none;
    display: block;
    font-size: 1.1em;
}

body .app > .main > .sidebar .content li a .icon-open {
    background: url("../img/arrow_down_white.png") center no-repeat;
}

body .app > .main > .sidebar .content li a .icon-close {
    background: url("../img/arrow_right_white.png") center no-repeat;
}

body .app > .main > .sidebar .content li.active > div > a {
    opacity: 1;
}

body .app > .main > .sidebar .content li a:hover {
    text-decoration: none;
    /*opacity: 1;*/
}

body .app > .main > .sidebar .content ul {
    list-style: outside none;
    margin: 0 0 0 15px;
    padding: 0;
}

body .app > .main > .sidebar .content ul ul {
    display: none;
}

body .app > .main > .sidebar .content ul li.item {
    display: none;
}

body .app > .main > .sidebar .content ul.list li > div:hover {
    background-color: rgba(35, 35, 35, 0.85);
}

body .app > .main > .sidebar .content ul li .data {
    display: none;
}

body .app > .main > .sidebar .content ul li.open > ul {
    display: block;
}

body .app > .main > .sidebar .content ul.list li > div {
    margin-left: -17px;
    padding-left: 20px;
    min-height: 22px;
    line-height: 20px;
    vertical-align: middle;
}

body .app > .main > .sidebar .content ul.list li > div > span.line {
    position: absolute;
    left: 0;
    width: 3px;
    background: #fff;
    height: 22px;
    display: none;
}

body .app > .main > .sidebar .content ul li.active > div > span.line {
    display: block;
}

body .app > .main > .sidebar .content ul.list li > div > a > span.icon {
    margin: 2px 3px 0 -17px;
}

body .app > .main > .sidebar .content ul li.open > div > a > span.icon {
    margin: 3px 3px 0 -17px;
}


body .app > .main > .content {
    /*overflow: hidden;*/
    float: right;
    width: 720px;
    /*margin-left: 240px;*/
    /*position: absolute;
    bottom: 0;
    left: 241px;
    right: 0;
    top: 49px;*/
    padding-bottom: 40px;
    /*position: relative;*/
}

body .app > .main.goods > .content {
    white-space: nowrap;
}

body .app > .main > .background {
    position: absolute;
    bottom: 0;
    left: 240px;
    right: 0;
    top: 49px;
    background-color: #fff;
    z-index: -1;
    border-left: 1px solid rgba(0, 0, 0, 0.18);
}

body .app > .main > .background-add {
    position: absolute;
    bottom: 0;
    right: -1px;
    top: 49px;
    background-color: #fdfdfd;
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    width: 0;
    z-index: 0;
}

body .app > .main > .content > .list {
    background: #fff;
    height: 100%;
    /*overflow: hidden;*/
    /*position: relative;*/
    /*z-index: 100;*/
    width: 719px;
    float: left;
}

body .app > .main > .content > .list > .preloader {
    position: absolute;
    top: 48px;
    bottom: 0;
    left: 240px;
    right: 0;
    z-index: 8010;
    background: url('fancybox/fancybox_overlay.png');
}

body .app > .main > .content > .list > .preloader > img {
    left: 50%;
    top: 50%;
    margin-left: -64px;
    margin-top: -64px;
    position: absolute;
}

body .app > .main > .content > .list > .list-header {
    border-bottom: 1px solid #dcdcdc;
    background-color:#f8f8f8;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f4f4f4), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4, #eee);
    background-image: -moz-linear-gradient(top, #f4f4f4, #eee);
    background-image: -o-linear-gradient(top, #f4f4f4, #eee);
    background-image: linear-gradient(top, #f4f4f4,#eeeeee);
    padding: 12px 9px;
    margin-bottom: 20px;
}

body .app > .main > .content > .list > .list-header > .header {
    color: #515151;
    font-size: 1.5em;
    line-height: 31px;
    overflow: hidden;
    white-space: nowrap;
    height: 31px;
}

body .app > .main > .content > .list > .breadcrumb {
    margin: 10px;
    padding: 8px 0;
}

body .app > .main > .content > .list > .breadcrumb > .breadcrumb {
    margin: 0 15px;
    padding: 0;
    overflow: hidden;
}

body .app > .main > .content > .list > .category-name {
    padding: 8px 15px;
    /*border-bottom: 1px solid #dcdcdc;*/
    /*height: 20px;*/
}

body .app > .main > .content > .list .category-name a {
    text-decoration: none;
    outline: none;
}

body .app > .main > .content > .list .category-name a .icon {
    display: none;
    background: url("../img/pencil.png") no-repeat;
    width: 15px;
    height: 15px;
    margin: 0 0 0 4px;

}

body .app > .main > .content > .list .category-name a.editable:hover {
    text-decoration: none;
}

body .app > .main > .content > .list .category-name a.editable span.name {
    color: #999;
}

body .app > .main > .content > .list .category-name a.editable .icon {
    display: inline-block;
}

body .app > .main > .content > .list .category-name a.editable:hover .icon {
    background-position: -15px 0;
}

body .app > .main > .content > .list > .list-header > .actions {
    float: right;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

body .app > .main > .content > .list > .list-header > .actions .popover-item-create {
    width: 145px !important;
}

body .app > .main > .content > .list > .container-fluid > .actions {
    padding: 12px 9px;
}

body .app > .main > .content > .list > .list-header > .actions .btn, body .app > .main > .content > .list > .container-fluid > .actions .btn {
    /*width: 200px;*/
    outline: none;
    margin-left: 10px;
}

body .app > .main > .content > .list > .list-header > .actions > a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-top: 7px;
    float: left;
}

body .app > .main > .content > .list > .list-header > .actions > a.btn {
    margin-top: 0;
}

body .app > .main > .content > .list > .list-header > .actions .btn {
    /*padding: 0 7px;
    margin-right: 7px;*/
}

body .app > .main.goods > .content > .list > .list-header > .actions .btn {
    width: auto;
}

body .app > .main > .content > .list > .list-header > .actions .btn.btn-large {
    margin-top: -6px;
}

body .app > .main.goods > .content > .list > .list-header > .actions .btn.clear {
    margin-right: 25px;
}

/*body .app > .main.goods > .content > .list > .list-header > .actions .btn .icon {
    width: 21px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
    background: url("../img/add-icons.png") no-repeat;
    margin: -1px 3px 0 0;
}

body .app > .main.goods > .content > .list > .list-header > .actions .btn .icon.category {
    margin-left: 2px;
}

body .app > .main.goods > .content > .list > .list-header > .actions .btn .icon.item {
    background-position: 0 -21px;
}

body .app > .main.goods > .content > .list > .list-header > .actions .btn .icon.items {
    background-position: 0 -42px;
    margin-right: 0;
}
*/

body .app > .main .no-content {
    color: #acacac;
    font-size: 2.2em;
    text-align: center;
    margin-top: 80px;
}

body .app > .main .no-content img {
    margin-bottom: 20px;
}

body .app > .main .no-content .fa {
    margin-bottom: 20px;
    font-size: 5em;
    cursor: default;
}

body .app > .main > .content > .list > .container-fluid {
    /*overflow: auto;*/
    padding: 0;
    /*position: absolute;
    top: 93px;
    left: 0;
    right: 0;
    bottom: 0;*/
}

body .app > .main > .content > .list > .container-fluid > .row-fluid {
    overflow: auto;
    padding-bottom: 20px;
}


body .app > .main > .content > .list > .container-fluid .orders-caption {
    font-size: 1.2em;
    border-bottom: 1px #ccc dashed;
    padding-bottom: 5px;
}

body .app > .main > .content > .list > .container-fluid .orders-wrapper .price {
    width: 120px;
}

body .app > .main > .content > .list > .container-fluid .orders-wrapper .quantity {
    width: 80px;
}

body .app > .main > .content > .list > .container-fluid .orders-wrapper thead th {
    text-align: center;
}


body .app > .main > .content > .list > .alert {
    white-space: normal;
}

body .app > .main > .content > .list > .container-fluid > .alert, body .app > .main > .content > .list > .alert {
    margin: 20px 15px;
}

body .app > .main > .content > .list > .container-fluid > .alert:first-child, body .app > .main > .content > .list > .alert:first-child {
    margin-top: 0;
}

body .app > .main > .content > .list > .container-fluid .empty {
    text-align: center;
    margin-top: 20px;
}

body .app > .main > .content > .list > .container-fluid .demo-content {
    margin-top: 20px;
}

body .app > .main.goods > .content > .list > .container-fluid ul {
    list-style: none outside;
    margin: 0;
    padding: 0;
}

body .app > .main.goods > .content > .list > .container-fluid ul li {
    cursor: pointer;
    /*margin-bottom: 3px;*/
}


body .app > .main.goods > .content > .list > .container-fluid ul li .icon-remove {
    float: right;
    display: none;
    margin-top: 9px;
}

body .app > .main.goods > .content > .list > .container-fluid ul li:hover {
    opacity: 0.8;
}

body .app > .main.goods > .content > .list > .container-fluid ul li:hover .gotopage {
    display: inline;
}

body .app > .main.goods > .content > .list > .container-fluid ul li.category:hover .gotopage {
    display: none;
}


body .app > .main.goods > .content > .list > .container-fluid ul li:hover .icon-remove {
    display: inline;
}

body .app > .main.goods > .content > .list > .container-fluid ul li:hover .icon-remove:hover {
    opacity: 0.6;
}

body .app > .main.goods > .content > .list > .container-fluid ul li .draggable {
    float: right;
    margin-right: 10px;
}

body .app > .main.goods > .content > .list > .container-fluid ul li .name {
    color: rgba(0, 0, 0, 0.55);
    padding: 0 0 0 15px;
    font-size: 1.1em;
    /*float: left;*/
    /*cursor: default;*/
    display: block;
    overflow: hidden;
    margin-right: 20px;
    text-overflow: ellipsis;
}

body .app > .main.goods > .content > .list > .container-fluid ul li.item .name {
    color: rgba(0, 0, 0, 0.85);
    padding-left: 5px;
}

body .app > .main.goods > .content > .list > .container-fluid ul li.item .preview {
    width: 36px;
    height: 48px;
    text-align: center;
    line-height: 46px;
    vertical-align: middle;
    margin: -8px 0 0 8px;
    float: left;
}

body .app > .main.goods > .content > .list > .container-fluid ul li.item .preview img {
    vertical-align: middle;
}

body .app > .main.goods > .content > .list > .container-fluid ul li .name .text {
    margin-top: 1px;
    display: inline-block;
}

.draggable {
    /*opacity: 0.55;*/
    /*display: none;*/
    cursor: move;
    font-size: 1.5em;
    vertical-align: middle;
}

#qualityContactsDialog .addresses .draggable, body .app > .main > .content > .list > .container-fluid .shop-content .draggable {
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}

#qualityContactsDialog .addresses .draggable > span, body .app > .main > .content > .list > .container-fluid ul li .draggable > span {
    margin-top: 0;
}

body .app > .main > .content > .list > .container-fluid ul li.category {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    /*user-select: none;*/
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e1e1e1), color-stop(100%, #cdcdcd));
    background: -webkit-linear-gradient(#e1e1e1, #cdcdcd);
    background: -moz-linear-gradient(#e1e1e1, #cdcdcd);
    background: -o-linear-gradient(#e1e1e1, #cdcdcd);
    background: linear-gradient(#e1e1e1, #cdcdcd);
    border: 1px solid rgba(0, 0, 0, 0.18);
    border-top-color: rgba(0, 0, 0, 0.08);
    border-left: none;
    border-right: none;
    font-weight: bold;
    height: 32px;
    line-height: 31px;
    padding: 0 7px;
}

body .app > .main > .content > .list > .container-fluid ul li.item {
    background-color: #f3f3f3;
    border-top: 1px solid #d0d0d0;
    height: 32px;
    line-height: 32px;
    padding: 8px 7px;
}

body .app > .main > .content > .list > .container-fluid ul li.item.even {
    background-color: #ebebeb;
}

body .app > .main > .content > .list > .container-fluid ul li.item.selected {
    background-color: #ffffcc;
}


body .app > .main > .content > .list > .container-fluid ul li.category .counter {
    border: 1px solid rgba(0, 0, 0, 0.18);
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.18) inset;
    color: rgba(0, 0, 0, 0.55);
    display: inline-block;
    font-size: 1em;
    font-weight: normal;
    height: 18px;
    line-height: 18px;
    margin-left: 10px;
    padding: 2px 4px;
    text-align: center;
    text-shadow: 0 1px 1px #FFFFFF;
    vertical-align: middle;
    margin-top: 4px;
    float: right;
    margin-right: 30px;
}

body .app > .main > .content > .list > .container-fluid ul li.category:hover .counter {
    margin-right: 16px;
}

body .app > .main > .content > .list > .container-fluid ul li.sorted-placeholder {
    height: 32px;
    display: block;
    border: 1px dashed;
}

body .app > .main > .content > .list > .container-fluid ul li.sorted-placeholder-item {
    height: 47px;
    display: block;
    border: 1px dashed;
}

body .app > .main > .content > .list > .container-fluid .level-up {
    /*background-color:#f8f8f8;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f4f4f4), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4, #eee);
    background-image: -moz-linear-gradient(top, #f4f4f4, #eee);
    background-image: -o-linear-gradient(top, #f4f4f4, #eee);
    background-image: linear-gradient(top, #f4f4f4,#eeeeee);
    margin-bottom: 3px;
    */
    height: 32px;
    line-height: 31px;
    padding: 0 7px 8px;
    font-size: 1.1em;
    float: left;
}

body .app > .main > .content > .list > .container-fluid .level-up a {
    text-decoration: none;
    color: #333;
}

body .app > .main > .content > .list > .container-fluid .level-up a:hover {
    color: #000;
}


body .app > .main > .content > .list > .container-fluid .apps .btn {
    width: 75%;
    margin-top: 10px;
}

/*Add edit block*/

body .app > .main > .content > .add {
    /*border-right: 1px solid #dcdcdc;*/
    float: left;
    width: 0;
    background: #fdfdfd;
    height: 100%;
    overflow: hidden;
    position: relative;
    /*z-index: 100;*/
    margin-left: 1px;
    color: #aaa;
}

body .app > .main > .content > .add.open {
    overflow: inherit;
}

body .app > .main > .content > .add .popover {
    color: #333;
}

body .app > .main > .content > .add > .container > .header {
    line-height: 36px;
    padding: 9px 15px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    vertical-align: middle;
    text-align: center;
    width: 287px;
    height: 36px;
}

body .app > .main > .content > .add > .container > .header > .saved {
    color: rgba(0, 0, 0, 0.18);
    background: transparent;
    border: 0;
    text-shadow: 0 1px 0 #fff;
    box-shadow: none;
    margin: 0 auto;
    display: inline-block;
    padding: 4px 10px;
    position: relative;
    cursor: pointer;
    outline: none;
}

body .app > .main > .content > .add > .container > .header > .btn > img {
    display: none;
}

body .app > .main > .content > .add > .container > .header > .btn > .saved {
    display: none;
}

body .app > .main > .content > .add > .container > .header > .saved img {
    display: none;
}

body .app > .main > .content > .add > .container > .header > .saved > span.saved {
    display: inline;
}

body .app > .main > .content > .add > .container > .header > .saved > span.save {
    display: none;
}

body .app > .main > .content > .add > .container > .header > .saved.saving span {
    display: none;
}

body .app > .main > .content > .add > .container > .header > .saved.saving img {
    display: inline;
}


body .app > .main > .content > .add > .container > .header .close-link {
    float: left;
}

body .app > .main > .content > .add > .container > .header .remove-link {
    float: right;
}

body .app > .main > .content > .add > .container > .header .close-link:hover, body .app > .main > .content > .add > .container > .header .remove-link:hover {
    opacity: 0.75;
}

body .app > .main > .content > .add > .container > .header .icon {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: url("../img/ab-icons.png") no-repeat;
    margin-top: -3px;
}

body .app > .main > .content > .add > .container > .header .icon.icon-trash {
    background-position: -20px;
}

body .app > .main > .content > .add > .container > .container-fluid {
    overflow: hidden;
    padding: 15px;
    /*position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    bottom: 0;*/
}

body .app > .main > .content > .add > .container > .container-fluid .control-group {
    /*overflow: hidden;*/
}

body .app > .main > .content > .add > .container > .container-fluid .control-group.textarea {
    white-space: normal;
}

body .app > .main > .content > .add > .container > .container-fluid .control-group.textarea label {
    display: block;
    width: 100%;
    clear: right;
}

body .app > .main > .content > .add > .container > .container-fluid .control-group.textarea textarea {
    width: 273px;
    max-width: 273px;
    min-width: 273px;
}

body .app > .main > .content > .add > .container > .container-fluid label {
    float: left;
    width: 80px;
    padding-top: 5px;
}

body .app > .main > .content > .add > .container > .container-fluid .controls {
    margin-left: 87px;
}

body .app > .main > .content > .add > .container > .container-fluid .controls select {
    width: 200px;
}

body .app > .main > .content > .add > .container > .container-fluid  .control-group.allow-order {
    margin-top: -15px;
}

body .app > .main > .content > .add > .container > .container-fluid  .control-group.line a {
    text-decoration: underline;
}

body .app > .main > .content > .add > .container > .container-fluid  .control-group.line a .icon {
    margin-top: -1px;
}

body .app > .main > .content > .add > .container > .container-fluid .params .controls {
    margin-left: 0;
    line-height: 30px;
    vertical-align: middle;
}

body .app > .main > .content > .add > .container > .container-fluid .params .controls a.remove {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

body .app > .main > .content > .add > .container > .container-fluid .params .controls .icon-drag {
    margin-right: 4px;
}

body .app > .main > .content > .add > .container > .container-fluid .params .controls input {
    width: 109px;
    margin-bottom: 0;
}

body .app > .main > .content > .add > .container > .container-fluid .params .controls .popover {
    line-height: normal;
}

body .app > .main > .content > .add > .container > .container-fluid .controls > input
{
    width: 185px;
    resize: none;
}

body .app > .main > .content > .add > .container > .container-fluid .controls.double input, body .app > .main > .content > .add > .container > .container-fluid .controls.double select {
    width: 90px;
}

body .app > .main > .content > .add > .container > .container-fluid .popover-content {
    white-space: normal;
}

body .app > .main > .content > .add > .container > .container-fluid .params .sorted-placeholder {
    height: 29px;
    display: block;
    border: 1px dashed;
    margin-bottom: 10px;
    width: 100%;
    padding-right: 3px;
}

.add .block-caption {
    text-align: left !important;
    border-bottom: 1px rgba(0, 0, 0, 0.18) solid;
    padding-bottom: 3px;
    clear: left;
}

.add .block-caption .title {
    font-size: 1.5em;
}

.add .block-caption.params-caption {
    margin-top: 10px;
}

.add .upload .center {
    margin-top: -10px;
    position: absolute;
    left: 0;
    right: 0;
}


.add input::-webkit-input-placeholder {
    color: #ccc !important;
}
.add input:-moz-placeholder {
    color: #ccc !important;
}
.add input:-ms-input-placeholder {
    color:  #ccc !important;
}

.add input, .add select, .add.textarea {
    color: #474747 !important;
}

.add > .container {
    width: 318px;
}

.add .item .photos {
    margin-top: 35px;
    /*position: absolute;*/
    width: 294px;
    /*overflow: hidden;*/
    float: left;
    overflow: auto;
}

.add .item .photos ul {
    list-style: outside none;
    margin: 0 0 0 -7px;
    padding: 10px 0;
    overflow: hidden;
    line-height: 279px;
}

.add .item .photos ul li {
    float: left;
    width: 279px;
    height: 279px;
    margin: 7px 0 7px 7px;
    text-align: center;
    position: relative;
    padding: 4px;
    border: 1px solid #ccc;
}

.add .item .photos ul li.cover {
    float: none;
    margin: 0 auto;
    background-color: #005785;
}

.add .item .photos ul li > div {
    position: relative;
    text-align: center;
    background-color: #fff;
    line-height: 279px;
    width: 279px;
    height: 279px;

}

.add .item .photos ul li > div > img {
    max-width: 279px;
    max-height: 279px;
    cursor: pointer;
}

.add .item .photos ul li.cover img {
    /*background-color: #005785;*/
}

.add .item .photos ul li a {
    position: absolute;
    display: none;
    line-height: normal;
}

.add .item .photos ul li a.remove {
    bottom: 2px;
    right: 4px;
}

.add .item .photos ul li a.cover {
    bottom: 2px;
    left: 4px;
}

.add .item .photos ul li a.abort {
    bottom: 2px;
    right: 4px;
    display: block;
}

.add .item .photos ul li div.percent {
    line-height: normal;
    font-size: 1.32em;
    top: 110px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.add .item .photos ul li > div > span {
    display: none;
}

.add .item .photos ul li:hover > div > a {
    display: block;
}

.add .item .photos ul li:hover > div > span {
    display: block;
    background-color: #005785;
    opacity: 0.7;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
}

/*.add .item .photos ul li.preview {
    width: 140px;
    height: 108px;
}

.add .item .photos ul li.preview > div {
    width: 130px;
    height: 98px;
    padding: 4px;
    border: 1px solid #ccc;
}
*/

.add .item .photos ul li.preview > div img {
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 0;
    margin-top: -12px;
    margin-left: -12px;
    border: 0;
}

.add .item .photos ul .sorted-placeholder {
    /*width: 138px;
    height: 106px;*/
    border: 1px dashed;
}

.add .category .photo {
    float: left;
    overflow: hidden;
    width: 210px;
    height: 210px;
    margin: 50px 39px 0;
}

.add .category .photo img {
    padding: 4px;
    border: 1px solid #ccc;
    display: block;
    width: 200px;
    height: 200px;
}

.add .category .photo a {
    position: absolute;
    display: none;
}

.add .category .photo:hover a {
    display: block;
}

.add .category .photo a.remove {
    bottom: 25px;
    right: 65px;
}

.add .category .photo:hover > span {
    background-color: #005785;
    opacity: 0.7;
    position: absolute;
    bottom: 20px;
    left: 60px;
    right: 60px;
    height: 30px;
}

.add form.upload {
    position: relative;
    width: 287px;
}

.add .container-fluid .add-item {
    color: #aaa;
    text-decoration: none;
    float: right;
}

.add .container-fluid .add-item:hover {
    /*color: #333;*/
    opacity: 0.75;
}

.add .container-fluid .add-item img {
    margin: 0 3px 0 0;
}

.add .container-fluid .params {
    margin: 10px 0;
    overflow: hidden;
}

.add form.upload .upload {
    position: relative;
    overflow: hidden;
    font-size: 1em;
}

.add form.upload .upload img {

}

.add form.upload .upload input {
    cursor: pointer;
    font-size: 160px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: -5px;
    top: -10px;
    z-index: 1;
    height: 200px;
}

.add form.upload .upload.disabled input {
    display: none;
}

.modal .delimiter {
    border-bottom: 2px solid #d3d3d3;
    margin: 20px 0px;
}

body .app > .main.data.publication {
    position: relative;
}

body .app > .main.data.publication .content .caption {
    background: transparent;
    border: 0;
}

body .app > .main.data.publication .background {
    background-color: #fafafa;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

body .app > .main.publication .content .container-fluid > {
    margin: 20px 20px 15px 0;
}

body .app > .main.data.publication .content .span8 .form-horizontal {
    float: none;
    margin: 20px;
    display: block;
}

body .app > .main.data.publication .content .span8 .form-horizontal a.disable-publication {
    color: #358DD8;
    text-decoration: underline;
}

body .app > .main.data.publication .content .span8 .form-horizontal a.disable-publication:hover {
    text-decoration: none;
}

body .app > .main.data.publication .content .span8 .form-horizontal a.about-rate {
    color: #aaa;
    text-decoration: underline;
}

body .app > .main.data.publication .content .span8 .form-horizontal a.about-rate:hover {
    color: #000;
    text-decoration: none;
}

body .app > .main.data.publication .content .span8 .form-horizontal .title {
    color: #626262;
    font-size: 1.3em;
    margin-bottom: 10px;
}

body .app > .main.data.publication .content .span8 .form-horizontal form textarea {
    resize: none;
    float: left;
    height: 100px;
}

body .app > .main.data.publication .content .span8 .form-horizontal form .rate .wrapper {
    background: url("../img/pub-rate-bg.png");
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 7px;
    display: inline-block;
}

body .app > .main.data.publication .content .span8 .form-horizontal form .about-rate {
    display: inline-block;
    vertical-align: middle;
    margin-top: 12px;
}


body .app > .main.publication .content .container-fluid > .info {
    padding: 0 30px;
}

body .app > .main.publication .content .container-fluid > .info > .alert {
    width: 200px;
    margin: 25px auto 15px auto;
    text-align: center;
    font-size: 1.16em;
    padding: 8px 14px;
}

body .app > .main.publication .content .container-fluid > .info .block .icon {
    display: block;
    width: 40px;
}

body .app > .main.publication .content .container-fluid > .info > div.block {
    padding: 15px 20px;
    overflow: auto;
    border-top: 1px solid #d3d3d3;
}

body .app > .main.publication .content .container-fluid > .info > div.block.hv:hover {
    background-color: #ffffcc;;
    cursor: pointer;
}

body .app > .main.publication .content .container-fluid > .info > #appstore-data > .center {
    width: 50%;
    float: left;
    padding: 15px 0;
}

body .app > .main.publication .content .container-fluid > .info > #appstore-data > .center a {
    font-size: 1.32em;
    clear: right;
}

body .app > .main.publication .content .container-fluid > .info > #share-data > div {
    padding: 15px 0;
}

body .app > .main.publication .content .container-fluid > .info > #share-data > div.social {
    height: 86px;
    line-height: 86px;
    vertical-align: middle;
    text-align: center;
    width: 50%;
}

body .app > .main.publication .content .container-fluid > .info > #share-data > div .button-code {
    text-align: left;
    padding: 5px 0;
    font-size: 1.16em;
}

body .app > .main.publication .content .container-fluid > .info > #share-data > div .button-code a {
    text-decoration: underline;
}

body .app > .main.publication .content .container-fluid > .info > #share-data > div .button-code a:hover {
    text-decoration: none;
}

body .app > .main.publication .content .container-fluid > .info > div.block.first {
    border-top: none;
}

body .app > .main.publication .content .container-fluid > .info > div.clearfix {
    margin: 0;
}

body .app > .main.publication .content .container-fluid > .info .block .title {
    font-size: 1.66em;
    color: #000;
    margin-left: 50px;
    display: block;
}

body .app > .main.publication .content .container-fluid > .info .block .title.big {
    line-height: 38px;
    vertical-align: middle;
}

body .app > .main.publication .content .container-fluid > .info .block .help a {
    color: #358dd8;
    text-decoration: underline;
}

body .app > .main.publication .content .container-fluid > .info .block .help a:hover {
    text-decoration: none;
}

body .app > .main.publication .content .container-fluid > .info .block .help {
    color: #777;
    margin-left: 50px;
    display: block;
    font-size: 1.16em;
}

body .app > .main.publication .content .container-fluid > .info .block .value {
    font-size: 1.66em;
    color: #000;
    display: block;
    float: right;
    height: 40px;
    line-height: 39px;
    vertical-align: middle;
}
body .app > .main.publication .content .container-fluid > .info .block .link {
    float: right;
    display: block;
    float: right;
    height: 40px;
    line-height: 38px;
    vertical-align: middle;
    font-size: 1.5em;
}


body .app > .main.publication .content .container-fluid > .info .block .link a {
    font-size: 0.75em;
    text-decoration: underline;
}

body .app > .main.publication .content .container-fluid > .info .block .link a:hover {
    text-decoration: none;
}

body .app > .main.publication .content .business .icon {
    background: url("../img/pub-icons.png") no-repeat;
    width: 38px;
    height: 38px;
    display: block;
    float: left;
}

body .app > .main.publication .content .icon.published {
    background-position: 0 -38px;
}

body .app > .main.publication .content .icon.waiting {
    background-position: 0 -76px;
}

body .app > .main.publication .content .icon.shop {
    background-position: 0 -114px;
}

body .app > .main.publication .content .icon.rate {
    background-position: 0 -152px;
}

body .app > .main.publication .content .icon.date {
    background-position: 0 -190px;
}

body .app > .main.publication .content .icon.link {
    background-position: 0 -228px;
}

body .app > .main.publication .content .icon.id {
    background-position: 0 -266px;
}

body .app > .main.data.publication .content .row-fluid .span5.buttons {
    text-align: right;
}

body .app.no-bg {
    background: transparent;
}

body .app > .main.data > .content > .row-fluid {
    padding-bottom: 30px;
}

body .app > .main.data > .content .caption {
    background-color: #fcfbf9;
    font-size: 2em;
    line-height: 1.5em;
    color: #626262;
    border-bottom: 1px solid #eef0ef;
    margin: 0 auto;
    padding: 30px 125px 15px;
    text-align: center;
}

body .app > .main.data > .content .caption h1 {
    font-weight: normal;
    margin-top: 15px;
    font-size: 1.7em;
}

body .app > .main.data > .content .caption h1.black-orange {
    color: #000;
}

body .app > .main.data > .content .caption h1.black-orange .orange {
    color: #bd8139;
}

body .app > .main.data > .content {
    float: none;
    display: block;
    white-space: normal;
    width: auto;
}


body .app > .main.data > .background {
    left: 0;
}

body .app > .main.data .popover {
    color: #333;
}

body .app > .main.data.register {
    /*position: relative;*/
}

body .app > .main.data.register > .content > .caption {
    background: transparent;
    border: 0;
    padding: 0 15px;
}

body .app > .main.data.register > .content > .span4 {
    float: none;
    margin: 30px auto;
    display: block;
}

body .app > .main.data.register > .background {
    background: #fafafa;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 0;
}

body .app > .main.data.register > .content {
    /*background: #fafafa;*/
    padding: 30px 0;
}


body .app > .main.data.register form {
    color: #aaa;
}

body .app > .main.data.register form .forgot {
    font-size: 1.28em;
    color: #0079b5;
    text-decoration: underline;
}

body .app > .main.data.register form .forgot:hover {
    text-decoration: none;
}

body .app > .main.data.register > .content .check {
    text-align: right;
    padding-right: 30px;
}

body .app > .main.data.register > .content .message {
    text-align: left;
    color: #666666;
}

body .app > .main.data.register > .content .message > div {
    padding: 2px 0;
}

body .app > .main.data.register > .content .message .small {
    font-size: 1.16em;
}

body .app > .main.data.register > .content .message .medium {
    font-size: 1.5em;
}

body .app > .main.data.register > .content .message .big {
    font-size: 2em;
}

body .app > .main.data.register > .content .message .resend a {
    color: #378edf;
    text-decoration: underline;
}

body .app > .main.data.register > .content .message .resend a:hover {
    text-decoration: none;
}

body .app > .main.data.register form .go-registration, body .app > .main.data.register form .go-login {
    float: right;
}

.imageEditing {
    overflow: hidden;
}

.imageBox {
    position: relative;
    width: 320px;
    height: 240px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.centerImage {
    position: relative;
    width: 320px;
    height: 240px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.loading {
    /*background: url(../img/preloader.gif) no-repeat center center;*/
    background: url(../img/saved-preloader.gif) no-repeat center center !important;
}

.originalImageWrap {
    width: 322px;
    float: left;
}

.previewImageWrap {
    width: 202px;
    float: right;
}

.previewImageWrap .imageBox {
    width: 210px;
    height: 210px;
}

.previewImage {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
}

.originalImage {
    max-width: 320px;
    max-height: 240px;
}

.icon-drag {
    background: url("../img/drag.png") center center repeat-y;
}

.icon-milestone-drag {
    background: url("../img/drag.png") center center repeat-y;
}

#massUploadDialog .center .progress {
    margin: 35px 0;
}

#massUploadDialog form > div {
    display: block;
    height: 110px;
    margin: 30px auto;
    overflow: hidden;
    width: 110px;
    position: relative;
}

#massUploadDialog #massUploadLink {
    font-size: 6em;
    line-height: 100px;
    width: 100px;
    height: 100px;
    border: 5px #444444 dashed;
    display: inline-block;
    text-align: center;
    color: #444444;
    text-decoration: none;
    opacity: 0.99;
    vertical-align: middle;
}


#massUploadDialog #massUploadLink:hover {
    opacity: 0.75;
}

#massUploadDialog #massUploadLink input {
    cursor: pointer;
    font-size: 160px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: -5px;
    top: -10px;
    z-index: 1;
    height: 200px;
}

#massUploadDialog #massUploadLink.disabled input {
    display: none;
}

#massUploadDialog .status {
    font-size: 2em;
    margin-bottom: 20px;
}


#restoreModal {
    margin-top: 0 !important;
    top: 100px;
}

#restoreModal .modal-body {
    overflow: inherit;
}

#passwordDialog {
    width: 330px;
    margin-left: -165px;
}

.modal.dh .modal-header {
    padding: 6px;
    border: 1px solid rgba(0, 0, 0, 0.85);
    border-bottom-color: #111;
    -webkit-box-shadow: #666 0 1px 0 inset;
    -moz-box-shadow: #666 0 1px 0 inset;
    box-shadow: #666 0 1px 0 inset;
    background-color: #222;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #474747), color-stop(100%, #151515));
    background: -webkit-linear-gradient(#474747, #151515);
    background: -moz-linear-gradient(#474747, #151515);
    background: -o-linear-gradient(#474747, #151515);
    background: linear-gradient(#474747, #151515);
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

#settingsDialog .modal-body {
    padding: 0;
    position: relative;
    height: 350px;
}

#settingsDialog .modal-body .tabbable, #settingsDialog .modal-body form {
    height: 100%;
}

#settingsDialog .modal-footer {
    background-color: #e8e8e8;
    border-top: 1px solid #d1d1d1;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

#settingsDialog .modal-body .background {
    background-color: #dadfe6;
    width: 190px;
    height: 100%;
    border-right: 1px solid #acb8c7;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
}

#settingsDialog .modal-body .background.tab-cn {
    background: #f6f6f6;
    left: 191px;
    border: 0;
    width: auto;
    right: 0;
}


#settingsDialog .modal-body .nav.nav-tabs {
    width: 190px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.33);
    margin: 0;
}

#settingsDialog .modal-body .tab-content {
    padding: 0 10px;
    height: 100%;
}



#settingsDialog .modal-body .nav.nav-tabs a {
    margin: 0;
    border: 0;
    background: transparent;
    font-weight: bold;
    color: #333;
    padding: 18px 12px;
}

#settingsDialog .modal-body .nav.nav-tabs li {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-top: 1px solid rgba(255, 255, 255, 0.33);
    border-left: none;
    border-right: none;
    background: transparent;
    text-align: left;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin: 0;
}

#settingsDialog .modal-body .nav.nav-tabs li.first {
    border-top: 0;
}

#settingsDialog .modal-body .nav.nav-tabs li.active {
    background: #6f839e;
}

#settingsDialog .modal-body .nav.nav-tabs li.active a {
    color: #fff;
}


body .app > .back {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 0 10px 0;
    font-size: 1.28em;
}

a.li {
    /*
    left: 0;
    bottom: 0;*/
    position: absolute;
    margin-top: -32px;
}

#transportDialog {
    width: 350px;
    margin-left: -175px;
}


/*shop*/

body .app > .main > .content > .list > .container-fluid .shop-content {
    margin: 20px 80px;
}

body .app > .main > .content > .list > .import {
    margin: 20px 60px;
}

body .app > .main > .content > .list > .import .input-append {
    margin-bottom: 0;
}

#qualityKeywordsDialog .caption,
#workTimeDialog .caption,
body .app > .main > .content > .list > .container-fluid .shop-content .caption,
body .app > .main > .content > .list > .import .caption,
body .app > .main > .content > .list > .container-fluid .activate-content .caption {
    color: #666666;
    font-size: 1.32em;
    padding-bottom: 15px;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 20px;
    margin-top: 10px;
}

body .app > .main > .content > .list > .container-fluid .shop-content .collapse-action {
    margin: 0 0 20px 0;
    font-size: 1.16em;
}

body .app > .main > .content > .list > .container-fluid .shop-content .collapse-action a {
    border-bottom: 1px dashed;
    outline: none;
}

body .app > .main > .content > .list > .container-fluid .shop-content .collapse-action a:hover {
    text-decoration: none;
}

body .app > .main > .content > .list > .container-fluid .shop-content .control-group > label {
    color: #aaa;
    font-size: 1.16em;
    width: 165px;
}

body .app > .main > .content > .list > .container-fluid .shop-content .control-group > .controls {
    margin-left: 179px;
}

body .app > .main > .content > .list > .container-fluid .shop-content .control-group > .controls.import-action-yandex .btn {
    width: 97px;
}

body .app > .main.shop > .content > .list > .container-fluid .shop-content .control-group .controls select.span3 {
    width: 227px;
}

body .app > .main.shop > .content > .list > .container-fluid .shop-content .control-group .controls input.span3 {
    width: 271px;
}

body .app > .main.shop > .content > .list > .container-fluid .shop-content .help-content {
    margin-top: 30px;
}

body .app > .main > .content > .list > .container-fluid .shop-content .filters .controls, body .app > .main > .content > .list > .container-fluid .shop-content .deliveries .controls {
    margin-left: 35px;
}

#getButtonModal .image-wrapper, #getAndroidButtonModal .image-wrapper {
    margin-bottom: 10px;
}

#getButtonModal textarea, #getAndroidButtonModal textarea {
    width: 516px;
    height: 80px;
    resize: none;
}

#getMyWidgetButtonModal .image-wrapper, #getAndroidButtonModal .image-wrapper {
    margin-bottom: 10px;
}

#getMyWidgetButtonModal textarea, #getAndroidButtonModal textarea {
    width: 516px;
    height: 80px;
    resize: none;
}

#getMySmartBannerModal textarea {
    width: 516px;
    height: 40px;
    resize: none;
}

#getMySmartBannerModal .desc {
    font-size: 1.2em;
    margin-bottom: 5px;
}

#getAppLinksModal textarea {
    width: 516px;
    height: 40px;
    resize: none;
}

#getRate, #getPayment {
    width: 490px;
    margin-left: -245px;
}

#getRate .modal-body .title, #getPayment .modal-body .title, #ownAppRequestDialog .modal-body .title {
    font-size: 1.32em;
    padding-bottom: 5px;
}

#getTransport label {
    width: 165px;
}

.popover {
    width: 236px;
}

/*Main image*/
.modalCropPhoto.main-image .originalImage {
    max-height: none;
    max-width: none;
}

.modalCropPhoto.main-image .originalImageWrap {
    width: 342px;
}

.modalCropPhoto.main-image .originalImageWrap .imageBox {
    overflow: auto;
    width: 340px;
    height: 246px;
}

.modalCropPhoto.main-image .previewImageWrap {
    width: 162px;
}

.modalCropPhoto.main-image .previewImageWrap .imageBox {
    width: 160px;
    height: 100px
}

/*News image*/

.modalCropPhoto.news-image .originalImage {
    max-height: none;
    max-width: none;
}

.modalCropPhoto.news-image .originalImageWrap {
    width: 342px;
}

.modalCropPhoto.news-image .originalImageWrap .imageBox {
    overflow: auto;
    width: 340px;
    height: 246px;
}

.modalCropPhoto.news-image .previewImageWrap {
    width: 162px;
}

.modalCropPhoto.news-image .previewImageWrap .imageBox {
    width: 110px;
    height: 110px
}

/*Logotype*/

.modalCropPhoto.logotype .originalImage {
    max-height: none;
    max-width: none;
}

.modalCropPhoto.logotype .originalImageWrap {
    width: 322px;
}

.modalCropPhoto.logotype .originalImageWrap .imageBox {
    width: 320px;
    height: 240px;
    overflow: hidden;
}

.modalCropPhoto.logotype .previewImageWrap {
    width: 152px;
    margin-right: 18px;
}

.modalCropPhoto.logotype .previewImageWrap .imageBox {
    width: 150px;
    height: 30px
}

/*News*/

body.pa .modal-scrollable {
    position: absolute;
}

#newsForm .help-block {
    margin-top: 0;
}

body .app > .main > .content > .list > .container-fluid .content-wrapper {
    margin: 5px 15px;
}

body .app > .main > .content > .list > .container-fluid .news-caption {
    font-size: 1.2em;
    border-bottom: 1px #ccc dashed;
    padding-bottom: 5px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}

body .app > .main > .content > .list > .container-fluid .news-caption > strong {
    white-space: nowrap;
    overflow: hidden;
    max-width: 550px;
    text-overflow: ellipsis;
    display: block;
}

body .app > .main > .content > .list > .container-fluid .news-caption .edit {
    margin-left: 10px;
    padding: 2px 10px;
}

body .app > .main > .content > .list > .container-fluid .news-wrapper {
    border: 1px #ccc dotted;
    padding: 5px;
    vertical-align: top;
    overflow: auto;
}

body .app > .main > .content > .list > .container-fluid .news-wrapper > img {
    padding-right: 5px;
    vertical-align: top;
    float: left;
}


#newsForm .control-group label.image {
    height: 100px;
    vertical-align: middle;
    line-height: 92px;
}

#newsForm .control-group .upload {
    height: 100px;
    line-height: 100px;
    vertical-align: middle;
}

#newsForm .control-group .upload > img {
    max-width: 165px;
}

#newsForm .control-group .upload a {
    text-decoration: none;
    color: #aaa;
}

#newsForm .control-group .upload a:hover {
    color: #333;
}

#newsForm .control-group .upload .upload-link {
    position: relative;
    overflow: hidden;
    /*float: left;
    margin-top: 5px;*/
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    display: inline-block;
}

#newsForm .control-group .upload.loading {
    background-position: left center;
}

#newsForm .control-group .upload.loading .upload-link {
    display: none;
}

#newsForm .control-group .upload .upload-link.hide {
    display: none;
}

#newsForm .control-group .upload .upload-link input {
    cursor: pointer;
    font-size: 160px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: -5px;
    top: -10px;
    z-index: 1;
    height: 200px;
}

#newsForm .control-group .upload .upload-link img {
    margin-right: 3px;
}

#newsForm .control-group .upload .upload-link.disabled input {
    display: none;
}

#newsForm .control-group .upload .remove {
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    display: inline-block;
}

#newsForm .control-group .upload .icon-trash {
    background: url("../img/ab-icons.png") -20px 0 no-repeat;
    width: 20px;
    height: 20px;
    margin: -3px 3px 0 0;
}


/*Filters*/


#settingsDialog form .filters .controls {
    margin-left: 0;
    line-height: 30px;
    vertical-align: middle;
}

#settingsDialog form .filters .controls a.remove {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

#settingsDialog form .filters .controls .icon-drag {
    margin-right: 4px;
}

#settingsDialog form .filters .controls input {
    width: 109px;
    margin-bottom: 0;
}

#settingsDialog form .filters .controls .popover {
    line-height: normal;
}

#settingsDialog form .filters .sorted-placeholder {
    height: 29px;
    display: block;
    border: 1px dashed;
    margin-bottom: 10px;
    width: 100%;
    padding-right: 3px;
}

#settingsDialog form .block-caption {
    margin-bottom: 10px;
}

#settingsDialog form .tab-pane {
    padding-top: 10px;
}


#getImportTransport .nav.nav-tabs {
    margin-bottom: 10px;
}

input#import_yandex, input#import_csv {
    width: 408px;
}


/* New publication*/

body .app > .main.publication > .background {
    background-color: #e9e9e9;
}

body .app > .main.publication > .content > .list > .container-fluid > .alert:first-child {
    margin-top: 20px;
}

body .app > .main.publication > .content > .list > .list-header {
    background: none #ffffff;
    height: 76px;
    vertical-align: middle;
    line-height: 76px;
    margin-bottom: 0;
}

body .app > .main.publication > .content > .list > .list-header > .publication-disable-action {
    margin-right: 10px;
    float: right;
}

body .app > .main.publication .pub-small-icon {
    background: url("../img/publication-small-icons.png") no-repeat;
    width: 27px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
}

body .app > .main.publication .pub-small-icon.stage1 {
    background-position: 0 -27px;
}

body .app > .main.publication .pub-small-icon.stage2 {
    background-position: 0 -54px;
}

body .app > .main.publication .pub-small-icon.stage3 {
    background-position: 0 -81px;
}

body .app > .main.publication .pub-app-icon {
    background: url("../img/publication-app-icons.png") no-repeat;
    width: 46px;
    height: 46px;
    display: inline-block;
    vertical-align: middle;
    margin: 7px 7px 7px 4px;
    float: left;
}

body .app > .main.publication .pub-app-icon.web {
    background-position: 0 -46px;
}

body .app > .main.publication .pub-app-icon.android {
    background-position: 0 -92px;
}

body .app > .main.publication > .content > .list {
    background: #e9e9e9;
    border-left: 1px solid #dbdbdb;
}

body .app > .main.publication .app-tabs {
    background: url("../img/publication-tabs.png") no-repeat;
    height: 110px;
    border: 0;
}

body .app > .main.publication .app-tabs.android {
    background-position: 0 -110px;
}

body .app > .main.publication .app-tabs.web {
    background-position: 0 -220px;
}

body .app > .main.publication .app-tabs a, body .app > .main.publication .app-tabs a:focus, body .app > .main.publication .app-tabs a:hover {
    display: block;
    height: 96px;
    border: 0;
    margin: 0;
    background: transparent;
    color: #505050;
    line-height: 1.2em;
    font-size: 0.95em;
    outline: none;
}

body .app > .main.publication .app-tabs a:hover {
    opacity: 0.8;
}

body .app > .main.publication .app-tabs li.active a:hover {
    opacity: 1;
}

body .app > .main.publication .app-tabs a.ios {
    width: 227px;
}

body .app > .main.publication .app-tabs a.web {
    width: 205px;
}

body .app > .main.publication .app-tabs a.android {
    padding-left: 0;
    width: 215px;
}

body .app > .main.publication .app-tabs a strong {
    margin: 9px 0 5px 0;
    font-size: 1.3em;
    color: #313131;
    display: inline-block;
}

body .app > .main.publication .app-tabs .label {
    padding: 5px 25px;
    margin-top: 10px;
}

body .app > .main.publication .stages {
    margin-top: 35px;
    padding-left: 30px;
}

body .app > .main.publication .stages .stage {
    height: 35px;
    margin-bottom: 35px;
}

body .app > .main.publication .stages .stage > span.text {
    background: url("../img/publication-stages.png") no-repeat;
    width: 100px;
    height: 18px;
    display: inline-block;
    vertical-align: top;
    margin-top: 6px;
}

body .app > .main.publication .stages .pub-small-icon {
    vertical-align: top;
}

body .app > .main.publication .stages .stage1 > span.text {
    width: 278px;
}

body .app > .main.publication .stages .stage2 > span.text {
    width: 258px;
    background-position: 0 -18px;
}

body .app > .main.publication .stages .stage3 > span.text {
    width: 335px;
    background-position: 0 -36px;
}

body .app > .main.publication .stages .stage2 strong {
    font-size: 2.5em;
    font-weight: normal;
    display: inline-block;
    margin-top: 3px;
}

body .app > .main.publication .stages .stage2 {
    position: relative;
}

body .app > .main.publication .iphone {
    float: right;
    margin: 10px 50px 13px 0;
}

body .app > .main.publication .htc {
    float: right;
    margin-right: 50px;
    margin-top: 20px;
}

body .app > .main.publication .htc.mobile {
    margin-bottom: 8px;
}

body .app > .main.publication .tab-pane {
    overflow: auto;
}

body .app > .main.publication .pub-line-delimiter {
    height: 32px;
    width: 719px;
    background: url("../img/pub-line-bg.png") repeat-x;
}

body .app > .main.publication .pub-line-buy {
    background: url("../img/pub-line-bg.png") 0 -32px repeat-x;
    height: 71px;
    color: #3c4313;
    line-height: 71px;
    vertical-align: middle;
    font-weight: bold;
    font-size: 1.5em;
    padding: 0 25px;
    text-align: center;
}

body .app > .main.publication .pub-line-buy > a {
    margin-left: 44px;
    outline: none;
    display: inline-block;
    height: 45px;
    width: 159px;
    vertical-align: middle;
    background: url("../img/publication-buy-button.png") no-repeat;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 0.8em;
    margin-top: -5px;
}

body .app > .main.publication .pub-line-buy > a:hover {
    background-position: 0 -45px;
    text-decoration: none;
}

body .app > .main.publication .pub-line-buy img {
    vertical-align: middle;
}

body .app > .main.publication .pub-benefits {
    background-color: #e5f1c3;
    min-height: 300px;
    overflow: auto;
    color: #444;
}

body .app > .main.publication .pub-benefits > .caption {
    font-size: 1.7em;
    margin: 35px 0 0 35px;
}

body .app > .main.publication .tab-content .free .caption {
    font-size: 1.7em;
    margin: 15px 35px 0 35px;
    text-align: center;
}

body .app > .main.publication .pub-benefits > ul {
    list-style: none;
    width: 666px;
    margin-left: 31px;
    overflow: auto;
    margin-top: 50px;
    margin-right: 20px;
}

body .app > .main.publication .pub-benefits > ul > li {
    float: left;
    text-align: center;
    width: 25%;
    color: #313131;
    font-size: 1em;
}

body .app > .main.publication .pub-benefits > ul > li > .pub-benefits-icon {
    width: 60px;
    height: 60px;
    display: inline-block;
    background: url("../img/publication-benefits-icons.png") no-repeat;
    margin-bottom: 10px;
}

body .app > .main.publication .pub-benefits > ul > li > .pub-benefits-icon.benefit2 {
    background-position: 0 -60px;
}

body .app > .main.publication .pub-benefits > ul > li > .pub-benefits-icon.benefit3 {
    background-position: 0 -120px;
}

body .app > .main.publication .pub-benefits > ul > li > .pub-benefits-icon.benefit4 {
    background-position: 0 -180px;
}

body .app > .main.publication .tab-pane .free {
    overflow: auto;
    /*margin-bottom: 20px;*/
}

/*Platnaya versiya*/

body .app > .main.publication .tab-pane .business {
    overflow: auto;
    margin-bottom: 20px;
}

body .app > .main.publication .pub-business-line {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAIAAAAW4yFwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABNJREFUeNpiOHr0KMP///8BAgwAE9wFTQSfJu4AAAAASUVORK5CYII=) repeat-x;
    height: 2px;
    width: 100%;
    font-size: 0.1em;
}

body .app > .main.publication ul.pub-business-table {
    list-style: none;
    overflow: auto;
    margin: 0;
    padding: 0;
}

body .app > .main.publication ul.pub-business-table > li {
    float: left;
    padding: 17px 10px 17px 10px;
    font-size: 0.9em;
    color: #434343;
}

body .app > .main.publication ul.pub-business-table > li.id {
    width: 214px;
    border-right: 1px #ffffff solid;
}

body .app > .main.publication ul.pub-business-table > li.id .number {
    font-size: 2em;
    margin: 10px 10px 0 0;
}

body .app > .main.publication ul.pub-business-table > li.share {
    width: 220px;
    border-left: 1px #c5c5c5 solid;
    border-right: 1px #ffffff solid;
}

body .app > .main.publication ul.pub-business-table > li.appstore {
    width: 221px;
    border-left: 1px #c5c5c5 solid;
}

body .app > .main.publication ul.pub-business-table > li.appstore .link, body .app > .main.publication ul.pub-business-table > li.appstore .link {
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    font-size: 1.2em;
}

body .app > .main.publication ul.pub-business-table > li.code {
    width: 220px;
    border-left: 1px #c5c5c5 solid;
    border-right: 1px #ffffff solid;
}

body .app > .main.publication ul.pub-business-table > li .header {
    font-size: 1.4em;
    font-weight: bold;
    display: block;
}

body .app > .main.publication ul.pub-business-table.head > li > .icon {
    margin-right: 5px;
}


body .app > .main.publication ul.pub-business-table.info > li {
    min-height: 180px;
}

body .app > .main.publication ul.pub-business-table.info > li.id {
    text-align: center;
    font-size: 1.1em;
}

body .app > .main.publication ul.pub-business-table.info > li.id strong {
    margin: 15px 0;
    display: block;
    font-size: 2em;
}

body .app > .main.publication ul.pub-business-table.info > li.share {
    font-size: 1.1em;
}

body .app > .main.publication ul.pub-business-table.info > li.share div.social, body .app > .main.publication ul.pub-business-table.info > li.share div.app-button {
    margin: 10px 0;
}

body .app > .main.publication ul.pub-business-table.info > li.share div.button-code a {
    color: #434343;
    border-bottom: 1px dashed;
}

body .app > .main.publication ul.pub-business-table.info > li.share div.button-code a:hover {
    text-decoration: none;
}

body .app > .main.publication .pub-social-icon {
    background: url("../img/publication-social-icons.png") no-repeat;
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
}

body .app > .main.publication .pub-social-icon.vk {
    background-position: 0 -0;
}

body .app > .main.publication .pub-social-icon.fb {
    background-position: 0 -22px;
}

body .app > .main.publication .pub-social-icon.tw {
    background-position: 0 -44px;
}

body .app > .main.publication ul.pub-business-table.info > li.appstore {
    font-size: 1.1em;
}

body .app > .main.publication ul.pub-business-table.info > li.appstore a {
    color: #434343;
}

body .app > .main.publication ul.pub-business-table.info > li.appstore img {
    margin: 10px 0;
}

body .app > .main.publication #pub-web-tab .free .mobile-link {
    margin-top: 20px;
    font-size: 2em;
}

body .app > .main.publication #pub-web-tab .info li.id a {
    font-size: 1.3em;
}

body .app > .main.publication #pub-web-tab li.share {
    border-right: 0;
}

body .app > .main.publication #pub-web-tab .info .domain-code {
    margin-top: 20px;
}

body .app > .main.publication #pub-web-tab .info > li.id {
    font-size: 0.9em;
}

body .app > .main.publication #pub-web-tab .info > li.id a.link {
    font-size: 1.4em;
}

#getMobileCodeModal textarea {
    width: 516px;
    height: 300px;
    resize: none;
}


/* Easy registration*/

#easyRegDialog {
    width: 546px;
    height: 416px;
    background: url("../img/er/bg.png");
    margin-left: -320px;
    top: 50%;
    padding: 32px 47px;
    font-family: 'PT Sans Narrow', sans-serif !important;
    color: #8d8b8b;
    margin-top: -241px !important;
}

#easyRegDialog .help-block {
    color: #8d8b8b;
}

#easyRegDialog .steps {
    overflow: auto;
}

#easyRegDialog .steps .step {
    background: url("../img/er/steps.png") no-repeat;
    height: 46px;
    display: block;
    float: right;
    width: 25%;
    line-height: 44px;
    vertical-align: middle;
    font-size: 1.5em;
    text-align: left;
    font-weight: bold;
}

#easyRegDialog .steps .current {
    color: #fff;
}

#easyRegDialog .steps .step1 {
    background-position: 0 0;
    width: 144px;
}

#easyRegDialog .steps .step1.current {
    background-position: 0 -46px;
}

#easyRegDialog .steps .step1 > span {
    margin-left: 21px;
}

#easyRegDialog .steps .step2 {
    background-position: -144px 0;
    width: 154px;
    margin-left: -15px;
}

#easyRegDialog .steps .step2.current {
    background-position: -144px -46px;
}

#easyRegDialog .steps .step2 > span {
    margin-left: 43px;
}

#easyRegDialog .steps .step3 {
    background-position: -298px 0;
    width: 180px;
    margin-left: -30px;
}

#easyRegDialog .steps .step3.current {
    background-position: -298px -46px;
}

#easyRegDialog .steps .step3 > span {
    margin-left: 54px;
}

#easyRegDialog .steps .step4 {
    background-position: -479px 0;
    width: 130px;
    margin-left: -17px;
}

#easyRegDialog .steps .step4.current {
    background-position: -479px -46px;
}

#easyRegDialog .steps .step4 > span {
    margin-left: 48px;
}


#easyRegDialog .data .step2 .info-block {
    margin-top: 20px;
    font-size: 1.5em;
}

#easyRegDialog .buttons {
    background: url("../img/er/buttons.png") no-repeat;
    display: block;
    height: 32px;
    width: 100px;
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

#easyRegDialog .buttons.skip:hover {
    background-position: 0 -32px;
}
#easyRegDialog .buttons.skip:active {
    background-position: 0 -64px;
}

#easyRegDialog .buttons.next {
    background-position: -100px 0;
}

#easyRegDialog .buttons.next:hover {
    background-position: -100px -32px;
}

#easyRegDialog .buttons.next:active {
    background-position: -100px -64px;
}

#easyRegDialog .data {
    margin-top: 30px;
    height: 300px;
}

#easyRegDialog .data .popover {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#easyRegDialog .data input, #easyRegDialog .data input:focus {
    background: url("../img/er/inputs.png") transparent no-repeat;
    height: 32px;
    width: 263px;
    padding: 4px 11px;
    border: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

#easyRegDialog .data .error input {
    background-position: 0 -155px;
}

#easyRegDialog .data input.input-small {
    height: 42px;
    width: 262px;
    background-position: 0 -104px;
}

#easyRegDialog .data .control-label {
    padding-top: 10px;
    font-size: 1.4em;
}

#easyRegDialog .data .control-label small {
    font-size: 0.7em;
}

#easyRegDialog .data .logo-block {
    background: url("../img/er/inputs.png") 0 -43px transparent no-repeat;
    width: 289px;
    height: 61px;
    text-align: center;
    vertical-align: middle;
    line-height: 58px;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

#easyRegDialog .data .logo-block:hover {
    opacity: 0.7;
}

#easyRegDialog .data .help-block {
    text-align: center;
    width: 285px;
}

#easyRegDialog .data .app-icons {
    display: inline-block;
    background: url("../img/er/icons.png") no-repeat;
}

#easyRegDialog .data .app-icons.upload-img {
    background-position: -325px 0;
    width: 27px;
    height: 27px;
    vertical-align: middle;
    cursor: pointer !important;
}

#easyRegDialog .data .app-icons.remove {
    background-position: -326px -34px;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    margin-left: 10px;
}

#easyRegDialog .data .app-icons.remove:hover {
    opacity: 0.7;
}

#easyRegDialog .data .app-icons.check {
    background-position: -355px 0;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    margin-left: 10px;
}

#easyRegDialog .data .app-icons.hide {
    display: none;
}

#easyRegDialog .data .app-icons.yandex-market {
    width: 80px;
    height: 81px;
}

#easyRegDialog .data .app-icons.demo-content {
    width: 80px;
    height: 81px;
    background-position: -80px 0;
}

#easyRegDialog .data .app-icons.clock {
    width: 82px;
    height: 81px;
    background-position: -160px 0;
}

#easyRegDialog .data .app-icons.clock.end {
    width: 82px;
    height: 81px;
    background-position: -242px 0;
}


#easyRegDialog .data .logo-block input {
    cursor: pointer !important;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: -10px;
    z-index: 1;
    height: 200px;
    width: 100%;
}

#easyRegDialog .data .logo-block app-icons.disabled input {
    display: none;
}

#easyRegDialog .data > div {
    display: none;
}

#easyRegDialog .data > div.current {
    display: block;
}

#easyRegDialog .data .demo, #easyRegDialog .data .yandex {
    float: left;
    width: 50%;
    display: block;
    text-align: center;
}

#easyRegDialog .data .demo .text, #easyRegDialog .data .yandex .text {
    font-size: 1.7em;
    margin: 5px 0 20px 0;
}

#easyRegDialog .import-buttons {
    background: url("../img/er/import-buttons.png") no-repeat;
    display: block;
    height: 49px;
    width: 183px;
    padding: 0;
    margin: 0 auto;
    border: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

#easyRegDialog .import-buttons.yandex-market:hover {
    background-position: 0 -49px;
}
#easyRegDialog .import-buttons.yandex-market:active {
    background-position: 0 -98px;
}

#easyRegDialog .import-buttons.demo-content {
    background-position: -183px 0;
}

#easyRegDialog .import-buttons.demo-content:hover {
    background-position: -183px -49px;
}

#easyRegDialog .import-buttons.demo-content:active {
    background-position: -183px -98px;
}

#easyRegDialog .import-buttons.go {
    width: 55px;
    height: 49px;
    background-position: -366px 0;
    float: right;
    margin-left: -32px;
    position: absolute;
    right: 0;
    top: 0;
}

#easyRegDialog .import-buttons.go:hover {
    background-position: -366px -49px;
}

#easyRegDialog .import-url {
    position: relative;
}

#easyRegDialog .yandex .progress, #easyRegDialog .demo .progress {
    height: 49px;
}

/*Step3*/

#easyRegDialog .data .step3 {
    overflow: hidden;
}

#easyRegDialog .data .step3 .text {
    margin: 20px 0;
    font-size: 2em;
    line-height: 1.2em;
}

#easyRegDialog .data .step3 .progress {
    margin-top: 10px;
    height: 40px;
}

/*Step 4*/

#easyRegDialog .data .step4 .text {
    margin-bottom: 15px;
    font-size: 2em;
    line-height: 1.2em;
}

#easyRegDialog .form-horizontal .controls {
    margin-left: 190px;
}

#easyRegDialog .form-horizontal .control-label {
    width: 180px;
}

.device-icon {
    width: 143px;
    height: 143px;
    background: url("../img/er/devices.png") no-repeat;
    display: inline-block;
}

.device-icon.android {
    background-position: -143px 0;
}

.device-icon.html {
    background-position: -286px 0;
}

.device-icon.windows {
    background-position: -429px 0;
}

.device-icon.check {
    background-position: -575px 0;
    width: 80px;
    height: 80px;
}

.device-icon.soon {
    background-position: -576px -96px;
    width: 80px;
    height: 30px;
    margin-top: 25px;
}

#easyRegDialog .data .step4 > .ios, #easyRegDialog .data .step4 > .android, #easyRegDialog .data .step4 > .windows {
    float: left;
    width: 33.33%;
    text-align: center;
}

#easyRegDialog .data .qr-icon {
    width: 83px;
    height: 83px;
    background: url("../img/er/qrs.png") no-repeat;
    display: inline-block;
    margin-top: 10px;
}

#easyRegDialog .data .qr-icon.android {
    background-position: -83px 0;
}

#easyRegDialog .data .qr-icon.html {
    background-position: -166px 0;
}

/*Заказ по телефону*/

#header .phone {
    color: #fff;
    font-size: 1.3em;
    padding-right: 20px;
    height: 48px;
    line-height: 48px;
}

#header .phone a {
    color: #fff;
    opacity: 0.8;
    text-decoration: none;
}

#header .phone a:hover {
    opacity: 1;

}

#header .phone i {
    font-size: 2.5em;
    vertical-align: middle;
}


/*
Obratniy zvonok
*/

.log {
    float: right;
    margin-right: 11px;
    margin-top: 4px;
}
.log .call {
    padding-left: 27px !important;
    position: relative;
}
.log .call:after {
    background: url("../img/ph.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 19px;
    left: 10px;
    position: absolute;
    top: 5px;
    width: 14px;
}
#lbOverlay444 {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99998;
}
#lbLoading {
    padding-top: 20px;
}
#lbMain h3 {
    font-family: 'Open Sans','HelveticaNeue','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 4px;
}
#lbMain {
    background-color: #FFFFFF;
    border: 1px solid #666666;
    border-radius: 10px 10px 10px 10px;
    left: 50%;
    margin-left: -166px;
    margin-top: -175px;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 50%;
    z-index: 99999;
}
#lbOverlay111 {
    background-color: #000000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99990;
}


/*Widget*/

.add .item .screenshots {
    margin-top: 25px;
    width: 340px;
    float: left;
    overflow: auto;
    margin-left:-7px;
}

.add .item .screenshots ul {
    list-style: outside none;
    margin: 0;
    overflow: hidden;
    line-height: 108px;
}

.add .item .screenshots ul li {
    float: left;
    width: 130px;
    height: 173px;
    margin: 7px 0 7px 25px;
    text-align: center;
    position: relative;
    padding: 4px;
    border: 1px solid #ccc;
}

.add .item .screenshots ul li.cover {
    background-color: #005785;
}

.add .item .screenshots ul li > div {
    position: relative;
    text-align: center;
    width: 130px;
    height: 173px;
    background-color: #fff;
    line-height: 173px;
}

.add .item .screenshots ul li > div > img {
    max-width: 130px;
    max-height: 173px;
    /*padding: 4px;
    border: 1px solid #ccc;
    /*display: block;*/
    cursor: pointer;
}

.add .item .screenshots ul li.cover img {
    /*background-color: #005785;*/
}

.add .item .screenshots ul li a {
    position: absolute;
    display: none;
    line-height: normal;
}

.add .item .screenshots ul li a.remove {
    bottom: 2px;
    right: 4px;
}

.add .item .screenshots ul li a.cover {
    bottom: 2px;
    left: 4px;
}

.add .item .screenshots ul li a.abort {
    bottom: 2px;
    right: 4px;
    display: block;
}

.add .item .screenshots ul li div.percent {
    line-height: normal;
    font-size: 1.32em;
    top: 110px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.add .item .screenshots ul li > div > span {
    display: none;
}

.add .item .screenshots ul li:hover > div > a {
    display: block;
}

.add .item .screenshots ul li:hover > div > span {
    display: block;
    background-color: #005785;
    opacity: 0.7;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
}

/*.add .item .screenshots ul li.preview {
    width: 140px;
    height: 108px;
}

.add .item .screenshots ul li.preview > div {
    width: 130px;
    height: 98px;
    padding: 4px;
    border: 1px solid #ccc;
}



*/

.add .item .screenshots ul li.preview > div img {
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 0;
    margin-top: -12px;
    margin-left: -12px;
    border: 0;
}

.add .item .screenshots ul .sorted-placeholder {
    /*width: 138px;
    height: 106px;*/
    border: 1px dashed;
}

.add .category .screenshot {
    float: left;
    overflow: hidden;
    width: 210px;
    height: 210px;
    margin: 50px 39px 0;
}

.add .category .screenshot img {
    padding: 4px;
    border: 1px solid #ccc;
    display: block;
    width: 200px;
    height: 200px;
}

.add .category .screenshot a {
    position: absolute;
    display: none;
}

.add .category .screenshot:hover a {
    display: block;
}

.add .category .screenshot a.remove {
    bottom: 25px;
    right: 65px;
}

.add .category .screenshot:hover > span {
    background-color: #005785;
    opacity: 0.7;
    position: absolute;
    bottom: 20px;
    left: 60px;
    right: 60px;
    height: 30px;
}

/*Screenshot*/


#settingsDialog form .screenshots .controls {
    margin-left: 0;
    line-height: 30px;
    vertical-align: middle;
}

#settingsDialog form .screenshots .controls a.remove {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

#settingsDialog form .screenshots .controls .icon-drag {
    margin-right: 4px;
}

#settingsDialog form .screenshots .controls input {
    margin-bottom: 0;
}

#settingsDialog form .screenshots .controls .popover {
    line-height: normal;
}

#settingsDialog form .screenshots .sorted-placeholder {
    height: 29px;
    display: block;
    border: 1px dashed;
    margin-bottom: 10px;
    width: 100%;
    padding-right: 3px;
}

#settingsDialog form .screenshots .control-group {
    margin-bottom: 0;
}

#screenshotOverlay {
    display:none;
    position: fixed; top: 0; left: 0; z-index: 99990; width: 100%; height: 100%; background-color: #fff;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); /* IE 5.5+*/
    -moz-opacity: 0.8; /* Mozilla 1.6 и ниже */
    -khtml-opacity: 0.8; /* Konqueror 3.1, Safari 1.1 */
    opacity: 0.8;
}

#screenshotBody{
    display:none;
    position: fixed; top: 20px; left: 50%; z-index: 99998; width: 1000px; margin-left:-500px;
}

.screenshotMain {
    position: relative; width: 100%; height:100px; z-index: 99999;
}

.screenshotClose{
    position: absolute; top: 0; right: 0; width: 33px; height: 33px; margin-top:-15px;margin-right:-15px; background: url(../img/03.png) center no-repeat;cursor:pointer;
}


/*Advanced*/

/*body .app > .main > .content > .list > .container-fluid .shop-content.advanced .control-group > label {
    width: 250px;
    padding-right: 10px;
}
*/
/*Cart*/

body .app > .main > .content > .list > .container-fluid .shop-content.cart .control-group > label {
    width: 232px;
    padding-right: 10px;
}

body .app > .main > .content > .list > .container-fluid .shop-content.cart .control-group.full .control-label {
    width: auto;
    text-align: left;
    float: none;
    padding: 0;
}

body .app > .main > .content > .list > .container-fluid .shop-content.cart .control-group.full .controls {
    margin-left: 0;
    /*text-align: center;*/
}

/*body .app > .main > .content > .list > .container-fluid .shop-content.cart .order_success_text {
    max-width: 466px;
    width: 466px;
    min-width: 466px;
    height: 40px;
}*/

body .control-group.logo-group label.logo {
    height: 67px;
    vertical-align: middle;
    padding-top: 33px;
}

body .control-group.logo-group label.logo > small {
    font-size: 0.7em;
}

body .control-group.logo-group .upload {
    height: 100px;
    line-height: 100px;
    vertical-align: middle;
}

body .control-group.logo-group .upload > img {
    max-width: 165px;
}

body .control-group.logo-group .upload a {
    text-decoration: none;
    color: #aaa;
}

body .control-group.logo-group .upload a:hover {
    color: #333;
}

body .control-group.logo-group .upload .upload-link {
    position: relative;
    overflow: hidden;
    /*float: left;
    margin-top: 5px;*/
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    display: inline-block;
}

body .control-group.logo-group .upload.loading {
    background-position: left center !important;
}

body .control-group.logo-group .upload.loading .upload-link {
    display: none;
}

body .control-group.logo-group .upload .upload-link.hide {
    display: none;
}

body .control-group.logo-group .upload .upload-link input {
    cursor: pointer;
    font-size: 160px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: -5px;
    top: -10px;
    z-index: 1;
    height: 200px;
}

body .control-group.logo-group .upload .upload-link img {
    margin-right: 3px;
}

body .control-group.logo-group .upload .upload-link.disabled input {
    display: none;
}

body .control-group.logo-group .upload .remove {
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    display: inline-block;
}

body .control-group.logo-group .upload .icon-trash {
    background: url("../img/ab-icons.png") -20px 0 no-repeat;
    width: 20px;
    height: 20px;
    margin: -3px 3px 0 0;
}

body .app > .main.advanced > .content > .list > .container-fluid .shop-content .controls a.remove {
    font-size: 1em;
}

/*Home window*/

form div.main-image .upload {
    text-align: center;
}

form div.main-image .upload .upload-link {
    overflow: hidden;
    font-size: 8em;
    color: #666;
    display: inline-block;
    position: relative;
    padding: 10px;
    border: 4px #666 dashed;
}

form div.main-image .upload .upload-link:hover {
    opacity: 0.6;
}

form div.main-image .upload .upload-link.hide {
    display: none;
}

form div.main-image .upload .upload-link input {
    cursor: pointer;
    font-size: 160px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 200px;
}

form div.main-image .upload img {
    display: inline-block;
    clear: right;
}

form div.main-image .upload .remove {
    display: inline-block;
    margin-top: 10px;
    clear: left;
    color: #000;
}

/*Contacts*/

#qualityKeywordsDialog .addresses .controls,
#workTimeDialog .work-times .controls,
body .app > .main > .content > .list > .container-fluid .shop-content .addresses .controls,
body .app > .main > .content > .list > .container-fluid .shop-content .info-pages .controls,
body .app > .main > .content > .list > .container-fluid .shop-content .order-templates .controls{
    margin: 0 35px;
    white-space: nowrap;
}



#qualityKeywordsDialog .addresses .controls a.remove,
#workTimeDialog .work-times .controls a.remove,
body .app > .main > .content > .list > .container-fluid .shop-content .controls a.remove {
    font-size: 1.5em;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}

#qualityKeywordsDialog .addresses .controls .fa,
#workTimeDialog .work-times .controls .fa,
body .app > .main > .content > .list > .container-fluid .shop-content .controls .fa {
    color: #333;
}

#qualityKeywordsDialog .addresses .controls .address-title,
body .app > .main > .content > .list > .container-fluid .shop-content .info-page-title,
body .app > .main > .content > .list > .container-fluid .shop-content .address-title {
    width: 445px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
}

#qualityKeywordsDialog .addresses .controls .address-title a,
body .app > .main > .content > .list > .container-fluid .shop-content .info-page-title a,
body .app > .main > .content > .list > .container-fluid .shop-content .address-title a {
    display: block;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    font-size: 1.2em;
    border-bottom: 1px dashed #333;
    color: #333;
    text-decoration: none;
}

#qualityKeywordsDialog .addresses .controls .address-title a:hover,
body .app > .main > .content > .list > .container-fluid .shop-content .info-page-title a:hover,
body .app > .main > .content > .list > .container-fluid .shop-content .address-title a:hover {
    text-decoration: none;
    color: #ccc;
    border-bottom: 1px dashed #ccc;
}

#map-canvas {
    height: 400px;
}

#map-canvas label { width: auto !important; display: inline!important; }
#map-canvas img { max-width: none !important; }

#addressForm .row-fluid .span12, #addressFormYandex .row-fluid .span12 {
    margin-left: 0;
}

#addressForm .delivery-radius, #addressFormYandex .delivery-radius{
    margin-top: 20px;
}

#addressForm .delivery-radius .slider, #addressFormYandex .delivery-radius .slider {
    width: 100%;
}

#addressForm .delivery-radius .slider .slider-selection, #addressFormYandex .delivery-radius .slider .slider-selection {
    background: #ccc;
}

#addressForm .service-description, #addressFormYandex .service-description {
    font-size: 1.2em;
    color: #333;
    margin: 10px 0;
}


#addressForm .delivery-data, #addressFormYandex .delivery-data {
    display: none;
}

#addressForm.delivery-area .delivery-data, #addressFormYandex.delivery-area .delivery-data {
    display: block;
}

#addressForm .show-da, #addressFormYandex .show-da {
    display: none;
}

#addressForm.delivery-area .hide-da, #addressFormYandex.delivery-area .hide-da {
    display: none;
}


#addressForm.delivery-area .show-da, #addressFormYandex.delivery-area .show-da {
    display: block;
}

.delivery-area-block {
    margin: 0 25px;
}

body .app > .main > .content > .list > .container-fluid .shop-content .controls.upload a.remove {
    font-size: 1em;
}

body .app > .main > .content > .list > .container-fluid .shop-content .addresses.delivery-area-block .controls {
    margin: 0 25px;
}

body .app > .main > .content > .list > .container-fluid .shop-content .addresses.delivery-area-block .controls .address-title {
    width: 410px;
}

#addressForm .delivery-header {
    display: none;
}

#addressForm.delivery-area .add {
    display: none;
}

#addressForm.delivery-area .delivery-header {
    display: block;
}

/*Marketing*/

body .app > .main.marketing > .content > .list > .container-fluid .form-horizontal .control-group {

}

body .app > .main.marketing > .content > .list > .container-fluid .form-horizontal .control-label {
    width: 250px;
    text-align: right;
    padding: 0;
    font-size: 1.2em;
    display: inline-block;
    /*color: #aaa;*/
}

body .app > .main.marketing > .content > .list > .container-fluid .form-horizontal .controls {
    margin-left: 270px;
}

body .app > .main.marketing > .content > .list > .container-fluid .form-horizontal .controls a.share-button {
    display: inline-block;
}

body .app > .main.marketing > .content > .list > .container-fluid .form-horizontal .control-group {
    padding: 20px 0;
    border-bottom: 1px #000 dashed;
}

body .app > .main.marketing > .content > .list > .container-fluid .form-horizontal .share-group .control-label {
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
}


body .app > .main.marketing > .content > .list > .container-fluid .form-horizontal .share-group a.share-button img {
    vertical-align: top;
}

body .app > .main.marketing > .content > .list > .container-fluid .form-horizontal .controls .share-caption {
    margin-top: 5px;
}


body .app > .main.marketing .pub-social-icon {
    background: url("../img/publication-social-icons.png") no-repeat;
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
}

body .app > .main.marketing .pub-social-icon.vk {
    background-position: 0 -0;
}

body .app > .main.marketing .pub-social-icon.fb {
    background-position: 0 -22px;
}

body .app > .main.marketing .pub-social-icon.tw {
    background-position: 0 -44px;
}

#qualityKeywordsDialog .add-item,
body .app > .main > .content > .list > .container-fluid .shop-content .add-item {
    /*padding-top: 10px;*/
}

/*Screen Shots*/
#settingsScreenShot div.screens {
    display: block;
    width: 50%;
    float: left;
}

#settingsScreenShot div.screens .upload {
    position: relative;
    overflow: hidden;
    font-size: 1em;
    text-decoration: none;
    display: inline-block;
    color: #333;
    border-bottom: 1px #333 solid;
    padding-bottom: 2px;
}

#settingsScreenShot div.screens .upload:hover {
    text-decoration: none;
    opacity: 0.8;
}

#settingsScreenShot div.screens .upload .title {
    font-size: 1.5em;
}

#settingsScreenShot div.screens .upload .small {
    font-size: 0.8em;
    color: #999;
}

#settingsScreenShot div.screens .upload input {
    cursor: pointer;
    font-size: 160px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: -5px;
    top: -10px;
    z-index: 1;
    height: 200px;
}

#settingsScreenShot div.screens .upload.disabled input {
    display: none;
}

#settingsScreenShot div.screens .photos ul {
    list-style: outside none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
}

#settingsScreenShot div.screens .photos ul li {
    display: inline-block;
    width: 100px;
    height: 160px;
    margin: 7px 0;
    text-align: center;
    position: relative;
    padding: 4px;
    border: 1px solid #ccc;
}

#settingsScreenShot div.screens .photos ul li.cover {
    /*float: none;
    margin: 0 auto;*/
    background-color: #005785;
}

#settingsScreenShot div.screens .photos ul li > div {
    position: relative;
    text-align: center;
    width: 100px;
    height: 160px;
    background-color: #fff;
    line-height: 160px;
}

#settingsScreenShot div.screens .photos ul li > div > img {
    max-width: 100px;
    max-height: 160px;
    /*padding: 4px;
    border: 1px solid #ccc;
    /*display: block;*/
    cursor: pointer;
}

#settingsScreenShot div.screens .photos ul li.cover img {
    /*background-color: #005785;*/
}

#settingsScreenShot div.screens .photos ul li a {
    position: absolute;
    display: none;
    line-height: normal;
}

#settingsScreenShot div.screens .photos ul li a.remove {
    bottom: 2px;
    right: 4px;
}

#settingsScreenShot div.screens .photos ul li a.cover {
    bottom: 2px;
    left: 4px;
}

#settingsScreenShot div.screens .photos ul li a.abort {
    bottom: 2px;
    right: 4px;
    display: block;
}

#settingsScreenShot div.screens .photos ul li div.percent {
    line-height: normal;
    font-size: 1.32em;
    top: 110px;
    position: absolute;
    text-align: center;
    width: 100%;
}

#settingsScreenShot div.screens .photos ul li > div > span {
    display: none;
}

#settingsScreenShot div.screens .photos ul li:hover > div > a {
    display: block;
}

#settingsScreenShot div.screens .photos ul li:hover > div > span {
    display: block;
    background-color: #005785;
    opacity: 0.7;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
}

/*#settingsScreenShot div.screens .photos ul li.preview {
    width: 140px;
    height: 108px;
}

#settingsScreenShot div.screens .photos ul li.preview > div {
    width: 130px;
    height: 98px;
    padding: 4px;
    border: 1px solid #ccc;
}
*/

#settingsScreenShot div.screens .photos ul li.preview > div img {
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 0;
    margin-top: -12px;
    margin-left: -12px;
    border: 0;
}

/* Wizard */

.wizard-steps {
    list-style: none;
    display: block;
    width: 100%;
    margin: 0;
    padding: 15px 0;
    position: relative;
    overflow: auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}

.wizard-steps li {
    display: block;
    text-align: center;
    float: left;
    width: 33.33%;
}

.wizard-steps li a, .wizard-steps li a:hover {
    cursor: pointer;
    text-decoration: none;
    outline: none;
    display: block;
}

.wizard-steps li .step {
    border: 5px solid #ced1d6;
    color: #546474;
    font-size: 1.33em;
    border-radius: 100%;
    background-color: #FFF;
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center
}

.wizard-steps li:before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    font-size: 0;
    overflow: hidden;
    border-top: 4px solid #ced1d6;
    position: relative;
    top: 27px;
    z-index: 1
}

.wizard-steps li:last-child:before {
    max-width: 50%;
    width: 50%
}

.wizard-steps li:first-child:before {
    max-width: 51%;
    left: 50%
}

.wizard-steps li.active:before, .wizard-steps li.complete:before, .wizard-steps li.active .step, .wizard-steps li.complete .step {
    border-color: #5293c4
}

.wizard-steps li.complete .step {
    cursor: default;
    color: #FFF;
    -webkit-transition: transform ease .1s;
    -moz-transition: transform ease .1s;
    -o-transition: transform ease .1s;
    transition: transform ease .1s
}

.wizard-steps li.complete .step:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    content: "\f00c";
    background-color: #FFF;
    z-index: 3;
    font-family: FontAwesome;
    font-size: 17px;
    color: #87ba21
}

.wizard-steps li.complete:hover .step {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    border-color: #80afd4
}

.wizard-steps li.complete:hover:before {
    border-color: #80afd4
}

.wizard-steps li .title {
    display: block;
    margin-top: 4px;
    max-width: 100%;
    color: #949ea7;
    font-size: 14px;
    z-index: 104;
    text-align: center;
    table-layout: fixed;
    word-wrap: break-word
}

.wizard-steps li.complete .title, .wizard-steps li.active .title {
    color: #2b3d53
}

.wizard-steps li a:hover .step, .wizard-steps li a:hover .title {
    color: #2b7dbc;
}

.bordered {
    border: 1px solid #D3D3D3;
    padding: 10px 15px;
    margin: 20px 0;
}

body .app > .main > .content > .list > .container-fluid .activate-content {
    margin: 5px 40px;
}

body .app > .main > .content > .list > .container-fluid .activate-content .activate-description {
    font-size: 1.2em;
    overflow: auto;
}

body .app > .main > .content > .list > .container-fluid .activate-content textarea {
    height: 40px;
    resize: none;
}

body .app > .main > .content > .list > .container-fluid .activate-content .span6 {
    width: 425px;
}

body .app > .main > .content > .list > .container-fluid .activate-content .btn-success {
    padding: 14px 19px;
    width: 151px;
}

body .app > .main > .content > .list > .container-fluid .activate-content form {
    margin-bottom: 0;
}

body .app > .main > .content > .list > .container-fluid .activate-content .help {
    font-size: 1.25em;
}

body .app > .main > .content > .list > .container-fluid .activate-content form a {
    font-size: 1.2em;
}

body .app > .main > .content > .list > .container-fluid .quality-content,
body .app > .main > .content > .list > .container-fluid .app-info {
    padding: 0 20px;
}

body .app > .main > .content > .list > .container-fluid .quality-content .icons {
    padding: 15px;
}

body .app > .main > .content > .list > .container-fluid .quality-content .thumbnail {
    display: inline-block;
}

body .app > .main > .content > .list > .container-fluid .quality-content .thumbnail > a {
    background-color: #eee;
    display: block;
    outline: none;
    opacity: 0.8;
}

body .app > .main > .content > .list > .container-fluid .quality-content .thumbnail > a:hover {
    opacity: 1;
}

body .app > .main > .content > .list > .container-fluid .quality-content .progress {
    height: 30px;
    line-height: 30px;
}

body .app > .main > .content > .list > .container-fluid .quality-content .progress .bar {
    font-size: 1.2em;
}

body .app > .main > .content > .list > .container-fluid .statistic-content {
    padding: 0 20px;
}

body .app > .main.base > .content > .list > .list-header {
    /*margin-bottom: 0;*/
}

body .app > .main.base .page-header {
    margin: 30px 20px 30px 20px;
}

body .app > .main.base .page-header h4 {
    margin: 0;
    font-weight: normal;
}

body .app > .main.base .apps .qr-code {
    font-size: 1.5em;
    margin-top: 20px;
    margin-bottom: 10px;
}

body .app > .main.base .apps .qr-code a {
    border-bottom: 1px dashed;
    text-decoration: none;
}

.fs12 {
    font-size: 1.2em;
    margin-bottom: 10px;
}

#managerHelpDialog h3 {
    margin-top: 0;
}

#managerHelpDialog .sum h3 {
    margin-bottom: 0;
}

#statisticRequestDialog h3, #statisticRequestDialog h4, #consultantRequestDialog h4, #loyaltyRequestDialog h4 {
    margin: 0;
}

#statisticRequestDialog .icon, #consultantRequestDialog .icon, #loyaltyRequestDialog .icon {
    font-size: 10em;
    text-align: center;
    margin: 20px 0;
}


#qualityAppearanceDialog .caption {
    color: #666666;
    font-size: 1.32em;
    padding-bottom: 15px;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 20px;
    margin-top: 10px;
}

#qualityAppearanceDialog .control-group > label, #qualityKeywordsDialog .control-group > label, #qualityContactsDialog .control-group > label {
    color: #aaa;
    font-size: 1.16em;
    width: 165px;
}

#qualityAppearanceDialog .control-group > .controls, #qualityKeywordsDialog .control-group > .controls, #qualityContactsDialog .control-group > .controls {
    margin-left: 179px;
}

#qualityKeywordsDialog .addresses .control-group > .controls {
    margin-left: 35px;
}

#qualityKeywordsDialog .addresses.delivery-area .control-group > .controls {
    margin: 0 25px;
}

#qualityKeywordsDialog .addresses.delivery-area .control-group > .controls .address-title {
    width: 425px;
}

.addNewScopeBlock {
    margin-top: 10px;
}

.addNewScopeBlock input {
    margin-bottom: 0;
}

.addNewScopeBlock a {
    font-size: 1.2em;
    text-decoration: none;
    vertical-align: middle;
}

.multiselect.btn span {
    display: block;
    overflow: hidden;
    text-align: left;
    height: 20px;
    white-space: normal;
}

.multiselect.btn .caret {
    position: absolute;
    right: 5px;
    top: 5px;
}

.service-country .multiselect-container {
    padding: 5px 0;
}


div.for-switch {
    font-size: 1em;
}

body .app > .main > .content > .list > .container-fluid .shop-content.home .caption {
    height: 25px;
    line-height: 25px;
    padding-bottom: 10px;
}

body .app > .main > .content > .list > .container-fluid .main-images {
    margin-bottom: 10px;
}

body .app > .main > .content > .list > .container-fluid .home-block .btn.sort-up, body .app > .main > .content > .list > .container-fluid .home-block .btn.sort-down {
    font-size: 1.1em;
}

body .app > .main > .content > .list > .container-fluid .home-block:first-child .btn.sort-up, body .app > .main > .content > .list > .container-fluid .home-block:last-child .btn.sort-down {
    visibility: hidden;
}


/* tree control */
.tree {
    padding-left: 9px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    list-style: none;
}

.tree ul {
    list-style: none;
}

.tree:before {
    display: inline-block;
    content: "";
    position: absolute;
    top: -20px;
    bottom: 16px;
    left: 0;
    border: 1px dotted #67b2dd;
    border-width: 0 0 0 1px;
    z-index: 1;
}
.tree .tree-folder {
    width: auto;
    min-height: 20px;
    cursor: pointer;
}
.tree .tree-folder .tree-folder-header {
    position: relative;
    height: 20px;
    line-height: 20px;
}
.tree .tree-folder .tree-folder-header:hover {
    background-color: #F0F7FC;
}
.tree .tree-folder .tree-folder-header .tree-folder-name,
.tree .tree-item .tree-item-name {
    display: inline-block;
    vertical-align: middle;
    z-index: 2;
}
.tree .tree-folder .tree-folder-header .tree-folder-name {
    margin-left: 2px;
}

.tree .tree-folder:last-child:after {
    display: inline-block;
    content: "";
    position: absolute;
    z-index: 1;
    top: 15px;
    bottom: 0;
    left: -15px;
    border-left: 1px solid #FFF;
}
.tree .tree-folder .tree-folder-content {
    margin-left: 23px;
    position: relative;
}
.tree .tree-folder .tree-folder-content:before {
    display: inline-block;
    content: "";
    position: absolute;
    z-index: 1;
    top: -14px;
    bottom: 16px;
    left: -14px;
    border: 1px dotted #67b2dd;
    border-width: 0 0 0 1px;
}
.tree .tree-item {
    position: relative;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
}
.tree .tree-item:hover {
    background-color: #F0F7FC;
}
.tree .tree-item .tree-item-name {
    margin-left: 3px;
}
.tree .tree-item .tree-item-name > [class*="icon-"]:first-child {
    margin-right: 3px;
}
.tree .tree-item > [class*="icon-"]:first-child {
    margin-top: -1px;
}
.tree .tree-folder,
.tree .tree-item {
    position: relative;
}
.tree .tree-folder:before,
.tree .tree-item:before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 14px;
    left: -13px;
    width: 18px;
    height: 0;
    border-top: 1px dotted #67b2dd;
    z-index: 1;
}
.tree .tree-selected {
    background-color: rgba(98, 168, 209, 0.1);
    color: #6398B0;
}
.tree .tree-selected:hover {
    background-color: rgba(98, 168, 209, 0.1);
}
.tree .tree-item,
.tree .tree-folder {
    border: 1px solid #FFF;
}
.tree .tree-folder .tree-folder-header {
    border-radius: 0;
}
.tree .tree-item,
.tree .tree-folder .tree-folder-header {
    margin: 0;
    padding: 5px;
    color: #4D6878;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.tree {
    font-size: 1.2em;
    margin: 0;
}

.tree .tree-folder .tree-folder-header, .tree .tree-item {
    height: 20px;
    line-height: 17px;
    vertical-align: middle;
    padding-left: 3px;
    display: block;
    z-index: 2;
    color: #4D6878;
}

.tree .tree-folder .tree-folder-header .tree-folder-name {
    margin-left: 5px;
    vertical-align: middle;
    display: inline-block;
}

.tree .icon {
    display: inline-block;
    font-size: 9px;
    background-color: #fff;
    border: 1px solid #8BAEBF;
    width: 11px;
    height: 11px;
    line-height: 11px;
    text-align: center;
    vertical-align: middle;
    padding: 0;
}

.tree .icon .fa {
    vertical-align: baseline;
}

.tree .tree-folder > .tree-folder-content {
    display: none;
}

.tree .tree-folder > .tree-folder-header .fa-minus {
    display: none;
}

.tree .tree-folder.open > .tree-folder-header .fa-minus {
    display: inline-block;
}

.tree .tree-folder.open > .tree-folder-header .fa-plus {
    display: none;
}

.tree .tree-folder.open > .tree-folder-content {
    display: block;
}

.tree .tree-item > label > .icon > .fa-times {
    font-size: 1.25em;
    color: #F9E8CE;
}

.tree .tree-item > label > .icon > .fa-check {
    display: none;
}

.tree .tree-item.active > label > .icon {
    background-color: #F9A021;
    border-color: #F9A021;
    color: #FFFFFF;
}

.tree .tree-item.active > label > .icon > .fa-times {
    display: none;
}

.tree .tree-item.active > label > .icon > .fa-check {
    display: inline-block;
}


.tree .tree-item > .checkbox {
    padding-left: 0;
    margin-bottom: 0;
    line-height: inherit;
}

.tree .tree-item .checkbox input {
    display: none;
}


.tree.ua-line:before {
    display: none;
}

.chooseCatalogForDiscount, .chooseScopes, .chooseWorkTime {
    font-size: 1.2em;
    display: inline-block;
    vertical-align: middle;
}

.params-filters, .discount-list, .macros-table {
    font-size: 1.2em;
}

.params-filters .text-center, .discount-list .text-center, .macros-table .text-center {
    text-align: center;
}

.params-filters tbody tr, .discount-list tbody tr, .macros-table tbody tr {
    cursor: pointer;
}

.params-filters tbody tr .fa-eye-slash, .discount-list tbody tr .fa-eye-slash, .macros-table tbody tr .fa-eye-slash {
    display: none !important;
}

.params-filters tbody tr.muted .fa-eye-slash, .discount-list tbody tr.muted .fa-eye-slash, .macros-table tbody tr.muted .fa-eye-slash {
    display: inherit !important;
}

.params-filters tbody tr.muted .fa-eye, .discount-list tbody tr.muted .fa-eye, .macros-table tbody tr.muted .fa-eye {
    display: none !important;
}

.params-filters tbody tr:hover, .discount-list tbody tr:hover, .macros-table tbody tr:hover {
    background-color: #eee;
}

#chooseCatalogForParamFilter .btn-danger, #chooseCatalogForDiscount .btn-danger {
    margin-right: 50px;
}

.control-group .controls.for-scopes, .control-group .controls.for-work-time {
    height: 30px;
    vertical-align: middle;
    line-height: 28px;
}

.control-group .controls.for-scopes .scope-adv-info {
    font-size: 1.2em;
    vertical-align: middle;
}

#workTimeDialog .control-group select {
    width: 55px;
    margin-bottom: 0;
}

#workTimeDialog .control-group {
    font-size: 1.3em;
}

#workTimeDialog .control-group .draggable, #workTimeDialog .work-times .controls a.remove {
    font-size: 1.15em;
}

#workTimeDialog .control-group .fa-clock-o {
    vertical-align: middle;
}

body .main.statistic .list .container-fluid form select, body .statistic.list .container-fluid form select {
    width: 100%;
}

.legend {
    width: 100%;
    text-align: center;
    border: 1px solid black;
}

.legend .title {
    display: inline-block;
    margin: 0.5em;
    border-style: solid;
    border-width: 0 0 0 1em;
    padding: 0 0.3em;
}

body .login-layout .widget-box {
    position: static;
    overflow: inherit;
    background-color: #f4f4f4;
}


body .app > .main > .content > .list > .container-fluid .shop-content .order-templates a {
    color: #333;
}

body .app > .main > .content > .list > .container-fluid .shop-content .params-filters .muted a, body .app > .main > .content > .list > .container-fluid .shop-content .order-templates .muted a, body .app > .main > .content > .list > .container-fluid .shop-content .macros-table .muted a {
    color: #999;
}

body .app > .main > .content > .list > .container-fluid .shop-content .order-templates a:hover {
    text-decoration: none;
}

body .app > .main > .content > .list > .container-fluid .shop-content .order-templates .draggable {
    height: 25px;
    line-height: 25px;
}

body .app > .main > .content > .list > .container-fluid .shop-content .order-templates .sorted-placeholder {
    height: 41px;
    width: 100%;
}

#orderTemplateForm #orderTemplateParamsGroup.list td.param-value {
    display: none;
}

#orderTemplateForm #orderTemplateParamsGroup a.remove {
    color: #333;
}

#orderTemplateForm #orderTemplateParamsGroup a.remove:hover {
    text-decoration: none;
}

#orderTemplateForm #orderTemplateParamsGroup table .sorted-placeholder {
    height: 46px;
    width: 100%;
}

body #redactor_modal_overlay, body #redactor_modal, body .redactor_dropdown {
    z-index: 1100 !important;
}

.buttons-list {
    padding: 10px 0px;
}

.button-goods-control {
    border-bottom: 1px rgba(0, 0, 0, 0.18) solid;
}

/* Widgets from Ace Admin */

.widget-box {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 3px 0;
  border: 1px solid #CCC;
}
@media only screen and (max-width: 767px) {
  .widget-box {
    margin-top: 7px;
    margin-bottom: 7px;
  }
}
.widget-header {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  min-height: 38px;
  background: #f7f7f7;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
  color: #669fc7;
  border-bottom: 1px solid #DDD;
  padding-left: 12px;
}
.widget-header:before,
.widget-header:after {
  content: "";
  display: table;
  line-height: 0;
}
.widget-header:after {
  clear: right;
}
.widget-box.collapsed > .widget-header {
  border-bottom-width: 0;
}
.collapsed.fullscreen > .widget-header {
  border-bottom-width: 1px;
}
.collapsed > .widget-body {
  display: none;
}
.widget-header-flat {
  background: #F7F7F7;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.widget-header-large {
  min-height: 49px;
  padding-left: 18px;
}
.widget-header-small {
  min-height: 31px;
  padding-left: 10px;
}
.widget-header > .widget-title {
  line-height: 36px;
  padding: 0;
  margin: 0;
  display: inline;
}
.widget-header > .widget-title > .ace-icon {
  margin-right: 5px;
  font-weight: normal;
  display: inline-block;
}
.widget-header-large > .widget-title {
  line-height: 48px;
}
.widget-header-small > .widget-title {
  line-height: 30px;
}
.widget-toolbar {
  display: inline-block;
  padding: 0 10px;
  line-height: 37px;
  float: right;
  position: relative;
}
.widget-header-large > .widget-toolbar {
  line-height: 48px;
}
.widget-header-small > .widget-toolbar {
  line-height: 29px;
}
.widget-toolbar.no-padding {
  padding: 0;
}
.widget-toolbar.padding-5 {
  padding: 0 5px;
}
.widget-toolbar:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: -1px;
  border: 1px solid #D9D9D9;
  border-width: 0 1px 0 0;
}
.widget-header-large > .widget-toolbar:before {
  top: 6px;
  bottom: 6px;
}
[class*="widget-color-"] > .widget-header > .widget-toolbar:before {
  border-color: #EEE;
}
.widget-color-orange > .widget-header > .widget-toolbar:before {
  border-color: #FEA;
}
.widget-color-dark > .widget-header > .widget-toolbar:before {
  border-color: #222;
  box-shadow: -1px 0 0 rgba(255, 255, 255, 0.2), inset 1px 0 0 rgba(255, 255, 255, 0.1);
}
.widget-toolbar.no-border:before {
  display: none;
}
.widget-toolbar label {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
.widget-toolbar > a,
.widget-toolbar > .widget-menu > a {
  font-size: 14px;
  margin: 0 1px;
  display: inline-block;
  padding: 0;
  line-height: 24px;
}
.widget-toolbar > a:hover,
.widget-toolbar > .widget-menu > a:hover {
  text-decoration: none;
}
.widget-header-large > .widget-toolbar > a,
.widget-header-large > .widget-toolbar > .widget-menu > a {
  font-size: 15px;
  margin: 0 1px;
}
.widget-toolbar > .btn {
  line-height: 27px;
  margin-top: -2px;
}
.widget-toolbar > .btn.smaller {
  line-height: 26px;
}
.widget-toolbar > .btn.bigger {
  line-height: 28px;
}
.widget-toolbar > .btn-sm {
  line-height: 24px;
}
.widget-toolbar > .btn-sm.smaller {
  line-height: 23px;
}
.widget-toolbar > .btn-sm.bigger {
  line-height: 25px;
}
.widget-toolbar > .btn-xs {
  line-height: 22px;
}
.widget-toolbar > .btn-xs.smaller {
  line-height: 21px;
}
.widget-toolbar > .btn-xs.bigger {
  line-height: 23px;
}
.widget-toolbar > .btn-minier {
  line-height: 18px;
}
.widget-toolbar > .btn-minier.smaller {
  line-height: 17px;
}
.widget-toolbar > .btn-minier.bigger {
  line-height: 19px;
}
.widget-toolbar > .btn-lg {
  line-height: 36px;
}
.widget-toolbar > .btn-lg.smaller {
  line-height: 34px;
}
.widget-toolbar > .btn-lg.bigger {
  line-height: 38px;
}
.widget-toolbar-dark {
  background: #444;
}
.widget-toolbar-light {
  background: rgba(255, 255, 255, 0.85);
}
.widget-toolbar > .widget-menu {
  display: inline-block;
  position: relative;
}
.widget-toolbar > a[data-action],
.widget-toolbar > .widget-menu > a[data-action] {
  -webkit-transition: transform 0.1s;
  -o-transition: transform 0.1s;
  transition: transform 0.1s;
}
.widget-toolbar > a[data-action] > .ace-icon,
.widget-toolbar > .widget-menu > a[data-action] > .ace-icon {
  margin-right: 0;
}
.widget-toolbar > a[data-action]:focus,
.widget-toolbar > .widget-menu > a[data-action]:focus {
  text-decoration: none;
  outline: none;
}
.widget-toolbar > a[data-action]:hover,
.widget-toolbar > .widget-menu > a[data-action]:hover {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.widget-body {
  background-color: #FFF;
}
.widget-main {
  padding: 12px;
}
.widget-main.padding-32 {
  padding: 32px;
}
.widget-main.padding-30 {
  padding: 30px;
}
.widget-main.padding-28 {
  padding: 28px;
}
.widget-main.padding-26 {
  padding: 26px;
}
.widget-main.padding-24 {
  padding: 24px;
}
.widget-main.padding-22 {
  padding: 22px;
}
.widget-main.padding-20 {
  padding: 20px;
}
.widget-main.padding-18 {
  padding: 18px;
}
.widget-main.padding-16 {
  padding: 16px;
}
.widget-main.padding-14 {
  padding: 14px;
}
.widget-main.padding-12 {
  padding: 12px;
}
.widget-main.padding-10 {
  padding: 10px;
}
.widget-main.padding-8 {
  padding: 8px;
}
.widget-main.padding-6 {
  padding: 6px;
}
.widget-main.padding-4 {
  padding: 4px;
}
.widget-main.padding-2 {
  padding: 2px;
}
.widget-main.padding-0 {
  padding: 0px;
}
.widget-main.no-padding {
  padding: 0;
}
.widget-toolbar .progress {
  vertical-align: middle;
  display: inline-block;
  margin: 0;
}
.widget-toolbar > .dropdown,
.widget-toolbar > .dropup {
  display: inline-block;
}
.widget-box > .widget-header > .widget-toolbar > [data-action="settings"],
.widget-color-dark > .widget-header > .widget-toolbar > [data-action="settings"],
.widget-box > .widget-header > .widget-toolbar > .widget-menu > [data-action="settings"],
.widget-color-dark > .widget-header > .widget-toolbar > .widget-menu > [data-action="settings"] {
  color: #99CADB;
}
.widget-box > .widget-header > .widget-toolbar > [data-action="reload"],
.widget-color-dark > .widget-header > .widget-toolbar > [data-action="reload"],
.widget-box > .widget-header > .widget-toolbar > .widget-menu > [data-action="reload"],
.widget-color-dark > .widget-header > .widget-toolbar > .widget-menu > [data-action="reload"] {
  color: #ACD392;
}
.widget-box > .widget-header > .widget-toolbar > [data-action="collapse"],
.widget-color-dark > .widget-header > .widget-toolbar > [data-action="collapse"],
.widget-box > .widget-header > .widget-toolbar > .widget-menu > [data-action="collapse"],
.widget-color-dark > .widget-header > .widget-toolbar > .widget-menu > [data-action="collapse"] {
  color: #AAA;
}
.widget-box > .widget-header > .widget-toolbar > [data-action="close"],
.widget-color-dark > .widget-header > .widget-toolbar > [data-action="close"],
.widget-box > .widget-header > .widget-toolbar > .widget-menu > [data-action="close"],
.widget-color-dark > .widget-header > .widget-toolbar > .widget-menu > [data-action="close"] {
  color: #E09E96;
}
.widget-box[class*="widget-color-"] > .widget-header {
  color: #FFF;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.widget-color-blue {
  border-color: #307ecc;
}
.widget-color-blue > .widget-header {
  background: #307ecc;
  border-color: #307ecc;
}
.widget-color-blue2 {
  border-color: #5090c1;
}
.widget-color-blue2 > .widget-header {
  background: #5090c1;
  border-color: #5090c1;
}
.widget-color-blue3 {
  border-color: #6379aa;
}
.widget-color-blue3 > .widget-header {
  background: #6379aa;
  border-color: #6379aa;
}
.widget-color-green {
  border-color: #82af6f;
}
.widget-color-green > .widget-header {
  background: #82af6f;
  border-color: #82af6f;
}
.widget-color-green2 {
  border-color: #2e8965;
}
.widget-color-green2 > .widget-header {
  background: #2e8965;
  border-color: #2e8965;
}
.widget-color-green3 {
  border-color: #4ebc30;
}
.widget-color-green3 > .widget-header {
  background: #4ebc30;
  border-color: #4ebc30;
}
.widget-color-red {
  border-color: #e2755f;
}
.widget-color-red > .widget-header {
  background: #e2755f;
  border-color: #e2755f;
}
.widget-color-red2 {
  border-color: #e04141;
}
.widget-color-red2 > .widget-header {
  background: #e04141;
  border-color: #e04141;
}
.widget-color-red3 {
  border-color: #d15b47;
}
.widget-color-red3 > .widget-header {
  background: #d15b47;
  border-color: #d15b47;
}
.widget-color-purple {
  border-color: #7e6eb0;
}
.widget-color-purple > .widget-header {
  background: #7e6eb0;
  border-color: #7e6eb0;
}
.widget-color-pink {
  border-color: #ce6f9e;
}
.widget-color-pink > .widget-header {
  background: #ce6f9e;
  border-color: #ce6f9e;
}
.widget-color-orange {
  border-color: #e8b10d;
}
.widget-color-orange > .widget-header {
  color: #855d10 !important;
  border-color: #e8b10d;
  background: #ffc657;
}
.widget-color-dark {
  border-color: #5a5a5a;
}
.widget-color-dark > .widget-header {
  border-color: #666666;
  background: #404040;
}
.widget-color-grey {
  border-color: #9e9e9e;
}
.widget-color-grey > .widget-header {
  border-color: #aaaaaa;
  background: #848484;
}
.widget-box.transparent {
  border-width: 0;
}
.widget-box.transparent > .widget-header {
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-width: 0;
  border-bottom: 1px solid #DCE8F1;
  color: #4383B4;
  padding-left: 3px;
}
.widget-box.transparent > .widget-header-large {
  padding-left: 5px;
}
.widget-box.transparent > .widget-header-small {
  padding-left: 1px;
}
.widget-box.transparent > .widget-body {
  border-width: 0;
  background-color: transparent;
}
[class*="widget-color-"] > .widget-header > .widget-toolbar > [data-action],
[class*="widget-color-"] > .widget-header > .widget-toolbar > .widget-menu > [data-action] {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
[class*="widget-color-"] > .widget-header > .widget-toolbar > [data-action="settings"],
[class*="widget-color-"] > .widget-header > .widget-toolbar > .widget-menu > [data-action="settings"] {
  color: #D3E4ED;
}
[class*="widget-color-"] > .widget-header > .widget-toolbar > [data-action="reload"],
[class*="widget-color-"] > .widget-header > .widget-toolbar > .widget-menu > [data-action="reload"] {
  color: #DEEAD3;
}
[class*="widget-color-"] > .widget-header > .widget-toolbar > [data-action="collapse"],
[class*="widget-color-"] > .widget-header > .widget-toolbar > .widget-menu > [data-action="collapse"] {
  color: #E2E2E2;
}
[class*="widget-color-"] > .widget-header > .widget-toolbar > [data-action="close"],
[class*="widget-color-"] > .widget-header > .widget-toolbar > .widget-menu > [data-action="close"] {
  color: #FFD9D5;
}
.widget-color-orange > .widget-header > .widget-toolbar > [data-action],
.widget-color-orange > .widget-header > .widget-toolbar > .widget-menu > [data-action] {
  text-shadow: none;
}
.widget-color-orange > .widget-header > .widget-toolbar > [data-action="settings"],
.widget-color-orange > .widget-header > .widget-toolbar > .widget-menu > [data-action="settings"] {
  color: #559AAB;
}
.widget-color-orange > .widget-header > .widget-toolbar > [data-action="reload"],
.widget-color-orange > .widget-header > .widget-toolbar > .widget-menu > [data-action="reload"] {
  color: #7CA362;
}
.widget-color-orange > .widget-header > .widget-toolbar > [data-action="collapse"],
.widget-color-orange > .widget-header > .widget-toolbar > .widget-menu > [data-action="collapse"] {
  color: #777;
}
.widget-color-orange > .widget-header > .widget-toolbar > [data-action="close"],
.widget-color-orange > .widget-header > .widget-toolbar > .widget-menu > [data-action="close"] {
  color: #A05656;
}
.widget-box.light-border[class*="widget-color-"]:not(.fullscreen) {
  border-width: 0;
}
.widget-box.light-border[class*="widget-color-"]:not(.fullscreen) > .widget-header {
  border: 1px solid;
  border-color: inherit;
}
.widget-box.light-border[class*="widget-color-"]:not(.fullscreen) > .widget-body {
  border: 1px solid;
  border-color: #D6D6D6;
  border-width: 0 1px 1px;
}
.widget-box.no-border {
  border-width: 0;
}
.widget-box.fullscreen {
  position: fixed;
  margin: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FFF;
  border-width: 3px;
  z-index: 1040;
  -moz-backface-visibility: hidden;
}
.widget-box.fullscreen:not([class*="widget-color-"]) {
  border-color: #AAA;
}
.widget-body .table {
  border-top: 1px solid #E5E5E5;
}
.widget-body .table thead:first-child tr {
  background: #FFF;
}
[class*="widget-color-"] > .widget-body .table thead:first-child tr {
  background: #f2f2f2;
  background-image: -webkit-linear-gradient(top, #f8f8f8 0%, #ececec 100%);
  background-image: -o-linear-gradient(top, #f8f8f8 0%, #ececec 100%);
  background-image: linear-gradient(to bottom, #f8f8f8 0%, #ececec 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffececec', GradientType=0);
}
.widget-body .table.table-bordered thead:first-child > tr {
  border-top-width: 0;
}
.widget-main.no-padding .table {
  margin-bottom: 0;
  border-width: 0;
}
.widget-main.no-padding .table-bordered th:first-child,
.widget-main.no-padding .table-bordered td:first-child {
  border-left-width: 0;
}
.transparent > .widget-body .widget-main .table-bordered > thead > tr > th:last-child,
.widget-main.no-padding .table-bordered > thead > tr > th:last-child,
.transparent > .widget-body .widget-main .table-bordered > tbody > tr > td:last-child,
.widget-main.no-padding .table-bordered > tbody > tr > td:last-child,
.transparent > .widget-body .widget-main .table-bordered > tfoot > tr > td:last-child,
.widget-main.no-padding .table-bordered > tfoot > tr > td:last-child {
  border-right-width: 0 !important;
}
.transparent > .widget-body .widget-main .table-bordered > tbody > tr:last-child > td,
.widget-main.no-padding .table-bordered > tbody > tr:last-child > td {
  border-bottom-width: 0 !important;
}
.table-bordered > thead.thin-border-bottom > tr > th,
.table-bordered > thead.thin-border-bottom > tr > td {
  border-bottom-width: 1px;
}
.widget-body .alert:last-child {
  margin-bottom: 0;
}
.widget-main .tab-content {
  border-width: 0;
}
.widget-toolbar > .nav-tabs {
  border-bottom-width: 0;
  margin-bottom: 0;
  top: auto;
  margin-top: 3px !important;
}
.widget-toolbar > .nav-tabs > li {
  margin-bottom: auto;
}
.widget-toolbar > .nav-tabs > li > a {
  box-shadow: none;
  position: relative;
  top: 1px;
  margin-top: 1px;
}
.widget-toolbar > .nav-tabs > li:not(.active) > a {
  border-color: transparent;
  background-color: transparent;
}
.widget-toolbar > .nav-tabs > li:not(.active) > a:hover {
  background-color: transparent;
}
.widget-toolbar > .nav-tabs > li.active > a {
  background-color: #FFF;
  border-bottom-color: transparent;
  box-shadow: none;
  margin-top: auto;
}
.widget-header-small > .widget-toolbar > .nav-tabs > li > a {
  line-height: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.widget-header-small > .widget-toolbar > .nav-tabs > li.active > a {
  border-top-width: 2px;
}
.widget-header-large > .widget-toolbar > .nav-tabs > li > a {
  line-height: 22px;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-top: 4px;
}
.widget-header-large > .widget-toolbar > .nav-tabs > li.active > a {
  margin-top: 3px;
}
[class*="widget-color-"] > .widget-header > .widget-toolbar > .nav-tabs > li > a {
  border-color: transparent;
  background-color: transparent;
  color: #FFF;
  margin-right: 1px;
}
[class*="widget-color-"] > .widget-header > .widget-toolbar > .nav-tabs > li > a:hover {
  background-color: #FFF;
  color: #555;
  border-top-color: #FFF;
}
[class*="widget-color-"] > .widget-header > .widget-toolbar > .nav-tabs > li.active > a {
  background-color: #FFF;
  color: #555;
  border-top-width: 1px;
  margin-top: 0;
}
.widget-toolbar > .nav-tabs .widget-color-orange > .widget-header > li > a {
  color: #855D10;
}
.transparent > .widget-header > .widget-toolbar > .nav-tabs > li > a {
  color: #555;
  background-color: transparent;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
}
.transparent > .widget-header > .widget-toolbar > .nav-tabs > li.active > a {
  border-top-color: #4C8FBD;
  border-right: 1px solid #C5D0DC;
  border-left: 1px solid #C5D0DC;
  background-color: #FFF;
  box-shadow: none;
}
.widget-toolbox {
  background-color: #EEE;
}
.widget-toolbox:first-child {
  padding: 2px;
  border-bottom: 1px solid #CCC;
}
.widget-toolbox:last-child {
  padding: 2px;
  border-top: 1px solid #CCC;
}
.transparent > .widget-body > .widget-toolbox:last-child {
  border: none;
  border-top: 1px solid #CCC;
}
.widget-toolbox > .btn-toolbar {
  margin: 0 !important;
  padding: 0;
}
.widget-toolbox.center {
  text-align: center;
}
.widget-toolbox.padding-16 {
  padding: 16px;
}
.widget-toolbox.padding-14 {
  padding: 14px;
}
.widget-toolbox.padding-12 {
  padding: 12px;
}
.widget-toolbox.padding-10 {
  padding: 10px;
}
.widget-toolbox.padding-8 {
  padding: 8px;
}
.widget-toolbox.padding-6 {
  padding: 6px;
}
.widget-toolbox.padding-4 {
  padding: 4px;
}
.widget-toolbox.padding-2 {
  padding: 2px;
}
.widget-toolbox.padding-0 {
  padding: 0px;
}
.widget-box-overlay {
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: -1px;
  left: -1px;
  z-index: 999;
  text-align: center;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.widget-box-overlay > .loading-icon {
  position: relative;
  top: 20%;
  left: 0;
  right: 0;
  text-align: center;
}
.widget-box.collapsed .widget-box-overlay > .loading-icon {
  top: 10%;
}
.widget-box-overlay > .loading-icon.icon-spin {
  -moz-animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  -ms-animation-duration: 1.2s;
  animation-duration: 1.2s;
}
.widget-main > form {
  margin-bottom: 0;
}
.widget-main > form .input-append,
.widget-main > form .input-prepend {
  margin-bottom: 0;
}
.widget-main.no-padding > form > fieldset,
.widget-main.padding-0 > form > fieldset {
  padding: 16px;
}
.widget-main.no-padding > form > fieldset + .form-actions,
.widget-main.padding-0 > form > fieldset + .form-actions {
  padding: 10px 0 12px;
}
.widget-main.no-padding > form > .form-actions,
.widget-main.padding-0 > form > .form-actions {
  margin: 0;
  padding: 10px 12px 12px;
}
.widget-placeholder {
  border: 2px dashed #D9D9D9;
}
.widget-body .md-header {
  margin-top: -30px;
  margin-left: 9px;
}
.widget-body .md-header .btn {
  border-color: transparent;
  background: rgba(255, 255, 255, 0.25) !important;
  color: #FFF !important;
  text-align: center;
  min-width: 32px;
  border-width: 1px !important;
  border-radius: 4px !important;
  padding: 2px 4px 4px;
}
.widget-body .md-header .btn > .ace-icon {
  font-size: 14px;
  width: 25px;
  max-width: 25px;
  display: inline-block;
}
.widget-body .md-header .btn-inverse {
  background: rgba(0, 0, 0, 0.25) !important;
  padding-right: 5px;
  margin-left: 4px;
}
.md-fullscreen-controls {
  display: none;
}
.widget-body .md-preview {
  padding: 8px;
  min-height: 200px;
}
.widget-body .md-input {
  border: none !important;
  box-shadow: none !important;
  display: block;
  margin-bottom: 0;
  background-color: rgba(48, 126, 204, 0.07);
  padding: 8px;
  width: 100%;
}
.widget-body .md-input:focus {
  background-color: #FFF;
  box-shadow: none !important;
}

.pricing-box .price {
    font-size: 22px;
    line-height: 20px;
    height: 28px;
    text-align: center;
    color: #555;
}
.pricing-box:not(:first-child) {
  padding-left: 7px;
}
.pricing-box:not(:last-child) {
  padding-right: 7px;
}
.pricing-box .price {
    font-size: 22px;
    line-height: 20px;
    height: 28px;
    text-align: center;
    color: #555;
}.pricing-box .price {
  font-size: 22px;
  line-height: 20px;
  height: 28px;
  text-align: center;
  color: #555;
}
.pricing-box .price small {
  font-size: 22px;
}
.pricing-box .btn {
  font-size: 16px;
}
.pricing-box .widget-header {
  /* the title */
  text-align: center;
  padding-left: 0;
}
@media only screen and (max-width: 480px) {
  .pricing-box {
    margin: 0;
    margin-bottom: 16px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -1px;
  }
  .pricing-box:nth-child(odd) {
    padding-left: 12px !important;
  }
  .pricing-box:nth-child(even) {
    padding-right: 12px !important;
  }
}
@media only screen and (max-width: 479px) {
  .pricing-box {
    margin: 0;
    margin-bottom: 16px;
    width: 100%;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}
.pricing-table-header {
  padding-top: 0;
  margin-top: 0;
  text-align: left;
}
.pricing-table-header > li {
  padding: 7px 0 7px 11px;
  font-size: 13px;
}
.pricing-table {
  margin-top: 0;
}
.pricing-table > li {
  text-align: center;
  padding: 7px 0;
  font-size: 13px;
}
.list-striped > li:nth-child(odd) {
  background-color: #FFF;
}
.list-striped > li:nth-child(even) {
  background-color: #F2F3EB;
}
.list-striped.pricing-table-header > li:nth-child(even) {
  background-color: #EEE;
}
.pricing-box-small {
  box-shadow: none;
  margin-left: -2px;
  background-color: #FFF;
  position: relative;
  z-index: 10;
}
.pricing-box-small .price {
  line-height: 20px;
  height: 28px;
  text-align: center;
}
.pricing-box-small .price .label:before,
.pricing-box-small .price .label:after {
  margin-top: -2px;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.pricing-box-small:hover {
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.15);
  z-index: 11;
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
.pricing-box-small:hover .price > .label {
  -webkit-transform: scale(0.96);
  -ms-transform: scale(0.96);
  -o-transform: scale(0.96);
  transform: scale(0.96);
}
.pricing-span {
  margin: 0;
  width: 19%;
  max-width: 150px !important;
  min-width: 110px !important;
  float: left !important;
}
.pricing-span-header {
  padding-right: 0;
}
@media only screen and (min-width: 480px) {
  .pricing-span-body {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .pricing-span-header,
  .pricing-span-body {
    width: 100%;
    padding-right: 12px;
  }
}
#services_dashboard {
    margin: 30px 20px 30px 20px;
}
#services_dashboard .btn {
    border-radius: 0;
}
#services_dashboard h4 {
    font-weight: normal;
    margin: 0;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-body {
    padding: 15px;
}
.panel-default {
    border-color: #ddd;
}
.panel-primary {
    border-color: #337ab7;
    color: #fff;
    background-color: #337ab7;
}
.panel-success {
    border-color: #d6e9c6;
    color: #3c763d;
    background-color: #dff0d8;
}
.panel-info {
    border-color: #bce8f1;
    color: #31708f;
    background-color: #d9edf7;
}
.panel-warning {
    border-color: #faebcc;
    color: #8a6d3b;
    background-color: #fcf8e3;
}

.service_panel.panel h4{
    margin-top: 0;
}
.service_panel.panel .btn.btn-details {
    margin-top: 11px;
}
.chb-request-auth-label {
	line-height:24px;
	vertical-align:middle;
	margin-left:4px;
}
#chb-request-auth {
	line-height:30px;
	vertical-align:middle;
}
.btn-ok-settings-form {
	margin-right:250px;
}
.agregate-settings fieldset{
	border:solid 1px #000;
	padding: 7px;
}
.agregate-settings fieldset legend{
	margin-bottom:0px;
	font-size:18px;
	width:auto;
	border-bottom:none;
}
.agregate-settings-tf {
	width:460px;
}

.agregate-settings {
	margin-top:10px;
}
.option-block {
	width:460px;
}

#productsNavigation {
	margin-left:40px;
}

#productsNavigation span, #productsNavigation a {
	display: inline-block;
	padding: 4px 8px;
	margin : 4px;
	border : gray solid 1px;
	color:black;
	text-align:center;
}
#productsNavigation a {
	background-color:#C0C0C0;
	color:black;
	text-decoration:none;
}
.gotopage {
    display: none;
    float: right;
    /*margin-right: 13px;*/
    margin-top: 4px;
}
.productItemMenu {
    background-color: white;
    border-radius: 6px;
    border-style: solid;
    border-width: 3px;
    display: none;
    left: -219px;
    padding: 0px 8px;
    position: absolute;
    top: -10px;
    z-index: 6;
}
.productItemMenu select {
	width: 42px;
	margin-top: 5px;
}
.company-category-seo-link {
	color: #9c9c9c;
	line-height: 27px;
	vertical-align: top;
	display: inline-block;
}
.content-inp-num-small {
	max-width:60px;
}
.content-inp-text-mid {
	min-width:384px;
}
.popup-i-group .control-label {
	width:436px;
	font-weight:bold;
}
.seo-upload-image .controls.upload{
	margin-left:10px!important;
}
.seo-upload-image fieldset legend{
	font-size:14px;
}
.seo-upload-image fieldset{
	max-width:456px;
}
#hPolygonControl label {
	line-height:26px;
	clear:both;
	display:inline-block;
}
.std-fieldset {
	padding: 4px 7px;
	margin:  0 2px;
	border:  1px solid #000;
}
.std-fieldset legend {
	display:unset;
	width:unset;
	padding:0 2px;
	margin-bottom:unset;
	line-height:unset;
	color:unset;
	border:unset;
	border-bottom:unset;
	font-size:18px;
}
.dc-checkbox {
	padding-left:4px;
	line-height: 28px;
    vertical-align: middle;
}
/*.dc-checkbox label {
	line-height:28px;
	vertical-align:middle;
}*/
#bUseDiffWebCategories, #bDiffWebCategoriesIsPublic {
	margin-bottom:5px;
}
.h58px {
	height:58px!important;
}
.link-example-file {
	padding-left:182px;
}
.company-category-seo-link span.fa-th {
	margin-top:8px;
}
.shop-content.ag-content {
	margin: 5px 40px!important;
}
.btn-ok-ag-page {
	margin-right:30px;
}
.vresize {
	resize:vertical;
}
.crm-settings-block {
	margin-bottom:25px;
	padding:10px;
	border: 1px solid black;
}
.crm-settings-block-button-area {
	min-width:15%;
	margin:10px;
	display:inline-block;
}
.crm-settings-block-inner {
	width:100%;
}
.crm-settings-block-inner-sa {
	width:74%;
}
.crm-settings-block-chb-list {
	overflow-y:scroll;
	height:120px;
	border:1px solid gray;
	padding:4px;
}
.crm-settings-save-rel {
	margin-top:4px;
	min-width:185px;
}
.crm-owner-filter-ti {
	width:unset;
	padding-left:unset;
	padding-right:unset;
	margin-left:unset;
	margin-right:unset;
}
.crm-checked-relation {
	background-color: #002698;
	border: solid 1px #FFF;
	color: #FFF;
}
.crm-checklist-label {display:inline-block;}
.tbl-modal-products {
	width:100%;
	border:1px solid #000;
	text-align:center;
}
.tbl-modal-products th, .tbl-modal-products td{
	border:1px solid #000;	
}
.tbl-modal-products td {
	height:64px;
	vertical-align:middle;
}
.tbl-modal-products tr  td {
	width:30%;
}
.ibtn {
	cursor:pointer;
	width:24px;
	height:24px;
}
.product-row {
	display:block;
}
.product-row {
	border:1px solid black;
	border-top:0px;
}
.product-row-first {
	border:1px solid black;
}
.product-row-name {
	width:58%;
	border-right:1px solid black;
	padding-left:4px;
	min-height:32px;
	line-height:32px;
	vertical-align:middle;
	cursor:pointer;
}
.product-row-ctrl {
	width:40%;
	text-align:center;
}
.product-row-name, .product-row-ctrl{
	float:left;
}
.product-row-ctrl {
	width:40%;
	text-align:center;
}
#eoCatalogPlace {
	height:200px;
	overflow-y:scroll;
}
.eoa-product-search {
	margin-bottom:0px!important;
}
.product-row-name-content {
	line-height:18px;
	display:inline-block;
}
.eoa-product-price {
    display: inline-block;
    min-width: 100px;
}
/** in container text-right for modal dialogs using widgets/popup/inputs*/
.btn-modal-right {
	margin-right:150px;
}
.citydropdownlabel{
	float: left;
	margin-right: 10px;
	line-height: 32px;
	vertical-align: middle;
}
.agregate-settings fieldset div.actions.text-right button[type=submit] {
	margin-top:10px;
}
.yamapmodaldlgpreloader {
	background-color: #FFF;
}
.yamapmodaldlgpreloader img {
	vertical-align:middle;
	text-align:center;
}
.yamapmodaldlgpreloadercontentwrap {
	vertical-align:middle;
	text-align:center;
	margin-top:166px;
}

.toppable {
    float: right;
    margin-right: 10px;
}
.databases fieldset {
	max-width:300px;
	margin:auto;
}
#databasesResult th {
	text-align:left;
}
