@import url("/Content/fonts.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.12.1/css/selectize.min.css");
@import url("//code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css");
@font-face {
  font-family: 'Open Sans';
  src: url('/Content/fonts/open-sans/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/Content/fonts/open-sans/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/Content/fonts/open-sans/OpenSans-Semibold.ttf') format('truetype');
  font-weight: 600;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/Content/fonts/open-sans/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/Content/fonts/open-sans/OpenSans-ExtraBold.ttf') format('truetype');
  font-weight: 800;
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/Content/fonts/iconfont/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local('Material Icons'), local('MaterialIcons-Regular'), url(/Content/fonts/iconfont/MaterialIcons-Regular.woff2) format('woff2'), url(/Content/fonts/iconfont/MaterialIcons-Regular.woff) format('woff'), url(/Content/fonts/iconfont/MaterialIcons-Regular.ttf) format('truetype');
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.left-side {
  float: left;
}
.right-side {
  float: right;
}
.blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.relative {
  position: relative;
}
.left {
  float: left;
}
.right {
  float: right;
}
.noscroll {
  position: fixed;
  overflow: hidden;
}
.centered {
  text-align: center;
}
.uppercase {
  text-transform: uppercase;
}
.nopointer {
  cursor: inherit;
}
.clickable {
  cursor: pointer;
}
.offset-10 {
  margin-top: 10px;
}
.offset-20 {
  margin-top: 20px;
}
.offset-40 {
  margin-top: 40px;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}
/*
	2.0
*/
html,
body {
  width: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-weight: 400;
  line-height: 1.35;
  font-size: 13px;
  color: #142934;
  position: relative;
  cursor: default;
  font-family: "Open Sans", Arial, sans-serif;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
}
.container {
  padding-left: 15px;
  padding-right: 15px;
}
.clickable {
  cursor: pointer;
}
.cursor-default {
  cursor: default;
}
a {
  cursor: pointer;
  color: #142934;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: #142934;
}
img {
  max-width: 100%;
}
.relative {
  position: relative;
}
.left {
  float: left;
}
.right {
  float: right;
}
.noscroll {
  position: fixed;
  overflow: hidden;
}
.centered {
  text-align: center;
}
.text-centered {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}
.alert {
  padding: 0px;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
label div {
  display: inline-block;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.35;
}
ul {
  list-style-type: square;
}
table tr th.wrap,
table tr td.wrap {
  white-space: initial !important;
}
table tr th.button-cell,
table tr td.button-cell {
  white-space: nowrap !important;
}
table tr th.button-cell .btn,
table tr td.button-cell .btn {
  margin-right: 3px;
}
a.green-link {
  color: #1fb25a;
}
ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
}
.uppercase {
  text-transform: uppercase;
}
.text-centered {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
h2 {
  font-size: 26px;
  margin-top: 14px;
  margin-bottom: 25px;
}
h3 {
  color: #142934;
  text-transform: none;
  font-size: 20px;
}
a.small-link {
  color: #2881af;
  font-size: 10px;
}
a.blue-link {
  color: #2881af;
}
a.blue-link:hover,
a.blue-link:hover,
a.blue-link:active {
  color: #2881af;
}
.middle-align {
  display: table-cell;
  vertical-align: middle;
}
.table.table-head-border-small th {
  border-bottom-width: 1px;
}
.table.table-vertical-middle tr th,
.table.table-vertical-middle tr td {
  vertical-align: middle;
}
.dl-horizontal dt {
  white-space: normal;
  text-align: left;
  margin-bottom: 5px;
}
.initial-transform {
  text-transform: initial;
}
.checkbox,
.radio {
  margin-bottom: 0;
}
.offset-10 {
  margin-top: 10px;
}
.offset-20 {
  margin-top: 20px;
}
.offset-30 {
  margin-top: 30px;
}
.offset-40 {
  margin-top: 40px;
}
.offset-60 {
  margin-top: 60px;
}
.offset-80 {
  margin-top: 80px;
}
.offset-bottom-10 {
  margin-bottom: 10px !important;
}
.offset-bottom-20 {
  margin-bottom: 20px !important;
}
.text-right {
  text-align: right;
}
.wc-table {
  font-size: inherit !important;
}
.page > .container .col-lg-1,
.page > .container .col-lg-10,
.page > .container .col-lg-11,
.page > .container .col-lg-12,
.page > .container .col-lg-2,
.page > .container .col-lg-3,
.page > .container .col-lg-4,
.page > .container .col-lg-5,
.page > .container .col-lg-6,
.page > .container .col-lg-7,
.page > .container .col-lg-8,
.page > .container .col-lg-9,
.page > .container .col-md-1,
.page > .container .col-md-10,
.page > .container .col-md-11,
.page > .container .col-md-12,
.page > .container .col-md-2,
.page > .container .col-md-3,
.page > .container .col-md-4,
.page > .container .col-md-5,
.page > .container .col-md-6,
.page > .container .col-md-7,
.page > .container .col-md-8,
.page > .container .col-md-9,
.page > .container .col-sm-1,
.page > .container .col-sm-10,
.page > .container .col-sm-11,
.page > .container .col-sm-12,
.page > .container .col-sm-2,
.page > .container .col-sm-3,
.page > .container .col-sm-4,
.page > .container .col-sm-5,
.page > .container .col-sm-6,
.page > .container .col-sm-7,
.page > .container .col-sm-8,
.page > .container .col-sm-9,
.page > .container .col-xs-1,
.page > .container .col-xs-10,
.page > .container .col-xs-11,
.page > .container .col-xs-12,
.page > .container .col-xs-2,
.page > .container .col-xs-3,
.page > .container .col-xs-4,
.page > .container .col-xs-5,
.page > .container .col-xs-6,
.page > .container .col-xs-7,
.page > .container .col-xs-8,
.page > .container .col-xs-9 {
  margin-bottom: 5px;
}
hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 1px solid rgba(20, 41, 52, 0.21);
}
.alert-info {
  color: #142934;
  background-color: transparent;
  border: none;
}
.semibold {
  font-weight: 600;
}
.font-weight-normal {
  font-weight: normal !important;
}
.nowrap {
  white-space: nowrap;
}
.font-size-14 {
  font-size: 14px;
}
.no-top-padding {
  padding-top: 0 !important;
}
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xl {
  display: none !important;
}
.panel {
  background-color: transparent;
  border: none;
}
.panel a.accordion-toggle {
  border-color: transparent;
  background: rgba(20, 41, 52, 0.12);
  font-weight: normal;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 7px 15px;
  font-size: 12px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
}
.panel-default {
  border: none;
}
.panel-heading {
  padding-left: 0;
  margin-bottom: 20px;
}
.panel-default > .panel-heading {
  border: none;
  background: transparent;
}
.external-providers {
  /*position: absolute;
	left: 410px;
	top: 427px;
	width: 380px;

	.btn {
		padding: 0 3px;
	}

	a img, button img {
		width: 40px;
	}*/
}
.external-providers a.btn {
  padding: 0;
}
.external-providers a.google {
  color: #b0c0c7;
}
.external-providers a.linkedin {
  color: #117BB8;
}
.external-providers a.facebook {
  color: #3B5A9A;
}
.external-providers a.twitter {
  color: #0088CC;
}
.div-centered {
  text-align: center;
}
.service-btn-min-height-325 {
  min-height: 325px !important;
}
@media (min-width: 1600px) {
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1570px;
  }
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
  .visible-xl {
    display: block !important;
  }
  table.visible-xl {
    display: table;
  }
  tr.visible-xl {
    display: table-row !important;
  }
  th.visible-xl,
  td.visible-xl {
    display: table-cell !important;
  }
  .visible-xl-block {
    display: block !important;
  }
  .visible-xl-inline {
    display: inline !important;
  }
  .visible-xl-inline-block {
    display: inline-block !important;
  }
  .hidden-xl {
    display: none !important;
  }
}
.page-main-wrap > .title {
  display: none;
}
img.lang {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(20, 41, 52, 0.2);
}
/*
.row .row {
	margin-left: 0px;
	margin-right: 0px;
}*/
.row {
  margin-right: -20px;
  margin-left: -20px;
}
.page-block {
  position: relative;
}
.page-block .row {
  margin-left: 0px;
  margin-right: 0px;
}
@media (min-width: 768px) {
  p {
    font-size: 15px;
  }
  a.small-link {
    font-size: 11px;
  }
}
@media (min-width: 992px) {
  .tablet-right {
    float: left;
    text-align: left;
  }
  .tablet-left {
    float: right;
    text-align: right;
  }
}
@media (min-width: 1440px) {
  .table-responsive {
    overflow-x: inherit;
  }
}
@media (max-width: 479px) {
  .xs-mobile-right {
    float: right !important;
    text-align: right;
  }
  .xs-mobile-left {
    float: left !important;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .mobile-right {
    float: right !important;
    text-align: right;
  }
  .mobile-left {
    float: left !important;
    text-align: left;
  }
  .table-responsive {
    margin-bottom: 0px;
    border: none;
  }
}
@media (max-width: 991px) {
  .tablet-right {
    float: right;
    text-align: right;
  }
  .tablet-left {
    float: left;
    text-align: left;
  }
}
@media (min-width: 480px) {
  body {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .dl-horizontal dt {
    width: 210px;
  }
  .dl-horizontal dd {
    margin-left: 230px;
  }
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.page-filetransfer .top-area {
  background: white;
}
.page-filetransfer form.form-horizontal {
  margin-top: 20px;
}
.page-filetransfer label {
  margin-right: 4px;
}
.page-filetransfer .or {
  margin-right: 40px;
}
.page-filetransfer div.checkbox-delete {
  margin-top: 26px;
  margin-bottom: 20px;
}
.page-filetransfer div.checkbox-delete label {
  float: left;
}
.page-filetransfer div.checkbox-delete input {
  margin-left: 10px;
  margin-right: 10px;
  max-width: 100px;
  text-align: right;
}
.page-filetransfer .control-group label {
  margin-bottom: 8px;
}
.page-filetransfer .control-group input#comment {
  width: 100%;
  max-width: none;
}
.page-filetransfer .select-file {
  margin-top: 7px;
}
footer {
  background: #2a3139;
  color: #dfdfdf;
  position: relative;
  width: 100%;
  padding: 25px 20px;
  z-index: 1000;
}
footer .container {
  width: 100%;
}
footer .column {
  margin-top: 10px;
  margin-bottom: 10px;
}
footer .column.column-left img {
  width: 111px;
  height: 21px;
}
footer .column.column-left p {
  color: #dfdfdf;
  font-size: 13px;
  font-weight: 400;
  margin-top: 4px;
  margin-bottom: 0px;
}
footer .column.column-left p.bigger {
  font-size: 14px;
  font-weight: 700;
  margin-top: 8px;
}
footer .column.centered p {
  color: #707c89;
  margin-top: 17px;
  font-size: 14px;
  text-align: left;
}
footer .column.centered p strong {
  font-weight: 600;
}
footer .column.centered a {
  color: #dfdfdf;
}
footer .column.centered a:hover,
footer .column.centered a:focus,
footer .column.centered a:active {
  color: #fff;
}
footer .column.centered span {
  color: #dfdfdf;
  display: none;
}
footer .column.centered strong {
  display: block;
  margin-bottom: 4px;
}
footer .column.centered .about {
  display: block;
  margin-top: 5px;
}
footer .column.column-right .feedback {
  margin-top: 10px;
}
@media (min-width: 480px) {
  footer .column {
    text-align: center !important;
  }
  footer .column.centered span {
    display: inline-block;
  }
  footer .column.centered p {
    text-align: center;
  }
}
@media (min-width: 768px) {
  footer .column.centered span {
    display: inline-block;
  }
  footer .column.centered strong {
    display: inline-block;
    margin-bottom: 0px;
  }
  footer .column.centered .about {
    margin-top: 0px;
    display: inline-block;
  }
  footer .column.centered p {
    text-align: center;
  }
  footer .column.column-left {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  footer .column.column-left {
    text-align: left !important;
  }
  footer .feedback {
    float: right;
  }
}
#full-register {
  padding-top: 75px;
}
#full-register .ask-main-box,
#full-register .stream-main-box {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
#full-register .ask-main-box .header,
#full-register .stream-main-box .header {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#full-register .row .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
#full-register button.signup {
  margin-top: 10px;
}
#full-register .newsletter {
  margin-top: 7px;
}
#full-register .container {
  width: auto;
}
.ask-registration,
.stream-registration {
  margin-top: 30px;
  margin-bottom: 50px;
}
.ask-registration h3,
.stream-registration h3 {
  color: #1b5c76;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  display: inline-block;
}
.ask-registration h3,
.stream-registration h3 {
  display: inline-block;
  font-size: 17px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 18px;
}
.ask-registration h3.big,
.stream-registration h3.big {
  font-size: 32px;
  text-transform: none;
  color: #64277e;
  margin-top: 6px;
  margin-bottom: 7px;
}
@media (min-width: 1080px) {
  #full-register .container {
    width: 850px;
  }
}
@media (min-width: 1500px) {
  #full-register .row .row {
    margin-left: -25px !important;
    margin-right: -25px !important;
  }
}
.navbar-collapse.in {
  overflow-y: initial;
}
#navbar {
  position: relative;
}
nav {
  background: #fff;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.07);
  z-index: 900;
}
nav .arrow-header {
  position: absolute;
  top: 65px;
  left: 49%;
  padding: 4px;
  background: white;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.14);
  border-radius: 50%;
}
nav .arrow-header i {
  width: 16px;
  height: 16px;
  transform: rotate(180deg);
  margin-bottom: 1px;
}
nav .nav .open > a,
nav .nav .open > a:focus,
nav .nav .open > a:hover {
  background: transparent;
}
nav .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
nav.fixed {
  width: 100%;
  position: fixed;
}
nav.navbar {
  border: none;
  margin-bottom: 0;
}
nav .navbar-toggle {
  margin-top: 9px;
}
nav .navbar-toggle .icon-bar {
  background: #2881af;
  border-bottom: 3px solid #fff;
  width: 30px;
  height: 3px;
}
nav .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}
nav .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
  border-top: none;
  background: #fff;
  position: absolute;
  width: 100%;
  -webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.15);
}
nav .container-fluid > .navbar-collapse,
nav .container-fluid > .navbar-header,
nav .container > .navbar-collapse,
nav .container > .navbar-header {
  margin-right: 0;
  margin-left: 0;
}
nav .navbar-header {
  background: #1fb25a;
  width: 100%;
}
nav .navbar-header.stream {
  background: #2881af;
}
nav .navbar-header.ask {
  background: #64277e;
}
nav .nav-logo {
  display: inline-block;
  float: left;
  max-width: 90px;
  margin-left: 10px;
}
nav ul {
  margin-bottom: 0px;
}
nav ul.nav li.dropdown-supplier:hover > ul.dropdown-menu {
  opacity: 1;
  transition: all 250ms ease-in-out;
  visibility: visible;
}
nav .nav > li > a:focus,
nav .nav > li > a:hover {
  background: white;
}
nav .dropdown-supplier {
  padding-right: 0px;
  float: right !important;
}
nav .dropdown-supplier .caret {
  margin-left: 7px;
}
nav .dropdown-supplier .account-photo {
  width: 40px;
  height: 40px;
  background: url('../../../../Content/images/blank_photo.png');
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-size: 100%;
  border-radius: 50%;
  display: inline-block;
  margin-right: 20px;
  position: absolute;
  overflow: hidden;
  top: -9px;
  left: -52px;
}
nav .dropdown-supplier .dropdown-menu {
  right: 8px;
  left: auto !important;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  padding-right: 0;
  min-width: 0;
  background: #f8f8f8;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  top: 56px;
  margin-left: 0px;
}
nav .dropdown-supplier .dropdown-menu li {
  margin-top: 6px;
  margin-bottom: 6px;
  margin-right: 20px;
}
nav .dropdown-supplier .dropdown-menu li a {
  padding-left: 40px;
  padding-right: 15px;
  font-size: 14px;
}
nav .dropdown-supplier .dropdown-menu li.account a {
  background: transparent url('../../../../Content/images/icons/user.svg') no-repeat 11px 3px;
  background-size: 19px 13px;
}
nav .dropdown-supplier .dropdown-menu li.availability a {
  background: transparent url('../../../../Content/images/icons/clock.svg') no-repeat 11px 3px;
  background-size: 19px 14px;
}
nav .dropdown-supplier .dropdown-menu li.skills a {
  background: transparent url('../../../../Content/images/icons/list.svg') no-repeat 11px 5px;
  background-size: 18px 11px;
}
nav .dropdown-supplier .dropdown-menu li.logout a {
  background: transparent url('../../../../Content/images/icons/logout.svg') no-repeat 11px 5px;
  background-size: 20px 11px;
}
nav.noshadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
nav.noshadow .container {
  border-bottom: 1px solid #e2e5e7;
}
nav.noshadow .navbar-collapse {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
nav .navbar-nav-services {
  background: #f8f8f8;
}
nav .navbar-nav-services ul {
  margin: 0;
  padding-left: 15px;
}
nav .navbar-nav-services ul.nocolorschema a img {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}
nav .navbar-nav-services ul li {
  height: 80px;
  padding: 0px;
  display: inline-block;
  float: left;
}
nav .navbar-nav-services ul li.crosscheck .service-showcase .content .top .tag {
  background: #c52033;
}
nav .navbar-nav-services ul li a {
  height: 80px;
  display: block;
  position: relative;
  padding: 15px 15px;
  width: 100%;
}
nav .navbar-nav-services ul li a img {
  -moz-opacity: 0.33;
  -khtml-opacity: 0.33;
  -webkit-opacity: 0.33;
  opacity: 0.33;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=33);
  filter: alpha(opacity=33);
  margin-top: 6px;
}
nav .navbar-nav-services ul li a:hover,
nav .navbar-nav-services ul li a:focus,
nav .navbar-nav-services ul li a:active {
  background: transparent;
}
nav .navbar-nav-services ul li a:hover img,
nav .navbar-nav-services ul li a:focus img,
nav .navbar-nav-services ul li a:active img {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
nav .navbar-nav-services ul li a:hover:after,
nav .navbar-nav-services ul li a:focus:after,
nav .navbar-nav-services ul li a:active:after {
  display: none;
}
nav .navbar-nav-services ul li.active {
  position: relative;
}
nav .navbar-nav-services ul li.active a {
  /*&:after {
							position: absolute;
							bottom: 0px;
							left: 10px;
							width: 9px;
							height: 5px;
							background: url('/Content/images/icons/navbar_active_bg_blue.png');
							background-size: 100%;
						}*/
}
nav .navbar-nav-services ul li.active a img {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
nav .navbar-nav-services ul li .service-showcase {
  visibility: hidden;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  overflow: hidden;
  position: fixed;
  top: 80px;
  left: 120px;
  z-index: 800;
  padding-bottom: 8px;
  padding-right: 8px;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
nav .navbar-nav-services ul li .service-showcase .content {
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  background: #fff;
  width: 404px;
}
nav .navbar-nav-services ul li .service-showcase .content .top {
  padding: 11px 13px;
}
nav .navbar-nav-services ul li .service-showcase .content .top .logo {
  float: left;
}
nav .navbar-nav-services ul li .service-showcase .content .top .tag {
  float: right;
  font-size: 12px;
  color: #fff;
  background: #1fb25a;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: 600;
  padding: 2px 7px 1px 7px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-top: 6px;
}
nav .navbar-nav-services ul li .service-showcase .content .bottom {
  padding: 12px 13px;
  background: #f8f8f8;
  border-top: 1px solid rgba(20, 41, 52, 0.21);
}
nav .navbar-nav-services ul li .service-showcase .content .bottom p {
  margin-bottom: 0;
  font-size: 13px;
}
nav .navbar-nav-services ul li .service-showcase .content .bottom .main p {
  font-weight: 600;
  margin-bottom: 3px;
  font-size: 14px;
}
nav .navbar-nav-agent ul {
  height: 80px;
}
nav .navbar-nav-supplier {
  background: #fff;
  display: none;
}
nav .navbar-nav-supplier .nav {
  margin-top: 12px;
  margin-bottom: 14px;
}
nav .navbar-nav-supplier ul {
  margin: 0;
  padding-left: 20px;
  cursor: pointer;
}
nav .navbar-nav-supplier ul li {
  display: inline-block;
  margin-right: 35px;
}
nav .navbar-nav-supplier ul li a {
  padding: 0;
  background: white;
  position: relative;
}
nav .navbar-nav-supplier ul li.downloads {
  margin-top: 18px;
}
nav .navbar-nav-supplier ul li.downloads a {
  background: transparent url('../../../../Content/images/icons/download.svg') no-repeat 0px 1px;
  background-size: 16px 16px;
  padding-left: 23px;
}
nav .navbar-nav-supplier ul li.documents {
  margin-top: 18px;
}
nav .navbar-nav-supplier ul li.documents a {
  background: transparent url('../../../../Content/images/icons/folder.svg') no-repeat 0px 2px;
  background-size: 15px 16px;
  padding-left: 23px;
}
nav .navbar-nav-supplier .runnig-jobs-badge {
  text-align: center;
  color: white;
  background: #1fb25a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  position: absolute;
  right: -1px;
  bottom: 0px;
}
nav .navbar-nav-general {
  border-bottom: 1px solid rgba(20, 41, 52, 0.21);
  background: #fff;
  text-align: right;
}
nav .navbar-nav-general ul {
  float: right;
  margin-left: 10px;
  margin-right: 10px;
}
nav .navbar-nav-general > ul > li {
  padding: 15px 13px 10px 13px;
  display: inline-block;
  float: left;
}
nav .navbar-nav-general > ul > li a {
  color: #142934;
  display: inline-block;
  padding: 0px;
}
nav .navbar-nav-general > ul > li a:hover,
nav .navbar-nav-general > ul > li a:focus,
nav .navbar-nav-general > ul > li a:active {
  background: transparent;
}
nav .navbar-nav-general > ul > li .sep {
  color: #909397;
  margin-left: 1px;
  margin-right: 1px;
}
nav .navbar-nav-general > ul > li.signin a {
  font-weight: 600;
}
nav .navbar-nav-general > ul > li.lang a {
  font-size: 12px;
}
nav .navbar-nav-general > ul > li.user i {
  vertical-align: middle;
  margin-right: 7px;
  margin-top: -2px;
}
nav .navbar-nav-general > ul > li.sep span {
  height: 28px;
  width: 1px;
  background: #999da3;
  display: inline-block;
  margin-top: -2px;
}
nav .navbar-nav-general > ul > li.settings {
  margin-top: -2px;
  margin-left: 0px;
}
nav .navbar-nav-general > ul > li.logout,
nav .navbar-nav-general > ul > li.settings {
  margin-left: 5px;
}
nav .navbar-nav-general > ul > li.dropdown {
  position: relative;
  /*&:after {
				content: '';
				display: block;
				position: absolute;
				background: #fff;
				left: 0px;
				top: 57px;
				z-index: 1000;
				height: 3px;
				width: 85px;
			}*/
}
.sidenav {
  background: #1f262e;
  display: none;
}
.sidenav .sidenav-links-wrapper {
  background: #1f262e;
}
.sidenav .sidenav-logo {
  width: 120px;
  height: 80px;
  padding: 0px 0px;
  background: #1fb25a;
  display: none;
}
.sidenav .sidenav-logo.stream {
  background: #2881af;
}
.sidenav .sidenav-logo.ask {
  background: #64277e;
}
.sidenav .sidenav-logo.nextdoc {
  background: #679731;
}
.sidenav ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0px;
  display: inline-block;
  background: #1f262e;
  width: 100%;
}
.sidenav ul li {
  text-align: center;
  display: inline-block;
  width: 50%;
  float: left;
  position: relative;
}
.sidenav ul li a {
  color: #fff;
  font-size: 13px;
  padding-bottom: 15px;
  display: inline-block;
  width: 100%;
}
.sidenav ul li a:before {
  display: block;
  width: 60px;
  height: 60px;
  content: "";
  background-position: 0px 120px !important;
  margin: 0 auto;
  margin-top: 15px;
}
.sidenav ul li:hover a,
.sidenav ul li:focus a,
.sidenav ul li:active a {
  color: #fff;
}
.sidenav ul li:hover a:before,
.sidenav ul li:focus a:before,
.sidenav ul li:active a:before {
  background-position: 0px 120px !important;
}
.sidenav ul li.estimate a:before,
.sidenav ul li.nextdoc a:before {
  background: url('../../../../Content/images/icons/sidenav_estimate.png');
}
.sidenav ul li.services a:before {
  background: url('../../../../Content/images/icons/sidenav_services.png');
}
.sidenav ul li.privacy a:before {
  background: url('../../../../Content/images/icons/sidenav_privacy.png');
}
.sidenav ul li.crosscheck a:before {
  background: url('../../../../Content/images/icons/sidenav_projects.png');
}
.sidenav ul li.ask a:before {
  background: url('../../../../Content/images/icons/sidenav_ask.png');
}
.sidenav ul li.projects a:before {
  background: url('../../../../Content/images/icons/sidenav_projects.png');
}
.sidenav ul li.invoicing a:before {
  background: url('../../../../Content/images/icons/sidenav_invoicing.png');
}
.sidenav ul li.profile a:before {
  background: url('../../../../Content/images/icons/sidenav_profile.png');
}
.sidenav ul li.dashboard a:before {
  background: url('/Content/images/icons/sidenav_dashboard.png');
}
.sidenav ul li.campaigns a:before {
  background: url('/Content/images/icons/sidenav_campaigns.png');
}
.sidenav ul li.filetransfer a:before {
  background: url('/Content/images/icons/sidenav_filetransfer.png');
}
.sidenav ul li.stats a:before {
  background: url('/Content/images/icons/sidenav_stats.png');
}
.sidenav ul li.expenses a:before {
  background: url('/Content/images/icons/sidenav_expenses.png');
}
.sidenav ul li.commissions a:before {
  background: url('/Content/images/icons/sidenav_commissions.png');
}
.sidenav ul li.clients a:before {
  background: url('/Content/images/icons/sidenav_clients.png');
}
.sidenav ul li.api-keys a:before {
  background: url('/Content/images/icons/sidenav_api-keys.png');
}
.sidenav ul ul.secondary-menu {
  position: absolute;
  top: 0;
  left: 120px;
  visibility: hidden;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  width: auto;
}
.sidenav ul ul.secondary-menu li {
  text-align: left;
  width: auto;
}
.sidenav ul ul.secondary-menu li a {
  padding-bottom: 0px;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0px 20px;
  white-space: nowrap;
}
.sidenav ul ul.secondary-menu li a span.count {
  margin-left: 2px;
  opacity: 0.75;
  font-size: 12px;
}
.sidenav ul ul.secondary-menu li a:before {
  display: none;
}
.sidenav ul ul.secondary-menu li:hover,
.sidenav ul ul.secondary-menu li:focus {
  background: #2a3139;
}
@media (max-width: 480px) {
  nav .navbar-nav-services ul {
    padding-left: 15px;
  }
  nav .navbar-nav-services ul li a {
    padding: 15px 5px;
  }
  nav .navbar-nav-services ul li.stream {
    max-width: none;
  }
  nav .navbar-nav-services ul li.stream a img {
    width: 80px;
    height: 30px;
    margin-top: 11px;
  }
  nav .navbar-nav-services ul li.ask a img,
  nav .navbar-nav-services ul li.crosscheck a img {
    width: 70px;
    height: 39px;
  }
}
@media (min-width: 768px) {
  .sidenav ul li {
    width: 150px;
    float: none;
  }
  .sidenav ul li a {
    color: #75808f;
  }
  .sidenav ul li a:before {
    background-position: 0px 60px !important;
  }
  .sidenav ul li.active {
    background: #2a3139;
  }
  .sidenav ul li.active a {
    color: #fff;
  }
  .sidenav ul li.active a:before {
    background-position: 0px 0px !important;
  }
  nav .navbar-nav-services ul li a img {
    margin-top: 3px;
    max-width: none;
    max-height: none;
  }
  nav .navbar-nav-general ul span.right-part {
    display: inline-block;
    float: right;
    margin-top: 13px;
    margin-right: 8px;
  }
  nav .navbar-nav-general ul span.right-part li {
    padding: 15px 9px 10px 9px;
    float: left;
  }
  nav .navbar-nav-general ul span.right-part li .sep {
    color: #909397;
    margin-left: 1px;
    margin-right: 1px;
  }
  nav .navbar-nav-general ul span.right-part li.signin a {
    font-weight: 600;
  }
  nav .navbar-nav-general ul span.right-part li.lang a {
    font-size: 12px;
  }
  nav .navbar-nav-general ul span.right-part li.user i {
    vertical-align: middle;
    margin-right: 7px;
    margin-top: -2px;
  }
  nav .navbar-nav-general ul span.right-part li.sep span {
    height: 28px;
    width: 1px;
    background: #999da3;
    display: inline-block;
    margin-top: -2px;
  }
  nav .navbar-nav-general ul span.right-part li.settings {
    margin-top: -2px;
    margin-left: 0px;
  }
  nav .navbar-nav-general ul span.right-part li.logout,
  nav .navbar-nav-general ul span.right-part li.settings {
    margin-left: 5px;
  }
  nav .navbar-nav-general ul li.user {
    padding-top: 18px;
  }
}
@media (min-width: 992px) {
  .sidenav {
    width: 120px;
    height: 100%;
    top: 0px;
    position: absolute;
    left: 0px;
    z-index: 1000;
  }
  .sidenav .sidenav-logo {
    display: block;
  }
  .sidenav ul li {
    display: block;
    width: 100%;
  }
  .sidenav ul li:hover ul.secondary-menu,
  .sidenav ul li:focus ul.secondary-menu,
  .sidenav ul li:active ul.secondary-menu {
    visibility: visible;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
  nav {
    padding-left: 120px;
    height: 80px;
  }
  nav .dropdown-supplier {
    padding-right: 0px;
    margin-right: 20px;
    float: right !important;
  }
  nav .nav-logo {
    display: none;
  }
  nav .navbar-collapse {
    position: relative;
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.07);
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.07);
  }
  nav .navbar-nav-services ul li a {
    padding: 15px 4px;
  }
  nav .navbar-nav-services ul li a:hover .service-showcase,
  nav .navbar-nav-services ul li a:focus .service-showcase,
  nav .navbar-nav-services ul li a:active .service-showcase {
    visibility: visible;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
  nav .navbar-nav-services ul li a:hover .service-showcase .logo,
  nav .navbar-nav-services ul li a:focus .service-showcase .logo,
  nav .navbar-nav-services ul li a:active .service-showcase .logo {
    visibility: visible;
  }
  nav .navbar-nav-general > ul > li {
    padding-top: 30px;
  }
  nav .navbar-nav-general > ul > li.user {
    padding-top: 31px;
  }
}
@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}
@media (min-width: 992px) {
  nav .navbar-nav-supplier {
    display: inline-block;
  }
  nav .navbar-nav-supplier ul {
    padding-left: 20px;
  }
  nav .navbar-nav-general {
    border-bottom: none;
  }
  nav .navbar-nav-general ul {
    margin-right: 0px;
  }
}
@media (min-width: 1240px) {
  nav .navbar-nav-services ul > li a {
    padding: 15px;
  }
}
@media (min-width: 1500px) {
  nav .navbar-nav-supplier ul {
    padding-left: 30px;
  }
}
.page-wrapper {
  background: #F0F0F0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}
.page-wrapper .container {
  width: 100%;
}
.page-wrapper .page-main-wrap {
  text-align: center;
  padding-bottom: 40px;
}
.page-wrapper .horizontal-banner-wrapper {
  margin: 55px 15px 95px 120px;
}
.page-wrapper .horizontal-banner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-wrapper .notification,
.page-wrapper .title,
.page-wrapper .page {
  text-align: left;
}
.page-wrapper .title-wrapper {
  display: inline-block;
  width: 100%;
}
.page-wrapper .title-wrapper .title {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 0;
}
.page-wrapper .title,
.page-wrapper .page-title {
  background: white;
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
  min-height: 58px;
  -webkit-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
}
.page-wrapper .title .container,
.page-wrapper .page-title .container {
  padding-left: 0px;
  padding-right: 0px;
}
.page-wrapper .title .row,
.page-wrapper .page-title .row {
  margin-right: 0px;
  margin-left: 0px;
}
.page-wrapper .title .title-heading,
.page-wrapper .page-title .title-heading {
  display: inline-block;
  padding-top: 3px;
  float: left;
}
.page-wrapper .title .title-heading a,
.page-wrapper .page-title .title-heading a,
.page-wrapper .title .title-heading h1,
.page-wrapper .page-title .title-heading h1,
.page-wrapper .title .title-heading span,
.page-wrapper .page-title .title-heading span {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}
.page-wrapper .title .title-heading a,
.page-wrapper .page-title .title-heading a {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.page-wrapper .title .title-heading a:hover,
.page-wrapper .page-title .title-heading a:hover,
.page-wrapper .title .title-heading a:active,
.page-wrapper .page-title .title-heading a:active,
.page-wrapper .title .title-heading a:focus,
.page-wrapper .page-title .title-heading a:focus {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.page-wrapper .title img.job-title-badge,
.page-wrapper .page-title img.job-title-badge {
  height: 22px;
  margin-top: -23px;
  margin-left: 9px;
}
.page-wrapper .title .options h4,
.page-wrapper .page-title .options h4 {
  display: inline-block;
}
.page-wrapper .title .title-options,
.page-wrapper .page-title .title-options {
  float: right;
}
.page-wrapper .title .title-options .btn-basic,
.page-wrapper .page-title .title-options .btn-basic,
.page-wrapper .title .title-options .btn-outline,
.page-wrapper .page-title .title-options .btn-outline,
.page-wrapper .title .title-options .btn-action,
.page-wrapper .page-title .title-options .btn-action {
  margin-left: 8px;
}
.page-wrapper .title .title-nav,
.page-wrapper .page-title .title-nav {
  float: left;
}
.page-wrapper .title .title-nav ul,
.page-wrapper .page-title .title-nav ul {
  list-style: none;
  display: inline-block;
  margin-bottom: 0;
  margin-top: 8px;
}
.page-wrapper .title .title-nav ul li,
.page-wrapper .page-title .title-nav ul li {
  float: left;
  margin-right: 24px;
}
.page-wrapper .title .title-nav ul li a,
.page-wrapper .page-title .title-nav ul li a {
  font-size: 15px;
  position: relative;
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -webkit-opacity: 1 !important;
  opacity: 1 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
  filter: alpha(opacity=100) !important;
}
.page-wrapper .title .title-nav ul li a .title-nav-badge,
.page-wrapper .page-title .title-nav ul li a .title-nav-badge {
  position: relative;
  top: -6px;
  width: 18px;
  height: 18px;
  color: white;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 18px;
  margin-left: 4px;
  font-size: 11px;
  display: inline-block;
  font-weight: 600;
}
.page-wrapper .title .title-nav ul li a .title-nav-badge.badge-orange,
.page-wrapper .page-title .title-nav ul li a .title-nav-badge.badge-orange,
.page-wrapper .title .title-nav ul li a .title-nav-badge.badge-warning,
.page-wrapper .page-title .title-nav ul li a .title-nav-badge.badge-warning {
  background-color: #f29400 !important;
}
.page-wrapper .title .title-nav ul li a .title-nav-badge.badge-orange:hover,
.page-wrapper .page-title .title-nav ul li a .title-nav-badge.badge-orange:hover,
.page-wrapper .title .title-nav ul li a .title-nav-badge.badge-warning:hover,
.page-wrapper .page-title .title-nav ul li a .title-nav-badge.badge-warning:hover,
.page-wrapper .title .title-nav ul li a .title-nav-badge.badge-orange:focus,
.page-wrapper .page-title .title-nav ul li a .title-nav-badge.badge-orange:focus,
.page-wrapper .title .title-nav ul li a .title-nav-badge.badge-warning:focus,
.page-wrapper .page-title .title-nav ul li a .title-nav-badge.badge-warning:focus,
.page-wrapper .title .title-nav ul li a .title-nav-badge.badge-orange:active,
.page-wrapper .page-title .title-nav ul li a .title-nav-badge.badge-orange:active,
.page-wrapper .title .title-nav ul li a .title-nav-badge.badge-warning:active,
.page-wrapper .page-title .title-nav ul li a .title-nav-badge.badge-warning:active {
  background-color: #de8800 !important;
}
.page-wrapper .title .title-nav ul li a .title-nav-badge.badge-green,
.page-wrapper .page-title .title-nav ul li a .title-nav-badge.badge-green,
.page-wrapper .title .title-nav ul li a .title-nav-badge.badge-success,
.page-wrapper .page-title .title-nav ul li a .title-nav-badge.badge-success {
  background-color: #1fb25a !important;
}
.page-wrapper .title .title-nav ul li a .title-nav-badge.badge-green:hover,
.page-wrapper .page-title .title-nav ul li a .title-nav-badge.badge-green:hover,
.page-wrapper .title .title-nav ul li a .title-nav-badge.badge-success:hover,
.page-wrapper .page-title .title-nav ul li a .title-nav-badge.badge-success:hover,
.page-wrapper .title .title-nav ul li a .title-nav-badge.badge-green:focus,
.page-wrapper .page-title .title-nav ul li a .title-nav-badge.badge-green:focus,
.page-wrapper .title .title-nav ul li a .title-nav-badge.badge-success:focus,
.page-wrapper .page-title .title-nav ul li a .title-nav-badge.badge-success:focus,
.page-wrapper .title .title-nav ul li a .title-nav-badge.badge-green:active,
.page-wrapper .page-title .title-nav ul li a .title-nav-badge.badge-green:active,
.page-wrapper .title .title-nav ul li a .title-nav-badge.badge-success:active,
.page-wrapper .page-title .title-nav ul li a .title-nav-badge.badge-success:active {
  background-color: #1ca151 !important;
}
.page-wrapper .title .title-nav ul li a .title-nav-badge.badge-red,
.page-wrapper .page-title .title-nav ul li a .title-nav-badge.badge-red,
.page-wrapper .title .title-nav ul li a .title-nav-badge.badge-danger,
.page-wrapper .page-title .title-nav ul li a .title-nav-badge.badge-danger {
  background-color: #c52033 !important;
}
.page-wrapper .title .title-nav ul li a .title-nav-badge.badge-red:hover,
.page-wrapper .page-title .title-nav ul li a .title-nav-badge.badge-red:hover,
.page-wrapper .title .title-nav ul li a .title-nav-badge.badge-danger:hover,
.page-wrapper .page-title .title-nav ul li a .title-nav-badge.badge-danger:hover,
.page-wrapper .title .title-nav ul li a .title-nav-badge.badge-red:focus,
.page-wrapper .page-title .title-nav ul li a .title-nav-badge.badge-red:focus,
.page-wrapper .title .title-nav ul li a .title-nav-badge.badge-danger:focus,
.page-wrapper .page-title .title-nav ul li a .title-nav-badge.badge-danger:focus,
.page-wrapper .title .title-nav ul li a .title-nav-badge.badge-red:active,
.page-wrapper .page-title .title-nav ul li a .title-nav-badge.badge-red:active,
.page-wrapper .title .title-nav ul li a .title-nav-badge.badge-danger:active,
.page-wrapper .page-title .title-nav ul li a .title-nav-badge.badge-danger:active {
  background-color: #b31d2e !important;
}
.page-wrapper .title .title-nav ul li.active,
.page-wrapper .page-title .title-nav ul li.active {
  font-weight: 600;
}
.page-wrapper .tabbable.white-bg,
.page-wrapper .tabpanel.white-bg {
  background: white;
}
.page-wrapper .tabbable {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 35px;
}
.page-wrapper .content-tabs,
.page-wrapper .tabpanel {
  padding-top: 35px;
}
.page-wrapper .content-tabs .container,
.page-wrapper .tabpanel .container {
  padding-left: 0px;
  padding-right: 0px;
}
.page-wrapper .content-tabs h3,
.page-wrapper .tabpanel h3 {
  font-size: 18px;
}
.page-wrapper .content-tabs h2,
.page-wrapper .tabpanel h2 {
  margin-bottom: 15px;
  margin-top: 30px;
}
.page-wrapper .tab-content {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.page-wrapper .tab-pane .container {
  padding-top: 0;
  padding-bottom: 0;
}
.page-wrapper .page-actions {
  padding-bottom: 0 !important;
}
.page-wrapper .page-block .nav-tabs {
  margin-left: 0px;
  margin-right: 0px;
}
.page-wrapper .page-block .nav-tabs li {
  margin-right: 20px;
}
.page-wrapper .page-block .nav-tabs li a {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 7px 15px;
}
.page-wrapper .nav-tabs {
  border-bottom: none;
  margin-left: -30px;
  margin-right: -30px;
  padding: 0px;
}
.page-wrapper .nav-tabs li {
  margin-right: 0px;
  margin-bottom: 00px;
}
.page-wrapper .nav-tabs li a {
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 15px 15px;
  background: transparent;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  margin-right: 0px;
}
.page-wrapper .nav-tabs li a:focus,
.page-wrapper .nav-tabs li a:hover {
  border-color: transparent;
  background: rgba(20, 41, 52, 0.08);
}
.page-wrapper .nav-tabs li.active a {
  background: transparent;
  border-color: transparent;
  background: rgba(20, 41, 52, 0.12);
  font-weight: 600;
}
.page-wrapper .nav-tabs li.active a:focus,
.page-wrapper .nav-tabs li.active a:hover {
  border-color: transparent;
  background: rgba(20, 41, 52, 0.12);
}
.page {
  display: block;
  text-align: left;
  padding-bottom: 0px;
}
.page .container {
  padding-bottom: 25px;
  padding-top: 25px;
  position: relative;
  margin-left: 0;
}
.page .title .container,
.page .page-title .container {
  padding-bottom: 0px;
  padding-top: 0px;
}
.page h2,
.page h3 {
  color: #142934;
  text-transform: none;
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 12px;
}
.page h4 {
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
}
.page .value {
  font-weight: 600;
}
.page .big-value {
  font-weight: 700;
}
.page .modal-header h2,
.page .modal-header h3,
.page .modal-header h4 {
  text-transform: capitalize;
}
.page .page-nav .container {
  max-width: none !important;
  width: auto !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.page .list-unstyled,
.page ul.unstyled,
.page ol.unstyled {
  padding-left: 0;
  margin-left: 0;
  margin-top: 8px;
  list-style: none;
}
.page .list-unstyled.spaced li,
.page ul.unstyled.spaced li,
.page ol.unstyled.spaced li {
  margin-bottom: 6px;
}
.page .list-unstyled.ellipsis li,
.page ul.unstyled.ellipsis li,
.page ol.unstyled.ellipsis li {
  font-weight: 600;
}
.page .list-unstyled.highlight,
.page ul.unstyled.highlight,
.page ol.unstyled.highlight {
  background-color: transparent;
}
.page .list-unstyled.nopadding,
.page ul.unstyled.nopadding,
.page ol.unstyled.nopadding {
  padding-left: 0;
}
.page-nav,
.page-subtitle {
  border-bottom: 1px solid rgba(20, 41, 52, 0.17);
  position: relative;
  z-index: 10;
}
.page-nav:after,
.page-subtitle:after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  bottom: -2px;
  left: 0;
  background: rgba(20, 41, 52, 0.12);
  z-index: 10;
}
.page-nav .container,
.page-subtitle .container {
  background: #fff;
  padding-top: 4px;
  padding-bottom: 0px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 6px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.page-nav .title-project-code,
.page-subtitle .title-project-code {
  float: left;
  display: inline-block;
  padding: 13px 0px;
  margin-top: 17px;
  font-size: 22px;
  font-weight: 600;
  margin-right: 30px;
  position: relative;
  z-index: 10;
  display: none;
}
.page-nav .title-project-code:after,
.page-subtitle .title-project-code:after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  bottom: -2px;
  left: 0;
  background: #1fb25a;
}
.page-nav ul,
.page-subtitle ul {
  list-style-type: none;
  padding-left: 0;
  float: left;
  display: inline-block;
  margin-bottom: 0;
  margin-top: 14px;
}
.page-nav ul li,
.page-subtitle ul li {
  float: left;
  display: inline-block;
  padding: 10px 0px;
  padding-top: 8px;
  margin-right: 10px;
}
.page-nav ul li a,
.page-subtitle ul li a {
  font-size: 12px;
  color: #777d84;
  text-transform: uppercase;
}
.page-nav ul li:first-child,
.page-subtitle ul li:first-child {
  border: none;
  margin-left: 0;
}
.page-nav ul li.active,
.page-subtitle ul li.active {
  position: relative;
  z-index: 10;
}
.page-nav ul li.active a,
.page-subtitle ul li.active a {
  color: #142934;
  font-weight: 600;
}
.page-nav ul li.active:after,
.page-subtitle ul li.active:after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  bottom: 0px;
  left: 0;
  background: #1fb25a;
}
.page-nav ul li.privacy-warning,
.page-subtitle ul li.privacy-warning {
  position: relative;
  z-index: 10;
}
.page-nav ul li.privacy-warning a,
.page-subtitle ul li.privacy-warning a {
  color: #c52033;
  font-weight: 800;
}
.page-nav ul li.half-active a,
.page-subtitle ul li.half-active a {
  color: #142934;
  font-weight: 600;
}
.page-white-bg {
  background: white;
}
.alt-bg {
  background: #F0F0F0;
}
.page-alt-bg {
  border-bottom: 1px solid rgba(20, 41, 52, 0.17);
  position: relative;
  background: #F0F0F0;
  z-index: 1;
}
.page-alt-bg:after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  bottom: -2px;
  left: 0;
  background: rgba(20, 41, 52, 0.12);
  z-index: 10;
}
.page-window {
  border: none;
  background: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 15px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1);
}
.page-window input,
.page-window textarea {
  background-color: #FFF;
}
.page-block {
  border: none;
  background: white;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 15px 0px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1);
}
.page-block.nopadding {
  padding: 0 !important;
}
.page-block .page-block-heading {
  border-bottom: 1px solid rgba(20, 41, 52, 0.21);
  padding: 15px 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: -15px;
  font-weight: 600;
}
.page-block .page-wrapper .tab-content .tab-pane {
  padding-left: 0;
  padding-right: 0;
}
.page-block-message {
  max-width: 800px;
  padding-top: 0;
  margin: 0 auto;
}
.page-block-message .block-message-body {
  padding-top: 20px;
}
.page-block-message .block-message-body p.large {
  font-size: 16px;
}
.page-block-message .highlighted-value {
  display: block;
  font-weight: 600;
  font-size: 20px;
}
.page-block-message .block-message-footer {
  padding-top: 20px;
  padding-bottom: 20px;
}
.page-block-message .block-message-footer a.btn {
  margin-left: 7px;
  margin-right: 7px;
}
.page .tab-content > div {
  position: relative;
  width: 100%;
}
@media (min-width: 480px) {
  .page-nav ul li,
  .page-subtitle ul li {
    margin-right: 25px;
    padding: 15px 0px;
  }
  .page-nav ul li a,
  .page-subtitle ul li a {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .page-wrapper .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .page-wrapper .tabbable {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: -35px;
  }
  .page-wrapper .tab-content {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-wrapper .tab-content .tab-pane {
    padding-left: 25px;
    padding-right: 25px;
  }
  .page-wrapper .title .title-heading a,
  .page-wrapper .page-title .title-heading a,
  .page-wrapper .title .title-heading h1,
  .page-wrapper .page-title .title-heading h1,
  .page-wrapper .title .title-heading span,
  .page-wrapper .page-title .title-heading span {
    font-size: 20px;
  }
  .page.page-simple {
    padding-bottom: 120px;
  }
  .page-nav ul,
  .page-subtitle ul {
    margin-top: 7px;
  }
  .page-nav ul li,
  .page-subtitle ul li {
    margin-right: 40px;
    padding: 20px 0px;
  }
  .page-nav ul li a,
  .page-subtitle ul li a {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .page-main-wrap {
    margin-left: 120px;
  }
}
@media (min-width: 1200px) {
  .page-wrapper .page-main-wrap {
    text-align: left;
    margin-left: 120px;
  }
  .page-wrapper .notification .container,
  .page-wrapper .title .container {
    margin-left: 0px;
  }
  .page-wrapper .title .title-heading a,
  .page-wrapper .page-title .title-heading a,
  .page-wrapper .title .title-heading h1,
  .page-wrapper .page-title .title-heading h1,
  .page-wrapper .title .title-heading span,
  .page-wrapper .page-title .title-heading span {
    font-size: 22px;
  }
}
@media (min-width: 1440px) {
  .page-wrapper .container {
    max-width: none;
  }
  .page-wrapper .page {
    width: auto;
    max-width: none;
  }
  .page-wrapper .page.page-estimate .container {
    max-width: none;
  }
  .container-full-width {
    max-width: none !important;
  }
}
.block-alert {
  -webkit-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1);
  color: white;
  padding: 20px 20px;
  background: #2881af;
}
.block-alert p {
  line-height: 170%;
}
.block-alert p a {
  color: #b0c0c7;
}
.block-alert.success {
  background: #1fb25a;
}
.block-alert.warning {
  background: #f29400;
}
.block-alert.error {
  background: #c52033;
}
.block-alert.black {
  background: rgba(33, 38, 45, 0.9);
}
.page-block-form {
  padding-top: 0;
  padding-bottom: 0;
}
.page-block-form-heading {
  background: #A9B9BD;
  padding-top: 10px;
  padding-bottom: 9px;
  border-radius: 3px 3px 0px 0px;
}
.page-block-form-heading h2 {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 24px;
}
.page-block-form-heading.page-block-form-heading-green {
  background: #1fb25a;
}
.page-block-form-heading.page-block-form-heading-blue {
  background: #2881af;
}
.page-block-form-heading.page-block-form-heading-yellow {
  background: #E6B33D;
}
.page-block-form-heading .material-icons {
  top: -1px;
  position: relative;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .page-wrapper .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page > .container .col-lg-1,
.page > .container .col-lg-10,
.page > .container .col-lg-11,
.page > .container .col-lg-12,
.page > .container .col-lg-2,
.page > .container .col-lg-3,
.page > .container .col-lg-4,
.page > .container .col-lg-5,
.page > .container .col-lg-6,
.page > .container .col-lg-7,
.page > .container .col-lg-8,
.page > .container .col-lg-9,
.page > .container .col-md-1,
.page > .container .col-md-10,
.page > .container .col-md-11,
.page > .container .col-md-12,
.page > .container .col-md-2,
.page > .container .col-md-3,
.page > .container .col-md-4,
.page > .container .col-md-5,
.page > .container .col-md-6,
.page > .container .col-md-7,
.page > .container .col-md-8,
.page > .container .col-md-9,
.page > .container .col-sm-1,
.page > .container .col-sm-10,
.page > .container .col-sm-11,
.page > .container .col-sm-12,
.page > .container .col-sm-2,
.page > .container .col-sm-3,
.page > .container .col-sm-4,
.page > .container .col-sm-5,
.page > .container .col-sm-6,
.page > .container .col-sm-7,
.page > .container .col-sm-8,
.page > .container .col-sm-9,
.page > .container .col-xs-1,
.page > .container .col-xs-10,
.page > .container .col-xs-11,
.page > .container .col-xs-12,
.page > .container .col-xs-2,
.page > .container .col-xs-3,
.page > .container .col-xs-4,
.page > .container .col-xs-5,
.page > .container .col-xs-6,
.page > .container .col-xs-7,
.page > .container .col-xs-8,
.page > .container .col-xs-9 {
  margin-bottom: 0px;
}
@media (min-width: 1200px) {
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-wrapper .title .title-nav a.btn-basic,
.page-wrapper .page-title .title-options a.btn-basic {
  margin-bottom: 0;
}
.page-wrapper .title .title-nav .btn-basic,
.page-wrapper .title .title-nav .btn-outline,
.page-wrapper .title .title-nav .btn-action {
  margin-left: 8px;
}
.page-wrapper .page-title .title-nav .btn-basic,
.page-wrapper .page-title .title-nav .btn-outline,
.page-wrapper .page-title .title-nav .btn-action {
  margin-left: 8px;
}
.progress-steps-list {
  text-align: center;
  border-top: 1px solid #D8D8D8;
  margin-top: 15px;
  padding-top: 27px;
}
.progress-steps-list ul.nav-tabs {
  display: inline-block;
  padding-left: 0;
}
.progress-steps-list ul.nav-tabs li {
  display: inline-block;
  float: left;
  min-width: 170px;
  /* .page-wrapper .nav-tabs li.active a:focus, .page-wrapper .nav-tabs li.active a:hover

            */
}
.progress-steps-list ul.nav-tabs li a {
  display: inline-block;
  position: relative;
  background: transparent;
}
.progress-steps-list ul.nav-tabs li a:hover {
  background: transparent;
}
.progress-steps-list ul.nav-tabs li.active a {
  background: transparent;
}
.progress-steps-list ul.nav-tabs li.active a:hover a {
  background: transparent;
}
.progress-steps-list ul.nav-tabs li a.circle {
  width: 34px;
  height: 34px;
  position: relative;
}
.progress-steps-list ul.nav-tabs li a.circle:after {
  content: '';
  display: inline-block;
  width: 109px;
  height: 3px;
  background: #A9B9BD;
  position: absolute;
  top: 16px;
  left: 100%;
  margin-left: 14px;
}
.progress-steps-list ul.nav-tabs li a.circle .icon,
.progress-steps-list ul.nav-tabs li a.circle .num {
  position: absolute;
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  top: 0;
  left: 0;
  line-height: 34px;
  background: #A9B9BD;
}
.progress-steps-list ul.nav-tabs li a.circle .num {
  opacity: 1;
  font-weight: 600;
  color: #fff;
  font-size: 18px;
}
.progress-steps-list ul.nav-tabs li a.circle span.icon {
  opacity: 0;
  position: absolute;
  color: #fff;
}
.progress-steps-list ul.nav-tabs li a.name {
  display: block;
  color: #142934;
}
.progress-steps-list ul.nav-tabs li.active a.circle span.num {
  border: 3px solid #1fb25a;
  line-height: 28px;
  background: transparent;
  color: #1fb25a;
}
.progress-steps-list ul.nav-tabs li.active a.circle span.icon {
  opacity: 0;
}
.progress-steps-list ul.nav-tabs li.done a.circle span.num {
  opacity: 0;
}
.progress-steps-list ul.nav-tabs li.done a.circle span.icon {
  opacity: 1;
  background: #1fb25a;
}
.progress-steps-list ul.nav-tabs li.done a.circle:after {
  background: #1fb25a;
}
.progress-steps-list ul.nav-tabs li.done a.name {
  color: #1fb25a;
}
.progress-steps-list ul.nav-tabs li.done.active a.circle span.num {
  opacity: 0;
}
.progress-steps-list ul.nav-tabs li.done.active a.circle span.icon {
  background: transparent !important;
  border: 3px solid #1fb25a;
  color: #1fb25a;
}
.progress-steps-list ul.nav-tabs li.done.active a.circle span.icon i {
  margin-top: -7px;
}
.progress-steps-list ul.nav-tabs li:last-child a.circle:after {
  display: none;
}
.progress-steps-list ul.nav-tabs li:last-child a.circle span.num {
  opacity: 0;
}
.progress-steps-list ul.nav-tabs li:last-child a.circle span.icon {
  opacity: 1;
}
.progress-steps-list ul.nav-tabs li:last-child a.circle span.icon i {
  font-size: 20px;
  margin-left: 3px;
}
/*
.page-wrapper .nav-tabs li.active a:focus, .page-wrapper .nav-tabs li.active a:hover {
    border-color: transparent;
    background: white;
}*/
/*
.page-wrapper .tab-content {
    padding-left: 0;
    padding-right: 0;
}*/
.page > .page-nav {
  display: none;
}
#tourIW .modal-dialog {
  height: 541px;
  width: 768px;
  border-radius: 6px;
  background: #fff;
}
#tourIW .modal-content {
  height: 100%;
  position: relative;
}
#tourIW .modal-frame {
  height: 100%;
  height: 458px;
  text-align: center;
  background: #fff;
  position: absolute;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.350s, opacity 0.350s linear;
  -webkit-transition: visibility 0s linear 0.350s, opacity 0.350s linear;
  -moz-transition: visibility 0s linear 0.350s, opacity 0.350s linear;
  -o-transition: visibility 0s linear 0.350s, opacity 0.350s linear;
}
#tourIW .modal-frame.visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
#tourIW .modal-frame.hidden {
  opacity: 0;
}
#tourIW h2 {
  display: inline-block;
  font-weight: 700;
  margin-top: 40px;
}
#tourIW h2.green {
  color: #1fb25a;
  margin-bottom: 90px;
  margin-top: 26px;
}
#tourIW #frame-first {
  background: transparent url('/Content/images/modal-tour-planet.jpg') no-repeat center center;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  color: #fff;
  /*visibility: visible;*/
  /*opacity: 1;*/
  height: 100%;
  z-index: 1;
  position: relative;
}
#tourIW #frame-first h2.welcome {
  margin-top: 133px;
  margin-bottom: 30px;
}
#tourIW #frame-first .btn {
  margin-left: 5px;
  margin-right: 5px;
}
#tourIW #frame-first .btn.skip:hover,
#tourIW #frame-first .btn.skip:focus,
#tourIW #frame-first .btn.skip:active {
  color: white;
}
#tourIW ul.dots {
  list-style-type: none;
  padding-left: 0;
  display: inline-block;
}
#tourIW ul.dots li {
  width: 12px;
  height: 12px;
  background: #bdccdf;
  border-radius: 50%;
  display: inline-block;
  margin-left: 7px;
  margin-right: 7px;
  cursor: pointer;
}
#tourIW ul.dots li.active {
  background: #1fb25a;
}
#tourIW p {
  font-size: 18px;
  font-weight: 700;
  margin-top: 35px;
  display: inline-block;
}
#tourIW .frame-content {
  text-align: center;
}
#tourIW .frame-content .image {
  height: 54px;
  margin-top: 8px;
}
#tourIW .frame-foot {
  margin-top: 22px;
  text-align: center;
  position: absolute;
  bottom: 28px;
  width: 100%;
}
#tourIW .frame-foot .btn {
  margin-top: -5px;
  margin-left: 30px;
}
#modalWelcomeIW .modal-backdrop.in {
  -moz-opacity: 0.98;
  -khtml-opacity: 0.98;
  -webkit-opacity: 0.98;
  opacity: 0.98;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=98);
  filter: alpha(opacity=98);
}
#modalWelcomeIW .modal-dialog {
  color: #fff;
  border-radius: 6px;
  min-height: 541px;
}
#modalWelcomeIW .modal-content {
  height: 100%;
  position: relative;
  background: transparent url('/Content/images/modal-tour-earth.jpg') no-repeat center center;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
}
#modalWelcomeIW .logo-iw {
  margin-top: 16px;
  max-width: 150px;
  margin-bottom: 16px;
}
#modalWelcomeIW h2 {
  display: inline-block;
  font-weight: 700;
  margin-top: 60px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
#modalWelcomeIW h2.green {
  color: #1fb25a;
  margin-bottom: 50px;
  margin-top: 10px;
  text-transform: none;
}
#modalWelcomeIW ul {
  list-style-type: none;
  padding-left: 0;
  display: inline-block;
  text-align: left;
}
#modalWelcomeIW ul li {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 28px;
}
#modalWelcomeIW button {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 56px;
  margin-top: 10px;
}
#modalWelcomeStream .modal-dialog,
#modalWelcomeAsk .modal-dialog {
  border-radius: 6px;
  background: white;
  text-align: center;
}
#modalWelcomeStream .modal-content,
#modalWelcomeAsk .modal-content {
  height: 100%;
  position: relative;
}
#modalWelcomeStream .modal-body,
#modalWelcomeAsk .modal-body {
  padding: 0;
  padding-left: 50px;
  padding-right: 50px;
}
#modalWelcomeStream .modal-cover,
#modalWelcomeAsk .modal-cover {
  height: 160px;
  position: relative;
}
#modalWelcomeStream .modal-cover .logo-iw,
#modalWelcomeAsk .modal-cover .logo-iw {
  position: absolute;
  top: 0;
  right: 6px;
  width: 120px;
  height: 80px;
}
#modalWelcomeStream h2,
#modalWelcomeAsk h2 {
  text-transform: uppercase;
  opacity: 0.75;
  font-weight: 700;
  font-size: 16px;
  margin-top: 33px;
  margin-bottom: 17px;
}
#modalWelcomeStream .buttons,
#modalWelcomeAsk .buttons {
  margin-top: 18px;
  margin-bottom: 18px;
}
#modalWelcomeStream .buttons button,
#modalWelcomeAsk .buttons button {
  margin-bottom: 18px;
}
#modalWelcomeStream .modal-cover {
  background: transparent url('/Content/images/modal-tour-stream.jpg') no-repeat center center;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
#modalWelcomeStream .ul-wrap {
  display: inline-block;
  margin-top: 22px;
}
#modalWelcomeStream ul {
  list-style-type: none;
  padding-left: 0;
  display: inline-block;
  text-align: left;
  float: left;
}
#modalWelcomeStream ul li {
  margin-right: 20px;
  margin-left: 20px;
  padding-left: 15px;
  margin-left: 7px;
  position: relative;
}
#modalWelcomeStream ul li:before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 7px;
  height: 7px;
  content: '';
  background: #2881af;
}
#modalWelcomeAsk .modal-cover {
  background: transparent url('/Content/images/modal-tour-ask.jpg') no-repeat center center;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
#modalWelcomeAsk p {
  font-size: 16px;
  font-weight: 700;
  margin-top: 11px;
  margin-bottom: 54px;
}
.introjs-tooltipbuttons {
  display: inline-block;
  width: 100%;
}
.introjs-tooltipbuttons a {
  float: left;
}
.introjs-helperNumberLayer {
  width: 32px;
  height: 32px;
  line-height: 29px;
  font-size: 16px;
  font-family: "Open Sans";
  border: 2px solid white;
  background: #64277e;
  padding: 0;
}
.introjs-tooltiptext {
  text-align: left;
  font-size: 15px;
}
.introjs-tooltiptext h3 {
  font-size: 15px;
  font-weight: bold;
}
.introjs-tooltip {
  padding: 20px;
  padding-bottom: 10px;
}
.introjs-bullets {
  margin: 5px;
  margin-top: 10px;
}
.introjs-bullets ul li {
  margin: 0 4px;
}
.introjs-bullets ul li a {
  width: 12px;
  height: 12px;
}
.introjs-bullets ul li a.active {
  background: #64277e;
}
.introjs-button {
  color: #142934;
  outline: none;
  border: none;
  font-size: 15px !important;
  font-weight: 600;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  background-image: none;
  background: transparent;
  text-shadow: none !important;
  font-family: "Open Sans";
  padding: 7px 18px;
  padding-bottom: 6px;
}
.introjs-button:hover,
.introjs-button:focus,
.introjs-button:active {
  color: #142934;
}
.introjs-prevbutton {
  display: none;
}
.introjs-skipbutton {
  background: transparent !important;
  color: #142934 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.introjs-skipbutton:hover,
.introjs-skipbutton:focus,
.introjs-skipbutton:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.introjs-nextbutton,
.introjs-donebutton {
  float: right !important;
  background: #1fb25a !important;
  color: white !important;
}
.stream-wrapper .introjs-helperNumberLayer {
  background: #2881af;
}
.stream-wrapper .introjs-bullets ul li a.active {
  background: #2881af;
}
@media (min-width: 480px) {
  #modalWelcomeStream h2,
  #modalWelcomeAsk h2,
  #modalWelcomeIW h2 {
    font-size: 20px;
  }
  #modalWelcomeStream h2.green,
  #modalWelcomeAsk h2.green,
  #modalWelcomeIW h2.green {
    font-size: 22px;
  }
  #modalWelcomeIW .logo-iw {
    max-width: 100%;
    margin-bottom: 0px;
  }
  #modalWelcomeIW ul {
    float: right;
  }
  #modalWelcomeIW ul li {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .introjs-tooltip {
    min-width: 300px;
  }
  #modalWelcomeStream .modal-cover,
  #modalWelcomeAsk .modal-cover {
    height: 250px;
  }
  #modalWelcomeIW .modal-content {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 992px) {
  #modalWelcomeStream .modal-dialog,
  #modalWelcomeAsk .modal-dialog,
  #modalWelcomeIW .modal-dialog {
    border-radius: 6px;
    width: 768px;
  }
}
.introjs-button.introjs-disabled {
  display: none;
}
.btn,
button {
  color: #fff;
  outline: none;
  border: none;
  font-size: 13px;
  font-weight: 600;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0px;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  background: #91a7b4;
}
.btn:hover,
button:hover,
.btn:focus,
button:focus,
.btn:active,
button:active {
  color: #fff;
}
.btn.btn-default,
button.btn-default {
  background: #91a7b4;
}
.btn.btn-default:hover,
button.btn-default:hover,
.btn.btn-default:focus,
button.btn-default:focus,
.btn.btn-default:active,
button.btn-default:active {
  background-color: #91a7b4 !important;
}
.btn.btn-default:hover:hover,
button.btn-default:hover:hover,
.btn.btn-default:focus:hover,
button.btn-default:focus:hover,
.btn.btn-default:active:hover,
button.btn-default:active:hover,
.btn.btn-default:hover:focus,
button.btn-default:hover:focus,
.btn.btn-default:focus:focus,
button.btn-default:focus:focus,
.btn.btn-default:active:focus,
button.btn-default:active:focus,
.btn.btn-default:hover:active,
button.btn-default:hover:active,
.btn.btn-default:focus:active,
button.btn-default:focus:active,
.btn.btn-default:active:active,
button.btn-default:active:active {
  background-color: #859dac !important;
}
.btn.active,
button.active,
.btn:active,
button:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.btn.medium,
button.medium {
  padding: 5px 13px;
  font-size: 13px;
}
.btn.small,
button.small {
  padding: 5px 13px;
  padding-bottom: 4px;
  font-size: 12px;
}
.btn.big,
button.big {
  font-size: 17px;
  font-weight: 600;
  padding: 9px 30px;
  padding-bottom: 7px;
}
.btn.btn-xs,
button.btn-xs {
  padding: 3px 8px;
  border: none !important;
}
.btn.small i,
button.small i {
  margin-right: 5px;
  margin-top: -1px;
  margin-left: -3px;
}
.btn.medium i,
button.medium i,
.btn.big i,
button.big i {
  margin-right: 7px;
}
.btn.select,
button.select {
  position: relative;
  background: #2881af;
  padding-right: 30px !important;
  text-align: left;
  min-width: 166px;
}
.btn.select:after,
button.select:after {
  position: absolute;
  width: 11px;
  height: 6px;
  top: 11px;
  right: 8px;
  display: block;
  content: '';
  background: url('/Content/images/icons/btn_select.png');
  background-size: 100%;
}
.btn.list-download,
button.list-download {
  background: transparent;
}
.btn.list-download i,
button.list-download i {
  color: white;
}
.btn.list-remove,
button.list-remove {
  background: transparent;
}
.btn.green,
button.green,
.btn.btn-primary,
button.btn-primary {
  background-color: #1fb25a !important;
}
.btn.green:hover,
button.green:hover,
.btn.btn-primary:hover,
button.btn-primary:hover,
.btn.green:focus,
button.green:focus,
.btn.btn-primary:focus,
button.btn-primary:focus,
.btn.green:active,
button.green:active,
.btn.btn-primary:active,
button.btn-primary:active {
  background-color: #1ca151 !important;
}
.btn.blue,
button.blue,
.btn.btn-info,
button.btn-info {
  background-color: #2881af !important;
  color: #fff;
}
.btn.blue:hover,
button.blue:hover,
.btn.btn-info:hover,
button.btn-info:hover,
.btn.blue:focus,
button.blue:focus,
.btn.btn-info:focus,
button.btn-info:focus,
.btn.blue:active,
button.blue:active,
.btn.btn-info:active,
button.btn-info:active {
  background-color: #24759e !important;
}
.btn.grey,
button.grey {
  background-color: #91a7b4 !important;
}
.btn.grey:hover,
button.grey:hover,
.btn.grey:focus,
button.grey:focus,
.btn.grey:active,
button.grey:active {
  background-color: #859dac !important;
}
.btn.white,
button.white {
  background-color: white !important;
  color: rgba(20, 41, 52, 0.65);
}
.btn.white:hover,
button.white:hover,
.btn.white:focus,
button.white:focus,
.btn.white:active,
button.white:active {
  background-color: #f5f5f5 !important;
}
.btn.white:hover,
button.white:hover,
.btn.white:focus,
button.white:focus,
.btn.white:active,
button.white:active {
  color: rgba(20, 41, 52, 0.65) !important;
  background-color: white !important;
}
.btn.btn-transparent,
button.btn-transparent {
  background-color: transparent !important;
}
.btn.btn-transparent:hover,
button.btn-transparent:hover,
.btn.btn-transparent:focus,
button.btn-transparent:focus,
.btn.btn-transparent:active,
button.btn-transparent:active {
  background-color: transparent !important;
}
.btn.btn-transparent-red,
button.btn-transparent-red {
  color: #c52033;
}
.btn.btn-transparent-red:hover,
button.btn-transparent-red:hover,
.btn.btn-transparent-red:focus,
button.btn-transparent-red:focus,
.btn.btn-transparent-red:active,
button.btn-transparent-red:active {
  color: #c52033;
}
.btn.btn-transparent-default,
button.btn-transparent-default {
  color: rgba(20, 41, 52, 0.85);
}
.btn.btn-transparent-default:hover,
button.btn-transparent-default:hover,
.btn.btn-transparent-default:focus,
button.btn-transparent-default:focus,
.btn.btn-transparent-default:active,
button.btn-transparent-default:active {
  color: rgba(20, 41, 52, 0.85);
}
.btn.btn-transparent-blue,
button.btn-transparent-blue {
  color: rgba(40, 129, 175, 0.85);
}
.btn.btn-transparent-blue:hover,
button.btn-transparent-blue:hover,
.btn.btn-transparent-blue:focus,
button.btn-transparent-blue:focus,
.btn.btn-transparent-blue:active,
button.btn-transparent-blue:active {
  color: rgba(40, 129, 175, 0.85);
}
.btn.btn-transparent-orange,
button.btn-transparent-orange {
  color: rgba(242, 148, 0, 0.85);
}
.btn.btn-transparent-orange:hover,
button.btn-transparent-orange:hover,
.btn.btn-transparent-orange:focus,
button.btn-transparent-orange:focus,
.btn.btn-transparent-orange:active,
button.btn-transparent-orange:active {
  color: rgba(242, 148, 0, 0.85);
}
.btn.remove:hover,
button.remove:hover,
.btn.remove:focus,
button.remove:focus,
.btn.remove:active,
button.remove:active {
  background: #c52033 !important;
}
.btn.remove-transparent:hover i,
button.remove-transparent:hover i,
.btn.remove-transparent:focus i,
button.remove-transparent:focus i,
.btn.remove-transparent:active i,
button.remove-transparent:active i {
  color: #c52033;
}
.btn.btn-danger,
button.btn-danger {
  background: transparent !important;
}
.btn.btn-danger i,
button.btn-danger i {
  color: #c52033;
}
.btn.btn-xs i,
button.btn-xs i {
  margin-top: -1px;
}
.btn.ask,
button.ask {
  background: #64277e;
  background-color: #64277e !important;
}
.btn.ask:hover,
button.ask:hover,
.btn.ask:focus,
button.ask:focus,
.btn.ask:active,
button.ask:active {
  background-color: #58226e !important;
}
.btn.password,
button.password {
  background: transparent !important;
  color: #f29400;
}
.btn.password i,
button.password i {
  color: #f29400;
}
.btn.small-square,
button.small-square {
  padding: 4px 9px;
}
.btn.red,
button.red {
  background-color: #c52033 !important;
}
.btn.red:hover,
button.red:hover,
.btn.red:focus,
button.red:focus,
.btn.red:active,
button.red:active {
  background-color: #b31d2e !important;
}
.btn.orange,
button.orange {
  background-color: #f29400 !important;
}
.btn.orange:hover,
button.orange:hover,
.btn.orange:focus,
button.orange:focus,
.btn.orange:active,
button.orange:active {
  background-color: #de8800 !important;
}
.btn.btn-direct-download,
button.btn-direct-download {
  max-width: 244px;
  padding-left: 42px;
  white-space: normal;
  text-align: left;
  position: relative;
}
.btn.btn-direct-download i,
button.btn-direct-download i {
  position: absolute;
  top: 15px;
  left: 13px;
}
.btn.btn-google-drive-download,
button.btn-google-drive-download {
  background-color: #f8bc36 !important;
  max-width: 228px;
  padding-left: 42px;
  white-space: normal;
  text-align: left;
  position: relative;
}
.btn.btn-google-drive-download:hover,
button.btn-google-drive-download:hover,
.btn.btn-google-drive-download:focus,
button.btn-google-drive-download:focus,
.btn.btn-google-drive-download:active,
button.btn-google-drive-download:active {
  background-color: #f7b522 !important;
}
.btn.btn-google-drive-download i,
button.btn-google-drive-download i {
  position: absolute;
  top: 15px;
  left: 13px;
  width: 18px;
  height: 18px;
}
.btn.btn-circle,
button.btn-circle {
  width: 30px;
  height: 30px;
  border: 2px solid rgba(20, 41, 52, 0.35) !important;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 0;
  background: transparent !important;
  color: #43545D;
}
.btn.btn-circle.circle-longer,
button.btn-circle.circle-longer,
.btn.btn-circle.btn-circle-longer,
button.btn-circle.btn-circle-longer {
  width: auto;
  padding-left: 12px;
  padding-right: 12px;
  line-height: 26px;
}
.btn.btn-circle.btn-circle-transparent-white,
button.btn-circle.btn-circle-transparent-white {
  color: white;
  border: 2px solid white !important;
}
.btn.btn-circle.btn-circle-transparent-white:hover,
button.btn-circle.btn-circle-transparent-white:hover,
.btn.btn-circle.btn-circle-transparent-white:focus,
button.btn-circle.btn-circle-transparent-white:focus,
.btn.btn-circle.btn-circle-transparent-white:active,
button.btn-circle.btn-circle-transparent-white:active {
  color: white !important;
  border: 2px solid white !important;
}
.btn.btn-circle:hover,
button.btn-circle:hover,
.btn.btn-circle:focus,
button.btn-circle:focus,
.btn.btn-circle:active,
button.btn-circle:active {
  color: #43545D !important;
  border: 2px solid rgba(20, 41, 52, 0.65) !important;
  background: transparent !important;
}
.btn.btn-circle.danger:hover,
button.btn-circle.danger:hover,
.btn.btn-circle.danger:focus,
button.btn-circle.danger:focus,
.btn.btn-circle.danger:active,
button.btn-circle.danger:active {
  background: #c52033;
  color: white;
}
.btn.btn-circle.danger:hover i,
button.btn-circle.danger:hover i,
.btn.btn-circle.danger:focus i,
button.btn-circle.danger:focus i,
.btn.btn-circle.danger:active i,
button.btn-circle.danger:active i {
  color: white;
}
.btn.btn-circle i,
button.btn-circle i {
  vertical-align: baseline;
}
.btn.btn-circle .fa-pencil,
button.btn-circle .fa-pencil {
  width: 16px;
  height: 16px;
  padding: 0;
  margin-top: 5px;
  background: url('/Content/images/icons/btn-circle-edit.png');
}
.btn.btn-circle .fa-pencil:before,
button.btn-circle .fa-pencil:before {
  content: '';
}
.btn.btn-circle .fa-trash-o,
button.btn-circle .fa-trash-o,
.btn.btn-circle .i-remove-small,
button.btn-circle .i-remove-small {
  width: 15px;
  height: 15px;
  padding: 0;
  margin-top: 5px;
  background: url('/Content/images/icons/btn-circle-remove.png');
  margin-left: 1px;
}
.btn.btn-circle .fa-trash-o:before,
button.btn-circle .fa-trash-o:before,
.btn.btn-circle .i-remove-small:before,
button.btn-circle .i-remove-small:before {
  content: '';
}
.btn.btn-circle .fa-download,
button.btn-circle .fa-download,
.btn.btn-circle .fa-times,
button.btn-circle .fa-times,
.btn.btn-circle .fa-check,
button.btn-circle .fa-check {
  font-size: 14px;
  margin-top: 6px;
  margin-left: 2px;
}
.btn.btn-circle .fa-download,
button.btn-circle .fa-download {
  width: 14px;
  height: 14px;
  padding: 0;
  margin-top: 5px;
  background: url('/Content/images/icons/download.png');
  margin-left: 1px;
}
.btn.btn-circle .fa-download:before,
button.btn-circle .fa-download:before {
  content: '';
}
.mini-buttons-wrap {
  text-align: right;
}
.mini-buttons-wrap a {
  margin-right: 5px;
}
.mini-buttons-wrap a.last-child {
  margin-right: 0px;
}
.mini-buttons-vertical-wrap a {
  margin-bottom: 5px;
}
.mini-buttons-vertical-wrap a.last-child {
  margin-bottom: 0px;
}
td.button-cell,
th.button-cell {
  text-align: right;
}
.fa-lg {
  font-size: 1.5em;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.blue-link-button {
  color: #2881af;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.blue-link-button:hover {
  color: #2881af;
}
.btn.input-followed,
button.input-followed {
  margin-top: -4px;
}
@media (min-width: 768px) {
  .btn.very-large,
  button.very-large {
    font-size: 22px;
    padding: 16px 40px;
    padding-bottom: 14px;
  }
}
@media (min-width: 992px) {
  .btn.medium,
  button.medium {
    padding: 7px 16px;
    font-size: 14px;
  }
  .btn.select:after,
  button.select:after {
    top: 14px;
  }
}
/*
	2.0
*/
.btn-basic,
.btn-outline,
.btn-action {
  text-align: center;
  display: inline-block;
  color: #fff;
  outline: none;
  border: none;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 600;
  background: #6B8CA7;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  letter-spacing: 0px;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.btn-basic:hover,
.btn-outline:hover,
.btn-action:hover {
  background: #53728c;
  color: white;
}
.btn-basic.btn-small,
.btn-outline.btn-small,
.btn-action.btn-small {
  padding: 5px 10px;
}
.btn-basic.btn-medium,
.btn-outline.btn-medium,
.btn-action.btn-medium {
  padding: 8px 10px;
  font-size: 14px;
  min-width: 112px;
}
.btn-basic.btn-huge,
.btn-outline.btn-huge,
.btn-action.btn-huge {
  padding: 11px 10px;
  font-size: 15px;
  min-width: 140px;
}
.btn-basic.btn-green,
.btn-outline.btn-green,
.btn-action.btn-green,
.btn-basic.btn-primary,
.btn-outline.btn-primary,
.btn-action.btn-primary {
  background-color: #1fb25a !important;
}
.btn-basic.btn-green:hover,
.btn-outline.btn-green:hover,
.btn-action.btn-green:hover,
.btn-basic.btn-primary:hover,
.btn-outline.btn-primary:hover,
.btn-action.btn-primary:hover,
.btn-basic.btn-green:focus,
.btn-outline.btn-green:focus,
.btn-action.btn-green:focus,
.btn-basic.btn-primary:focus,
.btn-outline.btn-primary:focus,
.btn-action.btn-primary:focus,
.btn-basic.btn-green:active,
.btn-outline.btn-green:active,
.btn-action.btn-green:active,
.btn-basic.btn-primary:active,
.btn-outline.btn-primary:active,
.btn-action.btn-primary:active {
  background-color: #1ca151 !important;
}
.btn-basic.btn-blue,
.btn-outline.btn-blue,
.btn-action.btn-blue,
.btn-basic.btn-info,
.btn-outline.btn-info,
.btn-action.btn-info {
  background-color: #2881af !important;
  color: #fff;
}
.btn-basic.btn-blue:hover,
.btn-outline.btn-blue:hover,
.btn-action.btn-blue:hover,
.btn-basic.btn-info:hover,
.btn-outline.btn-info:hover,
.btn-action.btn-info:hover,
.btn-basic.btn-blue:focus,
.btn-outline.btn-blue:focus,
.btn-action.btn-blue:focus,
.btn-basic.btn-info:focus,
.btn-outline.btn-info:focus,
.btn-action.btn-info:focus,
.btn-basic.btn-blue:active,
.btn-outline.btn-blue:active,
.btn-action.btn-blue:active,
.btn-basic.btn-info:active,
.btn-outline.btn-info:active,
.btn-action.btn-info:active {
  background-color: #24759e !important;
}
.btn-basic.btn-grey,
.btn-outline.btn-grey,
.btn-action.btn-grey {
  background-color: #959595 !important;
  color: #fff;
}
.btn-basic.btn-grey:hover,
.btn-outline.btn-grey:hover,
.btn-action.btn-grey:hover,
.btn-basic.btn-grey:focus,
.btn-outline.btn-grey:focus,
.btn-action.btn-grey:focus,
.btn-basic.btn-grey:active,
.btn-outline.btn-grey:active,
.btn-action.btn-grey:active {
  background-color: #8b8b8b !important;
}
.btn-basic.btn-red,
.btn-outline.btn-red,
.btn-action.btn-red,
.btn-basic.btn-danger,
.btn-outline.btn-danger,
.btn-action.btn-danger {
  background-color: #c52033 !important;
  color: #fff;
}
.btn-basic.btn-red:hover,
.btn-outline.btn-red:hover,
.btn-action.btn-red:hover,
.btn-basic.btn-danger:hover,
.btn-outline.btn-danger:hover,
.btn-action.btn-danger:hover,
.btn-basic.btn-red:focus,
.btn-outline.btn-red:focus,
.btn-action.btn-red:focus,
.btn-basic.btn-danger:focus,
.btn-outline.btn-danger:focus,
.btn-action.btn-danger:focus,
.btn-basic.btn-red:active,
.btn-outline.btn-red:active,
.btn-action.btn-red:active,
.btn-basic.btn-danger:active,
.btn-outline.btn-danger:active,
.btn-action.btn-danger:active {
  background-color: #b31d2e !important;
}
.btn-basic.btn-remove,
.btn-outline.btn-remove,
.btn-action.btn-remove {
  background-color: #959595 !important;
  background-color: #c52033 !important;
  color: #fff;
}
.btn-basic.btn-remove:hover,
.btn-outline.btn-remove:hover,
.btn-action.btn-remove:hover,
.btn-basic.btn-remove:focus,
.btn-outline.btn-remove:focus,
.btn-action.btn-remove:focus,
.btn-basic.btn-remove:active,
.btn-outline.btn-remove:active,
.btn-action.btn-remove:active {
  background-color: #b31d2e !important;
}
.btn-basic.btn-faded,
.btn-outline.btn-faded,
.btn-action.btn-faded {
  opacity: 0.5;
}
.btn-outline {
  border: 2px solid #6B8CA7;
  background: transparent;
  border: 1px solid #6B8CA7;
  color: #6B8CA7;
}
.btn-outline:hover {
  color: #4a657c;
  border: 1px solid #4a657c;
  background: transparent;
}
.btn-outline.green {
  border: 1px solid green;
  color: green;
}
.btn-outline.green:hover {
  color: #003400;
  border: 1px solid #003400;
  background: transparent;
}
.btn-action-icon {
  background-color: rgba(0, 0, 0, 0.1);
  margin-right: 8px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  height: 100%;
}
.btn-action-icon .fa-fw {
  font-size: 17px;
}
.btn-basic:hover,
.btn-action:hover {
  color: #fff;
}
.btn-action.btn-small {
  padding-left: 36px;
}
.btn-action.btn-small .btn-action-icon {
  line-height: 23px;
  width: 27px;
}
.btn-action.btn-small .btn-action-icon i {
  font-size: 14px;
}
.btn-action.btn-medium {
  padding-left: 45px;
}
.btn-action.btn-medium .btn-action-icon {
  line-height: 31px;
  width: 36px;
}
.btn-action.btn-huge {
  padding-left: 55px;
}
.btn-action.btn-huge .btn-action-icon {
  line-height: 41px;
  width: 44px;
}
.btn-basic {
  margin-bottom: 5px;
}
.service-buttons {
  text-align: center;
  display: table;
  padding-left: 20px;
  padding-right: 20px;
  height: 100%;
  margin-top: 32px;
  width: 100%;
}
.service-buttons.long-buttons .service-btn {
  min-height: 344px;
}
.service-buttons .service-column {
  vertical-align: top;
  display: inline-block;
}
.service-buttons .service-btn {
  margin: 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 254px;
  height: 100%;
  padding-top: 20px;
  padding: 25px;
  position: relative;
  cursor: pointer;
  background: #eee;
  margin-bottom: 50px;
}
.service-buttons .service-btn:after {
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #D6D6D6;
  width: 40px;
  height: 40px;
  background-image: url('http://beta.tc6.idioma.com/Areas/ClientArea/Content/images/icons/checkbox-tick.svg');
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: 9px 9px;
  left: 0;
  bottom: 50%;
  margin-bottom: -22px;
  margin-left: -22px;
  content: '';
  display: inline-block;
}
.service-buttons .service-btn.selected {
  border: 3px solid #679731;
  background: white;
}
.service-buttons .service-btn.selected a.btn {
  background-color: #679731;
}
.service-buttons .service-btn.selected:hover {
  background: white;
}
.service-buttons .service-btn.selected:after {
  background-color: #679731;
}
.service-buttons .service-btn:hover {
  background: #eee;
}
.service-buttons .service-btn .bottom-part {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
}
.service-buttons .service-btn.service-disabled {
  background: #E3E3E3;
  border-color: #E3E3E3;
  opacity: 0.8;
}
.service-buttons .service-btn.service-disabled:after {
  display: none;
}
.service-buttons .service-btn.service-disabled:hover {
  background: #E3E3E3;
}
.service-buttons .bottom-part {
  margin-top: 10px;
}
.service-buttons h4 {
  font-weight: 600;
  text-transform: uppercase;
}
.service-buttons p {
  font-size: 13px;
  margin-top: 10px;
  display: inline-block;
  margin-bottom: 13px;
  margin-top: 0px;
}
.service-buttons ul {
  text-align: left;
  display: inline-block;
  padding-left: 16px;
  font-size: 13px;
}
.service-buttons hr {
  max-width: 60px;
}
@media (min-width: 996px) {
  .service-buttons .service-column {
    display: table-cell;
    height: 100%;
  }
  .service-buttons .service-btn:after {
    bottom: 0;
    left: 50%;
    margin-left: -22px;
    margin-bottom: -22px;
  }
}
.calendars {
  width: 100%;
}
.calendar {
  max-width: 300px;
  display: block;
  float: none;
}
.calendar .month-heading {
  background-color: #2881af;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin-bottom: 5px;
  font-size: 15px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.calendar table {
  width: 100%;
  background: #fff;
  border-spacing: 10px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 140%;
}
.calendar table tr th {
  text-align: right;
  color: #777d84;
  font-size: 14px;
  font-weight: 400;
  padding-top: 5px;
  padding-bottom: 5px;
}
.calendar table tr th:first-child {
  padding-left: 10px;
}
.calendar table tr th:last-child {
  padding-right: 10px;
}
.calendar table tr td {
  width: 14.28%;
  font-size: 12px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.calendar table tr td div {
  margin-left: 5px;
}
.calendar table tr td div span {
  width: 100%;
  padding-left: 5px;
  display: block;
}
.calendar table tr td.weekend {
  color: #777d84;
}
.calendar table tr td.day {
  font-weight: 600;
  text-align: right;
}
.calendar table tr td.in-interval.normal div {
  background-color: #2881af;
  margin: 0px;
  padding-right: 5px;
}
.calendar table tr td.in-interval.normal div span {
  color: white;
}
.calendar table tr td.in-interval.normal.first div {
  margin-right: 0px;
  margin-left: 5px;
  padding-right: 5px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.calendar table tr td.in-interval.normal.first div span {
  padding-right: 5px;
}
.calendar table tr td.in-interval.normal.last div {
  margin-left: 0px;
  padding-left: 5px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.calendar table tr td.in-interval.normal.last div span {
  padding-left: 5px;
}
.calendar table tr td.in-interval.normal.last.first div {
  margin-left: 5px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.calendar table tr td.in-interval.weekend div {
  background-color: #dde4ec;
  margin: 0px;
  padding-right: 5px;
}
.calendar table tr td.current div {
  background-color: #dedede;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-left: 10px;
}
.calendar table tr td.current div span {
  padding: 1px 5px;
}
.calendar table tr td.has-events div {
  margin-left: -3px;
}
.calendar table tr td.has-events div span {
  padding-left: 0;
}
.calendar table tr td.has-events .badge {
  padding: 2px 2px;
  font-size: 10px;
  font-weight: normal;
  line-height: 8px;
  min-width: 0;
  vertical-align: top;
  margin-top: 2px;
  margin-left: -2px;
}
.calendar table tr td.has-events .badge:first-child {
  margin-left: 9px;
}
.calendar table tr td:first-child div {
  margin-left: 10px !important;
}
.calendar table tr td:last-child div {
  margin-right: 10px !important;
  padding-right: 0px !important;
}
.calendar table tr:last-child td {
  height: 5px;
  content: '';
}
.calendar-sep-simple {
  display: inline-block;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  content: '';
  width: 22px;
  height: 1px;
}
.calendar-sep {
  display: inline-block;
  float: none;
}
.calendar-sep .dots {
  background: transparent url('/Content/images/icons/calendar_sep_dots.png') no-repeat center center;
  display: block;
  width: 22px;
  height: 28px;
  margin-left: 140px;
}
@media (min-width: 768px) {
  .calendar {
    display: inline-block;
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .calendar-sep {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
  }
  .calendar-sep .dots {
    margin-left: 0;
  }
  .calendar-sep .weeks {
    background: #F0F0F0;
    padding-left: 4px;
    padding-right: 4px;
    display: inline-block;
    margin-top: 5px;
    padding-top: 28px;
    padding-bottom: 8px;
  }
  .calendar-sep .weeks .week {
    width: 10px;
    height: 19px;
    background: #2881af;
    margin-top: 4px;
    display: block;
  }
}
@media (min-width: 768px) {
  .calendar table tr td {
    font-size: 15px;
  }
}
.ui-widget {
  background: #fff;
  border: none;
}
.ui-datepicker {
  padding: 0;
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
}
.ui-datepicker-header {
  border: none;
  background: transparent;
  font-weight: normal;
  font-size: 15px;
  background: #A9B9BD;
}
.ui-datepicker-header .ui-state-hover {
  background: transparent;
  border-color: transparent;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-title {
  margin-top: .4em;
  margin-bottom: .3em;
  color: #e9f0f4;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  top: .9em;
  border: none;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  margin-top: 0;
  top: 0;
  font-weight: normal;
}
.ui-datepicker .ui-datepicker-prev span {
  background-position: -96px 0;
}
.ui-datepicker table {
  margin: 0;
  font-size: 12px;
}
.ui-datepicker th {
  padding: 1em 0;
  color: #ccc;
  font-size: 13px;
  font-weight: normal;
  border: none;
}
.ui-datepicker td {
  border: none;
  padding: 0;
}
td .ui-state-default {
  background: transparent;
  border: none;
  text-align: center;
  padding: .5em;
  margin: 0;
  font-weight: normal;
  color: #efefef;
  font-size: 16px;
}
.ui-state-disabled {
  opacity: 1;
}
td .ui-state-active,
td .ui-state-hover {
  background: #2e3641;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: none;
  border: none;
}
td .ui-state-default {
  font-size: 14px;
  padding: 5px;
}
.ui-datepicker th {
  padding: 5px;
  color: #142934;
}
.ui-datepicker td span,
.ui-datepicker td a {
  padding: 5px;
}
.ui-datepicker th {
  text-align: right;
}
input[type="checkbox"] {
  display: none !important;
}
input[type="checkbox"]:checked + label span {
  background-position: 0px 23px;
}
input[type="checkbox"]:checked + label span.big {
  background-position: 0px 30px;
}
input[type="checkbox"]:disabled {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
input[type="checkbox"]:disabled + label span {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
input[type="checkbox"] + label {
  font-weight: 400;
  display: table;
  cursor: pointer;
  position: relative;
  padding-left: 32px;
}
input[type="checkbox"] + label span {
  display: inline-block;
  margin-top: -2px;
  margin-right: 10px;
  vertical-align: middle;
  width: 23px;
  height: 23px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: url('/Content/images/icons/checkbox.png');
  background-position: 0px 0px;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
input[type="checkbox"] + label span.big {
  width: 30px;
  height: 30px;
}
.flash-message,
.page-message {
  background: #2881af;
}
.flash-message p,
.page-message p {
  color: white;
  line-height: 170%;
}
.flash-message p a,
.page-message p a {
  color: #b0c0c7;
}
.flash-message.success,
.page-message.success,
.flash-message.message-success,
.page-message.message-success {
  background: #1fb25a;
}
.flash-message.warning,
.page-message.warning,
.flash-message.message-warning,
.page-message.message-warning {
  background: #f29400;
}
.flash-message.error,
.page-message.error,
.flash-message.message-error,
.page-message.message-error {
  background: #c52033;
}
.flash-message.black,
.page-message.black,
.flash-message.message-black,
.page-message.message-black {
  background: rgba(33, 38, 45, 0.9);
}
.page-message {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 20px;
}
.page-message .container {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.flash-messages,
.page-messages {
  margin-left: 20px;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.flash-messages .flash-message,
.page-messages .flash-message {
  margin-left: 0px;
}
.flash-messages.full-width-page,
.page-messages.full-width-page {
  margin-left: 0;
}
.flash-messages.full-width-page .flash-message,
.page-messages.full-width-page .flash-message {
  text-align: center;
}
#notifications-modal .modal-content {
  background: transparent;
}
@media (min-width: 992px) {
  .flash-messages,
  .page-messages {
    margin-left: 120px;
  }
  .flash-messages .flash-message,
  .page-messages .flash-message,
  .flash-messages .page-message,
  .page-messages .page-message {
    text-align: left;
  }
  .flash-messages .flash-message p,
  .page-messages .flash-message p,
  .flash-messages .page-message p,
  .page-messages .page-message p {
    margin-bottom: 0;
  }
  .flash-messages .container,
  .page-messages .container {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 0;
    width: auto;
  }
  .flash-messages .close-message,
  .page-messages .close-message {
    float: right;
  }
  .flash-messages.login-page .container,
  .page-messages.login-page .container {
    width: 1170px;
  }
  .page-messages {
    margin-left: 20px;
    margin-right: 20px;
  }
  .page-messages .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.form-row {
  margin-bottom: 10px;
  /*&.sep {
        display: block;
        margin-bottom: 0;
        margin-top: 3px;
        height: 16px;

        span {
            margin-top: 0px;
            height: 1px;
            border-bottom: 1px solid @borderColor;
            display: block;
            content: '';
            width: 100%;
        }
    }*/
}
.form-row label {
  font-weight: 400;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: 1px;
}
input.form-error {
  border: 1px solid #c52033;
}
p.form-element-error {
  margin-top: 2px;
  display: inline-block;
  color: #c52033;
  font-size: 13px;
  float: right;
  text-align: right;
  clear: both;
}
.form-messages ul {
  list-styl-type: none;
  padding-left: 0;
}
.form-messages ul li {
  color: #c52033;
  font-size: 13px;
  margin-top: 2px;
}
form .newsletter label {
  font-size: 13px;
}
.help-inline {
  color: #f29400;
  font-weight: 600;
  margin-left: 5px;
}
.buttons-radio .btn {
  background: #91a7b4;
  margin-right: 4px;
}
.custom-switch-slider input {
  position: absolute;
  left: -9999px;
}
.custom-switch-slider label {
  position: relative;
  display: block;
  width: 80px;
  height: 30px;
  cursor: pointer;
  border-radius: 15px;
  transition: 200ms;
  background: #cfdcea;
}
.custom-switch-slider label::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  top: 5px;
  left: 5px;
  border-radius: 50%;
  transition: all 200ms ease-in-out;
  background: green;
}
.custom-switch-slider input:checked + label::after {
  top: 5px;
  left: 55px;
  background: green;
}
@media (min-width: 768px) {
  .drop-area {
    padding: 12px 10px;
    font-size: 13px;
  }
  .drop-area.drop-area-medium {
    height: 118px;
  }
}
/*
	2.0
*/
.btn-basic-group .dropdown-menu {
  border: none;
  -webkit-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.25);
}
.page-block .form-horizontal .control-label {
  text-align: left;
}
.page-block .form-control:focus {
  outline: none !important;
  border: 1px solid #6B8CA7;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.page-block .form-horizontal .form-group {
  margin-right: -20px;
  margin-left: -20px;
  margin-bottom: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #D8D8D8;
  min-height: 47px;
}
.page-block .form-horizontal .form-group:last-child {
  border-bottom: 1px;
}
.page-block .form-control {
  color: #142934;
}
.page-block .form-control:focus {
  border: none;
}
.page-block .form-group.has-error {
  background: #f4bdc3;
}
.page-block .control-label {
  font-weight: 400;
  width: 100%;
  padding-top: 7px;
  position: relative;
}
.page-block .control-label:after {
  position: absolute;
  top: 4px;
  right: -20px;
  height: 100%;
  width: 1px;
  background: #D8D8D8;
  display: inline-block;
  content: '';
}
.page-block .control-label .label-badge {
  display: inline-block;
  padding: 1px 4px;
  font-size: 11px;
  font-weight: 700;
  border-radius: 3px;
  margin-left: 4px;
}
.page-block .control-label .label-badge.label-badge-red {
  color: #fff;
  background: #c52033;
}
select.form-control {
  max-width: none;
  font-weight: 600;
}
.select-field {
  border: none;
  box-shadow: none;
  padding: 6px 0px;
}
.select-field:hover {
  cursor: pointer;
}
.select-field:hover {
  background: #fcfcfc;
}
.select-field:hover .input-field,
.select-field:hover .select-field {
  background: #fcfcfc;
}
.selectize-control {
  padding: 0;
}
.selectize-input {
  border: none;
  padding: 6px 0px;
  box-shadow: none;
  font-weight: 600;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 8px 20px;
}
.selectize-dropdown-content {
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
  margin-left: -20px;
  margin-right: -20px;
  background: #E9ECF1;
}
.selectize-dropdown-content > div {
  border-bottom: 1px solid #D8D8D8;
  background: #eee;
}
.selectize-dropdown-content > div:hover,
.selectize-dropdown-content > div.active {
  background: #e4e4e4;
}
.selectize-input.focus {
  box-shadow: none;
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  background: white;
}
.input-field {
  border: none !important;
  box-shadow: none;
  font-weight: 600;
  padding: 6px 0px;
}
.hint {
  left: 0;
  background: #3a4048;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  visibility: hidden;
  padding: 9px 11px;
  padding-bottom: 7px;
  font-size: 12px;
  z-index: 1000;
  min-width: 160px;
  -webkit-transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
  -webkit-box-shadow: 0px 2px 1px rgba(166, 166, 166, 0.7);
  -moz-box-shadow: 0px 2px 1px rgba(166, 166, 166, 0.7);
  box-shadow: 0px 2px 1px rgba(166, 166, 166, 0.7);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  text-align: left;
  display: none;
}
.hint.small {
  min-width: initial !important;
}
.hint.small p {
  white-space: nowrap;
}
.hint.medium {
  min-width: 200px;
}
.hint:after {
  position: absolute;
  content: '';
  background-size: 100% !important;
  width: 17px;
  height: 9px;
}
.hint p {
  font-size: 12px !important;
  margin-bottom: 0 !important;
  text-transform: none !important;
  color: #fff !important;
  text-align: left !important;
  font-weight: normal !important;
  font-style: normal;
}
.hint p.uppercase {
  text-transform: uppercase;
}
.hint p strong {
  font-weight: bold !important;
}
.hint.down {
  margin-top: 10px;
}
.hint.down:after {
  top: -9px;
  left: 12px;
  background: url('/Content/images/icons/tooltip_anchor_up.png');
}
.hint.up:after {
  bottom: -9px;
  left: 12px;
  background: url('/Content/images/icons/tooltip_anchor_down.png');
}
.hint.left:after {
  bottom: -9px;
  left: 12px;
  background: url('/Content/images/icons/tooltip_anchor_right.png');
}
.tooltip.top .tooltip-inner {
  background-color: #3a4048;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #3a4048;
}
.tooltip.right .tooltip-inner {
  background-color: #3a4048;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #3a4048;
}
.tooltip.bottom .tooltip-inner {
  background-color: #3a4048;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #3a4048;
}
.tooltip.left .tooltip-inner {
  background-color: #3a4048;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #3a4048;
}
@media (min-width: 992px) {
  .hint {
    display: inline-block;
  }
  .has-hint {
    position: relative;
  }
  .has-hint:hover .hint,
  .has-hint:focus .hint,
  .has-hint:active .hint {
    display: block;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    visibility: visible;
  }
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}
i {
  display: inline-block;
  background-size: 100% !important;
  vertical-align: middle;
}
i.i-close-up-grey {
  width: 32px;
  height: 32px;
  background: url('/Content/images/icons/close_up_grey.png');
}
i.i-close-right-grey {
  width: 32px;
  height: 32px;
  background: url('/Content/images/icons/close_right_grey.png');
}
i.i-close-right-darkblue {
  width: 32px;
  height: 32px;
  background: url('/Content/images/icons/close_right_darkblue.png');
}
i.i-close-stream-help {
  width: 18px;
  height: 18px;
  background: url('/Content/images/icons/close-stream-help.png');
}
i.i-li-alert {
  width: 7px;
  height: 7px;
  background: url('/Content/images/icons/li_alert.png');
  margin-right: 5px;
  margin-top: -2px;
}
i.i-li-error {
  width: 7px;
  height: 7px;
  background: url('/Content/images/icons/li_error.png');
  margin-right: 5px;
  margin-top: -2px;
}
i.i-li-warning {
  width: 7px;
  height: 7px;
  background: url('/Content/images/icons/li_alert.png');
  margin-right: 5px;
  margin-top: -2px;
}
i.i-back {
  width: 10px;
  height: 16px;
  background: url('/Content/images/icons/back.png');
}
i.i-btn-add-small {
  width: 11px;
  height: 11px;
  background: url('/Content/images/icons/btn_add_small.png');
  margin-right: 8px;
}
i.i-btn-add-medium {
  width: 11px;
  height: 11px;
  background: url('/Content/images/icons/btn_add_small.png');
  margin-right: 10px;
}
i.i-btn-browse-medium {
  width: 13px;
  height: 10px;
  background: url('/Content/images/icons/btn_browse_medium.png');
  margin-right: 10px;
}
i.i-btn-edit-small {
  width: 15px;
  height: 15px;
  background: url('/Content/images/icons/btn_edit_small.png');
}
i.i-btn-select {
  width: 11px;
  height: 6px;
  background: url('/Content/images/icons/btn_select.png');
}
i.i-edit-darkblue {
  width: 12px;
  height: 12px;
  background: url('/Content/images/icons/edit_darkblue.png');
}
i.i-edit {
  width: 12px;
  height: 12px;
  background: url('/Content/images/icons/edit.png');
}
i.i-logout {
  width: 23px;
  height: 21px;
  background: url('/Content/images/icons/logout.png');
}
i.i-navbar-active-bg-blue {
  width: 9px;
  height: 5px;
  background: url('/Content/images/icons/navbar_active_bg_blue.png');
}
i.i-pdf {
  width: 30px;
  height: 35px;
  background: url('/Content/images/icons/pdf.png');
  margin-right: 7px;
  vertical-align: middle;
  margin-top: -2px;
}
i.i-remove-small {
  width: 11px;
  height: 11px;
  background: url('/Content/images/icons/remove_small.png');
}
i.i-remove {
  width: 22px;
  height: 22px;
  background: url('/Content/images/icons/remove_small.png');
}
i.i-close-notification {
  width: 24px;
  height: 24px;
  background: url('/Content/images/icons/notification-close-white.png');
}
i.i-sidenav-estimate {
  width: 30px;
  height: 90px;
  background: url('/Content/images/icons/sidenav_estimate.png');
}
i.i-sidenav-services {
  width: 30px;
  height: 90px;
  background: url('/Content/images/icons/sidenav_services.png');
}
i.i-sidenav-privacy {
  width: 30px;
  height: 90px;
  background: url('/Content/images/icons/privacy.png');
}
i.i-sidenav-invoicing {
  width: 30px;
  height: 90px;
  background: url('/Content/images/icons/sidenav_invoicing.png');
}
i.i-sidenav-profile {
  width: 30px;
  height: 90px;
  background: url('/Content/images/icons/sidenav_profile.png');
}
i.i-sidenav-projects {
  width: 30px;
  height: 90px;
  background: url('/Content/images/icons/sidenav_projects.png');
}
i.i-sidenav-campaigns {
  width: 30px;
  height: 90px;
  background: url('/Content/images/icons/sidenav_campaigns.png');
}
i.i-stream-estimate {
  width: 30px;
  height: 26px;
  background: url('/Content/images/icons/stream_estimate.png');
}
i.i-tick-medium {
  width: 26px;
  height: 20px;
  background: url('/Content/images/icons/tick_medium.png');
}
i.i-tick-small-green {
  width: 25px;
  height: 12px;
  background: url('/Content/images/icons/tick_small_green.png');
}
i.i-stream-get-estimate {
  width: 15px;
  height: 13px;
  background: url('/Content/images/icons/get-price-white.png');
  margin-right: 10px;
}
i.i-sign-email {
  width: 19px;
  height: 15px;
  background: url('/Content/images/icons/sign-email.svg');
}
i.i-sign-pass {
  width: 15px;
  height: 19px;
  background: url('/Content/images/icons/sign-pass.svg');
}
i.i-carousel-left {
  width: 12px;
  height: 46px;
  background: url('/Content/images/icons/carousel-left.png');
}
i.i-carousel-right {
  width: 12px;
  height: 46px;
  background: url('/Content/images/icons/carousel-right.png');
}
i.i-clear-white-small {
  width: 14px;
  height: 14px;
  background: url('/Content/images/icons/clear-white-small.png');
}
i.i-ask-remove-bin {
  width: 20px;
  height: 25px;
  background: url('/Content/images/icons/ask-remove-bin.png');
}
i.i-stream-help {
  width: 23px;
  height: 23px;
  background: url('/Content/images/icons/stream-help.png');
  background-size: 100%;
}
i.i-stream-help:hover,
i.i-stream-help:focus,
i.i-stream-help:active {
  background-position: 0px 23px;
  background-size: 100%;
}
i.i-ask-help {
  width: 23px;
  height: 23px;
  background: url('/Content/images/icons/ask-help.png');
  background-size: 100%;
}
i.i-ask-help:hover,
i.i-ask-help:focus,
i.i-ask-help:active {
  background-position: 0px 23px;
  background-size: 100%;
}
i.i-agent-help {
  width: 28px;
  height: 28px;
  background: url('/Content/images/icons/agent-help.png');
}
i.i-settings {
  width: 28px;
  height: 28px;
  background: url('/Content/images/icons/settings.png');
}
i.i-user {
  width: 17px;
  height: 18px;
  background: url('/Content/images/icons/user.png');
}
i.i-close-down-grey {
  width: 32px;
  height: 32px;
  background: url('/Content/images/icons/close_down_grey.png');
}
i.i-li-blue {
  width: 7px;
  height: 7px;
  background: url('/Content/images/icons/li-blue.png');
  margin-right: 5px;
  margin-top: -2px;
}
i.i-topbar-calendar {
  width: 50px;
  height: 50px;
  background: url('/Content/images/icons/topbar-calendar.png');
}
i.i-topbar-download-help {
  width: 50px;
  height: 50px;
  background: url('/Content/images/icons/topbar-download-help.png');
}
i.i-topbar-stats {
  width: 50px;
  height: 50px;
  background: url('/Content/images/icons/topbar-stats.png');
}
i.i-arrow-right-bold-mini-blue {
  width: 14px;
  height: 14px;
  background: url('/Content/images/icons/arrow-right-bold-mini-blue.png');
}
i.i-exclamation {
  content: '!';
  font-weight: bold;
}
i.i-btn-browse-medium {
  margin-right: 7px;
  margin-top: -2px;
}
i.i-unavailability {
  width: 16px;
  height: 16px;
  background: url('/Content/images/icons/i-report-unavailability.png');
}
i.i-pdf-mini {
  width: 19px;
  height: 22px;
}
i.i-upload-white {
  width: 25px;
  height: 21px;
  background: url('/Content/images/icons/upload-white.png');
}
i.i-upload-grey {
  width: 25px;
  height: 21px;
  background: url('/Content/images/icons/upload-grey.png');
}
i.i-document-ok-grey {
  width: 48px;
  height: 47px;
  background: url('/Content/images/icons/document-ok-grey.png');
}
i.i-cv-ok {
  width: 48px;
  height: 47px;
  background: url('/Content/images/icons/cv-ok.png');
}
i.i-title-breadcrumb {
  width: 7px;
  height: 11px;
  background: url('/Content/images/icons/title-breadcrumb.png');
  margin-left: 10px;
  margin-right: 10px;
  margin-top: -8px;
}
i.i-invoice-waiting {
  width: 22px;
  height: 24px;
  background: url('/Content/images/icons/invoice-waiting.png');
}
i.i-invoice-paid {
  width: 22px;
  height: 24px;
  background: url('/Content/images/icons/invoice-paid.png');
}
i.i-invoice-overdue {
  width: 22px;
  height: 24px;
  background: url('/Content/images/icons/invoice-overdue.png');
}
i.i-agreement-generate {
  width: 48px;
  height: 47px;
  background-image: url('/Content/images/icons/agreement-generate.png');
}
i.i-agreement-ok {
  width: 48px;
  height: 47px;
  background-image: url('/Content/images/icons/agreement-ok.png');
}
i.i-agreement-send {
  width: 48px;
  height: 47px;
  background-image: url('/Content/images/icons/agreement-send.png');
}
i.i-agreement-waiting {
  width: 48px;
  height: 47px;
  background-image: url('/Content/images/icons/agreement-waiting.png');
}
i.i-iqube {
  width: 29px;
  height: 24px;
  background-image: url('/Content/images/icons/iqube-logo-white.png');
}
i.i-doc3 {
  width: 29px;
  height: 24px;
  background-image: url('/Content/images/icons/doc3-logo-white.png');
}
i.i-iqube-small {
  width: 21px;
  height: 16px;
  background-image: url('/Content/images/icons/iqube-logo-white.png');
}
i.i-doc3-small {
  width: 21px;
  height: 16px;
  background-image: url('/Content/images/icons/doc3-logo-white.png');
}
i.i-download-white {
  width: 16px;
  height: 16px;
  background-image: url('/Content/images/icons/download-white.png');
}
i.i-google-drive-mini-white {
  width: 16px;
  height: 16px;
  background-image: url('/Content/images/icons/google-drive-mini-white.png');
}
i.i-download-circle-green {
  width: 64px;
  height: 64px;
  background-image: url('/Content/images/icons/download-circle-green.png');
}
i.i-aftercare {
  width: 30px;
  height: 29px !important;
  margin-left: 15px;
  background-image: url('/Content/images/icons/aftercare-1.svg');
}
i.i-upload-cloud-blue {
  background: url('../images/icons/upload-cloud-blue.svg');
  width: 36px;
  height: 23px;
}
i.i-nextdoc-source-doc-new {
  background: url('../images/icons/nextdoc-source-doc-new.svg');
  width: 38px;
  height: 49px;
}
i.i-nextdoc-source-doc-old {
  background: url('../images/icons/nextdoc-source-doc-old.svg');
  width: 38px;
  height: 49px;
}
i.i-pairing-link-white {
  background: url('../images/icons/pairing-link-white.svg');
  width: 23px;
  height: 21px;
}
i.i-pairing-link-orange {
  background: url('../images/icons/pairing-link-orange.svg');
  width: 23px;
  height: 21px;
}
i.i-service-step-edit {
  background: url('../images/icons/service-step-edit.svg');
  width: 11px;
  height: 11px;
}
i.i-service-step-edit-green {
  background: url('../images/icons/service-step-edit-green.svg');
  width: 11px;
  height: 11px;
}
i.i-service-step-back {
  background: url('../images/icons/service-step-back.svg');
  width: 32px;
  height: 32px;
}
i.i-service-step-help {
  background: url('../images/icons/help.svg');
  width: 20px;
  height: 20px;
  background-size: 20px 20px !important;
}
i.i-reestimate-white {
  background: url('../images/icons/reestimate-white.svg');
  width: 16px;
  height: 16px;
}
i.i-panel-icon {
  background: url('../images/icons/panel-icon.svg');
  width: 6px;
  height: 10px;
}
i.i-upload-materials-stream {
  width: 78px;
  height: 79px;
  background: url('../images/icons/upload-materials-stream.svg');
}
i.i-select-languages-stream {
  width: 178px;
  height: 94px;
  background: url('../images/icons/select-languages-stream.svg');
}
i.i-choose-service-stream {
  width: 99px;
  height: 92px;
  background: url('../images/icons/choose-service-stream.svg');
}
i.i-select-languages-nextdoc {
  width: 181px;
  height: 101px;
  background: url('../images/icons/select-languages-nextdoc.svg');
}
i.i-support-material-nextdoc {
  width: 142px;
  height: 62px;
  background: url('../images/icons/support-material-nextdoc.svg');
}
i.i-choose-service-nextdoc {
  width: 84px;
  height: 78px;
  background: url('../images/icons/choose-service-nextdoc.svg');
}
i.i-select-target-languages-grey-small {
  width: 96px;
  height: 53px;
  background: url('../images/icons/world-map-grey.svg');
}
i.i-select-support-material-grey-small {
  width: 91px;
  height: 39px;
  background: url('../images/icons/support-material-grey.svg');
}
i.i-carousel-next-white {
  width: 36px;
  height: 28px;
  background: url('/Content/images/icons/carousel-next-white.svg');
}
i.i-carousel-previous-white {
  width: 36px;
  height: 28px;
  background: url('/Content/images/icons/carousel-previous-white.svg');
}
@media (min-width: 480px) {
  i.i-choose-service-nextdoc {
    width: 99px;
    height: 92px;
  }
}
@media (min-width: 768px) {
  i.i-stream-get-estimate {
    width: 30px;
    height: 26px;
    background: url('/Content/images/icons/stream_get_estimate.png');
    margin-right: 20px;
  }
  i.i-back {
    width: 15px;
    height: 24px;
  }
  i.i-nextdoc-source-doc-new,
  i.i-nextdoc-source-doc-old {
    width: 50px;
    height: 65px;
  }
}
@media (min-width: 992px) {
  i.i-btn-add-medium {
    width: 12px;
    height: 12px;
    background: url('/Content/images/icons/btn_add_medium.png');
    vertical-align: baseline;
  }
  i.i-btn-browse-medium {
    width: 18px;
    height: 15px;
  }
}
/*
	2.0
*/
i.i-btn-start {
  width: 12px;
  height: 12px;
  background: url('/Content/images/icons/buttons/i-btn-start.svg');
}
i.i-btn-clone {
  width: 16px;
  height: 16px;
  background: url('/Content/images/icons/buttons/i-btn-clone.svg');
}
i.i-btn-edit {
  width: 15px;
  height: 15px;
  background: url('/Content/images/icons/buttons/i-btn-edit.svg');
}
i.i-btn-lock {
  width: 13px;
  height: 15px;
  background: url('/Content/images/icons/buttons/i-btn-lock.svg');
}
i.i-btn-mail {
  width: 16px;
  height: 13px;
  background: url('/Content/images/icons/buttons/i-btn-mail.svg');
}
i.i-btn-folder {
  width: 17px;
  height: 15px;
  background: url('/Content/images/icons/buttons/i-btn-folder.svg');
}
i.i-btn-pdf {
  width: 26px;
  height: 13px;
  background: url('/Content/images/icons/buttons/i-btn-pdf.svg');
}
i.i-btn-user {
  width: 14px;
  height: 17px;
  background: url('/Content/images/icons/buttons/i-btn-user.svg');
}
i.i-btn-bin {
  width: 12px;
  height: 15px;
  background: url('/Content/images/icons/buttons/i-btn-bin.svg');
}
i.i-btn-plus {
  width: 14px;
  height: 14px;
  background: url('/Content/images/icons/buttons/i-btn-plus.svg');
}
i.i-btn-tick {
  width: 17px;
  height: 13px;
  background: url('/Content/images/icons/buttons/i-btn-tick.svg');
}
i.i-account-warning {
  width: 24px;
  height: 20px;
  background: url('/Content/images/icons/warning-box.png');
}
input,
textarea,
button,
select,
select option {
  outline: none !important;
  font-family: "Open Sans", Arial, sans-serif;
}
textarea {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  resize: none;
  padding: 6px 8px;
  font-size: 14px;
  color: #142934;
  border: 1px solid rgba(20, 41, 52, 0.23);
  width: 100%;
}
input[type="text"],
input[type="email"],
input[type="password"] {
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid rgba(20, 41, 52, 0.23);
  padding: 6px 8px;
  padding-top: 7px;
  font-size: 14px;
  color: #142934;
}
.input-field,
.textarea-field {
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: white;
  border: 1px solid rgba(20, 41, 52, 0.23);
  padding: 6px 0px;
  padding-top: 7px;
  font-size: 14px;
  color: #142934;
  max-width: none;
}
.select-languages-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.select-languages-wrapper.long-lang .select-languages ul li {
  width: 240px !important;
}
.selected-languages ul {
  list-style-type: none;
  padding-left: 10px;
  display: inline-block;
}
.selected-languages ul li {
  margin-right: 20px;
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
}
.selected-languages ul li img {
  margin-right: 7px;
}
.selected-languages ul li.button {
  padding: 0;
  padding-top: 8px;
}
.select-languages {
  display: none;
  background: #e7eef6;
  margin-top: 0px;
  padding-top: 34px;
  padding-bottom: 30px;
  padding-bottom: 87px;
  z-index: 1;
  /*opacity: 0;
    visibility: hidden;
    &.opened {
        z-index: 1;
        opacity: 1;
        visibility: visible;
    }*/
}
.select-languages .languages-wrapper {
  padding-left: 60px;
  padding-right: 60px;
}
.select-languages h4 {
  display: inline-block;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 600;
}
.select-languages ul {
  list-style-type: none;
  padding-left: 0px;
  display: block;
}
.select-languages ul li {
  font-size: 13px;
  margin-bottom: 4px;
  margin-right: 5px;
  padding-left: 4px;
  padding-right: 4px;
  float: left;
  height: 25px;
  width: 190px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.select-languages ul li span {
  width: 20px;
  margin-top: 4px;
  display: inline-block;
}
.select-languages ul li span img {
  margin-top: -2px;
}
.select-languages ul li .name {
  padding-left: 2px;
  display: inline-block;
  padding-bottom: 3px;
}
.select-languages ul li .name span {
  font-size: 11px;
}
.select-languages ul li:hover,
.select-languages ul li:focus,
.select-languages ul li:active {
  background-color: #d8e3f0;
}
.select-languages ul li.active {
  color: #1fb25a;
  background: transparent url('../images/tick-small-green.png') no-repeat 8px 7px;
  padding-top: 1px;
}
.select-languages ul li.active span {
  margin-top: 0px;
}
.select-languages ul li.active span img {
  display: none;
}
.select-languages ul li.active .name {
  margin-top: 3px;
}
.select-languages ul li.active:hover,
.select-languages ul li.active:focus,
.select-languages ul li.active:active {
  background: #d8e3f0 url('../images/icon-remove-small.png') no-repeat 8px 7px;
}
@media (min-width: 992px) {
  .select-languages ul li {
    width: 248px;
  }
}
.page-block .select-languages .languages-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
.page-block .selected-languages ul {
  margin-bottom: 0;
}
#loading-icon {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
  display: none;
}
#loading-icon:before {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  z-index: 9999;
  background: rgba(31, 38, 46, 0.95);
  content: "";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#loading-icon img {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 10000;
}
@media only screen and (min-width: 992px) {
  #loading-icon:before {
    margin-left: 10px;
  }
  #loading-icon img {
    margin-left: 35px;
  }
}
#loading-with-text {
  z-index: 10000;
  width: 100%;
  position: fixed;
  background: #1f262e;
  top: 0;
  text-align: center;
}
#loading-with-text .loading-text {
  margin: 15px 15px;
  color: #fff;
}
#loading-with-text #loading-icon {
  z-index: -1;
  position: absolute;
  background: #1f262e;
  bottom: -45px;
  top: auto;
  display: none;
}
.modal.modal-show {
  display: inline-block;
}
.modal-backdrop.in {
  -moz-opacity: 0.35;
  -khtml-opacity: 0.35;
  -webkit-opacity: 0.35;
  opacity: 0.35;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=35);
  filter: alpha(opacity=35);
}
.modal-light .modal-backdrop {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.modal.smallmargin .modal-dialog {
  margin: 30px auto !important;
}
.modal {
  padding-left: 17px;
  padding-right: 17px;
}
.modal-dialog {
  margin: 30px auto;
  z-index: 10000;
}
.modal-content {
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.modal-content textarea {
  background: #fff;
  border: 1px solid rgba(20, 41, 52, 0.23);
}
.modal-content input[type="text"],
.modal-content input[type="email"],
.modal-content input[type="password"] {
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid rgba(20, 41, 52, 0.23);
  max-width: none;
}
.modal-content textarea {
  border: 1px solid rgba(20, 41, 52, 0.23);
}
.modal-content select {
  padding: 6px 8px;
  padding-top: 7px;
}
.modal-content .control-group {
  margin-bottom: 17px;
  clear: both;
}
.modal-content .control-group label {
  margin-bottom: 5px;
}
.modal-content .control-group .control-group {
  margin-top: 10px;
}
.modal-content .input-prepend .add-on {
  margin-right: 17px;
}
.modal-content .controls .btn {
  margin-top: 7px;
}
.modal-content legend {
  margin-bottom: 10px;
  font-size: 20px;
  padding-top: 10px;
}
.modal-header {
  border: none;
  text-align: center;
  background: #2e353f;
  padding-top: 30px;
  padding-bottom: 30px;
}
.modal-header h2,
.modal-header h3,
.modal-header h4 {
  font-weight: 600;
  font-size: 20px;
  color: white !important;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 0px !important;
}
.modal-header .close {
  width: 22px;
  height: 22px;
  display: inline-block;
  background: transparent url('/Content/images/icons/remove_small.png') no-repeat center center;
}
.modal-footer {
  background: white;
  border-top: none;
  padding: 30px;
}
.modal-sep {
  height: 1px;
  border-bottom: 1px solid rgba(20, 41, 52, 0.21);
  margin-left: -40px;
  margin-right: -40px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.modal-body {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #fff;
}
.modal-light-grey-bg {
  background: #f0f0f0 !important;
}
.modal-backdrop {
  background: #202326;
  background: #13191f;
}
.modal-backdrop.in {
  -moz-opacity: 0.95;
  -khtml-opacity: 0.95;
  -webkit-opacity: 0.95;
  opacity: 0.95;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);
  filter: alpha(opacity=95);
}
.flash-modal {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.flash-modal p {
  margin-bottom: 0;
  line-height: 170%;
  color: white;
}
.flash-modal p a {
  color: #b0c0c7;
}
.flash-modal .modal-body {
  background: transparent;
}
.flash-modal .modal-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.flash-modal .message {
  padding: 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-top: 10px;
  background: #2881af;
  -webkit-box-shadow: 0 3px 0 #23729a;
  -moz-box-shadow: 0 3px 0 #23729a;
  box-shadow: 0 3px 0 #23729a;
}
.flash-modal .message.success {
  background: #1fb25a;
  -webkit-box-shadow: 0 3px 0 #1b9c4f;
  -moz-box-shadow: 0 3px 0 #1b9c4f;
  box-shadow: 0 3px 0 #1b9c4f;
}
.flash-modal .message.warning {
  background: #f29400;
  -webkit-box-shadow: 0 3px 0 #d98400;
  -moz-box-shadow: 0 3px 0 #d98400;
  box-shadow: 0 3px 0 #d98400;
}
.flash-modal .message.error {
  background: #c52033;
  -webkit-box-shadow: 0 3px 0 #af1c2d;
  -moz-box-shadow: 0 3px 0 #af1c2d;
  box-shadow: 0 3px 0 #af1c2d;
}
.flash-modal .close-wrapper {
  text-align: center;
  margin-top: 40px;
}
#newPasswordModal .modal-body {
  padding-top: 30px;
}
#newPasswordModal form {
  max-width: 290px;
  display: inline-block;
}
#newPasswordModal .modal-light-grey-bg p {
  margin-bottom: 5px;
}
#newPasswordModal .table-external-accounts {
  margin-bottom: 10px;
}
#newPasswordModal .table-external-accounts tr th {
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
}
#newPasswordModal .table-external-accounts tr td {
  padding-top: 4px;
  padding-bottom: 4px;
  vertical-align: middle;
}
#newPasswordModal .table-external-accounts tr td.provider i {
  font-size: 22px;
}
#newPasswordModal .table-external-accounts tr td.remove form {
  margin-bottom: 0;
}
#newPasswordModal .table-external-accounts tr td.remove button {
  background: transparent;
}
#newPasswordModal .table-external-accounts tr td.remove i {
  background: transparent;
  color: grey;
  font-size: 16px;
}
#signInModal .modal-dialog {
  max-width: 420px;
}
#signInModal static-sigin .modal-backdrop,
#newPasswordModal static-sigin .modal-backdrop {
  background: transparent;
}
#signInModal .alert p,
#newPasswordModal .alert p {
  font-size: 13px;
  margin-top: 10px;
  font-weight: 700;
  margin-bottom: 10px;
}
#signInModal .alert-error p,
#newPasswordModal .alert-error p {
  color: #DF4B38;
}
#signInModal .alert-success p,
#newPasswordModal .alert-success p {
  color: #1fb25a;
}
#signInModal .modal-body,
#newPasswordModal .modal-body {
  background: rgba(255, 255, 255, 0.98);
}
#signInModal .modal-header p,
#newPasswordModal .modal-header p {
  color: white;
  margin-bottom: 0;
}
#signInModal .modal-header img,
#newPasswordModal .modal-header img {
  width: 111px;
  display: inline-block;
  margin-top: 10px;
}
#signInModal .modal-title,
#newPasswordModal .modal-title {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: none;
}
#signInModal .modal-content,
#newPasswordModal .modal-content {
  text-align: center;
}
#signInModal .modal-body,
#newPasswordModal .modal-body {
  padding-bottom: 20px;
}
#signInModal,
#newPasswordModal,
.sign-modal-form {
  text-align: center;
}
#signInModal .input-icon-wrap,
#newPasswordModal .input-icon-wrap,
.sign-modal-form .input-icon-wrap {
  position: relative;
}
#signInModal span.icon,
#newPasswordModal span.icon,
.sign-modal-form span.icon {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  vertical-align: middle;
  margin-right: -8px;
  padding-right: 10px;
  padding-left: 10px;
  background: #B3B9BC;
  width: 40px;
  height: 40px;
}
#signInModal i.i-sign-email,
#newPasswordModal i.i-sign-email,
.sign-modal-form i.i-sign-email {
  margin-top: 13px;
}
#signInModal i.i-sign-pass,
#newPasswordModal i.i-sign-pass,
.sign-modal-form i.i-sign-pass {
  margin-top: 10px;
}
#signInModal input,
#newPasswordModal input,
.sign-modal-form input {
  margin-bottom: 15px;
  display: inline-block;
}
#signInModal input[type="text"],
#newPasswordModal input[type="text"],
.sign-modal-form input[type="text"],
#signInModal input[type="email"],
#newPasswordModal input[type="email"],
.sign-modal-form input[type="email"],
#signInModal input[type="password"],
#newPasswordModal input[type="password"],
.sign-modal-form input[type="password"] {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  max-width: none;
  padding: 11px 8px;
  padding-left: 50px;
  margin-bottom: 8px;
  background: #fff;
  background: #e0e5e8;
  border: none;
  overflow: hidden;
}
#signInModal input[type="text"]:focus span.icon,
#newPasswordModal input[type="text"]:focus span.icon,
.sign-modal-form input[type="text"]:focus span.icon,
#signInModal input[type="email"]:focus span.icon,
#newPasswordModal input[type="email"]:focus span.icon,
.sign-modal-form input[type="email"]:focus span.icon,
#signInModal input[type="password"]:focus span.icon,
#newPasswordModal input[type="password"]:focus span.icon,
.sign-modal-form input[type="password"]:focus span.icon {
  background: #636d74;
}
#signInModal p.small,
#newPasswordModal p.small,
.sign-modal-form p.small {
  font-size: 13px;
}
#signInModal .forgot-pass,
#newPasswordModal .forgot-pass,
.sign-modal-form .forgot-pass {
  margin-bottom: 12px;
}
#signInModal .btn.sign,
#newPasswordModal .btn.sign,
.sign-modal-form .btn.sign {
  width: 100%;
  margin-bottom: 20px;
}
#signInModal .register,
#newPasswordModal .register,
.sign-modal-form .register {
  margin-top: 10px;
}
#signInModal .register p,
#newPasswordModal .register p,
.sign-modal-form .register p {
  margin-bottom: 0px;
}
#signInModal input[type="text"],
#signInModal input[type="email"],
#signInModal input[type="password"] {
  padding: 11px 8px !important;
  padding-left: 55px !important;
  padding-top: 11px !important;
}
.modal .external-providers {
  display: inline-block;
  margin-top: 4px;
}
.modal .external-providers a {
  margin: 0px 7px;
  display: inline-block;
}
.modal .fa-linkedin-square {
  color: #117BB8;
}
.modal .fa-google-plus-square {
  color: #b0c0c7;
}
.modal .fa-facebook-square {
  color: #3B5A9A;
}
.modal .fa-twitter-square {
  color: #0088CC;
}
#resetPasswordModal .modal-dialog {
  max-width: 420px;
  text-align: center;
}
#resetPasswordModal .modal-dialog .btn {
  margin-top: 20px;
}
#resetPasswordModal .modal-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
#resetPasswordModal .modal-header h4 {
  text-transform: initial;
  margin-top: 10px;
}
#resetPasswordModal .modal-title {
  margin-bottom: 10px;
}
#helpdeskModal textarea {
  max-width: none;
  width: 100%;
}
#askSignInModal .modal-dialog {
  max-width: 480px;
}
#askSignInModal .alt-bg {
  margin: -15px -40px;
  padding: 15px 40px;
}
#askSignInModal .alt-bg p {
  margin-bottom: 0;
}
#editBankAccountModal .fa-circle,
#newBankAccountModal .fa-circle {
  color: #91a7b4;
  font-size: 20px;
}
#editBankAccountModal .fa-info,
#newBankAccountModal .fa-info {
  font-size: 10px;
  margin-top: -3px;
}
#editBankAccountModal input[name="TypeFamily"] + label,
#newBankAccountModal input[name="TypeFamily"] + label {
  float: left;
  margin-right: 20px;
}
#editBankAccountModal .radio-buttons,
#newBankAccountModal .radio-buttons {
  margin-bottom: 10px;
  display: inline-block;
}
#editPersonModal input[name="Email"],
#editPersonModal input[name="PhoneNumber"] {
  display: inline-block;
  width: 70%;
}
#editPersonModal input[name="Email"] + button,
#editPersonModal input[name="PhoneNumber"] + button {
  float: right;
}
#editCallOutModal .fa-folder-open {
  color: #8fa9cc;
}
#vatFormModal label {
  margin-top: 10px;
}
#vatFormModal .alt-bg {
  margin-left: 30px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .modal-title {
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .modal-body {
    padding-left: 40px;
    padding-right: 40px;
  }
  /*.modal-dialog {
        margin-top: 100px;
    }*/
  #signInModal .modal-title {
    font-size: 22px;
  }
  .modal-dialog {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  #signInModal.blank-signin {
    margin-top: 100px;
  }
}
@media (min-width: 1280px) {
  #signInModal.blank-signin {
    margin-top: 150px;
  }
  .modal-dialog {
    margin-top: 100px;
  }
}
@media (min-width: 1580px) {
  .modal-dialog {
    margin-top: 120px;
  }
}
.modal-backdrop.in {
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
}
.promo-code-btn,
input.promo-code {
  display: table-cell;
  vertical-align: middle;
}
.promo-code-btn button {
  margin-top: 10px;
}
.promo-code-message {
  font-weight: 600;
  text-transform: uppercase;
}
.promo-code-message.valid {
  color: #1fb25a;
}
.promo-code-message.invalid {
  color: #c52033;
}
.pagination {
  display: inline-block !important;
}
.pagination > li > a,
.pagination > li > span {
  color: #142934;
}
#list-of-files {
  padding-top: 20px;
  padding-bottom: 30px;
  background: #fff;
  z-index: 1000;
}
#list-of-files .container {
  max-width: 828px;
}
#list-of-files table {
  width: 100%;
}
#list-of-files table tr th,
#list-of-files table tr td {
  padding: 5px 7px;
}
#list-of-files table tr th:nth-child(2),
#list-of-files table tr td:nth-child(2) {
  width: 160px;
}
#list-of-files table tr th:nth-child(3),
#list-of-files table tr td:nth-child(3) {
  text-align: right;
}
#list-of-files table tr th {
  font-weight: 600;
}
#list-of-files table tr:first-child {
  border-bottom: 1px solid rgba(20, 41, 52, 0.21);
}
#list-of-files table tr td:nth-child(2) {
  color: #909397;
}
.stream-help {
  position: absolute;
  display: none;
  top: 0px;
  right: 0px;
  height: 517px;
  border-left: 1px solid rgba(20, 41, 52, 0.21);
  background: white;
  overflow: hidden;
  overflow-y: scroll;
  font-size: 14px;
  box-shadow: -7px 0 7px 0 rgba(0, 0, 0, 0.07);
  width: 100%;
}
.stream-help .help-container {
  padding-bottom: 25px;
}
.stream-help .top {
  padding: 15px;
  padding-left: 20px;
  padding-right: 30px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d5dfec;
  background: #cedae9;
}
.stream-help .top.flush {
  height: 111px;
}
.stream-help h3 {
  color: #1b5c76;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  display: inline-block;
}
.stream-help h3 {
  font-size: 22px !important;
  text-transform: none !important;
  margin-top: 31px;
}
.stream-help p,
.stream-help h4,
.stream-help h5 {
  font-size: 13px;
}
.stream-help p {
  margin-bottom: 0;
}
.stream-help p a {
  font-size: 13px !important;
}
.stream-help h4 {
  font-size: 14px;
  margin-top: 13px;
  margin-bottom: 3px;
}
.stream-help h5 {
  font-weight: 600;
}
.stream-help .panel a:first-child {
  font-size: 17px;
  color: #2881af;
  margin-bottom: 5px;
  display: inline-block;
}
.stream-help .panel-collapse {
  padding-left: 20px;
}
.stream-help .panel {
  padding: 0px 20px;
  padding-bottom: 10px;
  margin-right: 15px;
}
a.stream-help-toggle {
  position: absolute;
  top: 70px;
  right: 10px;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
  display: block;
}
a.stream-help-toggle.step-1 {
  top: 75px;
}
a.close-stream-help {
  float: right;
  margin-top: 30px;
  margin-right: 17px;
}
button.close-stream-help {
  float: right;
  margin-top: 30px;
  margin-right: 40px;
}
.stream-wrapper .stream-main-box a.stream-help-toggle {
  top: 77px;
}
.stream-wrapper .stream-main-box a.stream-help-toggle.step-1 {
  top: 120px;
}
.stream-help {
  width: 400px;
}
.stream-help .help-container {
  width: 400px;
}
a.stream-help-toggle.step-1 {
  top: 114px;
}
.badge {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.badge.label-inverse,
.badge.badge-inverse {
  background: #3d4651;
}
.badge.label-important,
.badge.badge-important {
  background: #c52033;
}
.badge.label-info,
.badge.badge-info {
  background: #2881af;
}
.badge.label-success,
.badge.badge-success {
  background: #1fb25a;
}
.badge.label-warning,
.badge.badge-warning {
  background: #f29400;
}
.red-tooltip + .tooltip > .tooltip-inner {
  background-color: #f00;
}
.red-tooltip + .tooltip > .tooltip-arrow {
  border-bottom-color: #f00;
}
.stream-main-box .header,
.ask-main-box .header {
  background: #f2f4f5;
  border-bottom: 1px solid rgba(20, 41, 52, 0.21);
  text-align: center;
}
.stream-main-box h2,
.ask-main-box h2 {
  font-size: 22px;
  display: inline-block;
  font-weight: normal;
  letter-spacing: 0.4px;
  margin-top: 40px;
  margin-bottom: 30px;
}
.job-progressbars-wrapper {
  width: auto;
  overflow-x: scroll;
}
.job-progressbars {
  width: 1200px;
}
.job-progressbar {
  font-size: 14px;
}
.job-progressbar.more-languages .language-item:first-child .part .part-label {
  display: block;
}
.job-progressbar.more-languages .language-item:first-child .language {
  padding-top: 22px;
}
.job-progressbar.more-languages .language-item:first-child .icon {
  padding-top: 23px;
}
.job-progressbar.more-languages .language-item .language {
  padding-top: 2px;
}
.job-progressbar .language-item {
  display: block;
  margin-bottom: 20px;
}
.job-progressbar .language-item .part .part-label {
  display: none;
}
.job-progressbar .language {
  display: inline-block;
  font-size: 14px;
  float: left;
  padding-top: 2px;
  margin-right: 2px;
  width: 230px;
}
.job-progressbar .language img {
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  margin-right: 8px;
  float: left;
}
.job-progressbar .language span {
  line-height: 22px;
}
.job-progressbar .part {
  display: inline-block;
  float: left;
  margin-right: 2px;
}
.job-progressbar .part .part-label {
  font-weight: 600;
  margin-bottom: 3px;
  text-transform: capitalize;
}
.job-progressbar .part .part-filling {
  width: 130px;
  height: 26px;
  border-radius: 4px;
  background: #d0d4d6;
  margin-bottom: 2px;
  color: white;
  font-size: 15px;
}
.job-progressbar .part .part-filling span {
  line-height: 26px;
  margin-left: 8px;
  display: inline-block;
  position: relative;
  font-weight: 600;
  padding-left: 18px;
}
.job-progressbar .part .part-filling span:before {
  display: inline-block;
  content: '';
  position: absolute;
  left: 0;
  background: url('/Content/images/icons/progress-translator.png');
  width: 13px;
  height: 14px;
  background-size: 100%;
  top: 6px;
}
.job-progressbar .part.filled .part-filling {
  background: #1fb25a;
}
.job-progressbar .part.skipped .part-filling {
  background: rgba(31, 178, 90, 0.6);
  position: relative;
}
.job-progressbar .part.skipped .part-filling:before {
  content: '-';
  position: absolute;
  color: white;
  top: 0px;
  letter-spacing: 0;
  line-height: 26px;
  left: 10px;
}
.job-progressbar .part.part-translation .part-label,
.job-progressbar .part.part-verification .part-label {
  position: relative;
  padding-left: 19px;
}
.job-progressbar .part.part-translation .part-label:before,
.job-progressbar .part.part-verification .part-label:before {
  display: inline-block;
  content: '';
  background: url('/Content/images/title-service-badge-iqube.png');
  background-size: 100%;
  width: 16px;
  height: 16px;
  top: 2px;
  left: 0;
  position: absolute;
}
.job-progressbar .part.part-crosscheck .part-label {
  position: relative;
  padding-left: 19px;
}
.job-progressbar .part.part-crosscheck .part-label:before {
  display: inline-block;
  content: '';
  background: url('/Content/images/title-service-badge-cc.png');
  background-size: 100%;
  width: 16px;
  height: 16px;
  top: 2px;
  left: 0;
  position: absolute;
}
.job-progressbar .part.part-nextdoc .part-label {
  position: relative;
  padding-left: 19px;
}
.job-progressbar .part.part-nextdoc .part-label:before {
  display: inline-block;
  content: '';
  background-size: 100%;
  width: 16px;
  height: 16px;
  top: 2px;
  left: 0;
  position: absolute;
}
.job-progressbar .part.part-delivery.finished .part-filling {
  background: #f29400;
}
.job-progressbar .part.part-status {
  margin-left: 10px;
  margin-right: 30px;
  width: 200px;
}
.job-progressbar .part.part-status .status-text {
  line-height: 26px;
}
.job-progressbar .part.part-status .status-text span.green {
  color: #1fb25a;
}
.job-progressbar .part.part-status .status-text span.orange {
  color: #f29400;
}
.job-progressbar .part.part-status .status-text span.red {
  color: #c52033;
}
.job-progressbar .icon {
  margin-left: 20px;
  padding-top: 0;
}
.job-progressbar .icon i {
  background-size: 100%;
  width: 30px;
  height: 26px;
  display: inline-block;
}
.job-progressbar .icon i.i-progress-icon-delivered {
  background: url('/Content/images/icons/progress-icon-delivered.png');
}
.job-progressbar .icon i.i-progress-icon-delivering {
  background: url('/Content/images/icons/progress-icon-delivering.png');
}
.job-progressbar .icon i.i-progress-icon-checking {
  background: url('/Content/images/icons/progress-icon-checking.png');
}
.job-progressbar .icon i.i-progress-icon-translating {
  background: url('/Content/images/icons/progress-icon-translating.png');
}
.job-progressbar .icon i.i-progress-icon-translation-waiting {
  background: url('/Content/images/icons/progress-icon-translation-waiting.png');
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background: rgba(31, 178, 90, 0.2);
}
.well {
  background: #F0F0F0;
  border: 1px solid rgba(20, 41, 52, 0.15);
}
.well input[type="text"],
.well input[type="email"],
.well input[type="password"],
.well textarea {
  background: white;
}
.anonymous-delivery-page .container {
  max-width: 1170px !important;
}
.anonymous-delivery-page .top-part {
  background: #1fb25a;
  color: white;
  text-align: center;
}
.anonymous-delivery-page .top-part i.i-download-circle-green {
  margin-top: 30px;
}
.anonymous-delivery-page .top-part h1 {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 5px;
}
.anonymous-delivery-page .top-part h2 {
  background: #19964b;
  font-size: 20px;
  font-weight: normal;
  padding: 5px 15px;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 30px;
}
.anonymous-delivery-page .validation-part {
  text-align: center;
  background: #eef1f6;
  padding: 15px 0px;
}
.anonymous-delivery-page .validation-part p {
  margin-bottom: 0px;
  font-size: 14px;
}
.anonymous-delivery-page .delivered-files-part {
  text-align: center;
}
.anonymous-delivery-page .delivered-files-part table {
  text-align: left;
}
.anonymous-delivery-page .bottom-part {
  text-align: center;
  margin-top: 80px;
}
.anonymous-delivery-page .bottom-part .container {
  border-top: 1px solid rgba(20, 41, 52, 0.21);
  padding-top: 20px;
}
.anonymous-delivery-page .bottom-part img {
  max-width: 130px;
  margin-bottom: 9px;
}
.download-buttons {
  text-align: center;
  display: inline-block;
}
.download-buttons .btn i {
  position: relative;
  top: -1px;
  left: -2px;
}
.download-buttons .button-wrapper {
  display: inline-block;
  text-align: left;
  float: left;
  margin: 0 10px;
}
.download-buttons .button-wrapper p {
  margin-bottom: 5px;
  font-size: 11px;
  margin-top: 5px;
}
#delivered-files .download-buttons {
  margin-top: 10px;
}
#delivered-files .download-buttons .button-wrapper {
  margin-left: 0;
  margin-right: 30px;
}
#delivered-files .download-buttons .button-wrapper:last-child {
  margin-right: 0px;
}
#delivered-files .download-buttons .button-wrapper p {
  font-size: 13px;
  margin-top: -2px;
  display: inline-block;
  max-width: 345px;
  margin-left: 6px;
}
@media (min-width: 1085px) {
  /*.download-buttons {
        .google-drive-download {
            margin-top: -16px !important;
        }
    }*/
}
[data-columnname="Price"] {
  white-space: nowrap;
}
[data-columnname="ProjectNumberPrefix"] {
  width: 50px;
}
.drop-area i.fa-folder-open {
  color: #8fa9cc;
}
/*[data-columnname="Code"] {
    white-space: nowrap;
}*/
.instruction-buttons .btn.active {
  background: #1fb25a;
}
#resolutiondebug {
  position: fixed;
  top: 0;
  right: 0;
  padding: 11px;
  line-height: 1;
  color: white;
  font-weight: 600;
  background: black;
  z-index: 20000;
  font-size: 16px;
  display: none;
}
@media (min-width: 768px) {
  .stream-main-box h2,
  .ask-main-box h2 {
    font-size: 30px;
  }
}
#full-register {
  padding-top: 75px;
}
#full-register .ask-main-box,
#full-register .stream-main-box {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#full-register .ask-main-box .header,
#full-register .stream-main-box .header {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#full-register .row .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
#full-register button.signup {
  margin-top: 10px;
}
#full-register .newsletter {
  margin-top: 7px;
}
#full-register .container {
  width: auto;
}
.ask-registration,
.stream-registration {
  margin-top: 30px;
  margin-bottom: 50px;
}
.ask-registration h3,
.stream-registration h3 {
  color: #1b5c76;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  display: inline-block;
}
.ask-registration h3,
.stream-registration h3 {
  display: inline-block;
  font-size: 17px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 18px;
}
.ask-registration h3.big,
.stream-registration h3.big {
  font-size: 32px;
  text-transform: none;
  color: #64277e;
  margin-top: 6px;
  margin-bottom: 7px;
}
.editable-div-body {
  background: #d5dfec;
  border: 1px solid #c3d2e4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  min-height: 97px;
  padding: 6px 8px;
  font-size: 14px;
  color: #142934;
  outline: none !important;
  resize: none;
  cursor: text;
  margin-bottom: 20px;
}
.color-highlight {
  margin-top: 10px;
  margin-bottom: 6px;
}
.color-highlight p {
  margin-right: 6px;
  margin-bottom: 0px;
}
.color-highlight .color,
.color-highlight .clear {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 23px;
  height: 23px;
  color: #fcfcfd;
  text-align: center;
  line-height: 23px;
  font-weight: 600;
  display: inline-block;
  margin-right: 4px;
  cursor: pointer;
}
.color-highlight .blue {
  background-color: #2881af;
}
.color-highlight .blue:hover,
.color-highlight .blue:focus,
.color-highlight .blue:active {
  background-color: #24759e;
}
.color-highlight .orange {
  background-color: #f29400;
}
.color-highlight .orange:hover,
.color-highlight .orange:focus,
.color-highlight .orange:active {
  background-color: #de8800;
}
.color-highlight .green {
  background-color: #1fb25a;
}
.color-highlight .green:hover,
.color-highlight .green:focus,
.color-highlight .green:active {
  background-color: #1ca151;
}
.color-highlight .clear {
  font-size: 13px;
  width: auto;
  background-color: #beccd4;
  padding-left: 6px;
  padding-right: 6px;
}
.color-highlight .clear:hover,
.color-highlight .clear:focus,
.color-highlight .clear:active {
  background-color: #b2c2cc;
}
.color-highlight .clear i {
  height: 14px;
}
.color-highlight p {
  color: #898989;
  display: inline-block;
  font-size: 13px;
}
.page-ask {
  background: white;
}
.page-ask #questions-table table,
.page-ask #questions-table tr,
.page-ask #questions-table td {
  border-color: #aab3b6 !important;
}
.page-ask select {
  max-width: none;
}
.page-ask .editable-div-header {
  margin-bottom: 5px;
}
.ask-thank-you-box {
  background: transparent url('/Content/images/tour_ask_intro.jpg') no-repeat center center;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  width: auto;
  width: 768px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: white;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
}
.ask-thank-you-box h2 {
  color: white;
  font-weight: 700;
  margin-top: 20px;
}
.ask-thank-you-box img.logo-ask {
  margin-top: 70px;
}
.ask-thank-you-box p {
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 70px;
  display: inline-block;
}
::-webkit-input-placeholder {
  color: #7d7d7d;
}
:-moz-placeholder {
  color: #7d7d7d;
}
::-moz-placeholder {
  color: #7d7d7d;
}
:-ms-input-placeholder {
  color: #7d7d7d;
}
ul.debug-menu {
  background: #222;
  position: absolute;
  right: 0;
  top: 200px;
  text-align: left;
  list-style-type: none;
  padding-left: 0;
}
ul.debug-menu li {
  color: #fff;
  font-weight: 600;
  margin-top: 1px;
  margin: 10px 20px;
  cursor: pointer;
  z-index: 100000;
  position: relative;
}
@media (min-width: 1080px) {
  #full-register .container {
    width: 850px;
  }
}
@media (min-width: 1400px) {
  .job-progressbars-wrapper {
    width: auto;
    overflow-x: auto;
  }
  .job-progressbars {
    width: auto;
  }
}
@media (min-width: 1500px) {
  #full-register .row .row {
    margin-left: -25px !important;
    margin-right: -25px !important;
  }
}
.error-message {
  color: #c52033;
}
.page-block-form-heading h2 {
  margin-top: 0;
}
.form-group .error-message {
  background: #f8f8f8;
  margin-bottom: -5px;
  padding-bottom: 5px;
  padding-top: 5px;
  margin-top: 5px;
  font-size: 13px;
}
.selectize-input {
  border: none;
  box-shadow: none !important;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin-top: 2px;
}
.selectize-input input {
  top: 0px !important;
  position: relative;
}
.selectize-input.input-active .item {
  position: relative;
  top: -1px !important;
}
.selectize-input.not-full {
  /*input {
		    margin-top: 10px !important;
		}*/
}
.selectize-control.single .selectize-input:after {
  right: 0;
  margin-top: 0 !important;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  font-size: 14px;
}
#page-block-languages .selectize-dropdown.plugin-optgroup_columns .selectize-dropdown-content {
  max-height: none;
}
#page-block-languages .items > div {
  background: #E9ECF1;
}
#page-block-languages .selectize-dropdown {
  width: 824px !important;
  margin-left: -294px !important;
  width: 1035px !important;
  margin-left: -365px !important;
  width: 1144px !important;
  margin-left: -402px !important;
  top: 10px !important;
  padding: 7px;
  background: #e7eef6;
  border: none;
  box-shadow: none;
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1);
  position: relative;
}
#page-block-languages .selectize-dropdown:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 100%;
  height: 4px;
  background: #fff;
  top: -4px;
  left: 0px;
}
#page-block-languages .selectize-dropdown .selectize-dropdown-content {
  margin-left: 0;
  margin-right: 0;
  box-shadow: none;
}
#page-block-languages .selectize-dropdown .selectize-dropdown-content > div {
  border-bottom: none;
  background: #e7eef6;
}
#page-block-languages .selectize-dropdown .optgroup-header {
  background: transparent;
  font-weight: 600;
}
#page-block-languages .selectize-dropdown .opt-group:hover {
  background: transparent;
}
#page-block-languages .selectize-dropdown .option {
  min-height: 34px;
}
#page-block-languages .selectize-dropdown .option .fullname {
  display: inline-block;
  margin-left: 5px;
}
#page-block-languages .selectize-dropdown .option.active,
#page-block-languages .selectize-dropdown .option:hover {
  background: #d4e1ef;
}
#page-block-languages .selectize-dropdown [data-selectable] {
  padding: 7px 10px !important;
}
#page-block-languages .selectize-dropdown .optgroup-header {
  padding: 12px 10px !important;
}
.selectize-dropdown-content > div {
  border-bottom: 1px solid #D8D8D8;
  background: #ffffff;
}
.selectize-dropdown-content > div:hover,
.selectize-dropdown-content > div.active {
  background: #fafafa;
}
.selectize-input.dropdown-active::before {
  display: none;
}
.sourceLanguage .selectize-control .selectize-input > div,
.targetLanguages .selectize-control .selectize-input > div,
.sourceLanguage .selectize-control.multi .selectize-input > div,
.targetLanguages .selectize-control.multi .selectize-input > div {
  padding: 3px 3px;
}
.sourceLanguage .selectize-control .selectize-input > div .fullname,
.targetLanguages .selectize-control .selectize-input > div .fullname,
.sourceLanguage .selectize-control.multi .selectize-input > div .fullname,
.targetLanguages .selectize-control.multi .selectize-input > div .fullname {
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 1px;
}
.sourceLanguage .selectize-control.multi .selectize-input > div,
.targetLanguages .selectize-control.multi .selectize-input > div {
  background: #F3F3F3;
}
.sourceLanguage .selectize-control.plugin-remove_button [data-value] .remove,
.targetLanguages .selectize-control.plugin-remove_button [data-value] .remove {
  padding: 6px 0 0 0;
}
.sourceLanguage .selectize-input {
  padding-top: 1px;
}
nav.xyz ul {
  margin: 20px 0 0 0;
  padding: 0;
}
nav.xyz li {
  display: inline-block;
  margin-right: 5px;
}
nav.xyz li a {
  display: inline-block;
  padding: 8px 10px;
  color: #bada55;
  text-decoration: none;
}
nav.xyz li a:hover {
  color: #86a524;
  background: #edf5d3;
}
nav.xyz li.current a {
  color: #fff;
}
.react-steps-component .tab-content {
  position: relative;
}
.react-steps-component .tab-content .tab-pane {
  position: absolute;
  width: 100%;
}
.collapse {
  height: 0;
  overflow: hidden;
  max-height: 0;
}
.collapse.in {
  height: auto;
  max-height: 5000px !important;
  visibility: visible;
  opacity: 1;
}
.progress-steps-list ul.nav-tabs li:last-child a.circle span.icon i {
  font-size: 19px;
  margin-left: 3px;
  margin-top: -1px;
}
.progress-steps-list ul.nav-tabs li a {
  background: transparent;
}
.invisible {
  display: none !important;
}
.datepicker {
  padding: 0;
}
.datepicker.dropdown-menu {
  border: none;
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1);
}
.selectize-control .selectize-input.disabled {
  opacity: .5;
  background-color: #fff;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 0;
}
.example-enter {
  opacity: 0.01;
  transition: opacity .15s linear;
}
.example-enter.example-enter-active {
  opacity: 1;
  z-index: 1000;
}
.example-leave {
  opacity: 1;
  transition: opacity .15s linear;
}
.example-leave.example-leave-active {
  opacity: 0;
}
.form-group-confirmation label {
  margin-bottom: 2px;
  font-size: 12px;
  margin-top: 5px;
}
.form-group-confirmation label:after {
  display: none;
}
.form-group-confirmation .value {
  padding-top: 0px;
  font-weight: 600;
  font-size: 15px;
}
i.arroww {
  opacity: 0.65;
  font-size: 20px;
  margin-top: 9px;
  margin-bottom: 6px !important;
}
i.arrowww {
  margin-top: 20px;
}
.form-group-confirmation .centered .control-label {
  width: auto;
}
.form-group-confirmation .centered * {
  text-align: center;
}
input[type="checkbox"] + label span {
  background: url('https://tc6.idioma.com/Content/images/icons/checkbox.png');
  background-position: 0px 0px;
  background-size: 100%;
}
.radio-medium-rounded input[type="radio"]:checked + label div {
  font-weight: 400;
}
.radio-medium-rounded input[type="radio"]:checked + label {
  background: #eee;
}
.collapse {
  display: block;
  height: auto;
  overflow-y: hidden;
  transition: all 150ms ease-in-out;
}
.custom-placeholder {
  cursor: pointer;
}
.form-horizontal .form-group-confirmation {
  border-bottom: none;
}
.control-label:after {
  top: 0;
}
.form-horizontal .form-group {
  min-height: 0;
}
.form-horizontal .control-label {
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 0;
}
#page-project-internal-order .job-note {
  margin-bottom: 20px;
}
.radio-medium-rounded input[type="radio"] + label div {
  padding-top: 6px;
  padding-bottom: 6px;
}
.radio-medium-rounded input[type="radio"] + label {
  min-height: 0;
}
.radio-medium-rounded input[type="radio"] + label span {
  width: 33px;
  height: 33px;
}
.radio-medium-rounded input[type="radio"] + label span i {
  line-height: 30px;
}
.page-block-content.side-padding {
  padding-left: 20px;
  padding-right: 20px;
}
.switch-checkbox {
  margin-top: 7px;
}
.switch-checkbox input[type="checkbox"] + label {
  padding-left: 0px;
  clear: both;
}
.switch-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.switch-checkbox input[type="checkbox"] + label .switch-toggle {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 20px;
  border-radius: 999px;
  margin-right: 10px;
  background: white;
  background: linear-gradient(to right, #55ad55 0%, #55ad55 50%, #d0d0d0 50%, #d0d0d0 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  background-origin: border-box;
  background-clip: border-box;
  overflow: hidden;
  transition-duration: .4s;
  transition-property: padding, width, background-position, text-indent;
  font-size: 150%;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  float: left;
}
.switch-checkbox input[type="checkbox"] + label .switch-toggle span {
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 7px;
  width: 15px;
  height: 15px;
  background: transparent;
  background-size: 100%;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.switch-checkbox input[type="checkbox"]:checked + label .switch-toggle {
  padding-left: 30px;
  background-position: 0 0;
}
.switch-checkbox input[type="checkbox"]:checked + label .switch-toggle span {
  opacity: 1;
  background: transparent;
}
.switch-checkbox input[type="checkbox"] + label .switch-toggle:before {
  content: '';
  float: left;
  width: 16px;
  height: 16px;
  margin: 0px 0px 0 2px;
  border-radius: inherit;
  background: white;
  font-size: 9px;
  color: white;
  text-indent: -32px;
}
.switch-checkbox input[type="checkbox"] + label .switch-toggle:after {
  content: '';
  float: left;
  text-indent: 5px;
  color: rgba(0, 0, 0, 0.45);
  color: #FFF;
}
.switch-checkbox input[type="checkbox"] + label .switch-toggle:before,
.switch-checkbox input[type="checkbox"] + label .switch-toggle:after {
  text-transform: uppercase;
  line-height: 22px;
  position: relative;
  top: 2px;
}
.switch-checkbox input[type="checkbox"] + label .switch-label {
  font-size: 14px;
  color: #55ad55;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  float: left;
  margin-top: 3px;
}
.switch-checkbox input[type="checkbox"] + label .switch-label span {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  background: none;
  width: auto;
  font-weight: 600;
}
.switch-checkbox input[type="checkbox"] + label .switch-label span.on {
  opacity: 0;
  visibility: hidden;
}
.switch-checkbox input[type="checkbox"] + label .switch-label span.off {
  opacity: 1;
  visibility: visible;
  color: #969696;
}
.switch-checkbox input[type="checkbox"]:checked + label .switch-label span.on {
  opacity: 1;
  visibility: visible;
}
.switch-checkbox input[type="checkbox"]:checked + label .switch-label span.off {
  opacity: 0;
  visibility: hidden;
}
.datepicker .prev {
  border-radius: 4px 0px 0px 0px;
}
.datepicker .next {
  border-radius: 0px 0px 0px 4px;
}
.datepicker-dropdown:after {
  display: none;
}
.datepicker-dropdown:before {
  display: none;
}
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active {
  background: #e6b33d;
}
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active {
  background: #e6b33d;
}
.datetimepicker {
  padding: 0px;
}
.datetimepicker .glyphicon {
  top: -1px;
}
.datetimepicker .table-condensed > tbody > tr > td,
.datetimepicker .table-condensed > tbody > tr > th,
.datetimepicker .table-condensed > tfoot > tr > td,
.datetimepicker .table-condensed > tfoot > tr > th,
.datetimepicker .table-condensed > thead > tr > td,
.datetimepicker .table-condensed > thead > tr > th {
  padding: 6px 6px;
}
.datetimepicker table tr td span {
  border-radius: 0;
}
.datetimepicker thead {
  background: #4F4F4F;
  color: white;
}
.datetimepicker thead tr:first-child th:hover,
.datetimepicker tfoot tr:first-child th:hover {
  background: transparent;
}
.datetimepicker td,
.datetimepicker th {
  border-radius: 0;
}
.datetimepicker-minutes td {
  padding: 0;
}
.row.margin-minus-20 {
  margin-left: -20px;
  margin-right: -20px;
}
.mini-badge {
  display: inline-block;
  padding: 1px 4px;
  font-size: 11px;
  font-weight: 700;
  border-radius: 3px;
  margin-left: 4px;
}
.mini-badge.badge-red {
  color: #fff;
  background: #c52033;
}
.page-block-form-heading {
  padding-top: 8px;
  padding-bottom: 7px;
}
.service {
  padding: 10px 0px;
}
.service .mini-badge {
  margin-right: 6px;
}
.uploaded-files {
  line-height: 36px;
}
.form-group .error-message {
  padding-top: 8px;
}
.form-group .error-message strong {
  font-weight: 600;
}
.form-group .error-message {
  display: none;
}
.form-group .error-message.visible {
  display: block;
}
/*
    React Steps Form
*/
.progress-steps-list ul.nav-tabs li a.circle .icon-alert {
  display: inline-block;
  width: 34px;
  height: 34px;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  background: #e6b33d;
  border-radius: 50%;
  font-size: 20px;
  line-height: 34px;
  font-weight: 700;
  color: #fff;
}
.progress-steps-list ul.nav-tabs li.invalid a.circle span.icon-alert {
  opacity: 1;
}
.progress-steps-list ul.nav-tabs li.invalid a.circle span.num {
  opacity: 0;
}
.progress-steps-list ul.nav-tabs li.last a.circle .icon {
  background: #A9B9BD;
  border: none;
}
.progress-steps-list ul.nav-tabs li.last a.circle .icon i {
  color: #fff;
}
.progress-steps-list ul.nav-tabs li.last.invalid a.circle .icon-alert {
  display: none;
}
.progress-steps-list ul.nav-tabs li.done a.circle span.icon {
  background: #1fb25a;
}
.progress-steps-list ul.nav-tabs li.done.active a.circle span.icon {
  background: transparent;
}
.progress-steps-list ul.nav-tabs li.last.active a.circle span.icon {
  background: transparent !important;
  border: 3px solid #1fb25a !important;
}
.progress-steps-list ul.nav-tabs li.last.active a.circle span.icon i {
  margin-top: -7px;
  color: #1fb25a !important;
}
.progress-steps-list ul.nav-tabs li.invalid.active a.circle .icon-alert {
  color: #e6b33d !important;
  background: transparent !important;
  border: 3px solid #e6b33d !important;
  line-height: 28px;
}
.progress-steps-list ul.nav-tabs li a {
  background: transparent !important;
}
.page-message .container {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.page-message .container p {
  margin-bottom: 0;
}
.page-message {
  -webkit-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
}
.page-message .close-message {
  position: absolute;
  top: 0;
  right: 15px;
}
.form-horizontal .form-group.form-group-confirmation {
  min-height: 66px;
  display: table;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.form-horizontal .form-group.form-group-confirmation .vcentered {
  display: table-cell;
  vertical-align: middle;
}
.form-horizontal .form-group.form-group-confirmation .control-label {
  margin-bottom: 2px;
  margin-top: 0px;
}
.form-group--confirmationdates strong {
  display: block;
}
.page-block-form-heading.page-block-form-heading-gray {
  background: #8F9A9F;
}
.page-block-form-heading.page-block-form-heading-blue-light {
  background: #30A4CD;
}
.page-block-form-heading.page-block-form-heading-orange {
  background: #E4A30E;
}
.page-block-form-heading h2 {
  font-size: 16px;
}
.page-block-form-heading .material-icons {
  margin-right: 10px;
}
.row-same-height {
  display: table;
  width: 100%;
}
.col-full-height {
  height: 100%;
  vertical-align: middle;
}
@media (min-width: 480px) {
  .col-sm-height {
    display: table-cell;
    float: none;
  }
}
.project-item > .row {
  margin-right: 0;
  margin-left: 0;
}
a.project-item {
  background: white;
  position: relative;
  min-height: 58px;
  -webkit-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1);
  font-size: 12px;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
a.project-item:hover .project-content,
a.project-item:hover .project-side-info {
  background: #f4f4f4;
}
a.project-item:hover.project-estimate .project-badge {
  background: #2283d7;
}
a.project-item .row .row {
  margin-left: -20px;
  margin-right: -20px;
}
a.project-item .label {
  color: #142934;
  opacity: 0.75;
  font-weight: 400;
  padding-left: 0;
}
a.project-item .value {
  font-weight: 600;
}
a.project-item .bottom-info {
  text-align: left;
}
a.project-item .bottom-info .info-item {
  margin-right: 10px;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 2px;
}
a.project-item .bottom-info .info-item:last-child {
  margin-right: 0;
}
a.project-item .project-badge {
  padding-top: 6px;
  padding-bottom: 6px;
  background: #338FDF;
  color: #fff;
  text-align: center;
  font-weight: 600;
}
a.project-item .project-badge .state {
  font-size: 16px;
}
a.project-item .project-badge .service-name {
  margin-top: 2px;
  font-size: 12px;
}
a.project-item .project-badge .id {
  font-size: 12px;
  margin-top: 8px;
}
a.project-item .project-content {
  padding-top: 6px;
  padding-bottom: 6px;
  background: #fff;
}
a.project-item .project-content .project-title {
  font-size: 14px;
  font-weight: 600;
  margin-top: 6px;
}
a.project-item .project-content .project-subtitle {
  font-size: 11px;
  font-weight: 600;
  margin-top: 1px;
}
a.project-item .project-side-info {
  padding-top: 6px;
  padding-bottom: 6px;
  position: relative;
  text-align: center;
  background: #fff;
}
a.project-item .project-side-info:before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 80%;
  top: 10%;
  display: inline-block;
  background: #D8D8D8;
}
a.project-item .project-side-info .sidebar-content {
  display: inline-block;
}
a.project-item .project-side-info .sidebar-content .info-item {
  margin: 5px 0px;
}
a.project-item.project-estimate .project-badge {
  background: #338FDF;
}
a.project-item.project-translation .project-badge {
  background: #1BA859;
}
a.project-item.project-delivered .project-badge {
  background: #F7931D;
}
a.project-item .project-order-status {
  float: right;
}
a.project-item .project-order-status .value {
  color: #1BA859;
}
a.project-item .project-progress {
  float: right;
}
.simplified-progress-wrapper {
  display: inline-block;
}
.simplified-progress-wrapper .simplified-progress {
  width: 4px;
  margin-right: 3px;
  position: relative;
  display: inline-block;
  height: 26px;
  overflow: hidden;
  float: left;
}
.simplified-progress-wrapper .simplified-progress span {
  display: inline-block;
  height: 8px;
  width: 4px;
  background: #fff;
  float: left;
  margin-top: 1px;
}
.simplified-progress-wrapper .simplified-progress.fill-third span:nth-child(3) {
  background: #3AB10E;
}
.simplified-progress-wrapper .simplified-progress.fill-half span:nth-child(2),
.simplified-progress-wrapper .simplified-progress.fill-half span:nth-child(3) {
  background: #3AB10E;
}
.simplified-progress-wrapper .simplified-progress.fill-full span {
  background: #3AB10E;
}
.estimate-options {
  border-top: 1px solid #D8D8D8;
  padding-top: 20px;
  margin-top: 12px;
}
@media (min-width: 1200px) {
  .page-block.page-block-lg-short h4,
  .page-block.page-block-lg-short p {
    margin-bottom: 0;
  }
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 4px;
  font-size: 13px;
}
/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/keystonejs/react-select
*/
.Select {
  position: relative;
}
.Select,
.Select div,
.Select input,
.Select span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.Select.is-disabled > .Select-control {
  background-color: #f9f9f9;
}
.Select.is-disabled > .Select-control:hover {
  box-shadow: none;
}
.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
}
.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.Select-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.is-searchable.is-open > .Select-control {
  cursor: text;
}
.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}
.is-open > .Select-control > .Select-arrow {
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}
.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text;
}
.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
}
.Select-placeholder,
:not(.Select--multi) > .Select-control .Select-value {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.has-value:not(.Select--multi) > .Select-control > .Select-value .Select-value-label,
.has-value.is-pseudo-focused:not(.Select--multi) > .Select-control > .Select-value .Select-value-label {
  color: #333;
}
.has-value:not(.Select--multi) > .Select-control > .Select-value a.Select-value-label,
.has-value.is-pseudo-focused:not(.Select--multi) > .Select-control > .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none;
}
.has-value:not(.Select--multi) > .Select-control > .Select-value a.Select-value-label:hover,
.has-value.is-pseudo-focused:not(.Select--multi) > .Select-control > .Select-value a.Select-value-label:hover,
.has-value:not(.Select--multi) > .Select-control > .Select-value a.Select-value-label:focus,
.has-value.is-pseudo-focused:not(.Select--multi) > .Select-control > .Select-value a.Select-value-label:focus {
  color: #007eff;
  outline: none;
  text-decoration: underline;
}
.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  height: 34px;
  margin: 0;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
}
.is-focused .Select-input > input {
  cursor: text;
}
.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select-control:not(.is-searchable) > .Select-input {
  outline: none;
}
.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  -o-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  -o-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px;
}
.Select-clear-zone:hover {
  color: #D0021B;
}
.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}
.Select--multi .Select-clear-zone {
  width: 17px;
}
.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px;
}
.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
}
.is-open .Select-arrow,
.Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666;
}
@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}
.Select-menu {
  max-height: 198px;
  overflow-y: auto;
}
.Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}
.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.Select-option.is-focused {
  background-color: rgba(0, 126, 255, 0.08);
  color: #333;
}
.Select-option.is-disabled {
  color: #cccccc;
  cursor: default;
}
.Select-noresults {
  box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 8px 10px;
}
.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
}
.Select--multi.has-value .Select-input {
  margin-left: 5px;
}
.Select--multi .Select-value {
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
}
.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle;
}
.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px;
}
.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none;
}
.Select--multi a.Select-value-label:hover {
  text-decoration: underline;
}
.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px;
}
.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6;
}
.Select--multi .Select-value-icon:active {
  background-color: rgba(0, 126, 255, 0.24);
}
.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333;
}
.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3;
}
.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc;
}
@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}
.page-main-wrap > .title-wrapper .title {
  display: none;
}
.page .container {
  padding-top: 0;
}
.page-block-actions {
  margin-top: 15px;
}
.page-actions .row {
  margin-right: -20px;
  margin-left: -20px;
}
.react-steps-component {
  padding-left: 30px;
  padding-right: 30px;
}
.row.margin-minus-20 {
  margin-left: -20px;
  margin-right: -20px;
}
.Select-control {
  border: none;
}
.Select-placeholder,
:not(.Select--multi) > .Select-control .Select-value {
  color: #000;
  box-shadow: none;
}
#app {
  padding-top: 20px;
}
.modal-header .close {
  position: absolute;
  top: 14px;
  right: 14px;
  opacity: 0.5;
}
.modal-header h2,
.modal-header h3,
.modal-header h4 {
  margin-top: 0px;
}
.modal-header {
  padding-top: 16px;
  padding-bottom: 16px;
}
#termsAndConditionsModal .modal-dialog {
  margin-top: 50px;
  width: auto;
  max-width: 1200px;
  padding-bottom: 100px;
}
#termsAndConditionsModal .modal-dialog ol li {
  margin-bottom: 6px;
}
#termsAndConditionsModal .modal-dialog ol li ul {
  margin-top: 2px;
  list-style-type: none;
}
#termsAndConditionsModal .modal-dialog ol li ul li {
  margin-bottom: 6px;
}
.p-terms-and-conditions {
  font-size: 13px;
}
.currency-wrapper select {
  width: auto;
  min-width: 140px;
}
.page-wrapper .page-title {
  margin-top: 25px;
}
.page > .page-nav {
  display: block;
  margin-bottom: 20px;
}
.page-avilability h2,
.page-avilability h3 {
  margin-top: 20px;
}
#smart-table .btn-micro i {
  margin-top: 2px;
  margin-left: -5px;
}
.page-block-nav-margin {
  margin-left: 0px !important;
  margin-right: 25px !important;
}
.navbar-nav-agent .btn-new-project {
  margin-top: 21px;
  margin-left: 22px;
}
.file-are-loading {
  text-align: center;
}
.file-are-loading p {
  display: inline-block;
  font-weight: 700;
}
.agent-area-body .title {
  display: none;
}
input[type="radio"] {
  display: none;
}
input[type="radio"]:checked + label span {
  background-position: 0px 21px;
  background-size: 100%;
}
input[type="radio"]:disabled + label {
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
}
input[type="radio"] + label {
  font-weight: 400;
  display: table;
  cursor: pointer;
  line-height: 21px;
  position: relative;
  padding-left: 32px;
}
input[type="radio"] + label span {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  float: left;
  margin-top: 4px;
  width: 23px;
  height: 23px;
  border: 1px solid rgba(20, 41, 52, 0.21);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 2px;
  background: url('/Content/images/icons/radio.png');
  background-size: 100%;
  background-position: 0px 0px;
  margin-top: 0px;
  position: absolute;
  top: 0;
  left: 0;
}
.radio {
  display: inline-block;
  padding-right: 20px;
  font-size: 16px;
  cursor: pointer;
}
.radio:hover .inner {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: .7;
}
.radio .label-text {
  font-weight: 400;
  padding-top: 6px;
  display: inline-block;
}
.radio input {
  height: 1px;
  width: 1px;
  opacity: 0;
}
.radio input:checked + .wrap .outer .inner {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.radio input:checked + .wrap .outer {
  border: 3px solid #f29400;
}
.radio input:checked + .wrap .label-text {
  color: #f29400;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.radio input:focus + .wrap .outer .inner {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  background-color: #f29400;
}
.radio .wrap .outer {
  height: 24px;
  width: 24px;
  display: block;
  float: left;
  margin: 7px 10px 7px 0px;
  border: 3px solid #64277e;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.radio .inner {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 14px;
  width: 14px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  display: block;
  margin: 2px;
  border-radius: 50%;
  background-color: #f29400;
  opacity: 0;
}
.radio-expanded {
  padding-left: 34px;
  margin-top: -6px;
}
/*<label class="radio"><input id="radio1" type="radio" name="radios" checked><span class="wrap"><span class="outer"><span class="inner"></span></span><span class="label-text">Glossary proposal does not fit context.</span></span></label>
<label class="radio"><input id="radio2" type="radio" name="radios"><span class="wrap"><span class="outer"><span class="inner"></span></span><span class="label-text">Incorrect spelling/grammar in glossary.</span></span></label>
    */
/*@-webkit-keyframes cardEnter {
	0%, 20%, 40%, 60%, 80%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
	}
}

@keyframes cardEnter {
	0%, 20%, 40%, 60%, 80%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		-ms-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		-ms-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		-ms-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		-ms-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		-ms-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.radio {
	display: inline-block;
	padding-right: 20px;
	font-size: 16px;
	cursor: pointer;
}

	.radio:hover .inner {
		-webkit-transform: scale(0.5);
		-ms-transform: scale(0.5);
		transform: scale(0.5);
		opacity: .7;
	}

	.radio .label-text {
		font-weight: 400;
		padding-top: 6px;
		display: inline-block;
	}

	.radio input {
		height: 1px;
		width: 1px;
		opacity: 0;
	}

		.radio input:checked + .wrap .outer .inner {
			-webkit-transform: scale(1);
			-ms-transform: scale(1);
			transform: scale(1);
			opacity: 1;
		}

		.radio input:checked + .wrap .outer {
			border: 3px solid @radioButtonColorActive;
		}

		.radio input:checked + .wrap .label-text {
			color: @radioButtonColorActive;
			.transition-custom(color, 200ms, ease-in);
		}

		.radio input:focus + .wrap .outer .inner {
			-webkit-transform: scale(1);
			-ms-transform: scale(1);
			transform: scale(1);
			opacity: 1;
			background-color: @radioButtonColorActive;
		}

	.radio .wrap .outer {
		height: 24px;
		width: 24px;
		display: block;
		float: left;
		margin: 7px 10px 7px 0px;
		border: 3px solid @radioButtonColor;
		border-radius: 50%;
		background-color: #fff;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.radio .inner {
		//.transition-delay(100ms);
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		height: 14px;
		width: 14px;
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
		display: block;
		margin: 2px;
		border-radius: 50%;
		background-color: @radioButtonColorActive;
		opacity: 0;
	}

.radio-expanded {
	padding-left: 34px;
	margin-top: -6px;
}
*/
.radio-group {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D8D8D8;
}
.radio-medium-rounded input[type="radio"] + label {
  background-color: #eee;
  min-height: 38px;
  padding-right: 24px;
  border-radius: 0px 3px 3px 0px;
  position: relative;
  margin-left: 20px;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio-medium-rounded input[type="radio"] + label span {
  position: absolute;
  width: 38px;
  height: 38px;
  border-radius: 3px;
  left: 0;
  bottom: 50%;
  margin-bottom: -22px;
  margin-left: -22px;
  content: '';
  display: inline-block;
  border: none;
  background: #D6D6D6;
  text-align: center;
}
.radio-medium-rounded input[type="radio"] + label span i {
  color: #fff;
  line-height: 35px;
}
.radio-medium-rounded input[type="radio"] + label div {
  padding-top: 8px;
}
.radio-medium-rounded input[type="radio"]:checked + label span {
  background: #1fb25a;
}
.radio-medium-rounded input[type="radio"]:checked + label div {
  font-weight: 600;
}
select[multiple] {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 3px 4px;
  min-width: 240px;
  border: 1px solid #d9e2e7 !important;
  background: #fff !important;
  color: #142934 !important;
}
select[multiple] option {
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 13px;
}
select {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  min-width: 180px;
  border: 1px solid rgba(20, 41, 52, 0.23);
  background: #fff;
  font-weight: 400;
  padding: 3px 8px;
  padding-top: 4px;
  font-size: 14px;
  color: #142934;
  width: 100%;
}
.Select {
  margin-left: -10px;
  margin-right: -10px;
}
.Select .Select-menu-outer {
  top: 43px;
}
.Select .Select-menu {
  max-height: 198px;
  margin-left: -10px;
  margin-right: -10px;
  border: 1px solid #D8D8D8;
  border-top: none;
}
.Select .Select-option {
  background-color: #fff;
  color: #666666;
  padding: 8px 20px;
}
.Select .Select-control:hover {
  box-shadow: none;
}
.Select .Select-placeholder {
  opacity: 0.75;
}
.Select-control {
  cursor: pointer;
}
.Select.is-disabled .Select-placeholder {
  opacity: 0.5;
}
.Select.is-disabled > .Select-control {
  background: white;
  cursor: default;
}
.Select-placeholder,
:not(.Select--multi) > .Select-control .Select-value {
  line-height: 36px;
}
.is-focused:not(.is-open) > .Select-control {
  border-color: transparent;
  box-shadow: none;
}
.page-block .control-label:after {
  top: 2px !important;
}
.Select .Select-menu {
  background: white;
}
.Select--multi .Select-value {
  background: #E9ECF1;
  border: none;
  color: #142934;
}
.Select--multi .Select-value-icon {
  border-right: none;
  float: right;
  padding: 4px;
  font-size: 13px;
  border-left: 1px solid #D8D8D8;
}
.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  background: #d9dfe7;
  color: #142934;
}
.Select--multi .Select-value-label {
  padding: 4px 5px;
}
.lang-select {
  position: relative;
  background: #e7eef6;
}
.lang-select .region-heading {
  padding: 6px 10px;
  margin: 3px 10px;
  font-weight: 600;
}
.lang-select .Select-menu {
  background: #e7eef6;
  margin-left: -267px;
}
.lang-select .lang-region {
  width: 25%;
  display: inline-block;
  float: left;
}
.lang-select .Select-option {
  padding: 4px 10px;
  background: #e7eef6;
  margin: 1px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.lang-select .Select-option .img {
  float: left;
}
.lang-select .Select-option .fullname {
  font-size: 13px;
  font-weight: 600;
  position: relative;
  margin-left: 37px;
  padding-top: 2px;
}
.lang-select .Select-option:hover {
  background: #d4e1ef;
}
@media (min-width: 1200px) {
  #page-block-languages {
    width: 1020px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.estimate-table table,
#wordcounts table,
#project-info table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: none;
}
.estimate-table table.wide thead tr:first-child th,
#wordcounts table.wide thead tr:first-child th,
#project-info table.wide thead tr:first-child th {
  padding: 10px 20px 9px 20px !important;
  border-bottom: none;
  border-right: 1px solid rgba(20, 41, 52, 0.21);
}
.estimate-table table.wide thead tr:first-child th:last-child,
#wordcounts table.wide thead tr:first-child th:last-child,
#project-info table.wide thead tr:first-child th:last-child {
  border-left: none;
}
.estimate-table table.wide thead tr:nth-child(2) th:first-child,
#wordcounts table.wide thead tr:nth-child(2) th:first-child,
#project-info table.wide thead tr:nth-child(2) th:first-child {
  border-left: none;
}
.estimate-table table.wide thead tr:nth-child(2) th:nth-child(3),
#wordcounts table.wide thead tr:nth-child(2) th:nth-child(3),
#project-info table.wide thead tr:nth-child(2) th:nth-child(3) {
  border-right: 1px solid rgba(20, 41, 52, 0.21);
}
.estimate-table table.wide thead tr th,
#wordcounts table.wide thead tr th,
#project-info table.wide thead tr th {
  padding: 8px 20px 7px 20px;
}
.estimate-table table th,
#wordcounts table th,
#project-info table th {
  text-align: center;
  padding: 10px 20px 10px 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
  background-color: #DADDE1 !important;
}
.estimate-table table td,
#wordcounts table td,
#project-info table td {
  padding: 10px 20px;
}
.estimate-table table td.lang,
#wordcounts table td.lang,
#project-info table td.lang {
  font-size: 16px;
  border-right: 1px solid rgba(20, 41, 52, 0.21);
  padding-bottom: 12px;
  padding-top: 13px;
}
.estimate-table table td.lang img,
#wordcounts table td.lang img,
#project-info table td.lang img {
  margin-top: -2px;
  margin-right: 10px;
}
.estimate-table table td.price-bold,
#wordcounts table td.price-bold,
#project-info table td.price-bold {
  font-weight: 700;
}
.estimate-table table tr th.align-left,
#wordcounts table tr th.align-left,
#project-info table tr th.align-left,
.estimate-table table tr td.align-left,
#wordcounts table tr td.align-left,
#project-info table tr td.align-left {
  text-align: left !important;
}
.estimate-table table tr th.align-right,
#wordcounts table tr th.align-right,
#project-info table tr th.align-right,
.estimate-table table tr td.align-right,
#wordcounts table tr td.align-right,
#project-info table tr td.align-right {
  text-align: right !important;
}
.estimate-table table tr th.border-bottom,
#wordcounts table tr th.border-bottom,
#project-info table tr th.border-bottom,
.estimate-table table tr td.border-bottom,
#wordcounts table tr td.border-bottom,
#project-info table tr td.border-bottom {
  border-bottom: 1px solid rgba(20, 41, 52, 0.21) !important;
}
.estimate-table table tr th.border-right,
#wordcounts table tr th.border-right,
#project-info table tr th.border-right,
.estimate-table table tr td.border-right,
#wordcounts table tr td.border-right,
#project-info table tr td.border-right {
  border-right: 1px solid rgba(20, 41, 52, 0.21) !important;
}
.estimate-table table tr th.no-border-top,
#wordcounts table tr th.no-border-top,
#project-info table tr th.no-border-top,
.estimate-table table tr td.no-border-top,
#wordcounts table tr td.no-border-top,
#project-info table tr td.no-border-top {
  border-top: none !important;
}
.estimate-table table tr th.no-border-right,
#wordcounts table tr th.no-border-right,
#project-info table tr th.no-border-right,
.estimate-table table tr td.no-border-right,
#wordcounts table tr td.no-border-right,
#project-info table tr td.no-border-right {
  border-right: none !important;
}
.estimate-table table tr th.light-bg,
#wordcounts table tr th.light-bg,
#project-info table tr th.light-bg,
.estimate-table table tr td.light-bg,
#wordcounts table tr td.light-bg,
#project-info table tr td.light-bg {
  background: #fcfcfd;
}
.estimate-table table tr td:first-child,
#wordcounts table tr td:first-child,
#project-info table tr td:first-child {
  border-bottom: none;
  border-right: 1px solid rgba(20, 41, 52, 0.21);
}
.estimate-table table tr td:last-child,
#wordcounts table tr td:last-child,
#project-info table tr td:last-child,
.estimate-table table tr th:last-child,
#wordcounts table tr th:last-child,
#project-info table tr th:last-child {
  text-align: right;
}
.estimate-table table tr:last-child,
#wordcounts table tr:last-child,
#project-info table tr:last-child {
  background-color: #C6C6C6 !important;
}
.estimate-table table tr.grand-total td,
#wordcounts table tr.grand-total td,
#project-info table tr.grand-total td {
  background: #DADDE1;
  text-transform: uppercase;
  font-weight: 700;
  border-top: none;
}
.estimate-table table tr.grand-total td:last-child,
#wordcounts table tr.grand-total td:last-child,
#project-info table tr.grand-total td:last-child {
  font-size: 16px;
  text-transform: none;
  background: #c9cdd3;
  border-left: 1px solid rgba(20, 41, 52, 0.21);
}
.estimate-table table tr th,
#wordcounts table tr th,
#project-info table tr th,
.estimate-table table tr td,
#wordcounts table tr td,
#project-info table tr td {
  border-top: 1px solid rgba(20, 41, 52, 0.21);
}
.estimate-table table tr th,
#wordcounts table tr th,
#project-info table tr th {
  border-top: none;
  text-align: left;
}
.estimate-table table tr th:last-child,
#wordcounts table tr th:last-child,
#project-info table tr th:last-child,
.estimate-table table tr td:last-child,
#wordcounts table tr td:last-child,
#project-info table tr td:last-child {
  border-left: 1px solid rgba(20, 41, 52, 0.21);
}
.estimate-table table tr:first-child th:first-child,
#wordcounts table tr:first-child th:first-child,
#project-info table tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.estimate-table table tr:first-child th:last-child,
#wordcounts table tr:first-child th:last-child,
#project-info table tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.estimate-table table tr:last-child td:first-child,
#wordcounts table tr:last-child td:first-child,
#project-info table tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
}
.estimate-table table tr:last-child td:last-child,
#wordcounts table tr:last-child td:last-child,
#project-info table tr:last-child td:last-child {
  border-bottom-right-radius: 3px;
}
#smart-table {
  letter-spacing: initial;
}
#smart-table table {
  border-collapse: separate;
  background: #fff;
  -webkit-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1);
}
#smart-table .action-bar {
  margin-bottom: 5px;
}
#smart-table .badge {
  background: #fdfdfd;
  color: #1fb25a !important;
}
#smart-table thead tr.sorting-bar td {
  background: #1fb25a;
  padding: 9px 8px;
  white-space: nowrap;
  border-top: 0px;
  color: #fff;
}
#smart-table thead tr.sorting-bar td span {
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
}
#smart-table thead tr.sorting-bar td a.btn {
  background: transparent;
  margin-left: 0px;
  padding: 3px 1px;
}
#smart-table thead tr.sorting-bar td a.btn i {
  color: #fff !important;
  font-size: 10px;
  margin-top: 0px;
}
#smart-table thead tr.sorting-bar td a.btn:hover i,
#smart-table thead tr.sorting-bar td a.btn:focus i,
#smart-table thead tr.sorting-bar td a.btn:active i {
  color: #fff;
  background: transparent !important;
}
#smart-table thead tr.sorting-bar td .text-ellipsis {
  margin-right: 5px;
}
#smart-table thead tr.sorting-bar td .dropdown-menu {
  background: #fafafa;
}
#smart-table thead tr.sorting-bar td .dropdown-menu li a {
  color: #142934;
}
#smart-table thead tr.sorting-bar td * {
  vertical-align: middle;
}
#smart-table thead tr.filter-bar th {
  background: #d8dada;
  border-top: none;
  border-bottom: none;
}
#smart-table thead tr.filter-bar th * {
  vertical-align: middle;
}
#smart-table thead tr.filter-bar th:first-child {
  border-left: none;
}
#smart-table thead tr.filter-bar th:last-child {
  border-left: none;
}
#smart-table thead tr.filter-bar th input {
  background: #fff;
  border: none;
  padding: 4px 6px;
  height: auto;
  font-size: 13px;
  color: #142934;
  font-weight: 400;
}
#smart-table thead tr.filter-bar th select {
  width: 100%;
  min-width: 93px;
  background: #fff;
  border: none;
  padding: 4px 6px;
  height: auto;
  font-size: 13px;
  color: #142934;
  font-weight: 400;
}
#smart-table tbody tr {
  background: #fff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#smart-table tbody tr:nth-of-type(odd) {
  background: #fff;
}
#smart-table tbody tr:nth-of-type(odd):hover,
#smart-table tbody tr:nth-of-type(odd):focus,
#smart-table tbody tr:nth-of-type(odd):active {
  background: #eff2f5;
}
#smart-table tbody tr th,
#smart-table tbody tr td {
  color: #142934;
}
#smart-table tbody tr:hover,
#smart-table tbody tr:focus,
#smart-table tbody tr:active {
  background: #eff2f5;
}
#smart-table .filter-bar input,
#smart-table select {
  color: rgba(20, 41, 52, 0.5);
}
#smart-table ::-webkit-input-placeholder {
  color: rgba(20, 41, 52, 0.5);
}
#smart-table :-moz-placeholder {
  color: rgba(20, 41, 52, 0.5);
  opacity: 1;
}
#smart-table ::-moz-placeholder {
  color: rgba(20, 41, 52, 0.5);
  opacity: 1;
}
#smart-table :-ms-input-placeholder {
  color: rgba(20, 41, 52, 0.5);
}
#smart-table .btn.blue,
#smart-table button.blue,
#smart-table .btn.btn-info,
#smart-table button.btn-info {
  background-color: transparent !important;
  color: #fff;
}
#smart-table .btn.blue:hover,
#smart-table button.blue:hover,
#smart-table .btn.btn-info:hover,
#smart-table button.btn-info:hover,
#smart-table .btn.blue:focus,
#smart-table button.blue:focus,
#smart-table .btn.btn-info:focus,
#smart-table button.btn-info:focus,
#smart-table .btn.blue:active,
#smart-table button.blue:active,
#smart-table .btn.btn-info:active,
#smart-table button.btn-info:active {
  background-color: transparent !important;
}
#smart-table .btn-micro {
  padding: 3px 12px;
  position: relative;
  margin-top: -4px;
  margin-bottom: -4px;
}
.smart-table-pagination {
  background: #fff;
  padding-left: 25px;
  padding-bottom: 20px;
  text-align: center;
}
.smart-table-pagination div.pagination {
  margin: 0;
  display: inline-block;
}
.smart-table-pagination ul.pagination {
  position: relative;
  top: 6px;
}
.smart-table-pagination select {
  max-width: 100px;
  width: auto;
  min-width: 80px;
}
.page-block #smart-table {
  margin-top: -20px;
}
@media (min-width: 1500px) {
  [data-columnname="DateCreated"] {
    white-space: nowrap;
  }
}
table,
.table {
  font-size: 13px;
  margin-bottom: 0px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: transparent;
}
.table > thead > tr > th {
  border-bottom: none;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid rgba(20, 41, 52, 0.1);
}
.table-hover > tbody > tr:hover {
  background-color: inherit;
}
.table-color-bordered tbody tr td:last-child {
  border-right: 1px solid #d7d8dc !important;
}
.table-color-bordered tbody tr td:first-child {
  position: relative;
}
.table-color-bordered tbody tr td:first-child:before {
  position: absolute;
  content: '';
  display: block;
  height: 100%;
  width: 1px;
  top: 0;
  left: -3px;
  background: #d7d8dc;
}
tfoot {
  background: white;
}
tfoot tr td {
  border-bottom: 1px solid #d7d8dc !important;
}
tfoot tr td:last-child {
  border-right: 1px solid #d7d8dc !important;
}
tfoot tr td:first-child {
  border-left: 1px solid #d7d8dc !important;
}
.table-color,
.table-color-green {
  letter-spacing: initial;
}
.table-color table,
.table-color-green table {
  border-collapse: separate;
}
.table-color select,
.table-color-green select {
  background: white;
  color: #142934;
  border: 1px solid #e1e1e1;
  font-weight: 400;
  font-size: 13px;
}
.table-color input,
.table-color-green input {
  border: 1px solid #e1e1e1;
  background: #fdfdfd;
  font-weight: 400;
  font-size: 13px;
}
.table-color .table-striped > tbody > tr:nth-of-type(odd):hover,
.table-color-green .table-striped > tbody > tr:nth-of-type(odd):hover,
.table-color .table-striped > tbody > tr:nth-of-type(odd):focus,
.table-color-green .table-striped > tbody > tr:nth-of-type(odd):focus,
.table-color .table-striped > tbody > tr:nth-of-type(odd):active,
.table-color-green .table-striped > tbody > tr:nth-of-type(odd):active {
  background: #d8f8e5;
}
.table-color .table-striped > tbody > tr:nth-of-type(odd):hover td:first-child,
.table-color-green .table-striped > tbody > tr:nth-of-type(odd):hover td:first-child,
.table-color .table-striped > tbody > tr:nth-of-type(odd):focus td:first-child,
.table-color-green .table-striped > tbody > tr:nth-of-type(odd):focus td:first-child,
.table-color .table-striped > tbody > tr:nth-of-type(odd):active td:first-child,
.table-color-green .table-striped > tbody > tr:nth-of-type(odd):active td:first-child {
  border-left: 3px solid #1fb25a;
}
.table-color thead th:first-child,
.table-color-green thead th:first-child {
  border-top-left-radius: 6px;
  padding-left: 15px !important;
}
.table-color thead th:last-child,
.table-color-green thead th:last-child {
  border-top-right-radius: 6px;
  padding-right: 16px !important;
}
.table-color td,
.table-color-green td {
  white-space: normal;
}
.table-color td.button-cell,
.table-color-green td.button-cell {
  white-space: nowrap;
}
.table-color tbody tr,
.table-color-green tbody tr {
  border-left: 1px solid #1fb25a;
}
.table-color tbody tr th,
.table-color-green tbody tr th,
.table-color tbody tr td,
.table-color-green tbody tr td {
  color: #142934;
  border-top: 1px solid #e1e1e1;
}
.table-color tbody tr th:first-child,
.table-color-green tbody tr th:first-child,
.table-color tbody tr td:first-child,
.table-color-green tbody tr td:first-child {
  border-left: 3px solid transparent;
  padding-left: 15px;
}
.table-color tbody tr:hover,
.table-color-green tbody tr:hover,
.table-color tbody tr:focus,
.table-color-green tbody tr:focus,
.table-color tbody tr:active,
.table-color-green tbody tr:active {
  background: #d8f8e5;
  cursor: pointer;
}
.table-color tbody tr:hover td:first-child,
.table-color-green tbody tr:hover td:first-child,
.table-color tbody tr:focus td:first-child,
.table-color-green tbody tr:focus td:first-child,
.table-color tbody tr:active td:first-child,
.table-color-green tbody tr:active td:first-child {
  border-left: 3px solid #1fb25a;
}
.table-color tbody tr:last-child td,
.table-color-green tbody tr:last-child td {
  border-bottom: 1px solid #e1e1e1;
}
.table-color tbody tr:last-child td:first-child,
.table-color-green tbody tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.table-color tbody tr:last-child td:last-child,
.table-color-green tbody tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.table-color.table-color-thead-green thead tr th,
.table-color-green.table-color-thead-green thead tr th {
  background: #1fb25a;
  color: white;
  padding: 13px 10px;
}
.table-color.table-color-blue .table-striped > tbody > tr:nth-of-type(odd):hover,
.table-color-green.table-color-blue .table-striped > tbody > tr:nth-of-type(odd):hover,
.table-color.table-color-blue .table-striped > tbody > tr:nth-of-type(odd):focus,
.table-color-green.table-color-blue .table-striped > tbody > tr:nth-of-type(odd):focus,
.table-color.table-color-blue .table-striped > tbody > tr:nth-of-type(odd):active,
.table-color-green.table-color-blue .table-striped > tbody > tr:nth-of-type(odd):active {
  background: #deeff8;
}
.table-color.table-color-blue .table-striped > tbody > tr:nth-of-type(odd):hover td:first-child,
.table-color-green.table-color-blue .table-striped > tbody > tr:nth-of-type(odd):hover td:first-child,
.table-color.table-color-blue .table-striped > tbody > tr:nth-of-type(odd):focus td:first-child,
.table-color-green.table-color-blue .table-striped > tbody > tr:nth-of-type(odd):focus td:first-child,
.table-color.table-color-blue .table-striped > tbody > tr:nth-of-type(odd):active td:first-child,
.table-color-green.table-color-blue .table-striped > tbody > tr:nth-of-type(odd):active td:first-child {
  border-left: 3px solid #2881af;
}
.table-color.table-color-blue tbody tr,
.table-color-green.table-color-blue tbody tr {
  border-left: 1px solid #2881af;
}
.table-color.table-color-blue tbody tr:hover,
.table-color-green.table-color-blue tbody tr:hover,
.table-color.table-color-blue tbody tr:focus,
.table-color-green.table-color-blue tbody tr:focus,
.table-color.table-color-blue tbody tr:active,
.table-color-green.table-color-blue tbody tr:active {
  background: #deeff8;
}
.table-color.table-color-blue tbody tr:hover td:first-child,
.table-color-green.table-color-blue tbody tr:hover td:first-child,
.table-color.table-color-blue tbody tr:focus td:first-child,
.table-color-green.table-color-blue tbody tr:focus td:first-child,
.table-color.table-color-blue tbody tr:active td:first-child,
.table-color-green.table-color-blue tbody tr:active td:first-child {
  border-left: 3px solid #2881af;
}
.table-color.table-color-blue.table-color-thead-blue thead tr th,
.table-color-green.table-color-blue.table-color-thead-blue thead tr th {
  background: #2881af;
  color: white;
  padding: 13px 10px;
}
.table-color.table-color-grey .table-striped > tbody > tr:nth-of-type(odd):hover,
.table-color-green.table-color-grey .table-striped > tbody > tr:nth-of-type(odd):hover,
.table-color.table-color-grey .table-striped > tbody > tr:nth-of-type(odd):focus,
.table-color-green.table-color-grey .table-striped > tbody > tr:nth-of-type(odd):focus,
.table-color.table-color-grey .table-striped > tbody > tr:nth-of-type(odd):active,
.table-color-green.table-color-grey .table-striped > tbody > tr:nth-of-type(odd):active {
  background: #ffffff;
}
.table-color.table-color-grey .table-striped > tbody > tr:nth-of-type(odd):hover td:first-child,
.table-color-green.table-color-grey .table-striped > tbody > tr:nth-of-type(odd):hover td:first-child,
.table-color.table-color-grey .table-striped > tbody > tr:nth-of-type(odd):focus td:first-child,
.table-color-green.table-color-grey .table-striped > tbody > tr:nth-of-type(odd):focus td:first-child,
.table-color.table-color-grey .table-striped > tbody > tr:nth-of-type(odd):active td:first-child,
.table-color-green.table-color-grey .table-striped > tbody > tr:nth-of-type(odd):active td:first-child {
  border-left: 3px solid #91a7b4;
}
.table-color.table-color-grey tbody tr,
.table-color-green.table-color-grey tbody tr {
  border-left: 1px solid #91a7b4;
}
.table-color.table-color-grey tbody tr:hover,
.table-color-green.table-color-grey tbody tr:hover,
.table-color.table-color-grey tbody tr:focus,
.table-color-green.table-color-grey tbody tr:focus,
.table-color.table-color-grey tbody tr:active,
.table-color-green.table-color-grey tbody tr:active {
  background: #ffffff;
}
.table-color.table-color-grey tbody tr:hover td:first-child,
.table-color-green.table-color-grey tbody tr:hover td:first-child,
.table-color.table-color-grey tbody tr:focus td:first-child,
.table-color-green.table-color-grey tbody tr:focus td:first-child,
.table-color.table-color-grey tbody tr:active td:first-child,
.table-color-green.table-color-grey tbody tr:active td:first-child {
  border-left: 3px solid #91a7b4;
}
.table-color.table-color-grey.table-color-thead-grey thead tr th,
.table-color-green.table-color-grey.table-color-thead-grey thead tr th {
  background: #91a7b4;
  color: white;
  padding: 13px 10px;
}
.table-proposals .open-detail,
.table-running .open-detail {
  margin-right: 28px;
}
.table-proposals .open-detail i,
.table-running .open-detail i {
  font-size: 17px;
}
.table-proposals .open-detail-transparent,
.table-running .open-detail-transparent {
  background: transparent;
}
.table-proposals .open-detail-transparent i,
.table-running .open-detail-transparent i {
  color: #91a7b4;
  font-size: 20px;
}
.table-proposals .open-detail-transparent:hover i,
.table-running .open-detail-transparent:hover i,
.table-proposals .open-detail-transparent:focus i,
.table-running .open-detail-transparent:focus i,
.table-proposals .open-detail-transparent:active i,
.table-running .open-detail-transparent:active i {
  color: #2881af;
}
.table-proposals tbody tr .button-cell {
  padding-top: 4px;
  padding-bottom: 5px;
  width: 165px;
  text-align: right;
}
.table-proposals tbody tr .button-cell .buttons .decline-wrapper {
  display: inline-block;
  width: 35px;
}
.table-proposals tbody tr .button-cell .buttons .decline-job {
  display: none;
}
.table-proposals tbody tr:hover .button-cell .buttons .accept-job,
.table-proposals tbody tr:focus .button-cell .buttons .accept-job,
.table-proposals tbody tr:active .button-cell .buttons .accept-job {
  background: #1fb25a;
}
.table-proposals tbody tr:hover .button-cell .buttons .decline-job,
.table-proposals tbody tr:focus .button-cell .buttons .decline-job,
.table-proposals tbody tr:active .button-cell .buttons .decline-job {
  display: inline-block;
}
.table-proposals tbody tr:hover .button-cell .buttons .decline-job i,
.table-proposals tbody tr:focus .button-cell .buttons .decline-job i,
.table-proposals tbody tr:active .button-cell .buttons .decline-job i {
  color: rgba(20, 41, 52, 0.4);
}
.table-proposals tbody tr:hover .button-cell .buttons .decline-job:hover i,
.table-proposals tbody tr:focus .button-cell .buttons .decline-job:hover i,
.table-proposals tbody tr:active .button-cell .buttons .decline-job:hover i,
.table-proposals tbody tr:hover .button-cell .buttons .decline-job:focus i,
.table-proposals tbody tr:focus .button-cell .buttons .decline-job:focus i,
.table-proposals tbody tr:active .button-cell .buttons .decline-job:focus i,
.table-proposals tbody tr:hover .button-cell .buttons .decline-job:active i,
.table-proposals tbody tr:focus .button-cell .buttons .decline-job:active i,
.table-proposals tbody tr:active .button-cell .buttons .decline-job:active i {
  color: #c52033;
}
.table-proposals .deadline {
  width: 127px;
}
.table-proposals .accept-job {
  padding: 4px 15px;
}
.table-proposals .decline-job {
  background: transparent;
}
.table-proposals .decline-job i {
  color: #91a7b4;
}
.table-proposals .decline-job:hover i,
.table-proposals .decline-job:focus i,
.table-proposals .decline-job:active i {
  color: #c52033;
}
.table-running tbody tr .button-cell {
  padding-top: 4px;
  padding-bottom: 5px;
}
.table-running tbody tr .button-cell .buttons {
  display: none;
}
.table-running tbody tr:hover .button-cell .buttons,
.table-running tbody tr:focus .button-cell .buttons,
.table-running tbody tr:active .button-cell .buttons {
  display: block;
}
.table-running tbody tr.green {
  background: rgba(31, 178, 90, 0.3) !important;
}
.table-running tbody tr.blue {
  background: rgba(40, 129, 175, 0.3) !important;
}
.table-running tbody tr.orange {
  background: rgba(242, 148, 0, 0.3) !important;
}
.table-running tbody tr.yellow {
  background: rgba(230, 179, 61, 0.3) !important;
}
.table-running tbody tr.red {
  background: rgba(197, 32, 51, 0.3) !important;
}
.table-running td.colors {
  white-space: nowrap;
}
.table-running .deadline {
  width: 140px;
}
.table-running .iqube,
.table-running .cc--cat,
.table-running .open {
  background: #c5d1d6;
}
.table-running .iqube:hover,
.table-running .cc--cat:hover,
.table-running .open:hover,
.table-running .iqube:focus,
.table-running .cc--cat:focus,
.table-running .open:focus,
.table-running .iqube:active,
.table-running .cc--cat:active,
.table-running .open:active {
  background: #b0c0c7;
}
.table-running td.colors .btn {
  padding: 0px 4px;
}
.table-running td.colors .btn-green {
  background: #1fb25a !important;
}
.table-running td.colors .btn-blue {
  background: #2881af !important;
}
.table-running td.colors .btn-orange {
  background: #f29400 !important;
}
.table-running td.colors .btn-yellow {
  background: #E6B33D !important;
}
.table-running td.colors .btn-red {
  background: #c52033 !important;
}
.table-running td.colors .btn-white {
  background: #fff !important;
}
table th.nowrap,
table td.nowrap {
  white-space: normal;
}
table th.text-left,
table td.text-left {
  text-align: left;
}
table th.text-right,
table td.text-right {
  text-align: right;
}
table th.text-center,
table td.text-center {
  text-align: center;
}
table th.noborder-top,
table td.noborder-top {
  border-top: none !important;
}
table th.noborder-bottom,
table td.noborder-bottom {
  border-bottom: none !important;
}
table th.noborder-right,
table td.noborder-right {
  border-right: none !important;
}
table th.noborder-left,
table td.noborder-left {
  border-left: none !important;
}
.table-collapsed-border-wrapper table {
  border-color: #cdd2d4 !important;
}
.table-collapsed-border-wrapper table tr,
.table-collapsed-border-wrapper table tr td,
.table-collapsed-border-wrapper table tr th {
  border-color: #cdd2d4 !important;
}
.PdfLink,
td.pdf,
.PaymentLink {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}
.PdfLink .btn,
td.pdf .btn,
.PaymentLink .btn {
  background: transparent;
  padding: 4px 7px 4px 9px;
}
.PdfLink .btn i,
td.pdf .btn i,
.PaymentLink .btn i {
  width: 19px;
  height: 22px;
  color: #c52033;
}
.PaymentLink {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}
.PaymentLink .btn {
  background: transparent;
  padding: 4px 7px 4px 4px;
}
.PaymentLink .btn i {
  width: 22px;
  height: 22px;
  color: #142934;
  font-size: 24px;
}
td.fee {
  text-align: left;
}
td.fee span {
  font-weight: 600;
  font-size: 13px;
  color: rgba(20, 41, 52, 0.7);
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 1px;
}
@media (min-width: 1500px) {
  table {
    font-size: 14px;
  }
}
.page-block-tabs li a {
  color: #1E95c8;
}
.tooltip-inner {
  background-color: #000033;
  color: #fff;
  left: 0px;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #000033;
}
.popover {
  z-index: 9999;
  display: inline-block;
  visibility: visible;
  opacity: 1;
  background: #000033;
  color: #fff;
  font-size: 13px !important;
}
.popover.top > .arrow:after {
  border-top-color: #000033;
}
.help-tooltip {
  position: absolute;
  right: 9px;
  top: 9px;
  width: 14px;
  height: 14px;
  background: url(../images/icons/help.svg) no-repeat;
  background-size: 100%;
  display: inline-block;
  opacity: 0.8;
}
.drop-area {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #F0F0F0;
  border: 1px dashed #A5A5A5;
  font-size: 11px;
  color: #224659;
  text-align: center;
  padding: 7px 7px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
.drop-area textarea {
  background: transparent;
  border: none;
}
.drop-area:hover,
.drop-area.hover {
  background-color: #ededed;
  border: 1px dashed #8c8c8c;
}
.drop-area .upload-label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
}
.drop-area .upload-label i,
.drop-area .upload-label span {
  color: #2B90D3;
}
.drop-area .formats {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 2px;
  right: 4px;
  font-size: 11px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.drop-area .i-upload-cloud-blue {
  width: 26px;
  height: 16px;
  margin-right: 7px;
  margin-top: -2px;
}
.drop-area i.material-icons {
  color: #2B90D3;
  position: relative;
  top: -1px;
  margin-right: 4px;
  font-size: 24px;
}
.drop-area:hover .formats {
  visibility: visible;
  opacity: 1;
}
.drop-area.drop-area-medium {
  min-height: 74px;
}
.drop-area.drop-area-medium .i-upload-cloud-blue {
  width: 36px;
  height: 23px;
}
.drop-area.drop-area-medium .upload-label {
  margin-top: 20px;
}
.drop-area.drop-area-small {
  padding: 18px 10px;
  width: auto;
  /*display: flex;
        align-items: center;
        justify-content: center;*/
  max-width: 300px;
  min-height: 52px;
  min-width: 200px;
}
.drop-area.drop-area-small .upload-label {
  font-size: 11px;
}
#upload-dialog > div {
  background-color: white;
  position: fixed;
  bottom: 0;
  min-width: 500px;
  right: 5%;
  z-index: 100000;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  -webkit-box-shadow: 0px -3px 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px -3px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0px -3px 8px rgba(0, 0, 0, 0.15);
}
#upload-dialog-body {
  padding-bottom: 8px;
  max-height: 500px;
  overflow-y: auto;
}
#upload-dialog-body .progress {
  margin-bottom: 0 !important;
}
#upload-dialog-body .progress .bar {
  height: 20px;
  background: #1fb25a;
}
#upload-dialog-body table tr th {
  background: #F0F0F0;
  padding: 11px 16px;
  border-bottom: 1px solid #ddd;
}
#upload-dialog-body table tr td {
  padding: 11px 16px;
  padding-top: 16px;
  padding-bottom: 2px;
  background: white;
  border-top: none;
}
#upload-dialog-body table tr td:last-child {
  width: 56px;
  text-align: right;
}
#upload-dialog-body .btn {
  background: transparent;
  padding: 0px 4px;
}
#upload-dialog-body .btn i {
  color: #b0c0c7;
  vertical-align: baseline;
}
#upload-dialog .dialog-title {
  background: #2e353f;
}
#upload-dialog .dialog-title h4 {
  color: white;
  margin: 0;
  padding: 5px;
  font-weight: 600;
  margin: 7px 5px;
  font-size: 16px;
  margin-top: 9px;
  float: left;
  display: inline-block;
}
#upload-dialog .dialog-title i {
  margin-right: 6px;
  margin-left: 5px;
  vertical-align: inherit;
}
#upload-dialog .dialog-title a {
  margin-top: 6px;
}
#upload-dialog .dialog-title a i {
  color: white;
}
.files-minimalistic table {
  width: 100%;
}
.files-minimalistic table thead tr th {
  padding: 7px 10px;
  font-weight: 600;
  font-size: 13px;
}
.files-minimalistic table tbody tr td {
  background: #E9ECF1;
  margin-bottom: 4px;
  font-size: 13px;
}
.files-minimalistic table tbody tr td.name {
  font-weight: 600;
  padding: 5px 10px;
}
.files-minimalistic table tbody tr td.description {
  position: relative;
  padding: 0;
}
.files-minimalistic table tbody tr td.description input {
  background: transparent;
  border: none;
  font-size: 14px;
  width: 100%;
  padding: 5px 10px;
  position: relative;
  z-index: 1;
  font-size: 13px;
}
.files-minimalistic table tbody tr td.description input:focus + .custom-placeholder {
  display: none;
}
.files-minimalistic table tbody tr td.description .custom-placeholder {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px;
  z-index: 2;
  font-size: 13px;
}
.files-minimalistic table tbody tr td.description .custom-placeholder a.copy-last-comment {
  text-decoration: underline;
}
.files-minimalistic table tbody tr td.actions {
  text-align: right;
  padding: 7px 10px;
}
.files-minimalistic table tbody tr td.actions a {
  display: inline-block;
  margin-left: 4px;
}
.files-minimalistic table tbody tr td.actions a i {
  font-size: 19px;
  color: #959595;
}
.files-minimalistic table tbody tr td.actions a.action-delete:hover {
  color: #c52033;
}
.files-minimalistic table tbody tr td.name {
  width: 200px;
}
.files-minimalistic table tbody tr.description-focus .custom-placeholder {
  display: none !important;
}
.account-header .container {
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: none !important;
}
.account-header .agreement-cv-wrapper {
  text-align: right;
  margin-top: 20px;
}
.account-header .account-photo {
  width: 120px;
  height: 120px;
  background: url('../../../../Content/images/blank_photo.png');
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-size: 100%;
  border-radius: 50%;
  float: left;
  margin-right: 20px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.account-header .account-photo:hover .update-photo,
.account-header .account-photo:focus .update-photo,
.account-header .account-photo:active .update-photo {
  height: 40%;
}
.account-header .account-photo:hover .update-photo span,
.account-header .account-photo:focus .update-photo span,
.account-header .account-photo:active .update-photo span {
  margin-bottom: 5px;
}
.account-header .account-photo .update-photo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: rgba(20, 41, 52, 0.6);
  display: inline-block;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  text-align: center;
  color: white;
  font-size: 13px;
}
.account-header .account-photo .update-photo i {
  display: block;
  margin-top: 7px;
  margin-bottom: 2px;
  font-size: 15px;
}
.account-header .availability-badge {
  text-transform: uppercase;
  font-weight: 600;
}
.account-header .availability-badge span {
  width: 12px;
  height: 12px;
  display: inline-block;
  background: rgba(20, 41, 52, 0.65);
  border-radius: 50%;
  margin-right: 3px;
  top: 1px;
  position: relative;
}
.account-header .availability-badge.available {
  color: #1fb25a;
}
.account-header .availability-badge.available span {
  background: #1fb25a;
}
.account-header .availability-badge.unavailable {
  color: #c52033;
}
.account-header .availability-badge.unavailable span {
  background: #c52033;
}
.account-header .availability-badge.busy {
  color: #f29400;
}
.account-header .availability-badge.busy span {
  background: #f29400;
}
.account-header .availability-badge.unknown {
  color: #91a7b4;
}
.account-header .availability-badge.unknown span {
  background: #91a7b4;
}
.account-header .availability-badge.offline {
  color: #142934;
}
.account-header .availability-badge.offline span {
  background: #142934;
}
.account-header .basic-info {
  display: inline-block;
  float: left;
}
.account-header .basic-info .availability-badge {
  margin-top: 10px;
  display: inline-block;
  margin-left: 15px;
}
.account-header h1 {
  margin-bottom: 10px;
  font-size: 24px;
  margin-top: 5px;
  display: inline-block;
}
.account-header p {
  font-size: 13px;
  margin-bottom: 4px;
}
.account-header .callout {
  color: #142934;
  border-radius: 6px;
  padding: 11px;
  line-height: 16px;
  max-width: 400px;
  font-style: italic;
  position: relative;
  display: inline-block;
  margin-top: 20px;
  margin-left: 5px;
  cursor: pointer;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  padding-left: 8px;
  padding-right: 8px;
}
.account-header .callout p {
  margin-bottom: 0;
  font-size: 12px;
}
.account-header .callout:before {
  background: url('../../../../Content/images/icons/callout-quotes.png');
  width: 17px;
  height: 11px;
  background-size: 100%;
  display: inline-block;
  content: '';
  position: absolute;
  top: -3px;
  left: -4px;
}
.account-header .callout:hover,
.account-header .callout:focus,
.account-header .callout:active {
  background: #eff4fa;
}
.account-header .callout:hover a.callout-edit,
.account-header .callout:focus a.callout-edit,
.account-header .callout:active a.callout-edit {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  visibility: visible;
}
.account-header .callout a.callout-edit {
  position: absolute;
  bottom: 6px;
  right: 6px;
  visibility: hidden;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.account-header .cv-upload,
.account-header .agreement {
  color: #142934;
  min-height: 110px;
  border-radius: 6px;
  display: table;
  width: 100%;
  height: 100%;
}
.account-header .cv-upload .content,
.account-header .agreement .content {
  padding: 15px;
  height: 100%;
  position: relative;
  border-radius: 6px;
  width: 100%;
}
.account-header .cv-upload .content h3,
.account-header .agreement .content h3 {
  font-size: 14px;
  font-weight: 700;
  margin-top: 0px;
  color: rgba(20, 41, 52, 0.75);
  text-align: left;
}
.account-header .cv-upload .content {
  text-align: center;
  font-size: 12px;
}
.account-header .cv-upload .content .middle-wrapper {
  display: table;
  height: 100%;
  width: 100%;
}
.account-header .cv-upload .content .middle-wrapper .middle-wrapper-content {
  display: table-cell;
  vertical-align: middle;
}
.account-header .cv-upload .content .upload-wrap {
  border: 2px dashed #91a7b4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.account-header .cv-upload .content .btn.btn-upload-cv {
  margin: 4px;
}
.account-header .cv-upload .content .btn.btn-upload-cv span {
  display: block;
  text-align: center;
}
.account-header .cv-upload .content .btn.btn-upload-cv .i-upload-white {
  width: 20px;
  height: 16px;
  margin-bottom: 2px;
  margin-top: 2px;
}
.account-header .cv-upload .i-upload-grey {
  margin-bottom: 2px;
  width: 16px;
  height: 13px;
  margin-right: 4px;
  margin-top: 1px;
}
.account-header .cv-upload .update {
  font-size: 12px;
}
.account-header .cv-uploaded {
  position: relative;
}
.account-header .cv-uploaded .cv-info i {
  float: left;
}
.account-header .cv-uploaded .cv-info .text {
  float: left;
  text-align: left;
  margin-left: 5px;
  margin-top: -3px;
  font-size: 12px;
}
.account-header .cv-uploaded .cv-info p strong {
  font-size: 12px;
}
.account-header .agreement-wrapper {
  margin-bottom: 20px;
}
.account-header .agreement .content {
  text-align: left;
  padding-bottom: 13px;
}
.account-header .agreement .icon-main {
  float: left;
  margin-right: 8px;
}
.account-header .agreement .icon-main i {
  margin-top: 3px;
}
.account-header .agreement h4 {
  font-weight: 700;
  margin-bottom: 5px;
}
.account-header .agreement h4.orange {
  color: #f29400;
}
.account-header .agreement h4.grey {
  color: rgba(20, 41, 52, 0.75);
}
.account-header .agreement h4.green {
  color: rgba(31, 178, 90, 0.75);
}
.account-header .agreement .text p {
  color: rgba(20, 41, 52, 0.75);
  font-size: 12px;
  margin-bottom: 0;
}
.account-header .agreement .buttons {
  text-align: right;
  margin-top: 7px;
  width: 100%;
}
.account-header .agreement .buttons .btn {
  margin-left: 5px;
}
.account-header .agreement .buttons.smaller {
  display: inline-block;
}
.account-header .agreement .buttons.smaller .btn.small,
.account-header .agreement .buttons.smaller button.small {
  padding: 5px 8px;
  font-size: 11px;
}
.account-header #editCallOutModal textarea {
  width: 100%;
}
.page-supplier-account {
  /*.agreement-box {
        h3 {
            margin-bottom: 20px;
        }

        .row {
            margin-right: 0px;
            margin-left: 0px;
        }

        .wrapper {
            background: white;
            border: 2px solid @darkerBorderColor;
            padding: 30px 30px;
            margin-bottom: 40px;
            border-radius: 5px;
        }
    }*/
}
.page-supplier-account .tooltip {
  white-space: nowrap;
}
.page-supplier-account h3 {
  margin-top: 0px;
}
.page-supplier-account .tab-content {
  padding-left: 0;
  padding-right: 0;
}
.page-supplier-account .callout h4 {
  display: inline-block;
}
.page-supplier-account .callout .callout-box {
  padding: 15px;
  border-radius: 10px;
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.page-supplier-account .callout .callout-edit {
  color: #31708f !important;
}
.page-supplier-account .callout .callout-edit i {
  color: #31708f;
}
.page-supplier-account table th,
.page-supplier-account table td {
  white-space: initial !important;
}
@media (min-width: 992px) {
  .account-header .nocallout {
    max-width: 340px;
  }
  .account-header h1 {
    font-size: 28px;
  }
  .account-header .agreement-wrapper {
    margin-bottom: 0px;
  }
  .cv-upload .content,
  .agreement .content {
    padding: 10px !important;
  }
  .cv-uploaded {
    position: relative;
  }
  .cv-uploaded .cv-info .text {
    margin-left: 5px;
  }
}
@media (min-width: 1190px) {
  .account-header i.i-cv-ok {
    width: 42px;
    height: 41px;
  }
}
@media (min-width: 1300px) {
  .cv-upload,
  .agreement {
    max-height: 150px !important;
  }
  .account-header .container {
    padding-bottom: 20px;
  }
}
@media (min-width: 1600px) {
  .account-header .account-photo {
    width: 110px;
    height: 110px;
  }
}
@media (min-width: 1700px) {
  .account-header .account-photo {
    width: 125px;
    height: 125px;
  }
  .account-header i.i-cv-ok {
    width: 48px;
    height: 47px;
  }
}
.page-avilability #regular-availability {
  border-bottom: 1px solid rgba(20, 41, 52, 0.15);
  border-bottom: 1px solid rgba(20, 41, 52, 0.17);
  position: relative;
  background: white;
}
.page-avilability #regular-availability:after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  bottom: -2px;
  left: 0;
  background: rgba(20, 41, 52, 0.12);
  z-index: 10;
}
.page-avilability .availability-days {
  padding: 36px 26px;
  padding-bottom: 0px;
  display: inline-block;
}
.page-avilability .availability-day {
  position: relative;
  display: inline-block;
  margin-right: 60px;
  margin-top: 25px;
  margin-bottom: 50px;
}
.page-avilability .availability-day .circle path {
  cursor: pointer;
  transition: fill .4s ease;
}
.page-avilability .availability-day .circle path.active.morning {
  fill: #f29400 !important;
}
.page-avilability .availability-day .circle path.active.afternoon {
  fill: #1fb25a !important;
}
.page-avilability .availability-day .circle path.active.evening {
  fill: #2881af !important;
}
.page-avilability .availability-day .circle path:hover.morning {
  fill: rgba(242, 148, 0, 0.45);
}
.page-avilability .availability-day .circle path:hover.afternoon {
  fill: rgba(31, 178, 90, 0.45);
}
.page-avilability .availability-day .circle path:hover.evening {
  fill: rgba(40, 129, 175, 0.45);
}
.page-avilability .availability-day .all-day {
  cursor: pointer;
}
.page-avilability .availability-day .all-day.active {
  fill: #576f86;
}
.page-avilability .availability-day .all-day-text {
  position: absolute;
  top: 44px;
  left: 39px;
  width: 44px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  pointer-events: none;
  display: inline-block;
  color: rgba(20, 41, 52, 0.65);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.page-avilability .availability-day .all-day-text.active {
  color: white;
}
.page-avilability .availability-day .clock {
  position: absolute;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.8px;
  letter-spacing: inherit;
  color: rgba(20, 41, 52, 0.7);
  font-weight: 600;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.page-avilability .availability-day .clock._8am {
  top: 86px;
  left: -23px;
}
.page-avilability .availability-day .clock._6pm {
  top: 86px;
  right: -22px;
}
.page-avilability .availability-day .clock._12pm {
  top: -18px;
  left: 44px;
}
.page-avilability .availability-day .day-name {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: -47px;
  font-weight: 600;
}
.page-avilability .report-new {
  background: white;
  padding: 8px 0px;
  margin-top: 15px;
}
.page-avilability .report-new .row {
  margin-right: 0;
  margin-left: 0;
}
.page-avilability .report-new input[type="text"] {
  background: white;
  border: none;
  font-weight: 600;
  padding-left: 0;
  padding-right: 0;
  cursor: pointer;
  padding-top: 9px;
}
.page-avilability .report-new .submit-wrapper {
  padding-right: 8px;
}
.page-avilability .report-new .submit-wrapper .btn {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 15px;
  width: 100%;
  float: right;
}
.page-avilability .report-new .submit-wrapper .btn i {
  margin-right: 4px;
}
.page-avilability .report-new .enter-note input[type="text"] {
  cursor: text;
  font-weight: 400 !important;
  width: 100%;
  max-width: none;
}
.page-avilability .report-new select {
  border: none;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  width: 170px;
  min-width: 0;
  background: #fff;
  border: 1px solid rgba(20, 41, 52, 0.3);
  margin-top: 4px;
}
.page-avilability .datetimepicker table tr td.active:hover,
.page-avilability .datetimepicker table tr td.active:hover:hover,
.page-avilability .datetimepicker table tr td.active.disabled:hover,
.page-avilability .datetimepicker table tr td.active.disabled:hover:hover,
.page-avilability .datetimepicker table tr td.active:active,
.page-avilability .datetimepicker table tr td.active:hover:active,
.page-avilability .datetimepicker table tr td.active.disabled:active,
.page-avilability .datetimepicker table tr td.active.disabled:hover:active,
.page-avilability .datetimepicker table tr td.active.active,
.page-avilability .datetimepicker table tr td.active:hover.active,
.page-avilability .datetimepicker table tr td.active.disabled.active,
.page-avilability .datetimepicker table tr td.active.disabled:hover.active,
.page-avilability .datetimepicker table tr td.active.disabled,
.page-avilability .datetimepicker table tr td.active:hover.disabled,
.page-avilability .datetimepicker table tr td.active.disabled.disabled,
.page-avilability .datetimepicker table tr td.active.disabled:hover.disabled,
.page-avilability .datetimepicker table tr td.active[disabled],
.page-avilability .datetimepicker table tr td.active:hover[disabled],
.page-avilability .datetimepicker table tr td.active.disabled[disabled],
.page-avilability .datetimepicker table tr td.active.disabled:hover[disabled] {
  background-iamge: none;
  background-color: #1fb25a;
}
.page-avilability #planned-availability {
  background: #F0F0F0;
}
.page-avilability #planned-availability .list-of-unavailability {
  margin-top: 30px;
  padding-top: 20px;
}
.page-avilability #planned-availability .page-alt-bg {
  border-bottom: none;
}
.page-avilability #planned-availability .page-alt-bg:after {
  display: none;
}
.page-avilability #planned-availability #smart-table thead tr.sorting-bar td {
  background: #d8dada;
}
.page-avilability #planned-availability #smart-table thead tr.sorting-bar td span {
  color: #142934;
}
.page-avilability #planned-availability #smart-table thead tr.sorting-bar td:first-child {
  border-left: none;
}
.page-avilability #planned-availability #smart-table thead tr.sorting-bar td a.btn i {
  color: rgba(20, 41, 52, 0.5) !important;
}
.page-avilability #planned-availability #smart-table td {
  border: none !important;
}
.page-avilability #planned-availability #smart-table tr:hover,
.page-avilability #planned-availability #smart-table tr:focus,
.page-avilability #planned-availability #smart-table tr:active {
  background: transparent !important;
}
.page-avilability #planned-availability #smart-table tr:hover td:first-child,
.page-avilability #planned-availability #smart-table tr:focus td:first-child,
.page-avilability #planned-availability #smart-table tr:active td:first-child {
  border-left: initial;
}
.page-avilability #planned-availability #smart-table input[type="text"] {
  border: none;
  background: transparent;
}
.page-avilability #planned-availability #smart-table [data-columnname="Edit"] {
  text-align: right;
  min-width: 102px;
}
.page-avilability #planned-availability #smart-table [data-columnname="Edit"] .btn {
  margin-left: 4px;
}
.supplier-dashboard .col-xl-1,
.supplier-dashboard .col-xl-10,
.supplier-dashboard .col-xl-11,
.supplier-dashboard .col-xl-12,
.supplier-dashboard .col-xl-2,
.supplier-dashboard .col-xl-3,
.supplier-dashboard .col-xl-4,
.supplier-dashboard .col-xl-5,
.supplier-dashboard .col-xl-6,
.supplier-dashboard .col-xl-7,
.supplier-dashboard .col-xl-8,
.supplier-dashboard .col-xl-9,
.supplier-dashboard .col-lg-1,
.supplier-dashboard .col-lg-10,
.supplier-dashboard .col-lg-11,
.supplier-dashboard .col-lg-12,
.supplier-dashboard .col-lg-2,
.supplier-dashboard .col-lg-3,
.supplier-dashboard .col-lg-4,
.supplier-dashboard .col-lg-5,
.supplier-dashboard .col-lg-6,
.supplier-dashboard .col-lg-7,
.supplier-dashboard .col-lg-8,
.supplier-dashboard .col-lg-9,
.supplier-dashboard .col-md-1,
.supplier-dashboard .col-md-10,
.supplier-dashboard .col-md-11,
.supplier-dashboard .col-md-12,
.supplier-dashboard .col-md-2,
.supplier-dashboard .col-md-3,
.supplier-dashboard .col-md-4,
.supplier-dashboard .col-md-5,
.supplier-dashboard .col-md-6,
.supplier-dashboard .col-md-7,
.supplier-dashboard .col-md-8,
.supplier-dashboard .col-md-9,
.supplier-dashboard .col-sm-1,
.supplier-dashboard .col-sm-10,
.supplier-dashboard .col-sm-11,
.supplier-dashboard .col-sm-12,
.supplier-dashboard .col-sm-2,
.supplier-dashboard .col-sm-3,
.supplier-dashboard .col-sm-4,
.supplier-dashboard .col-sm-5,
.supplier-dashboard .col-sm-6,
.supplier-dashboard .col-sm-7,
.supplier-dashboard .col-sm-8,
.supplier-dashboard .col-sm-9,
.supplier-dashboard .col-xs-1,
.supplier-dashboard .col-xs-10,
.supplier-dashboard .col-xs-11,
.supplier-dashboard .col-xs-12,
.supplier-dashboard .col-xs-2,
.supplier-dashboard .col-xs-3,
.supplier-dashboard .col-xs-4,
.supplier-dashboard .col-xs-5,
.supplier-dashboard .col-xs-6,
.supplier-dashboard .col-xs-7,
.supplier-dashboard .col-xs-8,
.supplier-dashboard .col-xs-9 {
  padding-left: 15px;
  padding-right: 15px;
}
.supplier-dashboard .dashboard-header {
  background: white;
  border-bottom: 1px solid rgba(20, 41, 52, 0.17);
  position: relative;
  padding-top: 20px;
  margin-bottom: 20px;
}
.supplier-dashboard .dashboard-header:after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  bottom: -2px;
  left: 0;
  background: rgba(20, 41, 52, 0.12);
  z-index: 10;
}
.supplier-dashboard .dashboard-header .container {
  padding-left: 25px;
  padding-right: 25px;
}
.supplier-dashboard .dashboard-header h2 {
  font-size: 22px;
  margin-top: 0px;
}
.supplier-dashboard .dashboard-header .timezone {
  font-size: 13px;
}
.supplier-dashboard .dashboard-header .timezone span {
  display: block;
}
.supplier-dashboard .graph-wrapper {
  margin-top: 20px;
}
.supplier-dashboard .decline-job i {
  color: white;
}
.supplier-dashboard table {
  margin-bottom: 10px;
}
.supplier-dashboard table td {
  white-space: normal !important;
}
.supplier-dashboard table th {
  padding-bottom: 5px !important;
}
.supplier-dashboard .heading-badge {
  background: #1fb25a;
  color: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 0px;
  text-align: center;
  font-size: 13px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-weight: bold;
  margin-left: 7px;
  margin-top: -5px;
  display: inline-block;
  vertical-align: top;
}
.supplier-dashboard .heading-badge.blue {
  background: #2881af;
}
.supplier-dashboard .heading-badge.orange {
  background: #f29400;
}
.supplier-dashboard .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: transparent;
}
.supplier-dashboard .table-news th:first-child,
.supplier-dashboard .table-news td:first-child {
  font-size: 13px;
  max-width: 120px;
}
.supplier-dashboard .displayed-number {
  margin-top: 10px;
}
.supplier-dashboard .displayed-number a {
  display: inline-block;
  font-weight: bold;
  padding-left: 10px;
}
.supplier-dashboard .displayed-number em {
  font-size: 12px;
  float: right;
}
.supplier-dashboard .read-all-news {
  display: inline-block;
  width: 100%;
}
.supplier-dashboard .read-all-news a {
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: -5px;
}
.supplier-dashboard h2 {
  margin-bottom: 13px;
}
.supplier-dashboard h2 small {
  font-size: 50%;
}
.supplier-dashboard h3 {
  color: #1b5c76;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  display: inline-block;
}
.supplier-dashboard h3 {
  margin-bottom: 18px;
}
.supplier-dashboard .quality-score-graphs {
  overflow: hidden;
}
.supplier-dashboard .quality-score-graphs .graph-message {
  margin-top: 10px;
}
.supplier-dashboard .quality-score-graphs .graph-wrapper {
  width: 280px;
}
.supplier-dashboard .quality-score-graphs .graph-wrapper .graph {
  height: 150px;
}
.supplier-dashboard #yearStats-empty-graph,
.supplier-dashboard #monthStats-empty-graph {
  display: none;
  background: url('../../../../Content/images/empty-dashboard-graph.png') no-repeat center center;
  width: 254px;
  height: 123px;
  position: relative;
}
.supplier-dashboard #yearStats-empty-graph span,
.supplier-dashboard #monthStats-empty-graph span {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 40px;
  left: 0;
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  -webkit-opacity: 0.85;
  opacity: 0.85;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
  filter: alpha(opacity=85);
}
.supplier-dashboard table td.pdf .btn {
  padding: 2px;
}
.supplier-dashboard .c3-legend-item {
  font-size: 13px;
  font-family: "Open Sans";
}
.supplier-dashboard p.empty-table {
  padding-left: 15px;
}
.supplier-dashboard .table-news-dashboard tbody tr td:first-child {
  padding-left: 5px;
}
.supplier-dashboard #recentNewsModal .modal-content {
  padding: 20px;
}
.supplier-dashboard .table-proposals tbody tr .button-cell {
  width: auto;
}
.modal-newsfeed-detail .modal-header h3,
.modal-newsfeed-detail .modal-header h4 {
  text-transform: capitalize;
}
.modal-newsfeed-detail .scroll-area {
  overflow: auto;
  max-height: 500px;
}
.modal-newsfeed-detail .scroll-area.messagebody {
  max-height: 450px;
}
.modal-newsfeed-detail .modal-newsfeed-messagebody img {
  display: none;
}
.modal-newsfeed-detail .modal-body {
  padding-top: 40px;
  padding-right: 7px;
}
.modal-newsfeed-detail .modal-newsfeed-messagebody {
  margin-left: 15px;
}
.modal-newsfeed-detail .btn-back {
  margin-left: 15px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .modal-newsfeed-detail .modal-dialog {
    margin-top: 50px !important;
  }
  .modal-newsfeed-detail .modal-newsfeed-messagebody {
    margin-right: 45px;
  }
  .supplier-dashboard .dashboard-header .timezone {
    text-align: right;
  }
}
@media (min-width: 976px) {
  .supplier-dashboard h2 {
    margin-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  .supplier-dashboard .graph-wrapper {
    width: 336px;
    margin-top: 20px;
  }
  .supplier-dashboard .graph-wrapper .graph {
    height: 180px;
  }
}
@media (min-width: 1500px) {
  .table-proposals tbody tr .button-cell {
    padding-top: 4px;
    padding-bottom: 5px;
  }
}
.page-statement table {
  background: white;
  font-size: 12px;
}
.page-statement table .table > tbody > tr > td,
.page-statement table .table > tbody > tr > th,
.page-statement table .table > tfoot > tr > td,
.page-statement table .table > tfoot > tr > th,
.page-statement table .table > thead > tr > td,
.page-statement table .table > thead > tr > th {
  padding: 4px;
}
.page-statement table td {
  min-height: 40px;
}
.page-statement .table-invoices .btn {
  background: transparent;
}
.page-statement .table-invoices .fa-search {
  color: #1fb25a;
  font-size: 16px;
  height: auto;
}
.page-statement .table-invoices .fa-trash-o {
  font-size: 16px;
  height: auto;
}
.page-statement td.pdf .btn {
  padding: 2px;
  padding-left: 8px;
}
.page-statement .table {
  margin-top: 25px;
}
.page-statement table tr.top-border {
  border-top: 2px solid rgba(20, 41, 52, 0.15) !important;
}
.page-statement table tr.bottom-border {
  border-bottom: 2px solid rgba(20, 41, 52, 0.15) !important;
}
.invoice-editing-wrapper {
  max-width: 1200px;
}
.invoice-editing-wrapper h3 {
  color: #1b5c76;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  display: inline-block;
}
.invoice-editing-wrapper #project-info table tr td:first-child {
  text-align: left;
}
.invoice-editing-wrapper .vertical-text-box .content div span {
  padding: 1px 4px;
}
.invoice-editing-wrapper h1.invoice-name {
  font-size: 26px;
  margin-top: 0;
  display: inline-block;
  margin-bottom: 10px;
}
.invoice-editing-wrapper h4 {
  margin-top: 5px;
  font-size: 15px;
}
.invoice-editing-wrapper .btn-settings {
  margin-left: 10px;
}
.invoice-editing-wrapper form.form-horizontal label {
  float: left;
  width: 220px;
  text-align: left !important;
}
.invoice-editing-wrapper form.form-horizontal select {
  width: 100%;
}
.invoice-editing-wrapper .vat-declaration-option:first-child {
  margin-top: 5px;
}
.invoice-editing-wrapper input[type="text"] {
  max-width: 370px;
}
.invoice-editing-wrapper .info-table tr.grand-total td {
  background: transparent !important;
}
.invoice-editing-wrapper #supplierinvoicenumber {
  max-width: 135px;
  margin-right: 10px;
}
.invoice-editing-wrapper .valid-errors {
  color: #c52033;
}
.invoice-editing-wrapper .valid-errors .alert {
  display: inline-block;
  float: right;
}
@media (min-width: 1440px) {
  .page-statement table {
    background: white;
    font-size: 14px;
  }
  .page-statement table .table > tbody > tr > td,
  .page-statement table .table > tbody > tr > th,
  .page-statement table .table > tfoot > tr > td,
  .page-statement table .table > tfoot > tr > th,
  .page-statement table .table > thead > tr > td,
  .page-statement table .table > thead > tr > th {
    padding: 8px;
  }
}
.jobs-proposals table,
.jobs-running table,
.jobs-history table {
  background: white;
}
.print-jobs {
  font-size: 14px !important;
}
.print-jobs i {
  vertical-align: baseline;
  margin-right: 4px;
}
.page-project-detail .page-alt-bg {
  position: relative;
}
.page-project-detail .top-area {
  border-bottom: 1px solid rgba(20, 41, 52, 0.17);
  position: relative;
  background: white;
}
.page-project-detail .top-area:after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  bottom: -2px;
  left: 0;
  background: rgba(20, 41, 52, 0.12);
  z-index: 10;
}
.page-project-detail .top-area .container {
  padding-top: 34px;
  padding-bottom: 34px;
}
.page-project-detail .top-area .col-xs-6 {
  width: 100%;
}
.page-project-detail .top-area .ddl {
  font-size: 16px;
  margin-bottom: 12px;
}
.page-project-detail .top-area .ddl strong {
  margin-right: 20px;
}
.page-project-detail .top-area .service {
  font-size: 16px;
  margin-bottom: 12px;
}
.page-project-detail .top-area .service strong {
  margin-right: 20px;
}
.page-project-detail .top-area .service .lang {
  margin-top: -2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.page-project-detail .top-area .service .i-title-breadcrumb {
  margin-top: 0px;
  margin-left: 2px;
  margin-right: 2px;
}
.page-project-detail .top-area .service span {
  margin-left: 20px;
}
.page-project-detail .more-info .container {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.page-project-detail .special-notes h3 {
  margin-top: 0px;
}
.page-project-detail .special-notes .btn-edit {
  padding: 2px 6px;
  margin-left: 7px;
  margin-top: -3px;
}
.page-project-detail .special-notes .btn-edit i {
  margin-top: -1px;
}
.page-project-detail .special-notes .btn-save {
  margin-top: 2px;
}
.page-project-detail .coordinator-name {
  display: block;
  margin-bottom: 3px;
}
.page-project-detail .project-actions i {
  vertical-align: baseline;
}
.page-project-detail .project-actions .btn {
  margin-top: 8px;
}
.page-project-detail .mail-to {
  margin-top: 3px;
}
.page-project-detail .mail-to i {
  margin-right: 4px;
  margin-top: -2px;
}
.page.jobs-running .button-cell .btn.iqube {
  background-color: #91a7b4;
}
.filemanager ul {
  margin-left: 0;
}
.filemanager li {
  list-style: none;
}
.filemanager .treeitem {
  border-bottom: 1px solid silver;
}
.filemanager .treeitem.selected {
  background-color: #F0F0F0;
}
.filemanager .simple-folder .hover {
  border: 1px solid #f29400;
}
.filemanager .simple-folder .selected {
  color: black;
  font-weight: bold;
}
@media (min-width: 480px) {
  .page-project-detail .top-area .col-xs-6 {
    width: 100%;
  }
  .page-project-detail #outputs th.tspan2 {
    width: 160px;
  }
  .page-project-detail #outputs th.tspan10 {
    width: 310px;
  }
  .page-project-detail #outputs input {
    max-width: none;
  }
  .page-project-detail #outputs td.explanation {
    min-height: 46px;
  }
}
table.table-page-input {
  border-collapse: collapse;
}
table.table-page-input th.bordered,
table.table-page-input td.bordered {
  border: 1px solid rgba(20, 41, 52, 0.21);
}
table.table-page-input th.bt,
table.table-page-input td.bt {
  border-top: 1px solid rgba(20, 41, 52, 0.21);
}
table.table-page-input th.br,
table.table-page-input td.br {
  border-right: 1px solid rgba(20, 41, 52, 0.21);
}
table.table-page-input th.bb,
table.table-page-input td.bb {
  border-bottom: 1px solid rgba(20, 41, 52, 0.21);
}
table.table-page-input th.bl,
table.table-page-input td.bl {
  border-left: 1px solid rgba(20, 41, 52, 0.21);
}
table.table-page-input th.center,
table.table-page-input td.center {
  text-align: center !important;
  vertical-align: middle;
}
table.table-page-input th.large,
table.table-page-input td.large {
  font-size: 160%;
}
.page-skills {
  min-height: 711px;
}
.page-skills label {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: rgba(20, 41, 52, 0.6);
}
.page-skills button.language {
  margin-top: 4px;
  margin-right: 4px;
  margin-bottom: 10px;
}
.page-skills button.save {
  margin-top: 20px;
  margin-right: 15px;
}
.page-skills a.save {
  margin-top: -45px;
  margin-left: 10px;
  margin-right: 15px;
}
.page-skills .div-centered {
  margin: 0 auto;
  width: 0;
}
.page-skills select {
  border: none;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  width: 160px;
  min-width: 0;
  background: #fff;
  border: 1px solid rgba(20, 41, 52, 0.3);
  margin-top: 4px;
  margin-bottom: 8px;
}
.page-skills select.wide {
  width: 250px;
}
.page-skills .list-of-languages {
  margin-top: 30px;
  padding-top: 20px;
  margin-bottom: 30px;
}
.page-skills input[type="text"] {
  background: white;
  font-weight: 600;
  padding-left: 8px;
  padding-right: 8px;
  cursor: pointer;
  padding-top: 9px;
  width: 160px;
  margin-bottom: 4px;
}
.page-skills input[type="text"].wide {
  width: 260px;
}
.page-skills .main-category ul {
  list-style-type: none;
  padding-left: 0;
  display: inline-block;
  padding-right: 20px;
}
.page-skills .main-category ul li {
  margin-bottom: 8px;
  margin-top: 8px;
  padding-top: 3px;
  padding-bottom: 3px;
  cursor: pointer;
}
.page-skills .main-category ul li.active {
  font-weight: 700;
  position: relative;
  /*&:after {
                        content: '';
                        position: absolute;
                        width: 4px;
                        height: 100%;
                        right: -2px;
                        top: 0;
                        background: @standardGreen;
                    }*/
}
.page-skills .main-category ul li em.active-skills {
  font-style: normal;
}
.page-skills .list-of-skills .dl-horizontal dt {
  font-weight: 600;
  width: 235px;
  margin-top: 20px;
  margin-bottom: 7px;
}
.page-skills .list-of-skills .dl-horizontal dt,
.page-skills .list-of-skills .dl-horizontal dd {
  margin-top: 3px;
}
.page-skills .list-of-skills .dl-horizontal dd {
  margin-bottom: 12px;
}
.page-skills .list-of-skills .dl-horizontal dd.dl-scale-labels {
  margin-bottom: 0px;
}
.page-skills .skills-scale label {
  margin-bottom: 0;
}
.page-skills .skills-scale .scale-none {
  display: inline-block;
  float: left;
  margin-right: 7px;
}
.page-skills .skills-scale .scale-num-label {
  display: inline-block;
  float: left;
}
.page-skills .skills-scale .scale-num-label.zero,
.page-skills .skills-scale .scale-num-label.one {
  margin-right: 3px;
}
.page-skills .skills-scale .scale-num-label.one {
  margin-right: 3px;
}
.page-skills .skills-scale .scale-num-label.five {
  margin-left: -5px;
}
.page-skills .skills-scale .scale {
  position: relative;
  display: inline-block;
  margin-left: 0;
  float: left;
}
.page-skills .skills-scale .scale .scale-rect {
  background: #ccd8e7;
  width: 150px;
  display: block;
  position: absolute;
  height: 6px;
  z-index: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  top: 9px;
  left: 0;
}
.page-skills .skills-scale .input-wrapper {
  float: left;
  display: inline-block;
  position: relative;
  z-index: 2;
  height: 24px;
  margin-right: 0px;
}
.page-skills .skills-scale .input-wrapper:last-child {
  margin-right: 0px;
}
.page-skills .skills-scale i.label {
  line-height: 30px;
  font-weight: 600;
  display: none;
}
.page-skills .skills-scale input[type="radio"] + label span {
  margin-right: 0;
}
.page-skills .scale-labels {
  display: none;
}
.page-skills .scale-labels label {
  font-weight: 600;
  font-size: 12px;
  margin-left: 10px;
}
.page-skills .scale-labels label:nth-child(2) {
  margin-left: 46px;
}
.page-skills .scale-labels label:nth-child(3) {
  margin-left: 31px;
}
.page-skills .scale-labels label:nth-child(4) {
  margin-left: 31px;
}
.page-skills .scale-labels label:nth-child(5) {
  margin-left: 31px;
}
.page-skills .scale-labels label:nth-child(6) {
  margin-left: 31px;
}
.page-skills .scale-labels label .num {
  display: inline-block;
}
.page-skills .scale-labels label .text {
  display: none;
}
@media (min-width: 480px) {
  .page-skills .skills-scale .scale .scale-rect {
    width: 190px;
  }
  .page-skills .skills-scale .scale-none {
    margin-right: 22px;
  }
  .page-skills .skills-scale .input-wrapper {
    margin-right: 10px;
  }
  .page-skills .skills-scale .scale-num-label.zero,
  .page-skills .skills-scale .scale-num-label.one {
    margin-right: 9px;
  }
  .page-skills .skills-scale .scale-num-label.one {
    margin-right: 9px;
  }
  .page-skills .skills-scale .scale-num-label.five {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .page-skills .list-of-skills {
    margin-top: -7px;
  }
  .page-skills .skills-scale .scale-num-label {
    display: none;
  }
  .page-skills .scale-labels {
    display: inline-block;
  }
  .page-skills button.save {
    float: right;
  }
}
@media (min-width: 992px) {
  .page-skills .main-category ul {
    list-style-type: none;
    border-right: 1px solid rgba(20, 41, 52, 0.3);
  }
  .page-skills .skills-scale .input-wrapper {
    margin-right: 35px;
  }
  .page-skills .skills-scale .scale .scale-rect {
    width: 280px;
  }
  .page-skills .scale-labels {
    display: inline-block;
  }
  .page-skills .scale-labels label:nth-child(2) {
    margin-left: 46px;
  }
  .page-skills .scale-labels label:nth-child(3) {
    margin-left: 55px;
  }
  .page-skills .scale-labels label:nth-child(4) {
    margin-left: 57px;
  }
  .page-skills .scale-labels label:nth-child(5) {
    margin-left: 56px;
  }
  .page-skills .scale-labels label:nth-child(6) {
    margin-left: 57px;
  }
  .page-skills .list-of-skills {
    width: 600px;
  }
  .page-skills .list-of-skills .dl-horizontal dd {
    margin-bottom: 2px;
  }
}
@media (min-width: 1280px) {
  .page-skills .skills-scale .input-wrapper {
    margin-right: 65px;
  }
  .page-skills .skills-scale .scale-none {
    margin-left: 8px;
    margin-right: 50px;
  }
  .page-skills .skills-scale .scale .scale-rect {
    width: 410px;
  }
  .page-skills .scale-labels label {
    margin-left: 0px;
  }
  .page-skills .scale-labels label .num {
    display: none;
  }
  .page-skills .scale-labels label .text {
    display: inline-block;
  }
  .page-skills .scale-labels label:nth-child(2) {
    margin-left: 46px;
  }
  .page-skills .scale-labels label:nth-child(3) {
    margin-left: 47px;
  }
  .page-skills .scale-labels label:nth-child(4) {
    margin-left: 32px;
  }
  .page-skills .scale-labels label:nth-child(5) {
    margin-left: 45px;
  }
  .page-skills .scale-labels label:nth-child(6) {
    margin-left: 51px;
  }
  .page-skills .list-of-skills {
    width: 770px;
  }
}
.page-stats h2 {
  font-weight: bold;
  font-size: 20px;
}
.page-stats .total-amount h2 {
  padding-left: 36px;
  padding-bottom: 4px;
  margin-bottom: 10px;
  font-size: 22px;
}
.page-stats .total-amount h2 span {
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-top: 8px;
}
.page-stats .total-amount select {
  margin-top: 14px;
}
.page-stats ul.stats-legend {
  list-style-type: none;
  display: inline-block;
  padding-left: 40px;
  margin-bottom: 24px;
}
.page-stats ul.stats-legend li {
  display: inline-block;
  margin-right: 15px;
}
.page-stats ul.stats-legend li:last-child {
  margin-right: 0;
}
.page-stats ul.stats-legend li span {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 6px;
}
.page-stats ul.stats-legend li span.blue {
  background: #2881af;
}
.page-stats ul.stats-legend li span.orange {
  background: #f29400;
}
.page-stats .chart-wrapper {
  position: relative;
}
.page-stats .chart-wrapper p {
  position: absolute;
  top: 253px;
  left: 67px;
  display: none;
}
.page-stats .c3-xgrid {
  opacity: 0 !important;
}
.page-stats .c3-xgrid,
.page-stats .c3-ygrid {
  stroke-dasharray: 0 0;
}
.page-stats .c3-line {
  stroke-width: 4px;
}
.page-stats .c3 svg {
  font-size: 11px;
  font-family: "Open Sans" !important;
}
.page-stats .c3-grid line {
  stroke: rgba(20, 41, 52, 0.15) !important;
}
#widget-area {
  display: inline-block;
  width: 100%;
  background: white;
  -webkit-transition: all 130ms ease-out;
  -moz-transition: all 130ms ease-out;
  -o-transition: all 130ms ease-out;
  transition: all 130ms ease-out;
  position: relative;
}
#widget-area .widget-area-wrapper {
  width: 100%;
  position: relative;
}
#widget-area .arrow-header {
  position: absolute;
  bottom: -10px;
  left: 49%;
  padding: 4px;
  background: white;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.14);
  border-radius: 50%;
  z-index: 1;
}
#widget-area .arrow-header i {
  width: 16px;
  height: 16px;
  margin-top: -2px;
}
#widget-area.fixedwidget {
  visibility: visible;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
#widget-area .widgets {
  padding-bottom: 25px;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}
#widget-area .widget {
  display: inline-block;
  float: left;
  margin-right: 15px;
  width: 100%;
}
#widget-area .widget .widget-header {
  color: #1b5c76;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 19px;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 10px;
  width: 100%;
}
#widget-area a.lessons {
  background: #2881af;
  color: white;
  display: inline-block;
  padding: 3px 10px;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
}
#widget-area a.lessons i {
  background: white;
  color: #2881af;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  font-style: normal;
  line-height: 16px;
  margin-top: -2px;
  margin-right: 6px;
}
#widget-area ul.blue-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
#widget-area ul.blue-list li a {
  color: #2881af;
}
#widget-area ul.blue-list li i.i-li-blue {
  width: 6px;
  height: 6px;
  margin-right: 7px;
}
#widget-area .widget-stats .stats-text {
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}
#widget-area .widget-stats .stats-text span {
  font-size: 20px;
  display: block;
}
#widget-area .widget-stats .stats-text.Excellent {
  color: #1fb25a;
}
#widget-area .widget-stats .stats-text.Poor {
  color: #f29400;
}
#widget-area .widget-stats .stats-text.Good {
  color: #E6B33D;
}
#widget-area .widget-stats .stats-text.Verybad {
  color: #ef4722;
}
#widget-area .widget-stats img {
  margin-left: -3px;
}
#widget-area .widget-stats .more {
  font-size: 13px;
}
#widget-area .widget-stats .more i {
  margin-left: 6px;
  margin-top: -1px;
}
#widget-area .widget-jobs-count {
  display: none;
}
#widget-area .widget-control-area,
#widget-area .widget-control-area-mobile {
  text-transform: uppercase;
  margin-left: 200px;
}
#widget-area .widget-control-area a,
#widget-area .widget-control-area-mobile a {
  color: #aaa;
}
#widget-area .widget-control-area i.i-close-up-grey,
#widget-area .widget-control-area-mobile i.i-close-up-grey,
#widget-area .widget-control-area i.i-close-down-grey,
#widget-area .widget-control-area-mobile i.i-close-down-grey {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  margin-top: -2px;
  margin-bottom: 2px;
}
#widget-area .widget-control-area.shown,
#widget-area .widget-control-area-mobile.shown {
  margin-left: 0px;
  position: absolute;
  bottom: 10px;
  right: 20px;
}
#widget-area .widget-control-area-mobile {
  margin-left: 0;
  margin-top: 5px;
  text-align: center;
  height: 24px;
  border-bottom: 1px solid rgba(20, 41, 52, 0.21);
}
#widget-area .widget-control-area-mobile a {
  font-size: 11px;
}
#widget-area .widget-control-area-mobile i {
  width: 17px !important;
  height: 17px !important;
  margin-right: 6px;
}
#widget-area .widget-control-area-mobile i.flip {
  background: url('/Content/images/icons/close_up_grey.png');
}
#widget-area .widget-control-area-mobile.top {
  display: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}
#widget-area .widget-control-area {
  display: none;
}
#widget-area .report-unavailability {
  font-size: 13px;
  text-transform: uppercase;
  display: block;
  margin-top: 9px;
}
#widget-area .info-message {
  font-weight: bold;
  background-color: #d0e9c6;
}
#widget-area .info-message td {
  background-color: #d0e9c6 !important;
}
#widget-area .month-box {
  width: 100%;
  float: right;
}
#widget-area .month-box:first-child {
  float: left;
}
#widget-area .calendar {
  padding: 0 5px 5px 5px;
  padding-left: 0;
  max-width: none;
}
#widget-area .calendar .tooltip-inner {
  white-space: pre-wrap;
}
#widget-area .calendar .hint {
  margin-left: 20px;
}
#widget-area .calendar .hint:after {
  display: none;
}
#widget-area .calendar table {
  width: 100%;
  line-height: 16px;
}
#widget-area .calendar table tr td {
  min-width: 32px;
  width: auto;
  white-space: nowrap !important;
}
#widget-area .calendar table tr td div {
  display: inline-block;
}
#widget-area .calendar table tr td div.hint {
  background: #3a4048;
}
#widget-area .calendar table tr td.day {
  font-weight: bold;
  text-align: right;
}
#widget-area .calendar table tr td.on-holidays {
  background-color: #fbbc64;
}
#widget-area .calendar table tr td .event {
  display: inline-block;
  background-color: #1fb25a;
  width: 12px;
  height: 12px;
  margin-right: 2px;
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
}
#widget-area .calendar table tr td .event-important {
  background-color: #ad2121;
}
#widget-area .calendar table tr td span.badge {
  padding: 2px 4px;
  margin-bottom: 3px;
}
#widget-area .ddls {
  margin-top: 5px;
}
#widget-area .ddls strong {
  margin-right: 10px;
}
#widget-area .ddls .badge {
  text-transform: uppercase;
  font-size: 10px;
  margin-bottom: 3px;
}
#widget-area .ddls .badge:last-child {
  margin-top: 3px;
}
#widget-area .availability-overlay {
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  text-align: center;
  line-height: 150px;
}
#widget-area .i-unavailability {
  margin-top: -3px;
  margin-right: 5px;
}
@media (min-width: 480px) {
  #widget-area .calendar table tr td {
    font-size: 15px;
  }
  #widget-area .report-unavailability {
    float: right !important;
    display: inline-block;
    margin-top: 6px;
  }
  #widget-area .widget .widget-header span {
    display: inline-block;
    float: left;
  }
  #widget-area .widget-stats {
    width: auto;
  }
  #widget-area .widget-documents {
    width: auto;
  }
}
@media (min-width: 768px) {
  #widget-area .calendar {
    width: 100%;
  }
  #widget-area .calendar table tr td {
    min-width: 42px;
  }
  #widget-area .month-box {
    width: 49%;
  }
}
@media (min-width: 992px) {
  #widget-area {
    visibility: hidden;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
  }
  #widget-area .widgets {
    padding-left: 0px;
    padding-right: 0px;
    display: block;
  }
  #widget-area .widget {
    width: auto;
  }
  #widget-area .calendar {
    width: auto;
  }
  #widget-area .calendar table tr td {
    min-width: 42px;
  }
  #widget-area .widget:first-child {
    margin-left: 145px;
  }
  #widget-area .month-box {
    width: 49%;
  }
  #widget-area .widget-stats {
    display: none;
  }
  #widget-area .widget-control-area-mobile i {
    background: url('/Content/images/icons/close_up_grey.png');
  }
  #widget-area.floating {
    position: absolute !important;
    z-index: 100;
  }
  .account-header .callout {
    margin-top: 10px;
  }
}
@media (min-width: 1024px) {
  #widget-area .widget {
    margin-right: 30px;
  }
  #widget-area .widget .widgets {
    display: block;
  }
  #widget-area .widgets {
    display: block !important;
  }
  #widget-area .widget-control-area-mobile {
    display: none;
  }
  #widget-area .widget-control-area {
    display: none !important;
  }
  #widget-area .widget-area-wrapper {
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 1240px) {
  #widget-area .widget-stats {
    display: block;
  }
  #widget-area .widget-control-area {
    display: block;
  }
}
@media (min-width: 1340px) {
  #widget-area .widget-jobs-count {
    display: block;
  }
}
@media (min-width: 1500px) {
  #widget-area .widget:first-child {
    margin-left: 155px;
  }
}
.page-privacy .container {
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: none !important;
}
