﻿.tabs {
	width: 600px;
	
	
}

   .scrollbar-outer > .scroll-element,
                            .scrollbar-outer > .scroll-element div
                            {
                                border: none;
                                margin: 0;
                                padding: 0;
                                position: absolute;
                                z-index: 10;
                            }

                            .scrollbar-outer > .scroll-element {
                                background-color: #ffffff;
                            }

                            .scrollbar-outer > .scroll-element div {
                                display: block;
                                height: 100%;
                                left: 0;
                                top: 0;
                                width: 100%;
                            }

                            .scrollbar-outer > .scroll-element.scroll-x {
                                bottom: 0;
                                height: 12px;
                                left: 0;
                                width: 100%;
                            }

                            .scrollbar-outer > .scroll-element.scroll-y {
                                height: 100%;
                                right: 0;
                                top: 0;
                                width: 12px;
                            }

                            .scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer { height: 8px; top: 2px; }
                            .scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer { left: 2px; width: 8px; }

                            .scrollbar-outer > .scroll-element .scroll-element_outer { overflow: hidden; }
                            .scrollbar-outer > .scroll-element .scroll-element_track { background-color: #eeeeee; }

                            .scrollbar-outer > .scroll-element .scroll-element_outer,
                            .scrollbar-outer > .scroll-element .scroll-element_track,
                            .scrollbar-outer > .scroll-element .scroll-bar {
                                -webkit-border-radius: 8px;
                                -moz-border-radius: 8px;
                                border-radius: 8px;
                            }

                            .scrollbar-outer > .scroll-element .scroll-bar { background-color: #fbd300; }
                            .scrollbar-outer > .scroll-element .scroll-bar:hover { background-color: #fbd300; }
                            .scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar { background-color: #fbd300; }


                            /* scrollbar height/width & offset from container borders */
/* .scrollbar-outer > .scroll-content.scroll-scrolly_visible {
    left: -12px;
    margin-left: 12px;
}
                            .scrollbar-outer > .scroll-content.scroll-scrolly_visible { left: -12px; margin-left: 12px; } */
                            .scrollbar-outer > .scroll-content.scroll-scrollx_visible { top:  -12px; margin-top:  12px; }

                            .scrollbar-outer > .scroll-element.scroll-x .scroll-bar { min-width: 10px; }
                            .scrollbar-outer > .scroll-element.scroll-y .scroll-bar { min-height: 10px; }


                            /* update scrollbar offset if both scrolls are visible */

                            .scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -14px; }
                            .scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -14px; }

                            .scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -14px; }
                            .scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -14px; }


.tabs__caption {
    height: 28px;
    line-height: 28px;
    list-style: none;
    /* border-bottom: 1px solid #DDD; */
    /* background: #FFF; */
    padding: 0;
    margin: 0;
}
.tabs__caption li {
    float: left;
    display: inline;
  /*   margin: 0 1px -1px 0; */
    /* padding: 0 13px 1px; */
    color: #777;
    cursor: pointer;
    /* background: #F9F9F9; */
    /* border: 1px solid #E4E4E4; */
    /* border-bottom: 1px solid #F9F9F9; */
    position: relative;
    height: 28px;
    line-height: 28px;
    display: block;
    width: 125px;
    text-align: center;
	    font-size: 11px;
    font-weight: bold;
}
.tabs__caption .fiolet {
	color:#673f86;
}
.tabs__caption  .fiolet.active    {
		background:#673f86;
}
.tabs__caption  .greens.active    {
		background:#89bd68;
}
.tabs__caption  .reds.active    {
		background:#e9635a;
}
.tabs__caption  .orang.active    {
		background:#ff8e11;
		
}
.tabs__caption .reds { color:#e9635a}
.tabs__caption .greens {color: #89bd68}
.tabs__caption .orang {color: #ff8e11 }
.left-text.reds { color:#e9635a; font-weight:bold;}
.left-text.greens {color: #89bd68; font-weight:bold;}
.left-text.orang {color: #ff8e11; font-weight:bold; }
.left-text.fiolet {color: #673f86; font-weight:bold; }
.tabs__caption li.fiolet:hover {
	color: #ffffff;
	padding: 0 10px;
	background: #673f86;
	
}
.tabs__caption li.reds:hover {
	color: #ffffff;
	padding: 0 10px;
	background: #e9635a;
	
}
.tabs__caption li.greens:hover {
	color: #ffffff;
	padding: 0 10px;
	background: #89bd68;
	
}
.tabs__caption li.orang:hover {
	color: #ffffff;
	padding: 0 10px;
	background: #ff8e11;
	
}
.tabs__caption .active {

  
    /* padding: 0 13px 2px; */
    /* border: 1px solid #D4D4D4; */
    /* border-bottom: 1px solid #EFEFEF; */
    line-height: 28px;
    height: 28px;
    color: #fff;

}
.tabs__content {
	display: none;
	
}
.tabs__content.active {
	display: block;
}



@font-face {
    font-family: 'Roboto-Black';
    src: url('../fonts/Roboto-Black.eot');
    src: url('../fonts/Roboto-Black.woff2') format('woff2'),
    url('../fonts/Roboto-Black.woff') format('woff'),
    url('../fonts/Roboto-Black.ttf') format('truetype'),
    url('../fonts/Roboto-Black.svg#Roboto-Black') format('svg'),
    url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
#block1 {
	border: 9px solid #673f86;
}
#block2 {
	border: 9px solid #e9635a;
}
#block3 {
	border: 9px solid #89bd68;
}
#block4 {
	border: 9px solid #ff8e11;
}
#block1,#block2,#block3 ,#block4 {
	width:500px;
	height:440px;
    z-index: 90000;
    background: #fff;	
	padding: 5px;
}
#pole_1,#pole_2,#pole_3,#pole_4  {    height: 290px;}
#addd,#addd2,#addd3,#addd4{display:none;}
.table-poles {
		    width: 470px;
  /*   overflow: auto; */
    height: 360px;
	}
.top-table {
	width:908px;
}
.left-text {
		float: left;
	
	}
	.left-text.right { display:none}
.tops {
	    height: 30px;
		
}
.table-step-right , .table-step-left {
	    width: 40px;
    background-color: #f0cc46;
    color: #fff;
    height: 20px;
    font-weight: bolder;
	cursor:pointer;
	float: right;
}
.table-step-right:hover, .table-step-left:hover {
	background-color: #eb6529;
}
.table-step-right div, .table-step-left div
{
	margin: 0 auto;
    width: 10px;
}
body {
	 
scrollbar-base-color: #ecedee;

  scrollbar-base-color: #ecedee;

  scrollbar-3dlight-color: #ecedee;

  scrollbar-highlight-color: #ecedee;

  scrollbar-face-color: #f0cc46;

  scrollbar-arrow-color: black;

  scrollbar-shadow-color: #ecedee;

  scrollbar-dark-shadow-color: #ecedee;

}
.l_ima {position:absolute;}
@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto-Medium.woff') format('woff'),
    url('../fonts/Roboto-Medium.ttf') format('truetype'),
    url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoMedium';
    src: url('../fonts/RobotoMedium.eot');
    src: url('../fonts/RobotoMedium.woff2') format('woff2'),
    url('../fonts/RobotoMedium.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Light';
    src: url('../fonts/Roboto-Light.woff') format('woff'),
    url('../fonts/Roboto-Light.ttf') format('truetype'),
    url('../fonts/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoLight';
    src: url('../fonts/RobotoLight.eot');
    src: url('../fonts/RobotoLight.woff2') format('woff2'),
    url('../fonts/RobotoLight.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
/* --------------------- */
html {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.disabled {
    pointer-events: none;
}

.checked {
    background-color: #eb6529;
}
/* --------------------- */


.container {
    width: 1920px;
    height: 1080px;
    /*border: 1px solid red;*/
    background-color: #fff;
    padding-right: 0px;
    padding-left: 0px;
}
.container .row {
    margin-right: 0;
    margin-left: 0;
}
header {

}

.header-top {
    height: 22px;
    background-color: #363636;
    width: 1920px;
}


.header-column {
    width: 5px;
    height: 44px;
    background-color: white;
    position: relative;
    top:17px;
    left: 19px;
}
.header-logo-title-top {
    font-size: 18px;
    color: #fff;
    font-family: 'Roboto-Medium';
    text-transform: uppercase;
    position: relative;
    top: -28px;
    left: 39px;
}
.header-logo-title-bottom {
    font-size: 18px;
    color: #232323;
    font-family: 'Roboto-Medium';
    text-transform: uppercase;
    position: relative;
    top: -32px;
    left: 40px;
}
.section-1 {
    margin-top: 4px;
	position: relative;
}
.section-1-left {
    border: 3px solid #eb6529;
    width: 637px;
    /*width: 637px;*/
    /*width: 631px;*/
    height: 900px;
    float: left;
   
    margin-right: 2px;

}

.section-1-right {
    border: 3px solid #bfc3ca;
    width: 1270px;
    height: 900px;

    background-color: #e9ecf1;
}

.section-1-title-left-right {
    color:#eb6529;
    font-family: 'Roboto-Medium';
    text-transform: uppercase;
    font-size: 28px;
    text-align: center;
    margin: 5px;
    top: 17px;
    left: 273px;

}

#management-table-add-btn {
    margin: 0 auto;
    width: 100%;
    height: 24px;
    background-color: #f0cc46;
    float: right;
    /* overflow: hidden; */
}
.left-add {
    width: 57px;
    height: 31px;
    background-color: #f0cc46;
   

	cursor: pointer;
    /*overflow: hidden;*/
}
.left-delete {
    width: 57px;
    height: 31px;
    background-color: #f0cc46;
      
	cursor: pointer;
}

.left-add:hover,
#management-table-add-btn:hover,
.left-delete:hover {
    background-color: #eb6529;
}


.left-add-titles {
width: 15px;
    height: 16px;
    color: white;
    font-family: "Roboto Medium";
    font-size: 30px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;

    top: 5px;
    left: 21px;
    z-index: 100;
    cursor: pointer;
    font-weight: bolder;
}



#d1_0_1 {
 display: inline-block; 
}
#d1_0_2 {
   display: inline-block; 
}
#d1_0_3 {
   display: inline-block;
}
#d1_0_4 {
       position: absolute;
    bottom: 0;
    display: block;
}

.stiket {
    width: 178px;
    height: 181px;
    background-color: #fff8c8;
    border: 1px solid white;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
    position: absolute;
    top:200px;
    left: 300px;
}
.stiket-date {
    color: #979797;
    font-size: 10px;
    margin-top: 5px;
    margin-left: 7px;
    margin-bottom: 5px;
    font-family: 'RobotoLight';

}

.stiket_p{
    width: 166px;
    height: 124px;
    border: 1px solid #dfe2e7;
    margin-left: 5px;
	 overflow-y: auto;
	word-break: break-all;

}
.stiket-big-bottom-title textarea {
    color: #818181;
    font-family: 'RobotoMedium';
    font-size: 18px;
    padding-left: 8px;
    padding-top: 12px;
    padding-bottom: 0;
    background-color: rgba(255, 253, 230, 0.82);
    border: 1px solid #dfe2e7;
    width: 260px;
    height: 52px;
    overflow: hidden;
}

/* ::-webkit-scrollbar-button {
background-image:url('');
background-repeat:no-repeat;
width:5px;
height:0px
}

::-webkit-scrollbar-track {
background-color:#ecedee 
}

::-webkit-scrollbar-thumb {
-webkit-border-radius: 0px;
border-radius: 0px;
background-color:#f0cc46;
}

::-webkit-scrollbar-thumb:hover{
background-color:#f0cc46;
}

::-webkit-resizer{
background-image:url('');
background-repeat:no-repeat;
width:4px;
height:0px
}

::-webkit-scrollbar{
width: 8px;
} */











/**/
/*.stiket-big-pole input[type="text"] {*/
.stiket-big-pole textarea {
    width: 393px;
    height: 290px;
    background-color: #fffde6;
    border: 1px solid #dfe2e7;
    color: #2e2e2e;
    font-family: 'RobotoLight';
    font-size: 18px;
    margin-left: 14px;
    padding: 13px;
    line-height: 1.2;
}

.stiket-big-pole textarea:active,
.stiket-big-pole textarea:hover,
.stiket-big-pole textarea:focus {
    outline:transparent
}
.stiket-big-pole input[type="text"] {}

input[placeholder],
input::-moz-placeholder,
input:-moz-placeholder,
input:-ms-input-placeholder {
    padding-top: 0;
}


.stiket-big-bottom {
    /*display: block;*/
}
.stiket-big-bottom-title {
    float: left;
    width: 260px;
    height: 52px;
    background-color: rgba(255, 253, 230, 0.82);
    border: 1px solid #dfe2e7;
    margin-left: 14px;
    margin-top: 13px;
}
.stiket-big-bottom-title p{
    color:#818181;
    font-family: 'RobotoMedium';
    font-size: 18px;
    padding-left: 8px;
    padding-top: 12px;
}
.stiket-big-check {
    float: right;
    margin-top: 13px;
    margin-right: 10px;
}
.stiket-big-cross {
    float: left;
    margin-top: 13px;
    margin-left: 10px;
}
/*footer*/
footer {

}
input:disabled { 
    background: #fff; 
    border: 1px solid rgb(217, 217, 217);
  
   }
.footer-top {
    /*margin-top: -14px;*/
}
.footer-bottom {
    width: 1920px;
    height: 22px;
    background-color: #363636;
   
    margin-top: 4px;
}

.footer-block-red {
    width: 193px;
    height: 63px;
    background-color: #eb6529;
    margin-top: 4px;
  
    float: left;
}
.footer-block-white {
    width: 187px;
    height: 63px;
    background-color: #fff;
    margin-top: 4px;
    margin-left: 4px;
    float: left;
}
.footer-block-red .pagination-numbe {
    font-family: 'Roboto-Black';
    color: #fff;
    font-size: 20px;
    border: 2px solid #fff;
    /*margin-top: 18px;*/
    position: relative;
    top:18px;
    margin-left: 32px;
    padding-left: 8px;
    width: 32px;
}
.footer-block-white .pagination-numbe {
    font-family: 'Roboto-Black';
    color: #fff;
    font-size: 20px;
    border: 2px solid #eb6529;
    position: relative;
    top:18px;
    margin-left: 32px;
    padding-left: 8px;
    width: 32px;
    background-color: #eb6529;
}
.footer-block-white .pagination-numbe-end {
    font-family: 'Roboto-Black';
    color: #fff;
    font-size: 20px;
    border: 2px solid #eb6529;
    position: relative;
    top:18px;
    margin-left: 32px;
    padding-left: 3px;
    width: 32px;
    background-color: #eb6529;
}

.footer-block-red .pagination-title {
    font-family: 'RobotoMedium';
    font-size: 11px;
    color:#fff;
    margin-left: 79px;
    position: relative;
    top:-15px;
    text-transform: uppercase;
    line-height: 1.3;
}
.footer-block-white .pagination-title {
    font-family: 'RobotoMedium';
    font-size: 8px;
    color:#393939;
    margin-left: 79px;
    position: relative;
    top:-15px;
    text-transform: uppercase;
    line-height: 1.3;
}


/*--------------*/
.section-1-right-top {
    background-color: #fff;
    height: 75px;
	position: relative;
}
/* .section-1-right-top-block {
    width: 456px;
    position: relative;
    top:16px;
} */

.section-1-right-top-title {
    color:#7b7b7b;
    font-family: 'RobotoMedium';
    font-size: 28px;
    text-transform: uppercase;
    float: right;
    margin-right: 5px;

}
.section-1-right-top img{

}

.section-1-right .table-pole {
    width: 1242px;
    height: 589px;
    background-color: white;
    border: 1px solid #d9d9d9;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.07);
    margin-top: 18px;
    margin-left: 10px;
}

.section-1-right .block-img {
    margin-top: 15px;
    padding-left: 10px;
}


.header-block-step {
    background-color: #efb13e;
    width: 71px;
    height: 75px;
    float: right;
    position: absolute;
    top: 22px;
    right: 0px;
}

.popup-a-close{
    width: 71px;
    height: 75px;
    float: right;
    position: absolute;
    top: 22px;
    right: 0px;
}

#management-table-refresh {
    position: absolute;
    top: 15px;
    left: 15px;
	z-index: 1;
	width: 45px;
    height: 45px;
}

/*
@keyframes spin { 0% { transform:rotate(0deg); }  100% { transform:rotate(360deg); } }
#management-table-refresh {
	animation:spin 500ms linear infinite  none paused;
}
*/

.wheel {
    z-index: 100;
 
    -webkit-animation-name: spin;
    -webkit-animation-duration: 600ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 600ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 600ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
 
    animation-name: spin;
    animation-duration: 600ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}


#management-table-refresh-img, #management-table-refresh #management-table-refresh-img-active {
	height: 100%;
	width: 100%;
	float: left;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -22.5px;
    margin-left: -22.5px;
}
#management-table-refresh #management-table-refresh-img-active {
	display:none;
}
#management-table-refresh #management-table-refresh-img {
	display:block;
	
}
#management-table-refresh:hover #management-table-refresh-img-active{
	display:block;
}
#management-table-refresh:hover #management-table-refresh-img{
	display:none;
}
#management-table-header{
border-spacing: 2px;
    border-collapse: separate;
    table-layout: fixed;
    word-break: break-all;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    width: 908px;

}
input {
	    text-align: center;
}
 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
.a1 { width:40px}
.a2 { width:70px}
.a3 { width:82px}
.a4 { width:48px}
.a5 { width:48px}
.a6 { width:56px}
.a7 { width:85px}
.a8 { width:130px}
.a9 { width:140px}
.a10 { width:70px}
}


#management-table-header th{
	text-align: center;
}
#management-table-header th.header:not(.headerSortUp):not(.headerSortDown) img.management-table-sort-yellow-up,
#management-table-header th.header:not(.headerSortUp):not(.headerSortDown) img.management-table-sort-yellow-dn {
	display:none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.impu { width:45.5px !important;}
.impu2 { width:70px !important;}
}


#management-table-header th.headerSortUp img.management-table-sort-yellow-up, 
#management-table-header th.headerSortUp img.management-table-sort-gray-up,
#management-table-header th.headerSortUp img.management-table-sort-gray-dn {
	display:none;
}
#management-table-header th.headerSortUp{
	background-color:#f0cc46;
	color: #FFFFFF;
}
#management-table-header th.headerSortDown img.management-table-sort-yellow-dn,
#management-table-header th.headerSortDown img.management-table-sort-gray-up,
#management-table-header th.headerSortDown img.management-table-sort-gray-dn {
	display:none;
}
#management-table-header th.headerSortDown{
	background-color:#f0cc46;
	color: #FFFFFF;
}
#management-table-header .heder-row th{
	color: #E96326;
    background-color: #FFF8C9;
	text-transform: uppercase;
    font-size: 8px;
    font-weight: bold;
	padding: 5px 0px;
}
#management-table-header .sort-row{
	background-color: #EEEEEE;
	line-height: 1.2;
}
#management-table-body-container {

}
#management-table-body{
	
    border-spacing: 2px;
    border-collapse: separate;
    table-layout: fixed;
    word-break: break-all;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    width: 908px;
}
#management-table-body input{
height: 24px;
}
#management-table-body td{
	text-align: center;
}

#management-table-body tr.mt-row-edit  td{
    background-color: #d9d9d9!important;
}
#management-table-body tr.mt-row-0  td{
    background-color: #F8F8F8;
}
#management-table-body tr.mt-row-1 td, #management-table-status-hint ol li:nth-child(1):before {
	background-color: #FFDFE0;
}
#management-table-body tr.mt-row-2 td, #management-table-status-hint ol li:nth-child(2):before {
	background-color: #FFF8C9;
}
#management-table-body tr.mt-row-3 td, #management-table-status-hint ol li:nth-child(3):before {
	background-color: #E6FEB0;
}

#management-table-body td, #management-table-header .sort-row  th {
}
#management-table-body  td:nth-child(1), #management-table-header .sort-row  th:nth-child(1), #management-table-header .heder-row  th:nth-child(1) {
	width: 40px;
}
#management-table-body  td:nth-child(2), #management-table-header .sort-row  th:nth-child(2) , #management-table-header .heder-row  th:nth-child(2){
	width: 85px;
}
#management-table-body  td:nth-child(3), #management-table-header .sort-row  th:nth-child(3) , #management-table-header .heder-row  th:nth-child(3){
	width: 70px;
}
#management-table-body  td:nth-child(4), #management-table-header .sort-row  th:nth-child(4)  , #management-table-header .heder-row  th:nth-child(4){
	width: 39px;
}
#management-table-body  td:nth-child(5), #management-table-header .sort-row  th:nth-child(5)  , #management-table-header .heder-row  th:nth-child(5){
	width: 40px;
}
#management-table-body  td:nth-child(6), #management-table-header .sort-row  th:nth-child(6)  , #management-table-header .heder-row  th:nth-child(6) {
	width: 50px;
}
#management-table-body  td:nth-child(7), #management-table-header .sort-row  th:nth-child(7)  , #management-table-header .heder-row  th:nth-child(7){
	width: 69px;
}
#management-table-body  td:nth-child(8), #management-table-header .sort-row  th:nth-child(8)  , #management-table-header .heder-row  th:nth-child(8){
	width: 18px;
}
#management-table-body  td:nth-child(9), #management-table-header .sort-row  th:nth-child(9) , #management-table-header .heder-row  th:nth-child(9) {
	width: 120px;
}
#management-table-body  td:nth-child(10), #management-table-header .sort-row  th:nth-child(10)  , #management-table-header .heder-row  th:nth-child(10){
	width: 120px;
}
#management-table-body  td:nth-child(11), #management-table-header .sort-row  th:nth-child(11)  , #management-table-header .heder-row  th:nth-child(11){
	width: 40px;
}
#management-table-body  td:nth-child(12), #management-table-header .sort-row  th:nth-child(12) , #management-table-header .heder-row  th:nth-child(12){
	width: 70px;
}
#management-table-body  td:nth-child(13), #management-table-header .sort-row  th:nth-child(13) {
	width: 70px;
}
#management-table-body  td:nth-child(14), #management-table-header .sort-row  th:nth-child(14) {
	width: 70px;
}
#management-table-body  td:nth-child(15), #management-table-header .sort-row  th:nth-child(15) {
	width: 100px;
}
#management-table-body  td:nth-child(16), #management-table-header .sort-row  th:nth-child(16) {
	width: 90px;
}

#management-table-add{
	border: 3px solid #f0cc46;
	padding: 10px 10px;
    margin-left: 2px;
    margin-right: 2px;
}


#management-table-status-hint ol {
    display: block;
    padding: 0 0 0 26px;
    list-style: none;
    overflow: hidden;
	margin: 5px;
}
#management-table-status-hint ol li {
    margin-right: 44px;
    float: left;
    position: relative
}
#management-table-status-hint ol li:before {
	content: "\00a0";
    position: absolute;
    left: -26px;
    text-align: center;
    color: #FFFFFF;
    line-height: 18px;
    width: 18px;
    height: 18px;
    -moz-border-radius: 999px;
    border-radius: 999px;
}
#management-table-status-hint ol li:nth-child(2):before {
	border: none;
}


.header-block-step-right:hover {
    opacity: .7;
}
.header-block-step-right img {
    margin-top: 28px;
    margin-left: 30px;
}