* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul, ol {
    list-style: none
}

h1, h2, h3, h4, h5, h6, pre, code {
    font-size: 1em;
}

ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input, th, td {
    margin: 0;
    padding: 0
}

a img, :link img, :visited img {
    border: none
}

html, body {
    position: relative;
    width: 100%;
    height: 100%
}

/**
 * basics
 */
body {
    margin: 0 auto;
    padding: 0;
    font-family: Tahoma, Helvetica, "Helvetica CE", Arial, lucida, sans-serif;
    font-size: 0.75em;
    background: #fff;
}

h1, h2, h3, h4 {
    color: #006600;
    padding: 0 0 0.3em 0;
}

h1 {
    font-size: 1.6em;
}

h2 {
    font-size: 1.3em;
    text-transform: uppercase;
}

h3 {
    font-size: 1.1em;
}

h4 {
    font-size: 0.9em;
}

a, a.visited, a.active, h1 a, h1 a.visited, h1 a.active, h2 a, h2 a.visited, h2 a.active, h3 a, h3 a.visited, h3 a.active, h4 a, h3 a.visited, h4 a.active {
    color: #006600;
}

a, a.visited, a.active {
    color: #333;
}

a:hover {
    text-decoration: none;
}

/**
 * list styles
 */
ul, ol {
    margin: 0;
    padding: 0 0 0.6em 0;
    list-style: square inside;
}

ol {
    list-style: decimal inside;
}

dl.legend dt, dl.legend dd {
    margin: 0.3em;
    padding: 0px;
}

dl.legend dt {
    float: left;
    clear: left;
    width: 1.5em;
}

dl.legend dd {
    float: left;
}

dl.inline dt {
    clear: none;
}

/**
 * forms
 */
fieldset {
    padding: 0.5em;
    border: solid 1px #c0c0c0;
}

fieldset.invisible {
    padding: 0;
    border: 0;
}

legend {
    margin: 0;
    padding: 0.5em 1em;
    font-size: 1em;
    font-weight: bold;
    background: #c0c0c0;
}

input, select, textarea {
    padding: 2px;
    font-family: Tahoma, Helvetica, "Helvetica CE", Arial, lucida, sans-serif;
    border: solid 1px #c0c0c0;
}

legend, label, input, select, textarea {
    color: #333;
}

input[type=checkbox], input[type=radio] {
    border: none;
}

select option[disabled] {
    display: none;
}

/**
 * tables
 */
td, th {
    margin: 0;
    padding: 0.3em 0.5em;
    font-size: 0.9em;
    font-weight: normal;
}

th, .listTable th, .dataTable th {
    color: #fff;
}

th a, .dataTable th a,
th a:hover, .dataTable th a:hover {
    color: #000;
}

td {
    background: #fafafa;
}

td.spacer {
    background: transparent !important;
    border-color: transparent !important;
}

table th.button {
    padding: 0;
    border-color: transparent;
}

table.listTable th.button:hover, table.listTable th.button:hover a {
    color: #000;
    border-color: transparent;
}

table.listTable th.button:hover, table.listTable th.button:hover a {
    color: #000;
}

table.listTable td.spacer {
    background: #fff !important;
    border-bottom: solid 1px #fff !important;
}

table th.button a {
    display: block;
    padding: 0.2em 0.4em;
    height: 100%;
    font-size: 0.95em;
}

table th a, table th a.visited, table th a.active {
    color: #fff;
}

table th.button a.dir_up {
    padding-left: 1.2em;
    background-image: url('../images/up_w.gif');
    background-position: center left;
    background-repeat: no-repeat;
}

table th.button a.dir_down {
    padding-right: 1.2em;
    background-image: url('../images/down_w.gif');
    background-position: center right;
    background-repeat: no-repeat;
}

table th.button:hover a.dir_up {
    background-image: url('../images/up_b.gif');
}

table th.button:hover a.dir_down {
    background-image: url('../images/down_b.gif');
}

.listTable, .dataTable {
    border-collapse: collapse;
}

.listTable, .listTable thead.table_scroll_fixed_header, .listTable.tableScroll thead {
    background: #000;
}

.listTable th {
    background: transparent;
}

.listTable tbody th {
    background: #000;
}

.dataTable th {
    font-weight: bold;
    color: #000;
    background: #c0c0c0;
}

.dataTable th, .dataTable td {
    border: solid 1px #fff;
}

.listTable td, .dataTable td {
    border-bottom: solid 1px #c0c0c0;
}

.listTable td a.button {
    font-size: 1em;
}

.formTable th, .formTable td {
    text-align: left;
    color: #000;
    background: transparent;
}

.noTable {
    border: 0;
    border-collapse: collapse;
}

.noTable th, .noTable td {
    margin: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 100%;
    background: transparent;
    padding: 0.3em 0.5em;
}

.noTable th {
    color: #000;
    background: #c0c0c0;
}

.noTable input[type="text"], .noTable select {
    font-size: 1em;
    padding: 1px;
}

td.noPadding {
    padding: 0px;
}

.dataTable span.editing,
.listTable span.editing {
    display: none;
}

/**
 * layout
 */
#wrapper {
    margin: 0 10px 0 10px;
    padding-top: 10px;
    text-align: left;
}

#header {
    height: 50px;
}

#header h1 {
    display: inline;
    line-height: 40px;
    padding-left: 10px;
    color: #006600;
}

#header a, #header a:visited, #header a:active {
    text-decoration: none;
    color: #006600;
}

#header img.logo {
    float: left;
    height: 40px;
}

#menu {
    height: 26px;
    line-height: 26px;
    background: #006600;
}

#menu a {
    display: block;
    float: left;
    margin: 0 1px 0 0;
    margin-top: -7px;
    padding: 0 1em;
    height: 33px;
    line-height: 26px;
    font-size: 1.1em;
    text-decoration: none;
    color: #fff;
    border-top: 7px solid #c0c0c0;
}

#menu a.right {
    float: right;
    margin: 0 0 0 1px;
    margin-top: -7px;
}

#menu a:hover {
    color: #000;
    background: #c0c0c0 !important;
    border-top-color: #333;
}

#menu2 {
    background: #EEF0ED;
    border: 0 solid #c0c0c0;
    border-bottom-width: 1px;
}

#menu2 a {
    display: block;
    float: left;
    padding: 0.1em 0.6em;
    height: 2em;
    line-height: 2em;
    font-size: 1em;
    text-decoration: none;
    color: #333;
}

#menu2 a:hover {
    color: #fff;
    background: #666;
}

#content {
    background: #EEF0ED;
    margin: 0;
    border: 0 solid #669934;
    border-bottom-width: 0.5em;
}

#main {
    padding: 0.5em;
}

#work {
    min-height: 400px;
    _height: 400px;
    padding: 10px;
    background: #fff;
    border: 1px solid #c0c0c0;
}

#login_div {
    width: 300px;
    min-height: 300px;
    _height: 300px;
    margin: 0 auto;
    padding-top: 100px;
}

#login_div form {
    width: 200px;
    height: 140px;
    padding: 10px 0 0 0;
    text-align: right;
}

#login_div form label {
    float: left;
    display: block;
}

#user_switch {
    float: right;
    font-size: 0.9em;
}

#flagcontainer {
    display: inline;
    margin: 0 0 0 20px;
}

#flagcontainer a {
    margin-right: 5px;
}

#flagcontainer img {
    width: 18px;
}

/**
 * common classes
 */
.block {
    display: block;
}

.none {
    display: none;
}

.inline, .inline fieldset {
    display: inline;
}

.clear {
    clear: both;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    font-size: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

.v_al_middle {
    vertical-align: middle;
}

.al_left {
    text-align: left;
}

.al_right {
    text-align: right;
}

/**
 * specific classes
 */
.required {
    background-image: url("../images/required.gif");
    background-repeat: no-repeat;
    background-position: top right;
}

.invalid {
    color: #f00;
    background-color: #ffb;
}

.alert {
    padding: 0.3em 0.5em;
    padding-left: 2em;
    color: red;
    background: yellow;
    border: solid 1px red;
}

p.alert {
    display: inline;
}

.button {
    line-height: 1.4em;
    font-size: 1em;
    padding: 0.2em 1em;
    color: #fff;
    background: #000;
    border: solid 1px #c0c0c0;
    cursor: pointer;
}

a.button, span.button {
    line-height: 2em;
    padding: 0.3em 1.1em;
    text-decoration: none;
    white-space: nowrap;
}

.button:hover {
    color: #000;
    background: #f2f2f2 !important;
    border: solid 1px #000;
}

input.button[disabled], input.button[disabled]:hover {
    color: #000;
    background: #f2f2f2 !important;
    border: solid 1px #c0c0c0;
}

.cancel {
    background: #f33;
}

.noborder {
    border: 0 !important;
}

.bg_transparent {
    background: transparent;
}

.ll_bg1, .bg_f36 {
    background: #F36 !important;
}

.ll_bg2, .bg_ff2 {
    background: #ff2 !important;
}

.ll_bg3, .bg_6c6 {
    background: #6C6 !important;
}

.ll_bg4, .bg_9cf {
    background: #9CF !important;
}

.bg_f2 {
    background: #f2f2f2 !important;
}

.bg_fff {
    background: #fff !important;
}

.bg_ccc {
    background: #ccc !important;
}

.row_highlight_highlight {
    color: #000 !important;
    background: #669934 !important;
    border-bottom-color: #c0c0c0 !important;
}

.worklogUpdated td {
    background: #669934;
}

.logIcon {
    margin-left: 0.5em;
}

.full_width {
    width: 98%;
}

.ui-tabs-hide {
    display: none;
}

.ui-tabs-nav {
    padding: 0;
    height: 26px;
    line-height: 26px;
    background: #006600;
}

.ui-tabs-nav li a {
    text-decoration: none;
    display: block;
    margin: 0 1px 0 0;
    margin-top: -7px;
    padding: 0 1em;
    height: 33px;
    line-height: 26px;
    font-size: 1.1em;
    text-decoration: none;
    color: #fff;
    border-top: 7px solid #c0c0c0;
}

.ui-tabs-nav li a:hover {
    color: #000;
    background: #c0c0c0 !important;
    border-top-color: #333;
}

.ui-tabs-nav li.ui-state-active a {
    color: #fff;
    background: #669934;
}

.tabs ul {
    list-style: none;
}

.inlineBlock {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.nowrap {
    white-space: nowrap;
}

.clickable {
    cursor: hand;
}

.HoneypotToast {
    padding: 2em 3em;
    max-width: 50%;
    line-height: 1.5em;
    font-size: 0.9em;
    font-weight: bold;
    background-position: 10px center;
    background-repeat: no-repeat;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.15)
}
.toastOK {
    background-color: #C9F76F;
    background-image: url("https://cml.drvostep.eu/images/icons/basic/16/Confirm.png");
    border: solid 1px #679B00 !important;
}
.toastInfo {
    background-color: #7EA7C6;
    background-image: url("https://cml.drvostep.eu/images/icons/basic/16/Info.png");
    border: solid 1px #2E638B !important;
}
.toastProgress {
    background-color: #7EA7C6;
    background-image: url("https://cml.drvostep.eu/images/icons/ajax-loader.gif");
    border: solid 1px #2E638B !important;
}
.toastQuestion {
    background-color: #F9EDBE;
    background-image: url("https://cml.drvostep.eu/images/icons/basic/16/Help.png");
    background-position: 10px 2em;
    border: solid 1px #2E638B !important;
}
.toastError {
    color: #fff !important;
    background-color: #BF3030;
    background-image: url("https://cml.drvostep.eu/images/icons/basic/16/Close.png");
    border: solid 1px #A60000 !important;
}
.HoneypotToast.toast-ico-top {
    background-position: 10px 22px;
}

.barInfo,
.barCaution,
.barCritical {
    padding: 0.3em 2em;
    padding-left: 40px;
    line-height: 1.5em;
    font-size: 0.9em;
    font-weight: bold;
    color: #fff;
    background-color: #2E638B;
    background-image: url("https://cml.drvostep.eu/images/icons/basic/24/Info.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    border: solid 1px #0F3A5B;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.barCaution {
    color: #BD8822;
    background-color: #F9EDBE;
    background-image: url("https://cml.drvostep.eu/images/icons/basic/24/Warning.png");
    border: solid 1px #F0C36D;
}
.barCritical {
    color: #fff;
    background-color: #BF3030;
    background-image: url("https://cml.drvostep.eu/images/icons/basic/24/Stop.png");
    border: solid 1px #A60000;
}

#HoneypotLoadingOverlay {
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    zoom: 1;
    z-index: 150;
}

/**
 * Width utility generators
 */
.w-1 {
    width: 1px;
}
.w-2 {
    width: 2px;
}
.w-3 {
    width: 3px;
}
.w-4 {
    width: 4px;
}
.w-5 {
    width: 5px;
}
.w-6 {
    width: 6px;
}
.w-7 {
    width: 7px;
}
.w-8 {
    width: 8px;
}
.w-9 {
    width: 9px;
}
.w-10 {
    width: 10px;
}
.w-11 {
    width: 11px;
}
.w-12 {
    width: 12px;
}
.w-13 {
    width: 13px;
}
.w-14 {
    width: 14px;
}
.w-15 {
    width: 15px;
}
.w-16 {
    width: 16px;
}
.w-17 {
    width: 17px;
}
.w-18 {
    width: 18px;
}
.w-19 {
    width: 19px;
}
.w-20 {
    width: 20px;
}
.w-21 {
    width: 21px;
}
.w-22 {
    width: 22px;
}
.w-23 {
    width: 23px;
}
.w-24 {
    width: 24px;
}
.w-25 {
    width: 25px;
}
.w-26 {
    width: 26px;
}
.w-27 {
    width: 27px;
}
.w-28 {
    width: 28px;
}
.w-29 {
    width: 29px;
}
.w-30 {
    width: 30px;
}
.w-31 {
    width: 31px;
}
.w-32 {
    width: 32px;
}
.w-33 {
    width: 33px;
}
.w-34 {
    width: 34px;
}
.w-35 {
    width: 35px;
}
.w-36 {
    width: 36px;
}
.w-37 {
    width: 37px;
}
.w-38 {
    width: 38px;
}
.w-39 {
    width: 39px;
}
.w-40 {
    width: 40px;
}
.w-41 {
    width: 41px;
}
.w-42 {
    width: 42px;
}
.w-43 {
    width: 43px;
}
.w-44 {
    width: 44px;
}
.w-45 {
    width: 45px;
}
.w-46 {
    width: 46px;
}
.w-47 {
    width: 47px;
}
.w-48 {
    width: 48px;
}
.w-49 {
    width: 49px;
}
.w-50 {
    width: 50px;
}
.w-51 {
    width: 51px;
}
.w-52 {
    width: 52px;
}
.w-53 {
    width: 53px;
}
.w-54 {
    width: 54px;
}
.w-55 {
    width: 55px;
}
.w-56 {
    width: 56px;
}
.w-57 {
    width: 57px;
}
.w-58 {
    width: 58px;
}
.w-59 {
    width: 59px;
}
.w-60 {
    width: 60px;
}
.w-61 {
    width: 61px;
}
.w-62 {
    width: 62px;
}
.w-63 {
    width: 63px;
}
.w-64 {
    width: 64px;
}
.w-65 {
    width: 65px;
}
.w-66 {
    width: 66px;
}
.w-67 {
    width: 67px;
}
.w-68 {
    width: 68px;
}
.w-69 {
    width: 69px;
}
.w-70 {
    width: 70px;
}
.w-71 {
    width: 71px;
}
.w-72 {
    width: 72px;
}
.w-73 {
    width: 73px;
}
.w-74 {
    width: 74px;
}
.w-75 {
    width: 75px;
}
.w-76 {
    width: 76px;
}
.w-77 {
    width: 77px;
}
.w-78 {
    width: 78px;
}
.w-79 {
    width: 79px;
}
.w-80 {
    width: 80px;
}
.w-81 {
    width: 81px;
}
.w-82 {
    width: 82px;
}
.w-83 {
    width: 83px;
}
.w-84 {
    width: 84px;
}
.w-85 {
    width: 85px;
}
.w-86 {
    width: 86px;
}
.w-87 {
    width: 87px;
}
.w-88 {
    width: 88px;
}
.w-89 {
    width: 89px;
}
.w-90 {
    width: 90px;
}
.w-91 {
    width: 91px;
}
.w-92 {
    width: 92px;
}
.w-93 {
    width: 93px;
}
.w-94 {
    width: 94px;
}
.w-95 {
    width: 95px;
}
.w-96 {
    width: 96px;
}
.w-97 {
    width: 97px;
}
.w-98 {
    width: 98px;
}
.w-99 {
    width: 99px;
}
.w-100 {
    width: 100px;
}
.w-101 {
    width: 101px;
}
.w-102 {
    width: 102px;
}
.w-103 {
    width: 103px;
}
.w-104 {
    width: 104px;
}
.w-105 {
    width: 105px;
}
.w-106 {
    width: 106px;
}
.w-107 {
    width: 107px;
}
.w-108 {
    width: 108px;
}
.w-109 {
    width: 109px;
}
.w-110 {
    width: 110px;
}
.w-111 {
    width: 111px;
}
.w-112 {
    width: 112px;
}
.w-113 {
    width: 113px;
}
.w-114 {
    width: 114px;
}
.w-115 {
    width: 115px;
}
.w-116 {
    width: 116px;
}
.w-117 {
    width: 117px;
}
.w-118 {
    width: 118px;
}
.w-119 {
    width: 119px;
}
.w-120 {
    width: 120px;
}
.w-121 {
    width: 121px;
}
.w-122 {
    width: 122px;
}
.w-123 {
    width: 123px;
}
.w-124 {
    width: 124px;
}
.w-125 {
    width: 125px;
}
.w-126 {
    width: 126px;
}
.w-127 {
    width: 127px;
}
.w-128 {
    width: 128px;
}
.w-129 {
    width: 129px;
}
.w-130 {
    width: 130px;
}
.w-131 {
    width: 131px;
}
.w-132 {
    width: 132px;
}
.w-133 {
    width: 133px;
}
.w-134 {
    width: 134px;
}
.w-135 {
    width: 135px;
}
.w-136 {
    width: 136px;
}
.w-137 {
    width: 137px;
}
.w-138 {
    width: 138px;
}
.w-139 {
    width: 139px;
}
.w-140 {
    width: 140px;
}
.w-141 {
    width: 141px;
}
.w-142 {
    width: 142px;
}
.w-143 {
    width: 143px;
}
.w-144 {
    width: 144px;
}
.w-145 {
    width: 145px;
}
.w-146 {
    width: 146px;
}
.w-147 {
    width: 147px;
}
.w-148 {
    width: 148px;
}
.w-149 {
    width: 149px;
}
.w-150 {
    width: 150px;
}
.w-151 {
    width: 151px;
}
.w-152 {
    width: 152px;
}
.w-153 {
    width: 153px;
}
.w-154 {
    width: 154px;
}
.w-155 {
    width: 155px;
}
.w-156 {
    width: 156px;
}
.w-157 {
    width: 157px;
}
.w-158 {
    width: 158px;
}
.w-159 {
    width: 159px;
}
.w-160 {
    width: 160px;
}
.w-161 {
    width: 161px;
}
.w-162 {
    width: 162px;
}
.w-163 {
    width: 163px;
}
.w-164 {
    width: 164px;
}
.w-165 {
    width: 165px;
}
.w-166 {
    width: 166px;
}
.w-167 {
    width: 167px;
}
.w-168 {
    width: 168px;
}
.w-169 {
    width: 169px;
}
.w-170 {
    width: 170px;
}
.w-171 {
    width: 171px;
}
.w-172 {
    width: 172px;
}
.w-173 {
    width: 173px;
}
.w-174 {
    width: 174px;
}
.w-175 {
    width: 175px;
}
.w-176 {
    width: 176px;
}
.w-177 {
    width: 177px;
}
.w-178 {
    width: 178px;
}
.w-179 {
    width: 179px;
}
.w-180 {
    width: 180px;
}
.w-181 {
    width: 181px;
}
.w-182 {
    width: 182px;
}
.w-183 {
    width: 183px;
}
.w-184 {
    width: 184px;
}
.w-185 {
    width: 185px;
}
.w-186 {
    width: 186px;
}
.w-187 {
    width: 187px;
}
.w-188 {
    width: 188px;
}
.w-189 {
    width: 189px;
}
.w-190 {
    width: 190px;
}
.w-191 {
    width: 191px;
}
.w-192 {
    width: 192px;
}
.w-193 {
    width: 193px;
}
.w-194 {
    width: 194px;
}
.w-195 {
    width: 195px;
}
.w-196 {
    width: 196px;
}
.w-197 {
    width: 197px;
}
.w-198 {
    width: 198px;
}
.w-199 {
    width: 199px;
}
.w-200 {
    width: 200px;
}
.w-1perc {
    width: 1%;
}
.w-2perc {
    width: 2%;
}
.w-3perc {
    width: 3%;
}
.w-4perc {
    width: 4%;
}
.w-5perc {
    width: 5%;
}
.w-6perc {
    width: 6%;
}
.w-7perc {
    width: 7%;
}
.w-8perc {
    width: 8%;
}
.w-9perc {
    width: 9%;
}
.w-10perc {
    width: 10%;
}
.w-11perc {
    width: 11%;
}
.w-12perc {
    width: 12%;
}
.w-13perc {
    width: 13%;
}
.w-14perc {
    width: 14%;
}
.w-15perc {
    width: 15%;
}
.w-16perc {
    width: 16%;
}
.w-17perc {
    width: 17%;
}
.w-18perc {
    width: 18%;
}
.w-19perc {
    width: 19%;
}
.w-20perc {
    width: 20%;
}
.w-21perc {
    width: 21%;
}
.w-22perc {
    width: 22%;
}
.w-23perc {
    width: 23%;
}
.w-24perc {
    width: 24%;
}
.w-25perc {
    width: 25%;
}
.w-26perc {
    width: 26%;
}
.w-27perc {
    width: 27%;
}
.w-28perc {
    width: 28%;
}
.w-29perc {
    width: 29%;
}
.w-30perc {
    width: 30%;
}
.w-31perc {
    width: 31%;
}
.w-32perc {
    width: 32%;
}
.w-33perc {
    width: 33%;
}
.w-34perc {
    width: 34%;
}
.w-35perc {
    width: 35%;
}
.w-36perc {
    width: 36%;
}
.w-37perc {
    width: 37%;
}
.w-38perc {
    width: 38%;
}
.w-39perc {
    width: 39%;
}
.w-40perc {
    width: 40%;
}
.w-41perc {
    width: 41%;
}
.w-42perc {
    width: 42%;
}
.w-43perc {
    width: 43%;
}
.w-44perc {
    width: 44%;
}
.w-45perc {
    width: 45%;
}
.w-46perc {
    width: 46%;
}
.w-47perc {
    width: 47%;
}
.w-48perc {
    width: 48%;
}
.w-49perc {
    width: 49%;
}
.w-50perc {
    width: 50%;
}
.w-51perc {
    width: 51%;
}
.w-52perc {
    width: 52%;
}
.w-53perc {
    width: 53%;
}
.w-54perc {
    width: 54%;
}
.w-55perc {
    width: 55%;
}
.w-56perc {
    width: 56%;
}
.w-57perc {
    width: 57%;
}
.w-58perc {
    width: 58%;
}
.w-59perc {
    width: 59%;
}
.w-60perc {
    width: 60%;
}
.w-61perc {
    width: 61%;
}
.w-62perc {
    width: 62%;
}
.w-63perc {
    width: 63%;
}
.w-64perc {
    width: 64%;
}
.w-65perc {
    width: 65%;
}
.w-66perc {
    width: 66%;
}
.w-67perc {
    width: 67%;
}
.w-68perc {
    width: 68%;
}
.w-69perc {
    width: 69%;
}
.w-70perc {
    width: 70%;
}
.w-71perc {
    width: 71%;
}
.w-72perc {
    width: 72%;
}
.w-73perc {
    width: 73%;
}
.w-74perc {
    width: 74%;
}
.w-75perc {
    width: 75%;
}
.w-76perc {
    width: 76%;
}
.w-77perc {
    width: 77%;
}
.w-78perc {
    width: 78%;
}
.w-79perc {
    width: 79%;
}
.w-80perc {
    width: 80%;
}
.w-81perc {
    width: 81%;
}
.w-82perc {
    width: 82%;
}
.w-83perc {
    width: 83%;
}
.w-84perc {
    width: 84%;
}
.w-85perc {
    width: 85%;
}
.w-86perc {
    width: 86%;
}
.w-87perc {
    width: 87%;
}
.w-88perc {
    width: 88%;
}
.w-89perc {
    width: 89%;
}
.w-90perc {
    width: 90%;
}
.w-91perc {
    width: 91%;
}
.w-92perc {
    width: 92%;
}
.w-93perc {
    width: 93%;
}
.w-94perc {
    width: 94%;
}
.w-95perc {
    width: 95%;
}
.w-96perc {
    width: 96%;
}
.w-97perc {
    width: 97%;
}
.w-98perc {
    width: 98%;
}
.w-99perc {
    width: 99%;
}
.w-100perc {
    width: 100%;
}
