/* RESETTERS
    -------------------------------------------------- */
iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left;
}

html,
body {
  height: 100%
}

html {
  overflow-y: scroll
}

body {
  font-size: 14px;
  line-height: 22px;
  font-family: 'Open Sans', sans-serif;
  text-rendering: optimizeLegibility;
}

body > input[type="file"] {
  top: -100px;
  left: -300px;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
.table th {
  font-weight: 600
}

.bold {
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 140%;
}

h3 {
  font-size: 21px;
}

h6 {
  font-weight: 300;
  font-size: 12px;
  color: #717171;
  text-transform: uppercase;
  letter-spacing: 1px;
}

h6.with-side-lines {
  border-top: 1px solid #dddddd;
  box-shadow: inset 0 1px 0px rgba(255,255,255,.5);
  background: inherit;
  text-align: center;
  margin-bottom: 0;
  margin-top: 10px;
  line-height: 24px;
}

h6.with-side-lines span {
  margin-top:-20px;
  padding: 5px 15px;
  background: inherit;
  position: relative;
  top: -13px;
}

.header-light {
  font-weight: 300;
  color: #777;
}

dt,
dd {
  line-height: 22px
}

pre {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

li {
  line-height: 22px;
}

select,
textarea,
.input,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  padding: 6px 8px;
  font-family: 'Open Sans', sans serif;
}

.input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  margin-bottom: 10px;
}

.input:focus,
.input.focus {
  border-color: rgba(181, 188, 68, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(181, 188, 68, 0.6);
  outline: 0 none;
}

.control-group.error .input {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.error .input.focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.form-group {
  margin-bottom: 10px;
}

input::-ms-clear {
  display: none;
}

.input-block-level {
  min-height: 34px
}

select,
input[type="file"] {
  height: 34px;
  line-height: 34px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: default
}

input.invisible-input {
  padding: 0;
  margin: 0;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  line-height: inherit;
  font-size: inherit;
  vertical-align: top;
  width: auto;
  height: auto;
}

.input .preset {
  color: #aaa;
  white-space: nowrap;
}

.input td {
  padding: 0;
}

ul.list li,
ol.list li {
  margin-bottom: 10px;
  line-height: 22px;
}

ul.list-square {
  list-style-type: square;
}

ul.list-square li {
  line-height: 22px;
}

optgroup.hide option {
  display: none;
}

a.transparent {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

a > h5,
a > strong {
  color: black
}

a.transparent:hover,
a.transparent:active {
  opacity: 1;
  filter: alpha(opacity=100);
}

a.link-muted, .link-muted {
  color: #999;
  cursor: pointer;
}

a.link-muted:hover, .link-muted:hover {
  color: #333;
}

.text-disabled {
  color: #afafaf;
}

.link-black {
  color: #333
}

.link-black:hover {
  color: black;
}

label,
input,
button,
select,
textarea {
  font-family: 'Open Sans', sans-serif
}

legend {
  font-size: 19px;
  font-weight: 600;
}

.no-padding {
  padding: 0px !important
}

.font-normal {
  font-weight: 400 !important
}

.placeholder {
  color: #999;
}

.placeholderFocus {
  color: #000;
}

.unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.busy, .busy * {
  cursor: wait !important;
}

.relative {
  position: relative;
}

.overflow-x {
  overflow-x: auto;
  overflow-y: visible;
}

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

.mini-container {
  padding: 0 15px
}

.section {
  padding: 30px 0;
  clear: both;
}

.section + .section {
  padding: 0px 0 30px 0
}

table.full-width,
.full-width {
  width: 100%
}

table.thead tr:first-child td {
  border: none
}

table.valign-middle td {
  vertical-align: middle;
}

a,
.btn-link {
  color: #7e920a
}

a.hover {
  text-decoration: underline;
}

a:hover,
a.hover,
.btn-link:hover {
  color: #586607
}

a.thumbnail:hover {
  box-shadow: 0 0 4px rgba(181, 188, 68, 0.6)
}

.btn-mini .caret, .btn-small .caret, .btn-large .caret {
  margin-top: 8px;
}

.btn-group .btn .caret {
  opacity: .5;
  filter: alpha(opacity=50);
}

.btn-group .btn:hover .caret,
.btn-group.open .btn .caret {
  opacity: .8;
  filter: alpha(opacity=80);
}

a.ajax-link {
  border-bottom: 1px dashed rgba(126,146,10,.4)
}

a.ajax-link:hover {
  text-decoration: none;
  border-bottom: 1px dashed rgba(88,102,10,.6);
  cursor: pointer;
}

a.active_suggestion_delete_button:hover,
a.ignore_report:hover {
  cursor: pointer;
}

.dropdown-menu {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.dropdown-submenu > .dropdown-menu {
  border-radius: 0 2px 2px 2px;
  -webkit-border-radius: 0 2px 2px 2px;
  -moz-border-radius: 0 2px 2px 2px;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a,
.drop-down-icon:hover + a {
  background-image: none !important;
  background-color: #e5e5e5;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: black;
}

.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  background-image: none !important;
  background-color: #dadada;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: black;
}

.drop-down-icon a {
  display: block;
  width: 24px;
  height: 24px;
}

.dropdown-menu .static-icon {
  margin-left: -9px;
  margin-right: 7px;
  margin-top: -1px;
}

.drop-down-icon .static-icon {
  margin:0;
}

.dropdown-menu li {
  position: relative
}

.dropdown-menu li .drop-down-icon {
  position: absolute;
  z-index: 100;
  right: 10px;
  top: 3px;
  display: none;
  margin: 0px !important;
}

.dropdown-menu li:hover .drop-down-icon {
  display: block;
}

.dropdown-menu li:hover .drop-down-icon a {
  cursor: pointer;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.margin-right {
  margin-right: 15px
}

.fit-flexigrid {
  padding: 0!important;
}

.tooltip {
  text-shadow: none !important
}

.tooltip-inner {
  max-width: 400px !important;
  font-size: 13px !important;
  line-height: 20px !important;
}

.alert {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
}

.disabled-feature {
  border-left: 3px solid #D3A856;
  padding: 0 10px;
  color: #a57f3c;
  font-size: 13px;
}
.disabled-feature .btn {
  vertical-align: top;
}
.alert .alert-link,
.system-message .alert-link,
.disabled-feature .alert-link {
  font-weight: bold;
  color: #8D6621;
  text-decoration: underline;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-error .alert-link {
  color: #843534;
}

.alert-gray .alert-link {
  color: #3c3c3c;
}

.alert h4 {
  margin-bottom: 5px
}

.alert,
.alert h4 {
  color: #a57f3c
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}

.alert-success h4 {
  color: #468847
}

.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}

.alert-info h4 {
  color: #3a87ad
}

.alert-gray {
  background-color: #f9f9f9;
  border-color: #f0f0f0;
  color: #515151;
}

.alert-white {
  background-color: #fff;
  border-color: #f0f0f0;
  color: #515151;
}

.alert-gray h4 {
  color: #515151
}

.text-danger {
  color: #a94442;
}

.italic {
  font-style: italic;
}

.reload-msg {
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -241px;
  width: 400px;
  border-radius: 4px;
  background: white;
  background-clip: padding-box;
  border: 1px solid rgb(60,60,60);
  border: 1px solid rgba(0,0,0,.3);
  box-shadow: 0 8px 40px rgba(0,0,0,.4);
  padding: 40px;
  z-index: 1000;
}

/********************404*****************************/
.suggest-link {
  font-size: 16px;
}

.text-small {
  font-size: 13px;
  line-height: 150%;
}

.suggest-icon {
  width:48px;
  height:48px;
  margin-right: 10px
}

.not-found-header, .removed_user {
  padding: 80px 0;
  padding-right: 250px;
  position: relative;
}

.not-found-header:before {
  position: absolute;
  right: 0px;
  top: 60px;
  font-size:130px;
  text-align:right;
  display: block;
  line-height: 130px;
  font-weight:600;
  color:#f5f5f5;
  content: '404';
  z-index: -1;
}

.not-found-header h1, .removed_user h1 {
  font-weight: 300;
  color: #717171;
}
/*****************BUTTONS**********************/

.bar_button a,
.btn {
  padding: 6px 15px;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #eaeaea;
  background-image: -moz-linear-gradient(top, #f8f8f8, #eaeaea);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#eaeaea));
  background-image: -webkit-linear-gradient(top, #f8f8f8, #eaeaea);
  background-image: -o-linear-gradient(top, #f8f8f8, #eaeaea);
  background-image: linear-gradient(to bottom, #f8f8f8, #eaeaea);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffeaeaea', GradientType=0);
  border: 1px solid;
  border-color: #d0d0d0 #cacaca #c5c5c5;
  border-color: rgba(0,0,0,.23);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-family: 'Open Sans', sans-serif;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
}

.bar_button a:hover,
.btn:hover {
  border: 1px solid;
  background-color: #e5e5e5;
  border-color: #bababa #b5b5b5 #b0b0b0;
  border-color: rgba(0,0,0,.28);
  background-image: -moz-linear-gradient(top, #fcfcfc, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #fcfcfc, #e5e5e5);
  background-image: -o-linear-gradient(top, #fcfcfc, #e5e5e5);
  background-image: linear-gradient(to bottom, #fcfcfc, #e5e5e5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcfcfc', endColorstr='#ffe5e5e5', GradientType=0);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 1px 3px rgba(0, 0, 0, 0.15);
  color: black;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.8s ease;
  -moz-transition: background-position 0.8s ease;
  -o-transition: background-position 0.8s ease;
  transition: background-position 0.8s ease;
  text-decoration: none;
}

.bar_button a:active,
.btn.active,
.btn:active {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-color: #DBDBDB;
  border-color: #bababa #b5b5b5 #b0b0b0;
  border-color: rgba(0,0,0,.33);
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}

.btn.disabled,
.btn[disabled],
.btn.disabled:hover,
.btn[disabled]:hover {
  background-color: #e5e5e5;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  border: 1px solid;
  border-color: #d0d0d0 #cacaca #c5c5c5;
  border-color: rgba(0,0,0,.23);
  color: #333;
}

.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px
}

.btn-small {
  padding: 3px 10px;
  font-size: 13px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 2px
}

.btn-small [class^="static-icon-"],
.btn-small [class*=" static-icon-"] {
  margin-top: -1px
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px
}

.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.btn-nav {
  padding: 4px 12px;
  font-size: 14px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75)
}

.btn-danger {
  color: #fff;
  background-color: #cc6152;
  border-color: #c64a39;
  border-color: rgba(117,25,12,.7);
  background-image: -moz-linear-gradient(top, #df7061, #cc6152);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#df7061), to(#cc6152));
  background-image: -webkit-linear-gradient(top, #df7061, #cc6152);
  background-image: -o-linear-gradient(top, #df7061, #cc6152);
  background-image: linear-gradient(to bottom, #df7061, #cc6152);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdf7061', endColorstr='#ffcc6152', GradientType=0);
  background-repeat: repeat-x;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.45);
}

.btn-danger:hover {
  color: #fff;
  background-color: #b64d3f;
  background-image: -moz-linear-gradient(top, #d66252, #b64d3f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d66252), to(#b64d3f));
  background-image: -webkit-linear-gradient(top, #d66252, #b64d3f);
  background-image: -o-linear-gradient(top, #d66252, #b64d3f);
  background-image: linear-gradient(to bottom, #d66252, #b64d3f);
  background-repeat: repeat-x;
  border: 1px solid;
  border-color: #b93625;
  border-color: rgba(117,25,12,.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdf7061', endColorstr='#ffcc6152', GradientType=0);
}

.btn-danger:active,
.btn-danger.active {
  background-color: #b64d3f;
  border-color: #b93625;
  border-color: rgba(117,25,12,.9);
  color: white;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-image: none;
  -webkit-box-shadow: inset 0 1px 6px rgba(0,0,0,.15), 0 1px 0 rgba(255, 255, 255, 0.4);
  -moz-box-shadow: inset 0 1px 6px rgba(0,0,0,.15), 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 6px rgba(0,0,0,.15), 0 1px 0 rgba(255, 255, 255, 0.4);
}

.btn-danger.disabled,
.btn-danger[disabled],
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover {
  color: #fff;
  background-color: #de6c5d;
  border-color: #c64a39;
}

.btn-primary {
  color: #324116;
  background-color: #c5da9c;
  background-image: -moz-linear-gradient(top, #d2e6aa, #c5da9c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d2e6aa), to(#c5da9c));
  background-image: -webkit-linear-gradient(top, #d2e6aa, #c5da9c);
  background-image: -o-linear-gradient(top, #d2e6aa, #c5da9c);
  background-image: linear-gradient(to bottom, #d2e6aa, #c5da9c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd2e6aa', endColorstr='#ffc5da9c', GradientType=0);
  border-color: #afbf8f #acbb90 #a3b285;
  border-color: rgba(66,96,8,.45);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

.btn-primary:hover {
  color: black;
  background-color: #bed296;
  background-image: -moz-linear-gradient(top, #d9ebb6, #bed296);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d9ebb6), to(#bed296));
  background-image: -webkit-linear-gradient(top, #d9ebb6, #bed296);
  background-image: -o-linear-gradient(top, #d9ebb6, #bed296);
  background-image: linear-gradient(to bottom, #d9ebb6, #bed296);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9ebb6', endColorstr='#ffbed296', GradientType=0);
  background-repeat: repeat-x;
  border: 1px solid;
  border-color: #a8bb82 #9fb27a #99ac75;
  border-color: rgba(66,96,8,.55);
}

.btn-primary:active,
.btn-primary.active {
  background-color: #bed296;
  border-color: #a8bb82 #9fb27a #99ac75;
  border-color: rgba(66,96,8,.60);
  color: black;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-image: none;
  -webkit-box-shadow: inset 0 1px 6px rgba(0,0,0,.15);
  -moz-box-shadow: inset 0 1px 6px rgba(0,0,0,.15);
  box-shadow: inset 0 1px 6px rgba(0,0,0,.15);
}

.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover {
  color: #324116;
  background-color: #c5da9c;
  background-image: none;
  border-color: #afbf8f #acbb90 #a3b285;
  border-color: rgba(66,96,8,.45);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-position: 0px;
}

.btn-inverse {
  color: #fff;
  border-color: #111 #111 #000000;
  border-color: rgba(0, 0, 0, .9);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #222;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
}

.btn-inverse:hover {
  color: #fff;
  background-color: #111;
  background-image: -moz-linear-gradient(top, #333, #111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333), to(#111));
  background-image: -webkit-linear-gradient(top, #333, #111);
  background-image: -o-linear-gradient(top, #333, #111);
  background-image: linear-gradient(to bottom, #333, #111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff333333', endColorstr='#ff111111', GradientType=0);
  border: 1px solid;
  border-color: #111;
  border-color: rgba(0, 0, 0, 0.8);
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #111;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-image: none;
  -webkit-box-shadow: inset 0 1px 6px rgba(0,0,0,.15), 0 1px 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0 1px 6px rgba(0,0,0,.15), 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 6px rgba(0,0,0,.15), 0 1px 0 rgba(255, 255, 255, 0.2);
  border-color: #111;
  border-color: rgba(0, 0, 0, 0.9);
}

.btn-inverse.disabled,
.btn-inverse[disabled],
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover {
  color: #fff;
  background-color: #363636;
  border-color: #111;
}

.btn-large:active,
.btn-large.active {
  -webkit-box-shadow: inset 0 1px 15px rgba(0,0,0,.25);
  -moz-box-shadow: inset 0 1px 15px rgba(0,0,0,.25);
  box-shadow: inset 0 1px 15px rgba(0,0,0,.25);
}

.btn-large {
  padding: 13px 25px;
  font-size: 18px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.btn-large:hover {
  background-position: 0 -25px
}

.navbar .btn-navbar {
  background-color: #E5E5E5;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background-image: none;
  background-repeat: repeat-x;
  border: none;
  color: #333;
  display: none;
  float: right;
  margin-left: -11px;
  margin-right: 0px;
  margin-top: 0px;
  padding: 13px 15px 14px;
  text-shadow: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  position: relative;
  z-index: 1;
}

.navbar .btn-navbar.btn-text {
  margin: 0px;
  color: #555;
  float: left;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 1px 0 1px rgba(255,255,255,.5);
}

.navbar .btn-navbar.btn-text:hover {
  color: #000;
}

.navbar .btn-navbar.collapsed {
  background-color: transparent;
}

.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #555;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.navbar .btn-navbar:hover .icon-bar {
  background-color: #000;
}

/********************end-BUTTONS********************************/

.btn-link {
  border-color: transparent;
  color: #7E920A;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-link:hover {
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-color: transparent;
  text-decoration: underline;
  box-shadow: none;
  filter: none;
  color: #586607;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  box-shadow: none;
}

.btn-link:active,
.btn-link.active {
  border: 1px solid #d5d5d5;
}

.btn-link.disabled,
.btn-link[disabled],
.btn-link.disabled:hover,
.btn-link[disabled]:hover,
.btn-link.disabled:active,
.btn-link[disabled]:active {
  color: #999;
  background-color: transparent;
  border-color: transparent;
  opacity: 0.30;
  filter: alpha(opacity=30);
}

.btn-link-2 {
  border-color: transparent;
  color: #333;
  cursor: pointer;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  box-shadow: none;
}

.btn-link-2:hover {

}

.btn-link-2,
.btn-link-2:active,
.btn-link-2[disabled] {

}

.btn-link-2.disabled,
.btn-link-2[disabled],
.btn-link-2.disabled:hover,
.btn-link-2[disabled]:hover {
  background-color: transparent;
  border-color: transparent;
  opacity: 0.30;
  filter: alpha(opacity=30);
}

.btn-group.open .btn.dropdown-toggle.btn-link-2 {
  border-color: #bababa #b5b5b5 #b0b0b0;
  border-color: rgba(0,0,0,.28);
}

.btn > i,
.btn.disabled > i,
.btn[disabled] > i,
.btn.disabled:hover > i,
.btn[disabled]:hover > i {
  opacity: 0.7;
  filter: alpha(opacity="70");
}

.btn:hover > i {
  opacity: 1;
  filter: alpha(opacity="100");
}

.btn-small {
  font-size: 13px
}

.btn-group .btn-small {
  font-size: 13px
}

.btn-toolbar .btn-small {
  font-size: 13px
}

.btn-icon,
.btn-icon:hover,
.btn-icon:active,
.btn-icon.active,
.btn-group.open .btn-icon.dropdown-toggle {
  padding: 0;
  border: 1px solid transparent;
  background: none;
  filter: none;
  box-shadow: none;
}

.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
}

.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}

.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 4px 2px;
  border-radius: 0 0 2px 2px;
}

i.btn-divider {
  width: 20px;
  height: 0px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 10px
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(181, 188, 68, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(181, 188, 68, 0.6);
  outline: 0 none;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset;
  color: #333;
}

.width-limit {
  max-width: 600px
}

.white {
  background: white
}

.well.light {
  box-shadow: none;
  background-color: #f7f7f9;
}

.text-indent {
  text-indent: -15px;
  margin-left: 15px;
}

.hr-no-color {
  border: none
}

.gray {
  background: none repeat scroll 0 0 #F9F9F9;
  text-shadow: 0 1px 0 rgba(255, 255, 255,.6);
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #f7f7f9
}

.table tbody tr.gray td {
  background-color: #eee
}

.table-bordered {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child {
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child {
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child {
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child {
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
}

.border-top-light-grey {
  border-top: solid 1px #eee
}

.hr-section-divide {
  margin: 30px 0
}

.hr-small {
  margin: 10px 0
}

.center,
.text-center,
table td.center,
table th.center {
  text-align: center
}

.text-right, td.text-right, th.text-right {
  text-align: right
}

.text-left {
  text-align: left;
}

.nomargin-bottom {
  margin-bottom: 0px
}

.no-margin-bottom {
  margin-bottom: 0px
}

.no-margin {
  margin: 0px !important
}

.no-margin-top {
  margin-top: 0px !important
}

.margin-top {
  margin-top: 20px
}

.margin-left {
  margin-left: 20px;
}

.margin-right {
  margin-right: 20px;
}

.b-margin-top {
  margin-top: 40px
}

.b-margin-bottom {
  margin-bottom: 40px
}

.margin-left {
  margin-left: 20px
}

.s-margin-left {
  margin-left: 7px
}

.s-margin-top {
  margin-top: 7px
}

.s-margin-bottom {
  margin-bottom: 7px
}

.s-margin-right {
  margin-right: 7px
}

.margin-right {
  margin-right: 20px
}

.margin-bottom {
  margin-bottom: 20px
}

.padding-left {
  padding-left: 20px
}

.container .margin-top2 {
  margin-top: 30px
}

.lr-container {
  margin: 0 20px
}

.heading {
  margin-bottom: 1em
}

.rounded-corners {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.lead {
  font-size: 19px
}

.hanging-punctuation-left {
  text-indent: -0.5em
}

img.responsive {
  max-width: 100%
}

.accordion-group {
  border: none
}

.label,
.badge {
  font-weight: normal;
  cursor: text;
  vertical-align: top;
}

label.disabled {
  cursor: default;
}

.label[title] {
  cursor: help;
}

.label {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.label-large {
  font-size: 13px;
  padding: 3px 10px;
  background: #f5f5f5;
  color: #999;
  text-shadow: 0 1px 0 white;
  background: rgba(0,0,0,.03);
  line-height: 22px;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.label + .label {
  margin-left: 5px
}

.btn-group + .btn-group {
  margin-left: 10px
}

.popover-content > div + div {
  margin-top: 10px
}

.popover-content .approved {
  margin-top: 10px
}

#files_tree h3.popover-title {
  display: none
}

#translation_progress h3.popover-title {
  display: none
}

.form-project-settings .control-group {
  margin-bottom: 20px
}

.form-project-settings fieldset {
  margin: 0 auto;
  width: 650px;
}

#project-settings-jipt .control-group {
  margin-bottom: 30px;
}


#project-settings-badges .control-group {
  margin-bottom: 10px;
}

.form-project-settings fieldset + fieldset {
  margin-top: 30px
}

.form-project-settings fieldset > legend {
  margin-bottom: 0
}

.form-project-settings .create-project-hint {
  visibility: hidden;
}

.create-project .form-project-settings .create-project-hint {
  visibility: visible;
}

.control-group.error .help-link,
.control-group.has-error .help-link {
  font-weight: bold;
  color: #843534;
  text-decoration: underline;
}

.control-group.error .help-link.ajax-link,
.control-group.has-error .help-link.ajax-link {
  text-decoration: none;
  border-bottom-color: #843534;
}

.help-block.small {
  font-size: 85%;
  line-height: 1.4;
}

.help-block.small p {
  margin-bottom: 5px
}

.help-block.small ul {
  margin-bottom: 10px
}

.help-block.small ul > li {
  line-height: 1.4;
}

.loader-space {
  position: absolute;
  left: 100%;
  top: 6px;
}

.update-btn-space {
  position: absolute;
  left: 100%;
  padding-left: 10px;
  top: 0px;
}

.saving-text {
  margin-left: 10px;
}

.profile-saving-text {
  margin-left: 10px;
  position: relative;
  bottom: 6px;
}

.labels-wrapper {
  padding: 5px 10px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  margin-bottom: 15px;
}

.labels-wrapper > label + label {
  margin-top: 1.2em
}

.labels-wrapper.disabled {
  opacity: 0.5
}

.labels-wrapper-primary {
  background-color: #f7f7f9
}

.text-with-btn {
  padding: 5px 0
}

h5 > img {
  margin-right: 10px
}

.img-rounded-2 {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
}

.img-rounded-3 {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
}

.text-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nowrap {
  white-space: nowrap;
}

.simple-table {
  width: 100%;
  border-collapse: collapse;
}

.simple-table tbody tr:nth-child(even) {
  background: #fbfbfb
}

.simple-table tfoot td {
  background: #eee
}

.simple-table td {
  padding: 7px;
  border: 1px solid #ccc;
}

.simple-table th {
  padding: 7px;
  border: 1px solid #ccc;
  background: #d6e6d6;
  font-weight: 600;
}

/* NAVIGATION
    -------------------------------------------------- */

.navbar-inner.application-navbar {
  box-shadow: none;
  /*background-image: linear-gradient(to bottom, #FFFFFF, #F6F6F7);*/
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

input.search-query-application-navbar {
  margin-bottom: 0;
  font-size: 13px;
  padding: 4px 6px;
  background-repeat: no-repeat;
  padding-right: 25px !important;
}

.search-query-application-navbar-icon {
  background: transparent url("/images/application-icons/search-icon.png") center center no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  border: 0px none;
}

.navbar .application-navbar .nav > li > a {
  color: black;
  text-shadow: 0 1px 0 rgba(255,255,255,.4);
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: #f0f0f0;
  color: #000;
}

.navbar .divider-vertical {
  border-left: 1px solid #E7E7E7;
  border-right: 1px solid #FFFFFF;
  height: 42px;
  margin: 0 9px;
}

.navbar .divider-vertical.first {
  margin-left: 0;
  margin-right: -2px;
}

.navbar-search-box {
  margin-left: -11px;
  margin-right: -10px;
  padding: 0 9px;
  height: 42px;
}

.navbar-search {
  margin-top: 6px;
}

.navbar .nav .dropdown-toggle .caret {
  margin-top: 9px;
}

.navbar .nav > li > a.application-navbar-user {
  height: 24px;
  margin: 9px 0;
  padding: 0px;
}

.navbar .nav > li > a.navbar-icon {
  padding-left: 0;
  padding-right: 0;
}

.navbar .nav > li > a.mail-link {
  position: relative;
}

.navbar .nav > li > a.navbar-icon.application-navbar-settings {
  margin: 8px 0;
  padding: 2px;
  border-radius: 2px;
}

.navbar .nav > li > a .static-icon {
  opacity: .6;
  filter: alpha(opacity=60);
  vertical-align: top;
}

.navbar .nav > li.open > a .static-icon,
.navbar .nav > li.active > a .static-icon,
.navbar .nav > li > a:hover .static-icon {
  opacity: .9;
  filter: alpha(opacity=90);
}

.navbar-profile-settings {
  margin-left: 10px
}

.navbar .nav > li > a.mail-link:hover,
.navbar .nav > li > a.navbar-icon:hover {
  background-color: transparent
}

.navbar .nav > li > a.application-navbar-user:hover {
  box-shadow: 0 0 2px #83BC44
}

.navbar .nav > li > a.mail-link:hover .new-messages-baloon {
  border: 1px solid #999;
}

.navbar .nav > li > a.mail-link:hover .new-messages-baloon:before {
  border-right-color: rgba(0, 0, 0, 0.6);
}

.navbar .nav > li > a.mail-link .static-icon,
.navbar .nav > li > a.mail-link .new-messages-baloon {
  float: left
}

.new-messages-baloon {
  margin-left: 5px;
  line-height: 20px;
  background: white;
  color: black;
  border-radius: 2px;
  border: 1px solid #ccc;
  padding: 0 6px 0 5px;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  position: relative;
}

.new-messages-baloon:before {
  position: absolute;
  top: 4px;
  left: -6px;
  display: inline-block;
  border-top: 6px solid transparent;
  border-right: 6px solid #ccc;
  border-bottom: 6px solid transparent;
  border-right-color: rgba(0, 0, 0, 0.3);
  content: '';
}

.new-messages-baloon:after {
  position: absolute;
  top: 5px;
  left: -5px;
  display: inline-block;
  border-top: 5px solid transparent;
  border-right: 5px solid #ffffff;
  border-bottom: 5px solid transparent;
  content: '';
}

.new-baloon {
  margin-left: 5px;
  background: white;
  color: black;
  border-radius: 2px;
  border: 1px solid #ccc;
  padding: 0 6px 0 5px;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-top: -1px;
  margin-bottom: -1px;
}

.new-baloon:before {
  position: absolute;
  top: 5px;
  left: -5px;
  display: inline-block;
  border-top: 5px solid transparent;
  border-right: 5px solid #ccc;
  border-bottom: 5px solid transparent;
  border-right-color: rgba(0, 0, 0, 0.3);
  content: '';
}

.new-baloon:after {
  position: absolute;
  top: 6px;
  left: -4px;
  display: inline-block;
  border-top: 4px solid transparent;
  border-right: 4px solid #ffffff;
  border-bottom: 4px solid transparent;
  content: '';
}

.application-navbar a.application-navbar-user img {
  height: 24px;
  width: auto;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
}

.application-navbar li.application-navbar-user a {
  padding: 8px 5px
}

.navbar .open .dropdown-toggle,
.nav .navbar > li.dropdown.open.active > a:hover {
  background-color: #E5E5E5;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125) inset;
  color: #000;
  text-decoration: none;
}

.navbar-search-box.dropdown.open {
  background-color: #E5E5E5;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125) inset;
}

.navbar  .nav > li > .dropdown-menu:after {
  display: none
}

.navbar .nav > li > .dropdown-menu:before {
  display: none
}

.nav  .dropdown-menu {
  border-top: 3px solid #333;
  -webkit-border-radius: 0px 0px 2px 2px;
  -moz-border-radius-topleft: 0px 0px 2px 2px;
  border-radius: 0px 0px 2px 2px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  margin: 0;
}

#quick-search-drop-down {
  left: 0;
  right: auto;
  min-width: 199px;
  max-width: 349px;
}

#quick-search-drop-down li a {
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropdown-menu li > a {
  line-height: 24px;
  padding: 3px 20px;
}

.dropdown-menu li > a > span.text-overflow {
  max-width: 250px;
  display: block;
}

#header-projects-list {
  min-width: 240px
}

#header-projects-list li > a {
  padding-right: 40px
}

.drop-down-form {
  margin: 0px 11px 10px
}

.drop-down-btns {
  position: relative;
  top: 6px;
  margin-left: -1px;
  margin-right: -1px;
}

.btn-group.btn-block {
  display: table;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.btn-group-justified .btn {
  display: table-cell;
  float: none;
  width: 1%;
  position: static;
}

/* safari hack*/
.btn-group {
  letter-spacing : -4px;
}

.btn-group * {
  letter-spacing : 0px;
}
/* end of safari hack */

.drop-down-btns > .btn-group > .btn:first-child {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 0px;
}

.drop-down-btns > .btn-group > .btn {
  padding-top: 6px;
  padding-bottom: 8px;
}

.drop-down-btns > .btn-group > .btn:last-child {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 0px;
}

.drop-down-btns > .btn-group {
  margin-top: 4px
}

.input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input {
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}

.input-append .add-on, .input-prepend .add-on {
  padding: 6px 8px;
}

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}

.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}

.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px
}

.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}

.nav-tabs-alternate {
  background-color: #f5f5f5
}

.nav-tabs-alternate > li > a {
  padding-top: 12px;
  padding-bottom: 14px;
  color: #666;
  margin-top: 0;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
}

.nav-tabs-alternate > .active > a,
.nav-tabs-alternate > .active > a:hover {
  font-weight: 600;
  border: none;
  background-color: transparent;
}

.nav-tabs-alternate > li > a:hover {
  border: none;
  background-color: transparent;
  color: black;
}

.settings-navbar {
  padding-left: 0;
  padding-right: 0;
}

/* HEADER
    -------------------------------------------------- */

#back-end-header  .container {
  position: relative
}

#back-end-header .logo {
  height: 32px;
  margin: 0 10px 0 0;
  padding: 0;
  position: relative;
  top: 4px;
  max-width: 210px;
  float: left;
}

#back-end-header .logo-small {

}

#back-end-header .logo-icon {
  display: none
}

#back-end-header .logo img {
  max-height: 33px
}

#back-end-header .logo a {
  display: block;
  height: 32px;
}

.ajax-loader-icon {
  background-image: url(/images/loading.gif)
}

/* FOOTER
    -------------------------------------------------- */

/* Wrapper for page content to push down footer */

#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */
  margin: 0 auto -121px;
  min-width: 979px;
}

/* Set the fixed height of the footer here */

#push,
#footer {
  border-top: 1px solid transparent;
  height: 120px;
  text-shadow: 0 1px 0 rgba(255, 255, 255,.75);
}

#footer {
  background-color: #f5f5f5;
  border-top-color: #e5e5e5;
  min-width: 979px;
  position: relative;
}

#footer .footer-links {
  padding: 17px 0;
  text-align: left;
}

/* custom language */

#target_languages ul li {
  position: relative;
}

#target_languages ul li label,
#target_languages_selectedItems{
  width: 170px;
  overflow-x: hidden;
}

#target_languages_selectedItems{
  width: 240px;
}

.delete_custom_language {
  position:absolute; right:7px; top:1px;
}

.edit_custom_language {
  position:absolute; right:27px; top:1px;
}

.delete_custom_language:hover,
.edit_custom_language:hover {
  cursor: pointer;
}

.add_language a {
  font-size:14px;
}

.add_language a:hover {
  cursor: pointer;
}

@media (min-width: 550px) {
  #footer_powered_by.with-logo a:after {
    display: block;
    height: 29px;
    content: '';
    float: right;
    margin: -6px 0 -2px 0;
    width: 180px;
    background: url("/images/crowdin-logo-less-wireframe.png") no-repeat scroll center center transparent;
    opacity: .5;
    filter: alpha(opacity=50);
  }
}

#footer_powered_by.with-logo a:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

@media (max-width: 767px) {
  #footer_powered_by.with-logo a:after {
    display: none;
  }
  #footer_powered_by {
    overflow: hidden;
    height: 21px;
  }
}

#footer ul.footer-menu {
  margin: 0;
  overflow: hidden;
  height: 22px;
}

#footer ul.footer-menu li {
  padding-right: 10px;
  display: inline-block;
  white-space: nowrap;
  *display: inline;
  zoom: 1;
}

#footer ul.footer-menu li + li:before {
  content: '\2022\a0';
  padding-right: 10px;
  color: #d5d5d5;
}

#footer ul.footer-menu li a,
#footer_powered_by a,
#footer_powered_by {
  color: #666;
  font-size: 13px;
}

#footer ul.footer-menu li a:hover {
  color: #333
}

/* ICONS
    -------------------------------------------------- */

.icon-formats-64 {
  background: url("/images/formats-64.png");
  background-repeat: no-repeat;
  height: 48px;
  line-height: 48px;
  width: 48px;
}

.icon-social {
  background: url(/images/icons-social.png) no-repeat scroll 0 0 transparent;
  display: inline-block;
  height: 16px;
  vertical-align: middle;
  width: 16px;
}

.btn .icon-social {
  margin-left: 6px;
  margin-right: 6px;
  margin-top: -2px;
}

.circle-icon-wrapper {
  height: 40px;
  width: 40px;
  border-radius: 25px 25px 25px 25px;
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
  background-color: #99B010;
  text-align: center;
}

.circle-icon-wrapper i.i16 {
  margin-top: 12px
}

.icon-social.icon-facebook {
  background-position: 0px -16px
}

.icon-social.icon-google {
  background-position: 0px -32px
}

.icon-social.icon-twitter {
  background-position: 0px 0px
}

.icon-social.icon-facebook.dark {
  background-position: -16px -16px
}

.icon-social.icon-google.dark {
  background-position: -16px -32px
}

.icon-social.icon-twitter.dark {
  background-position: -16px 0px
}

h3.with-icon-feature {
  line-height: 50px;
  margin: 0 0 15px 0px;
  color: #444;
}

h5.with-icon-process {
  color: #85990f;
  font-weight: normal;
}

.formats-icons {
  border-top: 1px solid #cecece
}

.btn .media {
  text-align: left;
  padding: 0 10px;
}
.btn .media .static-icon {
  margin: 4px 8px 4px 4px;
  float: left;
}

.link-with-icon-text {
  padding-left: 5px
}

.link-with-icon-tagline {
  font-size: 85%;
  line-height: 130%;
  color: #999;
  text-shadow: none;
  color: rgba(0,0,0,.45);
  text-decoration: none;
  margin-top: 2px;
}

.nav-header {
  font-weight: 600
}

span.pictogram {
  color: #333333;
  font-family: "entypo";
  font-size: 3.1em;
  line-height: 0.5em;
  cursor: default;
  text-shadow: 0 1px 0 rgba(255, 255, 255,.9);
}

span.pictogram a {
  color: #666
}

span.pictogram a:hover {
  color: #000;
  text-decoration: none;
}

.static-icon {
  width: 20px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: text-top;
}

.static-icon-32 {
  width: 32px;
  height: 32px;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: text-top;
  margin-top: -1px;
  margin-bottom: -2px;
}

i.static-icon,
i.static-icon-32,
i.static-icon-36 {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.static-icon-36 {
  width: 36px;
  height: 36px;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: text-top;
}


.navbar .static-icon {
  height: 22px;
  width: 22px;
}

.static-icon-gray {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

i.static-icon-gray.static-icon-circled-help {
  opacity: 0.1;
  filter: alpha(opacity=10);
  transition: all 1s ease;
}

i.static-icon-gray.static-icon-circled-help:hover {
  opacity: 0.3;
  filter: alpha(opacity=30);
  transition: all 0.5s ease;
}

.static-icon-mail {
  background-image: url("/images/application-icons/mail.png")
}

.static-icon-attention {
  background-image: url("/images/application-icons/attention.png");
}

.static-icon-cog {
  background-image: url("/images/application-icons/cog.png")
}

.static-icon-user-settings {
  background-image: url("/images/application-icons/user-settings.png")
}

.static-icon-node {
  background-image: url("/images/application-icons/node.png")
}

.static-icon-home {
  background-image: url("/images/application-icons/home.png")
}

.static-icon-add-to-list {
  background-image: url("/images/application-icons/add-to-list.png")
}

.static-icon-add-comment {
  background-image: url("/images/application-icons/add-comment.png")
}

.static-icon-copy-source {
  background-image: url("/images/application-icons/copy-source.png")
}

.static-icon-save {
  background-image: url("/images/application-icons/save.png")
}

.static-icon-line-graph {
  background-image: url("/images/application-icons/line-graph.png")
}

.static-icon-area-graph {
  background-image: url("/images/application-icons/area-graph.png")
}

.static-icon-ff {
  background-image: url("/images/application-icons/ff.png")
}

.static-icon-fb {
  background-image: url("/images/application-icons/fb.png")
}

.static-icon-cross {
  background-image: url("/images/application-icons/cross.png")
}

.static-icon-csv {
  background-image: url("/images/application-icons/csv.png")
}

.static-icon-export {
  background-image: url("/images/application-icons/export.png")
}

.static-icon-chevron-up {
  background-image: url("/images/application-icons/chevron-up.png")
}

.static-icon-chevron-left {
  background-image: url("/images/application-icons/chevron-left.png")
}

.static-icon-chevron-right {
  background-image: url("/images/application-icons/chevron-right.png")
}

.static-icon-to-start {
  background-image: url("/images/application-icons/to-start.png")
}

.static-icon-to-end {
  background-image: url("/images/application-icons/to-end.png")
}

.static-icon-chevron-thin-right {
  background-image: url("/images/application-icons/chevron-thin-right.png")
}

.static-icon-check-all {
  background-image: url("/images/application-icons/check-all.png")
}

.static-icon-cross-list {
  background-image: url("/images/application-icons/cross-list.png")
}

.static-icon-info {
  background-image: url("/images/application-icons/info.png")
}

.static-icon-plus {
  background-image: url("/images/application-icons/plus.png")
}

.static-icon-minus {
  background-image: url("/images/application-icons/minus.png")
}

.static-icon-warning {
  background-image: url("/images/application-icons/warning.png")
}

.static-icon-lifebuoy {
  background-image: url("/images/application-icons/lifebuoy.png")
}

.static-icon-text-doc {
  background-image: url("/images/application-icons/text-doc.png")
}

.static-icon-book {
  background-image: url("/images/application-icons/book.png")
}

.static-icon-pull-top {
  background-image: url("/images/application-icons/pull-top.png")
}

.static-icon-pull-down {
  background-image: url("/images/application-icons/pull-down.png")
}

.static-icon-pull-right {
  background-image: url("/images/application-icons/pull-right.png")
}

.static-icon-download {
  background-image: url("/images/application-icons/download.png")
}

.static-icon-upload-cloud {
  background-image: url("/images/application-icons/upload-cloud.png")
}

.static-icon-edit-custom-lang {
  background-image: url("/images/application-icons/static-icon-edit-custom-lang.png")
}

.static-icon-delete-custom-lang {
  background-image: url("/images/application-icons/static-icon-delete-custom-lang.png")
}

.static-icon-search {
  background-image: url("/images/application-icons/search.png")
}

.static-icon-zoom-in {
  background-image: url("/images/application-icons/zoom-in.png")
}

.static-icon-zoom-out {
  background-image: url("/images/application-icons/zoom-out.png")
}

.static-icon-help {
  background-image: url("/images/application-icons/help.png")
}

.static-icon-circled-help {
  background-image: url("/images/application-icons/circled-help.png")
}

.static-icon-cycle {
  background-image: url("/images/application-icons/cycle.png")
}

.static-icon-eye {
  background-image: url("/images/application-icons/eye.png")
}

.static-icon-eye-closed {
  background-image: url("/images/application-icons/eye-closed.png")
}

.static-icon-edit {
  background-image: url("/images/application-icons/edit.png")
}

.static-icon-replace {
  background-image: url("/images/application-icons/replace.png")
}

.static-icon-trash {
  background-image: url("/images/application-icons/trash.png")
}

.static-icon-check {
  background-image: url("/images/application-icons/check.png")
}

.static-icon-check32 {
  background-image: url("/images/application-icons/check32.png")
}

.static-icon-keyboard {
  background-image: url("/images/application-icons/keyboard.png")
}

.static-icon-database {
  background-image: url("/images/application-icons/database.png")
}

.static-icon-cog32 {
  background-image: url("/images/application-icons/cog32.png")
}

.static-icon-chart24 {
  background-image: url("/images/application-icons/chart24.png")
}

.static-icon-delete24 {
  background-image: url("/images/application-icons/delete24.png")
}

.static-icon-trash24 {
  background-image: url("/images/application-icons/trash24.png")
}

.static-icon-download32 {
  background-image: url("/images/application-icons/download32.png")
}

.static-icon-add-to-list32 {
  background-image: url("/images/application-icons/add-to-list32.png")
}

.static-icon-languages32 {
  background-image: url("/images/application-icons/languages32.png")
}

.static-icon-goggles32 {
  background-image: url("/images/application-icons/goggles32.png")
}

.static-icon-search32 {
  background-image: url("/images/application-icons/search32.png")
}

.static-icon-filter32 {
  background-image: url("/images/application-icons/filter32.png")
}

.static-icon-project-details36 {
  background-image: url("/images/application-icons/static-icon-project-details36.png")
}

.static-icon-project-analytics36 {
  background-image: url("/images/application-icons/static-icon-project-analytics36.png")
}

.static-icon-translation-costs36 {
  background-image: url("/images/application-icons/static-icon-translation-costs36.png")
}

.static-icon-tm-match36 {
  background-image: url("/images/application-icons/static-icon-tm-match36.png")
}

.static-icon-abuse-reports36 {
  background-image: url("/images/application-icons/static-icon-abuse-reports36.png")
}

.static-icon-custom-reports36 {
  background-image: url("/images/application-icons/static-icon-custom-reports36.png")
}

.static-icon-logout {
  background-image: url("/images/application-icons/logout.png")
}

.static-icon-folder {
  background-image: url("/images/application-icons/folder.png")
}

.static-icon-hourglass {
  background-image: url("/images/application-icons/hourglass.png")
}

.static-icon-rss {
  background-image: url("/images/application-icons/rss.png")
}

.static-icon-lang {
  background-image: url("/images/application-icons/languages.png")
}

.static-icon-unsaved-suggestions {
  background-image: url("/images/application-icons/unsaved-suggestions.png")
}

.static-icon-goggles {
  background-image: url("/images/application-icons/goggles.png")
}

.static-icon-chat {
  background-image: url("/images/application-icons/chat.png")
}

.static-icon-new-chat {
  background-image: url("/images/application-icons/new-chat.png")
}

.static-icon-numbered-list {
  background-image: url("/images/application-icons/numbered-list.png")
}

.static-icon-users {
  background-image: url("/images/application-icons/users.png")
}

.static-icon-vcard {
  background-image: url("/images/application-icons/vcard.png")
}

.static-icon-add-user {
  background-image: url("/images/application-icons/add-user.png")
}

.static-icon-add-folder {
  background-image: url("/images/application-icons/add-folder.png")
}

.static-icon-build-project {
  background-image: url("/images/application-icons/cycle.png")
}

.static-icon-squared-cross {
  background-image: url("/images/application-icons/squared-cross.png")
}

.static-icon-numbered-list {
  background-image: url("/images/application-icons/numbered-list.png")
}

.static-icon-list {
  background-image: url("/images/application-icons/list.png")
}

.static-icon-flag {
  background-image: url("/images/application-icons/flag.png")
}

.static-icon-g {
  background-image: url("/images/application-icons/g.png")
}

.static-icon-comment {
  background-image: url("/images/application-icons/comment.png")
}

.static-icon-thumbs-up {
  background-image: url("/images/application-icons/thumbs-up.png")
}

.static-icon-thumbs-down {
  background-image: url("/images/application-icons/thunbs-down.png")
}

.static-icon-circled-minus {
  background-image: url("/images/application-icons/circled-minus.png")
}

.static-icon-clock {
  background-image: url("/images/application-icons/clock.png")
}

.static-icon-tools {
  background-image: url("/images/application-icons/tools.png")
}

.static-icon-popup {
  background-image: url("/images/application-icons/popup.png")
}

.static-icon-green-dot {
  background-image: url("/images/application-icons/green-dot.png")
}

.static-icon-green-check {
  background-image: url("/images/application-icons/green-check.png")
}

.static-icon-history {
  background-image: url("/images/application-icons/history.png")
}

.static-icon-revision-revert {
  background-image: url("/images/application-icons/revision-revert.png")
}

.static-icon-create-file {
  background-image: url("/images/application-icons/create-file.png")
}

.static-icon-slider {
  background-image: url("/images/application-icons/slider.png")
}

.static-icon-browser {
  background-image: url("/images/application-icons/browser.png")
}

.static-icon-get-content {
  background-image: url("/images/application-icons/get-content.png")
}

.static-icon-ggl {
  background-image: url("/images/application-icons/g+.png")
}

.static-icon-twtr {
  background-image: url("/images/application-icons/twtr.png")
}

.static-icon-fcbk {
  background-image: url("/images/application-icons/fcbk.png")
}

.static-icon-lnkdn {
  background-image: url("/images/application-icons/lnkdn.png")
}

.static-icon-cross-white {
  background-image: url("/images/application-icons/cross-white.png")
}

.static-icon-return-white {
  background-image: url("/images/application-icons/return-white.png")
}

.static-icon-ocr {
  background-image: url("/images/application-icons/ocr.png")
}

.static-icon-drag-hand {
  background-image: url("/images/application-icons/drag-hand.png")
}

.static-icon-move {
  background-image: url("/images/application-icons/move.png")
}
.static-icon-arrow-active {
  width: 19px;
  height: 19px;
  background-image: url("/images/application-icons/arrows-activity.png")
}

.positive .static-icon-arrow-active{
  background-position: 0 0;
}

.negative .static-icon-arrow-active{
  background-position: 0 -19px;
}

.icon24-with-text {
  font-size: 13px;
  line-height: 150%;
  margin: 5px 0;
}

.icon24-div {
  float: left;
  width: 24px;
  height: 24px;
}

.icon24-text {
  margin-left: 32px
}

.i-margin-right {
  margin-right: 6px !important
}

.i-margin-left {
  margin-left: 6px !important
}


/* SORT
-------------------------------------------------- */

.sortable {
  position: relative;
  margin-right: 12px;
  padding-right: 10px;
}

.sortable:before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 6px solid #ddd;
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  right: -12px;
  top: 2px;
}

.sortable:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #ddd;
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  right: -12px;
  top: 12px;
}

.sortable.az:before {
  border-bottom: 6px solid #777
}

.sortable.za:after {
  border-top: 6px solid #777
}

/* PAGE-HEADING
    -------------------------------------------------- */

.page-heading {
  background-color: #f7f7f9
}

.page-heading h1,
.page-heading h2 {
  color: #333;
  text-shadow: 0px 1px 0px rgba(255,255,255,0.4);
  margin: 0.5em 0;
}

h2.username {
  line-height: 1em;
  margin-top: 0;
  color: #333;
}

h2.username a {
  text-decoration: none
}

h2.username img {
  margin-right: 10px;
  height: 48px;
  width: auto;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

h2.username small {
  margin-top: 0;
  letter-spacing: normal;
  font-size: 14px;
  color: #333;
}

.user-avatar {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.user-section {
  margin-bottom: 20px
}

.profile-page-content .user-about {
  margin-top: 15px;
}

/* SYSTEM-MESSAGES
    -------------------------------------------------- */

.system-message {
  font-size: 13px;
  line-height: 1;
  padding: 5px 20px 6px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-align: center;
}

.system-message-warning {
  background-color: #FCF8E3;
  color: #C09853;
}

.system-message-info {
  background-color: #D9EDF7;
  color: #3A87AD;
}

.system-message-error {
  background-color: #F2DEDE;
  color: #B94A48;
}

.system-message-success {
  background-color: #DFF0D8;
  color: #468847;
}

.system-message-attention {
  color: #846126;
  background-color: #FAE692;
  border: 1px solid #F2E187;
  -webkit-box-shadow: inset 0 0 1px #FFF;
  box-shadow: inset 0 0 1px #FFF;
  padding: 10px 20px 5px;

}

.system-message-holder {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 111111;
  display: none;
  width: 100%;
  padding: 10px 0!important;
  background: #f5f5f5;
  border-bottom: 1px solid #ddd;
}

.system-message-holder .system-message-attention i,
.system-message-holder .system-message-attention p {
  font-size: 13px;
  line-height: 1.4;
  vertical-align: middle;
}

.system-message-holder .system-message-attention p a {
  text-decoration: underline;
}

.system-message-holder .system-message-attention p,
.system-message-holder .system-message-attention h5{
  margin: 0 0 5px 30px;
}

.system-message-holder .system-message-attention h5 {
  color: #35270F;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 8px;
}

.system-message-holder .system-message-attention .alert-link {
  top: 1px;
  left: 5px;
  text-decoration: underline;
  cursor: pointer;
}

/* BREADCRUMBS
	------------------------------------------------------------------*/

.project-breadcrumb {
  background: none;
  padding: 0;
  margin-bottom: 20px;
}

.project-breadcrumb a {
  color: #666
}

.project-breadcrumb a:hover {
  color: #000
}

.project-breadcrumb .active {
  color: #ccc
}

/* PAGES
	------------------------------------------------------------------*/

.crowdin-ajax-loader {
  position: absolute;
  top: 2px;
  left: 50%;
  margin-left: -70px;
  width: 130px;
  text-align: center;
  font-size: 13px;
  line-height: 18px;
  padding: 5px;
  border-radius: 3px;
  background-color: #777;
  background-color: rgba(120,120,120,.9);
  color: white;
  box-shadow: 0 5px 20px rgba(0,0,0,.1);
}

.project-description {
  word-break: break-word;
}

.rich-description * {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.rich-description strong {
  font-weight: bold;
}

.rich-description p {
  margin: 0px;
}

.rich-description table {
  width: 100%;
  margin-bottom: 10px;
}

.rich-description table th,
.rich-description table td {
  padding: 4px;
  line-height: 20px;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.rich-description table th {
  border-top: 0px none;
  text-align: left;
}

.rich-description table th[align="right"] {
  text-align: right;
}

.rich-description h1,
.rich-description h2,
.rich-description h3,
.rich-description h4,
.rich-description h5,
.rich-description h6 {
  line-height: 120%;
  text-transform: none;
  font-weight: 600;
  color: #333;
  margin: 10px 0 5px;
}

.rich-description h1:first-child,
.rich-description h2:first-child,
.rich-description h3:first-child,
.rich-description h4:first-child,
.rich-description h5:first-child,
.rich-description h6:first-child {
  margin-top: 0;
}

.rich-description h1 {
  font-size: 30px;
}

.rich-description h2 {
  font-size: 27px;
}

.rich-description h3 {
  font-size: 24px;
}

.rich-description h4 {
  font-size: 21px;
}

.rich-description h5 {
  font-size: 17px;
}

.rich-description h6 {
  font-size: 14px;
  font-weight: bold;
}

x-share {
  display: none;
}

.rich-description .fb-like,
.rich-description .fb_iframe_widget {
  line-height: 20px;
  vertical-align: top !important;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
}

.rich-description .g-plusone-wrapper {
  vertical-align: top !important;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
}

.rich-description .g-plusone-wrapper > div {
  vertical-align: top !important;
}

.rich-description .twitter-tweet-btn {
  vertical-align: top !important;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
}

.rich-description .IN-widget {
  vertical-align: top !important;
  height: 20px;
  margin-bottom: 5px;
  margin-right: 5px;
}

.rich-description .vk_share_button {
  vertical-align: top !important;
  margin-bottom: 5px;
  margin-right: 5px;
  display: inline-block;
}

.rich-description .vk_share_button > table {
  margin: 0;
  width: auto;
}

.rich-description .vk_share_button > table td {
  padding: 0;
  border: 0px none;
}

.project-description-wrapper {
  position: relative;
}

.project-description-wrapper .project-description-mode-btn {
  position: absolute;
  bottom: -42px;
  right: 0;
  padding: 6px;
}

.filter-form {
  margin-top: -10px;
  padding-bottom: 10px;
  margin-bottom: 0px;
}

.filter-form input {
  margin: 0px
}

.filter-form-links {
  line-height: 20px;
  padding: 4px 0;
}

.filter-form-links > span {
  color: #aaa;
  margin-right: 20px;
}

.filter-form-links a {
  padding: 3px 8px;
  display: inline-block;
}

.filter-form-links a + a {
  margin-left: 10px
}

.filter-form-links a.active,
.filter-form-links a.active:hover {
  color: black;
  text-decoration: none;
  cursor: default;
  background: #f5f5f5;
  border-radius: 3px;
}

.pages-toolbar {
  margin-bottom: 10px;
  margin-top: -10px;
}

.pages-toolbar .btn-toolbar-alt > .btn + .btn {
  margin-left: 5px
}

.translation-table .btn-toolbar {
  white-space: nowrap
}

.mails-search {
  margin-left: 5px
}

td.no-padding .select-mails {
  display: block;
  margin: 0;
  padding: 13px 8px 20px 16px;
}

.tabs-left-ul {
  width: 180px;
  min-height: 290px;
}

.tabs-left-ul-hr {
  margin-right: 10px
}

.checkbox.select-all-mails {
  padding-left: 16px;
  padding-right: 8px;
  padding-top: 0px;
}

.mail-table {
  border-top: 4px solid #dadada;
  background-color: #f7f7f9;
}

.mail-table tr.unread td {
  background: #ffffff
}

.mail-table td {
  vertical-align: middle
}

img.mail-table-avatar {
  height: 32px;
  width: auto;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.mail-table-checkboxes {
  width: 30px
}

.mail-table-avatars {
  width: 48px
}

.processing {
  margin-top: 7px;
}

.prolile-conversation-message-body div {
  clear: both;
  padding: 0px !important;
}

.prolile-conversation-message-body div.bar_button {
  padding: 10px 0!important;
  display: block;
  float: left;
  margin: 0 10px 0 0 !important;
  clear: none !important;
}

.prolile-conversation-message-body .bar_button a {
  display: block
}

.mail-table-date {
  width: 100px;
  text-align: right;
}

.message-table-mail-subject,
.message-table-topic-subject {
  margin: 0 0 2px;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 750px;
  font-weight: 400;
  display: block;
  min-height: 22px;
}

@media (max-width: 1199px) {
  .message-table-mail-subject,
  .message-table-topic-subject {
    max-width: 560px;
  }
}

.unread .message-table-mail-subject a,
.unread .message-table-topic-subject a {
  font-weight: 600;
}

.message-table-mail-subject a:hover,
.message-table-topic-subject a:hover {
  text-decoration: none;
}

.message-table-mail-subject a,
.message-table-topic-subject a {
  outline: none;
  color: #333 !important;
  display: block;
  min-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.message-table-mail-author {
  font-size: 85%;
  color: #999;
}

.conversation-count {
  color: #333;
}

.message-table-topic-author {
  font-size: 85%
}

.message-table-language {
  text-align: right
}

.message-author-image {
  min-width: 32px;
}

.delete-discussion-btn {
  float: right
}

.pagination-count {
  float: right;
  margin-right: 8px;
  margin-top: 4px;
}

.pagination ul > li > input {
  float: left;
  width: 30px;
  border-radius: 0;
  margin-bottom: 0;
  text-align: center;
  padding: 4px 8px;
  margin-left: -1px;
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.125);
}

.compose-message.form-horizontal {
  padding: 10px 10px 10px 0
}

.compose-message.form-horizontal .control-label {
  width: 100px
}

.compose-message.form-horizontal  .controls {
  margin-left: 120px
}

/*
	.compose-message.form-horizontal  .controls textarea, .form-profile-settings .controls textarea {
	resize:vertical;
	}
*/

textarea {
  resize: vertical
}

.profile-conversation {
  margin-bottom: 20px
}

.profile-conversation + .compose-message.form-horizontal  .controls {
  margin-left: 68px
}

.prolile-conversation-message .close {
  float: right;
  position: relative;
  left: 15px;
  top: 2px;
}

.prolile-conversation-message {
  padding: 10px 20px 10px 0
}

.profile-message-receivers {
  width: 150px;
  line-height: 22px;
}

.prolile-conversation-message + .prolile-conversation-message {
  border-top: 1px solid #e5e5e5
}

.profile-conversation-subject {
  margin-top: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.prolile-conversation-message-avatar {
  float: left;
  width: 48px;
}

.prolile-conversation-message-avatar img {
  width: 48px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.prolile-conversation-message-box {
  margin-left: 68px
}

.prolile-conversation-message-username {
  margin: 0 0 10px 0;
  font-weight: 600;
}

.prolile-conversation-message-date {
  font-size: 85%;
  color: #999;
}

.discussions-post-delete {
  text-align: right
}

.compose-message legend {
  font-family: "Open Sans", sans serif;
  font-size: 1em;
}

.message-settings .static-icon {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.message-settings .static-icon:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.message-settings > ul {
  left: auto;
  right: 0;
}

/* PROJECT-LIST
	--------------------------------------------------------------------*/

.profile-no-projects {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background: #f7f7f9;
  box-shadow: inset 0 0 15px rgba(0,0,0,.12);
  min-height: 100px;
}

.profile-no-projects-cases {
  padding: 20px;
  font-size: 13px;
  line-height: 20px;
}

.profile-no-projects-cases h3,
.profile-no-projects-cases h4 {
  margin-top: 0
}

.table-icons {
  width: 150px
}

.project-table td {
  padding: 10px;
  border-top: 1px solid #f5f5f5;
}

.project-table {
  border-bottom: 1px solid #f5f5f5;
}

#profile-projects-list .project-table-project {
  position: relative;
}

#profile-projects-list a.project-name {
  padding: 2px 0;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  word-wrap: break-word;
}

.project-table-project .tooltip-inner {
  text-align: left;
  padding: 13px 15px 15px;
}

.project-table-project .tooltip {
  left: -15px !important;
}

.project-table-project .tooltip.top .tooltip-arrow {
  left: 25px;
}

.project-table-project .label-group {
  margin-left: 10px;
  margin-top: -2px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

#profile-projects-list .project-languages-block {
  position: absolute;
  left: -14px;
  top: -8px;
  z-index: 1000;
  background: white;
  padding: 0 0 7px;
  border: 1px solid #d5d5d5;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 1px;
  box-shadow: 0px 2px 5px rgba(0,0,0,.15);
  background-clip: padding-box;
  cursor: default;
  display: block;
}

#profile-projects-list .project-languages-block-title {
  padding: 7px 13px 7px;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 7px;
}

#profile-projects-list .project-row.locked td,
#profile-projects-list.active .project-row:hover td {
  background: #fcfcfc;
}

#profile-projects-list .project-actions,
#profile-projects-list .project-row.locked .project-activity-date,
#profile-projects-list .project-row.locked .user-role,
#profile-projects-list.active .project-row:hover .project-activity-date,
#profile-projects-list.active .project-row:hover .user-role {
  display: none;
}

#profile-projects-list .project-row.locked .project-actions,
#profile-projects-list.active .project-row:hover .project-actions {
  display: block;
}

#profile-projects-list .project-actions > ul {
  text-align: left;
  left: auto;
  right: 0;
}

.project-table-accessed {
  color: #999;
  font-size: 13px;
  padding: 4px 0px;
}

.project-table-translations {
  font-size: 13px;
  padding: 4px 0px;
  white-space: nowrap;
}

.project-table-languages {
  position: relative;
  display: inline-block;
}

.project-table-languages a.project-table-translations-info {
  cursor: default;
}

a.project-table-lang-holder {
  display: block;
  line-height: 24px;
  padding: 1px 13px;
}

a.project-table-lang-holder img {
  vertical-align: top;
}

#user-projects-list li {
  display: block;
  border-top: 1px solid #e5e5e5;
  margin-top: -1px;
  overflow: hidden;
}

#user-projects-list .project-row-body h4 {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
  margin-top: 0px;
}

#user-projects-list .project-row-body .btn-toolbar {
  margin-bottom: 0px;
  margin-top: 0px;
  text-align: right;
}

#user-projects-list {
  margin-bottom: 20px;
  overflow: hidden;
}

#user-projects-list .project-row-body {
  position: relative;
  overflow: hidden;
  padding-bottom: 14px;
  padding-top: 14px;
}

.project-row-body .holder-indicator {
  position: absolute;
  top: 0px;
  right: 0px;
  border-top: 1px dashed #ddd;
  min-width: 22px;
  font-size: 10px;
  color: #ccc;
  text-align: right;
}

#user-projects-list li.project-row .visible-hover,
#user-projects-list li.project-row:hover .hidden-hover {
  display: none;
  visibility: hidden;
}

#user-projects-list li.project-row:hover .visible-hover {
  display: block;
  visibility: visible;
}

#user-projects-list li.project-row .hover-show {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.6s ease;
}

#user-projects-list li.project-row:hover .hover-show {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.6s ease;
}

#user-projects-list .project-table-project-descriprion {
  margin-top: 5px;
}

#user-projects-list .project-table-project-descriprion.shortened {
  max-height: 66px;
  overflow: hidden;
}

#user-projects-list .project-table-project-last-activity {
  color: #999;
  font-size: 13px;
}

#user-projects-list .project-row-recomendations {
  border-top: 1px solid #e5e5e5
}

.user-cover {
  border-radius: 2px;
  overflow: hidden;
}

.user-cover .username {
  font-weight: normal;
}
.user-cover .user-cover-image-right,
.user-cover .user-cover-image-left {
  height: 315px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 851px auto;
  background-color: #ccc;
}

.user-cover .user-cover-image-left {
  display: table;
  width: 100%;
  position: relative;
  background-color: #aaa
}

.user-cover .user-cover-image-right > div {
  padding: 20px;
}

.user-cover .user-cover-image-left > div {
  vertical-align: middle;
  display: table-cell;
  overflow: hidden;
}

.user-cover .user-cover-picture {
  float: right;
  width: 851px;
}

.user-cover .user-cover-info {
  overflow: hidden;
}

.user-cover .userlogin {
  color: whitesmoke;
  color: rgba(255,255,255,.7)
}


@media (max-width: 1199px) {
  .user-cover .user-cover-image-right,
  .user-cover .user-cover-image-left {
    height: 252px;
    background-size: 680px auto;
  }

  .user-cover .user-cover-picture {
    width: 680px;
  }
}

.project-details-wrapper {
  margin: -1px 10px 40px;
  border: 1px solid;
  border-color: transparent #ddd #ddd;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 15px;
  box-shadow: 0 5px 15px -12px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 5px 15px -12px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 5px 15px -12px rgba(0, 0, 0, 0.3);
}

.avatar-thumbnail {
  transition: none;
  -webkit-transition: none;
  margin-bottom: 10px;
  margin-left: 25px;
}

.user-prefered-languages {
  border-style: solid;
  border-color: #e5e5e5;
  border-width: 1px 0 0px;
}

.user-prefered-languages li {
  color: #666;
  font-size: 13px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 18px;
  padding: 5px 0;
}

.user-prefered-languages li img {
  margin-right: 10px
}

.user-prefered-languages li div {
  height: 40px
}

.page-navigation {
  position: relative
}

.page-navigation > .btn-toolbar {
  position: absolute;
  right: 0px;
  top: 0px;
  margin: 0 0 0 10px;
}

.nav-tabs strong {
  margin-top: 0;
  margin-bottom: 0;
  opacity: 0.6;
  filter: alpha(opacity=60);
  display: block;
  font-size: 14px;
}

.nav-tabs strong span {
  font-weight: 600
}

strong.with-static-icon i.static-icon {
  vertical-align: middle;
  line-height: 24px;
  margin-top: -0.3em;
}

strong.with-static-icon > span {
  margin-left: 7px;
}

strong.with-static-icon {
  line-height: 24px;
  margin-top: -1px;
  margin-bottom: -1px;
}

strong.with-static-icon  .heading-with-static-icon-tagline {
  display: block;
  font-size: 85%;
  color: #666;
}

.nav-tabs .active h5,
.nav-tabs .active strong,
.nav-tabs a:hover h5,
.nav-tabs a:hover strong {
  opacity: 1;
  filter: alpha(opacity=100);
}

.nav-tabs .active h5,
.nav-tabs .active strong {
  font-weight: 600
}

.activity-details {
  overflow: auto
}

ul.list-activity {
  font-size: 13px
}

ul.list-activity > li,
ul.sub-list-acitity li {
  clear: both;
  padding: .7em 0;
}

ul.list-activity ul {
  padding: .5em 0 .5em 1.0em
}

ul.list-activity li:hover	.static-icon-gray {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.sub-list-acitity {
  word-wrap: break-word
}

.sub-list-acitity span.deleted {
  color: #aaa
}

.sub-list-acitity-translation {

}

.sub-list-acitity-voting {
  vertical-align: middle
}

.sub-list-acitity-file {
  width: 150px;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sub-list-acitity-file.no-width {
  width: inherit !important;
}

.sub-list-acitity-language {
  width: 100px;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sub-list-acitity-time {
  width: 80px;
  max-width: 80px;
}

.activity-icon {
  float: left;
  margin-top: 3px;
}

.list-activity-container {
  margin-left: 40px
}

.list-activity-avatar {
  float: left
}

.list-activity-avatar img {
  width: 32px;
  height: auto;
  margin-top: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.list-activity-container-inner {
  margin-left: 40px
}

.list-activity-date {
  color: #aaa
}

.list-activity-details-link.collapsed span {
  display: none
}

.checklist-selected-items-caption {
  margin: 4px 0 8px
}

.tab-content.account-settings-content {
  overflow: visible
}

.account-settings-content > div > h4,
.project-settings-content > div > h4 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.settings-avatar > .change-avatar-help {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 10px;
}

#project-settings-screenshots {
  margin-top: 0px;
}

#translations-vendors {
  padding: 0 20px;
}

.translations-vendors-list {
  padding: 0px 0px 20px;
}

.translations-vendors-list .translation-vendor {
  padding: 20px 0 30px;
  border-top: 1px solid #e5e5e5;
}

.translations-vendors-list .translation-vendor .logo {
  width: 230px;
  text-align: center;
}

.translations-vendors-list .translation-vendor .actions {
  text-align: right;
}

.translations-vendors-list .translation-vendor .price {
  font-size: 16px;
  line-height: 140%;
}

.translations-vendors-list .translation-vendor .currency {
  font-size: 13px;
}

.translations-vendors-list .translation-vendor .price-text {
  font-size: 13px;
}

.translations-vendors-list .translation-vendor .vendor-image {
  margin-bottom: 10px;
}

.translations-vendors-list .vendor-benefits {
  margin-bottom: 0;
}

.translations-vendors-list .vendor-benefits li {
  list-style-type: none;
  position: relative;
}

.translations-vendors-list .vendor-benefits li:before {
  content: '';
  width: 18px;
  height: 18px;
  background-image:url('/images/application-icons/green-check.png');
  position: absolute;
  top: 0;
  left: -25px;
}

.translations-vendors-list .vendor-benefits li.not-provided {
  color: #999;
}

.translations-vendors-list .vendor-benefits li.not-provided:before {
  display: none;
}

.datepicker-input {
  position: relative;
  display: inline-block;
}

.datepicker-input img.datepicker-ico {
  cursor: pointer;
  position: absolute;
  right: 6px;
  top: 5px;
}

/*
	================PROJECT-PAGE=====================
	*/
  .project-page .alert .alert-text {
    margin-right: 160px;
  }
  .project-page .alert .join-btn{
    padding-right: 70px;
    padding-left: 70px;
  }
#project-invitation-block .popover {
  color: #333;
  width: 270px;
  font-size: 13px;
  line-height: 18px;
}

#project-invitation-block .popover-title {
  display: none;
}

#project-invitation-block .popover-content {
  margin-right: 17px;
}

.btn.highlight {
  border-color: black;
}

.project-logo {
  text-align: center
}

.project-logo img {
  max-height: 100px
}

.project-details {
  background: #f7f7f9;
  padding: 15px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  font-size: 13px;
  line-height: 18px;
}

.project-details strong {
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.project-details hr {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.project-target-languages + .project-target-languages {
  border-top: 1px solid #DDDDDD
}

.project-languages-filter {
  border-bottom: 1px solid #DDDDDD
}
.project-target-languages > strong {
  display: block;
  margin: 10px 0;
}

.project-target-languages .alt-thumbnail .language-inner {
  cursor: pointer
}

.project-target-languages .alt-thumbnail .language-inner.invited-language {
  background: whitesmoke;
  border-radius: 5px;
}

.project-target-languages .alt-thumbnail .language-inner > a {
  display: block;
}

.project-target-languages .alt-thumbnail .language-inner img {
  width: 48px;
  height: 48px;
}

.project-target-languages .alt-thumbnails {
  font-size: 0;
  text-rendering: optimizeSpeed; /* fix for ubuntu chrome(28) font bug*/
}

.alt-thumbnails {
  text-align: left;
  margin-left: -20px;
  margin-top: -20px;
  margin-bottom: 30px;
}

.alt-thumbnail {
  text-decoration: none;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-top: 25px;
  margin-left: 0px;
  width: 16.666666666666664%;
}

.alt-thumbnail .r:hover h5 {
  text-decoration: underline;
}

.alt-thumbnail .r {
  overflow: hidden;
  padding-left: 20px;
  padding-top: 5px;
}

.alt-thumbnail .r strong {
  font-weight: 400;
  line-height: 18px;
  margin: 5px 0px 0px;
  font-size: 14px;
  display: block;
}

@media (max-width: 1199px) {
  .alt-thumbnail {
    width: 20%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .alt-thumbnail {
    width: 16.666666666666664%;
  }
}

@media (max-width: 767px) {
  .alt-thumbnail {
    width: 20%;
  }
}

@media (max-width: 650px) {
  .alt-thumbnail {
    width: 25%;
  }
}

@media (max-width: 520px) {
  .alt-thumbnail {
    width: 33.33333333333333%;
  }
}

@media (max-width: 420px) {
  .alt-thumbnail {
    width: 50%;
  }
}

.format-ext {
  display: block;
  font-weight: 300;
  font-size: 13px;
  line-height: 19px;
}

.sidebar-user {
  padding: 5px 0;
  overflow: hidden;
}

.sidebar-user a.img {
  width: 48px;
  float: left;
  margin-right: 10px;
}

.sidebar-user  img {
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
}

.sidebar-user > div {
  overflow: hidden;
}

.username-link {
  color: #333;
  font-weight: 600;
}

table.sidebar-language tr td {
  vertical-align: middle
}

table.sidebar-language tr td.img {
  width: 58px
}

.translation-table tr td {
  vertical-align: middle
}

.translation-file,
.translation-language {
  width: 45%
}

.translation-progress {
  width: 25%
}

.translation-translators {
  width: 15%
}

.translation-progress-text {
  width: 10%
}

.translation-table .progress {
  margin: 3px 0;
}

.popover {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.popover-title {
  border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
}

#tm-legend-div .popover {
  width: auto;
}

#rp_tm_matching .popover {
  width: auto;
}

#tm-legend-div .popover-content,
#rp_tm_matching .popover-content {
  padding:20px 14px 14px;
}

.tm-match-range{
  cursor: pointer;
  border-bottom: 1px dashed #999;
}

.popover-translation-progress {
  font-size: 85%;
  line-height: 140%;
}

.popover-translation-progress.translated > .popover-translation-label {
  color: #4ca8ff;
}

.popover-translation-progress.approved > .popover-translation-label {
  color: #99cc33;
}

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  background-color: rgba(0,0,0,.05);
  background-image: none;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.progress-striped .bar-gray {
  background-color: #CFCFCF;
}

.progress-translate .bar,
.progress .bar-translate {
  background-color: #4ca8ff;
  background-image: -moz-linear-gradient(top, #4ca8ff, #45a1e8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4ca8ff), to(#45a1e8));
  background-image: -webkit-linear-gradient(top, #4ca8ff, #45a1e8);
  background-image: -o-linear-gradient(top, #4ca8ff, #45a1e8);
  background-image: linear-gradient(to bottom, #4ca8ff, #45a1e8);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4ca8ff', endColorstr='#ff45a1e8',GradientType=0 );
}

.progress-validate .bar,
.progress .bar-validate {
  background-color: #99cc33;
  background-image: -moz-linear-gradient(top, #99cc33, #8fbf00);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#99cc33), to(#8fbf00));
  background-image: -webkit-linear-gradient(top, #99cc33, #8fbf00);
  background-image: -o-linear-gradient(top, #99cc33, #8fbf00);
  background-image: linear-gradient(to bottom, #99cc33, #8fbf00);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff99cc33', endColorstr='#ff8fbf00', GradientType=0);
}

.settings-left-pills .ul-wrapper {
  padding-right: 30px;
  border-right: 1px solid #e5e5e5;
}

.settings-left-pills .ul-wrapper ul.nav-pills li a {
  margin-bottom: 2px;
  margin-top: 2px;
  padding-bottom: .7em;
  padding-top: .7em;
  color: #333;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  background-color: #e5e5e5;
  color: black;
}

.nav-pills > li > a {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.nav-pills > li > a:hover {
  background-color: #f7f7f9;
  color: black;
}

.project-settings-wrapper {
  border: 1px solid #d5d5d5;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
}

.project-settings-downloads-statistics-legend,
.project-settings-downloads-statistics-value {
  font-size: 13px
}

.project-settings-downloads-statistics-legend {
  padding-right: 1em;
  font-weight: 600;
}

table.project-settings-recent-api-calls td.recent-api-calls-date,
table.project-settings-recent-webhook-calls td.recent-webhook-calls-date {
  width: 1%;
  white-space: nowrap;
  padding-right: 30px;
}

.recent-api-calls-ip, .recent-webhook-calls-details {
  width: 1%;
  white-space: nowrap;
}

#webhooks-details-dialog .control-group {
  margin-bottom: 10px;
}

#webhooks-details-dialog .form-horizontal .control-label {
  width: 140px;
  margin: 0;
  padding: 0;
  padding-right: 15px;
}

#webhooks-details-dialog .form-horizontal .controls {
  margin-left: 155px;
}

#webhooks-details-dialog #webhook_url, #webhooks-details-dialog #webhook_parameters {
  word-break: break-all;
}

.project-settings-content > div {
  margin: 0;
  padding: 30px 20px 40px;
}

.project-settings-content > .ajax-tab {
  min-height: 300px;
  position: relative;
}

.project-settings-recent-api-calls-caption {
  margin-left: -20px;
  margin-right: -20px;
  font-weight: 600;
  padding: 4px 24px;
  background: #f5f5f5;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}

.recent-calls-tabs-toggler {
  margin: 0 -20px 20px;
  padding: 0 20px;
}

.recent-calls-tabs-toggler > li > a {
  border: 1px solid transparent;
  border-top: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.recent-calls-tabs-toggler > .active > a, .recent-calls-tabs-toggler > .active > a:hover {
  border: 1px solid #ddd;
  border-top: none;
  border-bottom-color: transparent;
}

.recent-webhook-file > div{
  word-wrap: break-word;
  max-width: 600px;
}

@media (max-width: 1199px) {
  .recent-webhook-file > div{
    max-width: 400px;
  }
}

#ps-translations,
#ps-translations-vendors{
  margin: 0;
  padding: 0;
}


.project-settings-logo {
  padding: 10px 0;
}

.translation-table-language-link img {
  margin-right: 0.4em
}

.project_files_header {
  word-wrap: break-word;
  font-size: 32px;
}

.numbered-control-group {
  position: relative;
}

.numbered-control-group:before {
  display: block;
  position: absolute;
  top: 0px;
  left: -38px;
  width: 22px;
  text-align: center;
  content: attr(data-number);
  padding: 3px;
  background: #f9f9f9;
  border-radius: 3px;
  color: #999;
  text-shadow: 0 1px white;
}

#code_link {
  font-family: monospace;
  font-size: 12px;
  background: white
}

#code_link[disabled] {
  background: #eeeeee;
}

.jipt-language.bold {
  font-weight: bold;
}

.language-codes-table {
  margin: 5px 0 10px;
  font-size: 13px;
  line-height: 160%
}

.project_file_wrapper .file-name,
.project_directory_wrapper .file-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  margin: 4px 0;
}

.tm-range-slider,
#length_transformation {
  height: 7px!important;
  box-shadow: inset 0 1px 3px #D8D8D8 !important;
  background: #EEE !important;
  border: 1px solid rgba(0, 0, 0, 0.24) !important;
  background-clip: border-box !important;
}

.tm-range-slider .ui-slider-range {
  background: #A3C265 !important;
  box-shadow: inset 0 1px 6px #FFF !important;
  top: -1px !important;
  height: 7px !important;
  background-clip: content-box !important;
  border: 1px solid #BCCD6C !important;
  border-color: rgba(138, 150, 79, 0.7) !important;
}

.tm-range-slider .ui-slider-handle,
#length_transformation .ui-slider-handle {
  border-radius: 2px !important;
  top: -.5em !important;
  width: 0.9em !important;
  height: 1.4em !important;
  box-shadow:inset 0 1px 0px rgba(255, 255, 255, 0.62), 0 2px 2px #EEE !important;
  border-color: rgba(0, 0, 0, 0.23) !important;
}

.tm-range-slider a.ui-state-active,
#length_transformation a.ui-state-active {
  background:#dddddd !important;
  box-shadow:none !important;
}

#ps-reports {
  padding: 0;
}

#ps-reports .table {
  margin-bottom: 0;
}

#ps-reports .tab-content .active {
  padding: 20px;
}

#ps-reports .rp-reports-list {
  position: relative;
}
#ps-reports .rp-reports-list:before {
  content: '';
  display: block;
  width: 85px;
  left: 0;
  top:0;
  height: 100% ;
  position: absolute;
  box-shadow: inset -2px 0 2px rgba(213, 213, 213, 0.42);
  background: #f9f9f9;
}
#ps-reports .nav-tabs {
  font-size: 13px;
  position: relative;
  border-bottom: none;
  padding: 0;
  margin-bottom: 0;
  position: relative;
}
#ps-reports .rp-reports-list > .content {
  float: left;
  width:85px;
}

#ps-reports .reports_tabs_wrapper.affix {
  position: fixed;
  top: 0;
  z-index:10;
}

#ps-reports .rp-report-area {
  margin-left: 85px;
  min-height: 592px;
}

#ps-reports .nav-tabs > li {
  width: 100%;
  margin-bottom: 0;
}

#ps-reports .nav-tabs > li:hover {
  background: #f0f0f0;
}

#ps-reports .nav-tabs > li > a {
  border:none;
  margin:0;
  background: none;
  color:#666;
  padding: 8px;
}
#ps-reports .nav-tabs > li > a span {
  line-height: 14px;
  font-size: 12px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

#ps-reports .nav-tabs > li i {
  margin: 5px auto;
  opacity: 0.5;
}

#ps-reports .nav-tabs > .active,
#ps-reports .nav-tabs > .active:hover {
  color: #555555;
  background-color: #e5e5e5;
  border: 0;
  border-bottom-color: transparent;
  cursor: default;
  border-radius: 0;
}

#ps-reports .nav-tabs > .active a,
#ps-reports .nav-tabs > li:hover a {
    color:#333;
    position: relative;
}
#ps-reports .nav-tabs > .active a:before {
  content: '';
  position: absolute;
  border-style: solid;
  display: block;
  width: 0;
  z-index: 100;
  top: 50%;
  right: -1px;
  bottom: auto;
  border-width: 10px 10px 10px 0;
  border-color: transparent #fff;
  margin-top: -10px;
}

#ps-reports .nav-tabs > .active  div,
#ps-reports .nav-tabs > li:hover  div {
  opacity: 1;
}

/* PROFILE SETTINGS
  -------------------------------------------------- */

/*bata-features*/

#features-block .bold {
  font-weight: bold;
}

#features-block img {
  opacity: .6;
  filter: alpha(opacity=60);
}

/* PROFILE TASKS
  -------------------------------------------------- */

#tasks_list_block .status_completed {
  color: #090
}

#task_details_dialog #files_tree {
  overflow: auto
}

#task_details_dialog #files_tree a:hover {
  text-decoration: underline
}

/* PROFILE CREATE TASK
  -------------------------------------------------- */

#job_files .treeTable tr td a.expander {
  background-image: none !important
}

#job_files tr.expanded div.project_type {
  background: url(/images/tree_table_down.png);
  float: left;
  width: 16px;
  height: 16px;
  margin: 4px 0 0 3px;
}

#job_files tr.collapsed div.project_type {
  background: url(/images/tree_table_right.png);
  float: left;
  width: 16px;
  height: 16px;
  margin: 4px 0 0 3px;
}

#job_files div.directory_type {
  background: url(/images/folder.png);
  float: left;
  width: 16px;
  height: 16px;
  margin: 4px 3px 0 3px;
}

#job_files div.file_type {
  margin: 4px 3px 0 3px
}

#job_files {
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: auto;
}

#job_files tr.hover {
  background: #f5f5f5
}

#job_files input {
  cursor: default;
  margin: 1px 4px;
}

#job_files ul,
#job_files li {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#job_files ul ul {
  padding-left: 20px
}

.treeTable tr td a.expander:focus {
  outline: none
}

#job_files tr td {
  border-top: 1px dashed #dddddd
}

#tasks_block .add-task-box {
  padding: 3px 20px 20px;
  border-top: 0px;
  margin-top: -3px;
}

.task_block {
  padding: 20px;
  margin-bottom: 0px;
}

.task_block + .task_block {
  margin-top: 20px
}

.task_block .datepicker-ico {
  cursor: pointer
}

.task_block form {
  margin-bottom: 0
}

.task_block .form-horizontal .control-label {
  padding-top: 8px
}

.task_block .control-group {
  margin-bottom: 10px
}

.task_block .control-label {
  width: 110px;
  cursor: default;
}

.task_block .controls {
  margin-left: 130px
}

.task-datepicker {
  position: relative
}

.task-datepicker img.datepicker-ico {
  position: absolute;
  right: 6px;
  top: 5px;
}

/* PROJECT FILES
  -------------------------------------------------- */
#project-files-wrapper {
  position: relative;
}

.project-files-manager {
  min-width: 600px;
}

.project-files-manager .nodes-legend,
.project-files-manager .node-inner {
  *zoom: 1;
  display: block;
  clear: both;
}

.project-files-manager .nodes-legend:before,
.project-files-manager .nodes-legend:after,
.project-files-manager .node-inner:before,
.project-files-manager .node-inner:after {
  display: table;
  content: "";
  line-height: 0;
}

.project-files-manager .nodes-legend:after,
.project-files-manager .node-inner:after {
  clear: both;
}

.project-files-manager .node.even > .node-inner {
  background: #f9f9f9;
}

.project-files-manager .nodes-legend {
  border-bottom: 1px solid #ddd;
}

.project-files-manager .nodes-legend > div {
  font-weight: 600;
  padding: 8px !important;
}

.project-files-manager .nodes-legend > .title,
.project-files-manager .node > .node-inner > .title {
  float: left;
  width: 45%;
  max-width: 45%;
  position: relative;
}

.project-files-manager .node > .node-inner > .title > .file-name {
  display: block;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 8px;
  padding-left: 8px;
}

.project-files-manager .nodes-legend > .crowdin-progress,
.project-files-manager .node > .node-inner > .crowdin-progress {
  float: left;
  width: 20%;
  padding: 6px 8px;
  box-sizing: border-box;
}

.project-files-manager .nodes-legend > .crowdin-progress-text,
.project-files-manager .node > .node-inner > .crowdin-progress-text {
  float: left;
  width: 6%;
  padding: 10px 0px;
  font-size: 12px;
  line-height: 20px;
  color: #bcbcbc;
  color: rgba(0,0,0,.35);
  box-sizing: border-box;
}

.project-files-manager .node > .node-inner > .crowdin-progress > .muted {
  line-height: 18px;
  padding-top: 3px;
}

.project-files-manager .nodes-legend > .actions,
.project-files-manager .node > .node-inner > .actions {
  float: left;
  width: 29%;
  padding: 5px 8px;
  box-sizing: border-box;
}

.project-files-manager .folder-toggler {
  display: inline-block;
  height: 40px;
  width: 30px;
  min-width: 30px;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 30px 20px;
  opacity: .4;
  filter: alpha(opacity=40);
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.project-files-manager .expanded > .node-inner .folder-toggler {
  background-image: url(/images/application-icons/triangle-down.png);
}

.project-files-manager .collapsed  > .node-inner .folder-toggler {
  background-image: url(/images/application-icons/triangle-right.png);
}

.project-files-manager .expanded  > .node-inner .crowdin-progress,
.project-files-manager .expanded  > .node-inner .crowdin-progress-text {
  visibility: hidden;
}

@media
  screen and (-webkit-min-device-pixel-ratio: 2),
  screen and (   min--moz-device-pixel-ratio: 2),
  screen and (     -o-min-device-pixel-ratio: 2/1),
  screen and (        min-device-pixel-ratio: 2),
  screen and (                min-resolution: 2dppx) {
    .project-files-manager .expanded > .node-inner .folder-toggler {
      background-image: url('/images/application-icons/triangle-down@2x.png');
    }

    .project-files-manager .collapsed  > .node-inner .folder-toggler {
      background-image: url('/images/application-icons/triangle-right@2x.png');
    }
  }

/* FILTER LIST
  -------------------------------------------------- */

.filter-list-toolbar {
  position: relative;
}

.filter-list-toolbar-width {
  width: 250px;
}

.filter-list-toolbar input {
  padding-right: 30px;
}

.filter-list-toolbar i {
  margin: 0px !important;
  opacity: 0.8;
  filter: alpha(opacity=80);
  vertical-align: top;
}

.filter-list-toolbar a {
  line-height: 20px;
  position: absolute;
  top: 7px;
  right: 7px;
}

.filter-list-toolbar a.header-filter {
  top: 10px;
  right: 5px;
}

/* PROJECT SETTINGS
  -------------------------------------------------- */


.project-created-caption .container {
  position: relative;
}
.project-created-caption .container h2 {
  color: #474747;
  font-size: 38px;
  font-weight: 600;
}

.project-created-caption .close-corner {
  position: absolute;
  right: 0px;
  top: -20px;
}

.project-created-caption .close-corner span {
  opacity: .4;
  display: block;
}

.project-created-caption .close-corner:hover span {
  opacity: 1;
}

.project-created-caption {
  background: url("/images/bg-pattern.png") repeat scroll 0 0 #F7F7F9;
  margin-bottom: 30px;
  position: relative;
  border-top: 4px solid #AAD36B;
}

.project-created-caption .description .quick-list-caption {
  font-size: 15px;
  font-weight: 600;
  color: #555;
}

.project-created-caption .description {
  font-size:0.92em;
}

/* icons */

.crowdin_add {
  background: url(/images/application-icons/upload-cloud.png) no-repeat  7px center
}

.crowdin_add_sample {
  background: url(/images/application-icons/text-doc.png) no-repeat  7px center
}

.crowdin_add_dir {
  background: url(/images/application-icons/add-folder.png) no-repeat  7px center
}

.crowdin_delete,
.crowdin_delete_reference {
  background: url(/images/application-icons/trash.png) no-repeat  7px center
}

.project_translators_invite_btn {
  background: url(/images/application-icons/add-user.png) no-repeat center left
}

.project_professional_translations {
  background: url(/images/application-icons/users.png) no-repeat center left
}

.project_translators_filter_btn {
  background: url(/images/application-icons/search.png) no-repeat center left
}

.project_translators_contact_btn {
  background: url(/images/application-icons/mail.png) no-repeat center left
}

.project_translators_contact_all_btn {
  background: url(/images/application-icons/mail.png) no-repeat center left
}

.crowdin_upload_tbx,
.crowdin_upload_tmx {
  background: url(/images/application-icons/upload-cloud.png) no-repeat center left
}

.crowdin_export_tbx,
.crowdin_export_tmx {
  background: url(/images/application-icons/download.png) no-repeat center left
}

.crowdin_clear_glossary {
  background: url(/images/application-icons/cross.png) no-repeat center left
}

.crowdin_add_term {
  background: url(/images/application-icons/add-to-list.png) no-repeat center left
}

.crowdin_manage_tm {
  background: url(/images/application-icons/database.png) no-repeat center left
}

.crowdin_pre_translate {
  background: url(/images/application-icons/text-doc.png) no-repeat center left
}

.crowdin_machine_pre_translate {
  background: url(/images/application-icons/g.png) no-repeat center left
}

.delete_selected_strings {
  background: url(/images/application-icons/trash.png) no-repeat center left
}

.hide_selected_strings {
  background: url(/images/application-icons/eye-closed.png) no-repeat center left
}

.show_selected_strings {
  background: url(/images/application-icons/eye.png) no-repeat center left
}

.add_string {
  background: url(/images/application-icons/add-to-list.png) no-repeat center left
}

.find_replace_strings {
  background: url(/images/application-icons/search.png) no-repeat center left
}

.project-settings-wrapper .tab-content {
  overflow: hidden
}

.build-progress-bar {
  padding: 6px 15px;
  border-radius: 2px;
  border: 1px solid #d5d5d5;
  border-color: rgba(0,0,0,.17);
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
}

.build-progress-bar .progress {
  width: 280px !important;
  height: 15px !important;
  overflow: hidden;
  margin: 2px 0 2px 0px !important;
}

.build-progress-bar .progress.pull-right {
  margin: 2px 0 2px 15px !important;
}

#export_status_in_background {
  position: fixed;
  z-index: 1;
  bottom: 10px;
  right: 10px;
  text-align: center;
  cursor: pointer;
  font-size: 13px;
  line-height: 18px;
  color: whitesmoke;
  background: #777;
  background: rgba(0,0,0,.7);
  border: 0px none;
  box-shadow: 0 5px 20px rgba(0,0,0,.2);
}

/* screenshots */

#screenshots-list {
  margin: -20px 0 0 -20px;
  font-size: 0;
}

.screenshot-item {
  width: 267px;
  display: inline-block;
  margin: 20px 0 0 20px;
  overflow: hidden;
  position: relative;
  vertical-align: bottom;
}

@media (max-width: 1199px) {
  .screenshot-item {
    margin: 20px 0 0 34px;
  }
}

.screenshot-item .actions {
  font-size: 13px;
  line-height: 18px;
  color: white;
  color: rgba(255,255,255,.9);
  position: absolute;
  top: 0px;
  right: 0px;
}

.screenshot-item .actions .item.tags {
  border-bottom-left-radius: 3px;
}

.screenshot-item.no-tags .actions .item.tags {
  background: rgb(240, 125, 125);
  background: rgba(196,0,0,.5);
}

.screenshot-item.unsaved .actions .item.tags {
  background: rgb(220, 35, 35);
  background: rgba(196,0,0,.9);
}

.screenshot-item.saving .actions .item.tags {
  background: rgb(40, 165, 0);
  background: rgba(24, 151, 0, 0.9);
}

.screenshot-item .actions .item {
  background: #555;
  background: rgba(0,0,0,.5);
  padding: 2px 5px;
  display: inline-block;
  vertical-align: top;
}

.screenshot-item .actions .item.delete-screenshot {
  padding: 1px;
}

.screenshot-item .actions .item.delete-screenshot:hover {
  background: rgba(0,0,0,.7);
}

.screenshot-item .actions .item + .item {
  margin-left: 3px;
}

.screenshot-item .actions .item.delete-screenshot .static-icon {
  opacity: .8;
  filter: alpha(opacity=80);
}

.screenshot-item .actions .item.delete-screenshot:hover .static-icon {
  opacity: 1;
  filter: alpha(opacity=100);
}

.screenshot-item-top {
  width: 267px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.screenshot-item-top img {
  max-height: 220px;
  max-width: 267px;
}

.screenshot-item {
  cursor: pointer
}

.screenshot-item-bottom {
  padding: 8px;
  text-align: center;
  font-size: 13px;
  line-height: 18px;
  color: #717171;
}

.screenshot-strings-loading {
  height: 0;
  overflow: visible;
  text-align: center;
}

.screenshot-strings-loading span {
  margin-top: 5px;
  display: inline-block;
  padding: 4px 8px;
  border-radius: 2px;
  font-size: 13px;
  line-height: 18px;
  color: whitesmoke;
  background: #777;
  background: rgba(0,0,0,.7);
  position: relative;
  z-index: 1;
}

#screenshots-help {
  display: block;
  margin-top: 40px;
  margin-bottom: 0;
}

/* Translations */

.language-details-wrapper, uploaded-translations-wrapper {
  margin: -9px 2px 40px;
  border: 1px solid;
  border-color: transparent #ddd #ddd;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 10px;
  box-shadow: 0 5px 15px -8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 5px 15px -8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 5px 15px -8px rgba(0, 0, 0, 0.3);
}

.uploaded-translations-wrapper {
  margin: -9px 10px 0px;
  border: 1px solid;
  border-color: transparent #ddd #ddd;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 10px;
  box-shadow: 0 5px 15px -8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 5px 15px -8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 5px 15px -8px rgba(0, 0, 0, 0.3);
}

.language-details-wrapper table.project_reports_language th {
  font-weight: 300;
  font-size: 12px;
  color: #717171;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 140%;
}

/* file manager */

#update_source_info_dialog .revisions_dialog_table tr {
  text-align: center
}

#update_source_info_dialog .revisions_dialog_table tr a {
  font-weight: 600
}

#add_file_block {
  padding: 20px
}

.advanced_settings_block .help-inline {
  vertical-align: top
}

.advanced_settings_block ins {
  text-decoration: none;
  background-color: #fbb;
}

/* tm */

.assign_tm_block ul {
  padding: 0;
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
}

.assign_tm_block li select {
  margin:5px;
  padding: 2px;
  height: 28px;
  line-height: 22px;
}

.assign_tm_block li label {
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 0px;
  border-bottom: 1px #f0f0f0 solid;
  display: block
}

.assign_tm_block_legend {
  border-bottom:1px solid #ddd;
  box-shadow: 0 5px 5px -5px rgba(0,0,0,.1)
}

.assign_tm_block_legend label,
.assign_tm_block_legend div {
  margin-bottom: 0;
  padding-bottom: 9px;
  padding-top: 9px;
  line-height: 20px;
  font-weight: 600;
}


.language-block + .language-block {
  margin-top: 20px;
}

.language-name {
  margin-bottom: 10px;
}

.language-name.clickable {
  cursor:pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.language-name.clickable:hover {
  color: black;
  border-bottom-color: black;
}

.ajax-link-black {
  color:black;
  border-bottom: 1px dashed #999;
  cursor: pointer;
}

.ajax-link-black:hover {
  text-decoration: none;
  color: black;
  border-bottom-color: black;
}

.language-name.clickable:hover .ajax-link-black {
  color: black;
  border-bottom-color: black;
}

.language-name.clickable > .pull-left {
  padding-right: 20px;
  background-position: right center;
  background-repeat: no-repeat;
}

.language-name.clickable:hover > .pull-left {
  background-image: url(/images/application-icons/chevron-down-light.png)
}

.language-name.clickable.opened:hover  > .pull-left {
  background-image: url(/images/application-icons/chevron-up-light.png)
}

/* translators */

.dropdown-toolbar {
  float:none !important;
  padding: 0px !important;
  margin: 5px 15px 10px;
}

.languages_list span {
  float: none !important;
  display: inline !important;
}

.translator_info_btn {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  background: url(/images/application-icons/chevron-right.png) no-repeat center center;
}

.pro-translator-block {
  background: #f5f5f5;
  padding:20px;
  border-radius:2px;
}

.cu-value {
  color: #717171;
  font-size: 34px;
  font-weight: 300;
  height: 44px;
  line-height: 60px;
  padding-left: 11px;
}
.cu-value span {
  font-size:14px;
}
/* strings */

.hidden_string {
  color: #afafaf
}


.ps-members-name img,
.translators-members-name img,
.abuse-suggestion img,
.abuse-report-user img {
  vertical-align: top;
  margin-right: 10px;
  border-radius: 2px;
  margin-top: -2px;
  margin-bottom: -2px;
}

.ps-members-role > div {
  width: 180px;
}

.ps-members-name > div {
  width: 782px;
}

.translators-members-name > div {
  width: 500px;
}

.translators-members-language > div {
  width: 317px;
}

.translators-members-role > div {
  width: 160px;
}

.ps-string-text > div,
.ps-string-context > div {
  width: 420px;
}

.ps-string-visibility > div {
  width: 102px;
}

.ps-glossary-term > div,
.ps-glossary-description > div {
  width: 500px;
}

.ps-tm-phrase > div {
  width: 1020px;
}

.translators-members-actions > div,
.rs-manager-actions > div,
.ps-members-actions > div,
.ps-glossary-actions > div,
.ps-tm-actions > div,
.ps-string-actions > div {
  width: 108px;
}

.rs-manager-name > div {
  width: 298px;
}

.rs-manager-projects > div {
  width: 700px;
}

.rs-tm-name > div {
  width: 260px;
}

.rs-tm-languages > div {
  width: 300px;
}

.rs-tm-segments > div {
  width: 100px;
}

.rs-tm-projects > div {
  width: 278px;
}

.rs-tm-actions > div {
  width: 130px;
}

.rs-tm-actions > div > span,
.rs-tm-actions > div > a {
  display: inline-block;
  vertical-align: top;
}

.rs-tm-actions > div img {
  display: inline-block;
  vertical-align: top;
  margin: 2px;
}

.user-tasks-project > div {
  width: 150px;
}

.user-tasks-type > div,
.user-tasks-progress > div {
  width: 80px;
}

.user-tasks-deadline > div {
  width: 100px;
}

.user-tasks-reporter > div,
.user-tasks-assignee > div {
  width: 195px;
}

.user-tasks-status > div {
  width: 90px;
}

.user-tasks-actions > div {
  width: 115px;
}

.abuse-suggestion > div {
  width: 520px;
}

.abuse-report-count > div,
.abuse-suggestion-author > div {
  width: 179px;
}

.abuse-report-actions > div{
  width: 150px;
}

.abuse-suggestions > div,
.abuse-reports > div {
  width: 220px;
}

.abuse-report-user > div {
  width: 610px;
}

.items-js-simple {
  border: 1px solid #d5d5d5;
}

.items-js-simple table {
  margin-bottom: 0;
}

.ps-scope {
  font-size: 13px;
}

.ps-scope li.active a {
  cursor: default;
}

@media(max-width: 1199px) {
  .ps-members-name > div {
    width: 552px;
  }

  .ps-tm-phrase > div {
    width: 790px;
  }

  .ps-string-text > div,
  .ps-string-context > div {
    width: 305px;
  }

  .ps-glossary-term > div,
  .ps-glossary-description > div {
    width: 385px;
  }

  .translators-members-name > div {
    width: 400px;
  }

  .translators-members-language > div {
    width: 228px;
  }

  .translators-members-role > div {
    width: 120px;
  }

  .rs-manager-name > div {
    width: 298px;
  }

  .rs-manager-projects > div {
    width: 470px;
  }

  .rs-tm-name > div {
    width: 190px;
  }

  .rs-tm-languages > div {
    width: 210px;
  }

  .rs-tm-projects > div {
    width: 208px;
  }

  .user-tasks-project > div {
    width: 100px;
  }

  .user-tasks-type > div,
  .user-tasks-progress > div {
    width: 80px;
  }

  .user-tasks-deadline > div {
    width: 90px;
  }

  .user-tasks-reporter > div,
  .user-tasks-assignee > div {
    width: 126px;
  }

  .user-tasks-status > div {
    width: 75px;
  }

  .user-tasks-actions > div {
    width: 100px;
  }

  .abuse-suggestion > div {
    width: 320px;
  }

  .abuse-report-count > div,
  .abuse-suggestion-author > div,
  .abuse-suggestions > div,
  .abuse-reports > div {
    width: 180px;
  }

  .abuse-report-user > div {
    width: 415px;
  }

  .project-settings-wrapper .items-js-pager .items-js-displayed {
    position: absolute;
    right: 0;
    top: 47px;
    z-index: 1;
  }

  #ps-reports .items-js-pager .items-js-displayed {
    position: static;
  }

  #ps-members .items-js-pager .items-js-displayed {
    position: static;
  }
}

#edit_string_dialog .singular-text-block, #edit_string_dialog .plurals-text-block {
  position: relative;
}

#edit_string_dialog .plurals-text-block textarea {
  padding-top: 25px;
}

#edit_string_dialog .source-phrase-plural-name {
  position: absolute;
  top: 6px;
  left: 8px;
  font-size: 12px;
  line-height: 16px;
  color: #999999;
}

#edit_string_dialog .source-phrase-plural-length {
  position: absolute;
  top: 6px;
  right: 8px;
  font-size: 12px;
  line-height: 16px;
  color: #999999;
}

/* vendors */

.ps-toolbar {
  font-size: 13px;
  background: #f9f9f9;
  position: relative;
  border-bottom: 1px solid #d5d5d5;
  padding: 8px;
}

.ps-toolbar.ps-toolbar-simple {
  font-size: 13px;
  background: transparent;
  position: relative;
  border-bottom: 0px none;
  padding: 8px 0;
}

.ps-toolbar .btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

#vendors-wrapper .vendor-page {
  padding: 20px;
  min-height: 400px;
}

#vendors-wrapper .vendor-logo {
  float: right;
  margin-left: 20px;
}

#vendors-wrapper .progress {
  overflow: hidden;
  margin:0;
}

#vendors-wrapper .label-large {
  color: #333;
  border: 1px solid transparent;
  padding: 2px 9px;
}

#vendors-wrapper .status-wrapper .label-large:hover {
  cursor: pointer;
  background: white;
  border-color: #999999;
}

#vendors-wrapper .input-append .add-on.add-on-small {
  padding: 3px 5px;
  background: white;
}

#vendors-wrapper .input-prepend .add-on.add-on-small {
  padding: 3px 5px;
  background: white;
}

.professional_translations_data, #order_details {
  position: relative;
  max-height:494px;
  overflow:auto;
  border-top: none;
  border-bottom: 1px solid #dddddd;
  box-shadow: inset 0 -10px 10px -13px rgba(0,0,0,.1), inset 0 10px 10px -13px rgba(0,0,0,.1);
}

.professional_translations_data tr.gray label {
  cursor: default;
}

.professional_translations_legend {
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  background: #999;
}

.professional_translations_legend th{
  line-height: 180%;
  color: white;
}

#vendors-wrapper .small-flag {
  margin-top: -3px;
  margin-bottom: -1px;
}

#vendors-wrapper .unsupported {
  font-size: 13px;
  line-height: 150%;
}

#vendors-wrapper .table tbody tr.gray td {
  background-color: #f9f9f9;
}

#vendors-wrapper .form-horizontal .control-label {
  padding-top: 7px;
}

#vendors-wrapper .form-horizontal .control-group.expertise {
  margin-bottom: 10px;
}

#trans_data_wrap td {
  vertical-align: middle;
}

#trans_data_wrap td label {
  margin: 0px;
  white-space: nowrap;
}

#order_details_wrap td label {
  margin: 0px;
  white-space: nowrap;
}

#trans_data_wrap tr > *:nth-child(1) { width: 430px; }
#trans_data_wrap tr > *:nth-child(2) { width: 355px; }
#trans_data_wrap tr > *:nth-child(3) { text-align: right; width: 200px}
#trans_data_wrap tr > *:nth-child(4) { text-align: right;}

#order_details_wrap tr > *:nth-child(1) { width: 620px; }
#order_details_wrap tr > *:nth-child(2) { width: 100px; text-align: center; }
#order_details_wrap tr > *:nth-child(3) { width: 200px; text-align: center; }
#order_details_wrap tr > *:nth-child(4) { text-align: right; }

#vendors-wrapper .order_details_total {
  text-align: right;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}

#vendors-wrapper .oht-box table td {
  vertical-align: middle;
}

#project_files_dialog .treeTable tr td a.expander {
  background-image: none !important;
}

#project_files_dialog div.directory_type {
  background: url(/images/folder.png);
  float: left;
  width: 16px;
  height: 16px;
  margin: 3px 3px 0 3px;
}

#project_files_dialog div.file_type {
  margin: 3px 3px 0 3px;
}

#project_files_dialog .node_file {
  cursor: pointer;
}

#project_files_dialog { padding: 5px; margin: 5px; }
  #project_files_dialog tr.hover { background: #f8f8f8; }
  #project_files_dialog table input { cursor: default; margin: 0px 4px 1px; }
  #project_files_dialog ul, #project_files_dialog li { display: block; margin: 0; padding: 0; list-style-type: none; }
  #project_files_dialog ul ul { padding-left: 20px; }

#project_files_dialog .TableTree td {
  padding: 4px 0;
  border-top: 1px dashed #dddddd;
}

#project_files_dialog .TableTree tr:first-child td {
  border-top: none;
}

#comments_dialog {
  background: #f9f9f9;
}

#comments_dialog .pt_comments-area {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

#comments_dialog .comment_time {
  font-size: 13px;
  line-height: 18px;
}

#regular_expertise_details ul {
  list-style-type: square;
}

@media (max-width: 1200px) {
  #trans_data_wrap tr > *:nth-child(1) { width: 340px; }
  #trans_data_wrap tr > *:nth-child(2) { width: 245px; }
  #order_details_wrap tr > *:nth-child(1) { width: 380px; }
}

#insufficient_credits_dialog .credits_amount {
  font-weight: bold;
}

/* dialogs */

#translator_info_dialog h4 {
  margin: 0 0 15px
}

#user_info_statistic_contribution_table {
  font-size: 13px
}

.avatar_def_big {
  width: 128px
}

#translator-info-block-left-part {
  float: left;
  width: 500px;
}

#translator-info-block-left-part-primary {
  width: 352px;
  max-width: 352px;
}

#translator-info-block-translator-access {
  width: 300px;
  margin-left: 520px;
  padding: 15px;
}

#translator-languages-access {
  height: 260px;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: 0 5px 5px -5px rgba(0,0,0,.1) inset;
  margin: 0;
}

#translator-languages-access li {
  overflow: hidden;
  padding: 5px;
}

#translator-languages-access li + li {
  border-top: 1px solid #e5e5e5
}

.language-access-left-block {
  float: left;
  width: 75%;
}

.language-access-right-block {
  float: right;
  width: 25%;
  text-align: right;
}

#term_translations_list .accordion-heading .accordion-toggle {
  cursor: default;
}

ul.rit-result-translations > li {
  cursor: pointer;
  padding: 10px 10px;
  font-size: 13px;
  clear: both;
}

ul.rit-result-translations > li:hover {
  background: #f9f9f9
}

ul.rit-result-translations > li > input {
  margin: 4px 10px 10px 0 !important;
  float: left;
}

ul.rit-result-translations > li > span {
  margin-left: 20px;
  display: block;
}

#pre_translate_languages_wrapper {
  border: 1px solid #d5d5d5;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  padding: 5px;
}

#pre_translate_languages {
  width: 240px;
}

#pre_translate_files_wrapper {
  height: 235px;
  border: 1px solid #d5d5d5;
  padding: 5px 5px 5px 5px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  font-size: 13px;
  width: 374px;
}

#pre_translate_files {
  padding: 0px 0px 0px 2px;
  height: 200px;
  overflow: auto;
}

#pre_translate_files .project_file_wrapper, #pre_translate_files .project_directory_wrapper {
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: default;
}

.treeTable input[type="checkbox"] {
  margin: 0 5px 3px 5px
}

table td.full-width > label {
  margin-bottom: 11px
}

.languages-block {
  width: 175px;
  height: 400px;
  overflow-y: auto;
  text-align: center;
  border-right: 1px solid;
  padding-right: 10px;
}

.pre-tranlate-report-hierarchy {
  height: 400px;
  overflow-y: auto;
}

.languages-block li {
  height: 30px;
}

.focused {
  background-color: lightblue;
  color: #333;
}

.langauge-report-tab a {
  text-decoration: none;
  color: black;
}

.language-report-table td {
  padding-right: 5px;
}

/* PRE TRANSLATE REPORT DIALOGS
----------------------------------------------------------*/

#pre_translate_report_dialog {}


#pre_translate_report_dialog .pre-tranlate-report-hierarchy  {
  height: 100%;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#pre_translate_report_dialog .pre-tranlate-report-hierarchy table tr.parent td div.project_directory_wrapper span,
#pre_translate_report_dialog .pre-tranlate-report-hierarchy table tr.contain_file td {
  color: #333;
}

#pre_translate_report_dialog .pre-tranlate-report-hierarchy table tr.parent td div.project_directory_wrapper span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 235px;
}

#pre_translate_report_dialog .pre-tranlate-report-hierarchy table tr td {
  border-top: none;
  padding: 1px 10px 1px 0;
  font-size:13px;
  height:24px;
  line-height:22px;
}

#pre_translate_report_dialog .pre-tranlate-report-hierarchy table thead th  {
  vertical-align: bottom;
  border-bottom: 1px solid #dddddd;
}

#pre_translate_report_dialog .pre-tranlate-report-hierarchy table tbody tr:first-child td {
  padding-top: 8px;
}

#pre_translate_report_dialog .pre-tranlate-report-hierarchy table tbody tr.parent:first-child td,
#pre_translate_report_dialog .pre-tranlate-report-hierarchy table tr.folder_tr td  {
  color: #A8A8A8;
}

#pre_translate_report_dialog .languages-block  {
  text-align: left;
  width: auto;
  height: 100%;
  min-width: 220px;
  border-right:1px solid #dadada;
  padding-right: 0;
}

#pre_translate_report_dialog .languages-block li {
  padding:0;
}

#pre_translate_report_dialog .languages-block li a {
  padding: 5px 10px;
  outline: none;
  cursor: pointer;
  height: auto;
  color: #555;
}

#pre_translate_report_dialog .languages-block li a:hover {
  background-color: #f7f7f9;
}

#pre_translate_report_dialog .languages-block li a.focused {
  background: #e5e5e5;
  color: black;
}

/* UPLOAD FILE CONFIGURATION DIALOGS
----------------------------------------------------------*/
.file_configuration_dialog .form-inline .checkbox + .checkbox {
  margin-left: 20px;
}

.file_configuration_dialog .form-inline .checkbox input[type="checkbox"] {
  margin-right: 5px;
}

.general_spreadsheet_info {
  margin-left: 20px;
  font-size: 13px;
}

.scheme_column td {
  padding: 3px 2px 3px 1px;
}

.first_line td {
  border-top: 4px solid #DDDDDD;
}

.scheme_column td select {
  border: 0;
  padding: 4px;
  height: 30px;
  min-height: 30px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  margin: 0;
  color:black;
}

.scheme_column td select option {
  padding-top: 3px;
  padding-bottom: 3px;
  margin: 3px;
  font-family: 'open sans', sans-serif;
}

.scheme_column td select optgroup {
  margin: 6px;
  font-family: 'open sans', sans-serif;
  font-style: normal;
}

.file_configuration_dialog .inactive {
  color:#999;
}

.toolbar-group > .btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.csv-xlsx-preview {
  overflow: auto;
  max-height: 350px;
}

.toolbar-group > .btn-group + .btn-group {
  margin: 0 0 0 -1px;
}

.toolbar-group > .btn-group:first-child > .btn {
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
}

.toolbar-group > .btn-group:last-child > .btn {
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
}

.scheme_block td {
  cursor: pointer;
  height: 20px;
}

.scheme_block td.selected {
  background: #f5f5f5;
  cursor: default;
}

.scheme_block .scheme_column td.selected {
  background: white;
}

.scheme_block .first_line td.selected {
  border-top-color: #a5a5a5;
}


/* translation activity */

#ps-reports .nav-holder {
  padding: 0;
  margin: 0;
  white-space: nowrap;
  display:block;
  list-style: none;
  text-align: right;
  overflow: hidden;
  box-shadow: 0 -1px 0 0 #e5e5e5 inset;
}

#ps-reports .nav-holder .nav-tab {
  display: inline-block;
  position: relative;
  padding: 0 30px;
  outline: 0;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  height: 36px;
  line-height: 36px;
}

#ps-reports .nav-holder span.nav-tab {
  padding: 0 20px;
}

#ps-reports .nav-holder .nav-tab:hover {
  background-color: #eeeeee;
}

#ps-reports .nav-holder .nav-tab.disabled,
#ps-reports .nav-holder .nav-tab.disabled:hover {
  background-color: transparent;
  cursor: default;
  opacity: 0.6;
  filter: alpha(opacity="60");
}

#ps-reports .nav-holder .nav-tab.current {
  cursor: default;
  border-bottom-color: #9bbc44;
  background-color: #fff;
}

#ps-reports .nav-holder .nav-tab > i {
  opacity: 0.6;
  filter: alpha(opacity="60");
}

#ps-reports #analytics-control.affix-top {
  position: relative;
  z-index: 1;
}
#ps-reports #analytics-control.affix {
  top:0;
  background: #fff;
  z-index: 10;
}
.current .analytics-period {
  font-weight: 600;
}

.chart-block {
  -webkit-transition:300ms ease all;
   -moz-transition:300ms ease all;
     -o-transition:300ms ease all;
        transition:300ms ease all;
}
.chart {
  position: relative;
}
#translators-forecast .chart {
  height: 250px;
  padding-left: 15px;
}

.axe-y {
  font-size: 12px;
  color: #777;
}

table.dotted-chart {
  width: 100%;
}


table.dotted-chart>tbody>tr>td,
table.dotted-chart>tfoot>tr>td {
  vertical-align: middle;
  border: 1px dashed #E2E2E2;
  border-left: none;
  border-top:none;
  text-align: center;
}

table.dotted-chart tbody tr.last-row td{
  border-bottom: none;
}

table.dotted-chart tbody td u {
  line-height: 40px;
  vertical-align: middle;
  display: inline-block;
  height: 40px;
}

table.dotted-chart .end-blank{
  border-right: none;
  border-left: 1px solid #f5f5f5;
  width: 20px;
}

table.dotted-chart .label-x {
  font-size: 12px;
  color:#777;
}

table.dotted-chart .label-x.muted {
  color:#adadad;
}

table.dotted-chart td.axe-y {
  border-right:1px solid #929292;
}

table.dotted-chart>tfoot>tr>td.end-blank,
table.dotted-chart>tfoot>tr>td.axe-y,
table.dotted-chart>tfoot>tr>td {
  border:none;
  border-top:1px solid #ccc;

}

#ps-reports #languages-activity .circle circle {
  fill: rgba(135, 210, 160, 0.7);
  stroke: #87d2a0;
}

#ps-reports #languages-activity .circle circle:hover {
  fill:#87d2a0;
}

/* strings-translated-chart */

#ps-reports .c3 path,
#ps-reports .c3 line {
  stroke: #929292;
}

#ps-reports .c3 .c3-chart-line path.c3-line {
  stroke-width: 2px;
}

#ps-reports #punchcard .rule,
#ps-reports .label-x,
#ps-reports .c3-axis-x,
#ps-reports .c3-axis-y2-label,
#ps-reports .c3-axis-y-label,
#ps-reports .c3 .c3-axis-y text,
#ps-reports .c3 .c3-axis-y2 text {
  font: 10px 'Open Sans', sans-serif;
  fill: #aaa;
  color:#aaa;
}

#ps-reports .c3 .c3-axis-y2 .c3-axis-y2-label {
  fill:#f17f49;
  color: #f17f49;
}

#ps-reports .c3-axis-x g.tick {
  fill:#aaa;
}

#ps-reports .c3 .c3-chart-lines .c3-circles .c3-circle  {
  stroke-width:2px;
  stroke:#fff;
}
#ps-reports .c3 .c3-grid line {
  stroke: #E2E2E2;
}

#ps-reports #strings-activity-legend  .btn {
  margin: 0 5px;
}

#ps-reports .c3-tooltip {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
 }

#ps-reports .c3-tooltip tr {
  border: none;
}

#ps-reports .c3-tooltip th {
  background-color: #f7f7f7;
  color: #444;
  font-size: 12px;
  font-weight: normal;
}
#ps-reports .c3-tooltip td.value  {
 font-weight: 600;
}
#ps-reports .c3-tooltip td {
  border-left:none;
  font-size: 12px;
  color: #333;
  padding: 3px 8px;
}
#ps-reports .c3-tooltip b {
  font-weight: normal;
  color:#777;
}

#ps-reports .legend span > div {
  position: relative;
  padding-left: 24px;
}

#ps-reports .legend-holder .legend-item {
  display: inline-block;
  font-size: 12px;
  margin: 0 10px;
  cursor: pointer;
  color:#C7C7C7;
  padding:5px 8px;
}

#ps-reports .legend-holder .legend-item.active {
  color:#333;
}

#ps-reports .legend-holder .legend-item:hover {
  color:#777;
}

#ps-reports .legend span > div > e {
  display: block;
  width: 10px;
  height: 2px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 5px;
}

/* last month charts */

#last-month-deltas .table-cell > div {
  margin: 0 0 0 15px;
  padding: 8px 0;
}

#last-month-deltas .table-cell:first-child > div {
  margin-left: 0;
}

#last-month-deltas hr  {
  margin: 10px 0;
}

#last-month-deltas .real-data  {
  margin-bottom: 0;
  color: #777;
}

#last-month-deltas .label {
  background: none;
  text-shadow: none;
  color: #aaa;
  display: block;
}

#last-month-deltas .negative,
#last-month-deltas .positive {
  position: relative;
  float: left;
  padding-right: 20px;
}

#last-month-deltas .static-icon-arrow-active {
  position: absolute;
  right: 0;
}

#last-month-deltas .negative .static-icon-arrow-active {
  bottom:0;
}

#last-month-deltas .count {
    display: block;
  float: left;
  margin-right: 5px;
  font-size: 40px;
  font-weight: 600;
  line-height: 32px;
}
#last-month-deltas .negative.issues .count,
#last-month-deltas .positive .count {
  color: #87D2A0;
}

#last-month-deltas .positive.issues .count,
#last-month-deltas .negative .count {
  color: #EA5656;;
}

#last-month-deltas  .negative.issues .static-icon-arrow-active {
  background-position: 0 -57px;
}
#last-month-deltas .positive.issues  .static-icon-arrow-active {
   background-position: 0 -38px;
}

#punchcard #ls-inactive-languages-block .list-block ul {
  padding-left: 8px;
}

#punchcard #ls-inactive-languages-block .list-block ul li {
  font-size: 12px;
  color: #777;
  width: 33.333%;
  float:left;
}

#punchcard #ls-inactive-languages-block .list-block ul li img {
  margin-right: 5px;
}

.forecast-table  {
  margin-bottom: 0;
  overflow: hidden;
  border-collapse: separate;
}

ul.table,
div.table {
  display: table;
  margin-bottom: 0;
}

li.table-row,
div.table-row {
  display: table-row;
}

li.table-cell,
div.table-cell {
  display: table-cell;
}

.forecast-table thead th {
  border-bottom: 1px solid #929292;
  font-size: 12px;
  color:#333;
  font-weight: normal;
  padding: 3px;
}

.forecast-table thead th.theads {
  padding-left: 0;
}

.forecast-table thead .perioad-header {
  margin-bottom: 0;
}

.forecast-table  .sortable:after {
  right: -6px;
  border-left-width: 3px;
  border-right-width: 3px;
  border-top-width: 4px;
}

.forecast-table  .sortable:before {
  right: -6px;
  top: 5px;
  border-left-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 4px;
}

.forecast-table thead th.theads ul li {
  position: relative;
}

.forecast-table thead th.theads ul li:before {
  content: '';
  display: block;
  position: absolute;
  height: 10000%;
  width: 0;
  border-left: 1px solid #D5D5D5;
}

.forecast-table thead th.theads ul li span {
  display: block;
  padding: 0 4px;
  cursor: pointer;
}

.forecast-table tbody td {
  font-size:12px;
  border-top:none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px;
  border:1px solid #fff;
  border-width: 1px 0;
}

.forecast-table tbody tr:first-child td {
  padding-top: 10px;
}
.forecast-table tbody td.language {
  padding-right: 0;
}
.forecast-table tbody td.forecast-progress {
  padding-left: 0;
}
.forecast-table tbody td.language {
  width: 140px;
  color:#777;
}

.forecast-table tbody td span {
  cursor: default;
  display: block;
  height: 22px;
  padding-right: 5px;
}
.forecast-table tbody td img {
  margin-right: 5px;
}

.forecast-table tbody td.forecast-progress .progress-bar {
  display: block;
  height: 22px;
  opacity: 0.5;
  background: -moz-linear-gradient(left,  #87d2a0 1%, #c9dca4 10%, #f17f49 80%, #ffffff 100%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(1%,#87d2a0), color-stop(10%,#c9dca4), color-stop(80%,#f17f49), color-stop(100%,#ffffff), color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(left,  #87d2a0 1%,#c9dca4 10%,#f17f49 90%,#ffffff 100%,#ffffff 100%);
  background: -o-linear-gradient(left,  #87d2a0 1%,#c9dca4 10%,#f17f49 80%,#ffffff 100%,#ffffff 100%);
  background: -ms-linear-gradient(left,  #87d2a0 1%,#c9dca4 10%,#f17f49 80%,#ffffff 100%,#ffffff 100%);
  background: linear-gradient(to right,  #87d2a0 1%,#c9dca4 10%,#f17f49 80%,#ffffff 100%,#ffffff 100%);
  -webkit-transition: all linear .2s;
  -moz-transition: all linear .2s;
  -o-transition: all linear .2s;
  transition: all linear .2s;
}

.forecast-table tbody tr:hover td {
  color:#333;
  background: #f7f7f7;
  background-clip: content-box;
}
.forecast-table tbody tr:hover td .progress-bar {
  opacity: 0.9;
}

.forecast-table tbody td.forecast-progress .progress-bar.today,
.forecast-table tbody td.forecast-progress .progress-bar.tomorrow,
.forecast-table tbody td.forecast-progress .progress-bar.few-days {
  background: -moz-linear-gradient(left,  #87d2a0 1%, #c9dca4 80%, #ffffff 100%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(1%,#87d2a0), color-stop(80%,#c9dca4), color-stop(100%,#ffffff), color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(left,  #87d2a0 1%,#c9dca4 80%,#ffffff 100%,#ffffff 100%);
  background: -o-linear-gradient(left,  #87d2a0 1%,#c9dca4 80%,#ffffff 100%,#ffffff 100%);
  background: -ms-linear-gradient(left,  #87d2a0 1%,#c9dca4 80%,#ffffff 100%,#ffffff 100%);
  background: linear-gradient(to right,  #87d2a0 1%,#c9dca4 80%,#ffffff 100%,#ffffff 100%);
}

.forecast-table tbody td.forecast-progress .progress-bar.today {
  width: 6%;
  max-width: 54px;
}

.forecast-table tbody td.forecast-progress .progress-bar.tomorrow {
  width: 14%;
  max-width: 123px;
}

.forecast-table tbody td.forecast-progress .progress-bar.few-days {
  width: 26%;
  max-width: 235px;
}

.forecast-table tbody td.forecast-progress .progress-bar.few-weeks {
  width: 40%;
  max-width: 365px;
}

.forecast-table tbody td.forecast-progress .progress-bar.few-month {
  width: 58%;
  max-width: 522px;
}

.forecast-table tbody td.forecast-progress .progress-bar.year-and-more {
  width: 100%;
  max-width: 900px;
}

@media (max-width: 1199px) {
  .forecast-table tbody td.forecast-progress .progress-bar.today {
    width: 7%;
    max-width: 44px;
  }

  .forecast-table tbody td.forecast-progress .progress-bar.tomorrow {
    width: 18%;
    max-width: 114px;
  }

  .forecast-table tbody td.forecast-progress .progress-bar.few-days {
    width: 33%;
    max-width: 208px;
  }

  .forecast-table tbody td.forecast-progress .progress-bar.few-weeks {
    width: 50%;
    max-width: 315px;
  }

  .forecast-table tbody td.forecast-progress .progress-bar.few-month {
    width: 71%;
    max-width: 448px;
  }
}

#ps-reports-activity .sample-data {
  position: absolute;
  z-index: 200;
  top: 200px;
  left: 0;
  right: 0;
  max-width: 60%;
  margin: 0 auto;
  font-size: 16px;
  background: #fff;
  box-shadow: 0 10px 30px -3px rgba(0,0,0,.4);
  background-clip: padding-box !important;
  background-color: rgba(255, 255, 255, 0.65);
  border: 1px solid rgb(170,170,170);
  border: 1px solid rgba(0,0,0,.15);
  border-bottom-color: rgba(0,0,0,.18);
  padding: 20px;
}

#ps-reports-activity .sample-data p {
  font-size: 16px;
}

#ps-reports-activity .popover {
  opacity: 0.9;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 186px;
}

#ps-reports-activity .popover-title,
#ps-reports-activity .popover-inner{
  font-size: 12px;
}

#ps-reports-activity .popover .arrow {
  display: none;
}

#ps-reports-activity .popover .popover-content table td {
  padding: 3px 8px;
  border: none;
}

#ps-reports-activity .popover-title {
  padding: 2px 5px ;
  border:none;
  line-height: 22px;
}

#ps-reports-activity .popover-content {
  padding: 0;
}


#chart-acsy div {
  font: 10px sans-serif;
  background-color: steelblue;
  text-align: right;
  padding: 3px;
  margin: 1px;
  color: white;
}
/* EXTRAS
   --------------------------------------------------*/

/* pseudolocalization */
.layout-slider {
  height:20px; padding: 5px 0px;
}

#length_transformation {
  float: left; width: 218px;

}
#length_transformation .ui-state-active {
  height: 1.4em !important;
}

#length_transformation_caption {
  float: left; margin: -6px 0 0 20px;
}

table td.td-file-name {
  padding: 0;
}

table td.td-file-name .file-name {
  padding: 12px 8px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* CREATE PROJECT WIZARD
  -------------------------------------------------- */
.create-crowdin-project {
  width: 800px;
  margin: 0 auto;
}

.create-crowdin-project .step + .step {
  margin-top: 60px;
}

.create-crowdin-project .form-actions {
  border-top: 0px none;
  padding: 10px;
  border-radius: 4px;
}

.label-like-style {
  margin-bottom: 5px
}

.settings-assistant-languages-list .languages_button,
#pre_translate_languages_wrapper .languages_button,
.settings-assistant-languages-selected .languages_button,
#pre_translate_files_wrapper .allfiles_button {
  padding: 10px 0 0 0;
  box-shadow: 0 -4px 5px -5px rgba(0, 0, 0, 0.2);
}

#pre_translate_languages_wrapper .languages_button,
#pre_translate_files_wrapper .allfiles_button  {
  padding: 10px 10px 0;
}

.languages_block {
  margin: 0px
}

.languages_block > div {
  width: 48%
}

#target_languages {
  overflow: hidden
}

#target_languages_form {
  margin: 0
}

#delete_draft {
  margin: 7px 0;
}

#configure_file_dialog .schemes_caption {
  text-align: center;
  padding-top: 8px;
  padding-bottom: 5px;
}

.files-upload-help {
  margin-top: 10px
}

#sample_files_list {
  margin: 3px 0 0 -1px;
  cursor: default;
}

.create-project-target-languages .settings-assistant-languages-list,
.create-project-target-languages .settings-assistant-languages-selected {
  padding: 0;
  border: 0px none;
}

.create-project-target-languages .settings-assistant-languages-list:before,
.create-project-target-languages .settings-assistant-languages-list:after {
  display: none;
}

.control-group.error table.create-project-target-languages,
.control-group.error table.create-project-target-languages td {
  border-color: #b94a48;
}

.control-group.error .jstree-grid-wrapper {
  border-color: #b94a48;
}

.control-group .error {
  color: #b94a48;
}

#project_source_language_chzn .unavailable,
#project_source_language_chzn .unavailable.highlighted {
  color: #999;
  cursor: default;
}

/* CROWDIN PROJECTS SEARCH
  -------------------------------------------------- */

.project-search-categories > li {
  padding: 12px 0
}

.project-search-categories a {
  color: #333
}

.project-search-categories a.active {
  cursor: text;
  color: black;
  font-weight: 600;
  text-decoration: none;
}

.project-search-categories > li + li {
  border-top: 1px solid #e5e5e5
}

.project-search-input-wrapper {
  display: block
}

.project-search-input-td {
  padding-right: 20px
}

.project-search-input-wrapper  input {
  padding: 9.5px;
  height: auto;
  font-size: 17.5px;
  line-height: 24px;
}

.project-search-top-list .span5 {
  margin-bottom: 20px
}

.project-search-top-list .media img {
  max-height: 32px;
  max-width: 150px;
}

.project-search-top-list .media-body {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.project-search-top-list .media + .media {
  border-top: 1px solid #e5e5e5;
  margin-top: 7.5px;
  padding-top: 7.5px;
}

.project-search-top-list-category {
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
  font-weight: 600;
}

.project-search-top-list a.media-heading {
  line-height: 32px;
  color: black;
}

/* USER PROJECTS
 ----------------------------------------------------*/

.project-general-progress .progress {
  width: 300px;
}

.project-general-progress {
  margin-top: 4px;
}

.progress-details .translated,
.progress-details .approved {
  font-size: 13px;
  line-height: 18px;
  color: #717171;
  margin-left: 15px;
}

.progress-details  span {
  font-size: 14px;
}

.progress-details .translated span {
  color: #4ca8ff;
}

.progress-details .approved span {
  color: #99cc33;
}

#user-projects-list .prof-translators-block {
  font-size: 13px;
}

/* PROFILE RESOURCES
  -------------------------------------------------- */

#machine-translation .control-group {
  margin-bottom: 0
}

#machine-translation fieldset + fieldset {
  margin: 40px auto
}

.add_edit_manager_block ul,
.add_edit_tm_block ul {
  padding: 0;
  border: 1px solid #ccc;
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) inset;
}

.add_edit_manager_block li,
.add_edit_tm_block li {
  max-width: 100%;
  padding: 0px 10px;
  border-bottom: 1px #f0f0f0 solid;
}

.add_edit_manager_block li label,
.add_edit_tm_block li label {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0px;
}

.add_edit_manager_block li:last-child,
.add_edit_tm_block li:last-child {
  border-bottom: 0
}

#tm_list .actions a,
#tm_list .actions span {
  margin-left: 5px
}

#tm_list .actions a:first-child {
  margin-left: 0
}

#glossary_configuration_file_name .file-selected,
#tm_configuration_file_name .file-selected {
  font-weight: 600;
  font-size: 19px;
  max-width: 350px;
  line-height: 34px;
}

#glossary_configuration_file_name .file-no-selected,
#tm_configuration_file_name .file-no-selected {
  font-weight: 300;
  line-height: 34px;
  font-size: 14px;
}

/* PROFILE TRANSLATION REPORTS
  ---------------------------------------------------*/

.translation_report_block {
  padding-bottom: 25px
}

/* RESPONSIVE
  -------------------------------------------------- */

@media(max-width: 1199px) {
	body {
	  font-size: 14px;
	  line-height: 21px;
	}

	h1 {
	  font-size: 31px
	}

	h2 {
	  font-size: 26px
	}

	h3 {
	  font-size: 20px
	}

	h4 {
	  font-size: 16px
	}

	h5 {
	  font-size: 13px
	}

	h6 {
	  font-size: 11px
	}

	#back-end-header .logo-small {
	  display: none
	}

	#back-end-header .logo-icon {
	  display: block;
	  *display: inline;
	  zoom: 1;
	  max-width: 140px;
	}

	.tabs-left-ul {
	  width: 140px
	}

	.settings-left-pills .ul-wrapper {
	  padding-right: 20px
	}

	.hide-button-text {
	  display: none
	}

	.hide-small-screen {
	  display: none
	}

	/* PROFILE TASKS */

	#tasks_list_block .hDiv th:nth-child(1) div,
	#tasks_list td:nth-child(1) div {
	  width: 195px !important
	}

	#tasks_list_block .hDiv th:nth-child(2) div,
	#tasks_list td:nth-child(2) div {
	  width: 70px !important
	}

	#tasks_list_block .hDiv th:nth-child(3) div,
	#tasks_list td:nth-child(3) div {
	  width: 50px !important
	}

	#tasks_list_block .hDiv th:nth-child(4) div,
	#tasks_list td:nth-child(4) div {
	  width: 80px !important
	}

	#tasks_list_block .hDiv th:nth-child(5) div,
	#tasks_list td:nth-child(5) div {
	  width: 105px !important
	}

	#tasks_list_block .hDiv th:nth-child(6) div,
	#tasks_list td:nth-child(6) div {
	  width: 105px !important
	}

	#tasks_list_block .hDiv th:nth-child(7) div,
	#tasks_list td:nth-child(7) div {
	  width: 70px !important
	}

	#tasks_list_block .hDiv th:nth-child(8) div,
	#tasks_list td:nth-child(8) div {
	  width: 95px !important
	}

        /* Abuse Reports */

	#report_abuse_data_block .hDiv th:nth-child(1) div,
	#report_abuse_data_block td:nth-child(1) div {
	  width: 220px !important
	}

	#report_abuse_data_block .hDiv th:nth-child(2) div,
	#report_abuse_data_block td:nth-child(2) div {
	  width: 220px !important
	}

	#report_abuse_data_block .hDiv th:nth-child(3) div,
	#report_abuse_data_block td:nth-child(3) div {
	  width: 220px !important
	}

        /* Abuse Reports by user*/

        #abuse_suggestion_by_user_block .hDiv th:nth-child(1) div,
	#abuse_suggestion_by_user_block td:nth-child(1) div {
	  width: 350px !important
	}

	#abuse_suggestion_by_user_block .hDiv th:nth-child(2) div,
	#abuse_suggestion_by_user_block td:nth-child(2) div {
	  width: 100px !important
	}

	#abuse_suggestion_by_user_block .hDiv th:nth-child(3) div,
	#abuse_suggestion_by_user_block td:nth-child(3) div {
	  width: 220px !important
	}

        /* Abuse Reports for user*/

        #abuse_suggestion_for_user_block .hDiv th:nth-child(1) div,
	#abuse_suggestion_for_user_block td:nth-child(1) div {
	  width: 350px !important
	}

	#abuse_suggestion_for_user_block .hDiv th:nth-child(2) div,
	#abuse_suggestion_for_user_block td:nth-child(2) div {
	  width: 100px !important
	}

	#abuse_suggestion_for_user_block .hDiv th:nth-child(3) div,
	#abuse_suggestion_for_user_block td:nth-child(3) div {
	  width: 220px !important
	}

  #group_members_block th:nth-child(1) div,
  #group_members_block td:nth-child(1) div {
    width: 425px !important;
  }
}
