
#bookingQuote .row {
  margin: 0!important;
}
#bookingPage .wrapper {
  background: lightgrey;
  margin-top: 0px !important;
  padding: 12px !important;
  padding-bottom: 0 !important;
  overflow-x: hidden;
}
#bookingPage .no-padding {
  padding: 0;
}
#bookingPage .outer_shadow {
  background: #aeaeae;
  color: white;
  margin-left: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#bookingPage .sub-menu-bar {
  float: left;
  width: 100%;
  background: #28282e;
  color: white;
  padding: 10px 0;
  margin-left: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#bookingPage .font-weight-400 {
  font-weight: 400!important;
  color: #999999;
}
#post_list {
  padding-bottom: 20px;
}
#bookingPage.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: -8px 19px 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
#bookingPage ul.sidebar-menu li a {
  color: #f1f1f1;
  text-decoration: none;
  display: block;
  width: 230px;
  padding: 12px 0 12px 15px;
  font-size: 14px;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#bookingPage ul.sidebar-menu li a i {
  font-size: 20px;
  padding-right: 60px;
}
#bookingPage ul.sidebar-menu li a span {
  font-size: 20px;
  padding-right: 60px;
}
#bookingPage .merge-left {
  margin-left: 52px !important;
}
#bookingPage .hide-left-bar {
  margin-left: 0px !important;
}
#bookingPage #booking_workspace {
  background: white;
  margin-top: 18px;
}
#bookingPage #booking_top_row {
  background: #28282e;
}
#bookingPage #openDrawer {
  display: none;
}
#bookingPage #message_area {
  border-left: 1px solid lightgray;
  border-right: 1px solid lightgray;
  margin: 0 auto;
  box-shadow: 0 0 5px #c0c0c0;
  max-width: 1000px;
}
#bookingPage .chat-link {
  color: #58BFE4 !important;
}
#bookingPage #bookingWorkspaceWrapper,
#bookingPage #mainLeft {
  margin-right: 0;
}
#bookingPage #booking_left {
  position: relative;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  padding: 20px 10%;
  background: #D9E0E8;
}
#bookingPage #notification_area {
  background: #222222;
}
#bookingPage #notification_area h4 {
  padding-bottom: 10px;
}
#bookingPage #notification_area div {
  margin-top: 0px;
  z-index: 999;
}
#bookingPage #notification_area div div {
  background: #222222;
  padding: 0 0 20px 10px;
}
#bookingPage #booking_content {
  position: relative;
  overflow-x: hidden;
  background: #ffffff;
  border-left: 1px solid lightgray;
  border-right: 1px solid lightgray;
  border-top: 1px solid lightgray;
  margin: 0 auto;
  box-shadow: 0 0 5px #c0c0c0 !important;
  -moz-box-shadow: 0 0 5px #c0c0c0 !important;
  -webkit-box-shadow: 0 0 5px #c0c0c0 !important;
  max-width: 1000px;
}
#bookingPage #top_date_area {
  position: absolute;
  overflow: hidden;
  background: transparent;
  height: 54px;
  left: 0;
  top: 0;
  z-index: 100;
  width: 0;
  display: block;
}
#bookingPage #top_date_area #top_date {
  background: #f5f5f5;
  color: #aeaeae;
  padding: 17px;
  font-weight: 400;
  text-align: center;
  margin: 0;
  border-bottom: 1px solid lightgray;
  height: 54px;
  width: 100%;
}
#bookingPage .day_divider {
  background: #f5f5f5;
  color: #aeaeae;
  padding: 17px;
  font-weight: 400;
  text-align: center;
  margin: 0;
  border-bottom: 1px solid lightgray;
  height: 54px;
}
#bookingPage #booking_right {
  color: black;
  font-weight: 500;
  overflow-x: hidden;
  padding-top: 20px;
  height: 100%;
  background: #ffffff;
  box-shadow: inset 7px 0px 5px -10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 10px 0px 5px -10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 10px 0px 5px -10px rgba(0, 0, 0, 0.4);
}
#closeDrawer {
  position: absolute;
  right: 25%;
  top: 178px;
  font-size: 16px;
  z-index: 2;
  padding: 3px 7px;
}
#closeDrawer i {
  vertical-align: middle;
}
#bookingPage #booking_right hr {
  margin: 10px 0;
}
#bookingPage .job-status-wrapper {
  width: 100%;
}
#bookingPage .job-status-container {
  display: table;
}
#bookingPage .job-status-container h4 {
  line-height: 1.28em;
}
#bookingPage .job-status-container span {
  margin-left: 5px;
}
#bookingPage .progress {
  margin-top: 10px;
  height: 10px;
}
#bookingPage .my_message {
  background: #ffffff;
}
#bookingPage .message_table,
#bookingPage .message_input_table {
  width: 100%;
}
#bookingPage .message_table tr td,
#bookingPage .message_input_table tr td {
  vertical-align: top;
  padding-bottom: 14px;
  padding-top: 14px;
  border-bottom: 1px solid lightgray;
}
.margin0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
#bookingPage .message_table:hover {
  background: #f5f5f5;
}
#bookingPage .inside_pad {
  width: 10px;
}
#bookingPage .new_message_divider {
  background: #999999;
  color: #aeaeae;
  padding: 17px;
  font-weight: 400;
  text-align: center;
  margin: 0;
  border-bottom: 1px solid lightgray;
}
#bookingPage .unread_message_divider {
  color: #ffffff;
  background: #95b75d;
  opacity: 0.8;
  margin: 0;
  padding: 5px 0;
}
#bookingPage .message_table_profile {
  width: 50px;
}
#bookingPage .message_table_profile img {
  width: 70%;
}
#bookingPage .normal_type_message {
  padding: 0 5px;
  font-weight: 300;
  color: #000;
}
#bookingPage .normal_type_message strong {
  font-style: normal;
  color: black;
}
#bookingPage .normal_type_message span {
  font-size: 10px;
}
.wf-admin {
  color: #0068AD !important;
}
.wf-admin strong {
  font-style: normal;
  color: #0068AD !important;
}
.wf-admin-notification strong {
  font-style: normal;
  color: #0068ad !important;
}
#bookingPage .message_input_table {
  width: 100%;
  background: #f5f5f5;
}
#bookingPage #message_input {
  font-weight: normal;
  resize: none;
  border-color: #c0c0c0;
  border-right: none;
  padding: 8px;
  height: 40px;
}
@keyframes shake {
  0% {
    left: 8px;
  }
  20% {
    left: -8px;
  }
  40% {
    left: 8px;
  }
  60% {
    left: -8px;
  }
  80% {
    left: 8px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes shake {
  0% {
    left: 8px;
  }
  20% {
    left: -8px;
  }
  40% {
    left: 8px;
  }
  60% {
    left: -8px;
  }
  80% {
    left: 8px;
  }
  100% {
    left: 0;
  }
}
.shake {
  animation: shake .5s;
  -webkit-animation: shake .5s;
  box-shadow: 0 0 2px 1px #58BFE4;
}
#bookingPage .notification_type_message {
  padding: 0 5px;
  font-style: italic;
  color: #999999;
  font-weight: bold;
}
#bookingPage .notification_type_message strong {
  font-style: normal;
  color: #000;
}
#bookingPage .notification_type_message span {
  font-size: 10px;
}
#bookingPage .file_type_message {
  padding: 0 5px;
  font-style: italic;
  color: #999999;
  font-weight: bold;
}
#bookingPage .file_type_message strong {
  font-style: normal;
  color: black;
}
#bookingPage .file_type_message span {
  font-size: 10px;
}
#bookingPage .file_type_message blockquote {
  font-weight: 300;
  border: none;
  padding: 0 0;
  float: left;
  width: 100%;
  quotes: '\201c' '\201d';
}
#bookingPage .file_type_message blockquote:before,
#bookingPage .file_type_message blockquote:after {
  color: #999;
  content: open-quote;
  font-size: 2.2em;
  line-height: 1em;
  margin-right: 0;
  vertical-align: -0.2em;
}
#bookingPage .file_type_message blockquote:after {
  content: close-quote;
}
#bookingPage .file_type_message .fa-ul {
  padding-left: 0;
  margin: 23px 0;
  list-style-type: none;
}
#bookingPage .file_type_message .fa-ul li {
  margin-left: 0;
}
#bookingPage .file_type_message .fa-ul i {
  line-height: 0.7;
}
#bookingPage .file_type_message .fa-ul a {
  color: #1FB5AD;
}
/* jobs */
#bookingPage .job_item {
  position: relative;
  margin-bottom: 8px;
  padding: 5px 10px 0 10px;
  min-height: 75px;
}
#bookingPage .job_item h2 {
  margin: 0 0 3px 0;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 400;
}
#bookingPage .job_right_box {
  position: absolute;
  top: 0;
  right: 10px;
  text-align: center;
}
#bookingPage .job_right_box .text-right {
  position: absolute;
  top: 27px;
  right: 0;
}
#bookingPage .short_job_id {
  position: relative;
  top: 2px;
  color: white ;
  font-size: 10px;
  font-weight: bold;
}
#bookingPage .bg-terquoise-dark {
  background-color: #1FB5AD;
  border-color: #1FB5AD;
  color: #ffffff;
}
#bookingPage .bg-terquoise {
  background-color: #2cdbd2;
  border-color: #2cdbd2;
  color: #ffffff;
}
#bookingPage .bg-red-text-2 {
  background-color: #fa4242;
  border-color: #fa4242;
  color: #ffffff;
}
#bookingPage .bg-red-light-text-2 {
  background-color: #fcac95;
  border-color: #fcac95;
  color: #ffffff;
}
#bookingPage .bg-purple-text-2 {
  background-color: #9466B5;
  border-color: #9466B5;
  color: #ffffff;
}
#bookingPage .bg-purple-light-text-2 {
  background-color: #ac88c6;
  border-color: #ac88c6;
  color: #ffffff;
}
#bookingPage .bg-green-text-2 {
  background-color: #95b75d;
  border-color: #95b75d;
  color: #ffffff;
}
#bookingPage .bg-green-light-text-2 {
  background-color: #acc780;
  border-color: #acc780;
  color: #ffffff;
}
#bookingPage .bg-yellow-text-2 {
  background-color: #F3C022;
  border-color: #F3C022;
  color: #ffffff;
}
#bookingPage .bg-yellow-light-text-2 {
  background-color: #f8dc83;
  border-color: #f8dc83;
  color: #ffffff;
}
#bookingPage .bg-light-blue {
  background: #58BFE4;
  border-color: #58BFE4;
  color: #ffffff;
}
#bookingPage .bg-instagram-colour-2 {
  background: #49769c;
  border-color: #49769c;
  color: #ffffff;
}
#bookingPage .bg-insta-light-text-2 {
  background: #749cbe;
  border-color: #749cbe;
  color: white;
}
#bookingPage .bg-facebook-colour-2 {
  background: #3c5a96;
  border-color: #3c5a96;
  color: #ffffff;
}
#bookingPage .bg-fb-light-text-2 {
  background: #5f7fbf;
  border-color: #5f7fbf;
  color: #ffffff;
}
#bookingPage .bg-yt-text-2 {
  background: #cd201f;
  border-color: #cd201f;
  color: #ffffff;
}
#bookingPage .bg-yt-light-text-2 {
  background: #e86665;
  border-color: #e86665;
  color: #ffffff;
}
#bookingPage .bg-lightgrey-2 {
  background: #f3f4f6;
  border-color: #f3f4f6;
  color: #ffffff;
}
.gradient_overlay {
  background-image: url('../../img/_admin/gradient_overlay.png');
  background-repeat: no-repeat;
  background-position: right;
}
#mainBg {
  background: #e8e8e8;
}
#bookingPage .job_item:first-of-type {
  margin-top: 5px;
  min-height: 75px;
}
#bookingPage li a span.label {
  position: absolute;
  left: 0;
  top: 0px;
  float: left;
  padding: 8px !important;
  font-size: 10px !important;
  width: 26px !important;
  line-height: 1px;
  text-align: center;
  border-radius: 0 !important;
  background: #000 !important;
}
#bookingPage li a span.label.bg-dark {
  left: 26px;
  background: orange !important;
}
#bookingPage #post_list i,
#bookingPage #post_list_complete i {
  vertical-align: middle;
  font-size: 16px;
}
#bookingPage #post_list .btn,
#bookingPage #post_list_complete .btn {
  margin-bottom: 5px;
  min-width: 60%;
}
#bookingPage #post_list .btn:first-of-type,
#bookingPage #post_list_complete .btn:first-of-type {
  margin-top: 5px;
}
#bookingPage #post_list .btn:last-of-type,
#bookingPage #post_list_complete .btn:last-of-type {
  margin-bottom: 0;
}
#bookingPage #loaded_content {
  position: relative;
}
.day_divider {
  width: 100%;
}
.stick {
  position: absolute;
  top: 0;
}
#bookingPage .modal-backdrop.in {
  opacity: 0.8;
}
#main-content .wi-dashboard {
  line-height: 1.6em;
}
#bookingQuote .io_box_and_shadow {
  background: #5dbfb8;
  box-shadow: none;
  color: #ffffff;
}
#bookingQuote .io_box_and_shadow_cutout {
  background: #ffffff;
  box-shadow: none;
  color: #767676;
  padding: 15px 15px 15px 15px;
}
#bookingQuote .inf_io_box_and_shadow {
  background: #fefefe;
  box-shadow: none;
  color: #767676;
  border: 1px solid #1FB5AD;
}
#bookingQuote h4.io_profile_header {
  margin: -10px -8px 10px -8px;
  background: #1FB5AD;
  padding: 5px;
  color: #ffffff !important;
}
#bookingQuote .total_quote {
  font-size: 23px;
  color: #f3c022 !important;
  padding: 0;
  padding-top: 5px;
  text-align: right;
}
#bookingQuote .paid-media-more {
  margin-top: 5px;
}
#bookingQuote .quote-social {
  font-size: 18px;
  padding: 6px 0px 6px 10px;
}
#bookingQuote .quote-social i {
  font-size: 13px;
}
.btn-silver {
  background-color: #c7cbd6;
  border-left-color: #c7cbd6;
  border-right-color: #c7cbd6;
  color: #6f7995;
}
.btn-silver:hover,
.open .dropdown-toggle.btn-silver {
  background-color: #e4e6ec;
  border-left-color: #e4e6ec;
  border-right-color: #e4e6ec;
  color: #8c94ab;
}
.btn-silver.active,
.btn-silver.active:hover {
  background-color: #a1bf6f;
  border-left-color: #a1bf6f;
  border-right-color: #a1bf6f;
  color: #5f7836;
}
#footer h3.vanity_header {
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #F3C022;
}
#bookingQuote .middle-align {
  vertical-align: middle;
}
#bookingQuote .font-size-10 {
  font-size: 10px !important;
  font-weight: 600;
}
#bookingQuote .io_content {
  background: #ffffff;
  padding-left: 0px;
}
/* Rating */
.rating {
  float: left;
}
.rating:not(:checked) > input {
  position: absolute;
  top: -9999px;
  clip: rect(0, 0, 0, 0);
}
.rating:not(:checked) > label {
  float: right;
  width: 1em;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 120%;
  line-height: 1.2;
  color: #ddd;
  margin: 3px;
}
.rating:not(:checked) > label:before {
  content: '★ ';
}
.rating > input:checked ~ label {
  color: #58BFE4;
}
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: #58BFE4;
}
.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
  color: #2caedd;
}
.rating > label:active {
  position: relative;
  top: 2px;
  left: 2px;
}
@media only screen and (max-width: 500px) {
  #bookingPage #booking_left {
    padding: 10px 0;
  }
  #bookingPage #booking_right {
    padding: 0 10px;
    margin-left: 15px;
  }
}
.pageheader .pageicon {
  float: left;
  margin-top: -8px;
  margin-right: 10px;
}
#bookingPage #campaignManagerHide {
  display: none;
}
#bookingPage .badge {
  display: inline-block;
  min-width: 10px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999;
  border-radius: 0px;
  padding-right: 13px!important;
}
#bookingPage .label-danger {
  background-color: #FF6C60;
}
#panelAccordion div div.panel-heading {
  margin: 0;
  padding: 0;
  border-bottom-color: #586179;
}
#panelAccordion div div.panel-heading a.panel-title {
  font-family: "Roboto";
  padding: 2px 5px;
  width: 100%;
  display: block;
  background-color: transparent;
  color: #586179;
  font-size: 20px;
  font-weight: 300;
}
#panelAccordion div div.panel-heading a.panel-title:hover {
  color: #2d323e;
}
#panelAccordion div div.panel-collapse {
  padding: 5px;
}
@media (max-width: 767px) {
  #bookingQuote .container {
    padding-left: 15px;
  }
  #bookingQuote .container .quote-social {
    font-size: 14px;
    padding: 6px 0px 6px 10px;
  }
  #bookingQuote .container table td {
    padding: 5px;
  }
  #bookingQuote .container .quote-table {
    padding-left: 3px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #bookingQuote .container {
    padding-left: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #bookingQuote .container {
    padding-left: 0px;
  }
}
@media (min-width: 1200px) {
  #bookingQuote .container {
    padding-left: 0px;
  }
}
#bookingPage .panel-default > .panel-heading {
  background-color: #ffffff;
  color: #1FB5AD;
}
#bookingPage .panel-default > .panel-heading {
  background-color: #ffffff;
  border: none;
  color: #1FB5AD;
}
.booking-search-spend {
  padding-bottom: 10px;
  width: 40%;
}
#marketerSearchinfluencer .btn.budget-button {
  padding: 8px 13px 7px;
}
/*!
	 *  Webfluential-Icons.less
	 */
/* FONT PATH
	 * -------------------------- */
@font-face {
  font-family: 'wf_icons';
  src: url('../fonts/wf_icons.eot');
  src: url('../fonts/wf_icons.eot?#iefix') format('embedded-opentype'), url('../fonts/wf_icons.woff') format('woff'), url('../fonts/wf_icons.ttf') format('truetype'), url('../fonts/wf_icons.svg#wf_icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
.wi {
  display: inline-block;
  font: normal normal normal 14px/1 "wf_icons";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: text-top;
}
/* makes the font 33% larger relative to the icon container */
.wi-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.wi-2x {
  font-size: 2em;
}
.wi-3x {
  font-size: 3em;
}
.wi-4x {
  font-size: 4em;
}
.wi-5x {
  font-size: 5em;
}
.wi-fw {
  width: 1.28571429em;
  text-align: center;
}
.wi-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.wi-ul > li {
  position: relative;
}
.wi-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.wi-li.wi-lg {
  left: -1.85714286em;
}
.wi-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.wi-pull-left {
  float: left;
}
.wi-pull-right {
  float: right;
}
.wi.wi-pull-left {
  margin-right: .3em;
}
.wi.wi-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.wi.pull-left {
  margin-right: .3em;
}
.wi.pull-right {
  margin-left: .3em;
}
.wi-spin {
  -webkit-animation: wi-spin 2s infinite linear;
  animation: wi-spin 2s infinite linear;
}
.wi-pulse {
  -webkit-animation: wi-spin 1s infinite steps(8);
  animation: wi-spin 1s infinite steps(8);
}
@-webkit-keyframes wi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes wi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.wi-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.wi-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.wi-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.wi-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.wi-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .wi-rotate-90,
:root .wi-rotate-180,
:root .wi-rotate-270,
:root .wi-flip-horizontal,
:root .wi-flip-vertical {
  filter: none;
}
.wi-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.wi-stack-1x,
.wi-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.wi-stack-1x {
  line-height: inherit;
}
.wi-stack-2x {
  font-size: 2em;
}
.wi-inverse {
  color: #ffffff;
}
/* webfluential uses the Unicode Private Use Area (PUA) to ensure screen
	   readers do not read off random characters that represent icons */
.wi-next:before {
  content: "\e5cd";
}
.wi-scroll-down:before {
  content: "\e5ec";
}
.wi-connect:before {
  content: "\e0ad";
}
.wi-manage:before {
  content: "\e2b6";
}
.wi-report:before {
  content: "\e2ec";
}
.wi-influencer:before {
  content: "\e120";
}
.wi-marketer:before {
  content: "\e0fb";
}
.wi-apply:before {
  content: "(";
}
.wi-jobs:before {
  content: "\e135";
}
.wi-offer-bell:before {
  content: "\e2bf";
}
.wi-money-note:before {
  content: "\e2e2";
}
.wi-pic:before {
  content: "\e0fa";
}
.wi-virtual-agent:before {
  content: "\e111";
}
.wi-track-chart:before {
  content: "\e2f2";
}
.wi-search-influencer:before {
  content: "\e0ff";
}
.wi-brief:before {
  content: "\e40f";
}
.wi-budget:before {
  content: "\e2f0";
}
.wi-contact-us:before {
  content: "\e07e";
}
.wi-email:before {
  content: "\e0b9";
}
.wi-password:before {
  content: "E";
}
.wi-dashboard:before {
  content: "\e2b1";
}
.wi-services:before {
  content: "\e31c";
}
.wi-social-media-admin:before {
  content: "\e404";
}
.wi-brands-watch:before {
  content: "\e2a6";
}
.wi-camp-manage:before {
  content: "\e2b6";
}
.wi-countries:before {
  content: "\e35e";
}
.wi-public-enquiries:before {
  content: "\e0cf";
}
.wi-notifications:before {
  content: "\e2da";
}
.wi-webfluential-reports:before {
  content: "\e2f4";
}
.wi-influence-score:before {
  content: "\e2ea";
}
.wi-system-variables:before {
  content: "\e2db";
}
.wi-excel:before {
  content: "\e210";
}
.wi-privacy-policy:before {
  content: "\e35b";
}
.wi-search:before {
  content: "F";
}
.wi-brands:before {
  content: "=";
}
.wi-campaigns:before {
  content: "\e0b4";
}
.wi-team:before {
  content: "\e12c";
}
.wi-my-account:before {
  content: "\e0bf";
}
.wi-manage-gear:before {
  content: "\e2b4";
}
.wi-processing:before {
  content: "\e2b5";
}
.wi-fix-tool:before {
  content: "\e2af";
}
.wi-show:before {
  content: "S";
}
.wi-edit:before {
  content: "m";
}
.wi-new-user:before {
  content: "\e118";
}
.wi-invited-tab:before {
  content: "\e0c9";
}
.wi-active-tab:before {
  content: "\e2a1";
}
.wi-opt-out:before {
  content: "\e2aa";
}
.wi-direct-msg:before {
  content: "\e0db";
}
.wi-celebrity:before {
  content: "\e4da";
}
.wi-audience:before {
  content: "\e458";
}
.wi-message:before {
  content: "\e0c6";
}
.wi-markets:before {
  content: "\e0e6";
}
.wi-social-media-influencers:before {
  content: "\e07c";
}
.wi-accept-tick:before {
  content: "\e2a0";
}
.wi-reject-cross:before {
  content: "\e2a8";
}
.wi-attachment:before {
  content: "\v";
}
.wi-send-plane:before {
  content: "\e0e2";
}
.wi-twitter:before {
  content: "\e60f";
}
.wi-facebook:before {
  content: "\e60d";
}
.wi-linkedin:before {
  content: "\e610";
}
.wi-youtube:before {
  content: "\e612";
}
.wi-instagram:before {
  content: "\e613";
}
.wi-copywriting:before {
  content: "\e623";
}
.wi-display-banners:before {
  content: "\e624";
}
.wi-events:before {
  content: "\e625";
}
.wi-remarketing:before {
  content: "\e626";
}
.wi-blog:before {
  content: "\e62d";
}
.wi-circle:before {
  content: "\e628";
}
.wi-circle:before {
  content: "\e628";
}
.wi-dashboard:before {
  content: "\e2b1";
}
.wi-profile:before {
  content: "\e0f5";
}
.wi-channels:before {
  content: "\e06b";
}
.wi-media_kit:before {
  content: "\e23b";
}
.wi-influencer_toolkit:before {
  content: "\e2b7";
}
.wi-invite_and_earn:before {
  content: "\e45e";
}
.wi-logo:before {
  content: "\e62a";
}
.wi-logout:before {
  content: "\e26c";
}
.wi-networks:before {
  content: "\e42b";
}
.wi-content:before {
  content: "\e383";
}
.wi-leave:before {
  content: "\e2c1";
}
.wi-admin:before {
  content: "r";
}
.wi-sick:before {
  content: "\e10d";
}
.wi-family:before {
  content: "\e0e7";
}
.wi-cloudphoto:before {
  content: "\e164";
}
.wi-peopletick:before {
  content: "\e11c";
}
.wi-graphup:before {
  content: "\e2f4";
}
.wi-pages:before {
  content: "\e483";
}
.wi-outlinearrow:before {
  content: "\e32c";
}
.wi-ufo:before {
  content: "\e62b";
}
.wi-scholar:before {
  content: "\e108";
}
.wi-fringehair:before {
  content: "\e10c";
}
.wi-suit:before {
  content: "\e113";
}
.wi-sun:before {
  content: "\e53d";
}
.wi-moon:before {
  content: "\e542";
}
.wi-musicnote:before {
  content: "\e19a";
}
.wi-headphonesman:before {
  content: "\e18b";
}
.wi-squarebubble:before {
  content: "\e05f";
}
.wi-squarebubblequestion:before {
  content: "\e04e";
}
.wi-squarebubbleface:before {
  content: "\e076";
}
.wi-squarebubbleexcla:before {
  content: "\e052";
}
.wi-squarebubbleheart:before {
  content: "\e06d";
}
.wi-blogpost:before {
  content: "\e3c5";
}
.wi-twitter2:before {
  content: "\e60c";
}
.wi-thinkbubble:before {
  content: "\e08a";
}

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #ffffff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 35px;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  background-color: #ffffff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  white-space: nowrap;
  line-height: 35px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../../img/_admin/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../../img/_admin/chosen-sprite.png') no-repeat 0px 6px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('../../img/_admin/chosen-sprite.png') no-repeat 100% -20px;
  background: url('../../img/_admin/chosen-sprite.png') no-repeat 100% -20px;
  font-size: 1em;
  font-family: inherit;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}
/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #ffffff;
}
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: normal;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  padding-left: 8px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #e2e2e4;
  border-radius: 4px;
  background-color: #ffffff;
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 35px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #d3d3d3;
  font-size: 100%;
  font-family: inherit;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 10px 25px 10px 10px;
  background-clip: padding-box;
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 11px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../../img/_admin/chosen-sprite.png') -41px -39px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -41px -49px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -41px -49px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #ffffff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -17px 6px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}
/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('../../img/_admin/chosen-sprite.png') no-repeat -30px -20px;
  background: url('../../img/_admin/chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('../../img/_admin/chosen-sprite@2x.png') 100% -0.38461538px 37px no-repeat scroll #fff !important;
  }
}
/* @end */
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
  padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em;
}
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}
.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em;
}
/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}
/* button sets */
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 21px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
}
.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  min-height: 0;
  /* support: IE7 */
  font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}
.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
  cursor: default;
}
/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}
.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
  border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* For IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-position: 16px 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(../img/ui_images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
  background-image: url(../img/ui_images/ui-icons_ffffff_256x240.png);
}
.ui-state-default .ui-icon {
  background-image: url(../img/ui_images/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(../img/ui_images/ui-icons_222222_256x240.png);
}
.ui-state-active .ui-icon {
  background-image: url(../img/ui_images/ui-icons_222222_256x240.png);
}
.ui-state-highlight .ui-icon {
  background-image: url(../img/ui_images/ui-icons_222222_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(../img/ui_images/ui-icons_222222_256x240.png);
}
/* positioning */
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}
/* Overlays */
.ui-widget-overlay {
  background: #666666 url(../img/ui_images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
  opacity: .5;
  filter: alpha(opacity=50);
}
.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000000 url(../img/ui_images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
  opacity: .2;
  filter: alpha(opacity=20);
  border-radius: 5px;
}
/* the norm */
#gritter-notice-wrapper {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 301px;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.655);
}
#gritter-notice-wrapper.top-left {
  left: 20px;
  right: auto;
}
#gritter-notice-wrapper.bottom-right {
  top: auto;
  left: auto;
  bottom: 20px;
  right: 20px;
}
#gritter-notice-wrapper.bottom-left {
  top: auto;
  right: auto;
  bottom: 20px;
  left: 20px;
}
.gritter-item-wrapper {
  position: relative;
  background: url("../../img/_admin/gritter/ie-spacer.gif");
  /* ie7/8 fix */
}
.gritter-top {
  background: url("../../img/_admin/gritter/gritter-long.png") no-repeat left -30px;
  height: 10px;
}
.hover .gritter-top {
  background-position: right -30px;
}
.gritter-bottom {
  background: url("../../img/_admin/gritter/gritter-long.png") no-repeat left bottom;
  height: 8px;
  margin: 0;
}
.hover .gritter-bottom {
  background-position: bottom right;
}
.gritter-item {
  display: block;
  background: url("../../img/_admin/gritter/gritter-long.png") no-repeat left -40px;
  color: #eee;
  padding: 2px 11px 8px 11px;
  font-size: 11px;
  font-family: verdana;
}
.hover .gritter-item {
  background-position: right -40px;
}
.gritter-item p {
  padding: 0;
  margin: 0;
  word-wrap: break-word;
}
.gritter-close {
  display: none;
  position: absolute;
  top: 5px;
  left: 3px;
  background: url("../../img/_admin/gritter/gritter.png") no-repeat left top;
  cursor: pointer;
  width: 30px;
  height: 30px;
}
.gritter-title {
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 7px 0;
  display: block;
  text-shadow: 1px 1px 0 #000;
  /* Not supported by IE :( */
}
.gritter-image {
  width: 48px;
  height: 48px;
  float: left;
}
.gritter-with-image,
.gritter-without-image {
  padding: 0;
}
.gritter-with-image {
  width: 220px;
  float: right;
}
/* for the light (white) version of the gritter notice */
.gritter-light .gritter-item,
.gritter-light .gritter-bottom,
.gritter-light .gritter-top,
.gritter-light .gritter-close {
  background-image: url("../../img/_admin/gritter/gritter-light.png");
  color: #222;
}
.gritter-light .gritter-title {
  text-shadow: none;
}
/* ========================================================================
 * bootstrap-switch - v2.0.0
 * http://www.bootstrap-switch.org
 * ========================================================================
 * Copyright 2012-2013 Mattia Larentis
 *
 * ========================================================================
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================================
 */
.has-switch {
  display: inline-block;
  cursor: pointer;
  border-radius: 50px;
  background: silver;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  vertical-align: middle;
  min-width: 100px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.has-switch:focus {
  /*border-color: #66afe9;*/
  outline: 0;
  /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);*/
  /*box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);*/
}
.has-switch.switch-mini {
  min-width: 72px;
}
.has-switch.switch-mini i.switch-mini-icons {
  height: 1.20em;
  line-height: 9px;
  vertical-align: text-top;
  text-align: center;
  transform: scale(0.6);
  margin-top: -1px;
  margin-bottom: -1px;
}
.has-switch.switch-small {
  min-width: 80px;
}
.has-switch.switch-large {
  min-width: 120px;
}
.has-switch.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}
.has-switch.disabled label,
.has-switch.disabled span {
  cursor: default !important;
}
.has-switch > div {
  display: inline-block;
  width: 150%;
  position: relative;
  top: 0;
}
.has-switch > div.switch-animate {
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}
.has-switch > div.switch-off {
  left: -50%;
}
.has-switch > div.switch-on {
  left: 0%;
}
.has-switch input[type=radio],
.has-switch input[type=checkbox] {
  display: none;
}
.has-switch span,
.has-switch label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  display: inline-block !important;
  height: 100%;
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 14px;
  line-height: 20px;
}
.has-switch span.switch-mini,
.has-switch label.switch-mini {
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 10px;
  line-height: 9px;
}
.has-switch span.switch-small,
.has-switch label.switch-small {
  padding-bottom: 3px;
  padding-top: 3px;
  font-size: 12px;
  line-height: 18px;
}
.has-switch span.switch-large,
.has-switch label.switch-large {
  padding-bottom: 9px;
  padding-top: 9px;
  font-size: 16px;
  line-height: normal;
}
.has-switch label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  width: 34%;
  background: silver;
}
.has-switch label i {
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  line-height: 18px;
  pointer-events: none;
}
.has-switch span {
  text-align: center;
  z-index: 1;
  width: 33%;
}
.has-switch span.switch-left {
  color: #f00;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.has-switch span.switch-right {
  color: #000;
  background: #eeeeee;
}
.has-switch span.switch-primary,
.has-switch span.switch-left {
  color: #ffffff;
  background: #428bca;
}
.has-switch span.switch-info {
  color: #ffffff;
  background: #5bc0de;
}
.has-switch span.switch-success {
  color: #ffffff;
  background: #5cb85c;
}
.has-switch span.switch-warning {
  background: #f0ad4e;
  color: #ffffff;
}
.has-switch span.switch-danger {
  color: #ffffff;
  background: #d9534f;
}
.has-switch span.switch-default {
  color: #000;
  background: #eeeeee;
}
div.tagsinput {
  border: 1px solid #e2e2e4;
  background: #ffffff;
  padding-left: 9px;
  border-radius: 4px;
  height: 100px !important;
  overflow-y: auto;
}
div.tagsinput span.tag {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  display: block;
  float: left;
  padding: 5px;
  text-decoration: none;
  margin-left: 9px;
  font-size: 13px;
}
div.tagsinput input {
  width: 80px;
  margin: 0px;
  font-family: helvetica;
  font-size: 13px;
  border: 1px solid transparent;
  padding: 5px;
  background: transparent;
  color: #000;
  outline: 0px;
  margin-right: 5px;
  margin-bottom: 5px;
}
div.tagsinput div {
  display: block;
  float: left;
}
.tags_clear {
  clear: both;
  width: 100%;
  height: 0px;
}
.not_valid {
  background: #FBD8DB !important;
  color: #90111A !important;
}
/*Unseen Column*/
@media only screen and (max-width: 800px) {
  #unseen table td:nth-child(2),
  #unseen table th:nth-child(2) {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  #unseen table td:nth-child(4),
  #unseen table th:nth-child(4),
  #unseen table td:nth-child(7),
  #unseen table th:nth-child(7),
  #unseen table td:nth-child(8),
  #unseen table th:nth-child(8) {
    display: none;
  }
}
/*flip-scroll*/
@media only screen and (max-width: 800px) {
  #flip-scroll .cf:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #flip-scroll * html .cf {
    zoom: 1;
  }
  #flip-scroll *:first-child + html .cf {
    zoom: 1;
  }
  #flip-scroll table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  #flip-scroll th,
  #flip-scroll td {
    margin: 0;
    vertical-align: top;
  }
  #flip-scroll th {
    text-align: left;
  }
  #flip-scroll table {
    display: block;
    position: relative;
    width: 100%;
  }
  #flip-scroll thead {
    display: block;
    float: left;
  }
  #flip-scroll tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  #flip-scroll thead tr {
    display: block;
  }
  #flip-scroll th {
    display: block;
    text-align: right;
  }
  #flip-scroll tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  #flip-scroll td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  /* sort out borders */
  #flip-scroll th {
    border-bottom: 0;
    border-left: 0;
  }
  #flip-scroll td {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  #flip-scroll tbody tr {
    border-left: 1px solid #babcbf;
  }
  #flip-scroll th:last-child,
  #flip-scroll td:last-child {
    border-bottom: 1px solid #babcbf;
  }
}
/*no more table*/
@media only screen and (max-width: 800px) {
  /* Force table to not be like tables anymore */
  #no-more-tables table,
  #no-more-tables thead,
  #no-more-tables tbody,
  #no-more-tables th,
  #no-more-tables td,
  #no-more-tables tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  #no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #no-more-tables tr {
    border: 1px solid #ccc;
  }
  #no-more-tables td {
    /* Behave like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
  }
  #no-more-tables td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  /*
    Label the data
    */
  #no-more-tables td:before {
    content: attr(data-title);
  }
}
/*
    Common 
*/
.wizard,
.tabcontrol {
  display: block;
  width: 100%;
  overflow: hidden;
}
.wizard a,
.tabcontrol a {
  outline: 0;
}
.wizard ul,
.tabcontrol ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}
.wizard ul > li,
.tabcontrol ul > li {
  display: block;
  padding: 0;
}
/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info {
  position: absolute;
  left: -999em;
}
.wizard > .content > .title,
.tabcontrol > .content > .title {
  position: absolute;
  left: -999em;
}
/*
    Wizard
*/
.wizard > .steps {
  position: relative;
  display: block;
  width: 100%;
}
.wizard.vertical > .steps {
  display: inline;
  float: left;
  width: 30%;
}
.wizard > .steps .number {
  font-size: 1.429em;
}
.wizard > .steps > ul > li {
  width: 25%;
}
.wizard > .steps > ul > li,
.wizard > .actions > ul > li {
  float: left;
}
.wizard.vertical > .steps > ul > li {
  float: none;
  width: 100%;
}
.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
  display: block;
  width: auto;
  margin: 0 0.5em 0.5em;
  padding: 1em 1em;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}
.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
  background: #eee;
  color: #aaa;
  cursor: default;
}
.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
  background: #1FB5AD;
  color: #ffffff;
  cursor: default;
}
.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
  background: rgba(41, 181, 173, 0.4);
  color: #ffffff;
}
.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active {
  background: #ff3111;
  color: #ffffff;
}
.wizard > .content {
  /*background: #eee;*/
  display: block;
  margin: 0.5em;
  min-height: 20em;
  overflow: hidden;
  position: relative;
  width: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.wizard.vertical > .content {
  display: inline;
  float: left;
  margin: 0 2.5% 0.5em 2.5%;
  width: 65%;
}
.wizard > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}
.wizard > .content > .body ul {
  list-style: disc !important;
}
.wizard > .content > .body ul > li {
  display: list-item;
}
.wizard > .content > .body > iframe {
  border: 0 none;
  width: 100%;
  height: 100%;
}
.wizard > .content > .body input {
  display: block;
  border: 1px solid #ccc;
}
.wizard > .content > .body input[type="checkbox"] {
  display: inline-block;
}
.wizard > .content > .body input.error {
  background: #fbe3e4;
  border: 1px solid #fbc2c4;
  color: #8a1f11;
}
.wizard > .content > .body label {
  display: inline-block;
  margin-bottom: 0.5em;
}
.wizard > .content > .body label.error {
  color: #8a1f11;
  display: inline-block;
  margin-left: 1.5em;
}
.wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%;
}
.wizard.vertical > .actions {
  display: inline;
  float: right;
  margin: 0 2.5%;
  width: 95%;
}
.wizard > .actions > ul {
  display: inline-block;
  text-align: right;
}
.wizard > .actions > ul > li {
  margin: 0 0.5em;
}
.wizard.vertical > .actions > ul > li {
  margin: 0 0 0 1em;
}
.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
  background: #1FB5AD;
  color: #ffffff;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
  background: #eee;
  color: #aaa;
}
/*
    Tabcontrol
*/
.tabcontrol > .steps {
  position: relative;
  display: block;
  width: 100%;
}
.tabcontrol > .steps > ul {
  position: relative;
  margin: 6px 0 0 0;
  top: 1px;
  z-index: 1;
}
.tabcontrol > .steps > ul > li {
  float: left;
  margin: 5px 2px 0 0;
  padding: 1px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.tabcontrol > .steps > ul > li:hover {
  background: #edecec;
  border: 1px solid #bbb;
  padding: 0;
}
.tabcontrol > .steps > ul > li.current {
  background: #ffffff;
  border: 1px solid #bbb;
  border-bottom: 0 none;
  padding: 0 0 1px 0;
  margin-top: 0;
}
.tabcontrol > .steps > ul > li > a {
  color: #5f5f5f;
  display: inline-block;
  border: 0 none;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none;
}
.tabcontrol > .steps > ul > li > a:hover {
  text-decoration: none;
}
.tabcontrol > .steps > ul > li.current > a {
  padding: 15px 30px 10px 30px;
}
.tabcontrol > .content {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35em;
  overflow: hidden;
  border-top: 1px solid #bbb;
  padding-top: 20px;
}
.tabcontrol > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}
.tabcontrol > .content > .body ul {
  list-style: disc !important;
}
.tabcontrol > .content > .body ul > li {
  display: list-item;
}
/* Different sections and headings */
.center-block {
  float: none !important;
}
.border-none {
  border: none !important;
}
.grey-border {
  border: 1px solid #EBEBEB !important;
}
.dark-grey-border {
  border: 1px solid #222222 !important;
}
.thick-grey-border {
  border: 4px solid #EBEBEB !important;
}
.grey-border-top {
  border-top: 1px solid #EBEBEB !important;
}
.dark-grey-border-top {
  border-top: 1px solid #999999 !important;
}
.grey-border-bottom {
  border-bottom: 1px solid #EBEBEB !important;
}
.dark-grey-border-bottom {
  border-bottom: 1px solid #999999 !important;
}
.blue-border {
  border-top: 1px solid #58BFE4 !important;
  border-bottom: 1px solid #58BFE4 !important;
}
.blue-border-bottom {
  border-bottom: 1px solid #58BFE4 !important;
}
.blue-border-top {
  border-top: 1px solid #58BFE4 !important;
}
.influencer-border-top {
  border-top: 1px solid #1FB5AD !important;
}
.influencer-border-bottom {
  border-bottom: 1px solid #1FB5AD !important;
}
.terquoise-border-top {
  border-top: 1px solid #1FB5AD !important;
}
.terquoise-border-bottom {
  border-bottom: 1px solid #1FB5AD !important;
}
.marketer-border-top {
  border-top: 1px solid #9466B5 !important;
}
.marketer-border-bottom {
  border-bottom: 1px solid #9466B5 !important;
}
.purple-border {
  border: 1px solid #9466B5 !important;
}
.purple-border-top {
  border-top: 1px solid #9466B5 !important;
}
.purple-border-bottom {
  border-bottom: 1px solid #9466B5 !important;
}
.border-right {
  border-right: 1px solid #ddd !important;
}
.border-left {
  border-left: 1px solid #ddd !important;
}
.border-top-0 {
  border-top: none !important;
}
.border-right-0 {
  border-right: none !important;
}
.border-left-0 {
  border-left: none !important;
}
.border-bottom-0 {
  border-bottom: none !important;
}
.blue-border-full {
  border: 1px solid #58BFE4 !important;
  padding: 10px !important;
}
.section-headings {
  background-color: #58BFE4;
  text-align: center;
  color: #ffffff;
  margin-bottom: 2em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.section-headings-influencers {
  background-color: #1FB5AD;
  text-align: center;
  color: #ffffff;
  margin-bottom: 2em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.section-headings-marketers {
  background-color: #9466B5;
  text-align: center;
  color: #ffffff;
  margin-bottom: 2em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.yellow-text-hr {
  border-top: 1px solid #F3C022;
}
/*footer*/
.footer-section {
  background: #32323A;
  color: #ffffff;
  padding: 10px 0;
  /*position:fixed;*/
  bottom: 0;
  width: 100%;
  margin-top: 30px;
}
.footer {
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer  */
  color: #0068AD;
  background-color: #000;
  padding-top: 70px;
}
.footer {
  min-height: 60px;
  padding: 0 15px;
}
.vanity-footer-links:hover {
  color: #F3C022;
  text-decoration: none;
  font-weight: lighter;
}
#vanity_bottom {
  background: #25B4AD !important;
}
#main-content {
  margin-left: 0;
}
#main-content {
  margin-left: 240px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.refine-header {
  margin-top: 5px;
}
.merge-header {
  margin-right: 240px;
}
.pageheader {
  color: #cfcfcf;
}
.pagetitle h1 {
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-weight: lighter;
}
.pagetitle h5 {
  margin: 0;
  padding: 0;
}
.header {
  left: 0;
  right: 0;
  z-index: 1002;
  background: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.vanity_header {
  color: #ffffff;
}
#container {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wrapper {
  display: inline-block;
  margin-top: 51px;
  padding: 15px;
  width: 100%;
}
.go-top {
  margin-right: 1%;
  float: right;
  background: rgba(0, 0, 0, 0.4);
  width: 25px;
  height: 25px;
  border-radius: 2%;
  -webkit-border-radius: 2%;
}
.go-top i {
  color: #ffffff;
  font-size: 18px;
  padding-top: 2px;
}
.site-min-height {
  min-height: 900px;
}
.fixed-width {
  background: #aeaeae;
}
.fixed-width #container {
  width: 90%;
  margin: auto;
  overflow: hidden !important;
  position: relative;
}
.fixed-width #container .header {
  width: 90%;
  left: auto;
  right: auto;
}
.fixed-width #main-content {
  background: #F1F2F7;
}
.fixed-width #container #sidebar {
  position: absolute;
}
#vanity-layout .row {
  margin-left: 0;
  margin-right: 0;
}
#ui-datepicker-div {
  z-index: 10 !important;
}
@media (max-width: 1300px) {
  .container {
    width: 100% !important;
  }
}
/*login page*/
#login {
  min-height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../../img/_public/login_background.jpg') bottom center / cover no-repeat;
  position: relative;
}
.login-body {
  background: #32323A;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.login-wrap {
  padding: 20px;
  position: relative;
}
.user-login-info {
  background: #eaeaec;
  margin: -20px -20px 20px -20px;
  padding: 20px;
}
.user-login-info .form-control:last-child {
  margin-bottom: 0 !important;
}
.registration {
  position: absolute;
  right: 0;
  bottom: -35px;
  color: #b8bab9;
}
/*       Fade Bs-carousel       */
.fade-carousel {
  position: relative;
  height: 100vh;
}
.fade-carousel .carousel-inner .item {
  height: 100vh;
}
.fade-carousel .carousel-indicators > li {
  margin: 0 2px;
  background-color: #f39c12;
  border-color: #f39c12;
  opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}
.fade-carouselb .carousel-inner .item {
  opacity: 0;
  -webkit-transition: 2s all ease-in-out 0.1s;
  -moz-transition: 2s all ease-in-out 0.1s;
  -ms-transition: 2s all ease-in-out 0.1s;
  -o-transition: 2s all ease-in-out 0.1s;
  transition: 2s all ease-in-out 0.1s;
}
.fade-carouselb .carousel-inner .item.active {
  opacity: 1;
  -webkit-transition: 2s all ease-in-out 0.1s;
  -moz-transition: 2s all ease-in-out 0.1s;
  -ms-transition: 2s all ease-in-out 0.1s;
  -o-transition: 2s all ease-in-out 0.1s;
  transition: 2s all ease-in-out 0.1s;
}
/*       Slides backgrounds     */
.fade-carouselb .slidesb .slide-1b,
.fade-carouselb .slidesb .slide-2b,
.fade-carouselb .slidesb .slide-3b,
.fade-carouselb .slidesb .slide-4b {
  height: 101px;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-position-x: 44px;
}
.fade-carouselb .slidesb .slide-1b {
  background-image: url("../../img/_public/slider-images/brands1.png");
}
.fade-carouselb .slidesb .slide-2b {
  background-image: url("../../img/_public/slider-images/brands2.png");
}
.fade-carouselb .slidesb .slide-3b {
  background-image: url("../../img/_public/slider-images/brands3.png");
}
.fade-carouselb .slidesb .slide-4b {
  background-image: url("../../img/_public/slider-images/brands4.png");
}
.fade-carousel .carousel-inner .item .hero {
  opacity: 0;
  -webkit-transition: 2s all ease-in-out 0.1s;
  -moz-transition: 2s all ease-in-out 0.1s;
  -ms-transition: 2s all ease-in-out 0.1s;
  -o-transition: 2s all ease-in-out 0.1s;
  transition: 2s all ease-in-out 0.1s;
}
.fade-carousel .carousel-inner .item.active .hero {
  opacity: 1;
  -webkit-transition: 2s all ease-in-out 0.1s;
  -moz-transition: 2s all ease-in-out 0.1s;
  -ms-transition: 2s all ease-in-out 0.1s;
  -o-transition: 2s all ease-in-out 0.1s;
  transition: 2s all ease-in-out 0.1s;
}
/*       Slides backgrounds     */
.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3,
.fade-carousel .slides .slide-4,
.fade-carousel .slides .slide-5,
.fade-carousel .slides .slide-6,
.fade-carousel .slides .slide-7,
.fade-carousel .slides .slide-8 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url("../../img/_public/home_page/home-image.jpg");
}
.fade-carousel .slides .slide-2 {
  background-image: url("../../img/_public/slider-images/Influencer1.jpg");
}
.fade-carousel .slides .slide-3 {
  background-image: url("../../img/_public/slider-images/Influencer2.jpg");
}
.fade-carousel .slides .slide-4 {
  background-image: url("../../img/_public/slider-images/Influencer3.jpg");
}
.fade-carousel .slides .slide-5 {
  background-image: url("../../img/_public/slider-images/Marketer1.jpg");
}
.fade-carousel .slides .slide-6 {
  background-image: url("../../img/_public/slider-images/Marketer2.jpg");
}
.fade-carousel .slides .slide-7 {
  background-image: url("../../img/_public/slider-images/Marketer3.jpg");
}
.fade-carousel .slides .slide-8 {
  background-image: url("../../img/_public/slider-images/press.jpg");
}
#tutorialCarousel .carousel-control.right {
  left: auto;
  right: 0;
  top: 50%;
  background-image: none;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
#tutorialCarousel .carousel-control.left {
  right: auto;
  left: 0;
  top: 50%;
  background-image: none;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
#tutorialCarousel .carousel-control {
  text-shadow: none;
}
@media (max-width: 767px) {
  #tutorialCarousel.carousel {
    visibility: visible!important;
    height: 358px;
  }
}
.btn-default .badge,
.btn-terquoise .badge,
.btn-green .badge,
.btn-blue .badge,
.btn-yellow .badge,
.btn-red .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  background-image: -webkit-linear-gradient(top, #EBEBEB 0%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #EBEBEB 0%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #EBEBEB 0%, #cccccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#ffcccccc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #c7c7c7;
  text-shadow: 0 1px 0 #ffffff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #cccccc;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #cccccc;
  border-color: #c7c7c7;
}
.btn-default.disabled,
.btn-default:disabled,
.btn-default[disabled] {
  background-color: #cccccc;
  background-image: none;
}
.btn-terquoise {
  background-image: -webkit-linear-gradient(top, #1FB5AD 0%, #16817b 100%);
  background-image: -o-linear-gradient(top, #1FB5AD 0%, #16817b 100%);
  background-image: linear-gradient(to bottom, #1FB5AD 0%, #16817b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1fb5ad', endColorstr='#ff16817b', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #157873;
}
.btn-terquoise:hover,
.btn-terquoise:focus {
  background-color: #16817b;
  background-position: 0 -15px;
}
.btn-terquoise:active,
.btn-terquoise.active {
  background-color: #16817b;
  border-color: #157873;
}
.btn-terquoise.disabled,
.btn-terquoise:disabled,
.btn-terquoise[disabled] {
  background-color: #16817b;
  background-image: none;
}
.btn-green {
  background-image: -webkit-linear-gradient(top, #95b75d 0%, #759542 100%);
  background-image: -o-linear-gradient(top, #95b75d 0%, #759542 100%);
  background-image: linear-gradient(to bottom, #95b75d 0%, #759542 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff95b75d', endColorstr='#ff759542', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #708e3f;
}
.btn-green:hover,
.btn-green:focus {
  background-color: #759542;
  background-position: 0 -15px;
}
.btn-green:active,
.btn-green.active {
  background-color: #759542;
  border-color: #708e3f;
}
.btn-green.disabled,
.btn-green:disabled,
.btn-green[disabled] {
  background-color: #759542;
  background-image: none;
}
.btn-blue {
  background-image: -webkit-linear-gradient(top, #0068AD 0%, #004370 100%);
  background-image: -o-linear-gradient(top, #0068AD 0%, #004370 100%);
  background-image: linear-gradient(to bottom, #0068AD 0%, #004370 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0068ad', endColorstr='#ff004370', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #003d66;
}
.btn-blue:hover,
.btn-blue:focus {
  background-color: #004370;
  background-position: 0 -15px;
}
.btn-blue:active,
.btn-blue.active {
  background-color: #004370;
  border-color: #003d66;
}
.btn-blue.disabled,
.btn-blue:disabled,
.btn-blue[disabled] {
  background-color: #004370;
  background-image: none;
}
.btn-yellow {
  background-image: -webkit-linear-gradient(top, #F3C022 0%, #cd9d0b 100%);
  background-image: -o-linear-gradient(top, #F3C022 0%, #cd9d0b 100%);
  background-image: linear-gradient(to bottom, #F3C022 0%, #cd9d0b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff3c022', endColorstr='#ffcd9d0b', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #c3960b;
}
.btn-yellow:hover,
.btn-yellow:focus {
  background-color: #cd9d0b;
  background-position: 0 -15px;
}
.btn-yellow:active,
.btn-yellow.active {
  background-color: #cd9d0b;
  border-color: #c3960b;
}
.btn-yellow.disabled,
.btn-yellow:disabled,
.btn-yellow[disabled] {
  background-color: #cd9d0b;
  background-image: none;
}
.btn-red {
  background-image: -webkit-linear-gradient(top, #9466B5 0%, #754895 100%);
  background-image: -o-linear-gradient(top, #9466B5 0%, #754895 100%);
  background-image: linear-gradient(to bottom, #9466B5 0%, #754895 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9466b5', endColorstr='#ff754895', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #70458f;
}
.btn-red:hover,
.btn-red:focus {
  background-color: #754895;
  background-position: 0 -15px;
}
.btn-red:active,
.btn-red.active {
  background-color: #754895;
  border-color: #70458f;
}
.btn-red.disabled,
.btn-red:disabled,
.btn-red[disabled] {
  background-color: #754895;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #58BFE4 0%, #42b7e0 100%);
  background-image: -o-linear-gradient(top, #58BFE4 0%, #42b7e0 100%);
  background-image: linear-gradient(to bottom, #58BFE4 0%, #42b7e0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff58bfe4', endColorstr='#ff42b7e0', GradientType=0);
  background-color: #42b7e0;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.705) 0%, rgba(255, 255, 255, 0.705) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.705) 0%, rgba(255, 255, 255, 0.705) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.705) 0%, rgba(255, 255, 255, 0.705) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b4ffffff', endColorstr='#b4ffffff', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, rgba(226, 226, 226, 0.705) 0%, rgba(233, 233, 233, 0.705) 100%);
  background-image: -o-linear-gradient(top, rgba(226, 226, 226, 0.705) 0%, rgba(233, 233, 233, 0.705) 100%);
  background-image: linear-gradient(to bottom, rgba(226, 226, 226, 0.705) 0%, rgba(233, 233, 233, 0.705) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b4e2e2e2', endColorstr='#b4e9e9e9', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, rgba(26, 26, 26, 0.655) 0%, rgba(0, 0, 0, 0.655) 100%);
  background-image: -o-linear-gradient(top, rgba(26, 26, 26, 0.655) 0%, rgba(0, 0, 0, 0.655) 100%);
  background-image: linear-gradient(to bottom, rgba(26, 26, 26, 0.655) 0%, rgba(0, 0, 0, 0.655) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a71a1a1a', endColorstr='#a7000000', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.655) 0%, rgba(6, 6, 6, 0.655) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.655) 0%, rgba(6, 6, 6, 0.655) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.655) 0%, rgba(6, 6, 6, 0.655) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7000000', endColorstr='#a7060606', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 991px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-image: -webkit-linear-gradient(top, #58BFE4 0%, #42b7e0 100%);
    background-image: -o-linear-gradient(top, #58BFE4 0%, #42b7e0 100%);
    background-image: linear-gradient(to bottom, #58BFE4 0%, #42b7e0 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff58bfe4', endColorstr='#ff42b7e0', GradientType=0);
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #58BFE4 0%, #2caedd 100%);
  background-image: -o-linear-gradient(top, #58BFE4 0%, #2caedd 100%);
  background-image: linear-gradient(to bottom, #58BFE4 0%, #2caedd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff58bfe4', endColorstr='#ff2caedd', GradientType=0);
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #F3C022 0%, #d6a50c 100%);
  background-image: -o-linear-gradient(top, #F3C022 0%, #d6a50c 100%);
  background-image: linear-gradient(to bottom, #F3C022 0%, #d6a50c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff3c022', endColorstr='#ffd6a50c', GradientType=0);
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #0068AD 0%, #00497a 100%);
  background-image: -o-linear-gradient(top, #0068AD 0%, #00497a 100%);
  background-image: linear-gradient(to bottom, #0068AD 0%, #00497a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0068ad', endColorstr='#ff00497a', GradientType=0);
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #1FB5AD 0%, #188983 100%);
  background-image: -o-linear-gradient(top, #1FB5AD 0%, #188983 100%);
  background-image: linear-gradient(to bottom, #1FB5AD 0%, #188983 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1fb5ad', endColorstr='#ff188983', GradientType=0);
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #9466B5 0%, #7b4c9c 100%);
  background-image: -o-linear-gradient(top, #9466B5 0%, #7b4c9c 100%);
  background-image: linear-gradient(to bottom, #9466B5 0%, #7b4c9c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9466b5', endColorstr='#ff7b4c9c', GradientType=0);
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #2caedd;
  background-image: -webkit-linear-gradient(top, #58BFE4 0%, #37b2df 100%);
  background-image: -o-linear-gradient(top, #58BFE4 0%, #37b2df 100%);
  background-image: linear-gradient(to bottom, #58BFE4 0%, #37b2df 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff58bfe4', endColorstr='#ff37b2df', GradientType=0);
  border-color: #37b2df;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #58BFE4 0%, #42b7e0 100%);
  background-image: -o-linear-gradient(top, #58BFE4 0%, #42b7e0 100%);
  background-image: linear-gradient(to bottom, #58BFE4 0%, #42b7e0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff58bfe4', endColorstr='#ff42b7e0', GradientType=0);
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #ffffff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #ffffff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 1.42857143;
  color: #000;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #58BFE4;
  text-decoration: none;
  font-weight: 400;
}
a:hover,
a:focus {
  color: #21a0ce !important;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  display: inline;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #ffffff;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 1.8;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #f5f5f5;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 21px;
  margin-bottom: 10.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 45px;
}
h2,
.h2 {
  font-size: 27px;
}
h3,
.h3 {
  font-size: 21px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 16.5px;
}
h6,
.h6 {
  font-size: 16.5px;
}
p {
  margin: 0 0 10.5px;
  font-weight: 400;
}
.lead {
  margin-bottom: 21px;
  font-size: 17px;
  font-weight: lighter;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 22.5px;
  }
}
small,
.small {
  font-size: 100%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.light-grey-text {
  color: #f5f5f5;
}
.light-blue-text {
  color: #58BFE4;
}
a.light-blue-text:hover {
  color: #2caedd;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.purple-text {
  color: #31708f;
}
a.purple-text:hover {
  color: #245269;
}
.yellow-text {
  color: #8a6d3b;
}
a.yellow-text:hover {
  color: #66512c;
}
.red-text {
  color: #a94442;
}
a.red-text:hover {
  color: #843534;
}
.bg-primary {
  color: #ffffff;
  background-color: #58BFE4;
}
a.bg-primary:hover {
  background-color: #2caedd;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #ffffff;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  list-style: none;
  padding-left: 0;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 21px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #f5f5f5;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 18.75px;
  border-left: 5px solid #ffffff;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #f5f5f5;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #ffffff;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 10px;
  margin: 0 0 10.5px;
  font-size: 14px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #cccccc;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .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-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #f5f5f5;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 21px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 22.5px;
  line-height: inherit;
  color: #cccccc;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 400;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 11px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #000;
}
.form-control {
  display: block;
  width: 100%;
  height: 43px;
  padding: 10px 12px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #000;
  margin-bottom: 1em;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #EBEBEB;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #EBEBEB;
}
.form-control::-webkit-input-placeholder {
  color: #EBEBEB;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #ffffff;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 43px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 82px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 21px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 11px;
  padding-bottom: 11px;
  margin-bottom: 0;
  min-height: 36px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 34px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 34px;
  line-height: 34px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 34px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 0;
}
select.form-group-sm .form-control {
  height: 34px;
  line-height: 34px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 34px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  min-height: 36px;
}
.input-lg {
  height: 82px;
  padding: 10px 16px;
  font-size: 45px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.input-lg {
  height: 82px;
  line-height: 82px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 82px;
  padding: 10px 16px;
  font-size: 45px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.form-group-lg .form-control {
  height: 82px;
  line-height: 82px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 82px;
  padding: 10px 16px;
  font-size: 45px;
  line-height: 1.3333333;
  min-height: 66px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 53.75px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 43px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 82px;
  height: 82px;
  line-height: 82px;
}
.input-sm + .form-control-feedback {
  width: 34px;
  height: 34px;
  line-height: 34px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 26px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 11px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 32px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 11px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  padding: 0.5em 3em;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border-radius: 2px !important;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #ffffff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #ffffff;
  background-color: #EBEBEB;
  border-color: #EBEBEB;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #d2d2d2;
  border-color: #cccccc;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #EBEBEB;
  border-color: #EBEBEB;
}
.btn-default .badge {
  color: #EBEBEB;
  background-color: #ffffff;
}
.btn-terquoise {
  color: #ffffff;
  background-color: #1FB5AD;
  border-color: #1b9f98;
}
.btn-terquoise:hover,
.btn-terquoise:focus,
.btn-terquoise.focus,
.btn-terquoise:active,
.btn-terquoise.active,
.open > .dropdown-toggle.btn-terquoise {
  color: #ffffff;
  background-color: #188983;
  border-color: #126b66;
}
.btn-terquoise:active,
.btn-terquoise.active,
.open > .dropdown-toggle.btn-terquoise {
  background-image: none;
}
.btn-terquoise.disabled,
.btn-terquoise[disabled],
fieldset[disabled] .btn-terquoise,
.btn-terquoise.disabled:hover,
.btn-terquoise[disabled]:hover,
fieldset[disabled] .btn-terquoise:hover,
.btn-terquoise.disabled:focus,
.btn-terquoise[disabled]:focus,
fieldset[disabled] .btn-terquoise:focus,
.btn-terquoise.disabled.focus,
.btn-terquoise[disabled].focus,
fieldset[disabled] .btn-terquoise.focus,
.btn-terquoise.disabled:active,
.btn-terquoise[disabled]:active,
fieldset[disabled] .btn-terquoise:active,
.btn-terquoise.disabled.active,
.btn-terquoise[disabled].active,
fieldset[disabled] .btn-terquoise.active {
  background-color: #1FB5AD;
  border-color: #1b9f98;
}
.btn-terquoise .badge {
  color: #1FB5AD;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #95b75d;
  border-color: #89ad4d;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #7b9c45;
  border-color: #68833a;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #95b75d;
  border-color: #89ad4d;
}
.btn-success .badge {
  color: #95b75d;
  background-color: #ffffff;
}
.btn-blue {
  color: #ffffff;
  background-color: #0068AD;
  border-color: #005994;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue.focus,
.btn-blue:active,
.btn-blue.active,
.open > .dropdown-toggle.btn-blue {
  color: #ffffff;
  background-color: #00497a;
  border-color: #003456;
}
.btn-blue:active,
.btn-blue.active,
.open > .dropdown-toggle.btn-blue {
  background-image: none;
}
.btn-blue.disabled,
.btn-blue[disabled],
fieldset[disabled] .btn-blue,
.btn-blue.disabled:hover,
.btn-blue[disabled]:hover,
fieldset[disabled] .btn-blue:hover,
.btn-blue.disabled:focus,
.btn-blue[disabled]:focus,
fieldset[disabled] .btn-blue:focus,
.btn-blue.disabled.focus,
.btn-blue[disabled].focus,
fieldset[disabled] .btn-blue.focus,
.btn-blue.disabled:active,
.btn-blue[disabled]:active,
fieldset[disabled] .btn-blue:active,
.btn-blue.disabled.active,
.btn-blue[disabled].active,
fieldset[disabled] .btn-blue.active {
  background-color: #0068AD;
  border-color: #005994;
}
.btn-blue .badge {
  color: #0068AD;
  background-color: #ffffff;
}
.btn-yellow {
  color: #ffffff;
  background-color: #F3C022;
  border-color: #efb70d;
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow.focus,
.btn-yellow:active,
.btn-yellow.active,
.open > .dropdown-toggle.btn-yellow {
  color: #ffffff;
  background-color: #d6a50c;
  border-color: #b48b0a;
}
.btn-yellow:active,
.btn-yellow.active,
.open > .dropdown-toggle.btn-yellow {
  background-image: none;
}
.btn-yellow.disabled,
.btn-yellow[disabled],
fieldset[disabled] .btn-yellow,
.btn-yellow.disabled:hover,
.btn-yellow[disabled]:hover,
fieldset[disabled] .btn-yellow:hover,
.btn-yellow.disabled:focus,
.btn-yellow[disabled]:focus,
fieldset[disabled] .btn-yellow:focus,
.btn-yellow.disabled.focus,
.btn-yellow[disabled].focus,
fieldset[disabled] .btn-yellow.focus,
.btn-yellow.disabled:active,
.btn-yellow[disabled]:active,
fieldset[disabled] .btn-yellow:active,
.btn-yellow.disabled.active,
.btn-yellow[disabled].active,
fieldset[disabled] .btn-yellow.active {
  background-color: #F3C022;
  border-color: #efb70d;
}
.btn-yellow .badge {
  color: #F3C022;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #9466B5;
  border-color: #8855ad;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #7b4c9c;
  border-color: #684084;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #9466B5;
  border-color: #8855ad;
}
.btn-danger .badge {
  color: #9466B5;
  background-color: #ffffff;
}
.btn-link {
  color: #58BFE4;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #21a0ce !important;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #f5f5f5;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 45px;
  line-height: 1.3333333;
  border-radius: 0;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 15px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #000;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #bfbfbf;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #58BFE4;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #f5f5f5;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #f5f5f5;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 82px;
  padding: 10px 16px;
  font-size: 45px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 82px;
  line-height: 82px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 34px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 34px;
  line-height: 34px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 1.2 !important;
}
.input-group-addon {
  padding: 10px 12px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  color: #000;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 15px;
  border-radius: 0;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 45px;
  border-radius: 0;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #ffffff;
}
.nav > li.disabled > a {
  color: #f5f5f5;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #f5f5f5;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #ffffff;
  border-color: #58BFE4;
}
.nav .nav-divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #ffffff #ffffff #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #ffffff;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  width: auto !important;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #58BFE4;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 60px;
  margin-bottom: 0px;
  border: transparent;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 30px;
  padding-left: 30px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 434px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -30px;
  margin-left: -30px;
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  padding: 14.5px 30px;
  font-size: 45px;
  line-height: 21px;
  height: 60px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -30px;
  }
}
#newPublic .navbar-brand {
  padding: 0.3em;
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 30px;
  padding: 9px 10px;
  margin-top: 13px;
  margin-bottom: 13px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.75px -12px;
}
.navbar-nav > li > a {
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 21px;
}
@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 21px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 19.5px;
    padding-bottom: 19.5px;
  }
}
.navbar-form {
  margin-left: -30px;
  margin-right: -30px;
  padding: 10px 30px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.navbar-btn.btn-sm {
  margin-top: 13px;
  margin-bottom: 13px;
}
.navbar-btn.btn-xs {
  margin-top: 19px;
  margin-bottom: 19px;
}
.navbar-text {
  margin-top: 19.5px;
  margin-bottom: 19.5px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left;
    float: left !important;
  }
  .navbar-right {
    float: right;
    float: right !important;
    margin-right: 0;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: rgba(255, 255, 255, 0.705);
  border-color: rgba(255, 255, 255, 0.105);
}
.navbar-default .navbar-brand {
  color: rgba(255, 255, 255, 0.705);
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: rgba(255, 255, 255, 0.705);
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #000;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #58BFE4;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #F3C022;
  background-color: rgba(238, 238, 238, 0.705);
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: rgba(255, 255, 255, 0.105);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: rgba(238, 238, 238, 0.705);
  color: #F3C022;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #58BFE4;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #F3C022;
    background-color: rgba(238, 238, 238, 0.705);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #000;
}
.navbar-default .navbar-link:hover {
  color: #58BFE4;
}
.navbar-default .btn-link {
  color: #000;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #58BFE4;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: rgba(0, 0, 0, 0.655);
  border-color: transparent;
}
.navbar-inverse .navbar-brand {
  color: #ffffff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #000;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #58BFE4;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #F3C022;
  background-color: rgba(0, 0, 0, 0.655);
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: transparent;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: rgba(0, 0, 0, 0.655);
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: rgba(0, 0, 0, 0.655);
  color: #F3C022;
}
@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #58BFE4;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #F3C022;
    background-color: rgba(0, 0, 0, 0.655);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #ffffff;
}
.navbar-inverse .navbar-link:hover {
  color: #58BFE4;
}
.navbar-inverse .btn-link {
  color: #ffffff;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #58BFE4;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 21px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #f5f5f5;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 21px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 10px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #58BFE4;
  background-color: #ffffff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #21a0ce !important;
  background-color: #ffffff;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #58BFE4;
  border-color: #58BFE4;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #ddd;
  background-color: #ffffff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 45px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 15px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pager {
  padding-left: 0;
  margin: 21px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #ffffff;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #ddd;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #f5f5f5;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #dcdcdc;
}
.label-primary {
  background-color: #58BFE4;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #2caedd;
}
.label-success {
  background-color: #F3C022;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #d6a50c;
}
.label-info {
  background-color: #0068AD;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #00497a;
}
.label-warning {
  background-color: #1FB5AD;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #188983;
}
.label-danger {
  background-color: #9466B5;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #7b4c9c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 0;
  margin-right: 3px;
  margin-bottom: 3px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #58BFE4;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #ffffff;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #e6e6e6;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 0;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 67.5px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 21px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #58BFE4;
}
.thumbnail .caption {
  padding: 9px;
  color: #000;
}
.alert {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 21px;
  margin-bottom: 21px;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 15px;
  line-height: 21px;
  color: #ffffff;
  text-align: center;
  background-color: #58BFE4;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #F3C022;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #0068AD;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #1FB5AD;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #9466B5;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #ffffff;
  color: #f5f5f5;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #f5f5f5;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #58BFE4;
  border-color: #58BFE4;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #ffffff;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 21px;
  background-color: #ffffff;
  border: 1px solid #1FB5AD;
  border-radius: 0;
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #ffffff;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 21px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #1FB5AD;
}
.panel-default > .panel-heading {
  color: #cccccc;
  background-color: #ffffff;
  border-color: #1FB5AD;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #1FB5AD;
}
.panel-default > .panel-heading .badge {
  color: #ffffff;
  background-color: #cccccc;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #1FB5AD;
}
.panel-primary {
  border-color: #58BFE4;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #58BFE4;
  border-color: #58BFE4;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #58BFE4;
}
.panel-primary > .panel-heading .badge {
  color: #58BFE4;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #58BFE4;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 0;
}
.well-sm {
  padding: 9px;
  border-radius: 0;
}
.close {
  float: right;
  font-size: 22.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 20px;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 15px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1 -1 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  float: none !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
  display: block !important;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.alert {
  padding: 15px;
  margin-bottom: 0 !important;
  border: 1px solid transparent;
  border-radius: 0px;
}
.alert-success,
.alert-danger,
.alert-info,
.alert-warning,
.alert-notice,
.alert-error {
  border: none;
  background-image: none;
  font-size: 15px;
  font-weight: 300;
  border-radius: 0px;
  box-shadow: none;
  text-shadow: none;
}
.alert-notice {
  background: #fbe9b3;
  border: none;
  border-bottom: 1px solid #f6cd52;
  color: #d6a50c;
}
.alert-info {
  background: #d9edf7;
  border: none;
  border-bottom: 1px solid #85c5e5;
  color: #31708f;
}
.alert-success {
  background-color: #dff0d8;
  border: none;
  border-bottom: 1px solid #a3d48e;
  color: #3c763d;
}
.alert-error {
  background-color: #EF8181;
  border: none;
  border-bottom: 1px solid #e42626;
  color: #ffffff;
}
.alert-icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.alert-icon i {
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: #ffffff;
}
.alert-info .alert-icon {
  background-color: #d9edf7;
}
.alert-danger .alert-icon {
  background-color: #EF8181;
}
.alert-success .alert-icon {
  background-color: #dff0d8;
}
.alert-warning .alert-icon {
  background-color: #fbe9b3;
}
.notification-sender {
  color: #222222;
}
.notification-time {
  font-style: italic;
  color: #c7cbd6;
}
.notification-info {
  margin-left: 56px;
  margin-top: -40px;
}
.notification-meta {
  margin-bottom: 3px;
  padding-left: 0;
  list-style: none;
}
.notification-info p {
  margin: 0px;
  color: #999;
  font-size: 12px;
}
.alert-info .notification-info a {
  color: #d9edf7;
}
.alert-danger .notification-info a {
  color: #EF8181;
}
.alert-success .notification-info a {
  color: #dff0d8;
}
.alert-warning .notification-info a {
  color: #fbe9b3;
}
.alert-info.bucket-notification {
  background-color: #d9edf7;
}
.alert-danger.bucket-notification {
  background-color: #EF8181;
}
.alert-success.bucket-notification {
  background-color: #dff0d8;
}
.alert-warning.bucket-notification {
  background-color: #ffffff;
}
/*          Background    */
.bg-default {
  background-color: #D9E0E8!important;
}
.bg-transparent {
  background: transparent !important;
  color: transparent !important;
}
.bg-light-terquoise {
  background: #5dbfb8 !important;
  color: #ffffff;
}
.bg-terquoise {
  background: #1FB5AD !important;
  color: #ffffff;
}
.bg-terquoise-dark {
  background: #189c8e !important;
  color: #ffffff;
}
.bg-dark-blue {
  background: #0068AD !important;
  color: #ffffff;
}
.bg-blue,
.bg-light-blue {
  background: #58BFE4 !important;
  color: #ffffff !important;
}
.bg-lighter-blue {
  background: #b0e1f2 !important;
  color: #ffffff;
}
.bg-insta-light {
  background: #749cbe !important;
}
.bg-green {
  background: #95b75d !important;
  color: #ffffff;
}
.bg-light-green {
  background: #79907c !important;
  color: #ffffff;
}
.bg-orange {
  background: #f17355 !important;
  color: #ffffff;
}
.bg-purple {
  background: #9466B5 !important;
  color: #ffffff;
}
.bg-light-purple {
  background: #96a3d0 !important;
  color: #ffffff;
}
.bg-yellow {
  background: #F3C022 !important;
  color: #ffffff;
}
.bg-light-yellow {
  background: #f8dc83 !important;
  color: #ffffff;
}
.bg-red {
  background: #fa4242 !important;
  color: #ffffff;
}
.bg-dark-red {
  background: #fa4242 !important;
  color: #ffffff;
}
.bg-grey {
  background: #999999 !important;
  color: #ffffff;
}
.bg-very-light-grey {
  background: #f8f8f8 !important;
}
.bg-light-grey {
  background: #EBEBEB !important;
  color: #000;
}
.bg-dark-grey {
  background: #3c3c3c !important;
  color: #ffffff;
}
.bg-white {
  background: #ffffff !important;
  color: #000;
}
.bg-black {
  background: #000 !important;
  color: #ffffff;
}
.bg-insta {
  background: #49769c !important;
  color: #ffffff;
}
.bg-fb {
  background: #3c5a96 !important;
  color: #ffffff;
}
.bg-twitter {
  background: #57c8f1 !important;
  color: #ffffff;
}
.bg-yt {
  background: #cd201f !important;
  color: #ffffff;
}
.bg-blog {
  background: #f3c022 !important;
  color: #ffffff;
}
.bg-display {
  background: #f7a85f !important;
  color: #ffffff;
}
.bg-retargeting {
  background: #c42d60 !important;
  color: #ffffff;
}
.bg-events {
  background: #a1b476 !important;
  color: #ffffff;
}
.bg-writing {
  background: #96a3d0 !important;
  color: #ffffff;
}
.bg-insta-lighter {
  background: #749cbe !important;
  color: #ffffff;
}
.bg-fb-lighter {
  background: #5f7fbf !important;
  color: #ffffff;
}
.bg-twitter-lighter {
  background: #9edff7 !important;
  color: #ffffff;
}
.bg-yt-lighter {
  background-color: #e55453 !important;
  color: #ffffff;
}
.bg-blog-lighter {
  background: #f7d56b !important;
  color: #ffffff;
}
.custom_image {
  background-image: url("../../img/_admin/vainty_back_plain.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0;
}
.background-noaccess {
  background-image: url("../../img/_public/no-access.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0;
  margin-top: 30px;
  height: 245px;
  background-position-y: -105px;
}
.background-pricing-marketers {
  background-image: url("../../img/_public/marketers/pricing-big.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0;
}
.background-currency {
  background-image: url("../../img/_public/estimate-page/dollar-image.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0;
}
.background-audiences {
  background-image: url("../../img/_public/audiences/audience_banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 104px;
  height: 245px;
  background-position-y: -105px;
}
.background-partners {
  background-image: url("../../img/_public/audiences/audience_banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 293px;
  background-position-y: -105px;
}
.background-quiz-banner-2 {
  background-image: url("../../img/_public/influencer-quiz/second-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0px;
  height: 245px;
  background-position-y: -96px;
}
.background-howitworks {
  background-image: url("../../img/_public/marketers_page/new_marketers_landing.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
  height: 350px;
  background-position-y: 0px;
}
.background-contact_us {
  background-image: url("../../img/_public/contact_us/contact_banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 104px;
  height: 340px;
  background-position-y: -105px;
}
.background-resource {
  background-image: url("../../img/_public/resource_page/resource_page/banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 104px;
  height: 245px;
  background-position-y: -105px;
}
.background-market-place {
  background-image: url("../../img/_public/jobboard/Jobboard.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 100px;
  height: 245px;
  background-position-y: -105px;
}
.background-careers {
  background-image: url("../../img/_public/careers/new_careers_banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 104px;
  height: 245px;
  background-position-y: -105px;
}
.background-quiz-header {
  background-image: url("../../img/_public/influencer-quiz/header.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 87px;
  height: 245px;
  background-position-y: -105px;
}
.background-register-banner {
  background-image: url("../../img/_public/influencer_marketing_infographic/register_banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 104px;
  height: 245px;
  background-position-y: -105px;
}
.background-fashion_why {
  background-image: url("../../img/_public/fashion_page/why.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 104px;
  height: 245px;
  background-position-y: -105px;
}
.background-fashion {
  background-image: url("../../img/_public/fashion_page/banner_image.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 104px;
  height: 245px;
  background-position-y: -105px;
}
.background-uk_bloggers-why {
  background-image: url("../../img/_public/uk_bloggers_page/why_uk_bloggers.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 104px;
  height: 245px;
  background-position-y: -105px;
}
.background-uk_bloggers {
  background-image: url("../../img/_public/uk_bloggers_page/uk_banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 104px;
  height: 245px;
  background-position-y: -105px;
}
.background-instagram-why {
  background-image: url("../../img/_public/instagram_page/why_instagram.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 104px;
  height: 245px;
  background-position-y: -105px;
}
.background-instagram {
  background-image: url("../../img/_public/instagram_page/banner_image.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 104px;
  height: 245px;
  background-position-y: -105px;
}
.home_mobile {
  background-image: url("../../img/_public/home_page/home-image.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-top: 66.771%;
  /* (img-height / img-width * container-width) */
  /* (1474 / 1920 * 100) */
  position: relative;
}
.opaque_white_back {
  background: url("../../img/_admin/white_opague.png") repeat;
}
.influencer_unit {
  background: url("../../img/_admin/white_opague.png") repeat;
  border-radius: 10px;
  padding: 5px;
  color: black;
}
.loading_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  background: url("../../img/_admin/png_overlay.png") repeat;
}
.loading_overlay h1 {
  color: #ffffff;
  text-align: center;
  top: 45%;
  position: relative;
}
.overlay_back {
  background: url("../../img/_admin/png_overlay.png") repeat;
}
.home_mobile_overlay {
  position: absolute;
  top: 0px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  text-align: center;
  width: 100%;
  padding: 0px;
  bottom: 0px;
}
.pound-image {
  background-image: url("../../img/_public/estimate-page/pound-image.jpg") !important;
}
.darken-header {
  filter: brightness(50%);
  -webkit-filter: brightness(50%);
  -moz-filter: brightness(50%);
  -o-filter: brightness(50%);
  -ms-filter: brightness(50%);
}
.calculating_inv_score {
  background-image: url("../../img/_admin/calculating_inv_score.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 222px;
  width: 95%;
  position: absolute;
  z-index: 10;
}
body {
  -webkit-font-smoothing: subpixel-antialiased;
  color: #333 !important;
}
/* Upper and lower case */
.uppercase {
  text-transform: uppercase !important;
}
.remove_upper {
  text-transform: none !important;
}
/* Uppercase headings and labels */
h1,
h2,
h3,
h4,
h5,
h6 a,
.label {
  /*text-transform: uppercase;*/
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
/* Different colours text */
/*white text color*/
.white-text {
  color: #ffffff !important;
}
/*black text color*/
.black-text {
  color: #222222 !important;
}
/*grey text color*/
.grey-text {
  color: #EBEBEB !important;
}
.light-grey-text {
  color: #f5f5f5 !important;
}
.dark-grey-text {
  color: #999999 !important;
}
/*terquoise text color*/
.terquoise-text {
  color: #1FB5AD !important;
}
/*yellow text color*/
.yellow-text {
  color: #F3C022 !important;
}
/*purple text color*/
.purple-text {
  color: #9466B5 !important;
}
/*red text color*/
.red-text {
  color: #FA8564 !important;
}
.dark-red-text {
  color: #f85e33 !important;
}
/*blue text color*/
.light-blue-text {
  color: #58BFE4 !important;
}
.dark-blue-text {
  color: #0068AD !important;
}
/*green text color*/
.text-success,
.text-green {
  color: #95b75d !important;
}
.black-textgreen {
  color: #5f7836 !important;
}
.text-lightgreen {
  color: #acc780 !important;
}
/*       Italic/Quotes     */
.wf-italic-quote {
  font-style: italic;
}
.wf-italic-quote_h2 {
  font-style: italic;
}
/* Social media colors */
.facebook-colour {
  color: #3c5a96 !important;
}
.twitter-colour {
  color: #57c8f1 !important;
}
.linkedin-colour {
  color: #007bb6 !important;
}
.blog-colour {
  color: #f3c022 !important;
}
.instagram-colour {
  color: #49769c !important;
}
.youtube-colour {
  color: #cd201f !important;
}
.channel_off {
  color: #c7cbd6 !important;
}
.channel_off:hover {
  color: #95b75d !important;
}
/* other channels colors */
.text-display {
  color: #f7a85f !important;
}
.text-retargeting {
  color: #c42d60 !important;
}
.text-events {
  color: #a1b476 !important;
}
.text-writing {
  color: #96a3d0 !important;
}
.font-weight-100 {
  font-weight: 100 !important;
}
.font-weight-200 {
  font-weight: 200 !important;
}
.font-weight-300 {
  font-weight: 300 !important;
}
.font-weight-400 {
  font-weight: 400 !important;
}
.font-size-10 {
  font-size: 10px !important;
}
.font-size-11 {
  font-size: 11px !important;
}
.font-size-12 {
  font-size: 12px !important;
}
.font-size-13 {
  font-size: 13px !important;
}
.font-size-14 {
  font-size: 14px !important;
}
.font-size-16 {
  font-size: 16px !important;
}
.font-size-17 {
  font-size: 17px !important;
}
.font-size-18 {
  font-size: 18px !important;
}
.font-size-20 {
  font-size: 20px !important;
}
.font-size-22 {
  font-size: 22px !important;
}
.font-size-24 {
  font-size: 24px !important;
}
.font-size-35 {
  font-size: 35px !important;
}
/*         Other text styles      */
.line-height-1-3 {
  line-height: 1.3;
}
.underline_text {
  border-bottom: 1px solid;
}
.hd-title {
  font-size: 16px;
  margin: 10px 0;
}
.truncate {
  width: 177px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.textshadownone {
  text-shadow: none!important;
}
/*          Hero / Quote block      */
.hero h1 {
  font-size: 6em;
  font-weight: lighter;
  margin: 0;
  padding: 0;
}
.hero_inf h1 {
  font-size: 6em;
  font-weight: lighter;
  margin: 0;
  padding: 0;
}
.hero_inf_top h1 {
  font-size: 6em;
  font-weight: lighter;
  margin: 0;
  padding: 0;
}
.hero_inf_bottom h1 {
  font-size: 3em;
  font-weight: lighter;
  margin: 0;
  padding: 0;
}
.hero_inf_bottom h3 {
  font-size: 20px;
  font-weight: lighter;
  margin: 0;
  padding: 0;
}
.hero_inf_bottom p {
  font-size: 14px;
  font-weight: lighter;
  margin: 0;
  padding: 0;
}
/* tables */
table th {
  color: #333 !important;
  font-weight: 400;
}
table th a {
  color: #333 !important;
  font-weight: 400;
}
.bg-black table th {
  color: #fff !important;
}
.bg-black table th a {
  color: #fff !important;
}
.brand {
  background: #000000;
  float: left;
  width: 240px;
  height: 80px;
  position: relative;
}
.back_to_superadmin {
  background: black;
  border: 2px solid #F3C022;
  bottom: -2px;
  right: -2px;
  padding: 5px 30px 5px 5px;
  position: fixed;
  z-index: 10005;
}
.back_to_superadmin h4 {
  color: silver;
  padding: 0;
  margin: 0;
  font-size: 12px;
}
.back_to_superadmin h4 a {
  color: white;
}
.logo img {
  width: 70%;
  margin-left: 43px;
}
a.logo {
  font-size: 21px;
  color: #2e2e2e;
  float: left;
  margin: 20px 0 0 25px;
  text-transform: uppercase;
}
a.logo:hover,
a.logo:focus {
  text-decoration: none;
  outline: none;
}
a.logo span {
  color: #FF6C60;
}
.fixed-top {
  position: fixed;
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.15);
}
.brandlogo {
  width: 135px;
  height: 25px;
}
.brand_info p {
  max-height: 315px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 15;
  -webkit-box-orient: vertical;
}
.utilitynav {
  padding-left: 0;
  list-style: none;
}
.utility-right {
  float: right !important;
  margin-right: 0;
}
.utility-fixed-top {
  top: 0px;
  border-width: 0 0 1px;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.utility-nav {
  background-color: #000;
}
.utility-bar-black {
  min-height: 20px;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 100% !important;
}
.nav-collapse.collapse {
  display: inline;
}
.nav-tabs > li > a {
  margin-right: 1px;
}
/*nav inverse*/
.navbar-inverse {
  background-color: rgba(0, 0, 0, 0.655);
  border-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #474752;
}
.navbar-inverse .navbar-nav > li a:hover {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > ul > li a:hover {
  color: #ffffff;
}
.navbar-inverse .navbar-brand {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-nav > li > a {
  line-height: 21px;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}
/*nav justified*/
.nav-justified {
  width: auto !important;
}
.nav-justified li:last-child > a:hover,
.nav-justified li.active:last-child > a {
  border-radius: 0 4px 0 0 !important;
  -webkit-border-radius: 0 4px 0 0 !important;
}
/*list*/
ul {
  padding-left: 0;
}
/*dropdown shadow*/
.btn-group.open .dropdown-toggle,
.btn-white.active,
.btn:active,
.btn.active {
  box-shadow: none;
}
ul.dropdown-menu li {
  margin: 0;
}
/*breadcrumbs*/
.breadcrumb {
  background-color: #ffffff;
}
#usersetup .navbar .navbar-nav {
  display: inline-block;
  float: none;
}
#usersetup .navbar .navbar-collapse {
  text-align: center;
}
#usersetup .navbar-default {
  box-shadow: none;
  margin-top: 1em;
}
.top-nav .username {
  color: #e8e8e8 !important;
}
ul.top-menu > li > a {
  color: #e8e8e8 !important;
  border: none !important;
  background: transparent !important;
  margin-right: 15px !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.header {
  height: 51px;
}
.brand {
  background: #000000;
  float: left;
  width: 240px;
  height: 51px;
  position: relative;
}
a.logo {
  margin: 9px 0 0 25px;
}
ul.top-menu {
  margin-right: 15px;
  margin-top: 10px!important;
  margin-left: 15px;
}
.sidebar-toggle-box {
  float: left;
  margin-top: 10px!important;
  margin-left: -15px;
  background: #32d2c9;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 187px;
}
.logo img {
  width: 56%;
  margin-left: 43px;
}
.wrapper {
  display: inline-block;
  margin-top: 51px!important;
  padding: 15px;
  width: 100%;
}
ul.sidebar-menu {
  padding-top: 51px!important;
}
.top-nav ul.top-menu > li {
  margin-left: 10px;
  margin-top: 4px!important;
}
#container .top-nav ul.top-menu > li > a:hover,
#container .top-nav ul.top-menu > li > a:focus,
#container .top-nav ul.top-menu > li > a:hover,
#container .top-nav ul.top-menu > li > a:visited {
  background-color: transparent !important;
  color: #000 !important;
}
#container .top-nav ul.top-menu > li > a:hover .username,
#container .top-nav ul.top-menu > li > a:focus .username,
#container .top-nav ul.top-menu > li > a:hover .username,
#container .top-nav ul.top-menu > li > a:visited .username {
  color: #000 !important;
}
#container .top-nav ul.top-menu > li > a:hover .caret,
#container .top-nav ul.top-menu > li > a:focus .caret,
#container .top-nav ul.top-menu > li > a:hover .caret,
#container .top-nav ul.top-menu > li > a:visited .caret {
  border-bottom-color: #000;
  border-top-color: #000;
}
#scroller {
  height: auto;
  float: left;
}
.stuck {
  position: fixed;
  z-index: 100;
  top: 28px;
  width: 190px;
}
.dropdown-menu.extended {
  max-width: 320px !important;
  min-width: 160px !important;
  top: 42px;
  width: 300px !important;
  padding: 0 10px;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1) !important;
  border-radius: 0px!important;
  -webkit-border-radius: 0px!important;
  background: #ffffff;
  border: none;
  left: -10px;
}
.top-nav .dropdown-menu.extended.logout {
  top: 35px!important;
}
.dropdown-menu.extended.inbox li a,
.dropdown-menu.extended.tasks-bar li a {
  background: #f1f2f7;
  border-radius: 0px!important;
  -webkit-border-radius: 0px;
  padding: 10px;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
.influencer-notifications li a {
  word-wrap: normal;
  width: 100%;
  height: 100%;
  display: block;
}
.influencer-notifications li a:hover {
  border-radius: 0px !important;
}
#scroller .nav > li > a:hover,
#scroller .nav > li > a:focus {
  background: #58BFE4!important;
  color: #fff!important;
}
/* Rollover images hover effect with css  */
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #000;
}
.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 2px 20px;
  cursor: pointer;
}
.hovereffect:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hovereffect h2 {
  color: #ffffff;
  text-align: center;
  position: relative;
  font-size: 19px;
  overflow: hidden;
  line-height: 1.5em;
  padding: 0.5em 0;
  background-color: transparent;
}
.hovereffect h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.hovereffect:hover h2:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hovereffect a,
.hovereffect p {
  color: #ffffff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.hovereffect:hover a,
.hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* End/ Rollover images hover effect with css  */
/*       icons VERTICAL ALIGN     */
.wf-i5 {
  vertical-align: -5% !important;
}
.wf-i7 {
  vertical-align: -7% !important;
}
.wf-i10 {
  vertical-align: -10% !important;
}
.wf-i11 {
  vertical-align: -11% !important;
}
.wf-i15 {
  vertical-align: -15% !important;
}
.wf-i20 {
  vertical-align: -20% !important;
}
.audiences-icon {
  width: 100%;
  max-width: 250px;
  margin-bottom: 20px;
}
.icon_big {
  font-size: 90px;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: inline;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 100%;
  border: 2px solid #58BFE4;
  max-width: 100%;
}
.img-circle.img-sm {
  width: 30px !important;
  height: 30px !important;
  max-width: 30px !important;
  max-height: 30px !important;
}
.img-circle.img-md {
  width: 50px !important;
  height: 50px !important;
  max-width: 50px !important;
  max-height: 50px !important;
}
.img-circle.img-lg {
  width: 80px !important;
  height: 80px !important;
  max-width: 80px !important;
  max-height: 80px !important;
}
.img-circle.img-xl {
  width: 120px !important;
  height: 120px !important;
  max-width: 120px !important;
  max-height: 120px !important;
}
.img-circle.img-xxl {
  width: 150px !important;
  height: 150px !important;
  max-width: 150px !important;
  max-height: 150px !important;
}
.img-circle.img-dash {
  width: 100px !important;
  height: 100px !important;
  max-width: 100px !important;
  max-height: 100px !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.img-circle.img-mediakit {
  width: 180px !important;
  height: 180px !important;
  max-width: 180px !important;
  max-height: 180px !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.img-circle.img-influencer-quote {
  width: 170px !important;
  height: 170px !important;
  max-width: 170px !important;
  max-height: 170px !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  max-width: 100%;
  border: 5px solid #5dbfb8;
}
.newMarketerSections .wi-dashboard {
  line-height: 1em !important;
  vertical-align: inherit!important;
}
/*fontawesome*/
.fontawesome-icon-list h2 {
  margin-top: 0;
  font-size: 20px;
  font-weight: 300;
}
.fontawesome-icon-list .col-sm-4,
.fontawesome-icon-list .col-md-3,
.fontawesome-icon-list .col-xs-6 {
  margin-bottom: 10px;
}
.fontawesome-icon-list .page-header {
  border-bottom: 1px solid #C9CDD7;
}
.fontawesome-icon-list a {
  color: #797979;
}
.fontawesome-icon-list a:hover {
  color: #35404D;
}
.fontawesome-icon-list i {
  font-size: 16px;
  padding-right: 10px;
}
#web-application,
#text-editor,
#directional,
#video-player,
#brand,
#medical,
#currency {
  margin-top: 10px;
}
img.big_profile {
  border: 10px solid #C0C0C0;
  width: 100%;
}
img.med_profile {
  border: 5px solid #C0C0C0;
  width: 100%;
}
.tiled_triangle {
  background: url("../../img/_admin/triangular.png") repeat !important;
}
.dash_icons {
  color: silver;
}
.dash_icons:hover {
  color: #FA8564;
}
.dash_icons:hover img {
  top: 1px;
  left: 1px;
}
.inf_img_half {
  width: 40px !important;
  height: 40px !important;
}
.inf_img_full {
  width: 80px;
  height: 80px;
}
.inf_img_full_big {
  width: 120px;
  height: 120px;
}
.pageicon {
  float: left;
}
.img-max-width-100 {
  display: inline;
  max-width: 100%;
  height: auto;
}
.img-max-width-80 {
  display: inline;
  max-width: 80%;
  height: auto;
}
.img-max-width-70 {
  display: inline;
  max-width: 70%;
  height: auto;
}
.img-max-width-60 {
  display: inline;
  max-width: 60%;
  height: auto;
}
.img-max-width-50 {
  display: inline;
  max-width: 50%;
  height: auto;
}
.img-max-width-40 {
  max-width: 40%;
  height: auto;
}
.img-max-width-30 {
  max-width: 30%;
  height: auto;
}
.img-max-width-20 {
  max-width: 20%;
  height: auto;
}
.img-max-width-15 {
  max-width: 15%;
  height: auto;
}
.img-max-width-10 {
  max-width: 10%;
  height: auto;
}
.img-max-width-67 {
  max-width: 67%!important;
  height: auto!important;
}
.img-max-width-100 {
  max-width: 100%!important;
  height: auto!important;
}
.wf-icon {
  display: block;
}
.wf-icon.icon-1 {
  background: url("../../img/_admin/influencer_tutorial/facebook_linked_icon.png") center / 150% no-repeat;
}
.wf-icon.icon-1.icon-disabled {
  background: url("../../img/_admin/influencer_tutorial/facebook_unlinked.png") center / 150% no-repeat;
}
.wf-icon.icon-2 {
  background: url("../../img/_admin/influencer_tutorial/twitter_linked_icon.png") center / 150% no-repeat;
}
.wf-icon.icon-2.icon-disabled {
  background: url("../../img/_admin/influencer_tutorial/twitter_unlinked.png") center / 150% no-repeat;
}
.wf-icon.icon-3 {
  background: url("../../img/_admin/influencer_tutorial/instagram_linked_icon.png") center / 150% no-repeat;
}
.wf-icon.icon-3.icon-disabled {
  background: url("../../img/_admin/influencer_tutorial/instagram_unlinked.png") center / 150% no-repeat;
}
.wf-icon.icon-4 {
  background: url("../../img/_admin/influencer_tutorial/linkedin_linked_icon.png") center / 150% no-repeat;
}
.wf-icon.icon-4.icon-disabled {
  background: url("../../img/_admin/influencer_tutorial/linkedin_unlinked.png") center / 150% no-repeat;
}
.wf-icon.icon-5 {
  background: url("../../img/_admin/influencer_tutorial/snapchat_linked_icon.png") center / 150% no-repeat;
}
.wf-icon.icon-5.icon-disabled {
  background: url("../../img/_admin/influencer_tutorial/snapchat_unlinked.png") center / 150% no-repeat;
}
.wf-icon.icon-google {
  background: url("../../img/_admin/influencer_tutorial/google_linked_icon.png") center / 150% no-repeat;
}
.wf-icon.icon-google.icon-disabled {
  background: url("../../img/_admin/influencer_tutorial/google_unlinked.png") center / 150% no-repeat;
}
.wf-icon.icon-50 {
  background: url("../../img/_admin/influencer_tutorial/blog_linked_icon.png") center / 150% no-repeat;
}
.wf-icon.icon-50.icon-disabled {
  background: url("../../img/_admin/influencer_tutorial/blog_unlinked.png") center / 150% no-repeat;
}
.wf-icon.icon-51 {
  background: url("../../img/_admin/influencer_tutorial/youtube_linked_icon.png") center / 150% no-repeat;
}
.wf-icon.icon-51.icon-disabled {
  background: url("../../img/_admin/influencer_tutorial/youtube_unlinked.png") center / 150% no-repeat;
}
.wf-icon.icon-200 {
  background: url("../../img/_admin/influencer_tutorial/display_media_active.png") center / 150% no-repeat;
}
.wf-icon.icon-200.icon-disabled {
  background: url("../../img/_admin/influencer_tutorial/display_media_off.png") center / 150% no-repeat;
}
.wf-icon.icon-201 {
  background: url("../../img/_admin/influencer_tutorial/audience_retargeting_active.png") center / 150% no-repeat;
}
.wf-icon.icon-201.icon-disabled {
  background: url("../../img/_admin/influencer_tutorial/audience_retargeting_off.png") center / 150% no-repeat;
}
.wf-icon.icon-202 {
  background: url("../../img/_admin/influencer_tutorial/event_attendance_active.png") center / 150% no-repeat;
}
.wf-icon.icon-202.icon-disabled {
  background: url("../../img/_admin/influencer_tutorial/event_attendance_off.png") center / 150% no-repeat;
}
.wf-icon.icon-203 {
  background: url("../../img/_admin/influencer_tutorial/content_writing_active.png") center / 150% no-repeat;
}
.wf-icon.icon-203.icon-disabled {
  background: url("../../img/_admin/influencer_tutorial/content_writing_off.png") center / 150% no-repeat;
}
.wf-icon.icon-sm {
  width: 22px;
  height: 22px;
}
.wf-icon.icon-md {
  width: 36px;
  height: 36px;
  background-size: 175% !important;
}
.wf-icon.icon-lg {
  width: 67.6px;
  height: 67.6px;
  background-size: 100% !important;
}
.conversation-list .odd .conversation-text {
  width: 50% !important;
  margin-right: 12px;
  text-align: right;
  float: right !important;
}
.conversation-list .conversation-text {
  display: inline-block;
  font-size: 12px;
  float: left;
  margin-left: 12px;
  width: 50%!important;
}
.btn-secondary {
  border: 2px solid transparent;
  background-color: transparent !important;
}
.btn-link {
  color: #58BFE4;
  font-weight: 300;
  border: 2px solid transparent;
  padding: 0.5em 2em;
  background-color: transparent !important;
}
.btn-square {
  border-radius: 0px !important;
}
.btn-round {
  border-radius: 0;
  -webkit-border-radius: 0;
}
.btn-red {
  background-color: #fa4242;
  border: 2px solid #fa4242;
  color: #ffffff;
}
.btn-red.btn-secondary {
  color: #fa4242 !important;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active,
.open .dropdown-toggle.btn-red {
  background-color: #FA8564;
  border-color: #FA8564;
  color: #ffffff !important;
}
.btn-red:hover.btn-secondary,
.btn-red:focus.btn-secondary,
.btn-red:active.btn-secondary,
.btn-red.active.btn-secondary,
.open .dropdown-toggle.btn-red.btn-secondary {
  background-color: #FA8564 !important;
  border: 2px solid #FA8564;
}
.btn-red.disabled {
  background-color: #fab3a4;
  border: #fab3a4;
  color: #ffffff;
}
.btn-terquoise {
  background-color: #1FB5AD;
  border: 2px solid #1FB5AD;
  color: #ffffff;
}
.btn-terquoise.btn-secondary {
  color: #1FB5AD !important;
}
.btn-terquoise:hover,
.btn-terquoise:focus,
.btn-terquoise:active,
.btn-terquoise.active,
.open .dropdown-toggle.btn-terquoise {
  background-color: #189c8e !important;
  border-color: #189c8e !important;
  color: #ffffff !important;
}
.btn-terquoise:hover.btn-secondary,
.btn-terquoise:focus.btn-secondary,
.btn-terquoise:active.btn-secondary,
.btn-terquoise.active.btn-secondary,
.open .dropdown-toggle.btn-terquoise.btn-secondary {
  background-color: #189c8e !important;
  border: 2px solid #189c8e;
}
.btn-purple {
  background-color: #9466B5;
  border: 2px solid #9466B5;
  color: #ffffff;
}
.btn-purple.btn-secondary {
  color: #9466B5 !important;
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active,
.open .dropdown-toggle.btn-purple {
  background-color: #96a3d0;
  border-color: #96a3d0;
  color: #ffffff !important;
}
.btn-purple:hover.btn-secondary,
.btn-purple:focus.btn-secondary,
.btn-purple:active.btn-secondary,
.btn-purple.active.btn-secondary,
.open .dropdown-toggle.btn-purple.btn-secondary {
  background-color: #96a3d0 !important;
  border: 2px solid #96a3d0;
}
.btn-green {
  background-color: #95b75d;
  border: 2px solid #95b75d;
  color: #ffffff;
}
.btn-green.btn-secondary {
  color: #95b75d !important;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green {
  background-color: #79907c;
  border-color: #79907c;
  color: #ffffff !important;
}
.btn-green:hover.btn-secondary,
.btn-green:focus.btn-secondary,
.btn-green:active.btn-secondary,
.btn-green.active.btn-secondary,
.open .dropdown-toggle.btn-green.btn-secondary {
  background-color: #79907c !important;
  border: 2px solid #79907c;
}
.btn-blue {
  background-color: #58BFE4;
  border: 2px solid #58BFE4;
  color: #ffffff !important;
}
.btn-blue.btn-secondary {
  color: #58BFE4 !important;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
  background-color: #4EB0D3;
  border-color: #4EB0D3;
  color: #ffffff !important;
  text-decoration: none !important;
}
.btn-blue:hover.btn-secondary,
.btn-blue:focus.btn-secondary,
.btn-blue:active.btn-secondary,
.btn-blue.active.btn-secondary,
.open .dropdown-toggle.btn-blue.btn-secondary {
  background-color: #58BFE4 !important;
  border: 2px solid #58BFE4;
}
.btn-yellow {
  background-color: #F3C022;
  border: 2px solid #F3C022;
  color: #ffffff;
}
.btn-yellow.btn-secondary {
  color: #F3C022 !important;
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active,
.open .dropdown-toggle.btn-yellow {
  background-color: #f3b904;
  border-color: #f3b904;
  color: #ffffff !important;
}
.btn-yellow:hover.btn-secondary,
.btn-yellow:focus.btn-secondary,
.btn-yellow:active.btn-secondary,
.btn-yellow.active.btn-secondary,
.open .dropdown-toggle.btn-yellow.btn-secondary {
  background-color: #f3b904 !important;
  border: 2px solid #f3b904;
}
.btn-lightgrey {
  background-color: #c7cbd6;
  border: 2px solid #c7cbd6;
  color: #ffffff;
}
.btn-lightgrey.btn-secondary {
  color: #c7cbd6 !important;
}
.btn-lightgrey:hover,
.btn-lightgrey:focus,
.btn-lightgrey:active,
.btn-lightgrey.active,
.open .dropdown-toggle.btn-lightgrey {
  background-color: #a7a7a7;
  border-color: #a7a7a7;
  color: #ffffff !important;
}
.btn-lightgrey:hover.btn-secondary,
.btn-lightgrey:focus.btn-secondary,
.btn-lightgrey:active.btn-secondary,
.btn-lightgrey.active.btn-secondary,
.open .dropdown-toggle.btn-lightgrey.btn-secondary {
  background-color: #a7a7a7 !important;
  border: 2px solid #a7a7a7;
}
.btn-default {
  background-color: #999999;
  border: 2px solid #999999;
  color: #ffffff;
  text-shadow: none;
}
.btn-default.btn-secondary {
  color: #999999 !important;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-color: #EBEBEB;
  border-color: #EBEBEB;
  color: #ffffff !important;
}
.btn-default:hover.btn-secondary,
.btn-default:focus.btn-secondary,
.btn-default:active.btn-secondary,
.btn-default.active.btn-secondary,
.open .dropdown-toggle.btn-default.btn-secondary {
  background-color: #EBEBEB !important;
  border: 2px solid #EBEBEB;
}
.btn-white {
  background-color: #ffffff;
  border: 2px solid rgba(150, 160, 180, 0.3) !important;
  box-shadow: none !important;
}
.btn-white.btn-secondary {
  color: #999999 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  background-color: #f2f2f2;
  border-color: #EBEBEB;
  box-shadow: none !important;
  color: #000 !important;
}
.btn-white:hover.btn-secondary,
.btn-white:focus.btn-secondary,
.btn-white:active.btn-secondary,
.btn-white.active.btn-secondary,
.open .dropdown-toggle.btn-white.btn-secondary {
  background-color: #999999 !important;
  border: 2px solid #999999;
}
.btn-black {
  background-color: #222222;
  border: 2px solid #222222;
  color: #ffffff;
}
.btn-black.btn-secondary {
  color: #222222 !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active,
.open .dropdown-toggle.btn-black {
  background-color: #555555;
  border-color: #555555;
  color: #ffffff !important;
}
.btn-black:hover.btn-secondary,
.btn-black:focus.btn-secondary,
.btn-black:active.btn-secondary,
.btn-black.active.btn-secondary,
.open .dropdown-toggle.btn-black.btn-secondary {
  background-color: #555555 !important;
  border: 2px solid #555555;
}
.btn-twitter {
  background-color: #57c8f1;
  border: 2px solid #57c8f1;
  color: #ffffff;
}
.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
  background-color: #28b9ed;
  border: 2px solid #28b9ed;
  color: #ffffff;
}
.btn-insta {
  background-color: #49769c;
  border: 2px solid #49769c;
  color: #ffffff;
}
.btn-insta:hover,
.btn-insta:focus,
.btn-insta:active,
.btn-insta.active,
.open .dropdown-toggle.btn-insta {
  background-color: #395c79;
  border: 2px solid #395c79;
  color: #ffffff;
}
.btn-fb {
  background-color: #3c5a96;
  border: 2px solid #3c5a96;
  color: #ffffff;
}
.btn-fb:hover,
.btn-fb:focus,
.btn-fb:active,
.btn-fb.active,
.open .dropdown-toggle.btn-fb {
  background-color: #2d4472;
  border: 2px solid #2d4472;
  color: #ffffff;
}
.btn-yt {
  background-color: #cd201f;
  border: 2px solid #cd201f;
  color: #ffffff;
}
.btn-yt:hover,
.btn-yt:focus,
.btn-yt:active,
.btn-yt.active,
.open .dropdown-toggle.btn-yt {
  background-color: #a11918;
  border: 2px solid #a11918;
  color: #ffffff;
}
.btn-google {
  background-color: #dc4c38;
  border: 2px solid #dc4c38;
  color: #ffffff !important;
}
.btn-google:hover,
.btn-google:focus,
.btn-google:active,
.btn-google.active,
.open .dropdown-toggle.btn-google {
  background-color: #bf3522;
  border: 2px solid #bf3522;
  color: #ffffff !important;
  text-decoration: none !important;
}
.btn-display {
  background-color: #f7a85f;
  border: 2px solid #f7a85f;
  color: #ffffff;
}
.btn-display:hover,
.btn-display:focus,
.btn-display:active,
.btn-display.active,
.open .dropdown-toggle.btn-display {
  background-color: #f58e2e;
  border: 2px solid #f58e2e;
  color: #ffffff;
}
.btn-retargeting {
  background-color: #c42d60;
  border: 2px solid #c42d60;
  color: #ffffff;
}
.btn-retargeting:hover,
.btn-retargeting:focus,
.btn-retargeting:active,
.btn-retargeting.active,
.open .dropdown-toggle.btn-retargeting {
  background-color: #9b234c;
  border: 2px solid #9b234c;
  color: #ffffff;
}
.btn-events {
  background-color: #a1b476;
  border: 2px solid #a1b476;
  color: #ffffff;
}
.btn-events:hover,
.btn-events:focus,
.btn-events:active,
.btn-events.active,
.open .dropdown-toggle.btn-events {
  background-color: #89a057;
  border: 2px solid #89a057;
  color: #ffffff;
}
.btn-writing {
  background-color: #96a3d0;
  border: 2px solid #96a3d0;
  color: #ffffff;
}
.btn-writing:hover,
.btn-writing:focus,
.btn-writing:active,
.btn-writing.active,
.open .dropdown-toggle.btn-writing {
  background-color: #7384c0;
  border: 2px solid #7384c0;
  color: #ffffff;
}
#main-content .btn h5 {
  font-size: 16px;
  padding: 2px 23px;
}
#main-content .btn {
  font-size: 14px;
}
.btn-row {
  margin-bottom: 10px;
}
/*switch btn*/
.has-switch span.switch-left,
.has-switch span.switch-right {
  border-radius: 40px;
  -webkit-border-radius: 40px;
}
.status_button {
  font-size: 13px;
  padding: 9px 18px;
}
.wysihtml5-toolbar .btn-default {
  background: #ffffff;
  color: #757575;
}
#publicSlugPage .btn-group-vertical i,
#publicSlugPage .btn-group i {
  vertical-align: middle;
  font-size: 20px;
}
.btn-lg,
.btn-group-lg > .btn,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}
#shareBtnstop .btn {
  padding: 6px 15px;
}
#shareBtnsbottom .btn {
  padding: 6px 15px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  border-radius: 0 !important;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px !important;
}
#newPublic .navbar-nav .btn {
  margin-top: 1.1em;
  font-size: 13px !important;
}
#showcaseCarousel .btn.active {
  background-color: #F3C022;
  border: 2px solid #F3C022;
  color: #ffffff;
  width: auto;
  height: auto;
}
#showcaseCarousel .btn.active:hover,
#showcaseCarousel .btn.active:focus,
#showcaseCarousel .btn.active:active {
  background-color: #f3b904;
  border-color: #f3b904;
  color: #ffffff !important;
}
.btn-pure-white {
  color: white;
  border: 1px solid white;
  padding: 6px 8px 5px 8px !important;
  margin: 0px  !important;
  font-size: 13px;
}
.btn-pure-white:hover {
  color: black !important;
  background: white  !important;
}
@media (max-width: 1440px) {
  .booking-search-spend-right {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}
@media (max-width: 1440px) {
  .booking-search-spend-right a {
    width: 24.2%;
  }
}
@media (max-width: 1440px) {
  .booking-search-spend {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .booking-search-spend-right a {
    width: 100%;
    margin-bottom: 5px;
  }
}
@media (max-width: 1440px) {
  .newMarketerSections .container {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  h2 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  #resource br {
    display: none;
  }
}
#resource .btn {
  font-size: 1em;
  padding: 5px 17px;
}
@media (max-width: 1199px) {
  #resource .btn {
    font-size: 1em;
    padding: 5px 17px;
  }
}
#login .hero {
  top: 101px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (max-width: 767px) {
  #login .hero {
    top: 60px!important;
    width: 100%;
    padding-bottom: 38px;
  }
}
@media (min-width: 1200px) {
  .btn {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .navbar-fixed-top {
    top: 0px;
    font-size: 16px!important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-fixed-top {
    font-size: 15px!important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-fixed-top {
    top: 40px;
    font-size: 12px!important;
  }
}
@media (min-width: 1200px) {
  .navbar-fixed-top {
    top: 40px;
    font-size: 15px!important;
  }
}
@media (max-width: 479px) {
  .header {
    position: relative !important;
  }
  .merge-header {
    margin-right: 0px !important;
  }
  .brand {
    width: 100% !important;
    float: none;
    position: fixed;
    top: 0px;
    z-index: 1005;
  }
  .sidebar-toggle-box {
    right: 10px !important;
  }
  .top-nav {
    margin-bottom: 20px;
  }
  .top-menu {
    margin-right: 10px;
    margin-left: 21px !important;
  }
  ul.sidebar-menu {
    margin-top: 0px;
    padding-top: 0 !important;
  }
  ul.sidebar-menu #campaignManagerHide {
    margin-top: 0.5em !important;
  }
  ul.sidebar-menu img {
    max-width: 60%;
  }
  #sidebar {
    position: fixed !important;
    z-index: 1002;
    top: 80px;
    margin-top: 51px;
    overflow: hidden !important;
  }
  #main-content {
    margin-left: 0px !important;
  }
  /*calendar*/
  .fc-button-inner,
  .fc-button-content {
    padding: 0;
  }
  .fc-header-title h2 {
    font-size: 12px!important;
  }
  .fc .fc-header-space {
    padding-left: 0;
  }
  .fc-state-active,
  .fc-state-active .fc-button-inner,
  .fc-state-active,
  .fc-button-today .fc-button-inner,
  .fc-state-hover,
  .fc-state-hover .fc-button-inner {
    background: none repeat scroll 0 0 #ffffff !important;
    color: #32323A !important;
  }
  .fc-state-default,
  .fc-state-default .fc-button-inner {
    background: none repeat scroll 0 0 #ffffff !important;
  }
  /*-*/
  .prd-row .action {
    right: 25px;
  }
  .weather-full-info ul li {
    width: 30%;
    margin-bottom: 10px;
  }
  .today-status {
    margin-bottom: 10px;
  }
  .hr-toggle {
    background: #32D2C9;
    color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 30px;
    line-height: 0;
    margin-top: -58px;
    position: fixed;
    right: 10px;
    width: 30px;
    z-index: 10000;
  }
  .hr-top-nav {
    display: inline-block;
    float: right;
    margin: 10px 0;
  }
  .horizontal-menu {
    width: 100%;
  }
  .horizontal-menu .navbar-nav > li {
    margin-bottom: 10px;
  }
  .lock-wrapper {
    padding: 0 20px;
  }
  .lock-wrapper img {
    width: 100px;
    height: 100px;
    margin-top: -25px;
  }
  .lock-pwd input {
    width: 70%;
  }
  #time {
    font-size: 50px;
  }
  .lock-pwd {
    padding: 0;
  }
  .media-gal .item {
    width: 100%;
  }
  .media-filter {
    margin: 5px 0;
  }
  .media-filter + .pull-right,
  .media-filter + .pull-right + .btn {
    float: left !important;
  }
  .media-filter li a {
    margin-bottom: 10px;
    display: inline-block;
  }
  .influencer-welcome-hidden {
    display: none;
  }
  .notify-row {
    float: none !important;
    margin-top: 0px !important;
  }
  .mobile-pos {
    margin-top: 33px !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .header {
    position: relative! important;
    margin-top: 80px ! important;
  }
  .merge-header {
    margin-right: 0px !important;
  }
  .brand {
    width: 100% !important;
    float: none;
    position: fixed;
    top: 0px;
    z-index: 1005;
  }
  .sidebar-toggle-box {
    right: 10px;
  }
  .top-nav {
    margin-bottom: 20px;
  }
  .top-menu {
    margin-right: 10px;
    margin-left: 21px !important;
  }
  .wrapper {
    margin-top: 0px;
  }
  ul.sidebar-menu {
    margin-top: 0px;
  }
  #sidebar {
    position: fixed !important;
    z-index: 1002;
    top: 80px;
    margin-top: 51px;
  }
  #main-content {
    margin-left: 0px !important;
  }
  /*calendar*/
  .fc-button-inner {
    padding: 0;
  }
  /*-*/
  .prd-row .action {
    right: 25px;
  }
  .weather-full-info ul li {
    width: 15.8%;
  }
  .today-status {
    margin-bottom: 10px;
  }
  .hr-toggle {
    background: #32D2C9;
    color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 30px;
    line-height: 0;
    margin-top: -58px;
    position: fixed;
    right: 10px;
    width: 30px;
    z-index: 10000;
  }
  .hr-top-nav {
    display: inline-block;
    float: right;
    margin: 10px 0;
  }
  .horizontal-menu {
    width: 100%;
  }
  .horizontal-menu .navbar-nav > li {
    margin-bottom: 10px;
  }
  .lock-wrapper {
    padding: 0 20px;
  }
  .lock-wrapper img {
    width: 140px;
    height: 140px;
    margin-top: 10px;
  }
  .lock-pwd input {
    width: 70%;
  }
  #time {
    font-size: 100px;
  }
  .media-gal .item {
    width: 100%;
  }
  .media-filter {
    margin: 25px 0;
  }
  .media-filter + .pull-right,
  .media-filter + .pull-right + .btn {
    float: left !important;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  /*-*/
  .prd-row .action {
    right: 25px;
  }
  .hr-menu .brand {
    width: 100%;
  }
  .hr-menu .horizontal-menu {
    margin: 10px 0;
  }
  .hr-menu .hr-top-nav {
    margin-top: 10px;
    float: right;
  }
  .media-gal .item {
    width: 100%;
  }
  .media-filter {
    margin: 25px 0;
  }
}
@media (max-width: 767px) {
  #sidebar {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #sidebar.nav-collapse {
    margin-left: -240px !important;
  }
  #sidebar.nav-collapse.hide-left-bar {
    margin-left: 0 !important;
  }
  .hide-left-bar {
    margin-left: 0px!important;
  }
  ul.sidebar-menu {
    padding-top: 0px !important;
  }
  /*-*/
  .prd-row .action {
    right: 25px;
  }
  .lock-wrapper {
    padding: 0 20px;
  }
  .lock-wrapper img {
    width: 140px;
    height: 140px;
    margin-top: 10px;
  }
  .lock-pwd input {
    width: 70%;
  }
  #time {
    font-size: 100px;
  }
  .media-gal .item {
    width: 100%;
  }
  .media-filter {
    margin: 25px 0;
  }
  .media-filter + .pull-right,
  .media-filter + .pull-right + .btn {
    float: left !important;
  }
}
@media (max-width: 767px) and (min-width: 480px) {
  .header {
    margin-top: 0 ! important;
  }
}
@media (max-width: 479px) {
  .notify-row {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .mobile-scroll {
    overflow: hidden;
    overflow-x: scroll;
  }
}
@media (max-width: 767px) {
  .wrapper {
    margin-top: 0;
  }
  .fixedElement {
    top: 0px;
    width: 100%;
    position: relative;
    z-index: 10000;
    text-align: left;
  }
  .btn-group > a {
    font-size: 14px;
  }
  tbody a.btn {
    font-size: 12px;
  }
}
@media (max-width: 767px) and (max-width: 1440px) {
  .newMarketerSections .container {
    width: 100% !important;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .newMarketerSections .container {
    width: 100% !important;
  }
}
@media (max-width: 767px) and (max-width: 479px) {
  body {
    margin-top: 0px !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .carousel {
    visibility: hidden;
    height: 60px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .carousel {
    visibility: hidden;
    height: 60px;
  }
}
@media (max-width: 767px) and screen and (max-width: 320px) {
  .footer {
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer  */
    color: #0068AD;
    background-color: #000;
    padding-top: 70px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .hidden_spacer {
    height: 0px;
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
  .hidden_spacer {
    height: 77px;
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) and (min-width: 992px) and (max-width: 1199px) {
  .hidden_spacer {
    height: 77px;
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) and (min-width: 1200px) {
  .hidden_spacer {
    height: 77px;
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .fixedElement {
    text-align: right;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .footerFixed {
    position: fixed;
    top: 105px;
  }
}
@media (max-width: 767px) and (min-width: 992px) and (max-width: 1199px) {
  .footerFixed {
    position: fixed;
    top: 105px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #marketer_footer_btn {
    visibility: hidden;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #influencer_footer_btn {
    visibility: hidden;
  }
}
@media (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
  #influencer_footer_btn {
    visibility: hidden;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #marketer_footer_btn {
    visibility: hidden;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #influencer_h2_footer {
    visibility: visible;
  }
}
@media (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
  #influencer_h2_footer {
    visibility: hidden;
    height: 0px;
    margin: 3px;
  }
}
@media (max-width: 767px) and (min-width: 992px) and (max-width: 1199px) {
  #influencer_h2_footer {
    visibility: hidden;
    height: 0px;
    margin: 3px;
  }
}
@media (max-width: 767px) and (min-width: 1200px) {
  #influencer_h2_footer {
    visibility: hidden;
    height: 0px;
    margin: 3px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #marketer_h2_footer {
    visibility: visible;
  }
}
@media (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
  #marketer_h2_footer {
    visibility: hidden;
    height: 0px;
    margin: 5px;
  }
}
@media (max-width: 767px) and (min-width: 992px) and (max-width: 1199px) {
  #marketer_h2_footer {
    visibility: hidden;
    height: 0px;
    margin: 3px;
  }
}
@media (max-width: 767px) and (min-width: 1200px) {
  #marketer_h2_footer {
    visibility: hidden;
    height: 0px;
    margin: 3px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .margin-top-1-5em {
    margin-top: 6px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .content-page-header-text {
    position: absolute;
    top: 82px;
  }
}
@media (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
  .content-page-header-text {
    position: absolute;
    top: 120px;
  }
}
@media (max-width: 767px) and (min-width: 992px) and (max-width: 1199px) {
  .content-page-header-text {
    position: absolute;
    top: 144px;
  }
}
@media (max-width: 767px) and (min-width: 1200px) {
  .content-page-header-text {
    position: absolute;
    top: 144px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #publicSlugPage .fa.fa-question-circle {
    display: none;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #publicSlugPage .social-chanels .wi-stack {
    font-size: 3em;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #publicSlugPage #bookMe iframe {
    height: 1305px !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #publicSlugPage .btn-group-justified > .btn {
    display: block;
    width: 100%;
    margin: 0;
    font-size: 15px;
    padding: 16px;
  }
}
@media (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
  #publicSlugPage .btn-group-justified > .btn {
    display: block;
    width: 100%;
    margin: 0;
    font-size: 15px;
    padding: 16px;
  }
}
@media (max-width: 767px) and (min-width: 992px) and (max-width: 1199px) {
  #publicSlugPage .btn-group-justified > .btn {
    display: block;
    width: 100%;
    margin: 0;
    font-size: 15px;
    padding: 16px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #downloadShare.btn-group-justified > .btn {
    display: block;
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 767px) and (max-width: 480px) {
  .background-currency {
    background-image: url("../../img/_public/estimate-page/dollar-image-small.jpg");
  }
  .pound-image {
    background-image: url("../../img/_public/estimate-page/pound-image-small.jpg") !important;
  }
  #tw_result {
    padding: 20px 0 40px;
  }
  #tw_progress {
    padding-bottom: 20px;
  }
  #estimatorSocial.btn-group-justified > .btn {
    display: block;
    width: 100%;
    margin: 0;
  }
  .recent-estimator-results {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) and (min-width: 481px) and (max-width: 760px) {
  .recent-estimator-results {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .vodacom-study {
    padding-bottom: 35px;
  }
}
@media (max-width: 767px) and (min-width: 992px) and (max-width: 1199px) {
  .vodacom-study {
    padding-bottom: 35px;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .form-signin {
    max-width: 330px;
    margin: 100px auto 0px auto;
    background: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
  }
}
@media (max-width: 767px) and (max-width: 991px) {
  .form-signin {
    max-width: 330px;
    margin: 5px auto 0px auto;
    background: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
  }
}
#contentPages .content-page-header-text {
  top: -220px;
}
#contentPages h1 {
  font-size: 2em;
  line-height: 1.2em;
}
@media (max-width: 767px) {
  #contentPages .content-page-header-text {
    top: 111px !important;
  }
  #contentPages h1 {
    font-size: 1.5em !important;
    line-height: 1.2em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #contentPages h1 {
    font-size: 2em;
    line-height: 1.2em;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #contentPages .content-page-header-text {
    top: -220px;
  }
  #contentPages h1 {
    font-size: 2em;
  }
}
@media (max-width: 1440px) {
  #contentPages .content-page-header-text {
    top: -220px;
  }
  #contentPages h1 {
    font-size: 2em;
  }
}
.hero {
  position: absolute;
  top: initial;
  width: 700px;
  bottom: 0;
  left: 50%;
  margin-left: -350px;
  z-index: 3;
  color: #ffffff;
  text-align: center;
  padding-bottom: 104px;
  padding-left: 50px;
  padding-top: 20px;
  padding-right: 50px;
  background-color: rgba(0, 0, 0, 0.655);
}
@media (max-width: 767px) {
  .hero_login {
    left: 0  !important;
    width: 100%  !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero_login {
    left: 15%  !important;
    width: 70%  !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero_login {
    left: 30%  !important;
    width: 40%  !important;
  }
}
@media (min-width: 1200px) {
  .hero_login {
    left: 35% !important;
    width: 30% !important;
  }
}
.hero_inf_top {
  position: absolute;
  z-index: 3;
  color: #ffffff;
  text-align: center;
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.655);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
@media (max-width: 767px) {
  .hero_inf_top {
    top: 215px;
    width: 100%;
    left: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero_inf_top {
    top: 266px;
    width: 50%;
    left: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero_inf_top {
    top: 270px;
    width: 50%;
    left: 50%;
  }
}
@media (min-width: 1200px) {
  .hero_inf_top {
    top: 250px;
    width: 50%;
    left: 50%;
  }
}
.hero_inf_bottom {
  position: absolute;
  left: 50%;
  z-index: 2;
  color: #ffffff;
  width: 100% !important;
  text-align: center;
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.655);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
@media (max-width: 767px) {
  .hero_inf_bottom {
    top: 800px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero_inf_bottom {
    top: 803px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero_inf_bottom {
    top: 803px;
  }
}
@media (min-width: 1200px) {
  .hero_inf_bottom {
    top: 646px;
  }
}
.hero_inf {
  position: absolute;
  z-index: 3;
  color: #ffffff;
  text-align: center;
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.655);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
@media (max-width: 767px) {
  .hero_inf {
    top: 205px;
    width: 100%;
    left: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero_inf {
    top: 230px;
    width: 50%;
    left: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero_inf {
    top: 230px;
    width: 50%;
    left: 50%;
  }
}
@media (min-width: 1200px) {
  .hero_inf {
    top: 230px;
    width: 50%;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .influencer-mobile {
    background-image: url("../../img/_public/slider-images/Influencer2-Darker.jpg") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: 0;
  }
  .marketer-mobile {
    background-image: url("../../img/_public/slider-images/Marketer3-Darker.jpg") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: 0;
  }
  .press-mobile {
    background-image: url("../../img/_public/slider-images/press-Darker.jpg") !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0;
  }
  .background-howitworks {
    background-image: url("../../img/_public/marketers_page/new_marketers_landing.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0px;
    height: 750px;
    background-position-y: 0px;
  }
  .background-audiences {
    background-image: url("../../img/_public/audiences/audience_banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 60px;
    height: 281px;
    background-position-y: 0;
  }
  .background-partners {
    background-image: url("../../img/_public/partners/partners_header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 503px;
    margin-top: 59px;
    background-position-y: 0;
  }
  .background-resource {
    background-image: url("../../img/_public/partners/partners_header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 60px;
    height: 281px;
    background-position-y: 0;
  }
  .background-market-place {
    background-image: url("../../img/_public/jobboard/Jobboard.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 60px;
    height: 281px;
    background-position-y: 0;
  }
  .background-contact_us {
    background-image: url("../../img/_public/contact_us/contact_banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 60px;
    height: 281px;
    background-position-y: 0;
  }
  .background-careers {
    background-image: url("../../img/_public/careers/new_careers_banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 60px;
    height: 281px;
    background-position-y: 0;
  }
  .background-quiz-header {
    background-image: url("../../img/_public/influencer-quiz/header.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0;
    height: 369px!important;
    max-height: 369px!important;
    background-position-y: 0;
  }
  .background-faqs {
    background-image: url("../../img/_public/faq_page/faq_header.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 60px;
    height: 198px;
    background-position-y: 0;
  }
  .background-quiz-banner-1 {
    background-image: url("../../img/_public/faq_page/faq_header.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 14px;
    height: 281px;
    background-size: 482%!important;
    background-position-y: -52px;
  }
  .background-quiz-banner-2 {
    background-image: url("../../img/_public/influencer-quiz/second-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 14px;
    height: 281px;
    background-size: 482%!important;
    background-position-y: -96px;
  }
}
.background-noaccess {
  background-image: url("../../img/_public/no-access.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0;
  margin-top: 65px;
  height: 245px;
  background-position-y: 4px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .background-audiences {
    background-image: url("../../img/_public/audiences/audience_banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
    height: 240px;
    background-position-y: 0;
  }
  .background-partners {
    background-image: url("../../img/_public/partners/partners_header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 293px;
    margin-top: 59px;
    background-position-y: 0;
  }
  .background-resource {
    background-image: url("../../img/_public/resource_page/resource_page/banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
    height: 240px;
    background-position-y: 0;
  }
  .background-market-place {
    background-image: url("../../img/_public/jobboard/Jobboard.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
    height: 240px;
    background-position-y: 0;
  }
  .background-contact_us {
    background-image: url("../../img/_public/contact_us/contact_banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
    height: 240px;
    background-position-y: 0;
  }
  .background-careers {
    background-image: url("../../img/_public/careers/new_careers_banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
    height: 240px;
    background-position-y: 0;
  }
  .background-quiz-header {
    background-image: url("../../img/_public/influencer-quiz/header.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0;
    height: 240px;
    background-position-y: 0;
  }
  .background-faqs {
    background-image: url("../../img/_public/faq_page/faq_header.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
    height: 240px;
    background-position-y: 0;
  }
  .background-quiz-banner-1 {
    background-image: url("../../img/_public/faq_page/faq_header.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 14px;
    height: 240px;
    background-size: 225%!important;
    background-position-y: -40px;
  }
  .background-quiz-banner-2 {
    background-image: url("../../img/_public/influencer-quiz/second-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 14px;
    height: 240px;
    background-size: 225%!important;
    background-position-y: -96px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .background-audiences {
    background-image: url("../../img/_public/audiences/audience_banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
    height: 240px;
    background-position-y: 0;
  }
  .background-partners {
    background-image: url("../../img/_public/partners/partners_header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 293px;
    margin-top: 59px;
    background-position-y: 0;
  }
  .background-resource {
    background-image: url("../../img/_public/resource_page/resource_page/banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
    height: 240px;
    background-position-y: 0;
  }
  .background-market-place {
    background-image: url("../../img/_public/jobboard/Jobboard.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
    height: 240px;
    background-position-y: 0;
  }
  .background-contact_us {
    background-image: url("../../img/_public/contact_us/contact_banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
    height: 240px;
    background-position-y: 0;
  }
  .background-careers {
    background-image: url("../../img/_public/careers/new_careers_banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
    height: 240px;
    background-position-y: 0;
  }
  .background-quiz-header {
    background-image: url("../../img/_public/influencer-quiz/header.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0;
    height: 240px;
    background-position-y: 0;
  }
  .background-faqs {
    background-image: url("../../img/_public/faq_page/faq_header.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
    height: 240px;
    background-position-y: 0;
  }
  .background-quiz-banner-1 {
    background-image: url("../../img/_public/faq_page/faq_header.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 14px;
    height: 240px;
    background-size: 163%!important;
    background-position-y: -40px;
  }
  .background-quiz-banner-2 {
    background-image: url("../../img/_public/influencer-quiz/second-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 14px;
    height: 240px;
    background-size: 163%!important;
    background-position-y: -96px;
  }
  .background-noaccess {
    background-image: url("../../img/_public/no-access.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0;
    margin-top: 95px;
    height: 245px;
    background-position-y: 4px;
  }
}
@media (min-width: 1200px) {
  .background-audiences {
    background-image: url("../../img/_public/audiences/audience_banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 237px;
    background-position-y: -10px;
  }
  .background-partners {
    background-image: url("../../img/_public/partners/partners_header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 477px;
    margin-top: 59px;
    padding-top: 5em;
    background-position-y: -178px;
  }
  .background-resource {
    background-image: url("../../img/_public/resource_page/resource_page/banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
    height: 245px;
    background-position-y: -105px;
  }
  .background-market-place {
    background-image: url("../../img/_public/jobboard/Jobboard.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
    height: 245px;
    background-position-y: -105px;
  }
  .background-contact_us {
    background-image: url("../../img/_public/contact_us/contact_banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
    height: 340px;
    background-position-y: -105px;
  }
  .background-careers {
    background-image: url("../../img/_public/careers/new_careers_banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
    height: 245px;
    background-position-y: -105px;
  }
  .background-quiz-header {
    background-image: url("../../img/_public/influencer-quiz/header.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0;
    height: 369px;
    max-height: 369px!important;
    background-position-y: -105px;
  }
  .background-faqs {
    background-image: url("../../img/_public/faq_page/faq_header.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
    height: 215px;
    background-position-y: -77px;
  }
  .background-quiz-banner-1 {
    background-image: url("../../img/_public/faq_page/faq_header.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 14px;
    height: 245px;
    background-position-y: -40px;
  }
  .background-quiz-banner-2 {
    background-image: url("../../img/_public/influencer-quiz/second-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 14px;
    height: 245px;
    background-position-y: -96px;
  }
  .background-noaccess {
    background-image: url("../../img/_public/no-access.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0;
    margin-top: 95px;
    height: 245px;
    background-position-y: 4px;
  }
}
@media (max-width: 767px) {
  .img-max-width-60 {
    display: inline;
    max-width: 100%;
    height: auto;
  }
  #default-layout .header {
    height: auto !important;
  }
  #default-layout a.logo {
    margin: 6px 0 0 0 !important;
  }
  #default-layout a.logo img {
    margin-left: 50px !important;
  }
  #default-layout .top-nav {
    margin-top: 20px !important;
    margin-bottom: 10px !important;
  }
  #default-layout ul.top-menu {
    margin: 13px 0 0 0 !important;
  }
  #default-layout .wrapper {
    margin-top: 0 !important;
    padding: 0 !important;
  }
  #default-layout .container {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}
#influencerSignUpMobile {
  background: rgba(0, 0, 0, 0.655) !important;
}
@media (max-width: 767px) {
  #estimatorSocial {
    padding-bottom: 2em;
    padding-top: 2em;
  }
}
@media (max-width: 767px) {
  #estimatorSocial .btn {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #estimatorSocial .btn {
    font-size: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #estimatorSocial .btn {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  #estimatorSocial .btn {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .background-pricing-marketers {
    background-image: url("../../img/_public/marketers/pricing-small.jpg");
  }
}
@media (max-width: 767px) {
  .logo img {
    margin: 0;
    padding-top: 4px;
    max-height: 36px;
    width: auto;
    max-width: 145px;
  }
}
/* New estimator page */
#latestSection,
#tipsSection,
#signUpSection {
  display: none;
}
.sign-up-button {
  display: none !important;
}
#estimateTweet ul li {
  list-style: none;
  margin-left: 0px;
}
#estimatorSocial {
  padding-left: 15px;
  padding-right: 15px;
}
#estimatorSocial .col-md-6 {
  padding-left: 0;
  padding-right: 0;
}
.recent-estimator-results .recent-estimator-value {
  cursor: default;
}
.recent-estimator-results .recent-estimator-value:hover {
  background-color: #58BFE4 !important;
}
.recent-estimator-results img {
  width: 170px;
  height: 170px;
  max-width: 170px;
  max-height: 170px;
}
label {
  margin-bottom: 0.5em;
}
input {
  margin-bottom: 0.5em;
}
.chosen-container-multi .chosen-choices li.search-field {
  width: 100% !important;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 35px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #d3d3d3;
  font-size: 100%;
  font-family: inherit;
  line-height: normal;
  border-radius: 2px;
  font-weight: 100;
  width: 100% !important;
}
.form-signin h2.form-signin-heading {
  margin: 0;
  padding: 35px 15px;
  text-align: center;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  background: #1FB5AD;
  border-bottom: 10px solid #188983;
}
.form-signin .checkbox {
  margin-bottom: 14px;
}
.form-signin .checkbox {
  color: #b6b6b6;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"],
.form-signin input[type="password"] {
  margin-bottom: 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #eaeaea;
  box-shadow: none;
  font-size: 12px;
}
.form-signin .btn-login {
  background: #1fb5ac;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  margin: 20px 0 5px;
}
.form-signin p {
  text-align: left;
  color: #b6b6b6;
  font-size: 16px;
  font-weight: 300;
}
.form-signin a,
.form-signin a:hover {
  color: #1fb5ac;
}
.form-signin a:hover {
  text-decoration: underline;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
}
.input-group-btn a {
  border-radius: 0 !important;
}
.chosen-results li.active-result {
  color: #000000;
}
.chosen-results li.highlighted {
  color: #ffffff;
}
.error-message {
  color: #FA8564;
  margin: -5px 0 10px 0;
  padding: 0;
}
.form-error {
  border-color: #FA8564 !important;
  color: #FA8564 !important;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/*form*/
.sm-input {
  width: 175px;
}
.form-horizontal.bucket-form .form-group {
  border-bottom: 1px solid #eff2f7;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.form-horizontal.bucket-form .form-group:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.form-horizontal.bucket-form .form-group .help-block {
  margin-bottom: 0;
}
.m-bot15 {
  margin-bottom: 15px;
}
.form-horizontal.bucket-form .checkbox-inline > input {
  margin-top: 1px;
  border: none;
}
.btn.btn-blue.dropdown-toggle {
  border-left: 1px solid #1fadea;
}
/*custom checkox & radio btn*/
.icheck div,
.icheck .disabled {
  float: left;
}
.icheck div {
  margin-right: 10px;
}
.icheck label {
  font-weight: normal;
}
.icheck .checkbox,
.icheck .radio {
  margin-bottom: 10px;
}
.icheck .single-row {
  display: inline-block;
  width: 100%;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 0;
  margin-bottom: 10px;
}
/*form validation*/
.cmxform .form-group label.error {
  display: inline;
  margin: 5px 0;
  color: #B94A48;
  font-weight: 400;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus,
.cmxform .form-group input.error,
.cmxform .form-group textarea.error {
  border-color: #B94A48 !important;
}
#signupForm label.error {
  display: inline;
  margin: 5px 0px;
  width: auto;
  color: #B94A48;
}
.checkbox,
.checkbox:hover,
.checkbox:focus {
  border: none;
}
/*advanced form*/
.form-body {
  padding: 20px;
}
/*multiselect*/
.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
  background-color: #2A3542;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
}
.ms-container .ms-list,
.ms-container .ms-list.ms-focus {
  box-shadow: none !important;
}
.ms-container .ms-list.ms-focus {
  border: 1px solid #2A3542;
}
.ms-selectable .search-input,
.ms-selection .search-input {
  margin-bottom: 10px;
}
.form-control::-webkit-input-placeholder {
  color: #d3d3d3;
}
/*text input*/
.form-control {
  border: 1px solid #e2e2e4;
  box-shadow: none;
  color: #333;
}
input[type=checkbox].form-control {
  height: auto !important;
}
.sidebar-toggle-box {
  float: left;
  margin-top: 23px;
  margin-left: 24px;
  background: #32d2c9;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 187px;
}
.sidebar-toggle-box .fa-bars {
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  padding: 8px 8px 8px 9px;
  color: #ffffff;
}
.form-control:focus,
#focusedInput {
  border: 1px solid #00A8B3;
  box-shadow: none;
}
.form-horizontal .control-label {
  font-weight: 300;
  font-size: 14px;
}
input,
textarea,
select,
button {
  outline: none !important;
}
.checkbox_align input[type=checkbox] {
  display: none;
}
.checkbox_align input[type=checkbox] + label {
  background: #999;
  height: 16px;
  width: 16px;
  display: inline-block;
  padding: 0 0 0 0px;
}
.checkbox_align input[type=checkbox]:checked + label {
  background: #F3C022;
  height: 16px;
  width: 16px;
  display: inline-block;
  padding: 0 0 0 0px;
}
span.error_text.help-inline {
  color: red;
}
.checkbox_twitter_default input[type=checkbox] {
  display: none;
}
.checkbox_twitter_default input[type=checkbox] + label {
  background: #F3C022;
  height: 16px;
  width: 16px;
  display: inline-block;
  padding: 0 0 0 0px;
}
.checkbox_twitter_default input[type=checkbox]:checked + label {
  background: #F3C022;
  height: 16px;
  width: 16px;
  display: inline-block;
  padding: 0 0 0 0px;
}
#brand_chosen.chosen-container .chosen-container-single {
  width: 100%!important;
}
.checkbox_align {
  margin: 36px auto;
}
/*tags input*/
.tagsinput {
  height: 40px !important;
  min-height: 41px !important;
  margin: 0 !important;
  overflow: auto !important;
  padding: 5px !important;
}
.portfolio_description {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  display: none;
  background-color: rgba(0, 0, 0, 0.75);
}
div.tagsinput span.tag {
  background: none repeat scroll 0 0 #1fb5ad !important;
  border: 0 none !important;
  color: #ffffff !important;
  margin-bottom: 4px !important;
  padding: 5px 6px !important;
}
div.tagsinput span.tag a {
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  font-size: 11px;
}
.pre-selected {
  background: none repeat scroll 0 0 #1fb5ad !important;
  border: 0 none !important;
  color: #ffffff !important;
  margin-bottom: 5px !important;
  margin-right: 5px;
  padding: 2px 6px !important;
  -webkit-border-radius: 2px;
  cursor: pointer;
  float: left;
}
.hidden_form_field {
  display: none;
}
.error {
  color: #FA8564 !important;
}
.error input,
.error textarea {
  border-color: #FA8564;
}
#influencerSetupStep1 .chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  padding-left: 8px;
  width: 100%;
  height: auto !important;
  border: 1px solid #e2e2e4;
  border-radius: 2px;
  background-color: #ffffff;
  cursor: text;
}
#influencerSetupStep1 .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 35px;
  outline: 0;
  font-weight: 400;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999999 !important;
  font-size: 100%;
  font-family: inherit;
  line-height: normal;
  border-radius: 2px;
}
#influencerSetupStep1 .chosen-container-multi .chosen-choices li.search-choice,
#influencerSetupStep1 .modal-header {
  background: #cecece!important;
  border-radius: 2px;
  color: #ffffff;
}
#influencerSetupStep1 div.tagsinput span.tag {
  background: #cecece!important;
  border: 0 none !important;
  color: #ffffff !important;
  margin-bottom: 4px !important;
  padding: 5px 6px !important;
}
#influencerSetupStep1 div.tagsinput {
  border: 1px solid #e2e2e4;
  background: #ffffff;
  padding-left: 9px;
  border-radius: 4px;
  height: 20px !important;
  overflow-y: auto;
}
.has-switch {
  border-radius: 2px;
  min-width: 75px;
  max-height: 28px;
}
.has-switch span.switch-left,
.has-switch span.switch-right {
  border-radius: 0;
  -webkit-border-radius: 0;
  padding-bottom: 2px;
  font-size: 12px;
  width: 33%;
}
/*DASHBOARD -jaman*/
.main-chart {
  width: 100%;
  height: 265px;
}
#flotTip {
  background: #ffffff;
  border: #ccc 1px solid;
  padding: 10px;
}
#legendcontainer26 {
  padding: 10px 0px;
}
#legendcontainer26 .legendColorBox {
  padding-right: 5px;
}
#legendcontainer26 .legendColorBox div {
  border-radius: 100% !important;
}
.widget-h {
  color: #afaebc;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0px 0px 10px 0px;
  text-align: center;
}
.gauge-canvas {
  text-align: center;
}
.gauge-value {
  color: #fa8564;
  font-size: 16px;
  font-weight: bold;
  padding-left: 20px;
}
.gauge-title {
  color: #ccc;
  font-size: 14px;
  padding-right: 20px;
}
.gauge-meta {
  margin: 0px;
  padding-top: 7px;
  list-style: none;
  padding-left: 0;
}
.daily-visit {
  text-align: center;
}
.daily-visit-spark {
  padding: 10px 0px;
}
.sm-pie .legendColorBox {
  padding-right: 5px;
}
.sm-pie .legendColorBox > div {
  border: #ffffff 0px solid !important;
}
.sm-pie .legendColorBox div {
  border-radius: 100% !important;
}
.epie-chart {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  text-align: center;
}
.epie-chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.percent {
  display: inline-block;
  line-height: 80px;
  z-index: 2;
}
.pc-epie-chart {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
}
.pc-epie-chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.pc-epie-chart .percent {
  display: inline-block;
  line-height: 50px;
  z-index: 2;
  font-size: 10px;
  color: #5bc6f0;
}
.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}
.chart-meta {
  margin: 0px;
  padding-left: 0;
  list-style: none;
}
.visit-chart-value {
  font-size: 18px;
  color: #3acdc7;
  font-weight: 600;
  padding-top: 10px;
}
.visit-chart-title {
  font-size: 16px;
  padding-top: 10px;
  color: #ccc;
}
.visit-chart-title i {
  color: #3acdc7;
}
.top-stats-panel {
  min-height: 164px;
}
.top-stats-panel .sm-pie {
  margin-top: 30px;
}
.sm-pie {
  height: 100px;
  width: 100%;
  display: block;
}
.target-sell {
  height: 40px;
  width: 100%;
  display: block;
}
.side-graph-info {
  float: left;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 15px;
}
.side-mini-graph {
  float: right;
  width: 70px;
  margin-right: 10px;
  text-align: center;
}
.side-graph-info.payment-info {
  padding-top: 10px;
}
.monthly-stats {
  -webkit-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
  margin: -15px -15px 15px -15px;
  padding: 15px;
}
.monthly-stats.pink {
  background-color: #9972b5 !important;
}
.sparkline {
  text-align: center;
}
.monthly-stats h4 {
  color: #ffffff;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0px;
  padding: 5px 0px 10px 0px;
}
.circle-sat ul {
  text-align: center;
}
.circle-sat ul li {
  display: inline-block;
}
.circle-sat ul li span {
  display: block;
  text-transform: uppercase;
}
.left-stat-label span,
.right-stat-label span {
  display: block;
}
.left-stat-label {
  text-align: right;
  font-size: 11px;
  position: relative;
  top: 10px;
  padding-right: 10px;
}
.right-stat-label {
  text-align: left;
  font-size: 11px;
  position: relative;
  top: 10px;
  padding-left: 10px;
}
.left-stat-label .sell-percent {
  color: #f9a10c;
  font-size: 14px;
}
.right-stat-label .sell-percent {
  color: #36d8c0;
  padding-top: 30px;
  font-size: 14px;
}
.spark-bar-label span {
  display: block;
  color: #bbb;
}
.bar-label-value {
  font-size: 20px;
  color: #666 !important;
}
.prospective-spark-bar {
  margin: 0px;
  padding-left: 0;
}
.prospective-spark-bar li {
  padding: 20px 0px 20px 0px;
  list-style: none;
}
.jqstooltip:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: rgba(0, 0, 0, 0.6);
  border-width: 4px;
  margin-left: -4px;
}
.stat-btn {
  padding: 3px;
  background-color: #eee6f5;
  border-radius: 3px;
  height: 24px;
  color: #cab1d9;
}
.stat-btn:hover {
  background-color: #422c50;
  color: #cab1d9;
}
.stat-btn.active {
  background-color: #422c50;
  color: #cab1d9;
}
.region-earning-stats {
  text-align: center;
  color: #6d6d6d;
  text-transform: uppercase;
  padding: 40px 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.region-earning-stats span {
  display: block;
  color: #b0c781;
  font-size: 20px;
}
.location-earning-stats {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin-bottom: 30px;
  padding-left: 0;
}
.location-earning-stats li {
  padding: 0px 15px;
}
.location-earning-stats li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
}
.location-earning-stats li span {
  display: block;
  font-size: 14px;
}
.stat-divider {
  border-right: #dadada 1px dashed;
}
.vector-stat {
  height: 150px;
  margin-top: 20px;
}
.chart {
  position: relative;
  display: inline-block;
  width: 150px;
  padding-top: 60px;
  margin-bottom: 50px;
  text-align: center;
  font-size: 20px;
  font-weight: 100;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.chart_2 {
  position: relative;
  display: inline-block;
  width: 120px;
  padding-top: 45px;
  margin-bottom: 50px;
  text-align: center;
  font-size: 15px;
  font-weight: 100;
}
.chart_2 canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
}
.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}
.angular {
  margin-top: 100px;
}
.angular .chart {
  margin-top: 0;
}
/*pie chart */
.pie-foot {
  background: #6b6b6b;
  padding: 18px 15px;
  color: #ffffff;
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}
/*follower*/
.follower {
  background: #01a89e;
  color: #ffffff;
  text-align: center;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
}
.follower-foot {
  padding: 8px 5px 5px 5px;
  color: #757575;
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  font-weight: 300;
}
.follower-foot ul {
  padding: 0;
  margin: 0;
}
.follower-foot ul li {
  display: inline-block;
  text-align: center;
  width: 48%;
  line-height: normal;
}
.follower-foot ul li h5 {
  margin: 5px 0 0 0;
}
.follower h4 {
  margin: 0 0 10px 0;
  font-size: 15px;
  font-weight: 300;
}
.follow-ava {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 5px solid #18b2a6;
  display: inline-block;
}
.follower img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 62px;
  height: 62px;
  /*display: inline-block;*/
}
/* Influencer Dahsboard */
#influencerDashboard .no-profile {
  display: none;
}
#influencerDashboard .media-kit-blocks {
  position: relative;
}
#influencerDashboard .media-kit-block-images {
  position: absolute;
  bottom: 0;
  max-width: 93%;
}
.influencer-dashboard-resource .col-md-12 {
  padding: 0;
  margin-bottom: 10px;
}
.influencer-dashboard-resource .col-md-12:nth-child(2n) .img-responsive {
  margin-top: -40px;
}
.influencer-dashboard-resource .hovereffect {
  height: 325px;
  overflow: hidden;
}
#influencerMyProfiles .has-switch {
  border-radius: 0;
  min-width: 75px;
  max-height: 28px;
}
#influencerMyProfiles .has-switch span.switch-left,
#influencerMyProfiles .has-switch span.switch-right {
  border-radius: 0;
  -webkit-border-radius: 0;
  padding-top: 8px;
  padding-bottom: 5px;
  font-size: 12px;
  line-height: 12px;
  width: 33%;
}
#influencerProfiles .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
#influencerAccountSettings .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
#influencerAccountSettings .has-switch {
  border-radius: 0;
  min-width: 75px;
  max-height: 28px;
}
#influencerAccountSettings .has-switch span.switch-left,
#influencerAccountSettings .has-switch span.switch-right {
  border-radius: 0;
  -webkit-border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 12px;
  line-height: 12px;
  width: 33%;
}
.newMarketerSections .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.newMarketerSections ul.nav {
  border-bottom: 0;
}
.newMarketerSections ul.nav li {
  margin-left: 0;
}
#influencerSearchProfile {
  word-wrap: break-word;
  white-space: normal;
}
.influencer-name {
  color: #189c8e;
  font-weight: 300;
}
.latest-on-webfluential .col-md-6:first-of-type {
  padding-left: 0;
}
.latest-on-webfluential .col-md-6:nth-child(2n) {
  padding-right: 0;
}
.latest-on-webfluential .latest-post {
  margin-bottom: 10px;
  padding: 8px;
  position: relative;
}
.latest-on-webfluential .latest-post div {
  display: inline-block;
}
.latest-on-webfluential .latest-post .btn {
  margin-top: 2px;
}
.latest-on-webfluential .latest-post img,
.latest-on-webfluential .latest-post h4,
.latest-on-webfluential .latest-post i {
  float: left;
}
.latest-on-webfluential .latest-post img {
  max-width: 50px;
  max-height: 50px;
}
.latest-on-webfluential .latest-post h4 {
  margin: 0;
  padding: 0;
  max-width: 75%;
}
.latest-on-webfluential .latest-post i {
  position: absolute;
  top: 8px;
  right: 8px;
}
.latest-on-webfluential .latest-post hr {
  margin: 6px 0;
}
.latest-on-webfluential .latest-post p {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.latest-on-webfluential .latest-brands {
  padding: 0 10px;
}
.latest-on-webfluential .latest-brands h3:first-child {
  margin-top: 0;
  padding-top: 10px;
}
.latest-on-webfluential .latest-brands h3 {
  margin-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  border-bottom: 1px solid white;
}
.latest-on-webfluential .latest-brands h3:last-child {
  border-bottom: none;
}
.influencer-search-paragraph {
  margin-top: 70px;
}
#filter_influencers {
  display: none;
}
.campaign-infl {
  padding: 20px !important;
  margin-bottom: 10px;
}
.inf_info {
  background: rgba(255, 255, 255, 0.8);
  padding-left: 43px;
}
#influncer_stat_box {
  font-size: 13px;
  width: 160px;
  text-align: left;
  padding: 10px;
  margin: 5px;
  height: 59px;
  position: absolute;
  top: 1px;
  left: 1px;
}
#influncer_stat_box div i {
  font-size: 20px;
}
/* Influencer Dahsboard */
#influencerDashboard .no-profile {
  display: none;
}
#influencerDashboard .media-kit-blocks {
  position: relative;
}
#influencerDashboard .media-kit-block-images {
  position: absolute;
  bottom: 0;
  max-width: 93%;
}
.influencer-dashboard-resource .col-md-12 {
  padding: 0;
  margin-bottom: 10px;
}
.influencer-dashboard-resource .col-md-12:nth-child(2n) .img-responsive {
  margin-top: -40px;
}
.influencer-dashboard-resource .hovereffect {
  height: 325px;
  overflow: hidden;
}
#influencerMyProfiles .has-switch {
  border-radius: 0;
  min-width: 75px;
  max-height: 28px;
}
#influencerMyProfiles .has-switch span.switch-left,
#influencerMyProfiles .has-switch span.switch-right {
  border-radius: 0;
  -webkit-border-radius: 0;
  padding-top: 8px;
  padding-bottom: 5px;
  font-size: 12px;
  line-height: 12px;
  width: 33%;
}
#influencerProfiles .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
#influencerAccountSettings .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
#influencerAccountSettings .has-switch {
  border-radius: 0;
  min-width: 75px;
  max-height: 28px;
}
#influencerAccountSettings .has-switch span.switch-left,
#influencerAccountSettings .has-switch span.switch-right {
  border-radius: 0;
  -webkit-border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 12px;
  line-height: 12px;
  width: 33%;
}
.newMarketerSections .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.newMarketerSections ul.nav {
  border-bottom: 0;
}
.newMarketerSections ul.nav li {
  margin-left: 0;
}
#influencerSearchProfile {
  word-wrap: break-word;
  white-space: normal;
}
.influencer-name {
  color: #189c8e;
  font-weight: 300;
}
.latest-on-webfluential .col-md-6:first-of-type {
  padding-left: 0;
}
.latest-on-webfluential .col-md-6:nth-child(2n) {
  padding-right: 0;
}
.latest-on-webfluential .latest-post {
  margin-bottom: 10px;
  padding: 8px;
  position: relative;
}
.latest-on-webfluential .latest-post div {
  display: inline-block;
}
.latest-on-webfluential .latest-post .btn {
  margin-top: 2px;
}
.latest-on-webfluential .latest-post img,
.latest-on-webfluential .latest-post h4,
.latest-on-webfluential .latest-post i {
  float: left;
}
.latest-on-webfluential .latest-post img {
  max-width: 50px;
  max-height: 50px;
}
.latest-on-webfluential .latest-post h4 {
  margin: 0;
  padding: 0;
  max-width: 75%;
}
.latest-on-webfluential .latest-post i {
  position: absolute;
  top: 8px;
  right: 8px;
}
.latest-on-webfluential .latest-post hr {
  margin: 6px 0;
}
.latest-on-webfluential .latest-post p {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.latest-on-webfluential .latest-brands {
  padding: 0 10px;
}
.latest-on-webfluential .latest-brands h3:first-child {
  margin-top: 0;
  padding-top: 10px;
}
.latest-on-webfluential .latest-brands h3 {
  margin-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  border-bottom: 1px solid white;
}
.latest-on-webfluential .latest-brands h3:last-child {
  border-bottom: none;
}
/*label*/
.label {
  padding: 0.5em 0.8em;
  display: inline-block;
}
.label-default {
  background-color: #a1a1a1;
}
.label-primary {
  background-color: #59ace2;
}
.label-terquoise {
  background-color: #1FB5AD;
}
.label-success {
  background-color: #A9D86E;
}
.label-info {
  background-color: #8175c7;
}
.label-warning {
  background-color: #FCB322;
}
.label-danger {
  background-color: #FF6C60;
}
.label-inverse {
  background-color: #344860;
}
.label-insta {
  background-color: #49769c;
}
/*badge*/
.badge.bg-primary {
  background: #8075c4;
}
.badge.bg-success {
  background: #a9d86e;
}
.badge.bg-warning {
  background: #FCB322;
}
.badge.bg-important {
  background: #ff6c60;
}
.badge.bg-info {
  background: #41cac0;
}
.badge.bg-inverse {
  background: #2A3542;
}
.notify-row .badge {
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 100;
}
/*tabs*/
.tab-bg-dark-navy-blue ul > li > a {
  display: block;
  padding: 20px 15px !important;
}
.tab-bg-dark-navy-blue {
  background: #e0e1e7 !important;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-bottom: none;
}
.tab-bg-dark-navy-blue li a:hover,
.tab-bg-dark-navy-blue li.active a {
  border-radius: 0 !important;
  background: #ffffff !important;
  color: #1FB5AD !important;
}
.tab-right {
  height: 58px;
}
.tab-head {
  background: #7087a3;
  display: inline-block;
  width: 100%;
  margin-top: 60px;
}
.tab-container {
  margin-top: 10px;
}
.tab-head .nav-tabs > li > a {
  border-radius: 0;
  margin-right: 1px;
  color: #ffffff;
}
.tab-head .nav-tabs > li.active > a,
.tab-head .nav-tabs > li > a:hover,
.tab-head .nav-tabs > li.active > a:hover,
.tab-head .nav-tabs > li.active > a:focus {
  background-color: #f1f2f7;
  border-color: #f1f2f7;
  color: #797979;
}
/*spinner*/
.spinner-buttons.btn-group-vertical .btn {
  height: 17px;
  margin: 0;
  padding-left: 6px;
  padding-right: 6px;
  text-align: center;
  width: 22px;
}
.spinner-buttons.btn-group-vertical .btn i {
  margin-top: -3px;
}
.spinner-buttons.btn-group-vertical .btn:first-child {
  border-radius: 0 4px 0 0 !important;
  -webkit-border-radius: 0 4px 0 0 !important;
}
.spinner-buttons.btn-group-vertical .btn:last-child {
  border-radius: 0 0 4px !important;
  -webkit-border-radius: 0 0 4px !important;
}
/*mail inbox*/
.mail-nav {
  margin: 15px -15px 0 -15px;
}
.mail-nav li a {
  border-radius: 0;
  -webkit-border-radius: 0;
  border-top: 1px solid #f2f3f6;
  padding: 15px;
  border-right: 3px solid rgba(0, 0, 0, 0);
}
.mail-nav > li + li {
  margin-left: 0;
  margin-top: 0px;
}
.mail-nav i {
  font-size: 16px;
  margin-right: 10px;
}
.inbox-notification {
  margin-top: -2px;
}
.user-head .inbox-avatar {
  width: 65px;
  float: left;
}
.user-head .inbox-avatar img {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.user-head .user-name {
  display: inline-block;
  margin: 0 0 0 10px;
}
.user-head .user-name h5 {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 300;
}
.user-head .user-name h5 a {
  color: #ffffff;
}
.user-head .user-name span a {
  font-size: 12px;
  color: #87e2e7;
}
a.mail-dropdown {
  background: #80d3d9;
  padding: 3px 5px;
  font-size: 10px;
  color: #01a7b3;
  border-radius: 2px;
  margin-top: 20px;
}
.inbox-body {
  padding: 20px;
}
ul.inbox-nav {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.inbox-divider {
  border-bottom: 1px solid #d5d8df;
}
.inbox-action {
  margin-top: 50px;
}
.src-position {
  margin-top: -7px;
}
.mail-src-position {
  margin-top: -3px;
}
ul.labels-info {
  border-bottom: 1px solid #f1f2f7;
  margin-bottom: 10px;
}
ul.inbox-nav li {
  display: inline-block;
  line-height: 45px;
  width: 100%;
}
ul.inbox-nav li a {
  color: #6a6a6a;
  line-height: 45px;
  width: 100%;
  display: inline-block;
  padding: 0 20px;
}
ul.inbox-nav li a:hover,
ul.inbox-nav li.active a,
ul.inbox-nav li a:focus {
  color: #6a6a6a;
  background: #d5d7de;
}
ul.inbox-nav li a i {
  padding-right: 10px;
  font-size: 16px;
  color: #6a6a6a;
}
ul.inbox-nav li a span.label {
  margin-top: 13px;
}
ul.labels-info li h4 {
  padding-top: 5px;
  color: #5c5c5e;
  font-size: 15px;
  text-transform: uppercase;
}
ul.labels-info li {
  margin: 0;
}
ul.labels-info li a {
  color: #6a6a6a;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
ul.labels-info li a:hover,
ul.labels-info li a:focus {
  color: #6a6a6a;
  background: none;
}
ul.labels-info li a i {
  padding-right: 10px;
}
.nav.nav-pills.nav-stacked.labels-info p {
  margin-bottom: 0;
  padding: 0 22px;
  color: #9d9f9e;
  font-size: 11px;
}
.inbox-head {
  padding: 20px;
  background: #41cac0;
  color: #ffffff;
  border-radius: 0 4px 0 0;
  -webkit-border-radius: 0 4px 0 0;
  min-height: 80px;
}
.inbox-head h3 {
  margin: 0;
  display: inline-block;
  padding-top: 6px;
  font-weight: 300;
}
.inbox-head .sr-input {
  height: 40px;
  border: none;
  box-shadow: none;
  padding: 0 10px;
  float: left;
  border-radius: 4px 0 0 4px;
  color: #8a8a8a;
}
.inbox-head .sr-btn {
  height: 40px;
  border: none;
  background: #00a6b2;
  color: #ffffff;
  padding: 0 20px;
  border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
}
.wht-bg {
  background: #ffffff;
}
.wht-bg h4 {
  font-size: 24px;
  color: #a2a2a2;
  font-weight: 300;
}
.table-inbox-wrap {
  margin: 0 -15px;
}
.mail-checkbox {
  margin-right: 10px;
}
.table-inbox {
  margin: 0;
}
.table-inbox tr td {
  padding: 12px !important;
}
.table-inbox tr td:first-child {
  width: 5%;
}
.table-inbox tr td:first-child .icheckbox_minimal {
  margin-left: 15px;
}
.table-inbox tr td:hover {
  cursor: pointer;
}
.table-inbox tr td .fa-star.inbox-started,
.table-inbox tr td .fa-star:hover {
  color: #f78a09;
}
.table-inbox tr td .fa-star {
  color: #d5d5d5;
}
.table-inbox tr.unread td {
  font-weight: 600;
  background: #f7f7f7;
}
.table-inbox tr.unread a {
  color: #32323a;
}
.table-inbox tr a {
  color: #767676;
}
ul.inbox-pagination {
  float: right;
}
ul.inbox-pagination li {
  float: left;
}
.pagination li a {
  color: #32323a;
}
.mail-option {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
}
.mail-option .chk-all {
  float: left;
}
.mail-option .chk-all,
.mail-option .btn-group {
  margin-right: 5px;
}
.mail-option .chk-all,
.mail-option .btn-group a.btn {
  border: 1px solid #e7e7e7;
  padding: 5px 10px;
  display: inline-block;
  background: #fcfcfc;
  color: #afafaf;
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
}
.inbox-pagination a.np-btn {
  border: 1px solid #e7e7e7;
  padding: 5px 15px;
  display: inline-block;
  background: #fcfcfc;
  color: #afafaf;
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
}
.mail-option .chk-all input[type=checkbox] {
  margin-top: 0;
}
.mail-option .btn-group a.all {
  padding: 0;
  border: none;
}
.inbox-pagination a.np-btn {
  margin-left: 5px;
}
.inbox-pagination li span {
  display: inline-block;
  margin-top: 7px;
  margin-right: 5px;
}
.fileinput-button {
  border: 1px solid #e6e6e6;
  background: #eeeeee;
}
.inbox-body .modal .modal-body input,
.inbox-body .modal .modal-body textarea {
  border: 1px solid #e6e6e6;
  box-shadow: none;
}
.btn-send,
.btn-send:hover {
  background: #00A8B3;
  color: #ffffff;
}
.btn-send:hover {
  background: #009da7;
}
.modal-header h4.modal-title {
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
}
.modal-body label {
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}
.compose-mail {
  width: 100%;
  display: inline-block;
  position: relative;
  margin-top: 20px;
}
.compose-mail .compose-options {
  color: #979797;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 7px;
}
.compose-mail input,
.compose-mail input:focus {
  border: none;
  padding: 0;
  width: 80%;
  float: left;
}
.compose-mail .form-group {
  border: 1px solid #F2F3F6;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.compose-mail .form-group label {
  line-height: 34px;
  width: 10%;
  float: left;
  padding-left: 5px;
  margin-bottom: 0;
}
.compose-editor input {
  margin-top: 15px;
}
.compose-editor {
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}
.compose-btn {
  float: left;
  margin-top: 6px;
}
.mail-header h4 {
  font-weight: 300;
}
.mail-sender,
.attachment-mail {
  width: 100%;
  display: inline-block;
  margin: 20px 0;
  border-top: 1px solid #EFF2F7 ;
  border-bottom: 1px solid #EFF2F7 ;
  padding: 10px 0;
}
.mail-sender img {
  width: 30px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.mail-sender .date {
  line-height: 30px;
  margin-bottom: 0;
  text-align: right;
}
.view-mail a,
.attachment-mail a:hover {
  color: #35bcb5;
}
.attachment-mail a {
  color: #32323a;
}
.attachment-mail ul li {
  float: left;
  width: 200px;
  margin-right: 15px;
  margin-top: 15px;
  list-style: none;
}
.attachment-mail ul li a.atch-thumb img {
  width: 200px;
  height: 180px;
  margin-bottom: 10px;
}
.attachment-mail ul li a.name span {
  float: right;
  color: #767676;
}
/*-- mail-*/
.mail-info,
.mail-info:hover {
  margin: -3px 6px 0 0;
  font-size: 11px;
}
#marketerUsers .badge {
  border-radius: 0px;
}
.market-yourself-no-kit {
  display: none;
}
.market-yourself .btn {
  margin-top: 10px;
  padding: 10px 0;
}
.market-yourself .btn:first-of-type {
  margin-top: 12px;
}
.market-yourself .wi {
  vertical-align: middle;
  margin-right: 10px;
}
.market-yourself hr {
  margin: 10px 0;
}
/* Influencer Media Kit */
#mediaKitSetUp .panel {
  margin-top: 20px;
  border-radius: 0;
}
#mediaKitSetUp .panel-heading {
  position: relative;
}
#mediaKitSetUp .panel-heading a.background-reset {
  top: 7px;
  right: 16px;
  position: absolute;
}
#mediaKitSetUp .panel-heading.collapsed {
  border-bottom: 1px solid white;
}
#mediaKitSetUp .panel-title {
  padding: 15px;
  font-size: 18px;
}
#mediaKitSetUp .panel-title .btn-group {
  margin-top: -8px;
}
#mediaKitSetUp .has-switch {
  border-radius: 2px;
  min-width: 75px;
  max-height: 28px;
}
#mediaKitSetUp .has-switch span.switch-left,
#mediaKitSetUp .has-switch span.switch-right {
  border-radius: 0;
  -webkit-border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 12px;
  line-height: 12px;
  width: 33%;
}
#mediaKitSetUp #form_background .input-group {
  width: 90%;
}
#mediaKitSetUp #form_background .col-md-6 {
  padding: 0;
}
#mediaKitSetUp #form_background .progress {
  margin-top: 7px;
}
#mediaKitSetUp .cke_chrome {
  border: 1px solid #c0c0c0 !important;
}
#mediaKitSetUp .share-preview h4 {
  background: #e8e8e8;
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
  margin: 0;
  margin-top: 10px;
  line-height: 1.9;
}
#mediaKitProfileName {
  background: rgba(255, 255, 255, 0.8);
  padding: 5px 0;
  color: #333;
  margin: 0;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .highlights img {
    max-width: 100%;
    height: auto !important;
  }
}
/*sidebar navigation*/
#sidebar {
  width: 240px;
  height: 100%;
  position: fixed;
  background: #32323a;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#sidebar ul li {
  position: relative;
}
.leftside-navigation,
.right-stat-bar {
  height: 100%;
}
.right-stat-bar ul {
  list-style-type: none;
  padding-left: 0;
}
#sidebar {
  top: 0 !important;
}
ul.sidebar-menu {
  padding-top: 45px;
}
ul,
.list-unstyled {
  padding-left: 0;
}
ul.sidebar-menu li ul.sub li {
  background: #28282e;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
ul.sidebar-menu li ul.sub li a {
  font-size: 12px;
  padding-top: 13px;
  padding-bottom: 13px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #aeb2b7;
}
ul.sidebar-menu li ul.sub li a:hover,
ul.sidebar-menu li ul.sub li.active a {
  color: #1FB5AD;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  background: #202025;
}
ul.sidebar-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
ul.sidebar-menu li.sub-menu {
  line-height: 15px;
}
ul.sidebar-menu ul.sub li {
  border-bottom: none;
}
ul.sidebar-menu li a span {
  display: inline-block;
}
ul.sidebar-menu li a {
  color: #f1f1f1;
  text-decoration: none;
  display: block;
  padding: 18px 0 18px 25px;
  font-size: 15px;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
ul.sidebar-menu li a.active,
ul.sidebar-menu li a:hover,
ul.sidebar-menu li a:focus {
  background: #28282e;
  color: #1FB5AD;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
ul.sidebar-menu li a i {
  font-size: 15px;
  padding-right: 6px;
}
ul.sidebar-menu li a:hover i,
ul.sidebar-menu li a:focus i {
  color: #1FB5AD;
}
ul.sidebar-menu li a.active i {
  color: #1FB5AD;
}
@media (max-width: 1199px) {
  .leftside-navigation {
    overflow-y: scroll !important;
  }
}
.hide-left-bar {
  margin-left: 0px !important;
}
.right-side-accordion li:nth-child(2) ul li .prog-row {
  border: none;
}
#sidebar > ul > li > ul.sub {
  display: none;
}
#sidebar .sub-menu > .sub li a {
  padding-left: 46px;
}
#sidebar > ul > li.active > ul.sub,
#sidebar > ul > li > ul.sub > li > a {
  display: block;
}
/*notification*/
#top_menu .nav > li,
ul.top-menu > li {
  float: left;
}
.notify-row {
  float: left;
}
ul.top-menu {
  margin-right: 15px;
  margin-top: 15px;
  margin-left: 15px;
}
ul.top-menu > li > a {
  color: #666666;
  font-size: 16px;
  background: #f6f6f6;
  padding: 0;
  margin-right: 15px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  padding-right: 8px !important;
}
ul.top-menu > li > a span {
  font-size: 12px;
}
ul.top-menu > li > a:hover,
ul.top-menu > li > a:focus {
  background: #32D2C9;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.3) !important;
  padding-right: 8px !important;
}
.top-nav img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 33px;
  max-height: 30px;
  max-width: 30px;
}
.top-nav ul.top-menu > li .dropdown-menu.logout {
  width: 170px !important;
}
.top-nav li.dropdown .dropdown-menu {
  float: right;
  right: 0;
  left: auto;
}
.dropdown-menu.extended {
  max-width: 320px !important;
  min-width: 160px !important;
  top: 42px;
  width: 300px !important;
  padding: 0 10px;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1) !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #ffffff;
  border: none;
  left: -10px;
}
.notify-row .notification span.label {
  display: inline-block;
  height: 21px;
  padding: 5px;
  width: 22px;
  font-size: 12px;
  margin-right: 10px;
}
.dropdown-menu.extended .alert-icon,
.noti-info {
  float: left;
}
.noti-info {
  padding-left: 10px;
  padding-top: 6px;
  color: #414147;
}
.dropdown-menu.extended .alert {
  margin-bottom: 10px;
}
.dropdown-menu.extended .alert-icon {
  border-radius: 100%;
  display: inline-block;
  height: 35px;
  width: 35px;
}
.dropdown-menu.extended .alert-icon i {
  font-size: 16px;
  width: 35px;
  line-height: 35px;
  height: 35px;
}
.dropdown-menu.extended.inbox li a,
.dropdown-menu.extended.tasks-bar li a {
  background: #f1f2f7;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
.dropdown-menu.extended li p {
  margin: 0;
  padding: 10px 0;
  border-radius: 0px;
  -webkit-border-radius: 0px;
}
.dropdown-menu.extended li a {
  font-size: 12px;
  list-style: none;
}
.dropdown-menu.extended.logout {
  padding: 10px;
}
.dropdown-menu.extended.logout li a {
  padding: 10px;
}
.dropdown-menu.extended li a:hover {
  color: #32323a;
}
.dropdown-menu.tasks-bar .task-info .desc {
  font-size: 13px;
  font-weight: normal;
  float: left;
  width: 80%;
}
.dropdown-menu.tasks-bar .task-info .desc h5 {
  color: #32323a;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 0;
}
.dropdown-menu.tasks-bar .task-info .desc p {
  padding-top: 0;
  color: #8f8f9b;
  font-weight: 300;
}
.dropdown-menu.tasks-bar .task-info .percent {
  width: 20%;
  float: right;
  font-size: 13px;
  font-weight: 600;
  padding-left: 10px;
  line-height: normal;
}
.dropdown-menu.tasks-bar .progress {
  background: #ffffff;
}
.dropdown-menu.extended .progress {
  margin-bottom: 0 !important;
  height: 10px;
}
.dropdown-menu.inbox li a .photo img {
  border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  float: left;
  height: 40px;
  margin-right: 10px;
  width: 40px;
}
.dropdown-menu.inbox li a .subject {
  display: block;
}
.dropdown-menu.inbox li a .subject .from {
  font-size: 12px;
  font-weight: 600;
}
.dropdown-menu.inbox li a .subject .time {
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
  position: absolute;
  right: 20px;
}
.dropdown-menu.inbox li a .message {
  display: block !important;
  font-size: 11px;
}
.dropdown-menu.extended.logout > li {
  float: left;
  width: 100%;
}
.dropdown-menu.extended.logout > li > a {
  border-bottom: none !important;
}
.full-width .dropdown-menu.extended.logout > li > a:hover {
  background: #F1F2F7 !important;
  color: #32323a !important;
}
.dropdown-menu.extended.logout > li > a:hover {
  border-radius: 5px;
  color: #ffffff;
}
.dropdown-menu.extended.logout > li > a:hover i {
  color: #ffffff;
}
.dropdown-menu.extended.logout > li > a i {
  font-size: 17px;
}
.dropdown-menu.extended.logout > li > a > i {
  padding-right: 10px;
}
.top-nav .username {
  font-size: 13px;
  color: #555555;
}
.top-nav ul.top-menu > li > a {
  border-radius: 100px;
  -webkit-border-radius: 100px;
  padding: 0px;
  background: none;
  margin-right: 0;
  border: 1px solid #F6F6F6;
  background: #F6F6F6;
}
.top-nav ul.top-menu > li.language > a {
  margin-top: -2px;
  padding: 4px 12px;
  line-height: 20px;
}
.top-nav ul.top-menu > li.language > a img {
  border-radius: 0;
  -webkit-border-radius: 0;
  width: 18px;
}
.top-nav ul.top-menu > li.language ul.dropdown-menu li img {
  border-radius: 0;
  -webkit-border-radius: 0;
  width: 18px;
}
.top-nav ul.top-menu > li {
  margin-left: 10px;
}
.top-nav ul.top-menu > li > a:hover,
.top-nav ul.top-menu > li > a:focus {
  border: 1px solid #f6f6f6;
  background: #f6f6f6 !important;
  border-radius: 100px;
  -webkit-border-radius: 100px;
}
.top-nav .dropdown-menu.extended.logout {
  top: 50px;
}
.top-nav .nav .caret {
  border-bottom-color: #A4AABA;
  border-top-color: #A4AABA;
}
.top-nav ul.top-menu > li > a:hover .caret {
  border-bottom-color: #000;
  border-top-color: #000;
}
/*list group*/
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: #00A8B3;
  border-color: #00A8B3;
  color: #ffffff;
  z-index: 2;
}
.list-group-item-heading {
  font-weight: 300;
}
/*--sidebar toggle---*/
.sidebar-toggle-box {
  float: left;
  margin-top: 10px;
  margin-left: -15px;
  background: #32d2c9;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 187px;
}
.sidebar-toggle-box .fa-bars {
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  padding: 8px 8px 8px 9px;
  color: #ffffff;
}
.sidebar-toggle-box:hover {
  background: #F6F6F6;
}
.hide-left-bar {
  margin-left: -240px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.open-right-bar {
  right: 0px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.merge-left {
  margin-left: 0px !important;
}
.hide-right-bar {
  margin-right: -240px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.toggle-right-box {
  float: left;
  background: #f6f6f6;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 35px;
  height: 35px;
}
.toggle-right-box:hover {
  background: #32D2C9;
}
.toggle-right-box:hover .fa-bars {
  color: rgba(0, 0, 0, 0.3);
}
.toggle-right-box .fa-bars {
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  padding: 10px;
  color: #bfbfc1;
}
/*right sidebar*/
.right-sidebar {
  background: #32323A;
  width: 240px;
  position: fixed;
  height: 100%;
  z-index: 1000;
  right: -240px;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.open-right-panel {
  margin-left: -240px !important;
}
.right-sidebar .search-row {
  padding: 20px;
}
.right-sidebar .search-row input {
  background: rgba(0, 0, 0, 0.3);
  border: none;
  color: #707076;
  font-size: 12px;
}
.right-side-accordion {
  margin-top: 6px;
}
.right-side-accordion .head {
  padding: 20px;
  text-transform: uppercase;
  width: 100%;
  display: inline-block;
}
.right-side-accordion .red-bg {
  background: #fa8564;
  color: #ffffff;
}
.right-side-accordion .bg-terquoise {
  background: #45c9c4;
  color: #ffffff;
}
.right-side-accordion .purple-bg {
  background: #a48ad4;
  color: #ffffff;
}
.right-side-accordion .yellow-bg {
  background: #f3c022;
  color: #ffffff;
}
ul.sidebar-menu li a {
  font-size: 14px;
  text-transform: uppercase;
}
#sandbox_tag {
  background: url('../../img/wf_sandbox.png') 0 0 no-repeat;
  width: 129px;
  height: 129px;
  position: fixed;
  left: 55px;
  bottom: -5px;
  z-index: 500;
}
.nav-tabs > li > a,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #333;
}
#debug-kit-toolbar {
  max-width: 550px;
}
.progressbar-wrapper {
  position: fixed;
  bottom: 0;
}
.progressbar-sidebar {
  width: 190px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left;
}
a .section {
  color: #999999;
}
.circle {
  position: relative;
  display: block;
  margin: 0em 0;
  background-color: transparent;
  color: #222;
  text-align: center;
  width: 100%;
}
.circle:after {
  display: block;
  padding-bottom: 100%;
  width: 100%;
  height: 0;
  border-radius: 50%;
  background-color: #ddd;
  content: "";
}
.section_active {
  color: #58BFE4 !important;
}
.section_active:after {
  background-color: #1fb5ad !important;
}
.section_done {
  color: #a7a7a7 !important;
}
.section_done:after {
  background-color: #95b75d !important;
}
.circle__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.circle__wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.circle__content {
  display: table-cell;
  padding: 1em;
  vertical-align: middle;
  text-transform: uppercase;
}
#partnerSideMenu li a {
  padding: 9.5px 30px;
  font-size: 12px;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
/*modal*/
.modal-header {
  background-color: #3c3c3c;
  color: #ffffff;
}
.modal-header .close {
  margin-top: 0;
}
.modal-body {
  padding: 1.5em;
}
.modal-body h1,
.modal-body h2,
.modal-body h3,
.modal-body h4 {
  text-transform: none !important;
}
.modal-body p h1,
.modal-body p h2,
.modal-body p h3 {
  text-transform: none !important;
}
.modal-content {
  box-shadow: none;
  border: none;
}
#embedCodeModal h3 {
  margin-bottom: 30px;
}
#embedCodeModal textarea {
  margin-top: 15px;
  border-color: #c0c0c0;
  width: 100%;
  height: 150px;
}
.view_brief h2,
.view_brief h3,
.view_brief h4 {
  font-size: 15px;
}
/*pagination*/
.pagination > li > a,
.pagination > li > span {
  background-color: #EFF2F7;
  border: 1px solid #EFF2F7;
  float: left;
  line-height: 1.42857;
  margin-left: 1px;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
}
.panel-default > .panel-heading {
  background-image: none;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@wf-white', endColorstr='@wf-white', GradientType=0);
}
.panel-heading .nav > li > a,
.panel-heading .nav > li.active > a,
.panel-heading .nav > li.active > a:hover,
.panel-heading .nav > li.active > a:focus {
  border-width: 0;
  border-radius: 0;
}
.panel-heading .nav > li > a {
  color: #898989;
}
.panel-heading .nav > li.active > a,
.panel-heading .nav > li > a:hover {
  color: #1FB5AD;
  background: #ffffff;
}
.panel-heading .nav > li:first-child.active > a,
.panel-heading .nav > li:first-child > a:hover {
  border-radius: 4px 0 0 0 !important;
  -webkit-border-radius: 4px 0 0 0 !important;
}
.panel-heading.tab-right .nav > li:first-child.active > a,
.tab-right.panel-heading .nav > li:first-child > a:hover {
  border-radius: 0;
  -webkit-border-radius: 0;
}
.panel-heading.tab-right .nav > li:last-child.active > a,
.tab-right.panel-heading .nav > li:last-child > a:hover {
  border-radius: 0 4px 0 0;
  -webkit-border-radius: 0 4px 0 0;
}
.panel-heading.tab-right .nav-tabs > li > a {
  margin-left: 1px;
  margin-right: 0;
}
/* Main reports styles */
.reports .panel-body {
  background: #333;
}
/* Snapshot reports styles */
#snapshotReports .panel-body {
  background: white;
}
/*collapse*/
.panel-default > .panel-heading {
  background-color: #ffffff;
  border: 1px solid #1FB5AD;
  color: #1FB5AD;
}
/*panel*/
.panel {
  margin-top: 1em;
  margin-bottom: 0;
  box-shadow: none;
  border: 1px solid #efefef;
  border-color: #efefef;
  border-radius: 2px !important;
}
.panel .panel-default {
  border: 1px solid #efefef;
  border-color: #efefef !important;
  border-radius: 2px !important;
}
.panel .panel-heading {
  border-bottom: 1px solid #efefef;
  margin: 0px;
  padding: 0.5em 1em;
}
.panel .panel-body,
.panel .panel-footer {
  padding: 1em;
}
.panel .panel-body,
.panel .panel-footer {
  padding: 1em;
}
.dash-panel-right {
  height: 100%;
  width: 100%;
  display: table;
}
#scrollMeToo .panel {
  border: none !important;
}
#scrollMeToo .panel:first-of-type {
  margin: 0;
}
#influencerDashboard .notification-stuck,
#influencerDashboard .profile-stuck {
  position: fixed;
  z-index: 100;
  top: 50px;
  width: 292.5px !important;
}
#influencerDashboard .notification-stuck {
  margin-left: 877.5px;
  bottom: 0;
  overflow-y: auto;
}
#influencerDashboard .panel-title {
  color: #32323A;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 1440px) {
  #influencerDashboard .notification-stuck,
  #influencerDashboard .profile-stuck {
    width: 292.5px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .container.influencer-dash {
    width: 930px !important;
  }
  #influencerDashboard .under1400 {
    position: fixed;
    z-index: 100;
    top: 50px;
    width: 232.5px !important;
    height: 93%;
    overflow-x: auto;
  }
  #influencerDashboard .feed-element {
    width: 465px !important;
    margin-left: 25%;
  }
  #influencerDashboard .notifications1200Stuck {
    margin-left: 698px !important;
  }
}
.panel-primary .tools a {
  color: #ffffff;
}
/*panel heading color*/
.panel-primary > .panel-heading.navyblue {
  background-color: #2A3542;
  border-color: #2A3542;
  color: #ffffff;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-heading {
  padding: 15px 15px;
}
.newMarketerSections .panel-heading {
  padding: 10px 15px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.list-group {
  box-shadow: none;
  -webkit-box-shadow: none;
}
/*profile*/
.profile-information .profile-pic img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 10px solid #f1f2f7;
  margin-top: 20px;
}
.profile-information .profile-desk {
  border-right: 1px solid #ddd;
  padding-right: 30px;
}
.profile-information .profile-desk h1 {
  color: #1FB5AD;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
}
.profile-information .profile-desk span,
.profile-information .profile-desk p {
  padding-bottom: 25px;
  display: inline-block;
}
.profile-information .profile-statistics h1 {
  color: #757575;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 5px;
}
.profile-information .profile-statistics p {
  margin-bottom: 15px;
  display: inline-block;
}
.profile-information .profile-statistics ul {
  margin-top: 10px;
}
.profile-information .profile-statistics ul li {
  float: left;
  margin-right: 10px;
  list-style: none;
}
.profile-information .profile-statistics ul li a {
  background: #f6f6f6;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  float: left;
}
.profile-information .profile-statistics ul li a:hover {
  color: #1FB5AD;
}
/*-----*/
.profile-nav .user-heading {
  color: #ffffff;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  padding: 30px;
  text-align: center;
}
.profile-nav .user-heading.round a {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 10px solid rgba(255, 255, 255, 0.3);
  display: inline-block;
}
.profile-nav .user-heading a img {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.profile-nav .user-heading h1 {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 5px;
}
.profile-nav .user-heading p {
  font-size: 16px;
  color: #8b8b8b;
  line-height: 25px;
}
.profile-nav ul {
  margin-top: 1px;
}
.profile-nav ul > li {
  border-bottom: 1px solid #ebeae6;
  margin-top: 0;
  line-height: 30px;
}
.profile-nav ul > li:last-child {
  border-bottom: none;
}
.profile-nav ul > li > a {
  border-radius: 0;
  -webkit-border-radius: 0;
  color: #89817f;
}
.profile-nav ul > li > a:hover,
.profile-nav ul > li > a:focus,
.profile-nav ul li.active a {
  background: #f8f7f5 !important;
  color: #89817f !important;
}
.profile-nav ul > li:last-child > a:last-child {
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
}
.profile-nav ul > li > a > i {
  font-size: 16px;
  padding-right: 10px;
  color: #bcb3aa;
}
.r-activity {
  margin: 6px 0 0;
  font-size: 12px;
}
/*-----*/
.recent-act {
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  position: relative;
  table-layout: fixed;
  width: 100%;
}
.recent-act:before {
  background-color: #eeeeee;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  top: 50px;
  width: 2px;
  z-index: 0;
}
.recent-act h1 {
  text-align: center;
  color: #1FB5AD;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.activity-icon.terques {
  background: #8fd6d6;
}
.activity-icon.red {
  background: #EF6F66;
}
.activity-icon.purple {
  background: #bda4ec;
}
.activity-icon.green {
  background: #aec785;
}
.activity-icon.yellow {
  background: #fed65a;
}
.activity-icon {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #ffffff;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  margin: 20px auto 20px;
  position: relative;
}
.activity-icon {
  background: #C7CBD6;
}
.activity-desk {
  padding: 15px 30px;
  background: #f2f2f2;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  position: relative;
  text-align: center;
}
.activity-desk h2 {
  color: #1FB5AD;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.activity-desk .terques {
  color: #1FB5AD;
}
.activity-desk .red {
  color: #EF6F66;
}
.activity-desk .purple {
  color: #bda4ec;
}
.activity-desk .green {
  color: #aec785;
}
.activity-desk .yellow {
  color: #fed65a;
}
.activity-desk .blue {
  color: #20aaf1;
}
.photo-gl {
  margin-top: 10px;
  display: inline-block;
}
.photo-gl a {
  margin: 0 10px;
}
.photo-gl a img {
  border: 1px solid #c8c8c8;
  width: 150px;
  height: 120px;
}
.prf-box {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.prf-border-head {
  color: #1FB5AD;
  border-bottom: 1px solid #f1f2f7;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.wk-progress {
  border-bottom: 1px solid #f1f2f7;
  margin-bottom: 20px;
  width: 100%;
  display: inline-block;
}
.pf-status {
  padding-bottom: 25px;
}
.tm-avatar img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.tm-membr {
  padding-bottom: 12px;
  margin-bottom: 10px;
}
.tm-membr .tm {
  padding-top: 10px;
  display: inline-block;
  padding-left: 10px;
}
/*profile contact*/
.prf-contacts h2 {
  color: #1FB5AD;
  font-size: 16px;
  margin-top: 0;
  text-transform: uppercase;
}
.prf-contacts h2 span {
  width: 40px;
  height: 40px;
  line-height: 42px;
  background: #1FB5AD;
  color: #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-right: 15px;
}
.prf-contacts h2 span i {
  font-size: 16px;
}
.prf-contacts .location-info {
  margin-left: 60px;
}
.prf-contacts .location-info p {
  padding-bottom: 30px;
}
.prf-map {
  width: 430px;
  height: 430px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 10px solid #e6e6e6;
  margin-top: 50px;
}
.sttng h2 {
  margin: 20px 0;
}
/*invoice*/
.invoice p {
  color: #aeaeb1;
  margin-bottom: 0;
}
.logo-print {
  float: left;
  margin: -50px 0 0 250px;
}
.invoice-header {
  border: 1px solid #ddd;
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
}
.invoice-title {
  background: #1FB5AD;
  color: #ffffff;
  display: inline-block;
}
.inv-label {
  color: #1FB5AD;
}
.itatic {
  font-style: italic;
}
.inv-label h3 {
  font-weight: 300;
}
ul.amounts li.grand-total {
  background: #1FB5AD;
  color: #ffffff;
  font-weight: bold;
}
.amnt-value,
.table-invoice h4 {
  margin: 0;
  font-weight: 400;
}
.invoice-title h1 {
  font-size: 50px;
  font-weight: lighter;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  padding: 5px;
  letter-spacing: 2px;
}
.invoice-list {
  margin-bottom: 30px;
}
.invoice-info,
.invoice-title {
  padding: 20px;
}
.invoice-info {
  margin-top: 5px;
}
.invoice-list h4 {
  font-weight: 300;
  font-size: 16px;
}
.invoice-to h2 {
  margin: 0;
  font-size: 24px;
  color: #73737b;
  font-weight: 600;
}
.table-invoice {
  margin-top: 30px;
  border-spacing: 5px;
  border-collapse: separate;
}
.table-invoice > thead > tr > th {
  border-bottom: none;
}
.table-invoice > tbody > tr > td {
  border-top: none;
}
.table-invoice thead tr th {
  background: #e8e9f0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  vertical-align: middle;
}
.table-invoice thead tr th:first-child,
.table-invoice tbody tr td:first-child {
  text-align: center;
}
.table-invoice tbody tr td {
  background: #f5f6f9;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  vertical-align: middle;
}
.invoice-block {
  text-align: right;
}
.payment-method p {
  margin-bottom: 0;
}
ul.amounts li {
  background: #f5f6f9;
  margin-bottom: 5px;
  padding: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  font-weight: 300;
  font-size: 16px;
  list-style: none;
}
.invoice-btn {
  margin-top: 30px;
}
.invoice-btn a {
  font-weight: 300;
  margin: 0 5px;
  font-size: 16px;
}
.corporate-id {
  margin-bottom: 30px;
}
#reachCalcultor #amount {
  color: #58BFE4;
  border: 1px solid #cecece;
  border-radius: 2px;
  padding: 0.1em;
  font-weight: 400;
}
#reachCalcultor .ui-slider-handle {
  background: #cecece;
}
#reachCalcultor #slider-range-max {
  background: #ffff;
  border: 1px solid #cecece;
  padding: 0.6em;
  background: #58BFE4;
}
#reachCalcultor .ui-slider-horizontal .ui-slider-handle {
  top: -0.4em;
  margin-left: -0.6em;
  padding: 1em;
}
#reachCalcultor .ui-slider-horizontal .ui-slider-range-max {
  background: #fff;
}
.table {
  margin-bottom: 0;
}
.table tr:first-of-type td {
  border-top: 0;
}
/*advanced table*/
.general-table .progress {
  margin-bottom: 0;
}
.adv-table table tr td {
  padding: 10px;
}
.adv-table table.display thead th {
  border-bottom: 1px solid #DDDDDD;
  padding: 10px;
}
tr.odd.gradeA td.sorting_1,
tr.odd td.sorting_1,
tr.even.gradeA td.sorting_1 {
  background: none;
}
td.details {
  background-color: #eee;
}
td.details table tr td,
.dataTable tr:last-child {
  border: none;
}
.adv-table table.display tr.odd.gradeA {
  background-color: #F9F9F9;
}
.adv-table table.display tr.even.gradeA {
  background-color: #ffffff;
}
.adv-table .dataTables_filter label input {
  float: right;
  margin-left: 10px;
  width: 78%;
}
.adv-table .dataTables_filter label {
  line-height: 33px;
  width: 100%;
}
.adv-table .dataTables_length select {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 5px 8px;
  width: 65px;
}
.adv-table .dataTables_info,
.dataTables_paginate {
  padding: 15px 0;
}
.adv-table .dataTables_length,
.adv-table .dataTables_filter {
  padding: 15px 0;
}
.cke_chrome {
  border: none !important;
}
.editable-table .dataTables_filter {
  width: 80%;
}
tr.odd.gradeX td.sorting_1,
tr.even.gradeX td.sorting_1,
table.display tr.even.gradeX,
table.display tr.gradeX,
tr.even.gradeU td.sorting_1,
tr.even td.sorting_1,
table.display tr.even.gradeC,
table.display tr.gradeC,
tr.odd.gradeC td.sorting_1,
table.display tr.even.gradeU,
table.display tr.gradeU,
tr.odd.gradeU td.sorting_1 {
  background: none !important;
}
.paginate_button {
  border: 1px solid silver;
  border-radius: 3px;
  padding: 5px;
  margin-left: 5px;
}
.paginate_button:hover {
  background: silver;
  color: #f5f5f5;
}
.paginate_active {
  border: 1px solid silver;
  border-radius: 3px;
  padding: 5px;
  margin-left: 5px;
  background: silver;
  color: white;
}
/*pricing table*/
.price-head {
  padding: 10px 0 50px;
}
.price-head h1 {
  font-size: 32px;
  font-weight: normal;
  color: #1FB5AD;
}
.pricing-table {
  background: #F1F2F7;
  text-align: center;
  padding: 0 0 25px 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.pricing-table.most-popular {
  position: relative;
}
.most-popular {
  background: #f1f2f7;
  color: #7d7d7d;
}
.most-popular .pricing-head {
  background: #1FB5AD;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  position: relative;
  height: 170px;
}
.most-popular .pricing-quote,
.most-popular ul li i {
  color: #1FB5AD;
}
.most-popular .price-actions .btn {
  background: #1FB5AD !important;
  cursor: pointer;
}
.pricing-table .price-actions .btn {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #7d7d7d;
  color: #ffffff;
  border: none;
  box-shadow: none;
  text-shadow: none;
  padding: 10px 20px;
  cursor: pointer;
}
.pricing-head {
  background: #7d7d7d;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  position: relative;
  height: 170px;
}
.pricing-head h1 {
  font-size: 24px;
  font-weight: 300;
  padding-top: 30px;
  color: #ffffff;
  text-transform: uppercase;
}
.pricing-quote {
  background: #ffffff;
  padding: 22px 0;
  color: #7d7d7d;
  font-size: 45px;
  font-weight: 100;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: -85px auto;
  z-index: 100;
  position: relative;
}
.pricing-quote:after {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 10px solid rgba(255, 255, 255, 0.5);
  margin: -85px auto;
  z-index: 100;
  position: absolute;
  content: "";
  left: -10px;
  top: 75px;
}
.pricing-table ul {
  margin: 120px 0 50px;
  padding: 0;
}
.pricing-table ul li {
  margin: 0 2em;
  padding: 1em 0;
  text-align: left;
  font-weight: 300;
}
.pricing-table ul li i {
  margin-right: 10px;
}
.pricing-quote span.note {
  display: inline;
  font-size: 18px;
  line-height: 0.8em;
  position: relative;
  top: -18px;
}
.pricing-quote p {
  font-size: 16px;
  color: #d2d2d6;
}
.pricing-quotation,
.team-info {
  background: #EEEEEE;
  padding: 20px 20px 35px 20px;
  margin-bottom: 100px;
  display: inline-block;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.pricing-quotation h3,
.team-info h3 {
  font-weight: 300;
}
.pricing-quotation p,
.team-info p {
  margin-bottom: 0px;
}
.pricing-plan,
.team-info-wrap {
  position: relative;
}
.pricing-quotation:before,
.team-info:before {
  background-color: #EEEEEE;
  border-color: #EEEEEE;
  border-image: none;
  border-right: 1px solid #EEEEEE;
  border-style: none;
  top: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 48%;
  position: absolute;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 15px;
}
/*table*/
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 10px;
}
table td {
  color: #767676;
  font-weight: 300;
}
input,
textarea,
select,
button {
  outline: none !important;
  border: none;
}
#dashSummaryTable td i:nth-child(n+2) {
  margin-top: 0.3em;
}
.io-lists ul {
  list-style-type: none;
  font-size: 13px;
}
/*timeline*/
.timeline {
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  position: relative;
  width: 100%;
}
.timeline .time-show {
  margin-right: -75px;
  margin-top: 30px;
  position: relative;
  margin-bottom: 30px;
}
.time-show .btn {
  width: 150px;
}
.timeline .time-show a {
  color: #ffffff;
}
.timeline:before {
  background-color: #d8d9df;
  bottom: 0px;
  content: "";
  left: 50%;
  position: absolute;
  top: 30px;
  width: 1px;
  z-index: 0;
}
h3.timeline-title {
  margin: 0;
  color: #C8CCD7;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.t-info {
  color: #C8CCD7;
}
.timeline-item:before,
.timeline-item.alt:after {
  content: "";
  display: block;
  width: 50%;
}
.timeline-item {
  display: table-row;
}
.timeline-desk {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}
.timeline-desk h1 {
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 5px;
}
.timeline-desk .panel {
  display: block;
  margin-left: 45px;
  position: relative;
  text-align: left;
  background: #ffffff;
}
.timeline-item .timeline-desk .arrow {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  display: block;
  height: 0;
  left: -8px;
  position: absolute;
  top: 13px;
  width: 0;
}
.timeline-item .timeline-desk .arrow {
  border-right: 8px solid #c7cbd6;
}
.timeline-item.alt .timeline-desk .arrow-alt {
  border-left: 8px solid #c7cbd6;
}
.timeline-item .timeline-desk .silver_arrow {
  border-right: 8px solid #EBEBEB !important;
}
.timeline-item .timeline-desk .silver_arrow-alt {
  border-left: 8px solid #EBEBEB !important;
}
.timeline-item .timeline-desk .white_arrow {
  border-right: 8px solid #ffffff !important;
}
.timeline-item .timeline-desk .white_arrow-alt {
  border-left: 8px solid #ffffff !important;
}
.timeline-item .timeline-desk .grey_arrow {
  border-right: 8px solid #999999 !important;
}
.timeline-item .timeline-desk .grey_arrow-alt {
  border-left: 8px solid #999999 !important;
}
.timeline-item.alt .timeline-desk .arrow-alt {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  display: block;
  height: 0;
  right: -8px;
  position: absolute;
  top: 13px;
  width: 0;
  left: auto;
}
.timeline .timeline-icon {
  left: -60px;
  position: absolute;
  top: 5px;
}
.timeline .timeline-icon {
  background: #C7CBD6;
  /*box-shadow:0 0 0 3px #C7CBD6;*/
}
.timeline-desk span a {
  text-transform: uppercase;
}
.timeline-desk h1.red,
.timeline-desk span a.red {
  color: #FA8564;
}
.timeline-desk h1.green,
.timeline-desk span a.green {
  color: #1FB5AD;
}
.timeline-desk h1.blue,
.timeline-desk span a.blue {
  color: #58BFE4;
}
.timeline-desk h1.purple,
.timeline-desk span a.purple {
  color: #9466B5;
}
.timeline-desk h1.light-green,
.timeline-desk span a.light-green {
  color: #95b75d;
}
.timeline-desk h1.yellow,
.timeline-desk span a.yellow {
  color: #F3C022;
}
.timeline-desk h1.insta,
.timeline-desk span a.insta {
  color: #49769c;
}
.timeline-desk h1.fb,
.timeline-desk span a.fb {
  color: #3c5a96;
}
.timeline-desk h1.white,
.timeline-desk span a.white {
  color: white;
}
.timeline .timeline-icon.red {
  background: #FA8564;
}
.timeline .timeline-icon.green {
  background: #1FB5AD;
}
.timeline .timeline-icon.blue {
  background: #58BFE4;
}
.timeline .timeline-icon.purple {
  background: #9466B5;
}
.timeline .timeline-icon.light-green {
  background: #95b75d;
}
.timeline .timeline-icon.yellow {
  background: #F3C022;
}
.timeline .timeline-icon.insta {
  background: #49769c;
}
.timeline .timeline-icon.fb {
  background: #3c5a96;
}
.timeline .timeline-icon {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  display: block;
  height: 30px;
  width: 30px;
  text-align: center;
  color: #ffffff;
}
.timeline .timeline-icon i {
  margin-top: 7px;
}
.timeline-item.alt .timeline-icon {
  left: auto;
  right: -60px;
}
.timeline .time-icon:before {
  font-size: 16px;
  margin-top: 5px;
}
.timeline .timeline-date {
  left: -245px;
  position: absolute;
  text-align: right;
  top: 12px;
  width: 150px;
  display: none;
}
.timeline-item.alt .timeline-date {
  left: auto;
  right: -245px;
  text-align: left;
  display: none;
}
.timeline-desk h5 span {
  color: #999999;
  display: block;
  font-size: 12px;
  margin-bottom: 4px;
}
.timeline-item.alt:before {
  display: none;
}
.timeline-item:before,
.timeline-item.alt:after {
  content: "";
  display: block;
  width: 50%;
}
.timeline-desk p {
  font-size: 14px;
  margin-bottom: 0;
  color: #999;
}
.timeline-desk .panel {
  margin-bottom: 5px;
}
.timeline-desk:last-of-type .panel {
  margin-bottom: 20px;
}
.timeline-desk .album {
  margin-top: 20px;
}
.timeline-item.alt .timeline-desk .album {
  margin-top: 20px;
  float: right;
}
.timeline-desk .album a {
  margin-right: 5px;
  float: left;
}
.timeline-item.alt .timeline-desk .album a {
  margin-left: 5px;
  float: right;
}
.timeline-desk .notification {
  background: none repeat scroll 0 0 #ffffff;
  margin-top: 20px;
  padding: 8px;
}
.timeline-item.alt .panel {
  margin-left: 0;
  margin-right: 45px;
}
.mbot30 {
  margin-bottom: 30px;
}
.timeline-item.alt h1,
.timeline-item.alt p {
  text-align: right;
}
/*Timeline chat*/
.chat-form {
  margin-top: 25px;
  clear: both;
}
.chat-form .input-cont {
  margin-bottom: 10px;
}
.chat-form .input-cont input {
  margin-bottom: 0px;
}
.chat-form .input-cont input {
  border: 1px solid #d3d3d3 !important;
  margin-top: 0;
  min-height: 45px;
}
.chat-form .input-cont input {
  background-color: #ffffff !important;
}
.chat-features a {
  margin-left: 10px;
}
.chat-features a i {
  color: #d0d0d0;
}
.timeline-messages h3 {
  margin-bottom: 30px;
  color: #1FB5AD;
  font-size: 16px;
  text-transform: uppercase;
  background: #ffffff;
  padding: 20px;
  margin-top: -3px;
  position: relative;
}
.timeline-messages:before {
  background: rgba(0, 0, 0, 0.05);
  bottom: 0;
  top: 0;
  width: 2px;
}
.timeline-messages:before,
.msg-time-chat:before,
.msg-time-chat .text:before {
  content: "";
  left: 20px;
  position: absolute;
  top: -2px;
}
.timeline-messages,
.msg-time-chat,
.timeline-messages .msg-in,
.timeline-messages .msg-out {
  position: relative;
}
.timeline-messages .msg-in .arrow {
  border-right: 8px solid #949496 !important;
}
.timeline-messages .msg-in .arrow {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  display: block;
  height: 0;
  left: -8px;
  position: absolute;
  top: 25px;
  width: 0;
}
.timeline-messages .msg-out .arrow {
  border-right: 8px solid #41cac0 !important;
}
.timeline-messages .msg-out .arrow {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  display: block;
  height: 0;
  left: -8px;
  position: absolute;
  top: 25px;
  width: 0;
}
.msg-time-chat:first-child:before {
  margin-top: 27px;
}
.msg-time-chat:before {
  background: #CCCCCC;
  border: 2px solid #FAFAFA;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  height: 16px;
  margin: 35px 0 0 -7px;
  width: 16px;
}
.msg-time-chat:hover:before {
  background: #41cac0;
}
.msg-time-chat:first-child {
  padding-top: 0;
}
.message-img {
  float: left;
  margin-right: 30px;
  overflow: hidden;
}
.message-img img {
  display: block;
  height: 44px;
  width: 44px;
}
.message-body {
  margin-left: 50px;
  display: inline-block;
}
.msg-time-chat .msg-in .text {
  /*border:1px solid #e3e6ed;*/
  /*padding:10px;*/
  border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-top: 14px;
}
.msg-time-chat .msg-in .text .first {
  background: #949496;
  padding: 10px;
  color: #ffffff;
  float: left;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-right: 5px;
  width: 130px;
  text-align: right;
}
.msg-time-chat .msg-in .text .second {
  background: #8fd6d6;
  padding: 10px;
  color: #ffffff;
  float: left;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.msg-time-chat .msg-out .text {
  border: 1px solid #e3e6ed;
  padding: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.msg-time-chat p {
  margin: 0;
}
.msg-time-chat .attribution {
  font-size: 11px;
  margin: 0px 0 5px;
}
.msg-time-chat {
  overflow: hidden;
  padding: 8px 0;
}
.msg-in a,
.msg-in a:hover {
  color: #b64c4c;
  text-decoration: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-right: 10px;
  font-weight: 400;
  font-size: 13px;
}
.msg-out a,
.msg-out a:hover {
  color: #288f98;
  text-decoration: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-right: 10px;
  font-weight: 400;
  font-size: 13px;
}
/*=Chat=*/
.conversation-list {
  list-style: none;
  padding-left: 0;
}
.conversation-list li {
  margin-bottom: 24px;
}
.conversation-list .chat-avatar {
  width: 80px;
  display: inline-block;
  text-align: center;
  float: left;
}
.conversation-list .chat-avatar i {
  font-size: 12px;
  font-style: normal;
}
.conversation-list .ctext-wrap i {
  display: block;
  font-style: normal;
  font-weight: bold;
  position: relative;
  font-size: 12px;
  color: #8f8f8f;
}
.conversation-list .conversation-text {
  display: inline-block;
  font-size: 12px;
  float: left;
  margin-left: 12px;
  width: 70%;
}
.conversation-list .ctext-wrap {
  padding: 10px;
  background: #f5f5f5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  display: inline-block;
}
.conversation-list .ctext-wrap p {
  color: #a9a9a9;
  margin: 0px;
  padding-top: 3px;
}
.conversation-list div.time_display {
  background: none repeat scroll 0 0 #e8e8e8;
  border-radius: 0 0 3px 3px;
  bottom: -10px;
  font-size: 8px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 5px;
  position: relative;
}
.conversation-list .ctext-wrap:after {
  right: 100%;
  top: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(213, 242, 239, 0);
  border-right-color: #f5f5f5;
  border-width: 5px;
  margin-top: -5px;
}
.conversation-list .odd .chat-avatar {
  float: right !important;
}
.conversation-list .odd .conversation-text {
  width: 70% !important;
  margin-right: 12px;
  text-align: right;
  float: right !important;
}
.chat-send {
  padding-left: 0px;
}
.chat-send button {
  width: 100%;
}
.profile_locked {
  background: #696969;
}
.spacer {
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .spacer {
    height: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .spacer {
    height: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .spacer {
    height: 20px;
  }
}
@media (min-width: 1200px) {
  .spacer {
    height: 20px;
  }
}
.margin-top-negitive5 {
  margin-top: 0px;
}
.margin-0 {
  margin: 0 !important;
}
.margin-0-5em {
  margin: 0.5em !important;
}
.margin-1em {
  margin: 1em !important;
}
.margin-1-5em {
  margin: 1.5em !important;
}
.margin-2em {
  margin: 2em !important;
}
.margin-2-5em {
  margin: 2.5em !important;
}
.margin-3em {
  margin: 3em !important;
}
.margin-3-5em {
  margin: 3.5em !important;
}
.margin-4em {
  margin: 4em !important;
}
.margin-4-5em {
  margin: 4.5em !important;
}
.margin-5em {
  margin: 5em !important;
}
.margin-top-0 {
  margin-top: 0 !important;
}
.margin-top-0-5em {
  margin-top: 0.5em !important;
}
.margin-top-1em {
  margin-top: 1em !important;
}
.margin-top-1-5em {
  margin-top: 1.5em !important;
}
.margin-top-2em {
  margin-top: 2em !important;
}
.margin-top-2-5em {
  margin-top: 2.5em !important;
}
.margin-top-3em {
  margin-top: 3em !important;
}
.margin-top-3-5em {
  margin-top: 3.5em !important;
}
.margin-top-4em {
  margin-top: 4em !important;
}
.margin-top-4-5em {
  margin-top: 4.5em !important;
}
.margin-top-5em {
  margin-top: 5em !important;
}
.margin-top-6em {
  margin-top: 6em !important;
}
.margin-right-0 {
  margin-right: 0 !important;
}
.margin-right-0-5em {
  margin-right: 0.5em !important;
}
.margin-right-1em {
  margin-right: 1em !important;
}
.margin-right-1-5em {
  margin-right: 1.5em !important;
}
.margin-right-2em {
  margin-right: 2em !important;
}
.margin-right-2-5em {
  margin-right: 2.5em !important;
}
.margin-right-3em {
  margin-right: 3em !important;
}
.margin-right-3-5em {
  margin-right: 3.5em !important;
}
.margin-right-4em {
  margin-right: 4em !important;
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.margin-bottom-0-5em {
  margin-bottom: 0.5em !important;
}
.margin-bottom-0-8em {
  margin-bottom: 0.8em !important;
}
.margin-bottom-1em {
  margin-bottom: 1em !important;
}
.margin-bottom-1-5em {
  margin-bottom: 1.5em !important;
}
.margin-bottom-2em {
  margin-bottom: 2em !important;
}
.margin-bottom-2-5em {
  margin-bottom: 2.5em !important;
}
.margin-bottom-3em {
  margin-bottom: 3em !important;
}
.margin-bottom-3-5em {
  margin-bottom: 3.5em !important;
}
.margin-bottom-4em {
  margin-bottom: 4em !important;
}
.margin-left-0 {
  margin-left: 0 !important;
}
.margin-left-0-5em {
  margin-left: 0.5em !important;
}
.margin-left-1em {
  margin-left: 1em !important;
}
.margin-left-1-5em {
  margin-left: 1.5em !important;
}
.margin-left-2em {
  margin-left: 2em !important;
}
.margin-left-2-5em {
  margin-left: 2.5em !important;
}
.margin-left-3em {
  margin-left: 3em !important;
}
.margin-left-3-5em {
  margin-left: 3.5em !important;
}
.margin-left-4em {
  margin-left: 4em !important;
}
.padding-0 {
  padding: 0 !important;
}
.padding-0-5em {
  padding: 0.5em !important;
}
.padding-0-8em {
  padding: 0.8em !important;
}
.padding-1em {
  padding: 1em !important;
}
.padding-1-5em {
  padding: 1.5em !important;
}
.padding-2em {
  padding: 2em !important;
}
.padding-2-5em {
  padding: 2.5em !important;
}
.padding-3em {
  padding: 3em !important;
}
.padding-3-5em {
  padding: 3.5em !important;
}
.padding-4em {
  padding: 4em !important;
}
.padding-top-0 {
  padding-top: 0 !important;
}
.padding-top-0-5em {
  padding-top: 0.5em !important;
}
.padding-top-1em {
  padding-top: 1em !important;
}
.padding-top-1-5em {
  padding-top: 1.5em !important;
}
.padding-top-2em {
  padding-top: 2em !important;
}
.padding-top-2-5em {
  padding-top: 2.5em !important;
}
.padding-top-3em {
  padding-top: 3em !important;
}
.padding-top-3-5em {
  padding-top: 3.5em !important;
}
.padding-top-4em {
  padding-top: 4em !important;
}
.padding-top-7em {
  padding-top: 7em !important;
}
.padding-right-0 {
  padding-right: 0 !important;
}
.padding-right-0-5em {
  padding-right: 0.5em !important;
}
.padding-right-0-8em {
  padding-right: 0.8em !important;
}
.padding-right-1em {
  padding-right: 1em !important;
}
.padding-right-1-5em {
  padding-right: 1.5em !important;
}
.padding-right-2em {
  padding-right: 2em !important;
}
.padding-right-2-5em {
  padding-right: 2.5em !important;
}
.padding-right-3em {
  padding-right: 3em !important;
}
.padding-right-3-5em {
  padding-right: 3.5em !important;
}
.padding-right-4em {
  padding-right: 4em !important;
}
.padding-bottom-0 {
  padding-bottom: 0 !important;
}
.padding-bottom-0-5em {
  padding-bottom: 0.5em !important;
}
.padding-bottom-1em {
  padding-bottom: 1em !important;
}
.padding-bottom-1-5em {
  padding-bottom: 1.5em !important;
}
.padding-bottom-2em {
  padding-bottom: 2em !important;
}
.padding-bottom-2-5em {
  padding-bottom: 2.5em !important;
}
.padding-bottom-3em {
  padding-bottom: 3em !important;
}
.padding-bottom-3-5em {
  padding-bottom: 3.5em !important;
}
.padding-bottom-4em {
  padding-bottom: 4em !important;
}
.padding-left-0 {
  padding-left: 0 !important;
}
.padding-left-0-5em {
  padding-left: 0.5em !important;
}
.padding-left-0-8em {
  padding-left: 0.8em !important;
}
.padding-left-1em {
  padding-left: 1em !important;
}
.padding-left-1-5em {
  padding-left: 1.5em !important;
}
.padding-left-2em {
  padding-left: 2em !important;
}
.padding-left-2-5em {
  padding-left: 2.5em !important;
}
.padding-left-3em {
  padding-left: 3em !important;
}
.padding-left-3-5em {
  padding-left: 3.5em !important;
}
.padding-left-4em {
  padding-left: 4em !important;
}
/*widget*/
.user-heading.alt {
  display: inline-block;
  width: 100%;
  text-align: left;
}
.alt.gray-bg {
  background: #474751;
}
.profile-nav.alt.green-border ul > li > a:hover i {
  color: #1FB5AD;
}
.user-heading.alt a {
  float: left;
  margin-right: 15px;
  margin-left: -10px;
  display: inline-block;
  border: 5px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.user-heading.alt a img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.twt-feed {
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  color: #ffffff;
  padding: 40px 10px 10px;
  position: relative;
  min-height: 170px;
}
.corner-ribon {
  text-align: center;
  width: 71px;
  height: 71px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
}
.corner-ribon i {
  padding: 10px 0 0 35px;
  color: #ffffff;
}
.twt-feed.blue-bg {
  background: #58C9F3;
}
.twt-feed h1 {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 5px;
}
.twt-feed a {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  float: left;
  margin: 0 10px;
}
.twt-feed a img {
  height: 85px;
  width: 85px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.twt-category {
  display: inline-block;
  margin-bottom: 11px;
  margin-top: 10px;
  width: 100%;
}
.twt-feed .wtt-mark {
  color: rgba(255, 255, 255, 0.15);
  font-size: 160px;
  position: absolute;
  top: 10px;
  left: 40%;
}
.twt-category ul li {
  color: #bdbdbd;
  font-size: 13px;
}
.twt-category h5 {
  font-size: 18px;
  font-weight: 400 !important;
}
.twt-write .t-text-area {
  background: #f4f4f6;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  border: none;
  height: 40px;
  color: #c9c9c9;
  margin-bottom: 20px;
  padding-top: 10px;
}
.twt-footer {
  padding: 12px 15px;
}
.twt-footer,
.twt-footer a {
  color: #d2d2d2;
}
.twt-footer i {
  padding-right: 10px;
}
.btn-space {
  padding-left: 11.6%;
  padding-right: 11%;
}
.p-head {
  color: #f77b6f;
  font-weight: 400;
  font-size: 14px;
}
.cmt-head {
  font-weight: 400;
  font-size: 13px;
}
.p-thumb img {
  width: 50px;
  height: 50px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.tasi-tab .media-body p {
  /*color:#b8bac6;*/
}
.feed-box {
  position: relative;
}
.feed-box img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 85px;
  height: 85px;
}
.feed-box h1 {
  font-size: 20px;
  color: #8b8b8b;
  font-weight: 400;
}
.feed-box a {
  color: #3ac7f9;
}
.profile-nav .user-heading.clock-row {
  padding: 20px;
}
.clock-row {
  text-transform: uppercase;
  min-height: 170px;
}
ul.clock-category {
  padding: 15px 0;
}
ul.clock-category li {
  display: inline-block;
  width: 24%;
  text-align: center;
  border: none;
}
ul.clock-category li a span {
  display: block;
  line-height: normal;
}
ul.clock-category li a i {
  font-size: 30px;
  padding-right: 0;
}
ul.clock-category li a:hover,
ul.clock-category li a.active {
  color: #1FB5AD !important;
  background: none !important;
}
ul.clock-category li a:hover i,
ul.clock-category li a.active i {
  color: #1FB5AD !important;
}
.clock-row h1 {
  font-size: 22px !important;
  font-weight: 400 !important;
  margin: 0 0 5px 0!important;
  letter-spacing: 1px;
}
.clock-row p {
  font-size: 18px;
  font-weight: 300;
  color: #ffffff !important;
  margin: 0;
}
.wdgt-row {
  text-align: center !important;
}
.wdgt-row i {
  font-size: 50px;
}
.wdgt-value h1 {
  color: #c7cbd6;
  font-size: 30px;
  font-weight: 400;
  margin: 0;
}
.wdgt-value p {
  color: #c7cbd6;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
}
.weather-box {
  float: left;
  width: 100%;
}
.weather-box .symbol {
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  padding: 61px 15px;
  width: 50%;
  float: left;
  text-align: center;
}
.weather-box .symbol i {
  font-size: 70px;
  text-shadow: -5px 6px 5px rgba(0, 0, 0, 0.3);
}
.weather-box .value {
  float: right;
  width: 50%;
  text-align: center;
  padding: 33px 0;
  font-size: 14px;
  color: #bdbdbd;
}
.weather-box .value i {
  font-size: 20px;
}
.wdgt-row,
.prd-img {
  position: relative;
}
.wdgt-row img {
  width: 100%;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
}
.wdt-head {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
  color: #ffffff;
  position: absolute;
  left: 20px;
  bottom: 15px;
}
.country-select {
  position: absolute;
  top: 10px;
  right: 10px;
}
.weather-full-info {
  color: #cbcbcb;
}
.weather-full-info h1 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.weather-full-info h2 {
  font-size: 14px;
  font-weight: 300;
  margin: 0 0 5px 0;
}
.weather-full-info .today-status i {
  font-size: 40px;
  color: #1FB5AD;
}
.weather-full-info .degree {
  font-size: 30px;
  font-weight: 600;
  display: inline-block;
  padding-left: 20px;
}
.weather-full-info .degree:after {
  content: "o";
  position: relative;
  top: -12px;
  font-size: 16px;
}
.weather-full-info ul {
  margin-bottom: 0;
}
.weather-full-info ul li {
  display: inline-block;
  width: 16%;
  text-align: center;
  border-left: 1px solid #f1f2f7;
}
.weather-full-info ul li i {
  font-size: 25px;
}
.weather-full-info .statistics {
  padding-top: 5px;
}
.weather-full-info .statistics:after {
  content: "o";
  position: relative;
  top: -5px;
  font-size: 10px;
}
.prd-row {
  position: relative;
}
.btn-add-cart {
  bottom: 9px;
  padding: 12px;
  position: absolute;
  right: 15px;
}
.prd-row img {
  width: 100%;
}
.prd-row .action {
  width: 100px;
  height: 45px;
  position: absolute;
  bottom: 10px;
  right: -35px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.prd-row .action .part1 {
  width: 50%;
  float: left;
  text-align: center;
  line-height: 45px;
  color: #ffffff;
  font-size: 18px;
}
.yellow-bg-prd {
  background: #ffdd00;
  border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
}
.prd-row h1 {
  font-size: 24px;
  font-weight: 400;
  color: #5f6165;
  margin: 5px 0;
}
.prd-row p {
  margin: 0;
  color: #bfc2c4;
}
.prd-row p.normal {
  color: #bfc2c4;
}
.prd-row p.terques {
  color: #1FB5AD;
}
.prd-row .price {
  margin-top: 20px;
  margin-bottom: 20px;
}
.prd-row .price .amnt {
  color: #1FB5AD;
  font-size: 25px;
  font-weight: 600;
}
.prd-row .price .amnt:after {
  content: ".00";
  position: relative;
  top: -10px;
  font-size: 12px;
}
.clock-place {
  margin: -76px auto 0;
}
.btn-gap button {
  margin-right: 10px;
}
/*custom select*/
span.customSelect {
  font-size: 12px;
  background-color: #ffffff;
  padding: 6px 10px;
  border: 1px solid #EAEAEA;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  color: #A4AABA;
  text-align: left;
}
span.customSelect.changed {
  background-color: #ffffff;
}
/*step wizrds*/
.step_wizard {
  background: #D0D0D0;
  color: gray;
  border-radius: 70px;
  display: block;
  font-size: 15px;
  height: 105px;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  width: 105px;
  text-decoration: none;
}
.step_wizard:hover {
  background: #D0D0D0;
  color: gray;
  text-decoration: none;
}
.step_wizard_done {
  background: #a9d86e;
  color: #ffffff;
  text-decoration: none;
}
.step_wizard_done:hover {
  background: #91cd46;
  color: #c1e396;
  text-decoration: none;
}
.step_wizard_current {
  background: #41cac0;
  color: #e1f6f5;
  text-decoration: none;
}
.step_wizard_current:hover {
  background: #2fa9a0;
  color: white;
  text-decoration: none;
}
.candidate_item {
  border-bottom: 1px solid black;
}
.welltitle {
  float: right;
  margin-right: -19px;
  margin-top: -19px;
}
.empty_short_list {
  min-height: 77px;
  background: url("../../img/_admin/empty_short_list_en.png") 50% 10px no-repeat;
}
ul.userlist {
  margin: 0;
  padding: 0;
}
ul.userlist li {
  padding: 0;
  margin: 0;
  margin-bottom: 7px;
  list-style: none;
}
/* Admin classes */
/* BS reset ===============================================================================
/*anchor*/
th a {
  color: #32323A;
}
a.anchor_offset {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}
th a:hover {
  color: #222227;
}
a {
  outline: 0 !important;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
html {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}
ul.sidebar-menu li {
  /*list-style:none;*/
  margin-left: 0px;
}
::selection {
  background: #1FB5AD;
  color: #ffffff;
}
::-moz-selection {
  background: #1FB5AD;
  color: #ffffff;
}
/*form*/
.position-center {
  width: 62%;
  margin: 0 auto;
}
.prog-row {
  border-bottom: 1px solid #3C3C44;
  display: inline-block;
  padding: 20px 0;
  width: 100%;
}
.prog-row .progress {
  margin-bottom: 0;
}
.prog-row h4 {
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
}
.user-details h4 {
  text-transform: none;
  font-size: 14px;
  font-weight: 300;
}
.prog-row p {
  font-size: 10px;
  color: #8f8f9b;
  margin-bottom: 0;
}
.user-thumb,
.user-details,
.user-status,
.rsn-details {
  float: left;
}
.user-thumb {
  width: 30px;
  margin: 0 10px 0 20px;
}
.user-thumb img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 30px;
  height: 30px;
}
.user-details {
  width: 150px;
}
.rsn-details {
  width: 170px;
}
.rsn-details a,
.rsn-details a:hover {
  color: #a48ad4;
  font-size: 11px;
}
.user-details a {
  color: #ffffff;
}
.user-status {
  width: 25px;
  margin-top: 5px;
}
.view-btn,
.view-btn:hover {
  color: #6c6c72;
  margin: 10px 0;
  display: inline-block;
}
.view-btn:hover {
  text-decoration: underline;
}
.rsn-activity i {
  font-size: 30px;
}
/*general page*/
.progress-xs {
  height: 10px;
}
.progress-sm {
  height: 12px;
}
.panel-heading .nav {
  border: medium none;
  font-size: 13px;
  margin: -15px -15px -15px;
}
/*gritter*/
.gritter-close {
  left: auto !important;
  right: 3px !important;
}
/*slider*/
.slider-table tr td {
  padding: 30px 0 !important;
  border: none !important;
}
/*ck editor*/
.cke_top,
.cke_bottom {
  background: #F5F5F5 !important;
  background: -moz-linear-gradient(center top, #F5F5F5, #F5F5F5) repeat scroll 0 0 #F5F5F5 !important;
  background: -webkit-linear-gradient(center top, #F5F5F5, #F5F5F5) repeat scroll 0 0 #F5F5F5 !important;
  background: -o-linear-gradient(center top, #F5F5F5, #F5F5F5) repeat scroll 0 0 #F5F5F5 !important;
  box-shadow: none;
  padding: 6px 8px 2px;
}
.cke_top {
  border-bottom: 1px solid #cccccc !important;
}
.cke_chrome {
  display: block;
  padding: 0;
}
/*boxed page */
.boxed-page {
  background-color: #000 !important;
}
.box-head {
  background: none;
}
.boxed-page .container {
  background: #32323A;
  padding-left: 0;
  padding-right: 0;
}
.boxed-page > .container {
  overflow: hidden;
}
.boxed-page .container #sidebar {
  position: inherit;
}
.boxed-page .container .header .container {
  background: #ffffff;
}
.boxed-page .container aside {
  float: left;
}
.boxed-page .container .wrapper {
  background: #F1F2F7;
  min-height: 900px;
}
.boxed-page .brand {
  margin-left: 0;
}
/*collapsible*/
.tools a {
  margin-left: 10px;
  color: #a7a7a7;
  font-size: 12px;
}
/* star rating */
.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 30px;
}
.rating span.star,
.rating span.star {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.rating span.star:hover,
.rating span.star:hover {
  cursor: pointer;
}
.rating span.star:before,
.rating span.star:before {
  content: "\f006";
  padding-right: 5px;
  color: #BEC3C7;
}
.rating span.star:hover:before,
.rating span.star:hover:before,
.rating span.star:hover ~ span.star:before,
.rating span.star:hover ~ span.star:before {
  content: "\f005";
  color: #41CAC0;
}
/*dragable portlet*/
.sortable .panel .panel-heading {
  cursor: move;
}
.morris-hover {
  position: absolute;
  z-index: 1000;
}
.morris-hover.morris-default-style {
  border-radius: 10px;
  padding: 6px;
  color: #666;
  background: rgba(255, 255, 255, 0.8);
  border: solid 2px rgba(230, 230, 230, 0.8);
  font-family: sans-serif;
  font-size: 12px;
  text-align: center;
}
.morris-hover.morris-default-style .morris-hover-row-label {
  font-weight: bold;
  margin: 0.25em 0;
}
.morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  margin: 0.1em 0;
}
.dial_circles {
  text-align: center;
  width: 150px;
  height: 120px;
  background: #eeeeee;
  font-size: 20px;
  padding-top: 30px;
  color: darkgray;
  display: block;
}
.dial_circles div {
  font-size: 50px;
  line-height: 60px;
  color: #000000;
}
/*progress*/
.progress {
  box-shadow: none;
  background: #f0f2f7;
}
.has-success .form-control:focus,
.has-error .form-control:focus,
.has-warning .form-control:focus {
  box-shadow: none;
}
.progress {
  border-radius: 50px;
  -webkit-border-radius: 50px;
}
.progress-bar {
  box-shadow: none;
}
/*well*/
.well {
  box-shadow: none;
}
/**/
.handle {
  cursor: move;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.handle:active {
  cursor: move;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.bullet_well {
  padding: 10px !important;
  margin-bottom: 5px !important;
}
#wf_scope {
  width: 775px;
  height: 350px;
  background: url("../../img/_admin/wf_scope.png") 0 0 no-repeat;
  background-size: 100%;
  position: relative;
  margin: 0 auto;
  text-align: left;
  font-size: 14px;
}
#blog_box {
  position: relative;
  left: 201px;
  top: 0;
  width: 230px;
  color: #f3c022;
}
#tw_box {
  position: relative;
  left: 278px;
  top: 21px;
  width: 230px;
  color: #53bee6;
}
#insta_box {
  position: relative;
  left: 357px;
  top: 37px;
  width: 230px;
  color: #49769c;
}
#yt_box {
  position: relative;
  left: 431px;
  top: 57px;
  width: 230px;
  color: #fa8564;
}
#fb_box {
  position: relative;
  left: 510px;
  top: 76px;
  width: 230px;
  color: #3c5a96;
}
/* Public pages /audiences */
#spike {
  height: 52px;
  position: relative;
  top: -50px;
  background: url("../../img/_admin/spike.png") 46% 0 no-repeat;
  width: 100%;
}
.audiences-block {
  display: inline-block;
  width: 100%;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 20px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #ddd;
}
.numberCircle {
  border-radius: 50%;
  behavior: url(PIE.htc);
  /* remove if you don't care about IE8 */
  width: 32px;
  height: 32px;
  padding: 6px;
  background: #1FB5AD;
  color: #ffffff;
  text-align: center;
}
.numberCircleblue {
  border-radius: 50%;
  behavior: url(PIE.htc);
  /* remove if you don't care about IE8 */
  width: 32px;
  height: 32px;
  padding: 4px;
  background: #4EB0D3;
  color: #ffffff;
  text-align: center;
}
/* Public pages// case studies jquery transitions*/
#testa1 {
  font-size: 10px;
}
#testa2 {
  font-size: 10px;
}
#testa3 {
  opacity: 0;
}
#testa4 {
  opacity: 0;
}
#testa5 {
  opacity: 0;
}
/* Apply user details */
#appForm .dropdown-menu {
  background: #fff;
}
/* Influencer search */
#influencerSearchProfile {
  color: #32323A;
}
.bg-dark-grey .chosen-results {
  color: #333;
}
/* line height */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.2;
}
/* IO section */
#io-section {
  box-sizing: border-box;
}
#io-section .sidebar {
  background: #5dbfb8;
  border-right: 10px solid white;
}
#io-section .io-left {
  padding-left: 10px;
}
#io-section table {
  max-width: 100%;
}
#io-section .io_profile_header {
  background: #d6d9e1;
  color: #444!important;
}
#io-section .io_big_profile {
  max-width: 100%;
  border: 5px solid #5dbfb8;
}
#io-section .highcharts-container {
  max-width: 100%;
}
.alert.inner-flash:nth-child(1) {
  display: none;
}
.center-block {
  display: block !important;
}
/* New public pages */
#newPublic .dropdown-menu {
  margin-top: 0.5em;
  background-color: #000;
  border: none;
  padding: 0;
}
#newPublic .dropdown-menu a {
  color: #58BFE4;
  padding: 5px 10px;
  border: 2px solid #000;
}
#newPublic .dropdown-menu a:hover,
#newPublic .dropdown-menu a:active {
  background-image: none;
  background-color: transparent;
  color: #58BFE4 !important;
  border: 2px solid #58BFE4;
}
#newPublic .influencer-home {
  position: relative;
  height: 430px;
  background: rgba(0, 0, 0, 0.25);
}
#newPublic .marketer-home {
  height: 440px;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/img/_public/marketers/header.png') bottom left / cover no-repeat;
}
#newPublic .marketer-hero-image {
  position: absolute;
  top: -3px;
  right: -220px;
  max-width: 690px;
}
#newPublic .marketer-pricing-image {
  position: absolute;
  top: 45px;
  right: -220px;
  max-width: 690px;
}
#newPublic .video-content-wrapper {
  position: relative;
  max-height: 500px;
}
#newPublic .video-background {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
#newPublic video {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: -250px;
  height: auto;
  width: 100%;
}
#newPublic .showcase-text {
  margin: 6% 0;
}
@media only screen and (min-width: 1900px) {
  #newPublic #mobileMarketerHeader {
    width: 40% !important;
    float: none;
    margin: 0 auto !important;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1899px) {
  #newPublic #mobileMarketerHeader {
    width: 60% !important;
    float: none;
    margin: 0 auto !important;
  }
}
@media only screen and (max-width: 1440px) {
  #newPublic .showcase-text {
    margin: 10.4% 0;
  }
}
@media only screen and (max-width: 1200px) {
  #newPublic .showcase-text {
    margin: 7% 0;
  }
}
@media only screen and (max-width: 1000px) {
  #newPublic .showcase-text {
    margin: 0 0;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 2200px) {
  #newPublic video {
    width: 100%;
    top: -200px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  #newPublic video {
    width: 1450px;
    top: -75px;
    left: -50px;
  }
}
@media only screen and (max-width: 999px) {
  #newPublic .marketer-home {
    height: auto !important;
  }
  #newPublic .mobile-text-center {
    text-align: center !important;
  }
  #newPublic video {
    width: 1000px;
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 667px) {
  #newPublic .mobile-margin-top-1em {
    margin: 1em 0 0 !important;
  }
  #newPublic .mobile-margin-top-0 {
    margin: 0 !important;
  }
  #newPublic .mobile-max-width {
    max-width: 80% !important;
  }
  #newPublic .mobile-marketer {
    display: block;
    width: 100% !important;
    margin-bottom: 0.5em;
  }
  #newPublic video {
    left: -300px;
  }
}
/* Styles for billing updates */
.checkbox input[type="checkbox"] {
  margin-left: 0 !important;
}
/*New home page*/
.quote,
.media_kit,
.manage_tech,
.collaborate,
.insights,
.pitch {
  background: url('../../img/_public/influencers/product_sprite.png') no-repeat;
}
.quote {
  background-position: 0 -780px;
  width: 446px;
  height: 508px !important;
}
.media_kit {
  background-position: -536px -317px;
  width: 507px;
  height: 431px !important;
}
.manage_tech {
  background-position: -536px 0;
  width: 691px;
  height: 316px !important;
}
.collaborate {
  background-position: 0 -420px;
  width: 538px;
  height: 368px !important;
}
.insights {
  background-position: -537px -715px;
  width: 556px;
  height: 417px !important;
}
.pitch {
  background-position: -1px 0;
  width: 534px;
  height: 392px !important;
}
.jo_middleton_round,
.anna_marikar_round,
.joecrann_round,
.payments_icon,
.insights_icon,
.connect_icon,
.quote_icon,
.collaboration_icon,
.coca_cola,
.clarins,
.kfc,
.barclays,
.samsung,
.paypal,
.adidas,
.opel {
  background: url('../../img/_public/influencers/smalls_sprite.png') no-repeat;
}
.jo_middleton_round {
  background-position: -390px -0.00286865px;
  width: 194px;
  height: 194px;
}
.anna_marikar_round {
  background-position: -195px -0.00286865px;
  width: 194px;
  height: 194px;
}
.joecrann_round {
  background-position: 0 -0.00286865px;
  width: 194px;
  height: 194px;
}
.payments_icon {
  background-position: -676.99145508px -91.9942627px;
  width: 91px;
  height: 91px;
}
.insights_icon {
  background-position: -769px -0.00286865px;
  width: 91px;
  height: 91px;
}
.connect_icon {
  background-position: -676.98858643px 0;
  width: 91px;
  height: 91px;
}
.quote_icon {
  background-position: -585px -92.00280762px;
  width: 91px;
  height: 91px;
}
.collaboration_icon {
  background-position: -585px -0.00286865px;
  width: 91px;
  height: 91px;
}
.coca_cola {
  background-position: -1587.00004196px -82.00296021px;
  width: 241px;
  height: 81px;
}
.clarins {
  background-position: -1587px -0.00286865px;
  width: 241px;
  height: 81px;
}
.kfc {
  background-position: -1345px -82.00296021px;
  width: 241px;
  height: 81px;
}
.barclays {
  background-position: -1345px -0.00289917px;
  width: 241px;
  height: 81px;
}
.samsung {
  background-position: -1103px -82.00296021px;
  width: 241px;
  height: 81px;
}
.paypal {
  background-position: -861px -82.00296021px;
  width: 241px;
  height: 81px;
}
.adidas {
  background-position: -1103px -0.00286865px;
  width: 241px;
  height: 81px;
}
.opel {
  background-position: -861px -0.00296021px;
  width: 241px;
  height: 81px;
}
.padding-none-mobile {
  padding: 0 !important;
}
blockquote.twitter-tweet {
  padding: 0 !important;
  margin-bottom: 0 !important;
}
/* Network styles */
.profile-img {
  width: 100%;
  min-height: 200px;
  max-height: 200px;
}
.network-view blockquote.twitter-tweet,
.network-view blockquote.twitter-tweet p {
  font-size: 16px;
  font-weight: 300;
}
.network-view .twitter-tweet {
  width: 500px !important;
  margin: 0 auto !important;
}
.network-view .nav-tabs > li > a {
  color: #777;
  background: #EBEBEB;
  border-bottom: 4px solid #EBEBEB;
}
.network-view .nav > li > a:hover,
.network-view .nav > li.active > a,
.network-view .nav > li.active > a:hover {
  color: #9466B5;
  border: 1px solid transparent;
  border-bottom: 4px solid #9466B5;
  background: #fff;
}
.network-view .nav > li.disabled > a:hover {
  color: #333;
  border: 1px solid transparent;
  background: none;
}
.network-view .tab-pane {
  padding: 0;
}
.network-view .tab-content {
  padding: 0;
}
.network-view .progress {
  height: 10px;
  margin: 7px 0;
  overflow: hidden;
  background-color: #f8f8f8;
  border-radius: 2px;
  background-image: none;
  box-shadow: none;
}
.network-view .progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  -webkit-transition: width .6s ease;
  transition: width .6s ease;
  box-shadow: none;
  border-radius: 2px;
  background-color: #0090D9;
  background-image: none;
}
/* Pagination */
.pagination-sm > li > a,
.pagination-sm > li > span {
  font-size: 13px;
}
/* Left menu */
header .brand {
  width: 210px;
}
#sidebar {
  width: 210px;
}
#main-content {
  margin-left: 210px;
}
.sidebar-toggle-box {
  margin-left: 5px;
  left: 0;
}
ul.sidebar-menu {
  padding-top: 51px;
}
ul.sidebar-menu li a {
  padding: 10px;
  font-size: 13px;
}
#sidebar .sub-menu > .sub li a {
  padding-left: 20px;
}
#bookingPage ul.sidebar-menu li a span {
  padding-right: 35px;
}
/*Line height*/
.line-height-1 {
  line-height: 1 !important;
}
.line-height-1-5 {
  line-height: 1.5 !important;
}
.line-height-2 {
  line-height: 2 !important;
}
.line-height-2-5 {
  line-height: 2.5 !important;
}
.overlay-hover-container {
  position: relative;
}
.overlay-hover-container img {
  display: block;
}
.overlay-hover-container .overlay-hover-area {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.6;
  transition: .5s ease;
  background-color: #fff;
}
.overlay-hover-container:hover .overlay-hover-area {
  opacity: 0;
}
pre {
  background: black none repeat scroll 0 0;
  position: relative;
  color: #00ff00;
  z-index: 100;
}
.btn[disabled] {
  pointer-events: auto;
}
.btn-pure-white {
  color: white;
  border: 1px solid white;
  padding: 6px 8px 5px 8px !important;
  margin: 0px  !important;
  font-size: 13px;
}
.btn-pure-white:hover {
  color: black !important;
  background: white  !important;
}
.leftside-navigation li a.disabled,
.leftside-navigation li a.disabled span {
  color: grey !important;
  background: transparent !important;
}
.leftside-navigation li a.disabled:hover {
  color: grey !important;
  background: transparent !important;
}
.wf-support-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 45px !important;
  width: 50px;
  height: 50px;
  line-height: 60px;
  text-align: center;
  vertical-align: middle;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
.box-shadow {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
/*# sourceMappingURL=core.css.map */