@font-face {
		font-family: "NotoSansRegular";
		src: url("../fonts/NotoSans-Regular.eot");
		src: url("../fonts/NotoSans-Regular.eot?#iefix")format("embedded-opentype"),
		url("../fonts/NotoSans-Regular.woff") format("woff"),
		url("../fonts/NotoSans-Regular.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
}
@font-face {
		font-family: "NotoSansLight";
		src: url("../fonts/NotoSans-Light.eot");
		src: url("../fonts/NotoSans-Light.eot?#iefix")format("embedded-opentype"),
		url("../fonts/NotoSans-Light.woff") format("woff"),
		url("../fonts/NotoSans-Light.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
}
@font-face {
		font-family: "NotoSansBold";
		src: url("../fonts/NotoSans-Bold.eot");
		src: url("../fonts/NotoSans-Bold.eot?#iefix")format("embedded-opentype"),
		url("../fonts/NotoSans-Bold.woff") format("woff"),
		url("../fonts/NotoSans-Bold.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
}
@font-face {
    font-family: "NotoSansCJKjpRegular";
    src: url("../fonts/NotoSansCJKjp-Regular.otf") format("opentype");
}
@font-face {
    font-family: "NotoSansCJKjpBold";
    src: url("../fonts/NotoSansCJKjp-Bold.otf") format("opentype");
}
html,
button,
input,
select,
textarea {
    color: #222;
}
html {
    font-size: 1em;
    cursor: default;
    line-height: 1.4;
    height: 100%;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
audio,
canvas,
img,
video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

body {
	font-family: "NotoSansRegular";
	font-weight: normal;
	font-size: 14px;
	color: #414141;
    background: #fff;
    height: 100%;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 26px;

}
h3 {
	font-size: 18px;
}
h4 {
    font-family: "NotoSansBold";
    font-size: 16px;
}
p {
    font-size: 16px;
    line-height: 30px;
    color: #585858;
}
a {
	color: #1a840c;
    text-decoration: underline;
    transition: all 0.1s linear;
}
a:hover {
	color: #0072B5;
	text-decoration: none;
}
button {

}
b {
	font-weight: normal;
	font-family: "NotoSansBold";
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.btn {
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-decoration: none;
    outline: none;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: none;
    border-radius: 4px;
    transition: all 0.1s linear;
}
.btn:disabled {
	opacity: 0.6;
}
.btn.btn-green:disabled:hover {
	background: url(../image/green-btn-bg.png) repeat-x 0 0;
	color: #45703f;
}
.btn img {
    vertical-align: middle;
    margin: -1px 8px 0 0;
}
.btn:hover {

}
.btn:active {

}


.btn.btn-default {
    color: #414141;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f4f4+0,e9e9e9+100 */
    /*background: linear-gradient(to bottom,  #f4f4f4 0%,#e9e9e9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background: url('../image/def-btn-bg.png') repeat-x 0 0;
    box-shadow: 0 1px 0 #d1d1d1;
    transition: none;
}
.btn.btn-default:hover {
    color: #414141;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f4f4+0,dddddd+100 */
    background: linear-gradient(to bottom,  #f4f4f4 0%,#dddddd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background: url('../image/def-btn-bg.png') repeat-x 0 -28px;
}
.btn.btn-default:active {
    padding: 5px 10px 3px 10px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dddddd+0,f4f4f4+100 */
    background: linear-gradient(to bottom,  #dddddd 0%,#f4f4f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background: url('../image/def-btn-bg.png') repeat-x 0 -56px;
}
.btn.btn-blue {
    color: #206a80;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c7e9f3+0,a9ddee+100 */
    /*background: linear-gradient(to bottom,  #c7e9f3 0%,#a9ddee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background: url('../image/blue-btn-bg.png') repeat-x 0 0;
    box-shadow: 0 1px 0 #96c7d8;
    transition: none;
}
.btn.btn-blue:hover {
    color: #0e4f63;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c7e9f3+0,7bd2ed+100 */
    /*background: linear-gradient(to bottom,  #c7e9f3 0%,#7bd2ed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background: url('../image/blue-btn-bg.png') repeat-x 0 -28px;
}
.btn.btn-blue:active {
    padding: 5px 10px 3px 10px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7bd2ed+0,c7e9f3+100 */
    /*background: linear-gradient(to bottom,  #7bd2ed 0%,#c7e9f3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background: url('../image/blue-btn-bg.png') repeat-x 0 -56px;
}
.btn.btn-green {
    color: #45703f;
    background: url('../image/green-btn-bg.png') repeat-x 0 0;
    box-shadow: 0 1px 0 #a4d896;
    transition: none;
}
.btn.btn-green:hover {
    color: #30582b;
    background: url('../image/green-btn-bg.png') repeat-x 0 -28px;
}
.btn.btn-green:active {
    padding: 5px 10px 3px 10px;
    background: url('../image/green-btn-bg.png') repeat-x 0 -56px;
}
.btn.btn-red {
    color: #7f2e2e;
    background: url('../image/red-btn-bg.png') repeat-x 0 0;
    box-shadow: 0 1px 0 #d58b8b;
    transition: none;
}
.btn.btn-red:hover {
    color: #7f2e2e;
    background: url('../image/red-btn-bg.png') repeat-x 0 -28px;
    color: #691010;
}
.btn.btn-red:active {
    padding: 5px 10px 3px 10px;
    background: url('../image/red-btn-bg.png') repeat-x 0 -56px;
}
.btn.btn-yellow {
    background: #e9b50e;
    color: #fff;
}
.btn.btn-yellow:hover {
    background: #f5a11c;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
select {
    outline: none;
    height: 28px;
    border-radius: 3px;
    color: inherit;
    width: 100%;
    border: none;
    padding: 5px 7px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f4f4+0,e9e9e9+100 */
    background: linear-gradient(to bottom,  #f4f4f4 0%,#e9e9e9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    box-shadow: 0 1px 0 rgba(0,0,0,0.15);
    transition: all 0.1s linear;
}
select:hover {
    border-color: #ccc;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.form-control {
    display: block;
    width: 100%;
    outline: none;
    color: #585858;
    font-family: 'NotoSansRegular', sans-serif;
    border: 1px solid #dadada;
    padding: 6px 15px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    transition: all 0.1s linear;
}
.form-control:hover {
    border-color: #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.15);
}
.form-control:focus {
    border-color: #90c2dc;
    box-shadow: 0 0 3px rgba(0, 161, 255, 0.4);
}
.form-group {
    margin-bottom: 15px;
}
.form-group label {
    display: block;
    margin: 0 0 6px 0;
}
.inline-block {
    display: inline-block;
    vertical-align: middle;
}
.wrapper {
    overflow: hidden;
    height: 100%;
    min-width: 1024px;
}
.left-col {
    /*position: fixed;*/
    float: left;
    height: 100%;
    width: 256px;
    padding-bottom: 105px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e9f1f3+0,f3f3f3+50,ffffff+100     ---old colors */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6eef5), color-stop(50%,#e2e2e2), color-stop(100%,#ffffff)); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top,  #d6eef5 0%,#e2e2e2 50%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #d6eef5 0%,#e2e2e2 50%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.border-right {
    position: relative;
    overflow-y: auto;
    padding: 15px 0px 15px 20px;
    margin-bottom: 90px;
    height: 100%;
    /*border-right: 1px solid;
    border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #b4d3da, rgba(0, 0, 0, 0)) 1 100%;*/
    background: url('../image/border-v.png') no-repeat right center;
}
.system-info {
    padding-bottom: 20px;
    margin-bottom: 25px;
    margin-right: 20px;
    background: url('../image/border-h.png') no-repeat center bottom;
}
.system-info .computer-name {
    font-weight: bold;
    display: block;
    margin: 0 0 10px 0;
}
.system-info table {
    width: 100%;
}
.system-info table tr td {
    font-size: 12px;
    padding: 0 0 5px 0;
    vertical-align: top;
}
.system-info table tr td:first-child {
    color: #939393;
    padding-right: 10px;
}
.total-progress {
    margin-bottom: 25px;
    overflow: hidden;
    padding-bottom: 3px;
}
.total-progress .big {
    font-size: 215px;
    box-shadow: 0 1px rgba(0,0,0,0.2);
}
.total-progress .c100 {
    background: #eaeaea; /*old e8e8e8*/
    margin: 0;
}
.total-progress .c100:after {
    background-color: #a0c29a;
}
.total-progress.default-status .c100:after {
    background-color: #dadada;
}
.total-progress.success-status .c100:after {
    background-color: #e5f3e2;
}
.total-progress.error-status .c100:after {
    background-color: #de7575;
}
.total-progress.default-status .empty-text, .total-progress.success-status .empty-text, .total-progress.error-status .empty-text {
    font-size: 16px;
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 96px 0 0 0;
    color: #8c8c8c;
}
.total-progress.error-status .empty-text {
    color: #fff;
}
.total-progress.success-status .empty-text {
    color: #6da162;
}
.c100:hover:after {
    top: 0.08em;
    left: 0.08em;
    width: 0.84em;
    height: 0.84em;
}
.pie, .c100 .bar, .c100.p51 .fill, .c100.p52 .fill, .c100.p53 .fill, .c100.p54 .fill, .c100.p55 .fill, .c100.p56 .fill, .c100.p57 .fill, .c100.p58 .fill, .c100.p59 .fill, .c100.p60 .fill, .c100.p61 .fill, .c100.p62 .fill, .c100.p63 .fill, .c100.p64 .fill, .c100.p65 .fill, .c100.p66 .fill, .c100.p67 .fill, .c100.p68 .fill, .c100.p69 .fill, .c100.p70 .fill, .c100.p71 .fill, .c100.p72 .fill, .c100.p73 .fill, .c100.p74 .fill, .c100.p75 .fill, .c100.p76 .fill, .c100.p77 .fill, .c100.p78 .fill, .c100.p79 .fill, .c100.p80 .fill, .c100.p81 .fill, .c100.p82 .fill, .c100.p83 .fill, .c100.p84 .fill, .c100.p85 .fill, .c100.p86 .fill, .c100.p87 .fill, .c100.p88 .fill, .c100.p89 .fill, .c100.p90 .fill, .c100.p91 .fill, .c100.p92 .fill, .c100.p93 .fill, .c100.p94 .fill, .c100.p95 .fill, .c100.p96 .fill, .c100.p97 .fill, .c100.p98 .fill, .c100.p99 .fill, .c100.p100 .fill {
    border: 0.08em solid #b1eea9;
}
.error-status .pie, .error-status .c100 .bar, .error-status .c100.p51 .fill, .error-status .c100.p52 .fill, .error-status .c100.p53 .fill, .error-status .c100.p54 .fill, .error-status .c100.p55 .fill, .error-status .c100.p56 .fill, .error-status .c100.p57 .fill, .error-status .c100.p58 .fill, .error-status .c100.p59 .fill, .error-status .c100.p60 .fill, .error-status .c100.p61 .fill, .error-status .c100.p62 .fill, .error-status .c100.p63 .fill, .error-status .c100.p64 .fill, .error-status .c100.p65 .fill, .error-status .c100.p66 .fill, .error-status .c100.p67 .fill, .error-status .c100.p68 .fill, .error-status .c100.p69 .fill, .error-status .c100.p70 .fill, .error-status .c100.p71 .fill, .error-status .c100.p72 .fill, .error-status .c100.p73 .fill, .error-status .c100.p74 .fill, .error-status .c100.p75 .fill, .error-status .c100.p76 .fill, .error-status .c100.p77 .fill, .error-status .c100.p78 .fill, .error-status .c100.p79 .fill, .error-status .c100.p80 .fill, .error-status .c100.p81 .fill, .error-status .c100.p82 .fill, .error-status .c100.p83 .fill, .error-status .c100.p84 .fill, .error-status .c100.p85 .fill, .error-status .c100.p86 .fill, .error-status .c100.p87 .fill, .error-status .c100.p88 .fill, .error-status .c100.p89 .fill, .error-status .c100.p90 .fill, .error-status .c100.p91 .fill, .error-status .c100.p92 .fill, .error-status .c100.p93 .fill, .error-status .c100.p94 .fill, .error-status .c100.p95 .fill, .error-status .c100.p96 .fill, .error-status .c100.p97 .fill, .error-status .c100.p98 .fill, .error-status .c100.p99 .fill, .error-status.c100.p100 .fill {
    border: 0.08em solid #ffc8c8;
}
.total-progress .c100 > span {
    color: #414141;
    width: 100%;
    font-size: 0.35em;
    font-weight: bold;
    color: #fff;
    padding-left: 9px;
    line-height: 2.7em;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
::-moz-selection {
    background: transparent;
    text-shadow: none;
}
::selection {
    background: transparent;
    text-shadow: none;
}
.total-progress .c100 > span > i {
    font-size: 20px;
    font-style: normal;
}
.progress-time {
    position: absolute;
    font-size: 16px;
    color: #fff;
    z-index: 2;
    width: 100%;
    text-align: center;
    bottom: 45px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.15);
}
.progress-list {
    padding-right: 20px;
}
.list-title {
    margin-bottom: 10px;

}
.list-title span {
    float: left;
    font-weight: 500;
}
.list-title a {
    float: right;
    text-decoration: none;
    color: #414141;
    font-size: 12px;
    background: #dfdfdf;
    padding: 2px 8px 3px 8px;
    border-radius: 2px;
}
.list-title a:hover {
    background: #cecece;
}
.progress-list table {
    width: 100%;
    margin-bottom: 5px;
}
.progress-list table tr td {
    padding: 0 0 8px 0;
    vertical-align: middle;
}
.progress-list table tr td:first-child {
    padding-right: 10px;
    width: 15px;
}
.progress-list table tr td a {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #d2d2d2 url('../image/pause.png') no-repeat center center;
}
.progress-list table tr td a:hover {
    background-color: #bdbdbd;
}
.progress-list table tr td b {
    font-weight: 500;
}
.progress-list table tr td span {
    color: #666666;
}
.done-list {

}
.done-list .done-icon {
    float: left;
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #a1c29a url('../image/done.png') no-repeat center center;
}
.done-title {
    margin: 0 0 10px 0;
}
.done-title b {
    float: left;
    font-size: 12px;
    font-weight: 500;
    padding: 0 10px 0 10px;
}
.done-title .border {
    margin-left: 65px;
    padding: 8px 0;
    background: url('../image/border-h.png') no-repeat center right;
}
.done-list ul {
    list-style: none;
    padding: 0 0 0 25px;
    margin: 0;
}
.done-list ul li {
    color: #666666;
    margin: 0 0 5px 0;
}
.logo {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 215px;
    height:85px;
    margin-top: 20px;
    background: url('../image/logo.png') no-repeat 0 bottom, url('../image/border-h.png') no-repeat center top;
}
.main-col {
    /*margin-left: 256px;
    margin-right: 48px;*/
    height: 100%;
    padding: 0 48px 92px 0;
}
.main-col .row {
    height: 100%;
    overflow-y: auto;
    padding: 15px 10px;
}
.main-col .row .block {
    float: left;
    width: 33.33333%;
    padding: 7px;
    border-radius: 3px;
    transition: all 0.1s linear;
}
.main-col .row .block:hover {
    background: #cce5ed
}
.main-col .row .block-in {
    padding: 15px 12px;
    background: #ececec; /*old f3f3f3*/
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}
.main-bottom-bar {
    position: fixed;
    width: 100%;
    bottom: 0;
    padding: 0 48px 15px 273px;
    /*background: #fff;*/
}
.main-bottom-bar > img {
    width:100%;
    height: 9px;
    margin: 0 auto;
    /*margin-top: -43px;*/
}
.bottom-bar-inner {
    background: #fff;
}
.bottom-bar-cols {

}
.bottom-bar-cols .c-left {
    width: 80%;
    float: left;
}
.bottom-bar-cols .c-right {
    width: 20%;
    padding: 0 15px;
    float: left;
}
.bottom-bar-cols .c-right .btn {
    width: 100%;
}
.bottom-bar-cols .c-right .btn:first-child {
    margin-bottom: 10px;
}
.log {
    width: 100%;
    padding: 0 0 0 0;
}
.log textarea {
    width: 100%;
    height: 70px;
    padding: 8px 10px;
    border: 1px solid #ececec;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    resize: none;
    outline: none;
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
    font-size: 10px;
}
.row .block-in .top {
    position: relative;
    margin: 0 0 15px 0;
}
.row .block-in .top .disk-status {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 35px;
    margin: 0 10px 0 0;
    text-align: center;
}
.status-icon-done {
    position: absolute;
    right: -3px;
    width: 21px;
    height: 21px;
    border: 2px solid #e5f3e2;
    border-radius: 50%;
    background: #a1c29a url('../image/done.png') no-repeat center center;
}
.row .block-in .top .disk-status .disk-progress {
    padding: 3px 0 0 0;
    text-align: center;
}
.row .block-in .top .disk-status .c100.small {
    font-size: 36px;
    float: none;
    margin: 0;
    display: inline-block;
    background-color: #cbe5c6;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.row .block-in .top .disk-status .c100.small:after {
    top: 0.23em;
    left: 0.23em;
    width: 0.54em;
    height: 0.54em;
    background: #e5f3e2;
}
.row .block-in .top .disk-status .c100.small span {
    display: none;
}
.row .block-in .top .disk-status .c100.small .pie, .row .block-in .top .disk-status .c100.small .bar {
    width: 0.54em;
    height: 0.54em;
    border: 0.23em solid #a1c29a !important;
}
.row .block-in .top .disk-status .c100.p51 .fill, .row .block-in .top .disk-status .c100.p52 .fill, .row .block-in .top .disk-status .c100.p53 .fill, .row .block-in .top .disk-status .c100.p54 .fill, .row .block-in .top .disk-status .c100.p55 .fill, .row .block-in .top .disk-status .c100.p56 .fill, .row .block-in .top .disk-status .c100.p57 .row .block-in .top .disk-status .fill, .row .block-in .top .disk-status .c100.p58 .fill, .row .block-in .top .disk-status .c100.p59 .fill, .row .block-in .top .disk-status .c100.p60 .fill, .row .block-in .top .disk-status .c100.p61 .fill, .row .block-in .top .disk-status .c100.p62 .fill, .row .block-in .top .disk-status .c100.p63 .fill, .row .block-in .top .disk-status .c100.p64 .fill, .row .block-in .top .disk-status .c100.p65 .fill, .row .block-in .top .disk-status .c100.p66 .fill, .row .block-in .top .disk-status .c100.p67 .fill, .row .block-in .top .disk-status .c100.p68 .fill, .row .block-in .top .disk-status .c100.p69 .fill, .row .block-in .top .disk-status .c100.p70 .fill, .row .block-in .top .disk-status .c100.p71 .fill, .row .block-in .top .disk-status .c100.p72 .fill, .row .block-in .top .disk-status .c100.p73 .fill, .row .block-in .top .disk-status .c100.p74 .fill, .row .block-in .top .disk-status .c100.p75 .fill, .row .block-in .top .disk-status .c100.p76 .fill, .row .block-in .top .disk-status .c100.p77 .fill, .row .block-in .top .disk-status .c100.p78 .fill, .row .block-in .top .disk-status .c100.p79 .fill, .row .block-in .top .disk-status .c100.p80 .fill, .row .block-in .top .disk-status .c100.p81 .fill, .row .block-in .top .disk-status .c100.p82 .fill, .row .block-in .top .disk-status .c100.p83 .fill, .row .block-in .top .disk-status .c100.p84 .fill, .row .block-in .top .disk-status .c100.p85 .fill, .row .block-in .top .disk-status .c100.p86 .fill, .row .block-in .top .disk-status .c100.p87 .fill, .row .block-in .top .disk-status .c100.p88 .fill, .row .block-in .top .disk-status .c100.p89 .fill, .row .block-in .top .disk-status .c100.p90 .fill, .row .block-in .top .disk-status .c100.p91 .fill, .row .block-in .top .disk-status .c100.p92 .fill, .row .block-in .top .disk-status .c100.p93 .fill, .row .block-in .top .disk-status .c100.p94 .fill, .row .block-in .top .disk-status .c100.p95 .fill, .row .block-in .top .disk-status .c100.p96 .fill, .row .block-in .top .disk-status .c100.p97 .fill, .row .block-in .top .disk-status .c100.p98 .fill, .row .block-in .top .disk-status .c100.p99 .fill, .row .block-in .top .disk-status .c100.p100 .fill {
    border: 0.23em solid #a1c29a !important;
    width: 0.54em;
    height: 0.54em;
}
.c100.small .pause {
    position: absolute;
    z-index: 2;
    top: 7px;
    left: 8px;
}
.c100.small .pause a {
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    width: 21px;
    height: 21px;
    background: #e5f3e2 url('../image/pause.png') no-repeat center center;
    box-shadow: 0 1px 0 rgba(0,0,0,0.15);
}
.c100.small .pause a:hover {
    background-color: #fff;
}

.disk-status .disk-progress .progress-circle {
    background: #cbe5c6;
    border-radius: 50%;
    width: 31px;
    height: 31px;
    margin: 0 auto;
}
.progress-circle .progress-active {
    padding: 8px 0 0 0;
    background: #a1c29a;
    border-radius: 50%;
    width: 31px;
    height: 31px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.progress-circle .pause a {
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: #e5f3e2 url('../image/pause.png') no-repeat center center;
    box-shadow: 0 1px 0 rgba(0,0,0,0.15);
}
.progress-circle .pause a:hover {
    background-color: #fff;
}
.row .block-in .top .disk-name {
    display: inline-block;
    vertical-align: middle;
}
.row .block-in .top .disk-name h2 {
    font-size: 16px;
    margin: 0;
    font-weight: 500;
    line-height: 14px;
}
.row .block-in .top .disk-name span {
    display: block;
    margin: 6px 0 0 0;
    line-height: 12px;
    font-size: 12px;
}
.row .block.erase-active-status:hover .block-in, .row .block.erase-done-status:hover .block-in {
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}
.row .erase-active-status .block-in {
    background: #e5f3e2;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.15);
}
.row .erase-done-status .block-in {
    background: #e5f3e2;
}
.row .erase-active-status .disk-name span {
    color: #6da162
}
.row .error-status .block-in {
    background: #ffe1e1;
}
.row .error-status .block-in .top .disk-name span {
    color: #d61313;
}
.top .disk-menu-button {
    position: absolute;
    right: 0;
    top: 0;
}
.top .disk-menu-button button.menu-button {
    display: block;
    outline: none;
    border: none;
    background: transparent;
    padding: 5px 6px;
    cursor: pointer;
    border-radius: 2px;
}
.top .disk-menu-button button.menu-button:hover {
    background: rgba(0,0,0,0.07);
}
.top .disk-menu-button span {
    display: block;
    border-radius: 2px;
    width: 3px;
    height: 3px;
    background: #919191;
    margin: 0 0 4px 0;
}
.top .disk-menu-button span:last-child {
    margin: 0;
}

.disk-sub-menu {
    visibility: visible;
    opacity: 1;
    position: absolute;
    right: 12px;
    top:15px;
    width: 300px;
    background: #fff;
    border-radius: 2px;
    padding: 7px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
    transition: all 0.1s linear;
}
.disk-menu-wrapper {
    visibility: visible;
    opacity: 1;
    z-index: 2;
    position: absolute;
    right: -12px;
    top: -15px;
    width: 330px;
    height: 110px;
}
/*.top .disk-menu-button:active .disk-sub-menu,
 .disk-sub-menu:hover,
  .disk-menu-wrapper:hover
   .disk-sub-menu,
   .top .disk-menu-button:active .disk-menu-wrapper,
   .disk-menu-wrapper:hover {
    opacity: 1;
    visibility: visible;
}*/
.disk-sub-menu select {
    display: inline-block;
    width: 259px;
    margin: 0 0 10px 0;
}
.info {
    cursor: default;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
    font-size: 12px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #f5ecdc;
    color: #c39524;
    padding: 0px 7px 0 6px;
}
.info-tooltip {
    position: absolute;
    display: none;
    z-index: 2;
    right: -52px;
    top: 25px;
    background: #fff;
    padding: 10px;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.4);
}
.info:hover .info-tooltip {
    display: block;
}
.info-tooltip::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #ccc transparent;
}
.disk-sub-menu table {
    width: 100%;
}
.disk-sub-menu table tr td {
    font-size: 12px;
    color: #414141;
}
.disk-sub-menu table tr td:first-child {
    color: #939393;
    width: 60px;
    padding-right: 10px;
}
.disk-sub-menu .buttons {

}
.disk-sub-menu .buttons .button {
    width: 50%;
    float: left;
}
.disk-sub-menu .buttons .button button {
    width: 100%;
}
.disk-sub-menu .buttons .button:first-child {
    padding-right: 5px;
}
.disk-sub-menu .buttons .button:last-child {
    padding-left: 5px;
}
.disk-sub-menu .buttons button[disabled] {
    color: #adadad;
    background: linear-gradient(to bottom, #f4f4f4 0%,#e9e9e9 100%);
    box-shadow: 0 1px 0 #d1d1d1;
    transition: none;
}
.disk-sub-menu .close-btn {
    position: absolute;
    top: -11px;
    right: -11px;
}
.disk-sub-menu .close-btn button {
    outline: none;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 50%;
    padding: 0px 5px 2px 5px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.disk-sub-menu .close-btn button:hover {
    background: #f3f3f3;
}
.row .block-in .middle {

}
.row .block-in .middle table {
    width: 100%;
}
.row .block-in .middle table tr td {
    font-size: 12px;
    padding: 0 0 5px 0;
    vertical-align: top;
}
.row .block-in .middle table tr td:first-child {
    color: #939393;
    padding-right: 10px;
}
.row .block-in .middle table tr:last-child td {
    padding-bottom: 0;
}
.row .block.erase-done-status .top .disk-name span {
    color: #097793;
}
.adv-block {
    width: 100%;
}
.main-col .row .adv-block {
    width: 100%;
}
.bottom {

}
.sector-area {
    margin: 10px 0 0 0;
}
.sector-nav {
    margin: 0 0 5px 0;
}
.sector-nav .float-left {
    float: left;
}
.sector-nav .float-right {
    float: right;
}
.sector-nav button {
    border-radius: 2px;
    outline: none;
    border: none;
    margin: 0 5px 0 0;
    background: #dfdfdf;
    font-size: 12px;
    padding: 5px 8px;
    vertical-align: middle;
}
.sector-nav button:hover {
    background: #cecece;
}
.go-to {
    vertical-align: middle;
    display: inline-block;
    margin: 0 0 0 5px;
}
.go-to span {
    display: inline-block;
    vertical-align: middle;
}
.go-to input {
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    margin: 0 -6px 0 0;
    border-radius: 2px 0 0 2px;
    padding: 3px 5px;
    text-align: center;
    border: 1px solid #dfdfdf;
    outline: none;
}
.go-to input::-moz-selection {
    background: transparent;
    text-shadow: none;
}
.go-to input::selection {
    background: #98e5ec;
    text-shadow: none;
}
.sector {
    background: #eaeaea;
    border-radius: 0 0 3px 3px;
    padding: 12px;
    margin: 0 -12px -15px -12px;
}
.sector-row {
    color: #808080;
    margin-bottom: 5px;
    font-size: 11px;
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}
.sector-row:last-child {
    margin-bottom: 0;
}
.sector-row span {
    display: inline-block;
    color: #00a0c7;
    margin: 0;
}
.sector-row b {
    display: inline-block;
    margin: 0;
    color: #414141;
    font-weight: normal;
}
.right-col {
    width: 48px;
    top: 0;
    right: 0;
    height: 100%;
    position: fixed;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e9f1f3+0,f3f3f3+50,ffffff+100     ---old colors */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6eef5), color-stop(50%,#e2e2e2), color-stop(100%,#ffffff)); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top,  #d6eef5 0%,#e2e2e2 50%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #d6eef5 0%,#e2e2e2 50%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.border-left {
    position: relative;
    padding: 15px 0 0 0;
    height: 100%;
    /*border-left: 1px solid;
    border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #b4d3da, rgba(0, 0, 0, 0)) 1 100%;*/
    background: url('../image/border-v.png') no-repeat 0 center;
}
.logo-icon {
    width: 36px;
    margin: 0 auto 20px auto;
    height: 49px;
    background: url('../image/logo-icon.png') no-repeat 0 0;
}
.menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu li {
    width: 47px;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    text-align: center;
    background: url('../image/border-sm.png') no-repeat center bottom;
}
.version {
    width: 48px;
    position: absolute;
    bottom: 40px;
    text-align: center;
}
.switch-view {

}
.switch-view ul {
    list-style: none;
    padding: 0;
    text-align: center;
    margin: 0;
}
.switch-view ul li {
    width: 26px;
    height: 27px;
    margin: 0 auto;
    border-radius: 3px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f4f4+0,e9e9e9+100 */
    /*background: linear-gradient(to bottom,  #f4f4f4 0%,#e9e9e9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background: url('../image/adv-btn-bg.png') repeat-x 0 0;
}
.switch-view ul li:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f4f4+0,dddddd+100 */
    /*background: linear-gradient(to bottom,  #f4f4f4 0%,#dddddd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background: url('../image/adv-btn-bg.png') repeat-x 0 -27px;
}
.switch-view ul li:active {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dddddd+0,f4f4f4+100 */
    /*background: linear-gradient(to bottom,  #dddddd 0%,#f4f4f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background: url('../image/adv-btn-bg.png') repeat-x 0 -54px;
}
.switch-view ul li:last-child {
    border-radius: 0 0 3px 3px;
}
.switch-view ul li button {
    width: 26px;
    height: 27px;
    outline: none;
    border: none;
    box-shadow: 0 1px 0 #d1d1d1;
    border-radius: 0 0 3px 3px;
}
.switch-view ul li.def-view button {
    background: url('../image/view-btn.png') no-repeat 0 0;
}
.switch-view ul li.adv-view button {
    background: url('../image/view-btn.png') no-repeat -26px 0;
}
.switch-view ul li:first-child {
    border-radius: 3px 3px 0 0;
}
.switch-view ul li:first-child button {
    border-radius: 3px 3px 0 0;
}
.switch-view ul li.active {
    background: #d6d6d6;
}
.switch-view ul li.active button {
    box-shadow: inset 0 1px 0 rgba(0,0,0,0.2);
}
.switch-view ul li.def-view.active button {
    background: url('../image/view-btn.png') no-repeat 0 -27px;
}
.switch-view ul li.adv-view.active button {
    background: url('../image/view-btn.png') no-repeat -26px -27px;
}
.company-info {
    padding: 10px 15px 8px 10px;
    background: #f1f1f1; /*old f7f7f7*/
    margin: 0 5px 10px 5px;
    border-radius: 4px;
    text-align: right;
    font-size: 12px;
}
.company-info label {
    display: block;
    margin: 0 0 5px 15px;
}
.company-info .inline-block {
    margin-right: 20px;
    text-align: left;
}
.company-info .inline-block:last-child {
    margin-right: 0;
}
.company-info .edit-info-btn {
    display: inline-block;
    vertical-align: bottom;
}
.company-info .edit-info-btn button {
    display: block;
    outline: none;
    border: none;
    background: transparent;
    padding: 5px 6px;
    cursor: pointer;
    border-radius: 2px;
}
.company-info .edit-info-btn button span {
    display: block;
    border-radius: 2px;
    width: 3px;
    height: 3px;
    background: #919191;
    margin: 0 0 4px 0;
}
.company-info .edit-info-btn button:hover {
    background: rgba(0,0,0,0.07);
}
.company-info.info-done label {
    color: #939393;
}
.company-info input:focus,.company-info input:active {
    outline: 1px dashed transparent;
}
.company-info input::-moz-selection {
    background: #98e5ec;
    text-shadow: none;
}
.company-info input::selection {
    background: #98e5ec;
    text-shadow: none;
}
.company-info.info-done input {
    cursor: default;
    text-transform: uppercase;
    background: none;
    border: 1px solid transparent;
    box-shadow: none;
    color: #414141;
    outline: 1px dashed transparent;
}
.company-info.info-done input:hover {
    outline: 1px dashed #ccc;
    cursor: text;
}
.time {
    text-align: center;
    margin: 0 20px 20px 0;
}
.time span {
    display: inline-block;
    vertical-align: middle;
}
.time img {
    vertical-align: middle;
    margin: 0 5px 0 0;
}
.time b {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
.dialog-popup {
    position: absolute;
    background: #fff;
    border-radius: 2px;
    padding: 7px;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
    transition: all 0.1s linear;
}
.dialog-popup .buttons {
    margin: 10px 0 0 0;
}
.dialog-popup .button {
    float: left;
    width: 50%;
    padding: 0 5px;
}
.menu .dialog-popup {
    left: -110px;
    top: -5px;
}
.block-in .dialog-popup {
    margin: auto;
    top: 0; left: 0; bottom: 0; right: 0;
    background: rgba(0,0,0,0.2);
    box-shadow: none;
    text-align: center;
}
.dialog-popup-inner {
    width: 115px;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    border-radius: 2px;
    padding: 7px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.dialog-sup {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}


.page-wrapper, body, html {
    height: 100%;
}
.page-wrapper {
    text-align: center;
}
.inf-message {
    text-align: center;
}
.inf-message {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.inf-message img {
    margin: 0 0 30px 0;
}
.inf-message p {
    background: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    padding: 20px 50px;
    color: #005d7d;
    box-shadow: 0 1px 2px rgba(0, 88, 117, 0.35);
}
.v-sup {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

/*------License-------*/
.gradient {
    height: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2f5ca1+0,d0ebff+100 */
    background: rgb(47,92,161); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMmY1Y2ExIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2QwZWJmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(-45deg,  rgba(47,92,161,1) 0%, rgba(208,235,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(47,92,161,1) 0%,rgba(208,235,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgba(47,92,161,1) 0%,rgba(208,235,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f5ca1', endColorstr='#d0ebff',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}
.finger-print {
    height: 100%;
    background: url('../image/finger-print.png') no-repeat right top;
}
.license-box {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: 50px 0;
}
.license-box img {
    width: 300px;
}
.license-counter {
    display: inline-block;
    height: 361px;
    padding: 75px 60px 20px 100px;
    margin-right: -10px;
    vertical-align: middle;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcfcfc+0,aeeeb0+100&0+0,1+100 */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhZWVlYjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  rgba(252,252,252,0) 0%, rgba(174,238,176,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(252,252,252,0) 0%,rgba(174,238,176,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(252,252,252,0) 0%,rgba(174,238,176,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fcfcfc', endColorstr='#aeeeb0',GradientType=1 ); /* IE6-8 */
}
.license-counter {

}
.license-counter span {
    font-size: 130px;
    font-weight: bold;
    display: block;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    color: #fff;
    text-align: center;
}
.license-counter b {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.45);
    font-weight: normal;
}
.get-license {
    width: 480px;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    padding: 50px 30px;
    border-radius: 3px;
}
.get-license p {
    line-height: normal;
}
.secret-code {
    display: inline-block;
    padding: 10px 20px 10px 30px;
    box-shadow: inset 0 1px 2px rgba(0,0,0, 0.1);
    margin: 0 0 20px 0;
    letter-spacing: 10px;
    text-align: center;
    border-radius: 2px;
    background: #f3f3f3;
}
.secret-code span {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
.enter-code {

}
.license-btns {
    margin: 10px auto 0 auto;
    padding: 10px 0;
}
.license-btns div {
    float: left;
    width: 50%;
}
.license-btns div:first-child {
    text-align: left;
}
.license-btns div:last-child {
    text-align: right;
}
.company-logo {
    position: absolute;
    opacity: 0.6;
    bottom: 20px;
    left: 15px;
    width: 256px;
    height: 80px;
    background: url('../image/emea/ge-logo-w.png') no-repeat center 0;
    background-size: contain;
}
.license-error-message {
    padding: 5px 10px;
    margin: 0 0 5px 0;
    border-radius: 3px;
    background: #fdd;
}
.license-error-message span {
    color: #b13939;
    font-size: 12px;
}
.license-info-message {
    padding: 5px 10px;
    margin: 0 0 5px 0;
    border-radius: 3px;
    background: #d4eaff;
}
.license-info-message span {
    color: #4d86b9;
    font-size: 12px;
}
.license-success-message {
    padding: 5px 10px;
    margin: 0 0 5px 0;
    border-radius: 3px;
    background: #d2f1cc;
}
.license-success-message span {
    color: #498a3d;
    font-size: 12px;
}
/*-------End---------*/


.wipecenter {
    overflow: hidden;
    height: 100%;
    min-width: 1024px;
    text-align: left;
}
.wipecenter .finger-print {
    min-width: 1280px;
    padding: 45px 40px 0 40px;
    background: url('../image/emea/ge-bg-img.png') no-repeat -100px top;
}
.wipecenter .gradient {
    background: url('../image/gradient.png') no-repeat 0 0;
    background-size: cover;
}
.wc-menu-wrapper {
    float: left;
    height: 100%;
    width: 250px;
}
.wc-logo {
	position: relative;
    width: 215px;
    height: 55px;
    margin-bottom: 10px;
    background: url('../image/emea/ge-wipe-center.png') no-repeat 0 bottom;
}
.wc-menu-wrapper .wc-logo {
    background: url('../image/emea/ge-wipe-center-i.png') no-repeat 0 bottom;
}
.wc-logo .wc-logo-version {
	position: absolute;
	margin-top: -2px;
	right: 0;
	font-size: 10px;
	color: #86ade6;
}
.wc-menu-bg {
    padding-bottom: 180px;
    height: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00162b+0,00162b+100&0+0,0.5+100 */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMTYyYiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDE2MmIiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(left, rgba(0,22,43,0) 0%, rgba(0,22,43,0.5) 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,22,43,0)), color-stop(100%,rgba(0,22,43,0.5))); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(left, rgba(0,22,43,0) 0%,rgba(0,22,43,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(left, rgba(0,22,43,0) 0%,rgba(0,22,43,0.5) 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(left, rgba(0,22,43,0) 0%,rgba(0,22,43,0.5) 100%); /* IE10 preview */
    background: linear-gradient(to right, rgba(0,22,43,0) 0%,rgba(0,22,43,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000162b', endColorstr='#8000162b',GradientType=1 ); /* IE6-8 */
}
.show-notification .wc-menu-bg {
    padding-bottom: 240px;
}
.wc-menu {
    position: relative;
    overflow-y: auto;
    padding: 0 0px 15px 0;
    margin-bottom: 90px;
    height: 100%;
}
.wc-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
}
.wc-menu ul li {
	display: block;
    text-align: left;
    background: url('../image/wc-menu-brd.png') no-repeat bottom right;
}
/*
.wc-menu ul li:first-child {
	display: block;
}

.wc-menu ul li:nth-child(3) {
	display: block;
}

.wc-menu ul li:nth-child(4) {
	display: block;
}


.wc-menu ul li:nth-child(7) {
	display: block;
}

.wc-menu ul li:nth-child(8) {
	display: block;
}

.wc-menu ul li:nth-child(9) {
	display: block;
}

.wc-menu ul li:first-child + li {
	display: block;
}
*/

.wc-menu ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    padding: 12px 20px 17px 20px;
}
.wc-menu ul li a:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9dbee1+0,22c7df+100&0+0,0.2+100 */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzlkYmVlMSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMmM3ZGYiIHN0b3Atb3BhY2l0eT0iMC4yIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(left, rgba(157,190,225,0) 0%, rgba(34,199,223,0.2) 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(157,190,225,0)), color-stop(100%,rgba(34,199,223,0.2))); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(left, rgba(157,190,225,0) 0%,rgba(34,199,223,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(left, rgba(157,190,225,0) 0%,rgba(34,199,223,0.2) 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(left, rgba(157,190,225,0) 0%,rgba(34,199,223,0.2) 100%); /* IE10 preview */
    background: linear-gradient(to right, rgba(157,190,225,0) 0%,rgba(34,199,223,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009dbee1', endColorstr='#3322c7df',GradientType=1 ); /* IE6-8 */
}
.wc-menu ul li a span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 100;
    text-shadow: 0 1px 2px rgba(0,0,0,0.45);
}
.wc-menu ul li a i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
}
.wc-menu ul li.active a {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9dbee1+0,9ebee3+100&0+0,1+100 */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzlkYmVlMSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5ZWJlZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, rgba(157,190,225,0) 0%, rgba(158,190,227,1) 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(157,190,225,0)), color-stop(100%,rgba(158,190,227,1))); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(left, rgba(157,190,225,0) 0%,rgba(158,190,227,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(left, rgba(157,190,225,0) 0%,rgba(158,190,227,1) 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(left, rgba(157,190,225,0) 0%,rgba(158,190,227,1) 100%); /* IE10 preview */
    background: linear-gradient(to right, rgba(157,190,225,0) 0%,rgba(158,190,227,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009dbee1', endColorstr='#9ebee3',GradientType=1 ); /* IE6-8 */
}
.wc-menu ul li.inactive {
    opacity: 0.6;
}

.wc-menu ul li.disabled {
    opacity: 0.4;
}
.wc-menu ul li.disabled a {
    pointer-events: none;
    cursor: default;
}
.reports-icon {
    width: 17px;
    height: 21px;
    background: url('../image/wc-menu-report-icon.png') no-repeat 0 0;
}
.licenses-icon {
    width: 17px;
    height: 17px;
    background: url('../image/wc-menu-key-icon.png') no-repeat 0 0;
}
.statistics-icon {
    width: 17px;
    height: 17px;
    background: url('../image/wc-menu-stat-icon.png') no-repeat 0 0;
}
.upload-report-icon {
	width: 15px;
    height: 21px;
    background: url('../image/wc-menu-upload-report-icon.png') no-repeat 0 0;
}
.iso-creation-icon {
	width: 17px;
    height: 16px;
    background: url('../image/wc-menu-iso-creation-icon.png') no-repeat 0 0;
}
.asset-reports-icon {
	width: 18px;
    height: 23px;
    background: url('../image/wc-menu-asset-report-icon.png') no-repeat 0 0;
}
.system-reports-icon {
	width: 18px;
    height: 23px;
    background: url('../image/wc-menu-system-report-icon.png') no-repeat 0 0;
}
.degausser-reports-icon {
	width: 18px;
    height: 23px;
    background: url('../image/wc-menu-degausser-report-icon.png') no-repeat 0 0;
}
.shredder-reports-icon {
	width: 18px;
    height: 23px;
    background: url('../image/wc-menu-shredder-report-icon.png') no-repeat 0 0;
}
.disk-only-reports-icon {
	width: 18px;
    height: 23px;
    background: url('../image/wc-menu-disk-only-report-icon.png') no-repeat 0 0;
}
.mobile-reports-icon {
	width: 18px;
    height: 23px;
    background: url('../image/wc-menu-mobile-report-icon.png') no-repeat 0 0;
}
.wc-main-wrapper {
    height: 100%;
}
.wc-main {
    height: 100%;
    overflow-y: auto;
}
.wc-header {
    position: fixed;
    width: 100%;
    padding-left: 250px;
    padding-right: 80px;
    min-width: 1280px;
}
.wc-header-inner {
    border-radius: 4px 4px 0 0;
    background: rgba(255,255,255,0.8);
    height: 65px;
}
.wc-main-container {
    height: 100%;
    padding-top: 175px;
}
.wc-main-container-inner {
    background: #fff;
    height: 100%;
    overflow: auto;
}
.wc-header-inner .licenses-area {
    float: left;
    height: 65px;
    padding: 0px 20px 0 20px;
    border-radius: 4px 0 0 0;
    text-align: center;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9cde9e+55,81d884+100 */
    background: rgb(156,222,158); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1NSUiIHN0b3AtY29sb3I9IiM5Y2RlOWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjODFkODg0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(left, rgba(156,222,158,1) 55%, rgba(129,216,132,1) 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, right top, color-stop(55%,rgba(156,222,158,1)), color-stop(100%,rgba(129,216,132,1))); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(left, rgba(156,222,158,1) 55%,rgba(129,216,132,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(left, rgba(156,222,158,1) 55%,rgba(129,216,132,1) 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(left, rgba(156,222,158,1) 55%,rgba(129,216,132,1) 100%); /* IE10 preview */
    background: linear-gradient(to right, rgba(156,222,158,1) 55%,rgba(129,216,132,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9cde9e', endColorstr='#81d884',GradientType=1 ); /* IE6-8 */
}
.wc-header-inner .licenses-area .inline-block {
    margin: 0 10px;
}
.wc-header-inner .licenses-area span {
    display: block;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.wc-header-inner .licenses-area i {
    display: block;
    font-size: 12px;
    font-style: normal;
    color: rgba(0,0,0,0.5);
}
.wc-header-inner .company-area {
    float: right;
    padding: 10px 20px 0 0;
}
.company-area .org-logo {
}
.company-area .org-logo img {
  height: 45px;
}
.company-area .company-data {
    margin-left: 40px;
}
.company-area .company-data span {
    display: block;
    color: #959595;
    margin: 0 0 7px 0;
}
.company-area .company-data i {
    display: block;
    font-style: normal;
}
.company-area .auth-data {
	margin-left: 40px;
}
.company-area .auth-data span {
	display: block;
	color: #414141;
	margin: 0 0 4px 0;
}
.company-area .auth-data span span {
	display: inline-block;
	margin-left: 5px;
	margin-bottom: 0;
	color: #1474b1;
}
.company-area .auth-data span b {

}
.company-area .auth-data .btn {
	padding: 2px 10px;
	font-size: 12px;
}
.company-area .auth-data .btn img {
	margin-top: -3px;
}
.wc-tools-area {
    padding: 17px 20px 15px 20px;
    height: 110px;
    background: #fff;
    border-bottom: 1px solid #dfdfdf;
}
.reports-table {
    width: 100%;
}
.reports-table tr th {
    padding: 10px 5px;
    font-weight: 100;
    color: #959595;
    white-space: nowrap;
}
.reports-table tr th:first-child, .reports-table tr td:first-child {
	padding: 10px 5px 10px 20px;
}
.reports-table tr th:last-child, .reports-table tr td:last-child {
	padding: 10px 20px 10px 5px;
}
.reports-table tr th:nth-child(2) {

}
.reports-table tr td {
    padding: 5px 5px;
	font-size: 12px;
}
.reports-table tr:nth-child(2n) {
    background: #efefef;
}
.tag-edit {

}
.reports-table tr:hover .tag-edit input {
	outline: 1px dashed #ccc;
    cursor: text;
}
.tag-edit input {
    display: inline-block;
    vertical-align: middle;
    max-width: 90px;
    cursor: default;
    padding: 4px 4px;
    text-transform: uppercase;
    background: none;
    border: 1px solid transparent;
    box-shadow: none;
    color: #414141;
    outline: none;
}
input::-moz-selection {
    background: #98e5ec;
    text-shadow: none;
}
input::selection {
    background: #98e5ec;
    text-shadow: none;
}
.tag-edit input:hover {

}
.fix-width {
	width: 100px;
}
.fix-width-date {
	width: 145px;
}
.tag-edit input:focus, .reports-table tr:hover .tag-edit input:focus {
    outline: none;
    border-color: #90c2dc;
    box-shadow: 0 0 3px rgba(0, 161, 255, 0.4);
    background: #fff;
}
.del-group {
    float: left;
}
.del-group .btn-red {
    float: left;
    border-radius: 4px 0 0 4px;
}
.del-group .del-counter {
    display: block;
    float: left;
    height: 28px;
    background: #f2f2f2;
    padding: 4px 15px;
    border-radius: 0 4px 4px 0;
    box-shadow: 0 1px 0 rgba(0,0,0,0.16);
}
.del-group .del-counter i {
	display: inline-block;
    font-style: normal;
	margin-right: 5px;
}
.wc-reports-search {
    float: left;
    margin: 12px 10px 0 0;
}
.wc-reports-search input {
    width: 320px;
    height: 29px;
    background-image: url('../image/search-icon.png');
    background-repeat: no-repeat;
    background-size: 13px 13px;
    background-position: right 10px center;
    padding-right: 34px;
    padding: 4px 15px;
    transition: none;
}
.wc-reports-search.wait-status input {
    background-image: url('../image/loader.gif');
    background-size: 20px 20px;
}

.report-erasure-status-success{
    color: #6da162;
}
.report-erasure-status-error {
    color: #d61313;
}
.reports-btns {
    float: right;
}
.reports-btns .btn {
    margin-left: 5px;
}
.dropdown-wrapper {
    position: relative;
}
.dropdown-btn {
    display: inline-block;
    background: #ccc;
    border-radius: 3px;
}
.dropdown-btn::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.dropdown-btn span {
    display: inline-block;
    margin: 0 10px 0 5px;
}
.dropdown-list {
    position: absolute;
    right: 0;
    min-width: 200px;
    border-radius: 4px;
    background: #fff;
    outline:none;
    margin: 1px 0 0 0;
    box-shadow: 0 13px 20px rgba(0,0,0,0.28);
}
.dropdown-list ul {
    padding: 10px 0 0 0;
    margin: 0;
    list-style: none;
}
.dropdown-list ul li {
    display: block;
    padding: 4px 0;
}
.dropdown-list ul li button {
    display: block;
    width: 100%;
    border: none;
    background: none;
    padding: 10px 20px;
    text-align: left;
    outline: none !important;
}
.dropdown-list ul li button:hover {
    background: #cbefc4;
}
.dropdown-list ul li button.btn.btn-default {
    background: #f2f2f2 !important;
    margin: 0;
    border-radius: 0;
    border: none;
    padding: 8px 20px 8px 20px;
    opacity: 1;
}
.dropdown-list ul li a.btn.btn-blue.btn-icon {
    background: #c4e8f2;
    display: block;
    margin: 0 10px;
    padding: 8px;
}
.dropdown-list ul li .input-tag {
    padding: 10px 0;
    border-top: 1px solid #dfdfdf;
}
.dropdown-list ul li .input-tag > div {
    padding: 0 10px 10px 10px;
}
.btn.btn-icon img {
    margin-right: 0;
}
.reports-btns .btn.btn-icon img {
	margin-right: 8px;
}
.btn.btn-icon .loader-img {
	width: 16px;
	height: 16px;
	margin-right: 5px;
}
.table-header {
    padding: 10px 0 0 0;
}
.reports-counter {
    float: left;
    margin: 17px 0 0 0;
}
.table-pagination {
    float: right;
}
.table-pagination ul {
    float: left;
    padding: 0;
    margin: 12px 0 0 0;
    list-style: none;
}
.table-pagination ul li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
}
.table-pagination ul li a {
    display: block;
    text-decoration: none;
    color: #949494;
    padding: 1px 6px;
    border-radius: 3px;
    border: 1px solid transparent;
}
.table-pagination ul li a span {
	display: inline-block;
}
.table-pagination ul li span span {
	display: inline-block;
	margin: 0 0 0 5px;
}
.table-pagination ul li a:hover {
    color: #414141;
    background: #eaeaea;
}
.table-pagination ul li.active a {
    color: #00bdf4;
    border: 1px solid #0abaf4;
    background: #fff;
}
.table-pagination ul li.pagination-back-btn a {
    width: 30px;
    height: 30px;
    background: url('../image/pagination-back-icon.png') no-repeat center center;
}
.table-pagination ul li.pagination-next-btn a {
    width: 30px;
    height: 30px;
    background: url('../image/pagination-next-icon.png') no-repeat center center;
}
.table-pagination ul li.pagination-back-btn:hover a, .table-pagination ul li.pagination-next-btn:hover a {
    background-color: #eaeaea;
}
.table-pagination ul li.pagination-search .form-control {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    padding: 6px 5px;
    text-align: center;
    width: 50px;
    height: 24px;
}
.table-pagination ul li.pagination-search button {
    border: none;
    outline: none;
    padding: 12px;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../image/search-icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #f2f2f2;
    margin-left: 3px;
}
.table-pagination ul li.pagination-search button:hover {
    background-color: #e4e4e4;
}
.pdf-view-overlay {
    top: 0;
    width: 100%;
    min-height: 100%;
    position: absolute;
    z-index: 9999;
    text-align: center;
    background: rgba(0,0,0,0.3);
}
.pdf-view-popup {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    /*width: 980px;*/
    width: 836px;
    margin: 30px auto 30px auto;
    background: #fff;
    padding: 20px 20px;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}
button.popup-close {
    position: absolute;
    right: 0px;
    top: 0;
    border: none;
    outline: none;
    background: #fff;
    font-size: 18px;
    padding: 8px 15px 11px 15px;
    border-radius: 0 3px 0 0;
}
button.popup-close:hover {
    background: #e6e6e6;
}
.popup-body iframe {
    margin: 20px 0 0 0;
    border: 1px solid #ccc;
	width: 100%;
	height: 690px;
}
.popup-header h1 {
    margin: 0;
    font-family: "NotoSansRegular";
}
.login {
	display: inline-block;
	vertical-align: middle;
}
.login .wc-logo {
	margin: 0 auto 30px auto;
}
.login .auth-box {
	width: 320px;
	background: #fff;
	padding: 20px;
	text-align: left;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}
.login .auth-box label {
	display: block;
	margin: 5px 0 5px 0;
}
.login .auth-box .text-right {
	margin: 10px 0 0 0;
}
.v-helper {
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}


/*user-role style*/

/*.user-role .reports-btns, */
.user-role .del-group {
	display: none;
}
/*.user-role .table-header {
	padding: 0;
}*/
/*.user-role .wc-reports-search {
	margin: 0px 10px 0 0;
}*/
/*.user-role .reports-counter {
	margin: 4px 0 0 0;
}*/
/*.user-role .table-pagination ul {
	margin: 0;
}*/
/*.user-role .wc-tools-area {
	height: 65px;
}*/
/*.user-role .wc-main-container {
	padding-top: 130px;
}*/
/*.user-role .reports-table th:first-child, .user-role .reports-table td:first-child, .user-role .reports-table th:last-child, .user-role .reports-table td:last-child {
	display: none;
}*/
/*.user-role .reports-table tr th:nth-child(2), .user-role .reports-table tr td:nth-child(2) {
	padding: 10px 5px 10px 20px;
}*/
/*.user-role .reports-table tr th:nth-last-child(2), .user-role .reports-table tr td:nth-last-child(2){
	padding: 10px 20px 10px 5px;
}*/
.user-role .tag-edit input:hover, .user-role .tag-edit input:focus, .reports-table tr:hover .tag-edit input {
	outline: none !important;
}
.user-role .tag-edit input::-moz-selection {
    background: transparent;
    text-shadow: none;
}
.user-role .tag-edit input::selection {
    background: transparent;
    text-shadow: none;
}
/*-----------------*/


.settings-form {

}
.form-wrapper {
	width: 320px;
	margin: 0 auto;
}
.form-wrapper > div.form-field {
	margin-bottom: 15px;
}
.form-wrapper > div label {
	display: block;
	font-size: 12px;
	color: #959595;
	margin: 10px 0 5px 0;
}
.form-wrapper > div:last-child {
	text-align: right;
}
.upload-report {

}
.upload-report h3 {
	text-align: center;
}
.upload-report-area {
	background: #f1f1f1;
	text-align: center;
	padding: 20px 0;
}
.upload-report-area .license-success-message,
.upload-report-area .license-info-message,
.upload-report-area .license-error-message {
	display: inline-block;
}
.upload-report-area .license-success-message b {
	font-family: "NotoSansBold";
}
.upload-report-area button, .upload-report-area button:active {
	padding-left: 30px !important;
	padding-right: 30px !important;
}
.upload-report-area p {
	font-size: 12px;
	color: #868686;
	margin: 0;
	line-height: normal;
}
.upload-report-btn {
	margin: 10px 0 20px 0;
}
.settings-form.iso-form .form-wrapper .upload-report-area {
    text-align: center !important;
}
.settings-form .l-col.reports {
    padding-top: 60px;
}
.settings-form.iso-form .form-wrapper {
    width: 100%;
}
.settings-form .r-col {
    float: left;
    width: 40%;
    padding: 0 40px
}
.settings-form .l-col {
    float: left;
    width: 60%;
    padding: 40px 40px 0 40px;
    margin: 0 0 40px 0;
}
.settings-form .list-isos .form-field {
    font-size: 12px;
    padding: 5px 7px;
    border-radius: 3px;
    margin: 0 0 4px 0;
    background: #f0f7ff;
}
.settings-form .list-isos .form-field.license-success-message {
    background: #d2f1cc;
    color: #498a3d;
    font-family: "NotoSansBold";
    margin-left: 10px;
    margin-right: 10px;
}
.settings-form .list-isos .form-field.license-error-message {
    background: #fdd;
    color: #b13939;
    font-family: "NotoSansBold";
    margin-left: 10px;
    margin-right: 10px;
}
.settings-form .list-isos .form-field a {
    color: #0059ff;
    text-decoration: none;
}
.settings-form .list-isos .form-field a:hover {
    text-decoration: underline;
}
.settings-form .l-checkbox input {
    margin-right: 10px;
}
.settings-form.iso-form .form-wrapper .upload-report-area .open-file-btn {
    float: left;
    margin: 0 0 10px 15px;
}
.settings-form.iso-form .form-wrapper .upload-report-area .upload-file-btn {
    float: right;
    margin: 0 15px 10px 0;
}
.settings-form.iso-form .form-wrapper .upload-report-area p.available-formats {
    font-size: 12px;
    color: #868686;
    margin: 10px 0 0 0;
    line-height: normal;
    width: 100%;
}
.notification-box {
    margin-bottom: -35px;
    position: relative;
    -webkit-animation: top 0.5s ease-in-out;
    animation: top 0.5s ease-in-out;
}
.notification-box div {
    position: relative;
    padding: 8px 20px;
    margin: 0px 0 4px 0;
    background: rgba(177,215,247,0.7);
    text-align: center;
}
.notification-box div span {
    font-size: 10px;
    color: #000;
}
.notification-box div p {
    font-size: 10px;
    color: #000;
    margin: 0;
    line-height: 1.2;
}

.notification-box div span b {
    display: inline-block;
}
.notification-box.new-date div span b {
    -webkit-animation: bounce 2s linear 10;
    animation: bounce 2s linear 10;
}


@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	10%,
	20% {
		-webkit-transform: scale(.9) rotate(-8deg);
		transform: scale(.9) rotate(-8deg)
	}
	30%,
	50%,
	70% {
		-webkit-transform: scale(1.1) rotate(8deg);
		transform: scale(1.1) rotate(8deg)
	}
	40%,
	60% {
		-webkit-transform: scale(1.1) rotate(-8deg);
		transform: scale(1.1) rotate(-8deg)
	}
	100%,
	80% {
		-webkit-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0)
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	10%,
	20% {
		-webkit-transform: scale(.9) rotate(-8deg);
		transform: scale(.9) rotate(-8deg)
	}
	30%,
	50%,
	70% {
		-webkit-transform: scale(1.1) rotate(8deg);
		transform: scale(1.1) rotate(8deg)
	}
	40%,
	60% {
		-webkit-transform: scale(1.1) rotate(-8deg);
		transform: scale(1.1) rotate(-8deg)
	}
	100%,
	80% {
		-webkit-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0)
	}
}

@-webkit-keyframes bounce {
	0%,
	10%,
	100%,
	20%,
	50%,
	80% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	40% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px)
	}
	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px)
	}
}

@keyframes bounce {
	0%,
	10%,
	100%,
	20%,
	50%,
	80% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	40% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px)
	}
	60% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px)
	}
}
@-webkit-keyframes top {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	100% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%)
	}
}
@keyframes top {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	100% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%)
	}
}

/* Large desktop */
@media (min-width: 1200px) {

}
@media (max-width: 1024px) {
    .wc-menu-wrapper {
        width: 180px;
    }
    .wc-header {
        padding-left: 180px;
        padding-right: 25px;
    }
    .wipecenter .finger-print {
        padding: 45px 15px 0 10px;
    }
    .wc-logo {
        width: 170px;
        height: 33px;
        background-size: contain;
    }
    .company-logo {
        width: 160px;
        height: 60px
    }
    .reports-table tr td {
        font-size: 11px;
    }
}
@media (max-width: 1280px) {
    .main-col .row .block {
        width: 50%;
    }
    .main-col .row .adv-block {
        width: 100%;
    }
    .bottom-bar-cols .c-left {
        width: 75%;
    }
    .bottom-bar-cols .c-right {
        width: 25%;
    }
}


/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

}

/* Landscape phones and down */
@media (max-width: 480px) {

}
