@import url(https://fonts.googleapis.com/css?family=Telex);
.navbar .brand {
  font-size: 17px;
  padding: 14px 20px 16px;
  font-family: 'Telex', sans-serif;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.navbar li {
  line-height: 20px;
}
.navbar .nav > li > a {
  padding: 16px 10px 14px;
  font-family: 'Telex', sans-serif;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.navbar .search-query {
  border: 1px solid #178acc;
}
.navbar .btn-navbar:hover {
  background-color: #cccccc;
}
.navbar .navbar-text {
  padding: 19px 10px 18px;
  line-height: 13px;
  color: rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.navbar-inverse .navbar-search .search-query {
  color: #555555;
}
@media (max-width: 979px) {
  .navbar .nav-collapse .nav li > a {
    font-family: 'Telex', sans-serif;
    font-weight: normal;
    color: white;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  }
  .navbar .nav-collapse .nav li > a:hover {
    background-color: #2b7cac;
  }
  .navbar .nav-collapse .nav .active > a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #2b7cac;
  }
  .navbar .nav-collapse .dropdown-menu li > a:hover,
  .navbar .nav-collapse .dropdown-menu li > a:focus,
  .navbar .nav-collapse .dropdown-submenu:hover > a {
    background-image: none;
  }
  .navbar .nav-collapse .navbar-form,
  .navbar .nav-collapse .navbar-search {
    border: none;
  }
  .navbar .nav-collapse .nav-header {
    color: #2b7cac;
  }
  .navbar-inverse .nav-collapse .nav li > a {
    color: #555555;
  }
  .navbar-inverse .nav-collapse .nav li > a:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .navbar-inverse .nav-collapse .nav .active > a {
    background-color: rgba(0, 0, 0, 0.1);
  }
}
div.subnav {
  font-family: 'Telex', sans-serif;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2);
}
div.subnav-fixed {
  top: 50px;
}
.btn {
  background-color: white;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), color-stop(5%, white), to(white));
  background-image: -webkit-linear-gradient(white, white 5%, white);
  background-image: -moz-linear-gradient(top, white, white 500%, white);
  background-image: -o-linear-gradient(white, white 5%, white);
  background-image: linear-gradient(white, white 5%, white);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:hover {
  background-position: 0 0;
}
.btn-primary {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #3daae9;
  background-image: -moz-linear-gradient(top, #46aeea, #2fa4e7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#46aeea), to(#2fa4e7));
  background-image: -webkit-linear-gradient(top, #46aeea, #2fa4e7);
  background-image: -o-linear-gradient(top, #46aeea, #2fa4e7);
  background-image: linear-gradient(to bottom, #46aeea, #2fa4e7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff46aeea', endColorstr='#ff2fa4e7', GradientType=0);
  border-color: #2fa4e7 #2fa4e7 #157ab5;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2fa4e7;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: white;
  background-color: #2fa4e7;
  *background-color: #1a99e2;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #178acc \9;
}
.btn-info {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #9e6ab8;
  background-image: -moz-linear-gradient(top, #a271bb, #9760b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a271bb), to(#9760b3));
  background-image: -webkit-linear-gradient(top, #a271bb, #9760b3);
  background-image: -o-linear-gradient(top, #a271bb, #9760b3);
  background-image: linear-gradient(to bottom, #a271bb, #9760b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa271bb', endColorstr='#ff9760b3', GradientType=0);
  border-color: #9760b3 #9760b3 #6f4086;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #9760b3;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: white;
  background-color: #9760b3;
  *background-color: #8b51a9;
}
.btn-info:active,
.btn-info.active {
  background-color: #7d4898 \9;
}
.btn-success {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #7bb33d;
  background-image: -moz-linear-gradient(top, #80bb3f, #73a839);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#80bb3f), to(#73a839));
  background-image: -webkit-linear-gradient(top, #80bb3f, #73a839);
  background-image: -o-linear-gradient(top, #80bb3f, #73a839);
  background-image: linear-gradient(to bottom, #80bb3f, #73a839);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff80bb3f', endColorstr='#ff73a839', GradientType=0);
  border-color: #73a839 #73a839 #4c6f26;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #73a839;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: white;
  background-color: #73a839;
  *background-color: #669533;
}
.btn-success:active,
.btn-success.active {
  background-color: #59822c \9;
}
.btn-warning {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ec5c00;
  background-image: -moz-linear-gradient(top, #f76000, #dd5600);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f76000), to(#dd5600));
  background-image: -webkit-linear-gradient(top, #f76000, #dd5600);
  background-image: -o-linear-gradient(top, #f76000, #dd5600);
  background-image: linear-gradient(to bottom, #f76000, #dd5600);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff76000', endColorstr='#ffdd5600', GradientType=0);
  border-color: #dd5600 #dd5600 #913800;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #dd5600;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: white;
  background-color: #dd5600;
  *background-color: #c44c00;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #aa4200 \9;
}
.btn-danger {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #d41e24;
  background-image: -moz-linear-gradient(top, #dd1f26, #c71c22);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dd1f26), to(#c71c22));
  background-image: -webkit-linear-gradient(top, #dd1f26, #c71c22);
  background-image: -o-linear-gradient(top, #dd1f26, #c71c22);
  background-image: linear-gradient(to bottom, #dd1f26, #c71c22);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd1f26', endColorstr='#ffc71c22', GradientType=0);
  border-color: #c71c22 #c71c22 #841317;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #c71c22;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: white;
  background-color: #c71c22;
  *background-color: #b1191e;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #9a161a \9;
}
.btn-inverse {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f8b93b;
  background-image: -moz-linear-gradient(top, #f8bd45, #f7b42c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8bd45), to(#f7b42c));
  background-image: -webkit-linear-gradient(top, #f8bd45, #f7b42c);
  background-image: -o-linear-gradient(top, #f8bd45, #f7b42c);
  background-image: linear-gradient(to bottom, #f8bd45, #f7b42c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8bd45', endColorstr='#fff7b42c', GradientType=0);
  border-color: #f7b42c #f7b42c #cf8d08;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f7b42c;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: white;
  background-color: #f7b42c;
  *background-color: #f6ab13;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #e79e09 \9;
}
i[class^="icon-"] {
  opacity: 0.8;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
[ng-cloak],
.ng-cloak {
  display: none;
}
.navbar-inverse a.brand {
  color: #555555;
}
.navbar-inverse a.brand:hover {
  color: #555555;
}
/* Main Layout
// ---------*/

body > footer {
  padding: 20px 0;
  font-size: small;
}
.navbar .breadcrumb {
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  margin-top: 44px;
  position: absolute;
}
.navbar .breadcrumb ul {
  margin: 0;
}
.navbar .breadcrumb li {
  text-shadow: none;
}
.page-header-search {
  *zoom: 1;
  padding-bottom: 0;
}
.page-header-search:before,
.page-header-search:after {
  display: table;
  content: "";
  line-height: 0;
}
.page-header-search:after {
  clear: both;
}
.page-header-search h1,
.page-header-search h2,
.page-header-search h3,
.page-header-search h4,
.page-header-search h5,
.page-header-search h6 {
  float: left;
}
.page-header-search .form-search {
  float: right;
}
/* Horizontal Definition Lists (introduced in later bootstrap versions)
// ------------------------------------------------------------------*/

.dl-horizontal {
  line-height: 1.3em;
  margin: 0;
}
.dl-horizontal dt {
  float: left;
  clear: left;
  display: block;
  font-weight: bold;
  margin-right: 0.6em;
}
.dl-horizontal dd {
  font-weight: normal;
}
/* Filter-Settings Definition Lists (introduced in later bootstrap versions)
// ------------------------------------------------------------------*/

.dl-filter-settings {
  margin-top: 0;
}
.dl-filter-settings dt {
  padding-top: 5px;
}
.dl-filter-settings dd {
  margin: 0 0 10px 0;
  padding: 0;
}
.dl-filter-settings dd li {
  padding-top: 1px;
}
.dl-filter-settings dd .btn-mini {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #c32627;
  background-image: -moz-linear-gradient(top, #c71c22, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c71c22), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #c71c22, #bd362f);
  background-image: -o-linear-gradient(top, #c71c22, #bd362f);
  background-image: linear-gradient(to bottom, #c71c22, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc71c22', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  float: right;
  padding: 0 1px 1px 1px;
  margin-top: 2px;
}
.dl-filter-settings dd .btn-mini:hover,
.dl-filter-settings dd .btn-mini:active,
.dl-filter-settings dd .btn-mini.active,
.dl-filter-settings dd .btn-mini.disabled,
.dl-filter-settings dd .btn-mini[disabled] {
  color: white;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.dl-filter-settings dd .btn-mini:active,
.dl-filter-settings dd .btn-mini.active {
  background-color: #942a25 \9;
}
/* Forms 
// ---*/

.form-header {
  font-size: 24px;
  line-height: 40px;
  border: 1px solid #dddddd;
  border-width: 0 0 1px 0;
  padding: 0 20px;
  margin-bottom: 40px;
}
.form-header small {
  font-size: 18px;
}
.form-header form,
.form-actions form {
  display: inline;
}
.form-label-optional .checkbox {
  vertical-align: top;
  margin-left: 5px;
  color: #999999;
}
.checkbox + .form-contextual {
  padding-left: 18px;
}
label.checkbox .help-inline {
  vertical-align: inherit;
  color: #999999;
}
h1 + .help-block,
h2 + .help-block,
h3 + .help-block,
h4 + .help-block,
h5 + .help-block,
h6 + .help-block {
  margin: 0;
}
.control-group .slider {
  padding-top: 5px;
}
.slider-labeled .ui-slider-horizontal {
  float: left;
  height: 12px;
  width: 75%;
}
.slider-labeled .label {
  position: relative;
  top: -4px;
  left: 12px;
}
.operators-bar .label {
  margin-left: 0px 10px;
  font-size: 14px;
}
.operators-bar input[type="text"] {
  width: 150px;
  margin-bottom: 0px !important;
}
.operators-bar select {
  width: 146px;
  margin-bottom: 0px !important;
}
.btn .caret {
  position: absolute;
  top: 5px;
  right: 5px;
}
.dropdown-menu {
  min-width: 120px;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
}
/* IE6 */

*:first-child + html .clearfix {
  zoom: 1;
}
/* IE7 */

.vTable {
  display: table;
}
.vRow {
  display: table-row;
}
.vCell {
  display: table-cell;
}
.pagination li a {
  margin-bottom: 5px;
}
.pagination li a.active {
  background-color: #2fa4e7;
  color: white;
}
.draggable-list {
  list-style: none;
  margin: 0px;
  padding: 5px;
}
.draggable-list li {
  cursor: pointer;
  margin-bottom: 5px;
}
.drag-to-me {
  min-height: 30px;
  border: 1px dashed black;
}
.download-archive {
  padding: 3px;
  border: 1px solid #747474;
  background: #efefef;
  color: black;
}
div.file-container {
  margin: 20px 0 20px 0;
}
div.file-container > div {
  width: 460px;
  vertical-align: top;
  display: inline-block;
  border: 1px solid gray;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.moderation-tasks {
  margin-top: 20px;
}
.info-message {
  margin-top: 10px;
  margin-bottom: 10px;
}
.moderation-tasks tr.table-header td {
  background-color: #b5b5b5;
}
.moderation-tasks td {
  height: 50px;
  width: 300px;
  border: 1px solid black;
  text-align: center;
}
.info-message {
  color: red;
  font-size: 20px;
}
.download,
.done {
  display: inline-block;
  margin-right: 20px;
}
.tasks-coefs {
  margin-top: 20px;
  height: 950px;
}
.tasks-coefs table {
  margin: 0 auto;
  border-collapse: collapse;
  float: left;
  margin-left: 20px;
}
.tasks-coefs table:first-child {
  margin-left: 0;
}
.tasks-coefs table th,
.tasks-coefs table td {
  border: 1px solid;
  width: 160px;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  height: 100%;
  text-align: center;
}
.tasks-coefs table th.small-td,
.tasks-coefs table td.small-td {
  width: 120px;
}
.tasks-coefs .invisible {
  display: none;
}
.tasks-coefs th {
  border-spacing: 0px;
}
.tasks-coefs input {
  width: 100px;
  text-align: center;
}
.tasks-coefs {
  height: 760px;
  overflow: auto;
}
.upd-coefs {
  margin-top: 20px;
}
/*
.taskListTable th, .taskListTable td{
    border:1px solid;
	width: 160px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
	height: 30px;
	text-align:center;
}*/

.help-inline {
  display: block !important;
  color: red;
  font-weight: bold;
}
.ajax-spinner {
  display: none;
  background-image: url('/cassette.axd/file/Content/img/ajax-loading-eb4facaa8215cc6c44c9fc18a9bed8baa5486804.gif');
  width: 200px;
  height: 200px;
  margin: 0 auto;
}
.fileUpload {
  position: relative;
  overflow: hidden;
  margin: 10px;
}
.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.download .btn {
  height: 40px;
  width: 200px;
  font-size: 20px;
}
.upload-errors {
  color: red;
}
.qq-upload-button {
  margin-top: 10px;
}
.olap-pivot-table {
  margin: 10px;
  float: left;
}
.olap-pivot-table .title {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.olap-pivot-table table {
  border-collapse: collapse;
  border: 1px solid #333333;
}
.olap-pivot-table table tr.total {
  font-size: 1.1em;
  font-weight: bold;
}
.olap-pivot-table table th {
  padding: 5px;
  font-weight: bold;
  color: white;
  background: #333333;
}
.olap-pivot-table table td {
  padding: 5px;
  vertical-align: top;
}
.olap-pivot-table table td.value {
  background: #e8e8e8;
}
.task-summary {
  display: table;
}
.task-summary-table {
  display: table-cell;
  vertical-align: top;
}
.bg-removal-view .image {
  margin-bottom: 20px;
  background: blue url(/cassette.axd/file/Content/img/editor-bg-grid-blue-dd96fce08ec6015d7e5c933649fd1dd4f57d97d9.png) repeat;
  border-radius: 4px;
}
.bg-removal-view .modal {
  position: absolute;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.bg-removal-view .modal table {
  width: 100%;
}
.bg-removal-view .modal .image {
  width: 360px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .bg-removal-view .modal {
    width: 900px;
    margin-left: -450px;
  }
  .bg-removal-view .modal .image {
    width: 700px;
  }
}
@media (min-width: 1800px) {
  .bg-removal-view .modal {
    width: 900px;
    height: 900px;
    margin-left: -450px;
    margin-top: -350px;
  }
  .bg-removal-view .modal .image {
    max-height: 1000px;
  }
}
.bg-removal-view .image .inner {
  padding: 10px 10px 2px 10px;
}
.bg-removal-view .modal .image .inner {
  padding: 15px 15px 7px 15px;
}
.bg-removal-view .image img {
  margin: 5px 0 20px 0;
  outline: none;
}
.bg-removal-view .modal .image img {
  margin: 10px 0 25px 0;
}
.bg-removal-view .image .buttons {
  text-align: center;
}
.bg-removal-view .image .btn {
  margin: 0 3px 8px 3px;
}
.bg-removal-view .btn-next {
  margin: 0 0 15px 0;
}
.bg-removal-view .stats {
  font-size: 0.9em;
}
.bg-removal-view .timer {
  font-weight: bold;
}
.bg-removal-view .color-buttons button {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 5px;
}
.bg-removal-view .color-buttons .red {
  background-color: red;
}
.bg-removal-view .color-buttons .blue {
  background-color: blue;
}
.bg-removal-view .color-buttons .orange {
  background-color: orange;
}
.bg-removal-view .color-buttons .green {
  background-color: green;
}
.bg-removal-view .color-buttons .olive {
  background-color: olive;
}
.bg-removal-view .color-buttons .gray {
  background-color: gray;
}
.bg-removal-view #manual-redo-motives-popup {
  position: absolute;
  line-height: 30px;
  background: white;
  border: 1px solid black;
  padding: 5px;
  border-radius: 4px;
  z-index: 9999;
}
.bg-removal-view #manual-redo-motives-popup:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 6px solid black;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  bottom: -7px;
}
.bg-removal-view #manual-redo-motives-popup .btn:hover {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ec5c00;
  background-image: -moz-linear-gradient(top, #f76000, #dd5600);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f76000), to(#dd5600));
  background-image: -webkit-linear-gradient(top, #f76000, #dd5600);
  background-image: -o-linear-gradient(top, #f76000, #dd5600);
  background-image: linear-gradient(to bottom, #f76000, #dd5600);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff76000', endColorstr='#ffdd5600', GradientType=0);
  border-color: #dd5600 #dd5600 #913800;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #dd5600;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.pre-filter-pictures-view .image .inner {
  padding: 10px 10px 2px 10px;
}
.pre-filter-pictures-view img {
  margin: 5px 0 20px 0;
  outline: none;
}
.pre-filter-pictures-view .error {
  font-weight: bold;
  color: red;
}
.w0p {
  width: 0%;
}
.w1p {
  width: 1%;
}
.w2p {
  width: 2%;
}
.w3p {
  width: 3%;
}
.w4p {
  width: 4%;
}
.w5p {
  width: 5%;
}
.w6p {
  width: 6%;
}
.w7p {
  width: 7%;
}
.w8p {
  width: 8%;
}
.w9p {
  width: 9%;
}
.w10p {
  width: 10%;
}
.w11p {
  width: 11%;
}
.w12p {
  width: 12%;
}
.w13p {
  width: 13%;
}
.w14p {
  width: 14%;
}
.w15p {
  width: 15%;
}
.w16p {
  width: 16%;
}
.w17p {
  width: 17%;
}
.w18p {
  width: 18%;
}
.w19p {
  width: 19%;
}
.w20p {
  width: 20%;
}
.w21p {
  width: 21%;
}
.w22p {
  width: 22%;
}
.w23p {
  width: 23%;
}
.w24p {
  width: 24%;
}
.w25p {
  width: 25%;
}
.w26p {
  width: 26%;
}
.w27p {
  width: 27%;
}
.w28p {
  width: 28%;
}
.w29p {
  width: 29%;
}
.w30p {
  width: 30%;
}
.w31p {
  width: 31%;
}
.w32p {
  width: 32%;
}
.w33p {
  width: 33%;
}
.w34p {
  width: 34%;
}
.w35p {
  width: 35%;
}
.w36p {
  width: 36%;
}
.w37p {
  width: 37%;
}
.w38p {
  width: 38%;
}
.w39p {
  width: 39%;
}
.w40p {
  width: 40%;
}
.w41p {
  width: 41%;
}
.w42p {
  width: 42%;
}
.w43p {
  width: 43%;
}
.w44p {
  width: 44%;
}
.w45p {
  width: 45%;
}
.w46p {
  width: 46%;
}
.w47p {
  width: 47%;
}
.w48p {
  width: 48%;
}
.w49p {
  width: 49%;
}
.w50p {
  width: 50%;
}
.w51p {
  width: 51%;
}
.w52p {
  width: 52%;
}
.w53p {
  width: 53%;
}
.w54p {
  width: 54%;
}
.w55p {
  width: 55%;
}
.w56p {
  width: 56%;
}
.w57p {
  width: 57%;
}
.w58p {
  width: 58%;
}
.w59p {
  width: 59%;
}
.w60p {
  width: 60%;
}
.w61p {
  width: 61%;
}
.w62p {
  width: 62%;
}
.w63p {
  width: 63%;
}
.w64p {
  width: 64%;
}
.w65p {
  width: 65%;
}
.w66p {
  width: 66%;
}
.w67p {
  width: 67%;
}
.w68p {
  width: 68%;
}
.w69p {
  width: 69%;
}
.w70p {
  width: 70%;
}
.w71p {
  width: 71%;
}
.w72p {
  width: 72%;
}
.w73p {
  width: 73%;
}
.w74p {
  width: 74%;
}
.w75p {
  width: 75%;
}
.w76p {
  width: 76%;
}
.w77p {
  width: 77%;
}
.w78p {
  width: 78%;
}
.w79p {
  width: 79%;
}
.w80p {
  width: 80%;
}
.w81p {
  width: 81%;
}
.w82p {
  width: 82%;
}
.w83p {
  width: 83%;
}
.w84p {
  width: 84%;
}
.w85p {
  width: 85%;
}
.w86p {
  width: 86%;
}
.w87p {
  width: 87%;
}
.w88p {
  width: 88%;
}
.w89p {
  width: 89%;
}
.w90p {
  width: 90%;
}
.w91p {
  width: 91%;
}
.w92p {
  width: 92%;
}
.w93p {
  width: 93%;
}
.w94p {
  width: 94%;
}
.w95p {
  width: 95%;
}
.w96p {
  width: 96%;
}
.w97p {
  width: 97%;
}
.w98p {
  width: 98%;
}
.w99p {
  width: 99%;
}
.w100p {
  width: 100%;
}
.img-preview {
  background: white;
  border: 1px solid lightgray;
  display: none;
  max-height: 450px;
  max-width: 450px;
  padding: 20px;
  position: absolute;
  border-radius: 3px;
  z-index: 500;
}
