@import 'reset.css';@import 'fonts.css';@import url(fonts_google.css);body,html {
    height: 100%
}

body {
    max-height: 100%;
    background-color: #fdfdfd;
    font-family: Open Sans,Arial;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.side_menu {
    min-width: 75px;
    background-color: #b6aea4;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    min-height: 475px;
    z-index: 9910;
}

.owerlay {
    position: fixed;
    #top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(204,204,204,.5);
    z-index: 9920;
    #left: 0;
    display: none
}

.owerlay img {
    position: absolute;
    top: 50%;
    margin-top: -64px;
    left: 50%;
    margin-left: -32px;
}

.side_menu .side_title {
    width: 100%;
}

.side_menu .side_title a {
    width: 100%;
    height: 100px;
    display: block
}

.side_menu .menu_list {
    margin-top: 30px
}

.side_menu .menu_list>div {
    position: relative
}

.side_menu .menu_list>div:hover {
    background-color: #5d5d5d
}

.side_menu .menu_list>div:hover .pop-menu {
    display: block
}

.side_menu .menu_list .settings-icon-wrap .settings-icon {
    background: url(../img/2.png) no-repeat center
}

.side_menu .menu_list .wrap-pop-3:hover {
    background-color: #5d5d5d
}

.side_menu .menu_list .wrap-pop-3:hover .pop-menu {
    display: block
}

.side_menu .menu_list .wrap-pop-2:hover {
    background-color: #5d5d5d
}

.side_menu .menu_list .wrap-pop-2:hover .pop-calendar {
    display: block
}

.side_menu .menu_list>div>a {
    display: block;
    width: 100%;
    height: 55px
}

.side_menu .menu_list .first-icon {
    background: url(../img/2.png) no-repeat center
}

.side_menu .menu_list .new-order-icon {
    background: url(../img/newOrder.png) no-repeat center
}

.side_menu .menu_list .second-icon {
    background: url(../img/3.png) no-repeat center
}

.side_menu .menu_list .pop-calendar {
    width: 295px;
    display: none;
    padding: 10px;
    position: absolute;
    left: 100%;
    top: 0;
    font-weight: 300;
    font-size: 15px;
    background-color: #5d5d5d;
    color: #cfcfcf
}

.side_menu .menu_list .third-icon {
    background: url(../img/4.png) no-repeat center
}

.side_menu .menu_list .pop-menu {
    min-width: 300px;
    padding: 5px 0px 20px;
    min-height: 60px;
    display: none;
    padding-left: 20px;
    position: absolute;
    left: 100%;
    top: 0;
    font-weight: 300;
    font-size: 15px;
    background-color: #5d5d5d;
    color: #cfcfcf
}

.pop-menu{
	z-index:9910;
}
.side_menu .menu_list .pop-menu ul li {
    padding-top: 15px
}

.side_menu .menu_list .pop-menu ul li a {
    color: #cfcfcf;
    text-decoration: none;
    height: auto
}

.side_menu .menu_list .pop-menu ul li a:hover {
    color: #fff
}

.side_menu .menu_list .fourth-icon {
    background: url(../img/5.png) no-repeat center
}

.side_menu .menu_list .last-icon {
    bottom: 70px;
    position: absolute;
    width: 100%;
    height: 55px;
    background-image: url(../img/6.png);
    background-repeat: no-repeat;
    background-position: center
}

.side_menu .menu_list .last-icon:hover {
    background-color: #5d5d5d
}

.top-buttons .assortment {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-weight: 400;
    color: #fff;
    font-size: 13px;
    width: 172px;
    height: 28px;
    text-decoration: none;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-color: #4d4d4d;
	cursor:pointer;
}

.top-buttons .assortment:hover {
    background-color: #3d3c3c
}

.top-buttons .cross {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-weight: 400;
    color: #fff;
    font-size: 13px;
    width: 172px;
    height: 28px;
    text-decoration: none;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-color: #4d4d4d;
	cursor:pointer;
}

.top-buttons .cross:hover {
    background-color: #3d3c3c
}

.top-buttons .save {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-weight: 400;
    color: #fff;
    font-size: 13px;
    width: 172px;
    height: 28px;
    text-decoration: none;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-color: #4d4d4d;
	cursor:pointer;
}

.top-buttons .save:hover {
    background-color: #3d3c3c
}


.top-buttons {
    top: 45px;
    /* padding-top: 45px; */
    padding-right: 58px;
    display: table;
    margin-left: 70px;
    position: relative;
    z-index: 9900;
	margin-bottom:5px;
}

.top-buttons a {
    clear: both;
    display: block
}

.top-buttons .confirm-n-close {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-weight: 400;
    color: #fff;
    font-size: 13px;
    width: 172px;
    height: 28px;
    text-decoration: none;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-color: #81af28;
}

.top-buttons .confirm-n-close:hover {
    background-color: #6d8e2e
}

.top-buttons .cancel-n-back {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-weight: 400;
    color: #fff;
    font-size: 13px;
    width: 172px;
    height: 28px;
    text-decoration: none;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-color: #c7071d;
}

.top-buttons .cancel-n-back:hover {
    background-color: #8e0515
}

.basic-table {
    #overflow: auto;
    right: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0
}

.basic {
    #overflow: auto;
    width: 100%;
    max-width: 1920px;
    padding-left: 74px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0
}

.basic .top-page {
    display: table;
    width: 100%
}

.basic .top-page .wrap {
    width: 100%;
    padding: 20px 72px 0 24px;
    display: table
}

.basic .top-page .wrap .top-line {
    width: 100%;
    display: table
}

.basic .top-page .wrap .top-line .top-title {
    float: left;
    font-weight: 300;
    color: #000;
    font-size: 19px
}

.basic .top-page .wrap .top-info {
    padding-top: 20px
}

.basic .top-page .wrap .top-info .top-info-wrap {
    float: left
}

.basic .top-page .wrap .top-info .top-info-wrap .left-info-wrap {
    float: left;
    font-size: 15px;
    color: #000;
    padding-right: 30px
}

.basic .top-page .wrap .top-info .top-info-wrap .left-info-wrap .table {
    width: 100%
}

.basic .top-page .wrap .top-info .top-info-wrap .left-info-wrap .table tr {
    width: 100%
}

.basic .top-page .wrap .top-info .top-info-wrap .left-info-wrap .table tr :first-child {
    padding-top: 7px;
    font-weight: 600
}

.basic .top-page .wrap .top-info .top-info-wrap .left-info-wrap .table tr :nth-child(2) {
    padding-left: 14px;
    font-weight: 400
}

.basic .top-page .wrap .top-info .top-info-wrap .right-info-wrap {
    float: left;
    font-size: 15px;
    color: #000
}

.basic .top-page .wrap .top-info .top-info-wrap .right-info-wrap .table {
    display: table;
    width: 100%
}

.basic .top-page .wrap .top-info .top-info-wrap .right-info-wrap .table tr :first-child {
    display: table-cell;
    padding-top: 7px;
    font-weight: 600
}

.basic .top-page .wrap .top-info .top-info-wrap .right-info-wrap .table tr :nth-child(2) {
    display: table-cell;
    padding-top: 7px;
    padding-left: 14px;
    font-weight: 400
}

.basic .doing {
    overflow: auto;
    //margin-top: 30px
}

.basic .doing .main-page {
    //display: table;
    min-width: 1200px
}

.basic .doing .main-page .table {
    min-width: 1200px;
    padding: 0 75px 60px 25px
}

.basic .doing .main-page .table table thead {
    border-bottom: 1px solid #666;
    color: #000;
    font-weight: 300;
    font-size: 15px
}

.basic .doing .main-page .table table thead tr {
    background-color: #d9f3db
}

.basic .doing .main-page .table table thead tr td {
    position: relative;
    line-height: 1.27;
    vertical-align: middle;
    height: 60px;
    padding: 0px 5px;
}

.basic .doing .main-page .table table thead tr td:nth-child(3) {
    width: 200px
}

.basic .doing .main-page .table table thead tr td div {
    display: table
}

.basic .doing .main-page .table table thead tr td span {
    display: table;
    width: 80%
}

.basic .doing .main-page .table table thead tr td span:after {
    content: "";
    width: 10px;
    height: 10px;
    background: url(../img/arrows.png);
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
    display: table-cell;
    vertical-align: middle;
    padding-left: 14px;
    position: static
}
/*
table thead, table tbody {
	display:block;
}
table tbody {
	overflow:auto;
	height:300px;
}
*/
.basic .doing .main-page .table table tbody {
    font-size: 13px
}

.basic .doing .main-page .table table tbody tr {
    background-color: #fff;
}

.basic .doing .main-page .table table tbody tr:hover {
    background-color: #d9f3db
}

.basic .doing .main-page .table table tbody tr td {
    height: 60px;
    vertical-align: middle;
    text-align: center
}

.main-table-page {
    padding-left: 60px
}

.main-table-page .wrap-table-main {
    width: 100%;
    /*padding: 66px 72px 0px 75px*/
	padding: 10px 10px 0px 40px
}

.main-table-page .wrap-table-main .top-options {
    width: 100%;
    display: table
}

.main-table-page .wrap-table-main .top-options .go {
    display: table;
    padding-top: 9px;
    float: left;
    font-weight: 300;
    font-size: 18px;
    color: #000;
	min-width:1020px;
}

.main-table-page .wrap-table-main .top-options .go div {
    padding-right: 10px;
    float: left;
    color: #2c6d1a;
    font-weight: 400
}

.main-table-page .wrap-table-main .top-options div {
    float: right
}

.main-table-page .wrap-table-main .top-options form {
    position: relative
}

.main-table-page .wrap-table-main .top-options form :first-child {
    width: 201px;
    height: 34px;
    font-family: sans-l;
    font-size: 13px;
    color: #000;
    padding-left: 44px;
    border: 1px solid #bfbfbf;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px
}

#myTable_filter label :first-child {
    margin-bottom: 10px
}

.main-table-page .wrap-table-main .top-options form :first-child::-webkit-input-placeholder {
    color: #000
}

.main-table-page .wrap-table-main .top-options form :first-child::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.main-table-page .wrap-table-main .top-options form :nth-child(2) {
    position: absolute;
    top: 8px;
    left: 15px;
    background: url(../img/search.png) no-repeat center;
    width: 20px;
    height: 20px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.main-table-page .tabl {
    overflow: auto;
    min-width: 1159px
}

.main-table-page .tabl .string {
    padding-left: 42px;
    display: table;
    width: 100%
}

.main-table-page .tabl .string table thead {
    color: #000;
    font-weight: 300;
    font-size: 15px;
    border-bottom: solid 1px #666;
	background-color:#fff;

}

.main-table-page .tabl .string table thead tr td {
    position: relative;
    line-height: 1.27;
    vertical-align: middle;
    height: 60px;
    padding: 0px 5px;
}

thead tr td{
	line-height: 1.27  !important;
    vertical-align: middle  !important;
    height: 60px  !important;
    padding: 0px 5px  !important;
	font-size: 15px;
	font-weight: lighter !important;
}

.main-table-page .tabl .string table thead tr td:first-child:after {
    display: none
}

.main-table-page .tabl .string table thead tr td div {
    display: table;
    width: 100%;
}

.main-table-page .tabl .string table thead tr td span {
    display: table;
    //width: 80%
    margin: 0px auto;
}

.main-table-page .tabl .string table thead tr td span:after {
    content: "";
    width: 10px;
    height: 10px;
    background: url(../img/arrows.png);
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
    display: table-cell;
    vertical-align: middle;
    padding-left: 14px;
    position: static
}

thead{
	background-color: #d9f3db;
}

thead tr td span:after {
	  content: "";
    width: 10px;
    height: 10px;
    background: url(../img/arrows.png);
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
    display: table-cell;
    vertical-align: middle;
    padding-left: 14px;
    position: static
	
}

thead tr td span {
    display: table;
    //width: 80%
    margin: 0px auto;
}


.main-table-page .tabl .string table tbody {
    font-size: 13px;
    line-height: 1.27
}

.main-table-page .tabl .string table tbody tr:hover {
    background-color: #d9f3db
}

.main-table-page .tabl .string table tbody tr td {
    height: 60px;
    vertical-align: middle;
    padding: 0 4px
}

.main-table-page .tabl .string table tbody tr td:nth-child(1) {
    text-align: center;

}
.main-table-page .tabl .string table tbody tr td:nth-child(2) {

    text-align: center
}
.main-table-page .tabl .string table tbody tr td:nth-child(3) {

    text-align: center
}
.main-table-page .tabl .string table tbody tr td:nth-child(4) {

    text-align: center
}
.main-table-page .tabl .string table tbody tr td:nth-child(5) {

    text-align: left
}
.main-table-page .tabl .string table tbody tr td:nth-child(6) {

    text-align: left
}
.main-table-page .tabl .string table tbody tr td:nth-child(7) {

    text-align: left
}
.main-table-page .tabl .string table tbody tr td:nth-child(8) {

    text-align: center
}
.main-table-page .tabl .string table tbody tr td:nth-child(9) {

    text-align: center
}
.main-table-page .tabl .string table tbody tr td:nth-child(10) {

    text-align: center
}
.main-table-page .tabl .string table tbody tr td:nth-child(11) {

    text-align: left
}
.main-table-page .tabl .string table tbody tr td:nth-child(12) {

    text-align: left
}
.main-table-page .tabl .string table tbody tr td :first-child input[type=checkbox] {
    display: none
}
.num_col{
    text-align: right;
}
.main-table-page .tabl .string table tbody tr td :first-child .checker {
    display: block;
    vertical-align: middle;
    height: 10px;
    width: 10px;
    margin: 0 8px;
    cursor: pointer;
    border: 1px solid #ccc
}

.main-table-page .tabl .string table tbody tr td :first-child input[type=checkbox]:checked+.checker {
    background-image: url(../img/check.png);
    background-size: 8px
}

.basic .doing .main-page .table .string .usual-line .elements .edit_cell .comment_edit_cell {
    text-align: center;
    padding: 0
}

.basic .doing .main-page .table .string .usual-line .elements .edit_cell .comment_edit_cell span {
    padding: 0
}

.basic .doing .main-page .table .string .usual-line .elements .edit_cell td.comment_edit_cell .editing {
     
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.popup {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 444px;
    min-height: 168px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 6px rgba(0,0,0,.5);
    -moz-box-shadow: 0 4px 6px rgba(0,0,0,.5);
    box-shadow: 0 4px 6px rgba(0,0,0,.5);
    z-index: 3;
    padding: 40px 30px 30px
}

.popup .cross {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 13px;
    height: 13px;
    background-size: cover
}

.popup p {
    font-size: 15px;
    text-align: center;
    line-height: 1.3
}

.popup .top-buttons {
    padding: 30px 0 0
}

.opend {
    display: block
}

#easy {
    padding-bottom: 70px;
    padding-right: 70px;
}

.easy{
	position: relative;
    top: -20px;	
}

#doing {
    width: 100%;
    overflow: auto;
    margin-bottom: 70px
}

.container-form {
    max-width: 1011px;
    width: 100%;
    margin: 0 auto;
    display: table;
    margin-bottom: 100px;
    padding: 0 15px
}

.container-form .header-logo .left-logo {
    background: url(../img/1.svg);
    width: 75px;
    height: 100px;
    display: block
}

.container-form .login-main-page .main-page-text {
    max-width: 906px;
    font-size: 26px;
    font-weight: 300;
    color: #000;
    margin-top: 135px;
    padding-left: 55px;
    text-align: right
}

.login-form {
    margin-top: 60px;
    margin-right: 75px
}

.login-form .form-img {
    max-width: 405px;
    width: 100%;
    margin-left: 58px;
    display: block;
    float: left
}

.login-form .form-img img {
    width: 100%
}

.login-options {
    letter-spacing: .1px;
    float: right;
    width: 210px;
    font-size: 14px;
    font-weight: 300
}

.login-options .option:last-child {
    display: none
}

.login-options .act_sw {
    color: #2c6d1a;
    text-decoration: none
}

.login-options .act_sw:hover {
    text-decoration: underline
}

.login-options form {
    margin: 6px auto 0;
    width: 201px
}

.login-options form input {
    width: 100%;
    height: 34px;
    padding-left: 20px;
    letter-spacing: .2px;
    border: solid 1px #bfbfbf;
    margin-top: 10px;
    color: #000;
    font-family: Open Sans;
    font-size: 13px;
    font-weight: 300;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    line-height: 34px;
}

.login-options form input::-webkit-input-placeholder {
    font-family: Open Sans;
    font-size: 13px;
    font-weight: 300;
    color: #000
}

.login-options form button {
    margin: 22px auto 0;
    display: block;
    width: 100%;
    height: 36px;
    letter-spacing: .2px;
    text-align: center;
    color: #fff;
    outline: 0;
    border: none;
    cursor: pointer;
    background-color: #2c6d1a;
    font-family: Open Sans;
    font-size: 13px;
    font-weight: 300;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px
}

.login-options form button:hover {
    background-color: #639c53
}

.login-options form textarea {
    height: 120px;
    width: 100%;
    margin-top: 10px;
    border: solid 1px #bfbfbf;
    resize: none;
    outline: 0;
    font-family: Open Sans;
    color: #000;
    font-size: 13px;
    font-weight: 300;
    padding: 10px 20px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.login-options form textarea::-webkit-input-placeholder {
    font-family: Open Sans;
    color: #000;
    font-size: 13px;
    font-weight: 300
}

.login-options form textarea ::-moz-placeholder {
    font-family: Open Sans;
    color: #000;
    font-size: 13px;
    font-weight: 300
}

.login-options form textarea :-moz-placeholder {
    font-family: Open Sans;
    color: #000;
    font-size: 13px;
    font-weight: 300
}

.login-options form textarea :-ms-input-placeholder {
    font-family: Open Sans;
    color: #000;
    font-size: 13px;
    font-weight: 300
}

.date-from-to {
    position: relative;
    width: 100%;
    height: 40px;
    background-color: #fff;
    text-align: center;
    color: #000;
    padding-top: 11px;
    margin-bottom: 14px
}

.date-from-to:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    bottom: -5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 50%;
    margin-left: -5px
}

.reg_page {
    width: 100%;
    min-height: 100%;
    background: url(../img/background.jpg) center no-repeat;
    background-size: cover;
    padding: 30px 0;
    position: relative;
    padding-bottom: 230px
}

.reg_page .top_title {
    width: 100%;
    height: 93px;
    background-color: #2c6d1a;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.5);
    text-align: center;
    font-size: 36px;
    color: #fff;
    font-weight: 300;
    padding-top: 24px
}

.reg_page .reg_container {
    width: 100%;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    //position: relative
}

.reg_page .vantages {
    margin-top: 124px;
    max-width: 870px;
    width: 100%;
    display: block;
    padding-right: 100px;
}

.reg_page .vantages li {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.1;
    color: #fff;
    position: relative;
    padding-left: 46px;
    margin-bottom: 28px;
    display: table;
}

.reg_page .vantages li:before {
    content: url(../img/check2.png);
    margin-right: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -14px
}

.reg_page .vantages .mid {
    margin: 0 auto 28px
}

.reg_page .vantages .last {
    float: right
}

.reg_page .login-options {
    position: absolute;
    right: 25px;
    top: 69px;
     top: 50%;
    -webkit-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
    width: 275px;
    display: table;
    padding: 20px 0 37px;
    background-color: rgba(255,255,255,.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.reg_page .login-options .option-text {
    text-align: center
}

.reg_page .bt_line {
    position: absolute;
    bottom: 0px;
    height: 80px;
    width: 100%;
    background-color: #b6aea4;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,.5);
    box-shadow: 0 0 20px rgba(0,0,0,.5)
}

.reg_page .bt_line .reg_container {
    height: 100%
}

.reg_page .bt_line .bt_logo {
    position: absolute;
    bottom: 0
}

.reg_page .bt_line .bt_container {
    padding-left: 116px
}

.reg_page .bt_line .bt_container .numb {
    float: left;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .2;
    padding-top: 15px;
    color: #fff
}

.reg_page .bt_line .bt_container .numb span {
    display: block;
    font-size: 27px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: .4px;
    color: #fff
}

.reg_page .bt_line .bt_container .copyright {
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: .2px;
    color: #fff;
    padding-top: 32px
}

.reg_page .bt_line .bt_container .social_wrap {
    float: right;
    padding-top: 19px
}

.reg_page .bt_line .bt_container .social_wrap a {
    display: block;
    float: left;
    margin-right: 10px
}

@media (max-width: 1120px) {
    .reg_page .vantages {
        width:100%;
        margin-top: 30px;
        max-width: 100%;
        padding: 0
    }

    .reg_page .vantages li {
        float: left
    }

    .reg_page .vantages .mid {
        float: right
    }

    .reg_page .vantages .last {
        float: none;
        margin: 0 auto
    }

    .reg_page .login-options {
        position: static;
        margin: 75px auto;
        float: none;
        right: auto;
        -webkit-transform: translate(0%,0%); 
	    -moz-transform: translate(0%,0%);
	    -o-transform: translate(0%,0%);
	    -ms-transform: translate(0%,0%);
	     transform: translate(0%,0%); 
    }
}
@media (max-height: 860px) {
	.reg_page .vantages{
		margin-top: 40px;
	}
}
@media (max-width: 990px) {
    .reg_page .bt_line .bt_container .social_wrap {
        display:none
    }

    .reg_page .bt_line .bt_container .copyright {
        text-align: right
    }
}

@media (max-width: 740px) {
    .reg_page .top_title {
        font-size:30px
    }

    .reg_page .bt_line {
        display: table;
        padding: 30px 0
    }

    .reg_page .bt_line .bt_logo {
        bottom: auto
    }

    .reg_page .bt_line .bt_container {
        padding-left: 100px
    }

    .reg_page .bt_line .bt_container .numb {
        float: none
    }

    .reg_page .bt_line .bt_container .social_wrap {
        display: table;
        float: none
    }

    .reg_page .bt_line .bt_container .copyright {
        text-align: left;
        padding-top: 16px
    }
}

@media (max-width: 660px) {
    .reg_page .vantages {
        display:none
    }

    .reg_page .top_title {
        height: auto;
        display: table;
        padding: 30px 0
    }
}

@media (max-width: 400px) {
    .reg_page .bt_line .bt_logo {
        display:none
    }

    .reg_page .bt_line .bt_container {
        padding: 0;
		width:500px;
		
    }
}

.tabl .sorting_1,.tabl .sorting_asc,.tabl .sorting_desc {
    background-color: #bdefc1
}

td {
    cursor: pointer
}

.edit_cell {
    padding: 10px
}

.edit_cell span {
    width: 100%;
    background-color: #fff;
    height: 100%;
    display: block;
    padding-top: 8px;
    white-space: nowrap;
}
.edit_cell span div{
    display: none;
}
.edit_cell .editing {
    border: 1px solid #c7071d;
    padding-top: 7px;
}

.comment_edit_cell {
    padding: 10px
}

.comment_edit_cell span {
    width: 100%;
    background-color: #fff;
    height: 100%;
    display: block;
    padding-top: 8px;
    white-space: nowrap;
}
.comment_edit_cell span div{
    display: none;
}
.comment_edit_cell .editing {
    border: 1px solid #c7071d;
    padding-top: 7px;
}



#popup2 {
}

#popup2 A {
    color: #000000;
    display: inline-block;
    margin-top: 40px;
    text-align: center;
    width: 30%;
}

#popup2 A.second {
	color: #000000;
    display: inline-block;
    margin-top: 40px;
    text-align: center;
    width: 30%;
	
}
#popup2 A.third {
	color: #000000;
    display: inline-block;
    margin-top: 40px;
    text-align: center;
    width: 30%;
	
}
#popup5 A.third {
	color: #000000;
    display: inline-block;
    margin-top: 40px;
    text-align: center;
    width: 30%;
	margin-left: 120px;
	
}

#popup4 A {
    color: #000000;
    display: inline-block;
    margin-top: 40px;
    text-align: center;
    width: 30%;
}

#popup4 A.second {
	color: #000000;
    display: inline-block;
    margin-top: 40px;
    text-align: center;
    width: 30%;
	
}
#popup4 A.third {
	color: #000000;
    display: inline-block;
    margin-top: 40px;
    text-align: center;
    width: 30%;
	
}

#popup3 A {
    color: #000000;
    display: inline-block;
    margin-top: 40px;
    text-align: center;
    width: 30%;
}

#popup3 A.second {
	color: #000000;
    display: inline-block;
    margin-top: 40px;
    text-align: center;
    width: 30%;
	
}
#popup3 A.third {
	color: #000000;
    display: inline-block;
    margin-top: 40px;
    text-align: center;
    width: 30%;
	
}

.side_menu .menu_list .third-icon {
	position: relative;
}
.side_menu .menu_list .third-icon .notice{
	display: block;
	position: absolute;
	display: table;
	padding: 5px 5px 6px;
	 background-image: url(../img/round.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 21px;
	color: #fff;
	font-size: 11px;
	border-radius: 50%;
	right: 15px;
    min-width: 21px;
    text-align: center;
}
.date-top{
    display: table-cell;
    background-color: #5d5d5d;
    padding: 10px 15px;
    color: #fff;
    position: relative;
    margin: 0px 0px 0px 35px;
    bottom: -35px;
}
.date-top-doc{
    display: table-cell;
    background-color: #5d5d5d;
    padding: 10px 15px;
    color: #fff;
    position: relative;
    margin: 0px 35px 0px 35px;
	bottom: -35px;   
	left:20px;
}
.date-top a, .date-top-doc a{
    display: block;
    text-transform: lowercase;
    position: absolute;
    display: table;
    padding: 4px 5px 6px;
    background-image: url(../img/round2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 21px;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    right: -9px;
    top: -10px;
    min-width: 21px;
    text-align: center;
    cursor: pointer;
	z-index: 1000;
}
// .date-top:after{
//     content: '';
//     display: block;
//     width: 10px;
//     height: 10px;
//     background-color:  #5d5d5d;
//     position: absolute;
//     bottom: -5px;
//     -webkit-transform: rotate(45deg);
//     -moz-transform: rotate(45deg);
//     -o-transform: rotate(45deg);
//     -ms-transform: rotate(45deg);
//     transform: rotate(45deg);
    
// }

.main-table-page .tabl .string table thead tr .sorting_asc span:after{
    background-image: url("../img/arrow-up.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
}
.main-table-page .tabl .string table thead tr .sorting_desc span:after{
    background-image: url("../img/arrow-down.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
}

.sformirovan{
	font-weight:800;
}

.maxkrat{
	color:red;	
}

.tdhide{
	display:none;
}

.googleplay
{
	margin-top:10px;
	margin-left:30px;
	width:152px;
	height:60px;
	
}

.qrgoogleplay
{
	margin-top:10px;
	width:60px;
	height:60px;
	
}


span.msg,
span.choose {
  color: #555;
  padding: 5px 0 10px;
  display: inherit
}
.container {
  width: 500px;
  margin: 50px auto 0;
  text-align: center
}

.assortimentListItem{
	cursor:pointer;
}

.disabled-button {
    background-color: grey !important;
}

a.disabled-button {
    pointer-events: none; /* делаем ссылку некликабельной */
    cursor: default;  /* устанавливаем курсор в виде стрелки */
    color: #999; /* цвет текста для нективной ссылки */
    background-color: grey !important;
}