#AjaxLoadAnimationModal {position:fixed;width:100%;height:100%;top:0px;left:0px;background:url("../img/pattern_loading.png") rgba(0, 0, 0, 0.1);z-index:99998;}
#AjaxLoadAnimation 
{
    width: 200px;
    z-index:99999;
    position:fixed;
    top:230px;
    background:#f5f5f5; 
    padding:15px 25px;
    border:3px solid #d0d0d0;
    
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:    0 0 10px rgba(0, 0, 0, 0.4);
    -ms-box-shadow:     0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow:         0 0 10px rgba(0, 0, 0, 0.4);
}
#AjaxLoadAnimation img {float:left;}
#AjaxLoadAnimation h4 {float:left;margin: 0px 0px 0 10px;line-height: 32px;}
div.sticky{display:block;height:auto !important; }
body,.input-group-addon label {font-size:12px;}

/* TEMPLATE DESIGN */
.row{margin-right:-5px;margin-left:-5px;}
.row-modal{margin-bottom:7px;margin-left:0px;margin-right:0px;}
.form-horizontal .form-group{margin-right:-5px;margin-left:-5px;}
.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,
.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,
.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,
.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{padding-right:5px;padding-left:5px;}
.row.row-bottom-5 > div[class^='col-'] {margin-bottom:5px;}
.row.row-bottom-7 > div[class^='col-'] {margin-bottom:7px;}
.row.row-bottom-10 > div[class^='col-'] {margin-bottom:10px;}
.label.label-lg{font-size:85%;}

/* FORM DÜZELTMELERİ */
.form-group { margin-bottom:7px; }
.control-label {padding-right:5px;}

/* STOK TABLOSU */
.table-stock input, .table-stock select, .table-stock textarea { border: 0px; margin: 0px; padding: 3px 0; height: 28px; width: 100% !important; box-shadow: inherit; border-radius: inherit; -webkit-border-radius: inherit; -moz-border-radius: inherit; -linear-border-radius: inherit; }
.table-stock select { height: 28px; }
.table-stock input { text-indent: 5px; }
.table-stock td { margin: 0px !important; padding: 0px !important; border-left: 1px solid #ddd; border-top: 1px solid #ddd; }
.table-stock th.th-condensed { margin: 0px; padding: 0px; border-left: 1px solid #ddd; border-top: 1px solid #ddd; }
/*  COLOR */
.table thead th {
    background-color:#e9f3f8;
    vertical-align:bottom;
    font-size:12px;
    line-height:20px;
    padding:7px 5px;
    position: relative;
}
.table-stock th .label {position: absolute;top:19px;right: 3px;text-align: center;font-size: 9px;padding: 2px 3px;line-height: .9;}
.table thead .a_light { background: #bce6b3 !important; }
.table thead .a_dark { background: #98c08f !important; }
.table thead .b_light { background: #b3d8e6 !important; }
.table thead .b_dark { background: #89b8c6 !important; }

.table tbody .a_light { background: #d0ffc6 !important; }
.table tbody .a_dark { background: #a9d59f !important; }
.table tbody .b_light { background: #c6efff !important; }
.table tbody .b_dark { background: #98ccdb !important; }

.table tfoot th.a_light { background: #a6cc9e !important; }
.table tfoot th.a_dark   { background: #87aa7f !important; }
.table tfoot th.b_light { background: #9ebfcc !important; }
.table tfoot th.b_dark   { background: #7aa3af !important; }

.js_empty_row td{text-align:center;line-height:35px;font-size:24px;padding:30px 0px !important;}
.on-input{position:absolute;right:14px;top:6px;}

.td-in-icon {position:relative;}
.td-in-icon i {position:absolute;right:2px;top:6px;}
.td-in-icon i.hover-visible {display:none;}
.td-in-icon:hover i.hover-visible {display:inline-block;position:absolute;right:20px;top:4px;}
*[readonly]{background-color:#eee !important;cursor:not-allowed;}

/* MODAL */
.modal-header .close {margin-top:0px;}
.modal-header,.modal-footer { padding: 7px 15px; }
.modal table {margin-bottom:0px;}

.mb0{margin-bottom:0px;}
.pl0 {padding-left:0px;}
.pr0 {padding-right:0px;}
.input-group-addon label {font-weight:500;}
.input-group-addon label input {margin-top:2px;}
.sticky-queue{top:50px;}

ul.pagination { margin: 2px 0; white-space: nowrap; }
div.pagination_info { padding-top: 8px; white-space: nowrap; }
.paging_simple_numbers{text-align:right;}
.box-body.no-padding .paging_simple_numbers{margin-right:7px;}
.box-body.no-padding div.pagination_info{margin-left:7px;}

.navbar.navbar-sm {min-height:40px;}
.navbar-sm .navbar-brand {height:40px;padding:10px 15px;}
.navbar-sm .navbar-nav > li > a {padding-top:10px;padding-bottom:10px;}
.navbar-sm .navbar-form {margin-top:3px;margin-bottom:3px;}

.ui-draggable-dragging {background-color:#49ff00 !important;
    cursor:grabbing;
    cursor:-moz-grabbing;
    cursor:-webkit-grabbing;}
.dropleft .dropdown-menu { top: 0; right: 100%; left: auto; margin-top: 0; margin-right: .125rem; }
.dropright .dropdown-menu { top: 0; left: 100%; right: auto; margin-top: 0; margin-left: .125rem; }
.table-dragging-columns tbody tr {
    cursor:grab;
    cursor:-moz-grab;
    cursor:-webkit-grab;}

.on-moveable {
    cursor:grab;
    cursor:-moz-grab;
    cursor:-webkit-grab;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.callout h4{margin:0px;font-size:14px;line-height:18px;}
.callout.callout-sm{padding:10px 20px 10px 10px;}

.heading{text-align:right;border-bottom:1px solid #f4f4f4;padding-bottom:3px;line-height:28px;}
.heading::after{display:block;clear:both;content:' ';}
.heading span{float:left;}
.heading a{margin-top:-6px;}

.tree .treeview .nav-divider{font-size:2px;margin-bottom:2px;border-bottom:1px solid #424e4d;}
.tree li.treeview ul.treeview-menu{padding:7px 0;}

@media (min-width:768px) {
    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu { top: 40px; }
}


/*  --------------   TEMPLATE COLORS   ---------------- */
.dropdown-menu > .divider { background-color: rgba(0,0,0,0.15); }
.dropdown-menu { border-color: rgba(0,0,0,.15); }

/*  --------------   TABLES   ---------------- */
th.w1{width:1%;}	th.w1.s6{width:0.94339623%;}	th.w1.s7{width:0.93457944%;}	th.w1.s8{width:0.92592593%;}	th.w1.s12{width:0.89285714%;}	th.w1.s14{width:0.87719298%;}	th.w1.s16{width:0.86206897%;}	th.w1.s20{width:0.83333333%;}
th.w2{width:2%;}	th.w2.s6{width:1.88679245%;}	th.w2.s7{width:1.86915888%;}	th.w2.s8{width:1.85185185%;}	th.w2.s12{width:1.78571429%;}	th.w2.s14{width:1.75438596%;}	th.w2.s16{width:1.72413793%;}	th.w2.s20{width:1.66666667%;}
th.w3{width:3%;}	th.w3.s6{width:2.83018868%;}	th.w3.s7{width:2.80373832%;}	th.w3.s8{width:2.77777778%;}	th.w3.s12{width:2.67857143%;}	th.w3.s14{width:2.63157895%;}	th.w3.s16{width:2.5862069%;}	th.w3.s20{width:2.5%;}
th.w4{width:4%;}	th.w4.s6{width:3.77358491%;}	th.w4.s7{width:3.73831776%;}	th.w4.s8{width:3.7037037%;}	    th.w4.s12{width:3.57142857%;}	th.w4.s14{width:3.50877193%;}	th.w4.s16{width:3.44827586%;}	th.w4.s20{width:3.33333333%;}
th.w5{width:5%;}	th.w5.s6{width:4.71698113%;}	th.w5.s7{width:4.6728972%;}	    th.w5.s8{width:4.62962963%;}	th.w5.s12{width:4.46428571%;}	th.w5.s14{width:4.38596491%;}	th.w5.s16{width:4.31034483%;}	th.w5.s20{width:4.16666667%;}
th.w6{width:6%;}	th.w6.s6{width:5.66037736%;}	th.w6.s7{width:5.60747664%;}	th.w6.s8{width:5.55555556%;}	th.w6.s12{width:5.35714286%;}	th.w6.s14{width:5.26315789%;}	th.w6.s16{width:5.17241379%;}	th.w6.s20{width:5%;}
th.w7{width:7%;}	th.w7.s6{width:6.60377358%;}	th.w7.s7{width:6.54205607%;}	th.w7.s8{width:6.48148148%;}	th.w7.s12{width:6.25%;}	        th.w7.s14{width:6.14035088%;}	th.w7.s16{width:6.03448276%;}	th.w7.s20{width:5.83333333%;}
th.w8{width:8%;}	th.w8.s6{width:7.54716981%;}	th.w8.s7{width:7.47663551%;}	th.w8.s8{width:7.40740741%;}	th.w8.s12{width:7.14285714%;}	th.w8.s14{width:7.01754386%;}	th.w8.s16{width:6.89655172%;}	th.w8.s20{width:6.66666667%;}
th.w9{width:9%;}	th.w9.s6{width:8.49056604%;}	th.w9.s7{width:8.41121495%;}	th.w9.s8{width:8.33333333%;}	th.w9.s12{width:8.03571429%;}	th.w9.s14{width:7.89473684%;}	th.w9.s16{width:7.75862069%;}	th.w9.s20{width:7.5%;}
th.w10{width:10%;}	th.w10.s6{width:9.43396226%;}	th.w10.s7{width:9.34579439%;}	th.w10.s8{width:9.25925926%;}	th.w10.s12{width:8.92857143%;}	th.w10.s14{width:8.77192982%;}	th.w10.s16{width:8.62068966%;}	th.w10.s20{width:8.33333333%;}
th.w11{width:11%;}	th.w11.s6{width:10.37735849%;}	th.w11.s7{width:10.28037383%;}	th.w11.s8{width:10.18518519%;}	th.w11.s12{width:9.82142857%;}	th.w11.s14{width:9.64912281%;}	th.w11.s16{width:9.48275862%;}	th.w11.s20{width:9.16666667%;}
th.w12{width:12%;}	th.w12.s6{width:11.32075472%;}	th.w12.s7{width:11.21495327%;}	th.w12.s8{width:11.11111111%;}	th.w12.s12{width:10.71428571%;}	th.w12.s14{width:10.52631579%;}	th.w12.s16{width:10.34482759%;}	th.w12.s20{width:10%;}
th.w13{width:13%;}	th.w13.s6{width:12.26415094%;}	th.w13.s7{width:12.14953271%;}	th.w13.s8{width:12.03703704%;}	th.w13.s12{width:11.60714286%;}	th.w13.s14{width:11.40350877%;}	th.w13.s16{width:11.20689655%;}	th.w13.s20{width:10.83333333%;}
th.w14{width:14%;}	th.w14.s6{width:13.20754717%;}	th.w14.s7{width:13.08411215%;}	th.w14.s8{width:12.96296296%;}	th.w14.s12{width:12.5%;}	    th.w14.s14{width:12.28070175%;}	th.w14.s16{width:12.06896552%;}	th.w14.s20{width:11.66666667%;}
th.w15{width:15%;}	th.w15.s6{width:14.1509434%;}	th.w15.s7{width:14.01869159%;}	th.w15.s8{width:13.88888889%;}	th.w15.s12{width:13.39285714%;}	th.w15.s14{width:13.15789474%;}	th.w15.s16{width:12.93103448%;}	th.w15.s20{width:12.5%;}
th.w16{width:16%;}	th.w16.s6{width:15.09433962%;}	th.w16.s7{width:14.95327103%;}	th.w16.s8{width:14.81481481%;}	th.w16.s12{width:14.28571429%;}	th.w16.s14{width:14.03508772%;}	th.w16.s16{width:13.79310345%;}	th.w16.s20{width:13.33333333%;}
th.w17{width:17%;}	th.w17.s6{width:16.03773585%;}	th.w17.s7{width:15.88785047%;}	th.w17.s8{width:15.74074074%;}	th.w17.s12{width:15.17857143%;}	th.w17.s14{width:14.9122807%;}	th.w17.s16{width:14.65517241%;}	th.w17.s20{width:14.16666667%;}
th.w18{width:18%;}	th.w18.s6{width:16.98113208%;}	th.w18.s7{width:16.82242991%;}	th.w18.s8{width:16.66666667%;}	th.w18.s12{width:16.07142857%;}	th.w18.s14{width:15.78947368%;}	th.w18.s16{width:15.51724138%;}	th.w18.s20{width:15%;}
th.w19{width:19%;}	th.w19.s6{width:17.9245283%;}	th.w19.s7{width:17.75700935%;}	th.w19.s8{width:17.59259259%;}	th.w19.s12{width:16.96428571%;}	th.w19.s14{width:16.66666667%;}	th.w19.s16{width:16.37931034%;}	th.w19.s20{width:15.83333333%;}
th.w20{width:20%;}	th.w20.s6{width:18.86792453%;}	th.w20.s7{width:18.69158879%;}	th.w20.s8{width:18.51851852%;}	th.w20.s12{width:17.85714286%;}	th.w20.s14{width:17.54385965%;}	th.w20.s16{width:17.24137931%;}	th.w20.s20{width:16.66666667%;}
th.w21{width:21%;}	th.w21.s6{width:19.81132075%;}	th.w21.s7{width:19.62616822%;}	th.w21.s8{width:19.44444444%;}	th.w21.s12{width:18.75%;}	    th.w21.s14{width:18.42105263%;}	th.w21.s16{width:18.10344828%;}	th.w21.s20{width:17.5%;}
th.w22{width:22%;}	th.w22.s6{width:20.75471698%;}	th.w22.s7{width:20.56074766%;}	th.w22.s8{width:20.37037037%;}	th.w22.s12{width:19.64285714%;}	th.w22.s14{width:19.29824561%;}	th.w22.s16{width:18.96551724%;}	th.w22.s20{width:18.33333333%;}
th.w23{width:23%;}	th.w23.s6{width:21.69811321%;}	th.w23.s7{width:21.4953271%;}	th.w23.s8{width:21.2962963%;}	th.w23.s12{width:20.53571429%;}	th.w23.s14{width:20.1754386%;}	th.w23.s16{width:19.82758621%;}	th.w23.s20{width:19.16666667%;}
th.w24{width:24%;}	th.w24.s6{width:22.64150943%;}	th.w24.s7{width:22.42990654%;}	th.w24.s8{width:22.22222222%;}	th.w24.s12{width:21.42857143%;}	th.w24.s14{width:21.05263158%;}	th.w24.s16{width:20.68965517%;}	th.w24.s20{width:20%;}
th.w25{width:25%;}	th.w25.s6{width:23.58490566%;}	th.w25.s7{width:23.36448598%;}	th.w25.s8{width:23.14814815%;}	th.w25.s12{width:22.32142857%;}	th.w25.s14{width:21.92982456%;}	th.w25.s16{width:21.55172414%;}	th.w25.s20{width:20.83333333%;}
th.w26{width:26%;}	th.w26.s6{width:24.52830189%;}	th.w26.s7{width:24.29906542%;}	th.w26.s8{width:24.07407407%;}	th.w26.s12{width:23.21428571%;}	th.w26.s14{width:22.80701754%;}	th.w26.s16{width:22.4137931%;}	th.w26.s20{width:21.66666667%;}
th.w27{width:27%;}	th.w27.s6{width:25.47169811%;}	th.w27.s7{width:25.23364486%;}	th.w27.s8{width:25%;}	        th.w27.s12{width:24.10714286%;}	th.w27.s14{width:23.68421053%;}	th.w27.s16{width:23.27586207%;}	th.w27.s20{width:22.5%;}
th.w28{width:28%;}	th.w28.s6{width:26.41509434%;}	th.w28.s7{width:26.1682243%;}	th.w28.s8{width:25.92592593%;}	th.w28.s12{width:25%;}	        th.w28.s14{width:24.56140351%;}	th.w28.s16{width:24.13793103%;}	th.w28.s20{width:23.33333333%;}
th.w29{width:29%;}	th.w29.s6{width:27.35849057%;}	th.w29.s7{width:27.10280374%;}	th.w29.s8{width:26.85185185%;}	th.w29.s12{width:25.89285714%;}	th.w29.s14{width:25.43859649%;}	th.w29.s16{width:25%;}	th.w29.s20{width:24.16666667%;}
th.w30{width:30%;}	th.w30.s6{width:28.30188679%;}	th.w30.s7{width:28.03738318%;}	th.w30.s8{width:27.77777778%;}	th.w30.s12{width:26.78571429%;}	th.w30.s14{width:26.31578947%;}	th.w30.s16{width:25.86206897%;}	th.w30.s20{width:25%;}
th.w31{width:31%;}	th.w31.s6{width:29.24528302%;}	th.w31.s7{width:28.97196262%;}	th.w31.s8{width:28.7037037%;}	th.w31.s12{width:27.67857143%;}	th.w31.s14{width:27.19298246%;}	th.w31.s16{width:26.72413793%;}	th.w31.s20{width:25.83333333%;}
th.w32{width:32%;}	th.w32.s6{width:30.18867925%;}	th.w32.s7{width:29.90654206%;}	th.w32.s8{width:29.62962963%;}	th.w32.s12{width:28.57142857%;}	th.w32.s14{width:28.07017544%;}	th.w32.s16{width:27.5862069%;}	th.w32.s20{width:26.66666667%;}
th.w33{width:33%;}	th.w33.s6{width:31.13207547%;}	th.w33.s7{width:30.8411215%;}	th.w33.s8{width:30.55555556%;}	th.w33.s12{width:29.46428571%;}	th.w33.s14{width:28.94736842%;}	th.w33.s16{width:28.44827586%;}	th.w33.s20{width:27.5%;}
th.w34{width:34%;}	th.w34.s6{width:32.0754717%;}	th.w34.s7{width:31.77570093%;}	th.w34.s8{width:31.48148148%;}	th.w34.s12{width:30.35714286%;}	th.w34.s14{width:29.8245614%;}	th.w34.s16{width:29.31034483%;}	th.w34.s20{width:28.33333333%;}
th.w35{width:35%;}	th.w35.s6{width:33.01886792%;}	th.w35.s7{width:32.71028037%;}	th.w35.s8{width:32.40740741%;}	th.w35.s12{width:31.25%;}	th.w35.s14{width:30.70175439%;}	th.w35.s16{width:30.17241379%;}	th.w35.s20{width:29.16666667%;}
th.w36{width:36%;}	th.w36.s6{width:33.96226415%;}	th.w36.s7{width:33.64485981%;}	th.w36.s8{width:33.33333333%;}	th.w36.s12{width:32.14285714%;}	th.w36.s14{width:31.57894737%;}	th.w36.s16{width:31.03448276%;}	th.w36.s20{width:30%;}
th.w37{width:37%;}	th.w37.s6{width:34.90566038%;}	th.w37.s7{width:34.57943925%;}	th.w37.s8{width:34.25925926%;}	th.w37.s12{width:33.03571429%;}	th.w37.s14{width:32.45614035%;}	th.w37.s16{width:31.89655172%;}	th.w37.s20{width:30.83333333%;}
th.w38{width:38%;}	th.w38.s6{width:35.8490566%;}	th.w38.s7{width:35.51401869%;}	th.w38.s8{width:35.18518519%;}	th.w38.s12{width:33.92857143%;}	th.w38.s14{width:33.33333333%;}	th.w38.s16{width:32.75862069%;}	th.w38.s20{width:31.66666667%;}
th.w39{width:39%;}	th.w39.s6{width:36.79245283%;}	th.w39.s7{width:36.44859813%;}	th.w39.s8{width:36.11111111%;}	th.w39.s12{width:34.82142857%;}	th.w39.s14{width:34.21052632%;}	th.w39.s16{width:33.62068966%;}	th.w39.s20{width:32.5%;}
th.w40{width:40%;}	th.w40.s6{width:37.73584906%;}	th.w40.s7{width:37.38317757%;}	th.w40.s8{width:37.03703704%;}	th.w40.s12{width:35.71428571%;}	th.w40.s14{width:35.0877193%;}	th.w40.s16{width:34.48275862%;}	th.w40.s20{width:33.33333333%;}
th.w41{width:41%;}	th.w41.s6{width:38.67924528%;}	th.w41.s7{width:38.31775701%;}	th.w41.s8{width:37.96296296%;}	th.w41.s12{width:36.60714286%;}	th.w41.s14{width:35.96491228%;}	th.w41.s16{width:35.34482759%;}	th.w41.s20{width:34.16666667%;}
th.w42{width:42%;}	th.w42.s6{width:39.62264151%;}	th.w42.s7{width:39.25233645%;}	th.w42.s8{width:38.88888889%;}	th.w42.s12{width:37.5%;}	th.w42.s14{width:36.84210526%;}	th.w42.s16{width:36.20689655%;}	th.w42.s20{width:35%;}
th.w43{width:43%;}	th.w43.s6{width:40.56603774%;}	th.w43.s7{width:40.18691589%;}	th.w43.s8{width:39.81481481%;}	th.w43.s12{width:38.39285714%;}	th.w43.s14{width:37.71929825%;}	th.w43.s16{width:37.06896552%;}	th.w43.s20{width:35.83333333%;}
th.w44{width:44%;}	th.w44.s6{width:41.50943396%;}	th.w44.s7{width:41.12149533%;}	th.w44.s8{width:40.74074074%;}	th.w44.s12{width:39.28571429%;}	th.w44.s14{width:38.59649123%;}	th.w44.s16{width:37.93103448%;}	th.w44.s20{width:36.66666667%;}
th.w45{width:45%;}	th.w45.s6{width:42.45283019%;}	th.w45.s7{width:42.05607477%;}	th.w45.s8{width:41.66666667%;}	th.w45.s12{width:40.17857143%;}	th.w45.s14{width:39.47368421%;}	th.w45.s16{width:38.79310345%;}	th.w45.s20{width:37.5%;}
th.w46{width:46%;}	th.w46.s6{width:43.39622642%;}	th.w46.s7{width:42.99065421%;}	th.w46.s8{width:42.59259259%;}	th.w46.s12{width:41.07142857%;}	th.w46.s14{width:40.35087719%;}	th.w46.s16{width:39.65517241%;}	th.w46.s20{width:38.33333333%;}
th.w47{width:47%;}	th.w47.s6{width:44.33962264%;}	th.w47.s7{width:43.92523364%;}	th.w47.s8{width:43.51851852%;}	th.w47.s12{width:41.96428571%;}	th.w47.s14{width:41.22807018%;}	th.w47.s16{width:40.51724138%;}	th.w47.s20{width:39.16666667%;}
th.w48{width:48%;}	th.w48.s6{width:45.28301887%;}	th.w48.s7{width:44.85981308%;}	th.w48.s8{width:44.44444444%;}	th.w48.s12{width:42.85714286%;}	th.w48.s14{width:42.10526316%;}	th.w48.s16{width:41.37931034%;}	th.w48.s20{width:40%;}
th.w49{width:49%;}	th.w49.s6{width:46.22641509%;}	th.w49.s7{width:45.79439252%;}	th.w49.s8{width:45.37037037%;}	th.w49.s12{width:43.75%;}	th.w49.s14{width:42.98245614%;}	th.w49.s16{width:42.24137931%;}	th.w49.s20{width:40.83333333%;}
th.w50{width:50%;}	th.w50.s6{width:47.16981132%;}	th.w50.s7{width:46.72897196%;}	th.w50.s8{width:46.2962963%;}	th.w50.s12{width:44.64285714%;}	th.w50.s14{width:43.85964912%;}	th.w50.s16{width:43.10344828%;}	th.w50.s20{width:41.66666667%;}
th.w51{width:51%;}	th.w51.s6{width:48.11320755%;}	th.w51.s7{width:47.6635514%;}	th.w51.s8{width:47.22222222%;}	th.w51.s12{width:45.53571429%;}	th.w51.s14{width:44.73684211%;}	th.w51.s16{width:43.96551724%;}	th.w51.s20{width:42.5%;}
th.w52{width:52%;}	th.w52.s6{width:49.05660377%;}	th.w52.s7{width:48.59813084%;}	th.w52.s8{width:48.14814815%;}	th.w52.s12{width:46.42857143%;}	th.w52.s14{width:45.61403509%;}	th.w52.s16{width:44.82758621%;}	th.w52.s20{width:43.33333333%;}
th.w53{width:53%;}	th.w53.s6{width:50%;}	        th.w53.s7{width:49.53271028%;}	th.w53.s8{width:49.07407407%;}	th.w53.s12{width:47.32142857%;}	th.w53.s14{width:46.49122807%;}	th.w53.s16{width:45.68965517%;}	th.w53.s20{width:44.16666667%;}
th.w54{width:54%;}	th.w54.s6{width:50.94339623%;}	th.w54.s7{width:50.46728972%;}	th.w54.s8{width:50%;}	        th.w54.s12{width:48.21428571%;}	th.w54.s14{width:47.36842105%;}	th.w54.s16{width:46.55172414%;}	th.w54.s20{width:45%;}
th.w55{width:55%;}	th.w55.s6{width:51.88679245%;}	th.w55.s7{width:51.40186916%;}	th.w55.s8{width:50.92592593%;}	th.w55.s12{width:49.10714286%;}	th.w55.s14{width:48.24561404%;}	th.w55.s16{width:47.4137931%;}	th.w55.s20{width:45.83333333%;}
th.w56{width:56%;}	th.w56.s6{width:52.83018868%;}	th.w56.s7{width:52.3364486%;}	th.w56.s8{width:51.85185185%;}	th.w56.s12{width:50%;}	th.w56.s14{width:49.12280702%;}	th.w56.s16{width:48.27586207%;}	th.w56.s20{width:46.66666667%;}
th.w57{width:57%;}	th.w57.s6{width:53.77358491%;}	th.w57.s7{width:53.27102804%;}	th.w57.s8{width:52.77777778%;}	th.w57.s12{width:50.89285714%;}	th.w57.s14{width:50%;}	th.w57.s16{width:49.13793103%;}	th.w57.s20{width:47.5%;}
th.w58{width:58%;}	th.w58.s6{width:54.71698113%;}	th.w58.s7{width:54.20560748%;}	th.w58.s8{width:53.7037037%;}	th.w58.s12{width:51.78571429%;}	th.w58.s14{width:50.87719298%;}	th.w58.s16{width:50%;}	th.w58.s20{width:48.33333333%;}
th.w59{width:59%;}	th.w59.s6{width:55.66037736%;}	th.w59.s7{width:55.14018692%;}	th.w59.s8{width:54.62962963%;}	th.w59.s12{width:52.67857143%;}	th.w59.s14{width:51.75438596%;}	th.w59.s16{width:50.86206897%;}	th.w59.s20{width:49.16666667%;}
th.w60{width:60%;}	th.w60.s6{width:56.60377358%;}	th.w60.s7{width:56.07476636%;}	th.w60.s8{width:55.55555556%;}	th.w60.s12{width:53.57142857%;}	th.w60.s14{width:52.63157895%;}	th.w60.s16{width:51.72413793%;}	th.w60.s20{width:50%;}
th.w61{width:61%;}	th.w61.s6{width:57.54716981%;}	th.w61.s7{width:57.00934579%;}	th.w61.s8{width:56.48148148%;}	th.w61.s12{width:54.46428571%;}	th.w61.s14{width:53.50877193%;}	th.w61.s16{width:52.5862069%;}	th.w61.s20{width:50.83333333%;}
th.w62{width:62%;}	th.w62.s6{width:58.49056604%;}	th.w62.s7{width:57.94392523%;}	th.w62.s8{width:57.40740741%;}	th.w62.s12{width:55.35714286%;}	th.w62.s14{width:54.38596491%;}	th.w62.s16{width:53.44827586%;}	th.w62.s20{width:51.66666667%;}
th.w63{width:63%;}	th.w63.s6{width:59.43396226%;}	th.w63.s7{width:58.87850467%;}	th.w63.s8{width:58.33333333%;}	th.w63.s12{width:56.25%;}	th.w63.s14{width:55.26315789%;}	th.w63.s16{width:54.31034483%;}	th.w63.s20{width:52.5%;}
th.w64{width:64%;}	th.w64.s6{width:60.37735849%;}	th.w64.s7{width:59.81308411%;}	th.w64.s8{width:59.25925926%;}	th.w64.s12{width:57.14285714%;}	th.w64.s14{width:56.14035088%;}	th.w64.s16{width:55.17241379%;}	th.w64.s20{width:53.33333333%;}
th.w65{width:65%;}	th.w65.s6{width:61.32075472%;}	th.w65.s7{width:60.74766355%;}	th.w65.s8{width:60.18518519%;}	th.w65.s12{width:58.03571429%;}	th.w65.s14{width:57.01754386%;}	th.w65.s16{width:56.03448276%;}	th.w65.s20{width:54.16666667%;}
th.w66{width:66%;}	th.w66.s6{width:62.26415094%;}	th.w66.s7{width:61.68224299%;}	th.w66.s8{width:61.11111111%;}	th.w66.s12{width:58.92857143%;}	th.w66.s14{width:57.89473684%;}	th.w66.s16{width:56.89655172%;}	th.w66.s20{width:55%;}
th.w67{width:67%;}	th.w67.s6{width:63.20754717%;}	th.w67.s7{width:62.61682243%;}	th.w67.s8{width:62.03703704%;}	th.w67.s12{width:59.82142857%;}	th.w67.s14{width:58.77192982%;}	th.w67.s16{width:57.75862069%;}	th.w67.s20{width:55.83333333%;}
th.w68{width:68%;}	th.w68.s6{width:64.1509434%;}	th.w68.s7{width:63.55140187%;}	th.w68.s8{width:62.96296296%;}	th.w68.s12{width:60.71428571%;}	th.w68.s14{width:59.64912281%;}	th.w68.s16{width:58.62068966%;}	th.w68.s20{width:56.66666667%;}
th.w69{width:69%;}	th.w69.s6{width:65.09433962%;}	th.w69.s7{width:64.48598131%;}	th.w69.s8{width:63.88888889%;}	th.w69.s12{width:61.60714286%;}	th.w69.s14{width:60.52631579%;}	th.w69.s16{width:59.48275862%;}	th.w69.s20{width:57.5%;}
th.w70{width:70%;}	th.w70.s6{width:66.03773585%;}	th.w70.s7{width:65.42056075%;}	th.w70.s8{width:64.81481481%;}	th.w70.s12{width:62.5%;}	th.w70.s14{width:61.40350877%;}	th.w70.s16{width:60.34482759%;}	th.w70.s20{width:58.33333333%;}
th.w71{width:71%;}	th.w71.s6{width:66.98113208%;}	th.w71.s7{width:66.35514019%;}	th.w71.s8{width:65.74074074%;}	th.w71.s12{width:63.39285714%;}	th.w71.s14{width:62.28070175%;}	th.w71.s16{width:61.20689655%;}	th.w71.s20{width:59.16666667%;}
th.w72{width:72%;}	th.w72.s6{width:67.9245283%;}	th.w72.s7{width:67.28971963%;}	th.w72.s8{width:66.66666667%;}	th.w72.s12{width:64.28571429%;}	th.w72.s14{width:63.15789474%;}	th.w72.s16{width:62.06896552%;}	th.w72.s20{width:60%;}
th.w73{width:73%;}	th.w73.s6{width:68.86792453%;}	th.w73.s7{width:68.22429907%;}	th.w73.s8{width:67.59259259%;}	th.w73.s12{width:65.17857143%;}	th.w73.s14{width:64.03508772%;}	th.w73.s16{width:62.93103448%;}	th.w73.s20{width:60.83333333%;}
th.w74{width:74%;}	th.w74.s6{width:69.81132075%;}	th.w74.s7{width:69.1588785%;}	th.w74.s8{width:68.51851852%;}	th.w74.s12{width:66.07142857%;}	th.w74.s14{width:64.9122807%;}	th.w74.s16{width:63.79310345%;}	th.w74.s20{width:61.66666667%;}
th.w75{width:75%;}	th.w75.s6{width:70.75471698%;}	th.w75.s7{width:70.09345794%;}	th.w75.s8{width:69.44444444%;}	th.w75.s12{width:66.96428571%;}	th.w75.s14{width:65.78947368%;}	th.w75.s16{width:64.65517241%;}	th.w75.s20{width:62.5%;}
th.w76{width:76%;}	th.w76.s6{width:71.69811321%;}	th.w76.s7{width:71.02803738%;}	th.w76.s8{width:70.37037037%;}	th.w76.s12{width:67.85714286%;}	th.w76.s14{width:66.66666667%;}	th.w76.s16{width:65.51724138%;}	th.w76.s20{width:63.33333333%;}
th.w77{width:77%;}	th.w77.s6{width:72.64150943%;}	th.w77.s7{width:71.96261682%;}	th.w77.s8{width:71.2962963%;}	th.w77.s12{width:68.75%;}	th.w77.s14{width:67.54385965%;}	th.w77.s16{width:66.37931034%;}	th.w77.s20{width:64.16666667%;}
th.w78{width:78%;}	th.w78.s6{width:73.58490566%;}	th.w78.s7{width:72.89719626%;}	th.w78.s8{width:72.22222222%;}	th.w78.s12{width:69.64285714%;}	th.w78.s14{width:68.42105263%;}	th.w78.s16{width:67.24137931%;}	th.w78.s20{width:65%;}
th.w79{width:79%;}	th.w79.s6{width:74.52830189%;}	th.w79.s7{width:73.8317757%;}	th.w79.s8{width:73.14814815%;}	th.w79.s12{width:70.53571429%;}	th.w79.s14{width:69.29824561%;}	th.w79.s16{width:68.10344828%;}	th.w79.s20{width:65.83333333%;}
th.w80{width:80%;}	th.w80.s6{width:75.47169811%;}	th.w80.s7{width:74.76635514%;}	th.w80.s8{width:74.07407407%;}	th.w80.s12{width:71.42857143%;}	th.w80.s14{width:70.1754386%;}	th.w80.s16{width:68.96551724%;}	th.w80.s20{width:66.66666667%;}
th.w81{width:81%;}	th.w81.s6{width:76.41509434%;}	th.w81.s7{width:75.70093458%;}	th.w81.s8{width:75%;}	        th.w81.s12{width:72.32142857%;}	th.w81.s14{width:71.05263158%;}	th.w81.s16{width:69.82758621%;}	th.w81.s20{width:67.5%;}
th.w82{width:82%;}	th.w82.s6{width:77.35849057%;}	th.w82.s7{width:76.63551402%;}	th.w82.s8{width:75.92592593%;}	th.w82.s12{width:73.21428571%;}	th.w82.s14{width:71.92982456%;}	th.w82.s16{width:70.68965517%;}	th.w82.s20{width:68.33333333%;}
th.w83{width:83%;}	th.w83.s6{width:78.30188679%;}	th.w83.s7{width:77.57009346%;}	th.w83.s8{width:76.85185185%;}	th.w83.s12{width:74.10714286%;}	th.w83.s14{width:72.80701754%;}	th.w83.s16{width:71.55172414%;}	th.w83.s20{width:69.16666667%;}
th.w84{width:84%;}	th.w84.s6{width:79.24528302%;}	th.w84.s7{width:78.5046729%;}	th.w84.s8{width:77.77777778%;}	th.w84.s12{width:75%;}	        th.w84.s14{width:73.68421053%;}	th.w84.s16{width:72.4137931%;}	th.w84.s20{width:70%;}
th.w85{width:85%;}	th.w85.s6{width:80.18867925%;}	th.w85.s7{width:79.43925234%;}	th.w85.s8{width:78.7037037%;}	th.w85.s12{width:75.89285714%;}	th.w85.s14{width:74.56140351%;}	th.w85.s16{width:73.27586207%;}	th.w85.s20{width:70.83333333%;}
th.w86{width:86%;}	th.w86.s6{width:81.13207547%;}	th.w86.s7{width:80.37383178%;}	th.w86.s8{width:79.62962963%;}	th.w86.s12{width:76.78571429%;}	th.w86.s14{width:75.43859649%;}	th.w86.s16{width:74.13793103%;}	th.w86.s20{width:71.66666667%;}
th.w87{width:87%;}	th.w87.s6{width:82.0754717%;}	th.w87.s7{width:81.30841121%;}	th.w87.s8{width:80.55555556%;}	th.w87.s12{width:77.67857143%;}	th.w87.s14{width:76.31578947%;}	th.w87.s16{width:75%;}	th.w87.s20{width:72.5%;}
th.w88{width:88%;}	th.w88.s6{width:83.01886792%;}	th.w88.s7{width:82.24299065%;}	th.w88.s8{width:81.48148148%;}	th.w88.s12{width:78.57142857%;}	th.w88.s14{width:77.19298246%;}	th.w88.s16{width:75.86206897%;}	th.w88.s20{width:73.33333333%;}
th.w89{width:89%;}	th.w89.s6{width:83.96226415%;}	th.w89.s7{width:83.17757009%;}	th.w89.s8{width:82.40740741%;}	th.w89.s12{width:79.46428571%;}	th.w89.s14{width:78.07017544%;}	th.w89.s16{width:76.72413793%;}	th.w89.s20{width:74.16666667%;}
th.w90{width:90%;}	th.w90.s6{width:84.90566038%;}	th.w90.s7{width:84.11214953%;}	th.w90.s8{width:83.33333333%;}	th.w90.s12{width:80.35714286%;}	th.w90.s14{width:78.94736842%;}	th.w90.s16{width:77.5862069%;}	th.w90.s20{width:75%;}
th.w91{width:91%;}	th.w91.s6{width:85.8490566%;}	th.w91.s7{width:85.04672897%;}	th.w91.s8{width:84.25925926%;}	th.w91.s12{width:81.25%;}	th.w91.s14{width:79.8245614%;}	th.w91.s16{width:78.44827586%;}	th.w91.s20{width:75.83333333%;}
th.w92{width:92%;}	th.w92.s6{width:86.79245283%;}	th.w92.s7{width:85.98130841%;}	th.w92.s8{width:85.18518519%;}	th.w92.s12{width:82.14285714%;}	th.w92.s14{width:80.70175439%;}	th.w92.s16{width:79.31034483%;}	th.w92.s20{width:76.66666667%;}
th.w93{width:93%;}	th.w93.s6{width:87.73584906%;}	th.w93.s7{width:86.91588785%;}	th.w93.s8{width:86.11111111%;}	th.w93.s12{width:83.03571429%;}	th.w93.s14{width:81.57894737%;}	th.w93.s16{width:80.17241379%;}	th.w93.s20{width:77.5%;}
th.w94{width:94%;}	th.w94.s6{width:88.67924528%;}	th.w94.s7{width:87.85046729%;}	th.w94.s8{width:87.03703704%;}	th.w94.s12{width:83.92857143%;}	th.w94.s14{width:82.45614035%;}	th.w94.s16{width:81.03448276%;}	th.w94.s20{width:78.33333333%;}
th.w95{width:95%;}	th.w95.s6{width:89.62264151%;}	th.w95.s7{width:88.78504673%;}	th.w95.s8{width:87.96296296%;}	th.w95.s12{width:84.82142857%;}	th.w95.s14{width:83.33333333%;}	th.w95.s16{width:81.89655172%;}	th.w95.s20{width:79.16666667%;}
th.w96{width:96%;}	th.w96.s6{width:90.56603774%;}	th.w96.s7{width:89.71962617%;}	th.w96.s8{width:88.88888889%;}	th.w96.s12{width:85.71428571%;}	th.w96.s14{width:84.21052632%;}	th.w96.s16{width:82.75862069%;}	th.w96.s20{width:80%;}
th.w97{width:97%;}	th.w97.s6{width:91.50943396%;}	th.w97.s7{width:90.65420561%;}	th.w97.s8{width:89.81481481%;}	th.w97.s12{width:86.60714286%;}	th.w97.s14{width:85.0877193%;}	th.w97.s16{width:83.62068966%;}	th.w97.s20{width:80.83333333%;}
th.w98{width:98%;}	th.w98.s6{width:92.45283019%;}	th.w98.s7{width:91.58878505%;}	th.w98.s8{width:90.74074074%;}	th.w98.s12{width:87.5%;}	    th.w98.s14{width:85.96491228%;}	th.w98.s16{width:84.48275862%;}	th.w98.s20{width:81.66666667%;}
th.w99{width:99%;}	th.w99.s6{width:93.39622642%;}	th.w99.s7{width:92.52336449%;}	th.w99.s8{width:91.66666667%;}	th.w99.s12{width:88.39285714%;}	th.w99.s14{width:86.84210526%;}	th.w99.s16{width:85.34482759%;}	th.w99.s20{width:82.5%;}
th.w100{width:100%;}th.w100.s6{width:94.33962264%;}	th.w100.s7{width:93.45794393%;}	th.w100.s8{width:92.59259259%;}	th.w100.s12{width:89.28571429%;}th.w100.s14{width:87.71929825%;}th.w100.s16{width:86.20689655%;}	th.w100.s20{width:83.33333333%;}
