@CHARSET "UTF-8";
@import "chat.css";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
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: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
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;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]: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;
  }
  @page {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
  font-family: Open Sans;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  color: #0083BB;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0083BB;
}
a:focus {
  outline: none;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
p {
  margin: 0 0 5px;
}
.lead {
  margin-bottom: 18px;
  font-size: 14.95px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 19.5px;
  }
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #ccc;
}
.text-warning {
  color: #c09853;
}
.text-danger {
  color: #b94a48;
}
.text-success {
  color: #468847;
}
.text-info {
  color: #3a87ad;
}
.text-gray {
  color: #ccc;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Open Sans;
  font-weight: 500;
  line-height: 1.1;
}
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: #999999;
}
h1,
h2,
h3 {
  margin-top: 18px;
  margin-bottom: 9px;
}
h4,
h5,
h6 {
  margin-top: 9px;
  margin-bottom: 9px;
}
h1,
.h1 {
  font-size: 33px;
}
h2,
.h2 {
  font-size: 27px;
}
h3,
.h3 {
  font-size: 16px;
}
h4,
.h4 {
  font-size: 14px;
}
h5,
.h5 {
  font-size: 13px;
}
h6,
.h6 {
  font-size: 12px;
}
h1 small,
.h1 small {
  font-size: 23px;
}
h2 small,
.h2 small {
  font-size: 17px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 13px;
}
.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 9px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 18px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .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;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 16.25px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.428571429;
}
code,
pre {
  font-family: Open Sans;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #fff;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 18px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.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,
.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,
.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,
.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 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.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 {
  float: left;
}
.col-xs-1 {
  width: 8.3333333333333%;
}
.col-xs-2 {
  width: 16.666666666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.333333333333%;
}
.col-xs-5 {
  width: 41.666666666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.333333333333%;
}
.col-xs-8 {
  width: 66.666666666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.333333333333%;
}
.col-xs-11 {
  width: 91.666666666667%;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 740px;
  }
  .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 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333333%;
  }
  .col-sm-2 {
    width: 16.666666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.333333333333%;
  }
  .col-sm-5 {
    width: 41.666666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333333333%;
  }
  .col-sm-8 {
    width: 66.666666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.333333333333%;
  }
  .col-sm-11 {
    width: 91.666666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.3333333333333%;
  }
  .col-sm-push-2 {
    left: 16.666666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.333333333333%;
  }
  .col-sm-push-5 {
    left: 41.666666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.333333333333%;
  }
  .col-sm-push-8 {
    left: 66.666666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.333333333333%;
  }
  .col-sm-push-11 {
    left: 91.666666666667%;
  }
  .col-sm-pull-1 {
    right: 8.3333333333333%;
  }
  .col-sm-pull-2 {
    right: 16.666666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.333333333333%;
  }
  .col-sm-pull-5 {
    right: 41.666666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333%;
  }
  .col-sm-pull-8 {
    right: 66.666666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.333333333333%;
  }
  .col-sm-pull-11 {
    right: 91.666666666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.666666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.666666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.666666666667%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .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 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333333%;
  }
  .col-md-2 {
    width: 16.666666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.333333333333%;
  }
  .col-md-5 {
    width: 41.666666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333333333%;
  }
  .col-md-8 {
    width: 66.666666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.333333333333%;
  }
  .col-md-11 {
    width: 91.666666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333333%;
  }
  .col-md-push-2 {
    left: 16.666666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.333333333333%;
  }
  .col-md-push-5 {
    left: 41.666666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.333333333333%;
  }
  .col-md-push-8 {
    left: 66.666666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.333333333333%;
  }
  .col-md-push-11 {
    left: 91.666666666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333333%;
  }
  .col-md-pull-2 {
    right: 16.666666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.333333333333%;
  }
  .col-md-pull-5 {
    right: 41.666666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.333333333333%;
  }
  .col-md-pull-8 {
    right: 66.666666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.333333333333%;
  }
  .col-md-pull-11 {
    right: 91.666666666667%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.666666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.666666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.666666666667%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1130px;
  }
  .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 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333333%;
  }
  .col-lg-2 {
    width: 16.666666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.333333333333%;
  }
  .col-lg-5 {
    width: 41.666666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333333333%;
  }
  .col-lg-8 {
    width: 66.666666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.333333333333%;
  }
  .col-lg-11 {
    width: 91.666666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333333%;
  }
  .col-lg-push-2 {
    left: 16.666666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.333333333333%;
  }
  .col-lg-push-5 {
    left: 41.666666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.333333333333%;
  }
  .col-lg-push-8 {
    left: 66.666666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.333333333333%;
  }
  .col-lg-push-11 {
    left: 91.666666666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333333%;
  }
  .col-lg-pull-2 {
    right: 16.666666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.333333333333%;
  }
  .col-lg-pull-5 {
    right: 41.666666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333%;
  }
  .col-lg-pull-8 {
    right: 66.666666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.333333333333%;
  }
  .col-lg-pull-11 {
    right: 91.666666666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.666666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.666666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.666666666667%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 18px;
}
.table thead > tr > th,
.table thead > tr > td,
.table tbody > tr > th,
.table tbody > tr > td,
.table tfoot > tr > th,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  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 caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed thead > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > th,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > th,
.table-condensed tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.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-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}
.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}
.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}
@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .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 > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 19.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 3px 0 0;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: none;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control,
.clsTextBox,
.sbHolder {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #000;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #bbb;
  border-radius: 4px;
  -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;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus,
.clsTextBox:focus,
.sbHolder:focus {
  border-color: #ff6b07;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255,107,7,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255,107,7,0.6);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control,
.clsTextBox[disabled],
.clsTextBox[readonly],
fieldset[disabled] .clsTextBox,
.sbHolder[disabled],
.sbHolder[readonly],
fieldset[disabled] .sbHolder {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control,
textarea.clsTextBox,
textarea.sbHolder {
  height: auto;
}
select.form-control {
  padding: 0;
}
.form-group {
  margin-bottom: 10px;
}
.radio,
.checkbox {
  display: block;
  min-height: 18px;
  padding-right: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  padding-left: 20px;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
}
.radio-inline,
.checkbox-inline {
  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],
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
fieldset[disabled] input[type="checkbox"],
.radio[disabled],
fieldset[disabled] .radio,
.radio-inline[disabled],
fieldset[disabled] .radio-inline,
.checkbox[disabled],
fieldset[disabled] .checkbox,
.checkbox-inline[disabled],
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 44px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 44px;
  line-height: 44px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -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: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -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: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -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: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
  padding-top: 7px;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    margin-right: 10px;
  }
  .form-inline label {
    margin-right: 10px;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 5px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #FF6704;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #fff;
}
.btn:focus {
  outline: none;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
  background: #ca5102;
  border: 1px solid #ca5102;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -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.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  background: #FF6704;
}
.btn-primary {
  color: #fff;
  background-color: #ccc;
  border-color: #bfbfbf;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #ccc;
  border-color: #bfbfbf;
}
.btn-primary:hover,
.btn-primary:focus {
  text-decoration: none;
  background: #CEC4C4;
  border: 1px solid #CEC4C4;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-danger {
  color: #ba0503;
  background-color: #ffa7a6;
  border-color: #ffa7a6;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #ffa7a6;
  border-color: #ffa7a6;
}
.btn-success {
  color: #316B02;
  background-color: #b9e993;
  border-color: #b9e993;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #b9e993;
  border-color: #b9e993;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-link {
  color: #0083BB;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.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: #000;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.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 .15s linear;
  transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height .35s ease;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../../../fonts/fontawesome/fontawesome-webfont.eot?v=4.3.0');
  src: url('../../../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../../../fonts/fontawesome/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../../../fonts/fontawesome/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../../../fonts/fontawesome/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../../../fonts/fontawesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0,0);
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-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);
}
.fa-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 .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #A9A9A9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
  content: "";
}
.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: 0;
  margin: -1px 0 0;
  list-style: none;
  font-size: 13px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 1px;
  -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;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 10px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #FF6B07;
  background-color: #ccc;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #ccc;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.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-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}
.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 dotted;
  border-bottom: 4px solid #A9A9A9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.btn-default .caret {
  border-top-color: #fff;
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}
.dropup .btn-default .caret {
  border-bottom-color: #fff;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}
.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 > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.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:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn-group + .btn-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 > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-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-xs > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  padding: 1px 5px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 6px;
}
.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 .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 {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.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: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  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 > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-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 {
  float: none;
  display: table-cell;
  width: 1%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 44px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 44px;
  line-height: 44px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.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: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.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;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #bbb;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 17px;
  border-radius: 6px;
}
.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 > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  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 > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.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: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #0083BB;
}
.nav .nav-divider {
  height: 1px;
  margin: 8px 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.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #ddd;
  margin-right: 0;
}
.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #fff;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 5px;
}
.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: #fff;
  background-color: #ccc;
}
.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;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  border-bottom: 1px solid #ddd;
  margin-right: 0;
}
.nav-tabs-justified > .active > a {
  border-bottom-color: #fff;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  display: table;
}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  display: table;
}
.tabbable:after {
  clear: both;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.nav .caret {
  border-top-color: #0083BB;
  border-bottom-color: #0083BB;
}
.nav a:hover .caret {
  border-top-color: #000;
  border-bottom-color: #000;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  z-index: 1000;
  margin-bottom: 2px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .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-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -10px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -10px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  z-index: 1030;
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}
.navbar-brand {
  float: left;
  padding: 8px 10px;
  font-size: 17px;
  line-height: 18px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -10px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 3px;
  padding: 7px 8px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 0 -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .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: 18px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left;
    float: left !important;
  }
  .navbar-right {
    float: right;
    float: right !important;
  }
}
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  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: 1px;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    margin-right: 10px;
  }
  .navbar-form label {
    margin-right: 10px;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .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 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 1px;
  margin-bottom: 1px;
}
.navbar-text {
  float: left;
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-text {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.navbar-default {
  border-color: #e7e7e7;
  background: #fff;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #FFF;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.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: #bf4400;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e6e6e6;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    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: #555;
    background-color: #e7e7e7;
  }
  .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: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.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: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    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: #fff;
    background-color: #090909;
  }
  .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: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 18px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li+li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 17px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 18px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.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: #999999;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #ccc;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #b3b3b3;
}
.label-success {
  background-color: #b9e993;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #9ee069;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #ffa7a6;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #ff7573;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #0083BB;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 19.5px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron {
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1 {
    font-size: 58.5px;
  }
}
.thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  display: block;
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #0083BB;
}
.thumbnail > img {
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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 {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #fbeed5;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f8e5be;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e6c1c7;
}
.alert-danger .alert-link {
  color: #953b39;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -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: 12px;
  color: #fff;
  text-align: center;
  background-color: #ccc;
  -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 .6s ease;
  transition: width .6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
  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: -moz-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 {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-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: #b9e993;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
  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: -moz-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: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
  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: -moz-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: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
  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: -moz-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: #ffa7a6;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
  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: -moz-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,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.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: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
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;
  background-color: #f5f5f5;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
.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 {
  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-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 18px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table {
  margin-bottom: 0;
}
.panel > .panel-body + .table {
  border-top: 1px solid #ddd;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  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: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #ccc;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ccc;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ccc;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-warning {
  border-color: #fbeed5;
}
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5;
}
.panel-danger {
  border-color: #eed3d7;
}
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -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: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0,-25%);
  -ms-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);
  transform: translate(0,0);
}
.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 6px;
  -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: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.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;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    left: 50%;
    right: auto;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .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);
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: .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: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.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;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 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;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 6px;
  -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: 13px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 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: #999;
  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: #fff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  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: #fff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  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: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0,0,0,0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.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: .5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
.carousel-control.left {
  background-image: -webkit-gradient(linear,0% top,100% top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0.0001)));
  background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.5) 0%),color-stop(rgba(0,0,0,0.0001) 100%));
  background-image: -moz-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='#7f000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear,0% top,100% top,from(rgba(0,0,0,0.0001)),to(rgba(0,0,0,0.5)));
  background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.0001) 0%),color-stop(rgba(0,0,0,0.5) 100%));
  background-image: -moz-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='#7f000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  opacity: .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%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  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 #fff;
  border-radius: 10px;
  cursor: pointer;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  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 .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.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;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-xs {
  display: none !important;
}
tr.visible-xs {
  display: none !important;
}
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm {
  display: none !important;
}
tr.visible-sm {
  display: none !important;
}
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md {
  display: none !important;
}
tr.visible-md {
  display: none !important;
}
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg {
  display: none !important;
}
tr.visible-lg {
  display: none !important;
}
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
tr.visible-print {
  display: none !important;
}
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
.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;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}
.ui-front {
  z-index: 100;
}
.ui-state-disabled {
  cursor: default !important;
}
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
.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;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
.ui-button-icon-only {
  width: 2.2em;
}
button.ui-button-icon-only {
  width: 2.4em;
}
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
.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;
}
input.ui-button {
  padding: .4em 1em;
}
.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;
}
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
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,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.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;
}
.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;
}
.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 {
  overflow: hidden;
  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: 20px;
  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-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.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 {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}
.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.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;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.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-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.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;
}
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-tabs {
  position: relative;
  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-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  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 .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  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;
}
.ui-widget-content {
  color: #222222;
}
.ui-widget-content a {
  color: #222222;
}
.ui-widget-header {
  color: #222222;
  font-weight: bold;
}
.ui-widget-header a {
  color: #222222;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}
.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);
}
.ui-icon {
  width: 16px;
  height: 16px;
  display: none !important;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_888888_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cd0a0a_256x240.png");
}
.ui-icon-blank {
  background-position: 16px 16px;
}
.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-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 {
  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;
}
.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;
}
.ui-widget-overlay {
  background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}
.sbHolder {
  background-color: #fff;
  border: 1px solid #bbb;
  font-weight: normal;
  height: 30px;
  position: relative;
  width: 100%;
  color: #000;
}
.sbHolder a {
  text-decoration: none !important;
}
.sbHolder a:hover {
  text-decoration: none !important;
}
.sbSelector {
  display: block;
  height: 30px;
  left: 0;
  line-height: 30px;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: 10px;
  top: 0;
  width: 100%;
}
.sbSelector:link,
.sbSelector:visited,
.sbSelector:hover {
  color: #000;
  outline: none;
  text-decoration: none !important;
}
.sbToggle {
  background: url(../../../images/screen_blue/custom/select-icons.png) 0 -117px no-repeat;
  display: block;
  height: 30px;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}
.sbToggle:hover {
  background: url(../../../images/screen_blue/custom/select-icons.png) 0 -167px no-repeat;
}
.sbToggleOpen {
  background: url(../../../images/screen_blue/custom/select-icons.png) 0 -16px no-repeat;
}
.sbToggleOpen:hover {
  background: url(../../../images/screen_blue/custom/select-icons.png) 0 -66px no-repeat;
}
.sbHolderDisabled {
  background-color: #3C3C3C;
  border: solid 1px #515151;
}
.sbOptions {
  background-color: #fff;
  border: 1px solid #bbb;
  list-style: none;
  left: -1px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 30px;
  z-index: 99999999;
  overflow-y: auto;
  width: 175px;
}
.sbOptions a {
  border-bottom: 1px solid #f6f6f6;
  display: block;
  outline: none;
  padding: 4px 3px;
}
.sbOptions a:hover {
  background: #F7D5C0;
}
.sbOptions a:link,
.sbOptions a:visited {
  color: #000;
  text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus {
  color: #000;
}
.sbOptions li.last a {
  border-bottom: none;
}
.sbOptions .sbDisabled {
  border-bottom: 1px solid #f6f6f6;
  color: #999;
  display: block;
  padding: 4px 3px;
}
.sbOptions .sbGroup {
  border-bottom: 1px solid #f6f6f6;
  color: #000;
  display: block;
  font-weight: bold;
  padding: 4px 5px;
  background: #f6f6f6;
  font-size: 11px;
}
.sbOptions .sbGroup.lstHead {
  color: #0381BC;
  background: none;
}
.sbOptions .sbGroup.lstHeadTit {
  color: #FF6704;
  background: none;
}
.sbOptions .sbSub {
  padding-left: 6px;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(../../../fonts/opensance/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'), url(../../../fonts/opensance/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
.confiti-loader .container {
  width: 30%;
}
.confiti-loader .container div {
  color: dimgray;
  font-weight: bold;
}
.confiti-loader .line {
  height: 1.5px;
  width: 100%;
  background: #e8e8e8;
}
.confiti-loader .line .inner {
  width: 100%;
  height: inherit;
  background: #ff6b07;
  animation: slide 5s ease-in-out infinite;
}
@keyframes slide {
  0% {
    transform-origin: left;
    transform: scalex(0.3);
  }
  25% {
    transform-origin: left;
    transform: scalex(1);
  }
  26% {
    transform-origin: right;
    transform: scalex(1);
  }
  50% {
    transform-origin: right;
    transform: scalex(0.3);
  }
  75% {
    transform-origin: right;
    transform: scalex(1);
  }
  76% {
    transform-origin: left;
    transform: scalex(1);
  }
  100% {
    transform-origin: left;
    transform: scalex(0.3);
  }
}
body .cur-no {
  cursor: default;
}
body .pr {
  position: relative;
}
body .ww {
  word-wrap: break-word;
}
body .pa {
  position: absolute;
}
body .ps {
  position: static !important;
}
body .pf {
  position: fixed;
}
body .sfont {
  font-size: 80%;
}
body .textb {
  font-weight: bold;
}
body .textn {
  font-weight: normal;
}
body .space {
  padding: 10px;
}
body .space-7 {
  padding: 7px;
}
body .space-custom {
  padding: 0px 10px 0px 10px;
}
body .sspace {
  padding: 5px;
}
body .sspace-import {
  padding: 5px !important;
}
body .ssspace {
  padding: 2px;
}
body .mspace {
  margin: 10px;
}
body .hor-space {
  padding: 0px 10px 0 10px;
}
body .hor-lspace {
  padding: 0px 20px 0 20px;
}
body .pat-10 {
  padding: 15px 10px !important;
}
body .pat-11 {
  padding: 11px 11px !important;
}
body .m-t-3 {
  margin-top: 3px;
}
body .m-r-3 {
  margin-right: 3px;
}
body .m-r-10 {
  margin-right: 10px;
}
body .pat-1-4 {
  padding: 1.4px;
}
body .pat-bot-0 {
  padding-bottom: 0px !important;
}
body .ver-space {
  padding: 10px 0 10px 0;
}
body .ver-sspace {
  padding: 5px 0 5px 0;
}
body .clsPad20Top {
  padding: 20px 0;
}
body .left-space {
  padding: 0 0 0 10px;
}
body .right-space {
  padding: 0 10px 0 0;
}
body .hor-mspace {
  margin: 0 10px 0 10px;
}
body .ver-mspace {
  margin: 10px 0 10px 0;
}
body .top-space {
  padding: 10px 0 0 0;
}
body .bot-space {
  padding: 0 0 10px 0;
}
body .bot-sspace {
  padding: 0 0 5px 0;
}
body .clsmarBotZ {
  margin-bottom: 0;
}
body .top-mspace {
  margin: 10px 0 0 0;
}
body .m-b-7 {
  margin-bottom: 7px;
}
body .m-t-6 {
  margin-top: 6px !important;
}
body .m-r-6 {
  margin-right: 6px;
}
body .m-r-20 {
  margin-right: 20px;
}
body .m-r-10 {
  margin-right: 10px;
}
body .m-b-10 {
  margin-bottom: 10px;
}
body .p-b-8 {
  padding-bottom: 8px !important;
}
body .p-b-10 {
  padding-bottom: 10px;
}
body .m-t-4 {
  margin-top: 4px;
}
body .d-pad-right-20 {
  padding-right: 20px;
}
body .no-mar-top {
  margin-top: 0px !important;
}
body .mar-3 {
  margin: 3px;
}
body .bot-mspace {
  margin: 0 0 10px 0;
}
body .left-mspace {
  margin: 0 0 0 10px;
}
body .clsFontNormal {
  font-weight: normal;
}
body .right-mspace {
  margin: 0 10px 0 0;
}
body .hor-smspace {
  margin: 0 5px 0 5px;
}
body .top-smspace {
  margin: 5px 0 0 0;
}
body .right-smspace {
  margin: 0 5px 0 0;
}
body .left-smspace {
  margin: 0 0 0 5px;
}
body .bot-smspace {
  margin: 0 0 5px 0;
}
body .ver-smspace {
  margin: 5px 0 5px 0;
}
body .hor-sspace {
  padding: 0 5px 0 5px;
}
body .right-sspace {
  padding: 0 5px 0 0px;
}
body .left-sspace {
  padding: 0 0 0 5px;
}
body .bot-no-mar {
  margin-bottom: 0;
}
body .js .hide {
  display: none;
}
body .hide {
  display: none !important;
}
body .show {
  display: block;
}
body .font-11 {
  font-size: 11px !important;
}
body .font-10 {
  font-size: 10px !important;
}
body .font-13 {
  font-size: 13px !important;
}
body .font-14 {
  font-size: 14px !important;
}
body .inline-show {
  display: inline-block;
}
body .sep {
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: white;
}
body .custom-font-size-14 {
  font-size: 14px;
}
body .custom-font-size-12 {
  font-size: 12px;
}
body .sep-left {
  border-left: 1px solid #ccc;
}
body .sep-right {
  border-right: 1px solid #ccc;
}
body .sep-top {
  border-top: 1px solid #ccc;
}
body .sep-bot {
  border-bottom: 1px solid #ccc;
}
body .sep-botdot {
  border-bottom: 1px dotted #ccc;
}
body .no-bdr {
  border: 0 !important;
}
body .clsTopCareer {
  padding-top: 28px;
}
body ul.unstyled,
body ol.unstyled {
  list-style: none outside none;
  padding-left: 0;
}
body .clspadTop5 {
  padding: 5px;
  border-bottom: none !important;
}
body .cur {
  cursor: pointer;
}
body .over-hide {
  overflow: hidden;
}
body .dc {
  text-align: center;
}
body .dr {
  text-align: right;
}
body .clsBld {
  font-weight: bold;
}
body .claFlt {
  float: left;
}
body .dl {
  text-align: left;
}
body .no-bg {
  background: none !important;
}
body .no-bor {
  border: none !important;
}
body .no-pad {
  padding: 0 !important;
}
body .no-mar {
  margin: 0 !important;
}
body .m-t-5 {
  margin-top: 5px;
}
body .m-b-5 {
  margin-bottom: 5px;
}
body .m-t-10 {
  margin-top: 10px;
}
body .pad-5-import {
  padding: 5px !important;
}
body .m-t-20 {
  margin-top: 20px;
}
body .m-t-27 {
  margin-top: 27px;
}
body .padding-left-3-import {
  padding-left: 3px !important;
}
body .padding-left-8-import {
  padding-left: 8px !important;
}
body .text-upper {
  text-transform: uppercase;
}
body .text-lower {
  text-transform: lowercase;
}
body .text-cap {
  text-transform: capitalize;
}
body .pull-left {
  float: left;
}
body .pull-none {
  float: none;
}
body .pull-right {
  float: right;
}
body .clsFont15 {
  font-size: 15px;
}
body .clsOLoginpad {
  padding: 4px 12px;
}
body input[type="password"] {
  font-family: Arial, Helvetica, sans-serif \9;
}
body .valign-top {
  vertical-align: top;
}
body .round-5 {
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
body .round-8 {
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
body .round-10 {
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
body .round-2 {
  -moz-border-radius: 2px;
  -khtml-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
body .facebookc {
  color: #3d589b;
}
body .twitterc {
  color: #49c8f5;
}
body .googlec {
  color: #3179f1;
}
body .yahooc {
  color: #660f6d;
}
body .openc {
  color: #fb5e01;
}
body .linkedc {
  color: #438bd4;
}
body .custom-text-color {
  color: #555555 !important;
}
body img {
  max-width: 100%;
}
body .listmenu {
  padding: 0;
  margin: 0;
}
body .listmenu > li {
  list-style: none;
}
a {
  cursor: pointer;
}
.clsBodyContent {
  border: 1px solid #ccc;
}
.clsBodyContent {
  margin: 10px 0 39px;
}
#footer {
  clear: both;
  color: #fff;
  background: #fff;
  border: 1px solid #cacaca;
  padding: 0 10px 0;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}
.clsCopyRights {
  float: right;
  width: 360px;
}
#footer ul {
  padding: 0;
}
#footer ul >li {
  display: inline-block;
  float: left;
}
#footer ul >li >a {
  color: #A9A9A9;
  text-decoration: none;
  padding: 8px;
  display: block;
  text-transform: capitalize;
  font-size: 12px;
}
#footer ul >li >a:hover {
  text-decoration: none;
  color: #ff6b07;
}
#footer ul >li.active a {
  color: #ff6b07;
}
.clsReportPageTable .clsMantory,
.clsMantory {
  background: url(../../../images/screen_blue/custom/custom-sprite.png) no-repeat 0 0;
  display: inline-block;
  height: 12px;
  text-align: left;
  width: 5px;
}
.clsHeaderMenu .clsAccountList {
  background: #f6f6f6;
  margin: 0 10px;
}
.clsHeaderMenu ul {
  padding: 0px;
  margin: 0px;
}
.clsHeaderMenu ul >li {
  border: 2px solid #cacaca;
}
.clsHeaderMenu ul >li i.fa {
  font-size: 17px;
  margin-right: 4px;
}
.clsHeaderMenu ul >li li {
  border-bottom: 1px solid #f6f6f6;
}
.clsHeaderMenu ul >li li a {
  font-weight: normal;
}
.clsHeaderMenu ul >li.clsUserDropdownLink {
  border-top: 2px solid #cacaca;
  border-bottom: 2px solid #cacaca;
  border-left: 0;
}
.clsHeaderMenu ul li {
  float: left;
  padding: 0 !important;
}
.clsHeaderMenu ul li a {
  color: #000;
  padding: 10px 13px;
  text-shadow: 0 0 0 #fff;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}
.clsHeaderMenu ul li .clsHeaderDropDwn {
  color: #000;
  text-shadow: 0 0 0 #fff;
  display: block;
  text-align: center;
}
.clsHeaderMenu ul li .clsUserInfoDetails {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin: 0 0 0 35px;
  padding: 4px 10px;
  position: absolute;
  width: 100px;
  z-index: 999999;
}
.clsHeaderMenu ul li .clsUserInfoDetails a {
  color: #000;
  line-height: 18px;
}
.clsHeaderMenu ul li.clsActiveMainLink {
  border: 2px solid #ff6b07;
}
.clsHeaderMenu ul li.clsActiveMainLink > a {
  color: #ff6b07;
}
.clsHeaderUsName {
  margin: 0;
  padding: 4px 0 0;
}
.clsHeaderUsName .clsWelcomeText {
  padding: 0 0 0 10px;
}
.clsHeaderUsName .clsDownArrow {
  margin: 3px 0px 0px 7px;
}
.clsIndexMain {
  padding: 7px;
}
.clsIndexMain h2 {
  font-size: 24px;
  color: #5a9d07;
  min-height: 0 !important;
  padding: 3px 33px 3px 33px !important;
  margin-bottom: 5px;
}
.clsViewClassifiedsContent {
  margin: 10px 0px 0 0px;
}
.clsShowHideClassifiedsTitle {
  padding: 10px;
}
.clsViewClassifiedsContent h3 {
  margin-left: 0 !important;
}
.clsCategoryPlus a,
.clsCategoryMinus a {
  text-indent: -99999px;
  display: block;
  height: 17px;
  width: 16px;
}
.clsShowHideCategory {
  float: left;
  padding-right: 10px;
}
.clsCategoryMinus a {
  background: url(../../../images/screen_blue/custom/custom-sprite.png) no-repeat 0 -5px;
  height: 12px;
}
.clsCategoryPlus a {
  background: url(../../../images/screen_blue/custom/custom-sprite.png) no-repeat 0 -25px;
}
.clsClassifiedsTitle {
  color: #fff;
  padding: 0px 14px 0 0;
  width: 72%;
  float: left;
}
.clsClassifiedsTitle a {
  font-size: 13px;
  line-height: 15px;
}
.clsCategoriesListTbl label span.arrow {
  background: url(../../../images/screen_blue/custom/custom-sprite.png) no-repeat 0 -55px;
  width: 11px;
  height: 7px;
  display: inline-block;
}
.clsCategoriesListTbl label a {
  color: #999;
  font-weight: bold;
}
#main {
  margin: 0px;
  min-height: 450px;
}
.clsHeaderDropDwn .caret {
  border-bottom-color: #ccc;
  border-top-color: #ccc;
  border-width: 6px 6px 0;
  margin: 0px 0 0 0px;
}
.clsHeaderDropDwn .dropdown .dropdown-menu li {
  padding: 0;
  width: 100%;
  border: 0;
}
.clsHeaderDropDwn .dropdown .dropdown-menu li a {
  color: #000;
  padding: 5px 10px !important;
  display: inherit;
  text-align: left;
}
.clsHeaderDropDwn .dropdown .dropdown-menu li a:hover {
  background: #d65b17;
  text-decoration: none;
  color: #fff;
}
.clsHeaderDropDwn .dropdown .dropdown-menu li.top-mspace {
  margin: 0px;
}
.clsHeaderDropDwn .dropdown .dropdown-toggle:focus {
  background: none;
}
.clsWhiteColor {
  color: #fff;
}
.clsClassifiedsImagePart img {
  height: 25px;
}
.clsIndexOtherUserImage,
#memberseditProfile .clsIndexUserImage,
#memberspage .clsIndexUserImage {
  margin: 0 auto;
}
.clsAppNavBar {
  margin: 7px 0 0;
}
li {
  list-style: none;
}
.clsConfettiConNav {
  padding: 5px;
  margin-bottom: 10px;
}
.clsConfettiConNav ul li {
  float: left;
  display: block;
  line-height: 26px;
}
.clsConfettiConNav ul li:last-child {
  border-right: 0;
}
.clsConfettiConNav ul li:first-child {
  border-left: 0;
}
.clsConfettiConNav ul li >a {
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: -o-ellipsis-lastline;
  height: 26px;
  display: -moz-inline-box;
  display: block;
  padding: 0px 10px 0;
  cursor: pointer;
}
.clsConfettiConNav ul li >a:hover {
  background: #fff;
  text-decoration: none;
}
.clsConfettiConNav ul li.clsActive >a,
.clsConfettiConNav ul li.clsShareActive >a,
.clsConfettiConNav ul li.clsActiveCommonProfileLink >a {
  background: #fff;
  text-decoration: none;
  color: #ff6704;
}
.clsConfettiConNav ul li.setting-block a {
  display: inline-block;
}
.clsConfettiWallNav {
  background: white;
  padding: 5px;
}
.clsConfettiWallNav ul li {
  float: left;
  display: block;
  line-height: 26px;
  border-right: 1px solid #ccc;
  border-left: 1px solid #fff;
}
.clsConfettiWallNav ul li:last-child {
  border-right: 0;
}
.clsConfettiWallNav ul li:first-child {
  border-left: 0;
}
.clsConfettiWallNav ul li >a {
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: -o-ellipsis-lastline;
  height: 26px;
  display: -moz-inline-box;
  display: block;
  padding: 0px 10px 0;
  cursor: pointer;
}
.clsConfettiWallNav ul li >a:hover {
  background: none;
  text-decoration: none;
}
.clsConfettiWallNav ul li.clsActive >a,
.clsConfettiWallNav ul li.clsShareActive >a,
.clsConfettiWallNav ul li.clsActiveCommonProfileLink >a {
  text-decoration: none;
  color: #ff6704;
}
.clsConfettiWallNav ul li.setting-block a {
  display: inline-block;
}
.clsImageCenter {
  padding: 2px;
  text-align: center;
  background: #fff;
  margin: 0;
  border: 1px solid #eee;
}
ol.con-list-view {
  margin: 0px;
  padding: 0px;
}
ol.con-list-view > li {
  margin: 0 0 5px 0;
  background-color: white;
  border: 0.5px solid #DCDCDC;
  padding: 10px;
  border-radius: 5px;
}
ol.con-grid-view {
  padding: 10px 10px 10px 3px;
}
ol.con-grid-view > li {
  margin: 3px 0px;
  padding-right: 0px;
  padding-left: 6px;
}
ol.con-grid-view > li .clsConfiThumImage {
  margin-bottom: 10px;
}
ol.con-grid-view > li .gridview {
  min-height: auto;
}
ol.con-grid-view > li .gridview.folderGridview {
  min-height: 117px;
}
ol.con-grid-view > li .gridview a img {
  height: 100px;
}
ol.con-grid-view > li .gridview .custom-height {
  height: auto;
}
.con-grid-view-custom {
  padding: 5px 10px 10px 3px !important;
}
.grid-height {
  height: 135px;
}
.clsGroupMain {
  padding: 7px;
}
.clsGroupMain .clsGroupMain {
  padding: 0;
  min-height: inherit;
}
.clsGroupMain.clsFormMain {
  padding: 15px 10px;
}
.clsFriendsListLinks .custom-margin-bottom {
  margin-bottom: 10px;
}
.clsFriendsListLinks li {
  float: left;
  padding: 0 4px 0 0;
  margin-bottom: -1px;
}
.clsFriendsListLinks li a {
  display: block;
  line-height: 26px;
  color: #52555A;
  text-decoration: none;
  background: white;
  padding: 0 5px;
  -moz-border-radius: 5px 5px 0 0;
  -khtml-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 5px 5px;
  cursor: pointer;
  border-top: 1px solid #DCDCDC;
  border-left: 1px solid #DCDCDC;
  border-right: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
  font-size: 13px;
}
.clsFriendsListLinks li.clsActiveFriendLink a,
.clsFriendsListLinks li.clsActiveMenu a {
  background: inherit;
  border-top: 1px solid #FF6B07 !important;
  border-left: 1px solid #FF6B07 !important;
  border-right: 1px solid #FF6B07 !important;
  border-bottom: 1px solid #FF6B07 !important;
}
.clsFriendsListLinks .clsOrangeMenuTab {
  margin-bottom: 10px;
  background: none;
}
.clsFriendsListLinks .clsOrangeMenuTab li {
  float: left;
}
.clsFriendsListLinks .clsOrangeMenuTab li a {
  background: none;
  margin: 0;
  line-height: inherit;
  line-height: 25px;
  color: #000;
  width: 100%;
}
.clsEditProRgt .clsGroupMain {
  padding: 0;
}
.clsCommonProfileLink,
.clsProfileLinkUlList {
  padding: 10px 0px;
}
.clsCommonProfileLink >li,
.clsProfileLinkUlList >li {
  float: left;
  padding: 0;
  margin-right: 5px;
  text-align: center;
}
.clsCommonProfileLink >li >a,
.clsProfileLinkUlList >li >a {
  display: block;
  line-height: 23px;
  font-size: 11px;
  color: #000;
  padding: 2px 10px;
  text-decoration: none;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.clsCommonProfileLink >li.clsActiveCommonProfileLink a,
.clsProfileLinkUlList >li.clsActiveCommonProfileLink a {
  background: #52525c;
  background: -moz-linear-gradient(top,#52525c 0%,#393742 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#52525c),color-stop(100%,#393742));
  background: -webkit-linear-gradient(top,#52525c 0%,#393742 100%);
  background: -o-linear-gradient(top,#52525c 0%,#393742 100%);
  background: -ms-linear-gradient(top,#52525c 0%,#393742 100%);
  background: linear-gradient(to bottom,#52525c 0%,#393742 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#52525c',endColorstr='#393742',GradientType=0);
  color: #ff6b07;
}
.message-ullink,
.message-ullink-confiti {
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: white;
  margin: 0 0 10px;
}
.clsGrayMenus {
  background: #f6f6f6;
  padding: 2px;
  border: 1px solid #eee;
  margin-top: 10px;
}
.message-ullink > ul > li,
.message-ullink-confiti > ul > li,
.clsGrayMenus > ul > li {
  border-right: 1px solid #ccc;
  float: left;
  padding: 0;
}
.message-ullink > ul > li a,
.message-ullink-confiti > ul > li a,
.clsGrayMenus > ul > li a {
  display: block;
  padding: 8px 30px;
}
.message-ullink > ul > li a:hover,
.message-ullink-confiti > ul > li a:hover,
.clsGrayMenus > ul > li a:hover {
  color: #ff6b07;
}
.message-ullink > ul > li a .fa-sign-in,
.message-ullink-confiti > ul > li a .fa-sign-in,
.clsGrayMenus > ul > li a .fa-sign-in {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.message-ullink > ul > li.clsActiveCommonProfileLink a,
.message-ullink > ul > li.clsActiveCommonProfileLink a,
.message-ullink-confiti > ul > li.clsActiveCommonProfileLink a,
.message-ullink-confiti > ul > li.clsActiveCommonProfileLink a,
.clsGrayMenus > ul > li.clsActiveCommonProfileLink a,
.clsGrayMenus > ul > li.clsActiveCommonProfileLink a {
  color: #ff6b07;
}
.clsDeleteConfirm {
  border: 1px solid #FF6704;
  background: #FCEFE8;
}
.clsDeleteConfirm h2 {
  padding: 8px 10px;
  color: #555;
  margin: 0;
  background: #f7b891;
  font-size: 12px;
  font-weight: bold;
}
.clsinnerpagesettingsNew {
  margin-top: 14px;
  position: absolute;
  width: 30%;
  z-index: 99999999;
  top: 10%;
  left: 35%;
}
.clsVideoHomeTopLinks li {
  padding: 0 3px;
}
.clsVideoHomeTopLinks li a {
  color: #0381BC;
  font-weight: bold;
  text-decoration: none;
  font-size: 11px;
}
.clsGrayMenu li {
  float: left;
  margin-right: 2px;
}
.clsGrayMenu li a {
  background: #fdfdfd;
  padding: 6px 15px;
  text-align: left;
  color: #0381BC;
  border-bottom: 0;
  font-weight: normal;
  display: block;
}
.clsGrayMenu li a:hover {
  background: #c7c7c7;
  background: -moz-linear-gradient(top,#c7c7c7 0%,#ffffff 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#c7c7c7),color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(top,#c7c7c7 0%,#ffffff 100%);
  background: -o-linear-gradient(top,#c7c7c7 0%,#ffffff 100%);
  background: -ms-linear-gradient(top,#c7c7c7 0%,#ffffff 100%);
  background: linear-gradient(to bottom,#c7c7c7 0%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7c7c7',endColorstr='#ffffff',GradientType=0);
}
.clsGrayMenu li.clsActiveMenu a {
  background: #c7c7c7;
  background: -moz-linear-gradient(top,#c7c7c7 0%,#ffffff 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#c7c7c7),color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(top,#c7c7c7 0%,#ffffff 100%);
  background: -o-linear-gradient(top,#c7c7c7 0%,#ffffff 100%);
  background: -ms-linear-gradient(top,#c7c7c7 0%,#ffffff 100%);
  background: linear-gradient(to bottom,#c7c7c7 0%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7c7c7',endColorstr='#ffffff',GradientType=0);
  color: #000;
}
.clsGrayMenu {
  padding: 0px;
  margin: 0;
  border-bottom: 1px solid #ccc;
}
.clsGrayMenu >li {
  float: left;
  border-radius: 0;
  margin-right: 2px;
}
.clsGrayMenu .dropline {
  display: block;
  background: #444;
  height: 3px;
  width: 24px;
  margin: 4px 0 0 0;
}
.clsGrayMenu .dropdown-menu li {
  float: none;
  margin-right: 0;
  border-bottom: 1px solid #eee;
}
.clsGrayMenu .dropdown-menu li a {
  text-align: left;
  border: none;
  width: 100%;
}
.format-dd .dropline {
  display: block;
  background: #444;
  height: 3px;
  width: 24px;
  margin: 4px 0 0 0;
}
ol.ent-list-view > li {
  float: none;
  text-align: left;
}
ol.ent-list-view > li h3,
ol.ent-grid-view > li h3 {
  padding: 2px 0 5px;
}
.clsConfettiGroupLeft a,
.clsConfettiWallNav ul li a {
  color: #A9A9A9;
}
.formmenuTopspace {
  padding-top: 5px;
}
span.add-page-title {
  font-weight: bold;
  color: #0381BC;
}
.clsEventDesPart p {
  width: 125px;
  float: left;
  color: #999;
}
.clsEventDesPart span {
  padding-right: 4px;
}
.no-btmspace {
  margin-bottom: 0;
}
.clsAddEntiAbsolute {
  margin: 5px 0 0 0;
}
.clsAddEntiAbsolute select {
  margin-bottom: 10px;
}
.clsFormTableSection {
  padding: 10px 0 0;
}
.clsFormTableSection.form-horizontal {
  padding: 10px 0;
}
.clsDeleteConfirmCont,
.clsMakeItMainPage {
  z-index: 9999;
  width: 100%;
  top: 20%;
  left: 30%;
  position: absolute;
}
ol.con-list-view .clsEventDesPart p {
  text-align: left;
  margin: 0;
}
.clsConfiMailLeftLst {
  padding: 2px 0;
}
.clsConfiMailLeftLst li {
  float: left;
  margin: 0 6px 3px 0;
  padding: 1px 4px;
}
.clsConfiMailLeftLst li.clsActive {
  font-weight: bold;
}
.clsConfiMailLeftLst li.clsActive a {
  color: #000;
}
.clsConfiMailLeftLst li.clsActive a:hover,
.clsConfiMailLeftLst li.clsActive a:focus,
.clsConfiMailLeftLst li.clsActive a:active {
  color: #000;
}
.clsImageGalleryListing li {
  margin-bottom: 10px;
  max-height: 120px;
}
.search-group {
  width: 100%;
  margin-bottom: 0px;
}
.search-group .input-group-addon {
  padding: 0;
  background: #fff;
}
.search-group .input-group-addon .btn {
  background: none !important;
  border: 0 !important;
  padding: 1px 13px !important;
  margin: 0 !important;
}
.clsphotoListTable,
.clsVideoListTable {
  padding: 10px 0;
}
.clsPhotoListContent {
  border-top: 1px dotted #d1d1d1;
  padding: 15px;
}
.clsPre {
  font-family: Tahoma !important;
  font-size: 11px !important;
  font-weight: normal;
}
.clsNewBgShowHide {
  background: #f5f5f5;
}
.clsNewBgShowHide h2 {
  margin: 5px 0 !important;
  padding: 8px 10px;
  font-size: 12px;
  position: relative;
  line-height: 14px;
  background: #f1f1f1;
  border-bottom: #999999 1px dotted;
  border-top: #999999 1px dotted;
  color: #000;
  width: 100%;
  display: inline-block;
}
.clsNewBgShowHide h2 span {
  font-size: 13px;
}
.clsNewBgShowHide h2 a {
  position: absolute;
  right: 5px;
  top: 7px !important;
}
.clsNewBgShowHide .mar-bot-0-impart {
  margin-bottom: 0px !important;
}
.clsNewBgShowHide.clsBgGreyBck {
  background: none;
}
.lbcomment {
  background: #F1F1F1;
  border: 1px solid #d5f7f9;
}
.clsVideoListContent h3 a {
  font-size: 11px;
  text-decoration: none;
}
.clsVideoListContent {
  word-wrap: break-word;
}
.headerUserMenu a {
  float: left;
  height: 25px;
  margin-left: 7px;
  margin-top: 0px;
  overflow: hidden;
  padding: 0 !important;
  width: 25px;
  border: 1px solid #000;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.headerUserMenu ul li {
  width: 100%;
}
.headerProfileMenu a {
  width: 20px;
  height: 20px;
  text-indent: -99999px;
  margin-top: 8px !important;
  background: url(../../../images/screen_blue/header-icon.png) no-repeat -160px -2px;
}
.moreLnk {
  padding: 8px 10px;
  color: #0381bc;
}
.moreLnk .caret {
  margin-top: 5px;
}
.clsNoBorder {
  background: none !important;
  border: 0 !important;
}
.clsOrangeMenuTab {
  background: #fff;
  border: 1px solid #DCDCDC;
  border-top: 0;
  min-height: 25px;
}
.clsOrangeMenuTab li {
  float: left;
  margin-right: 0px;
  border: transparent;
}
.clsOrangeMenuTab li a {
  color: #000;
  border-right: none;
  padding: 3px 10px;
  border-radius: 0;
  display: block;
  line-height: 25px;
  float: left;
}
.clsOrangeMenuTab li a:hover {
  color: #ff6b07;
}
.clsOrangeMenuTab li.clsActive a {
  color: #ff6600;
}
.clsOrangeMenuTab li.iconMenu a {
  display: block;
  padding: 4px 3px;
}
.clsOrangeMenuTab li.iconMenu.addMenuIcon .mobileCatDropdwn {
  height: auto;
}
.clsOrangeMenuTab li.iconMenu.addMenuIcon a {
  line-height: 15px;
  padding: 5px 3px 4px;
}
.clsOrangeMenuTab li.iconMenu.addMenuIcon a i.fa {
  background: #FF6704;
  color: #fff;
  padding: 3px 4px 2px;
}
.clsOrangeMenuTab li.iconMenu.addMenuIcon .dropdown-menu li {
  margin: 0;
  width: 100%;
}
.clsOrangeMenuTab li.iconMenu.addMenuIcon .dropdown-menu li a {
  padding: 4px 6px 4px;
  height: 30px;
}
.clsOrangeMenuTab li.clsEntityActive:hover a {
  color: #fff;
}
.clsOrangeMenuTab li.entMixCls a {
  color: #000;
  background: #DFEAF0;
  border: 1px solid #9ACDE9;
}
.clsOrangeMenuTab li.entMixCls.clsEntityActive  > a {
  background: #CCC;
  border: 1px solid #ccc;
}
.clsOrangeMenuTab li.entOwnCls a {
  color: #000;
  background: #F7B283;
}
.clsOrangeMenuTab li.entOwnCls.clsEntityActive  > a {
  background: #CCC;
}
.clsOrangeMenuTab.no-bg {
  background: none;
}
.clsOrangeMenuTab.no-bg a {
  color: #000;
}
.clsOrangeMenuTab.no-bg a:hover {
  color: #333;
}
.lbviewvideo {
  border: 1px solid #ccc;
  border-radius: 5px;
}
.clsRemoveGroupFriends {
  border-bottom: 1px dotted #ccc;
  padding: 10px 0;
}
.clsCreatedText a,
.clsCreatedText p,
.clsCreatedText span {
  float: left;
  padding: 0 5px;
  line-height: 20px !important;
}
.clsCreatedText p {
  margin: 0;
  padding: 0;
}
.clsPlayingTime {
  position: absolute;
  bottom: 0;
  left: 10px;
  color: #fffefd;
  height: 15px;
  line-height: 15px;
  background: #000000;
  padding: 0 3px;
  opacity: 0.7;
  margin-bottom: 0;
  *filter: alpha(opacity=70);
}
.clsPlayTimeL .clsPlayingTime {
  left: 0;
}
.clsEventDesPart,
.clsViewEventPhotos table td,
.clsVideoListContent p {
  line-height: 20px;
  margin-bottom: 0;
}
.clsMorePageLink li {
  float: none;
}
.clsMorePageLink li .tab-order-first {
  width: auto;
}
.listingPhotoAlbum .clsImageCenter {
  height: 147px;
  line-height: 137px;
}
.clsPopupConfirmation {
  z-index: 9999999;
  position: absolute;
}
.clsCommentDetails {
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
}
.clsProfileCommentBlock {
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 5px;
}
.clsSharePopupHd h2 {
  float: left;
  width: 90%;
  margin: 0;
}
.clsSharePopupHd .clsSharePopupClose,
.clsCloseText {
  float: right;
  width: 5%;
  padding-top: 10px;
  background: none;
}
.clsSharePopupClose a,
.clsCloseText a {
  background: url(../../images/screen_blue/close_sharepopup.gif) no-repeat left top;
  width: 24px;
  height: 24px;
  display: block;
  text-indent: -999999px;
}
.optionMain {
  color: #0072B6;
}
.optionsup {
  color: #FF6B07;
  padding-left: 5px;
  font-size: 12px;
}
.optionsup option,
.optionMain option {
  color: #000;
}
.clsListHd {
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: -o-ellipsis-lastline;
  height: 20px;
  display: -moz-inline-box;
  color: #0083bb;
}
.message-ullink > ul > li.memberseditmenu,
.message-ullink-confiti > ul > li.memberseditmenu {
  border-left: 1px solid #ccc;
}
.clsPageinnerHd {
  background: #f6f6f6;
  padding: 8px 10px;
}
.clsPageinnerHd h3 {
  font-weight: bold;
  font-size: 13px;
}
.clsPageinnerHd.clsOrangeinnerHd {
  background: #ff6b07;
}
.clsPageinnerHd.clsOrangeinnerHd h3 {
  color: #fff;
}
.clsPageinnerHd.clsOrangeinnerHd a {
  text-decoration: underline;
}
.clsPageinnerHd.clsOrangeinnerHd a:hover {
  text-decoration: none;
}
.clsViewEventInfo {
  padding-left: 10px;
  margin-bottom: 20px;
}
.clsApplicationOdd {
  background: #EAF4FF;
  padding: 5px 10px;
}
.clsApplicationeven {
  background: #FFEBD7;
  padding: 5px 10px;
}
.clsApplicationOdd:hover,
.clsApplicationeven:hover {
  background: #f6f6f6;
  cursor: pointer;
}
.clsEditOptNew {
  right: 10px;
  top: 10px;
}
.clsVideoUploadSection li a {
  font-weight: bold;
  text-decoration: none;
  color: #000;
  display: block;
  font-size: 11px;
  line-height: 21px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #bbb;
  padding: 4px 8px 4px 5px;
  background: #fff;
}
.clsVideoUploadSection li a:hover {
  background-color: #fc9d5d;
  color: #fff;
}
.custom-border-and-border-radius {
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  background-color: white;
}
.clsVideoUploadSection li .clsRecord {
  background: url(../../../images/screen_blue/icon-record.jpg) no-repeat left top;
}
.clsVideoUploadSection li .clsCreateAlbum {
  background: url(../../../images/screen_gray/item-circle-add-icon.png) no-repeat left top !important;
  padding-left: 16px !important;
}
.comp_app_page ul li a .clsCreateAlbum {
  color: #000 !important;
}
.comp_app_page ul li a {
  padding-left: 5px !important;
  margin-top: 3px;
}
.clsVideoUploadSection li .clsUploadArrow {
  background: url(../../../images/screen_blue/icon-uploadarrowactive.jpg) no-repeat left top;
}
.clsVideoUploadSection li .clsUploadVideoArrow {
  background: url(../../../images/screen_blue/externalvideo.gif) no-repeat left top;
  padding-left: 28px;
}
.clsMoreFilders {
  padding: 0 5px;
  border-left: 1px solid #fff;
}
.clsMoreFilders >a {
  color: #fff;
}
.graybox {
  background: white;
  padding: 10px;
  border: 1px solid #DCDCDC;
  border-radius: 5px;
}
.graybox .clsImageCenter {
  background: #fff;
  border: 1px solid #ccc;
}
.clsConfettiDet {
  padding-bottom: 5px;
}
.clsMakeFriends {
  margin-bottom: 0;
}
.clsFrindsLeftLinks li.clsActive {
  background: #52555A;
  color: #FFF;
}
.clsFrindsLeftLinks li.clsActive a {
  color: #FFF;
}
.clsshmemul {
  border-bottom: 1px solid #f6f6f6;
}
.clsshmemul li {
  float: left;
  margin-right: 1px !important;
  background: none;
}
.dropdownSelect .dropdown-toggle {
  border: 1px solid #A9A9A9;
  background: white;
  padding: 3px;
  color: #A0A0A0;
}
.dropdownSelect .dropdown-toggle .caret {
  color: #A0A0A0;
}
.dropdownSelect .dropdown-menu {
  border: 1px solid #ccc;
  padding: 1px;
  z-index: 999999;
}
.graytext a {
  color: #333;
}
.graytext a:hover {
  color: #444;
}
.clsPositionOfPhoto p {
  font-weight: bold;
  color: #676767;
  padding-bottom: 5px;
  border-bottom: 1px solid #f6f6f6;
}
#previous,
#next {
  position: absolute;
  top: 45%;
  left: 25px;
  width: 15px;
  height: 15px;
  z-index: 99999;
  text-indent: -999999px;
}
#previous a,
#next a {
  display: block;
  z-index: 999999;
}
#next {
  left: auto;
  right: 27px;
}
#previous a {
  background: url(../../../images/screen_blue/custom/custom-sprite.png) no-repeat 0 -1461px;
}
#previous a:hover {
  background: url(../../../images/screen_blue/custom/custom-sprite.png) no-repeat 0 -1481px;
}
#next a {
  background: url(../../../images/screen_blue/custom/custom-sprite.png) no-repeat -24px -1461px;
}
#next a:hover {
  background: url(../../../images/screen_blue/custom/custom-sprite.png) no-repeat -24px -1481px;
}
#membersviewPhoto #previousDisable,
#membersviewPhoto #nextDisable {
  text-indent: -99999px;
  display: block;
}
#membersviewPhoto #previous a {
  background: url(../../../images/screen_blue/icon-prev1.jpg) no-repeat center center;
  display: block;
  width: 42px;
  height: 41px;
  text-indent: -99999px;
}
#membersviewPhoto #previous a:hover {
  background: url(../../../images/screen_blue/icon-prev1-over.jpg) no-repeat center center;
}
#membersviewPhoto #next a {
  background: url(../../../images/screen_blue/icon-next1.jpg) no-repeat center center;
  display: block;
  width: 42px;
  height: 41px;
  text-indent: -99999px;
}
#membersviewPhoto #next a:hover {
  background: url(../../../images/screen_blue/icon-next1-over.jpg) no-repeat center center;
}
.clsReportTagContent .clsReportTagContentDiv,
.clsViewVideoLink > p {
  line-height: 25px;
  background: url(../../../images/screen_blue/bg-tableborder.jpg) repeat-x left bottom;
}
.clsReportTagContent .clsReportTag a span {
  padding: 0 10px;
}
.clsReportTagContent .clsReportTag a:hover,
.clsReportTagContent .clsReportTag.clsActive {
  background: #52555A;
  display: inline-block;
  color: #FFF;
}
.clsIndexEdit {
  right: 0px;
  top: 0px;
  background: #e8f5f9;
  position: absolute;
  padding: 1px;
  border: 1px solid #42C9F6;
}
.clsIndexUserImage .clsAvatarImage {
  position: relative;
}
.clsIndexUserImage .clsIndexEditLink {
  background: #e8f5f9 url(../../../images/screen_blue/icon-editindex.gif) no-repeat 6px top !important;
  display: block;
  padding: 1px 19px 1px 30px;
  cursor: pointer;
}
.clsAvatarMain {
  width: 194px;
  margin-top: 2px;
}
.clsEditPfoleft .clsAvatarMain h2,
.clsAvatarMain h2 {
  padding: 4px 0px 3px 0px !important;
  font-size: 13px !important;
}
.clsEditPfoleft .clsAvatarMain h2 a,
.clsAvatarMain h2 a {
  padding-right: 18px;
}
.clsEditPfoleft .clsAvatarMain h2,
.clsAvatarMain h2 {
  background: #e8f5f9 url(../../../images/screen_blue/icon-editindex.jpg) no-repeat top left;
  border: 1px solid #DCDCDC;
  color: #000;
  position: relative;
  border-bottom: 0;
}
.lbprofileroundedcorner {
  border: 1px solid #ccc;
}
.clsleftSideList {
  border: 1px solid #DCDCDC;
  padding: 0 0 10px 10px;
  margin: 0;
  border-top: 0;
}
.clsProfileHeading {
  background: #fff;
  padding: 6px;
  border: 1px solid #DCDCDC;
}
.clsProfileHeading h2 {
  font-size: 13px;
  font-weight: bold;
}
.clsProfileHeadingLeft {
  float: left;
}
.clsProfileHeadingRight {
  float: right;
}
.clsVideoInformationLeft {
  width: 100%;
  float: left;
}
.clsVideoInformationRight {
  width: auto;
  float: right;
}
.clsVideoInformationRight .clsVideoHomeRoundedSections {
  padding-left: 20px;
}
.clsVideoInformationRight.clsRgtAlbum {
  position: absolute;
  top: 0;
  right: 0;
}
.clsShareDetailsLink {
  border-bottom: 1px solid #ccc;
}
.clsRoundredpopup {
  padding: 10px;
}
.clsFaceBookShare,
.clsMysapceBookShare,
.clsTwisterShare {
  float: left;
}
.clsFaceBookShare a,
.clsMysapceBookShare a,
.clsTwisterShare a {
  width: 26px;
  height: 24px;
  display: block;
  text-indent: -999em;
}
.clsFaceBookShare a {
  background: transparent url(../../../images/screen_blue/icon-facebookshare.jpg) no-repeat left top;
}
.clsMysapceBookShare a {
  background: transparent url(../../../images/screen_blue/icon-spaceshare.jpg) no-repeat left top;
}
.clsTwisterShare a {
  background: transparent url(../../../images/screen_blue/icon-twistershare.jpg) no-repeat left top;
}
div.modalPopupTransparent {
  filter: alpha(opacity=75);
  opacity: .75;
  background: url(../../../images/screen_blue/transparent.png) repeat;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 99999;
}
.clsShareUploadTbl {
  margin-top: 10px;
}
.clsSharePopupHd h2 {
  float: left;
  width: 90%;
}
.clsSharePopupHd .clsSharePopupClose,
.clsCloseText {
  float: right;
  width: 10%;
  padding-top: 10px;
  background: none;
}
.clsSharePopupClose a,
.clsCloseText a {
  background: url(../../../images/screen_blue/close_sharepopup.gif) no-repeat left top;
  width: 24px;
  height: 24px;
  display: block;
  float: right;
  text-indent: -999999px;
}
.clsShareSocialNetWork p {
  padding-left: 10px;
  margin: 0;
}
.clsShareSocialNetWork h3 {
  padding: 10px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 10px;
}
.clsPopupConfirmationNew {
  width: 80%;
  color: #000;
  background: #fff;
  padding: 8px;
  text-align: center;
  position: absolute;
  border: 1px solid #3b9ece;
}
.clsPopupConfirmationNew h2,
.clsPopupConfirmationNew label,
.clsPopupConfirmationNew p {
  color: #000 !important;
  padding: 5px 0;
}
.clsPopupConfirmationNew h2 {
  padding-left: 5px;
}
.lbVideoPlayer {
  background: #192124;
  overflow-x: auto;
}
.clsCenteralHub .clsConfettiWallNav li.clsHubActive a {
  color: #FF6704;
  background: #fff;
}
.clsSmallThumb {
  overflow: hidden;
  width: 100%;
  font-size: 0;
}
.clsSmallThumb a {
  display: block;
  font-size: 10px;
}
.clsUploadAvatar {
  padding: 14px 0 0;
}
.clsFormFieldErrTip {
  color: #F73131 !important;
  margin: 2px 0 0 0;
}
.clsProfileDet {
  min-height: 205px;
}
.clsProfileViewAll {
  background: url(../../../images/screen_blue/editproArrowImg.gif) no-repeat left 5px;
  padding-left: 14px;
}
.clsProfileTopLft {
  width: 25%;
  float: left;
}
.clsProfileTopRgt {
  width: 73%;
  float: right;
}
.headerUserMenu {
  text-align: center;
}
.headerUserMenu img {
  height: 25px;
  width: 25px;
}
.clsEventListLft {
  width: 15%;
  float: left;
}
.clsEventListRgt {
  width: 27%;
  float: left;
}
.clsEventListMdl {
  width: 65%;
  float: left;
}
.clsLodingUpdates {
  text-align: center;
  margin: 10px 10px 0 10px;
  padding: 24px 10px;
  height: 90px;
  background: #FFFFFF;
}
.col-sm-8 .clsLodingUpdates {
  text-align: left;
  margin: 10px 10px 0 70px;
}
.clsPopupConfirmation .clsDeleteConfirm h2 {
  padding: 8px 10px 8px 10px;
  color: #000;
}
.clsPopupConfirmation h2,
.clsPopupConfirmationCentered h2,
.clsPopupConfirmationCentered h2 a,
.modalPopupWindow h2 {
  padding: 0px 10px 0px 1px;
  color: #444;
  font-size: 15px;
}
.clsViewEventHd {
  padding: 5px 10px;
  font-size: 14px;
  background: #dfeaf0;
}
.clsInnerHd {
  border-bottom: 1px solid #ddd;
  padding: 5px 0px;
  margin-bottom: 10px;
}
.clsInnerHd h2 {
  font-size: 13px;
  font-weight: bold;
  color: #555;
  margin: 0;
}
.clsInnerHd h2 a {
  font-size: 13px;
  clear: #555;
}
.clsSeeAllRsvp {
  text-align: right;
}
.clsMakeItMainPage {
  border: 1px solid #008000;
  background: #9de89d;
  padding: 5px !important;
  top: 25%;
  left: 35%;
  text-align: center;
}
.clsCommentDetailsLeft {
  width: 25%;
  float: left;
  text-align: center;
}
.clsCommentDetailsLeft .clsImageCenter {
  background: #fff;
  border: 1px solid #ccc;
}
.clsCommentDetailsRight {
  width: 75%;
  float: right;
}
.gridview .clsImageCenter {
  margin-bottom: 5px;
}
.clsProfileInfoLft {
  width: 48%;
  float: left;
}
.clsProfileInfoRgt {
  width: 100%;
  float: right;
}
div.clsPopupConfirmationCentered {
  position: absolute;
  text-align: left;
  top: 0px;
  z-index: 999999;
  width: 90%;
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%,-50%) !important;
}
.clsLstLft {
  width: 20%;
  float: left;
}
.clsLstRgt {
  width: 80%;
  float: left;
}
.clsSubcategoriesTopList {
  margin: 10px 0 0;
}
.clsLstRgtLftspace {
  padding-left: 20px;
}
.uploadPhotoUL ul {
  padding: 0;
  margin: 0;
}
.clsPopupConfirmation.widthauto {
  width: auto;
  left: 0;
}
.linkcolor {
  color: #0089d4;
}
.clsGridview .clsMakeItMainPage {
  width: 80%;
  left: 10%;
}
.aliasLst li {
  padding-right: 10px;
}
.aliasLst li a {
  border: 1px solid #ccc;
  background: #f6f6f6;
  padding: 5px;
}
.clsEntityItenList .clsAddPhotoHeaderLeft {
  margin: 0px;
}
.videopr .clsPlayingTime {
  left: 10px;
}
.clsConfettiMailLst {
  border: 1px solid #f6f6f6;
}
.clsConfettiMailLst li {
  border-right: 1px solid #f6f6f6;
  padding: 3px 8px;
  float: left;
}
.clsConfettiMailLst li a {
  display: inline-block;
  text-indent: -99999px;
  width: 30px;
  height: 27px;
  text-align: left;
  vertical-align: middle;
}
.clsConfettiMailLst li a.mailCate {
  background: url(../../../images/screen_blue/custom/custom-sprite.png) no-repeat 0 -964px;
  width: 24px;
}
.clsConfettiMailLst li a.mailCate:hover {
  background: url(../../../images/screen_blue/custom/custom-sprite.png) no-repeat 0 -1074px;
}
.clsConfettiMailLst li a.smsCate {
  background: url(../../../images/screen_blue/custom/custom-sprite.png) no-repeat 0 -929px;
}
.clsConfettiMailLst li a.smsCate:hover {
  background: url(../../../images/screen_blue/custom/custom-sprite.png) no-repeat 0 -1040px;
}
.clsConfettiMailLst li a.chatCate {
  background: url(../../../images/screen_blue/custom/custom-sprite.png) no-repeat 0 -1002px;
}
.clsConfettiMailLst li a.UpdateIcon,
.clsConfettiMailLst li a.ImIcon {
  background: url(../../../images/screen_blue/update_im.png) no-repeat 0px -37px;
  width: 26px;
  height: 27px;
  text-indent: -999em;
}
.clsConfettiMailLst li a.UpdateIcon:hover,
.clsConfettiMailLst li a.UpdateIcon:active,
.clsConfettiMailLst li a.UpdateIcon:focus,
.clsConfettiMailLst li a.ImIcon:hover,
.clsConfettiMailLst li a.ImIcon:active,
.clsConfettiMailLst li a.ImIcon:focus {
  background-position: -44px -37px;
}
.clsConfettiMailLst li a.ImIcon {
  background-position: -3px -125px;
}
.clsConfettiMailLst li a.ImIcon:hover,
.clsConfettiMailLst li a.ImIcon:active,
.clsConfettiMailLst li a.ImIcon:focus {
  background-position: -47px -125px;
}
.clsConfettiMailLst li a.clsBooksIm {
  background: url(../../../images/screen_blue/update_im.png) no-repeat 2px -170px;
  width: 26px;
  height: 27px;
  display: inline-block;
  text-indent: -999em;
  vertical-align: middle;
}
.clsConfettiMailLst li a.clsBooksIm:hover,
.clsConfettiMailLst li a.clsBooksIm:active,
.clsConfettiMailLst li a.clsBooksIm:focus {
  background-position: -48px -170px;
}
.clsConfettiMailLst li a.clsgroupIm {
  background: url(../../../images/screen_blue/new-item.png) no-repeat -183px -229px;
  width: 40px;
  height: 35px;
  display: inline-block;
  text-indent: -999em;
  vertical-align: middle;
}
.clsConfettiMailLst li a.clsgroupIm:hover,
.clsConfettiMailLst li a.clsgroupIm:active,
.clsConfettiMailLst li a.clsgroupIm:focus {
  background-position: -229px -229px;
}
.clsConfettiMailLst li a.clsgithubIm {
  background: url(../../../images/screen_blue/update_im.png) no-repeat 0px -255px;
  width: 28px;
  height: 28px;
  display: inline-block;
  text-indent: -999em;
  vertical-align: middle;
}
.clsConfettiMailLst li a.clsgithubIm:hover,
.clsConfettiMailLst li a.clsgithubIm:active,
.clsConfettiMailLst li a.clsgithubIm:focus {
  background-position: -43px -255px;
}
.clsConfettiMailLst li .showib {
  display: inline-block;
  vertical-align: middle;
  color: #ff0000;
}
.clsSuggestRight {
  margin-right: 5px;
  margin-bottom: 5px;
}
#selFriendsSuggestionList {
  position: absolute;
  z-index: 99999;
  background: #f6f6f6;
}
.clsConfirmSuggestText,
.clsNoConfirmSuggestText {
  color: #fff;
  background: #62696F;
  padding: 4px 5px;
  border: 0;
  border-radius: 4px;
}
.clsNoConfirmSuggestText {
  color: #DB4000;
}
.clsComponentMixShowInfo {
  padding: 5px 5px 7px;
}
.clsaddcontentmenu li {
  float: left;
  padding: 0 10px 0px;
  background: url(../../../images/screen_blue/confetti-inner-seperator.gif) no-repeat right 5px;
}
.clsaddcontentmenu li:first-child {
  padding: 0 10px 0px 0;
}
.clsaddcontentmenu li:last-child {
  background: none;
}
.clsaddcontentmenu li.clsActive > a {
  font-weight: bold;
}
ul.clsaddcontentmenu li a {
  color: #0381BC;
}
ul.clsaddcontentmenu li.clsActivve a {
  font-weight: bold;
}
.clsEditProDate {
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #FF6B07;
}
.custom-orage-border {
  border: 1px solid #FF6B07;
}
.clsUpdateProfile p {
  margin: 0;
}
.clsUpdateProfile #selPlainCenterImage {
  clear: both;
}
.clsMailCheckBox {
  width: 5%;
  text-align: center;
}
.clsMailDate {
  width: 15%;
}
.clsMailTitle {
  width: 10%;
}
.clsPagingList ul {
  padding: 5px 0;
  float: right;
}
.clsPagingList .custom-text-inherit {
  float: inherit;
}
.clsPagingList li {
  float: left;
  margin: 0 2px;
  padding: 0px 3px;
}
.clsPagingList li >a {
  color: #0181C0;
  text-decoration: none;
  display: block;
}
.clsPagingList li .fa {
  padding-top: 3px;
}
.clsPagingList li.clsCurrPage {
  color: #FFF;
  font-weight: bold;
  background: #51565A;
  padding: 0px 3px;
}
.clsPagingList li.clsCurrPage.margin-top5 {
  margin-top: 5px;
}
.clsPagingList li.custom-color-none {
  background: inherit;
}
.clsPagingList li.clsInActivePage {
  color: #989898;
  padding: 0px 3px;
}
.clsPagingList li.clsInActivePage.margin-top5 {
  margin-top: 5px;
}
.clsPagingList li.clsNextPage a {
  color: #2878D1;
}
.clsPagingList li.clsPreviousPage a {
  color: #989898;
}
.clsNoBorder {
  border: 0;
}
ol.clsEntityLst > li .gridview {
  min-height: inherit;
}
.clsPopupConfirmation .form-horizontal {
  padding: 10px;
}
.clsMailTbl {
  border: 1px solid #CCC !important;
  margin-left: 1px;
  width: 100%;
}
.clsMailTbl .clsNotRead td {
  background: #f6f6f6;
}
.clsMailTbl .clsRead td a {
  color: #999;
  font-size: 13px;
}
.clsMailTbl th {
  background: #E6E6E6;
  color: #000;
  padding: 5px;
  font-size: 13px;
  border-left: 1px solid #CCC !important;
}
.clsMailTbl td {
  border-top: 1px solid #CCC !important;
  border-left: 1px solid #CCC !important;
  padding: 5px 5px;
}
.btnemptylabel {
  display: block;
  height: 15px;
}
.clsActiveNotesCompact {
  font-weight: bold;
}
.clsVideoUploadSection ul {
  float: right;
  margin: 0;
}
.clsVideoUploadSection li {
  float: left;
}
.clsGridHdPart {
  background: #f7f7f7;
  border: 1px solid #ccc;
  margin: 10px 0 0;
  padding: 2px;
}
.clsGridHdPart .gridLstIon a {
  font-size: 28px;
  line-height: 20px;
  color: #52555A;
  display: block;
  margin-top: 3px;
}
.clsGridHdPart .gridLstIon a:hover {
  color: #FC9D5D;
}
.clsGridHdPart .gridLstIon .clsActive a {
  color: #FF6B07;
}
.clsGridHdPart .clsPagingLst {
  margin-top: 1px;
  margin-bottom: 0;
}
.clsGridHdPart .clsPagingLst >li {
  float: left;
  padding-right: 5px;
}
.clsGridHdPart .clsPagingLst >li a {
  padding: 4px 7px;
  color: #52555A;
  font-size: 16px;
  display: block;
  border: 1px solid #f7f7f7;
}
.clsGridHdPart .clsPagingLst >li a:hover {
  background: #FC9D5D;
  color: #fff;
}
.clsGridHdPart .clsPagingLst >li.clsActive a {
  background: #fff;
  color: #FF6B07;
  border: 1px solid #FF6B07;
}
.clsGridHdPartLeft {
  float: left;
  width: 75%;
}
.clsGridHdPartRight {
  float: left;
  width: 25%;
}
.gridLstIonLeft {
  float: left;
  width: 50%;
  padding-top: 2px;
}
.gridLstIonRight {
  float: left;
  width: 50%;
  padding-top: 2px;
}
.gridLstIonEntityLeft,
.gridLstIonEntityMiddle,
.gridLstIonEntityRight {
  float: left;
  width: 33%;
}
.gridLstIonEntityLeft select {
  width: 80%;
}
.gridLstIonEntityMiddle {
  padding-top: 4px;
}
.my-profile-details li {
  float: left;
  margin-right: 5px;
}
.my-profile-details li a {
  border: 1px solid #ccc;
  border-radius: 5px;
  display: block;
  padding: 5px 10px;
  color: #000;
}
.my-profile-details li a .fa {
  color: #000;
}
.my-profile-details li a:focus,
.my-profile-details li a:hover,
.my-profile-details li a:active {
  color: #ff6b07;
}
.my-profile-details li a .fa:hover {
  color: #ff6b07;
}
.my-profile-details .clsActiveFriendLink .fa {
  color: #ff6b07;
}
.my-profile-details .clsActiveFriendLink a {
  color: #ff6b07;
}
.normalmenu >li {
  float: left;
  padding: 0 10px 0 0;
}
.normalmenu >li a {
  display: block;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 11px;
}
.normalmenu >li a:hover {
  background: #bbb;
}
.normalmenu >li.clsActive a {
  background: #f6f6f6;
}
.normalmenu.clsFontBck li > a {
  font-size: 14px;
  font-weight: normal;
}
.clsUserDetailsName input {
  margin: 0px 5px 2px 0;
}
.clsAliasName {
  font-style: italic;
}
.clsAliasName input {
  margin: 0;
}
.viewMoreLnk {
  padding: 15px 0;
}
.clsMoreListingMenus {
  margin-top: 10px;
  clear: both;
}
.clsFriendsListUlLinks {
  margin: 0px 0 0 0;
}
.clsInnerPageHd .btn {
  width: auto;
}
.clsSmallThumb70px {
  overflow: hidden;
  text-align: center;
  font-size: 0;
}
.clsSmallThumb70px a {
  display: block;
  font-size: 10px;
}
.clsInviteInformation {
  border: 1px solid #ededed;
  padding: 20px;
}
.clsImportContact1 {
  padding: 20px;
  background: #f6f6f6;
}
.clsImportContact1 .clsImportContact1Inner {
  height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 10px;
  margin-bottom: 10px;
  background: #fff;
}
.btn-invite {
  border-radius: 0;
  background: #fc9d5d;
  padding: 3px 10px;
}
.btn-invite:hover,
.btn-invite:focus {
  background: #fc9d5d;
  color: #000;
}
.btn-success p,
.btn-danger p {
  padding: 5px 10px;
}
.clsSuggestRight {
  border: 1px solid #ccc;
  background: #f6f6f6;
  padding: 3px 5px;
  float: left;
}
.clsRichTextTable textarea {
  height: 100px;
}
.mailNav li {
  margin-bottom: 2px;
}
.mailNav li a {
  display: block;
  background: #f6f6f6;
  padding: 5px 8px;
}
.mailNav li a:hover {
  background: #aaa;
  color: #fff;
}
.clsProfileText >ul {
  clear: both;
  padding: 0;
  margin-top: 10px;
}
.portlet-header {
  min-height: 5px;
  padding-bottom: 0px;
}
.clsOrengeTopBor {
  border-top: 1px solid #DCDCDC;
}
.clsBoxPeople {
  background: #fff;
}
.clsCompanySearch {
  background: #ddd;
  padding-top: 7px;
  font-size: 16px;
  padding-bottom: 5px;
}
.clsFooterPopupLink {
  display: none;
}
.search-group .btn .clsSearchBtn {
  margin-right: 0;
}
.search-group .btn.clsSearchBtn {
  background: #ff6704 url(../../../images/screen_blue/custom/custom-sprite.png) no-repeat 6px -831px;
  height: 29px;
}
.c_customdropdown > ul {
  background: #fff;
  display: none;
  width: 158px;
  left: auto;
  right: 0;
  border: 1px solid #ccc;
  padding: 0;
}
.c_customdropdown > ul li {
  border-bottom: 1px solid #ccc;
  width: 100%;
  text-align: left;
}
.c_customdropdown > ul li a {
  color: #000;
  font-size: 14px;
  margin: 0;
  border: none;
  width: 100%;
}
.c_customdropdown > ul li a span span {
  display: inline-block;
  vertical-align: middle;
}
.c_customdropdown > ul li a span i.fa {
  margin: 0;
}
.c_customdropdown > ul li a:hover {
  background: #ddd;
}
.c_customdropdown > ul li:last-child {
  border-bottom: none;
}
.c_customdropdown:hover {
  cursor: pointer;
}
.c_customdropdown:hover >ul {
  display: block;
  position: absolute;
  z-index: 99;
}
.c_customdropdown:hover >ul li {
  padding: 3px;
}
.c_customdropdown:hover >ul li a {
  margin: 0;
  padding: 1px;
  width: 100%;
  display: inline-block;
  color: #000;
}
.c_customdropdown:hover >ul li a span.mnuicon {
  background: #aaa;
  color: #fff;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  margin: 0 0px 0 0;
  display: inline-block;
}
.c_customdropdown:hover >ul li a span.no-background {
  background: none;
}
.c_customdropdown:hover >ul li a .fa {
  color: #fff !important;
}
.c_customdropdown:hover >ul li:hover {
  background-color: #ddd;
}
.c_customdropdown > ul.custom-cls-more-dropdown {
  left: 10px;
}
.c_customdropdown > .c_lstmenu {
  height: 31px;
}
.c_customdropdown > .c_lstmenu .fa-ellipsis-h {
  height: 8px;
}
.c_sfddown .c_customdropdown > .c_lstmenu {
  width: 22px;
}
.lbVideoHome .clsPageHd .col-sm-4 .clsVideoUploadSection ul {
  float: right;
}
.clsSearchDate .form-group {
  margin-left: 0;
  margin-right: 0;
}
.clsSearchDate .form-group .form-control {
  background: #fff;
}
.mobileCatDropdwn {
  height: 16px;
}
.mobileCatDropdwn li {
  float: left !important;
  width: 30px !important;
}
.mobileCatDropdwn li a {
  text-indent: -9999em;
}
.clsH2Link {
  margin: 5px 0 !important;
  padding: 0px 10px;
  font-size: 12px;
  position: relative;
  line-height: 14px;
  background: #f1f1f1;
  border-bottom: #999999 1px dotted;
  border-top: #999999 1px dotted;
  color: #000;
  display: inline-block;
  width: 100%;
}
.clsH2Link a {
  padding: 0 8px 0 0;
}
.ui-sortable-helper {
  border: 1px dashed #ccc;
  background: #DFEAF0;
}
.displayTa {
  display: table;
}
.displayTa.width100 {
  width: 100%;
}
.displayTa .displayRow {
  display: table-row;
}
.displayTa .displayRow .displaytd {
  display: table-cell;
}
.entityformatPart .graybox {
  bottom: 0;
  left: 0px;
  width: 100%;
  background: none;
  border: 0;
}
.entityformatPart .graybox ul {
  background: #fff;
  padding: 5px 5px 10px;
  border: 1px solid #FF6600;
}
.entityformatPart .displaytd {
  border: 0px solid #fff;
  float: none !important;
  padding: 3px 2px 3px;
}
.clsEntityFormatActiveMenu .clsImageCenter {
  border: 2px solid #ff6600;
  background: #FFF4ED;
}
.clsEntityFormatDocActive {
  border: 1px solid #ff6600;
  background: #FFF4ED;
}
.clsEntityFormatDocActive .clsImageCenter {
  background: #FFF4ED;
}
.photouploadPart {
  width: 100%;
  margin: 0 auto;
}
.photoUploadPartTop {
  border: 3px solid #ccc;
  background: #f8f8f8;
}
.clsCheckFormat .checkbox {
  float: left;
}
.clsPhotoUploadLnk {
  text-align: center;
  padding: 10px 0;
}
.clsPhotoUploadLnk .clsPhotoUploadUL {
  margin: 0;
  padding: 0;
}
.clsPhotoUploadLnk .clsPhotoUploadUL >li {
  display: inline-block;
  margin-left: -4px;
}
.clsPhotoUploadLnk .clsPhotoUploadUL >li a {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 10px;
  min-width: 100px;
  text-align: center;
  text-decoration: none;
  color: #000;
}
.clsPhotoUploadLnk .clsPhotoUploadUL >li.active {
  background: #dfeaf0;
}
.entityformatPartBg {
  background: #dfeaf0;
}
.entityformatPartBg .ui-state-default {
  background: #fff;
}
.whitebg {
  background: #fff;
}
.formatSelect .clsSelectIcon {
  display: none;
  bottom: 0px;
  right: 0;
  left: auto;
  position: absolute;
  height: 100%;
  text-align: center;
  padding: 3px 5px;
  margin: 0;
}
.formatSelect .clsSelectIcon .hdicon {
  position: absolute;
  cursor: pointer;
  bottom: 2px;
  right: 2px;
  background-color: #fff;
  padding: 10px;
  right: 0;
  float: none;
}
.formatSelect .clsSelectIcon .hdicon.hdicon1 {
  background: url(../../../images/screen_blue/clsdownload.png) no-repeat #fff;
  left: 0;
}
.formatSelect .clsSelectIcon .hdicon.clsEditItemIcon {
  background-position: -28px -68px;
}
.formatSelect .clsSelectIcon .hdicon.clsDeleteItemIcon {
  background-color: #fff;
}
.formatSelect .clsSelectIcon .hdicon.clsSearchPlus {
  background: url(../../../images/screen_blue/SearchPlus.png) no-repeat 2px 1px;
  left: 44%;
}
.formatSelect:hover .clsSelectIcon {
  display: block !important;
}
.clsLinkCont {
  line-height: 20px !important;
  text-align: left !important;
  height: auto !important;
  padding: 10px;
}
.clsLinkCont a {
  font-size: 12px;
}
.formatRemoveIcon .fa {
  font-size: 18px;
  color: #ff0000;
}
.formatHdRgtLnk a {
  padding: 5px 10px !important;
  margin-right: 10px;
  display: block;
}
.formatHdRgtLnk a .hdicon {
  float: none;
}
.formatHdRgtLnk a.remove {
  color: #ff0000;
  margin-right: 0px;
}
.sbOptions {
  height: 240px !important;
  overflow: auto !important;
}
.clsH2LinkLft >li {
  padding: 3px 10px;
  margin-top: 3px;
}
.clsKeyMenuHd {
  border-bottom: 1px solid #ccc;
  font-size: 13px;
  margin: 0;
  padding: 5px 10px;
}
.clsKeyMenu >li a {
  display: block;
  padding: 5px 10px;
  border-bottom: 1px solid #f6f6f6;
  font-size: 12px;
  font-weight: normal;
}
.clsKeyMenu >li a span,
.clsKeyMenu >li a i {
  width: 25px !important;
}
.clsFormatMenu li {
  float: left;
  padding: 0;
  margin: 0 3px;
}
.clsFormatMenu li a {
  display: block;
  height: 23px;
  text-indent: -99999px;
  width: 42px;
  padding: 0;
}
.formatone .formatoneLink {
  background: url(../../../images/screen_blue/sprite-matrix.png) no-repeat -1px -2px !important;
  width: 20px;
  height: 25px;
}
.formatone .formatoneLink:hover,
.formatone .formatoneLink.clsActive {
  background: url(../../../images/screen_blue/sprite-matrix-hover.png) no-repeat -1px -2px !important;
}
.formatone .formattwoLink {
  background: url(../../../images/screen_blue/sprite-matrix.png) no-repeat -1px -25px !important;
  width: 20px;
  height: 45px;
}
.formatone .formattwoLink:hover,
.formatone .formattwoLink.clsActive {
  background: url(../../../images/screen_blue/sprite-matrix-hover.png) no-repeat -1px -25px !important;
}
.formatone .formatthreeLink {
  background: url(../../../images/screen_blue/sprite-matrix.png) no-repeat -1px -68px !important;
  width: 20px;
  height: 65px;
}
.formatone .formatthreeLink:hover,
.formatone .formatthreeLink.clsActive {
  background: url(../../../images/screen_blue/sprite-matrix-hover.png) no-repeat -1px -68px !important;
}
.formatone .formatfourLink {
  background: url(../../../images/screen_blue/sprite-matrix.png) no-repeat -1px -2px !important;
  width: 20px;
  height: 70px;
}
.formatone .formatfourLink:hover,
.formatone .formatfourLink.clsActive {
  background: url(../../../images/screen_blue/sprite-matrix-hover.png) no-repeat -1px -2px !important;
}
.formattwo .formatoneLink {
  background: url(../../../images/screen_blue/sprite-matrix.png) no-repeat -31px -2px !important;
  width: 40px;
  height: 25px;
}
.formattwo .formatoneLink:hover,
.formattwo .formatoneLink.clsActive {
  background: url(../../../images/screen_blue/sprite-matrix-hover.png) no-repeat -31px -2px !important;
}
.formattwo .formattwoLink {
  background: url(../../../images/screen_blue/sprite-matrix.png) no-repeat -31px -25px !important;
  width: 40px;
  height: 45px;
}
.formattwo .formattwoLink:hover,
.formattwo .formattwoLink.clsActive {
  background: url(../../../images/screen_blue/sprite-matrix-hover.png) no-repeat -31px -25px !important;
}
.formattwo .formatthreeLink {
  background: url(../../../images/screen_blue/sprite-matrix.png) no-repeat -31px -68px !important;
  width: 40px;
  height: 65px;
}
.formattwo .formatthreeLink:hover,
.formattwo .formatthreeLink.clsActive {
  background: url(../../../images/screen_blue/sprite-matrix-hover.png) no-repeat -31px -68px !important;
}
.formattwo .formatfourLink {
  background: url(../../../images/screen_blue/sprite-matrix.png) no-repeat -31px -2px !important;
  width: 40px;
  height: 80px;
}
.formattwo .formatfourLink:hover,
.formattwo .formatfourLink.clsActive {
  background: url(../../../images/screen_blue/sprite-matrix-hover.png) no-repeat -31px -2px !important;
}
.formatthree .formatoneLink {
  background: url(../../../images/screen_blue/sprite-matrix.png) no-repeat -82px -2px !important;
  width: 55px;
  height: 25px;
}
.formatthree .formatoneLink:hover,
.formatthree .formatoneLink.clsActive {
  background: url(../../../images/screen_blue/sprite-matrix-hover.png) no-repeat -82px -2px !important;
}
.formatthree .formattwoLink {
  background: url(../../../images/screen_blue/sprite-matrix.png) no-repeat -82px -25px !important;
  width: 55px;
  height: 45px;
}
.formatthree .formattwoLink:hover,
.formatthree .formattwoLink.clsActive {
  background: url(../../../images/screen_blue/sprite-matrix-hover.png) no-repeat -82px -25px !important;
}
.formatthree .formatthreeLink {
  background: url(../../../images/screen_blue/sprite-matrix.png) no-repeat -82px -68px !important;
  width: 55px;
  height: 65px;
}
.formatthree .formatthreeLink:hover,
.formatthree .formatthreeLink.clsActive {
  background: url(../../../images/screen_blue/sprite-matrix-hover.png) no-repeat -82px -68px !important;
}
.formatthree .formatfourLink {
  background: url(../../../images/screen_blue/sprite-matrix.png) no-repeat -82px -2px !important;
  width: 55px;
  height: 80px;
}
.formatthree .formatfourLink:hover,
.formatthree .formatfourLink.clsActive {
  background: url(../../../images/screen_blue/sprite-matrix-hover.png) no-repeat -82px -2px !important;
}
.formatfour .formatoneLink {
  background: url(../../../images/screen_blue/sprite-matrix.png) no-repeat -145px -2px !important;
  width: 80px;
  height: 20px;
}
.formatfour .formatoneLink:hover,
.formatfour .formatoneLink.clsActive {
  background: url(../../../images/screen_blue/sprite-matrix-hover.png) no-repeat -145px -2px !important;
}
.formatfour .formattwoLink {
  background: url(../../../images/screen_blue/sprite-matrix.png) no-repeat -145px -25px !important;
  width: 80px;
  height: 40px;
}
.formatfour .formattwoLink:hover,
.formatfour .formattwoLink.clsActive {
  background: url(../../../images/screen_blue/sprite-matrix-hover.png) no-repeat -145px -25px !important;
}
.formatfour .formatthreeLink {
  background: url(../../../images/screen_blue/sprite-matrix.png) no-repeat -145px -68px !important;
  width: 80px;
  height: 60px;
}
.formatfour .formatthreeLink:hover,
.formatfour .formatthreeLink.clsActive {
  background: url(../../../images/screen_blue/sprite-matrix-hover.png) no-repeat -145px -68px !important;
}
.formatfour .formatfourLink {
  background: url(../../../images/screen_blue/sprite-matrix.png) no-repeat -1px -2px !important;
  width: 80px;
  height: 80px;
}
.formatfour .formatfourLink:hover,
.formatfour .formatfourLink.clsActive {
  background: url(../../../images/screen_blue/sprite-matrix-hover.png) no-repeat -1px -2px !important;
}
.clsHeaderMenu {
  padding: 5px 0;
}
#staticPage #main,
#membersstaticPage #main {
  margin-left: 21px;
  background: #fff;
  padding: 20px;
}
.clsCheckFormat .checkbox label {
  padding-left: 0px;
}
.clsCheckFormat .checkbox input[type="radio"] {
  margin: 0;
}
.column-module .formatSelect .clsSelectIcon {
  height: 24px;
  width: 100%;
  background: none;
}
.portlet-content .clsImageCenter:hover {
  background: #fff;
}
.formatDetLst .formatDetLstHD {
  background: #fff;
  padding: 8px 10px;
}
.formatDetLst li {
  border-bottom: 1px solid #f6f6f6;
  padding: 5px 10px;
}
.entityformatPart .displaytd.col-sm-4 .form-group .col-sm-4 {
  width: 50%;
  text-align: left;
}
.col-sm-4 .cls_key-icon,
.col-sm-8 .cls_key-icon {
  position: absolute;
  top: -49px;
  left: -210px;
}
.col-sm-4 .cls_key-dropdown,
.col-sm-8 .cls_key-dropdown {
  padding: 5px;
  position: absolute;
  width: 189px;
  z-index: 9999;
  top: -20px;
  left: -240px;
  background-color: #fff;
  border: 1px solid #ccc;
  -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;
}
.col-sm-4 .cls_key-dropdown .clsKeyMenu >li a,
.col-sm-8 .cls_key-dropdown .clsKeyMenu >li a {
  display: inline-block;
}
.col-sm-8 .cls_key-icon {
  top: -47px;
  left: -583px;
}
.col-sm-8 .cls_key-dropdown {
  top: -20px;
  left: -610px;
}
ul.clsAppMenu li a {
  padding: 3px 10px;
}
ul.clsAppMenu li .custom-padding-none {
  padding: none;
}
ul.clsAppMenu li.clsActive {
  background: #ccc;
}
.clsPlusIcon {
  background: url(../../../images/screen_blue/img_plus-icon.png) no-repeat 0px 3px;
}
.clsheaderMessage {
  width: 32px;
  height: 28px;
  text-indent: -99999px;
  margin-top: 8px !important;
  background: url(../../../images/screen_blue/custom/custom-sprite.png) no-repeat 1px -965px;
}
.cls_keyicon-form .form-horizontal .control-label {
  padding-top: 0;
}
.clsMixOllistDown {
  background: #F9F9F9;
  border: 1px solid #eee;
}
.clsMixOllistDown .clsSelectIcon .clsEditItemIcon {
  background: none;
}
.clsMixOllistDown:hover {
  background: #E0E0E0;
  border: 1px solid #C1C1C1;
}
.clsMixOllistDown:hover .clsSelectIcon .clsEditItemIcon {
  background: #42C9F6 url(../../../images/screen_blue/custom/custom-sprite.png) no-repeat -28px -70px;
  float: right;
  padding: 10px;
}
.clsMessage a .clsMessage-icon,
.clsMessage a .clsMember-icon {
  background: url(../../../images/screen_blue/img_mail_open-icon.png) no-repeat 0px 0px;
  display: inline-block;
  width: 25px;
  height: 15px;
}
.clsMessage a .clsMember-icon {
  background: url(../../../images/screen_blue/img_member-icon.png) no-repeat -1px 0px;
}
.clsDocsIcon {
  background: url(../../../images/screen_blue/new_img_sprite-icon.png) no-repeat -42px 1px;
}
.clsGeoIcon {
  background: url(../../../images/screen_blue/new_img_sprite-icon.png) no-repeat 0px 2px;
}
.clsContextIcon {
  background: url(../../../images/screen_blue/new_img_sprite-icon.png) no-repeat -20px 0px;
}
.clsAddClassifiedIcon {
  background: url(../../../images/screen_blue/custom/custom-sprite.png) no-repeat 0 -807px;
}
.clsAddContent {
  background: url(../../../images/screen_blue/img_setting-add.png) no-repeat -40px 4px;
}
.clsAddContent-blue {
  background: url(../../../images/screen_blue/img_setting-add-blue.png) no-repeat -17px 4px;
}
.clsAddContent-gray {
  background: url(../../../images/screen_gray/img_setting-add_gray.png) no-repeat -19px 5px !important;
}
.clsSetting {
  background: url(../../../images/screen_blue/img_setting-add.png) no-repeat 0px 0px;
}
.clsInviteMember-block .clsViewEventsLeftSide .clsImageleft a.clsUser_Memeber {
  padding: 4px;
  border: 1px solid #9E9E9E;
  display: inline-block;
  border-radius: 3px;
  float: left;
  margin-right: 8px;
}
.clsInviteMemberCheckbox .checkbox input[type="checkbox"],
.clsInviteMemberCheckbox .checkbox-inline input[type="checkbox"] {
  margin: 2px 0 0 0;
}
.clsInviteMemberCheckbox .clsUserDetails {
  padding: 0 0 0 20px;
}
.clsSmallThumb-1 img {
  border: 1px solid #ccc;
  padding: 2px;
  border-radius: 5px;
}
.s-top-mar {
  margin-top: 3px;
}
.clsleft-bor {
  border-left: 1px solid #ccc;
  position: absolute;
  height: 40px;
  top: 0;
  right: 33px;
}
.clsViewPageBlock .clsSelectBoxWidth select {
  width: 65%;
  float: left;
  margin-bottom: 5px;
}
.clsEditPage .clsSelectWidth select {
  width: 50%;
  float: left;
  margin-bottom: 5px;
}
.bg-grayc {
  overflow: hidden;
  overflow-y: auto;
}
.clsPageBlock .clsPageLeftSide {
  margin: 0 -8px 0 0;
  overflow: hidden;
  overflow-y: auto;
  height: auto;
}
.clsPageBlock .clsPageLeftSide .clsLeftContent {
  background: #fff;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  position: relative;
}
.clsPageBlock .clsPageLeftSide .clsLeftContent .clsCaretIcon {
  background: url(../../../images/screen_blue/clsCaretIcon.png) no-repeat 0px 0px;
  position: absolute;
  right: -3%;
  top: 35%;
  height: 24px;
  width: 24px;
  display: block;
}
.clsPageBlock .clsRightSideContent .clsRightSide p img {
  width: 100%;
  border: 1px solid #E3E3E3;
}
.clsPageBlock .clsRightSideContent .clsRightSide .clsBannerUser {
  bottom: -19px;
  left: 47%;
  background: #fff;
  padding: 2px;
}
.clsPageBlock .clsRightSideContent .btn-info {
  font-weight: bold;
  color: #fff;
  font-size: 14px;
}
.clsPageBlock .clsRightSideContent .btn-info:hover {
  text-decoration: none;
  background: #00A8DA;
  border: 1px solid #00A8DA;
  color: #fff;
}
.clsPageBlock .clsRightSideContent .clsFormatImageBlock ul li {
  display: inline-block;
  padding: 0 10px;
}
.clsPageBlock h3.clsPageTitleLeft {
  font-size: 14px;
  padding: 6px 0 5px 0;
}
.clsOrangeMenuTab.clsAppMenuIcon a .fa {
  font-size: 16px;
  margin-top: 5px;
}
.clsOrangeMenuTab.clsAppMenuIcon a:hover .fa {
  color: #000;
}
.clsOrangeMenuTab.clsAppMenuIcon.clsAppMenu .hdicon.clsAddItemIcon {
  background-position: -333px -147px;
}
.clsOrangeMenuTab.clsAppMenuIcon.clsAppMenu .clsActive .hdicon.clsAddItemIcon {
  background-position: -270px -147px;
}
.clsbluec {
  color: #0083BB;
}
.clsMatrixFormat .dropdown-menu {
  min-width: 240px;
  padding: 5px 0px 5px 5px;
}
.clscaret {
  width: 15px;
  height: 19px;
  background: url(../../../images/screen_blue/clscaret.png) no-repeat 0px 0px;
  display: block;
}
.clsEntityPageBlock .navbar-toggle {
  float: left;
  z-index: 99999;
  top: 0px;
  left: 0px;
  background: #ccc;
  border-radius: 0 20px 20px 0;
}
.clsEntityPageBlock .navbar-toggle .fa {
  font-size: 20px;
  color: #fff;
}
.clsEntityPageBlock .navbar-collapse {
  position: absolute;
  z-index: 999;
  width: 100%;
  left: 0;
  height: 100%;
  max-height: none;
  background: #fff;
}
.clsEntityWithFormatLink {
  margin: 5px 0 0 0;
}
.clsEntityWithFormatLink li {
  float: left;
  margin: 0;
  border-right: 1px solid #ccc;
}
.clsEntityWithFormatLink li a {
  display: block;
  padding: 8px 9px;
}
.clsEntityWithFormatLink li a.active,
.clsEntityWithFormatLink li a.clsActive {
  color: #fff;
  background: #ccc;
}
.clsEntityWithFormatLink li.entMixCls a {
  color: #000;
  background: #DFEAF0;
}
.clsEntityWithFormatLink li.entMixCls.clsEntityActive  > a {
  background: #CCC;
}
.clsPageBlock .clsRightSideContent {
  min-height: 200px;
}
.clsOrangeMenuBor-top {
  border-top: 1px solid #DCDCDC;
}
.clsComponentsLink li:hover,
.clsComponentsLink li.clsActive {
  background: #ccc;
}
.clsComponentsLink li a {
  padding: 3px 5px;
}
.text-10 {
  font-size: 10px;
}
.text-12 {
  font-size: 12px;
}
.text-14 {
  font-size: 14px;
}
.text-16 {
  font-size: 16px;
}
.text-18 {
  font-size: 18px;
}
.text-20 {
  font-size: 20px;
}
.entityformatcls ul li a {
  line-height: 25px;
  font-size: 14px;
}
.entityformatcls ul li a .fa {
  font-size: 16px;
  padding-bottom: 4px;
  padding-top: 4px;
}
.entityformatcls ul li.entMixClsActive.entMixCls > a {
  color: #fff;
  background: #68B1D2;
  border: 1px solid #0A4C71;
}
.entityMobileFormatCls.showentMixCls > a {
  color: #000;
  background: #DFEAF0;
  border: 1px solid #9ACDE9;
}
.entityMobileFormatCls.entMixClsActive > a {
  color: #fff;
  background: #68B1D2;
  border: 1px solid #0A4C71;
}
.htruncate-ml2 {
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: -o-ellipsis-lastline;
  height: 45px;
}
.clsFormTableSection.clsUploadBlock ul li .listingLarge {
  min-height: 105px;
}
.clsFormTableSection.clsUploadBlock ul li .listingLarge img {
  height: 60px;
  width: auto;
}
#confettiUserList ol li .listingLarge img {
  height: 66px;
}
#issuedConfettiList .gridview .clsSmallThumb img {
  height: 85px;
}
#memberConfettiList .gridview a img {
  height: 65px;
}
.no-bar {
  border: 0 !important;
}
.right-sspace {
  padding-right: 5px;
}
.setting-block .hdicon.clsSettignIcon {
  background: url(../../../images/screen_blue/custom/custom-sprite.png) no-repeat 0px -1136px;
}
.orange_color {
  color: #ff6b07;
}
.clsItemIcon {
  background: url(../../../images/screen_blue/item-icon.png) no-repeat;
}
.form-horizontal .clsFormatBgcolor {
  background: #fff;
  margin: 0 0 10px;
}
.clsVideoListCommon .clsVideoListLeft .col-md-1 a img {
  height: 50px;
}
.clsMultipleFriendsTbl .clsVideoHomeRoundedSections .clsMultipleFriendsListDisp img {
  height: 80px;
}
.upload-entityvideo .clsPlayTimeL a img {
  height: 100px;
}
.clsHeaderMenuBlock ul li a {
  padding: 5px 9px 0px;
}
.clsHeaderMenuBlock ul li a .hdicon {
  height: 24px !important;
  width: 22px;
  display: inline-block;
  float: none;
  margin-right: 3px;
  background: url(../../../images/screen_blue/header-icon.png) no-repeat 0 0;
}
.clsHeaderMenuBlock ul li a .hdicon .pad-top {
  padding-top: 3px;
}
.clsHeaderMenuBlock ul li a .hdicon.icon-confetti {
  background: url(../../../images/screen_blue/new-item.png) no-repeat 0px -28px;
}
.clsHeaderMenuBlock ul li a .hdicon.icon-item {
  background: url(../../../images/screen_blue/new-item.png) no-repeat -23px -1px;
}
.clsHeaderMenuBlock ul li a .hdicon.icon-setting {
  background-position: -48px -1px;
}
.clsHeaderMenuBlock ul li a .hdicon.icon-message {
  background-position: -136px -1px;
}
.clsHeaderMenuBlock ul li a .hdicon.icon-member {
  background-position: -159px -2px;
}
.clsHeaderMenuBlock ul li a .hdicon.icon-user {
  background-position: -24px -2px;
}
.clsHeaderMenuBlock ul li a .hdicon.icon-dropdown {
  background-position: -181px -1px;
}
.clsHeaderMenuBlock ul li a .hdicon.icon-hub {
  background-position: -114px 0px;
}
.clsHeaderMenuBlock ul li:hover a,
.clsHeaderMenuBlock ul li.clsActiveMainLink a {
  color: #ff6b07;
}
.clsHeaderMenuBlock ul li:hover a .hdicon,
.clsHeaderMenuBlock ul li.clsActiveMainLink a .hdicon {
  background: url(../../../images/screen_blue/header-icon-hover.png) no-repeat 0 0;
}
.clsHeaderMenuBlock ul li:hover a .hdicon.icon-confetti,
.clsHeaderMenuBlock ul li.clsActiveMainLink a .hdicon.icon-confetti {
  background: url(../../../images/screen_blue/new-item.png) no-repeat -22px -28px;
}
.clsHeaderMenuBlock ul li:hover a .hdicon.icon-item,
.clsHeaderMenuBlock ul li.clsActiveMainLink a .hdicon.icon-item {
  background: url(../../../images/screen_blue/new-item.png) no-repeat 0px -1px;
}
.clsHeaderMenuBlock ul li:hover a .hdicon.icon-setting,
.clsHeaderMenuBlock ul li.clsActiveMainLink a .hdicon.icon-setting {
  background-position: -48px -1px;
}
.clsHeaderMenuBlock ul li:hover a .hdicon.icon-message,
.clsHeaderMenuBlock ul li.clsActiveMainLink a .hdicon.icon-message {
  background-position: -136px -1px;
}
.clsHeaderMenuBlock ul li:hover a .hdicon.icon-member,
.clsHeaderMenuBlock ul li.clsActiveMainLink a .hdicon.icon-member {
  background-position: -159px -2px;
}
.clsHeaderMenuBlock ul li:hover a .hdicon.icon-user,
.clsHeaderMenuBlock ul li.clsActiveMainLink a .hdicon.icon-user {
  background-position: -24px -2px;
}
.clsHeaderMenuBlock ul li:hover a .hdicon.icon-dropdown,
.clsHeaderMenuBlock ul li.clsActiveMainLink a .hdicon.icon-dropdown {
  background-position: -181px -1px;
}
.clsHeaderMenuBlock ul li:hover a .hdicon.icon-hub,
.clsHeaderMenuBlock ul li.clsActiveMainLink a .hdicon.icon-hub {
  background-position: -114px 0px;
}
.clsEntityUserPro h3.clsMemeberConfetti a {
  font-size: 13px;
  font-family: Open Sans;
}
.custom-pad-top3-import {
  padding-top: 3px !important;
}
.custom-pad-top6-import {
  padding-top: 6px !important;
}
.pad-top4 {
  padding-top: 4px;
}
.pad-top5 {
  padding-top: 5px !important;
}
.pad-top6 {
  padding-top: 6px;
}
.pad-top7 {
  padding-top: 7px !important;
}
.pad-left4 {
  padding-left: 4px !important;
}
.pad-top0 {
  padding-top: 0px !important;
}
.pad-bottom0 {
  padding-bottom: 0px !important;
}
.pad-bottom2 {
  padding-bottom: 2px !important;
}
.no-pad-left {
  padding-left: 0px !important;
}
.p-l-2 {
  padding-left: 2px !important;
}
.pad-right-4 {
  padding-right: 4px;
}
.p-l-2 {
  padding-left: 2px !important;
}
.ver-space7 {
  padding: 7px 0;
}
.clsBeforeLogin li {
  float: left;
}
.clsNoteHeightOverflow {
  max-height: 70px;
  overflow-y: auto;
}
.clsExampleCodeBlock {
  top: 10% !important;
}
.clsExampleCodeBlock .clsExampleCodeContent {
  height: 500px;
  overflow: hidden;
  overflow-y: auto;
}
.clsAddTemplateBlock p {
  display: none;
}
.clsAddTemplateBlock:hover img {
  opacity: 0.5;
}
.clsAddTemplateBlock:hover p {
  display: block;
  top: 33%;
  left: 10%;
  right: 10%;
  text-align: center;
  color: #000;
  font-size: 15px;
  font-weight: bold;
}
.clsMessagePopUp .clsPopupConfirmation {
  top: -260px;
}
.clsProfileHub select,
.clsEditPage .clsSelectWidth select {
  width: 100%;
}
.clsAddItemIcon-blue {
  background: url(../../../images/screen_blue/new-item.png) no-repeat -299px -147px;
  height: 25px;
  width: 25px;
}
ul.clsAppMenuNewIcon li a {
  color: #000;
  border-right: none;
  padding: 3px 7px;
  border-radius: 0;
  display: block;
  line-height: 25px;
  float: left;
}
ul.clsAppMenuNewIcon li a:hover {
  background: #e0e0e0;
}
ul.clsAppMenuNewIcon li a .hdicon {
  height: 24px !important;
  width: 24px;
  display: block;
  float: left;
  background: url(../../../images/screen_gray/new-icon-hover_gray.png) no-repeat 0 0;
}
ul.clsAppMenuNewIcon li a .hdicon.clsAddPhotosIcon {
  background-position: -6px 0;
}
ul.clsAppMenuNewIcon li a .hdicon.clsAddVideoIcon {
  background-position: -34px 0;
}
ul.clsAppMenuNewIcon li a .hdicon.clsAddAudioIcon {
  background-position: -65px 0;
}
ul.clsAppMenuNewIcon li a .hdicon.clsListingLinkIcon {
  background-position: -97px 0;
}
ul.clsAppMenuNewIcon li a .hdicon.clsPostLinkIcon {
  background-position: -124px 0;
}
ul.clsAppMenuNewIcon li a .hdicon.clsWriteNoteIcon {
  background-position: -152px 0;
}
ul.clsAppMenuNewIcon li a .hdicon.clseventIcon {
  background-position: -176px 0;
}
ul.clsAppMenuNewIcon li a .hdicon.clsclassifiedIcon {
  background-position: -205px 0;
}
ul.clsAppMenuNewIcon li a .hdicon.clsGeoIcon {
  background-position: -232px 0;
}
ul.clsAppMenuNewIcon li a .hdicon.clsContextIcon {
  background-position: -260px 0;
}
ul.clsAppMenuNewIcon li a .hdicon.clsDocsIcon {
  background-position: -290px 0;
}
ul.clsAppMenuNewIcon li a .hdicon.clsPlusIcon {
  background-position: -325px 0;
}
ul.clsAppMenuNewIcon li a .hdicon.clsAddFolderIcon {
  background-position: -356px 0;
}
ul.clsAppMenuNewIcon li a .hdicon.clsAddItemIcon {
  background-position: -388px 0;
}
ul.clsAppMenuNewIcon li a .hdicon.clsAddApplocationIcon {
  background: url(../../../images/screen_blue/clsAddApplocationIcon.png) no-repeat 0px 0;
  width: 28px;
}
ul.clsAppMenuNewIcon li a .hdicon.clsAddApplocationIconBlue {
  background: url(../../../images/screen_blue/clsAddApplocationIconBlue.png) no-repeat 0px 0;
  width: 28px;
}
ul.clsAppMenuNewIcon li a .hdicon.clsAddApplocationIconGray {
  background: url(../../../images/screen_gray/clsAddApplocationIconGray.png) no-repeat 0px 0;
  width: 28px;
}
ul.clsAppMenuNewIcon li a .hdicon.clsAddAppfolderIconBlue {
  background: url(../../../images/screen_blue/clsAddAppfolderIconBlue.png) no-repeat 0px 0;
  width: 28px;
}
ul.clsAppMenuNewIcon li a .hdicon.clsAddAppfolderIconGray {
  background: url(../../../images/screen_gray/clsAddAppfolderIconGray.png) no-repeat 0px 0;
  width: 28px;
}
ul.clsAppMenuNewIcon li a .hdicon.clsAddAppfolderIconDarkGray {
  background: url(../../../images/screen_gray/clsAddAppfolderIconDark_gray.png) no-repeat 0px 0;
  width: 28px;
}
ul.clsAppMenuNewIcon li a .hdiconDark {
  height: 24px !important;
  width: 24px;
  display: block;
  float: left;
  background: url(../../../images/screen_gray/new-icon-hoverDark_gray.png) no-repeat 0 0;
}
ul.clsAppMenuNewIcon li a .hdiconDark.clsAddPhotosIcon {
  background-position: -6px 0;
}
ul.clsAppMenuNewIcon li a .hdiconDark.clsAddVideoIcon {
  background-position: -34px 0;
}
ul.clsAppMenuNewIcon li a .hdiconDark.clsAddAudioIcon {
  background-position: -65px 0;
}
ul.clsAppMenuNewIcon li a .hdiconDark.clsListingLinkIcon {
  background-position: -97px 0;
}
ul.clsAppMenuNewIcon li a .hdiconDark.clsPostLinkIcon {
  background-position: -124px 0;
}
ul.clsAppMenuNewIcon li a .hdiconDark.clsWriteNoteIcon {
  background-position: -152px 0;
}
ul.clsAppMenuNewIcon li a .hdiconDark.clseventIcon {
  background-position: -176px 0;
}
ul.clsAppMenuNewIcon li a .hdiconDark.clsclassifiedIcon {
  background-position: -205px 0;
}
ul.clsAppMenuNewIcon li a .hdiconDark.clsGeoIcon {
  background-position: -232px 0;
}
ul.clsAppMenuNewIcon li a .hdiconDark.clsContextIcon {
  background-position: -260px 0;
}
ul.clsAppMenuNewIcon li a .hdiconDark.clsDocsIcon {
  background-position: -290px 0;
}
ul.clsAppMenuNewIcon li a .hdiconDark.clsPlusIcon {
  background-position: -325px 0;
}
ul.clsAppMenuNewIcon li a .hdiconDark.clsAddFolderIcon {
  background-position: -356px 0;
}
ul.clsAppMenuNewIcon li a .hdiconDark.clsAddItemIcon {
  background-position: -388px 0;
}
ul.clsAppMenuNewIcon li a .hdiconDark.clsAddApplocationIcon {
  background: url(../../../images/screen_blue/clsAddApplocationIcon.png) no-repeat 0px 0;
  width: 28px;
}
ul.clsAppMenuNewIcon li a .hdiconDark.clsAddApplocationIconBlue {
  background: url(../../../images/screen_blue/clsAddApplocationIconBlue.png) no-repeat 0px 0;
  width: 28px;
}
ul.clsAppMenuNewIcon li a .hdiconDark.clsAddApplocationIconGray {
  background: url(../../../images/screen_gray/clsAddApplocationIconGray.png) no-repeat 0px 0;
  width: 28px;
}
ul.clsAppMenuNewIcon li a .hdiconDark.clsAddAppfolderIconBlue {
  background: url(../../../images/screen_blue/clsAddAppfolderIconBlue.png) no-repeat 0px 0;
  width: 28px;
}
ul.clsAppMenuNewIcon li a .hdiconDark.clsAddAppfolderIconGray {
  background: url(../../../images/screen_gray/clsAddAppfolderIconGray.png) no-repeat 0px 0;
  width: 28px;
}
ul.clsAppMenuNewIcon li a .hdiconDark.clsAddAppfolderIconDarkGray {
  background: url(../../../images/screen_gray/clsAddAppfolderIconDark_gray.png) no-repeat 0px 0;
  width: 28px;
}
ul.clsAppMenuNewIcon li a .hdiconDark.clsNoIcon:hover {
  background: url(../../../images/screen_blue/icon_images_new.png) -2px 0px no-repeat;
}
ul.clsAppMenuNewIcon_view_page li a {
  color: #A9A9A9;
  border-right: none;
  padding: 3px 7px;
  border-radius: 0;
  display: block;
  line-height: 25px;
  float: left;
}
ul.clsAppMenuNewIcon_view_page li a .hdicon {
  height: 24px !important;
  width: 24px;
  display: block;
  float: left;
  background: url(../../../images/screen_gray/new-icon-hover_gray.png) no-repeat 0 0;
}
ul.clsAppMenuNewIcon_view_page li a .hdicon.clsAddPhotosIcon {
  background-position: -6px 0;
}
ul.clsAppMenuNewIcon_view_page li a .hdicon.clsAddVideoIcon {
  background-position: -34px 0;
}
ul.clsAppMenuNewIcon_view_page li a .hdicon.clsAddAudioIcon {
  background-position: -65px 0;
}
ul.clsAppMenuNewIcon_view_page li a .hdicon.clsListingLinkIcon {
  background-position: -97px 0;
}
ul.clsAppMenuNewIcon_view_page li a .hdicon.clsPostLinkIcon {
  background-position: -124px 0;
}
ul.clsAppMenuNewIcon_view_page li a .hdicon.clsWriteNoteIcon {
  background-position: -152px 0;
}
ul.clsAppMenuNewIcon_view_page li a .hdicon.clseventIcon {
  background-position: -176px 0;
}
ul.clsAppMenuNewIcon_view_page li a .hdicon.clsclassifiedIcon {
  background-position: -205px 0;
}
ul.clsAppMenuNewIcon_view_page li a .hdicon.clsGeoIcon {
  background-position: -232px 0;
}
ul.clsAppMenuNewIcon_view_page li a .hdicon.clsContextIcon {
  background-position: -260px 0;
}
ul.clsAppMenuNewIcon_view_page li a .hdicon.clsDocsIcon {
  background-position: -290px 0;
}
ul.clsAppMenuNewIcon_view_page li a .hdicon.clsPlusIcon {
  background-position: -325px 0;
}
ul.clsAppMenuNewIcon_view_page li a .hdicon.clsAddFolderIcon {
  background-position: -356px 0;
}
ul.clsAppMenuNewIcon_view_page li a .hdicon.clsAddItemIcon {
  background-position: -388px 0;
}
ul.clsAppMenuNewIcon_view_page li a .hdicon.clsAddApplocationIcon {
  background: url(../../../images/screen_blue/clsAddApplocationIcon.png) no-repeat 0px 0;
  width: 28px;
}
ul.clsAppMenuNewIcon_view_page li a .hdicon.clsAddApplocationIconBlue {
  background: url(../../../images/screen_blue/clsAddApplocationIconBlue.png) no-repeat 0px 0;
  width: 28px;
}
ul.clsAppMenuNewIcon_view_page li a .hdicon.clsAddApplocationIconGray {
  background: url(../../../images/screen_gray/clsAddApplocationIconGray.png) no-repeat 0px 0;
  width: 28px;
}
ul.clsAppMenuNewIcon_view_page li a .hdicon.clsAddAppfolderIconBlue {
  background: url(../../../images/screen_blue/clsAddAppfolderIconBlue.png) no-repeat 0px 0;
  width: 28px;
}
ul.clsAppMenuNewIcon_view_page li a .hdicon.clsAddAppfolderIconGray {
  background: url(../../../images/screen_gray/clsAddAppfolderIconGray.png) no-repeat 0px 0;
  width: 28px;
}
ul.clsAppMenuNewIcon_view_page li a .hdicon.clsAddAppfolderIconDarkGray {
  background: url(../../../images/screen_gray/clsAddAppfolderIconDark_gray.png) no-repeat 0px 0;
  width: 28px;
}
ul.clsAppMenuNewIconOrange li a .hdicon {
  background: url(../../../images/screen_gray/new-icon-hover_gray.png) no-repeat -2px 0;
}
ul.clsAppMenuNewIconOrange li a .hdicon.clsNoIcon {
  background: url(../../../images/screen_gray/new-icon-hover_gray.png) no-repeat -2px 0;
}
ul.clsAppMenuNewIconOrange li a .hdicon.clsAddPhotosIcon {
  background-position: -6px 0;
}
ul.clsAppMenuNewIconOrange li a .hdicon.clsAddVideoIcon {
  background-position: -34px 0;
}
ul.clsAppMenuNewIconOrange li a .hdicon.clsAddAudioIcon {
  background-position: -65px 0;
}
ul.clsAppMenuNewIconOrange li a .hdicon.clsListingLinkIcon {
  background-position: -97px 0;
}
ul.clsAppMenuNewIconOrange li a .hdicon.clsPostLinkIcon {
  background-position: -124px 0;
}
ul.clsAppMenuNewIconOrange li a .hdicon.clsWriteNoteIcon {
  background-position: -152px 0;
}
ul.clsAppMenuNewIconOrange li a .hdicon.clseventIcon {
  background-position: -176px 0;
}
ul.clsAppMenuNewIconOrange li a .hdicon.clsclassifiedIcon {
  background-position: -205px 0;
}
ul.clsAppMenuNewIconOrange li a .hdicon.clsGeoIcon {
  background-position: -232px 0;
}
ul.clsAppMenuNewIconOrange li a .hdicon.clsContextIcon {
  background-position: -260px 0;
}
ul.clsAppMenuNewIconOrange li a .hdicon.clsDocsIcon {
  background-position: -290px 0;
}
ul.clsAppMenuNewIconOrange li a .hdicon.clsPlusIcon {
  background-position: -325px 0;
}
ul.clsAppMenuNewIconOrange li a .hdicon.clsAddFolderIcon {
  background-position: -356px 0;
}
ul.clsAppMenuNewIconOrange li a .hdicon.clsAddItemIcon {
  background-position: -388px 0;
}
ul.clsAppMenuNewIconOrange li a .hdicon.icon-item {
  background: url(../../../images/screen_blue/header-icon.png) no-repeat 0px -2px;
}
ul.clsAppMenuNewIconOrange li a .hdicon.icon-setting {
  background: url(../../../images/screen_blue/header-icon.png) no-repeat -46px -1px;
}
.custom-active-image-change .clsActive .hdiconDark,
.custom-active-image-change .clsActive .hdicon {
  height: 24px !important;
  width: 24px;
  display: block;
  float: left;
  background: url(../../../images/screen_gray/new-icon-hover_black.png) no-repeat 0 0;
}
.mbBtnCls_desktop {
  display: block;
  background-color: #ddd;
  border: medium none;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  height: 35px;
  width: 35px;
  margin-bottom: 10px;
}
.mbBtnCls_desktop i {
  font-size: 16px;
  color: #fff;
}
.message-ullink-confiti li.clsActiveMenu a {
  background: #333;
  color: #fff;
}
.ul-sortable-table .ui-state-default {
  background: none;
  border: 0;
}
.ul-sortable-table .ui-state-default:hover {
  background: url(../../../images/screen_blue/drag-icon.png) 65px 4px no-repeat #f7f7f7;
}
.clsUploadBlock .listingLarge.listingMobile a img {
  height: 66px;
}
.clsBotNomar {
  margin: 0;
}
.clsEntityFormatBlock ul.clsH2LinkLft li {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}
.clsEntityFormatBlock ul.clsH2LinkLft li ul {
  display: none;
}
.clsEntityFormatBlock ul.clsH2LinkLft li:hover ul {
  display: block;
  position: absolute;
  top: 23px;
  left: 0px;
  background: rgba(0,0,0,0.3);
  padding: 0px 2px;
  border-radius: 2px;
  z-index: 9;
}
.clsEntityFormatBlock ul.clsH2LinkLft li:hover ul li {
  float: left;
  width: auto;
}
.clsEntityFormatBlock ul.clsH2LinkLft li:hover ul li a {
  display: block;
  padding: 3px 7px;
  color: #fff;
  border: 1px solid #fff;
  margin: 2px 3px 2px 0;
  font-size: 20px;
}
.clsEntityFormatBlock ul.clsH2LinkLft li:hover ul li a:hover,
.clsEntityFormatBlock ul.clsH2LinkLft li:hover ul li a.clsActive {
  background: #888888;
}
.clsEntityFormatBlock ul.clsH2LinkLft li:hover ul li:last-child a {
  margin-right: 0px;
}
.clsEntityFormatBlock ul.clsH2LinkLft li:hover ul li ul {
  background: #fff;
  left: 0;
  position: relative;
  padding: 0;
  top: 0;
  width: 100%;
}
.clsEntityFormatBlock ul.clsH2LinkLft li:hover ul li ul li a {
  padding: 0;
}
.clsEntityFormatBlock ul.clsH2LinkLft li span.hdicon {
  width: 23px;
  height: 25px !important;
  float: none;
  display: inline-block;
  background: url(../../../images/screen_blue/entityformat.png) no-repeat 0px 0px;
}
.clsEntityFormatBlock ul.clsH2LinkLft li span.hdicon.newclsAddPhotoIcon {
  background-position: -2px 0px;
}
.clsEntityFormatBlock ul.clsH2LinkLft li span.hdicon.newclsAddAudioIcon {
  background-position: -51px -1px;
}
.clsEntityFormatBlock ul.clsH2LinkLft li span.hdicon.newclsAddWriteIcon {
  background-position: -73px 0px;
}
.clsEntityFormatBlock ul.clsH2LinkLft li span.hdicon.newclsAddVideoIcon {
  background-position: -27px 0px;
}
.clsEntityFormatBlock ul.clsH2LinkLft li span.hdicon.newclsAddLinkIcon {
  background-position: -167px 0px;
}
.clsEntityFormatBlock ul.clsH2LinkLft li span.hdicon.newclsAddDocIcon {
  background-position: -142px -1px;
}
.clsEntityFormatBlock ul.clsH2LinkLft li span.hdicon.clsCompIcon {
  background-position: -193px -1px;
}
.clsEntityFormatBlock ul.clsH2LinkLft li span.hdicon.clsCompFormIcon {
  background-position: -94px -1px;
}
.clsEntityFormatBlock ul.clsH2LinkLft li span.hdicon.newclsAddClassifiedIcon {
  background-position: -193px -1px;
}
.clsEntityFormatBlock ul.clsH2LinkLft li span.clsArrowTopDown {
  display: none;
}
.clsEntityFormatBlock ul.clsH2LinkLft li:hover span.clsArrowTopDown {
  width: 20px;
  height: 20px;
  display: inline-block;
}
.clsBorder {
  border: 1px solid #FC9D5D;
  padding: 3px 7px;
  border-radius: 3px;
}
@-webkit-keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
@keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
.hvr-icon-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-icon-pulse-grow:before {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-pulse-grow:hover:before,
.hvr-icon-pulse-grow:focus:before,
.hvr-icon-pulse-grow:active:before {
  -webkit-animation-name: hvr-icon-pulse-grow;
  animation-name: hvr-icon-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.clsAppMixBlock li a {
  display: inline-block !important;
}
ul.clsItemFolder li {
  float: left;
}
ul.clsItemFolder li a {
  padding: 5px;
  display: block;
}
ul.clsItemFolder li .entityAddCls .clsAddItemIcon {
  background-position: -302px -155px;
  width: 25px;
}
.displayTa .displayRow .displaytd {
  min-width: 200px;
}
.mar-top-4 {
  margin-top: 4px;
}
.hdicon.clsAddConfettiIcon {
  background: url(../../../images/screen_blue/new-item.png) no-repeat -76px -28px;
  width: 34px;
}
.clsChatFooterMidInerlft ul.clsFooterLinkFirst li {
  margin: 0;
  float: left;
}
.clsChatFooterMidInerlft ul.clsFooterLinkFirst li a {
  padding: 7px 10px;
  font-size: 15px;
  display: block;
  text-indent: 0;
  width: auto;
  height: auto;
}
.clsChatFooterMidInerlft ul.clsFooterLinkFirst li a:hover,
.clsChatFooterMidInerlft ul.clsFooterLinkFirst li a.active {
  background: #ccc;
}
.clsChatFooterMidInerlft ul.clsFooterLinkFirst li .dropdown-menu {
  min-width: auto;
  left: auto;
}
.clsChatFooterMidInerlft ul.clsFooterLinkFirst li .dropdown-menu li {
  width: 50%;
  float: left;
}
.clsChatFooterMidInerlft ul.clsFooterLinkFirst li .dropdown-menu li.StatMenu {
  float: none;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.clsChatFooterMidInerlft ul.clsFooterLinkFirst li .dropdown-menu li.StatMenu a {
  float: none;
}
.clsChatFooterMidInerlft ul.clsFooterLinkFirst li.more .dropdown-menu {
  width: 180px;
}
.clsChatFooterMidInerlft ul.clsFooterLinkFirst li.more .dropdown-menu li {
  width: 25%;
}
.dropup .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-top: 7px solid #ff0000;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top-color: #FF6704;
  position: absolute;
  bottom: -7px;
  left: 9px;
}
.dropup .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-top: 6px solid #eeeeee;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  bottom: -6px;
  left: 10px;
}
ul.customShowIcon {
  display: block;
  z-index: 9;
}
ul.customShowIcon li {
  background: rgba(0,0,0,0.3);
}
ul.customShowIcon li a {
  padding: 6px 7px;
  border-radius: 0;
  display: block;
  line-height: 25px;
  float: left;
  border: 1px solid #fff;
  margin: 2px;
}
ul.customShowIcon li a .hdicon {
  background: url(../../../images/screen_blue/new-icon-white.png) no-repeat -2px 0;
}
ul.customShowIcon li a .hdicon.clsAddPhotosIcon {
  background-position: -6px 0;
}
ul.customShowIcon li a .hdicon.clsAddVideoIcon {
  background-position: -34px 0;
}
ul.customShowIcon li a .hdicon.clsAddAudioIcon {
  background-position: -65px 0;
}
ul.customShowIcon li a .hdicon.clsListingLinkIcon {
  background-position: -97px 0;
}
ul.customShowIcon li a .hdicon.clsPostLinkIcon {
  background-position: -124px 0;
}
ul.customShowIcon li a .hdicon.clsWriteNoteIcon {
  background-position: -152px 0;
}
ul.customShowIcon li a .hdicon.clseventIcon {
  background-position: -176px 0;
}
ul.customShowIcon li a .hdicon.clsclassifiedIcon {
  background-position: -205px 0;
}
ul.customShowIcon li a .hdicon.clsGeoIcon {
  background-position: -232px 0;
}
ul.customShowIcon li a .hdicon.clsContextIcon {
  background-position: -260px 0;
}
ul.customShowIcon li a .hdicon.clsDocsIcon {
  background-position: -290px 0;
}
ul.customShowIcon li a .hdicon.clsPlusIcon {
  background-position: -325px 0;
}
ul.customShowIcon li a .hdicon.clsAddFolderIcon {
  background-position: -356px 0;
}
ul.customShowIcon li a .hdicon.clsAddItemIcon {
  background-position: -388px 0;
}
ul.customShowIcon li a .hdicon.clsFaArrowRgt {
  background: url(../../../images/screen_blue/left-arrow.png) no-repeat;
}
ul.customShowIcon li a .hdicon.clsFaArrowLft {
  background: url(../../../images/screen_blue/Rgt-arrow.png) no-repeat;
}
ul.customShowIcon li a .fa-arrow-left,
ul.customShowIcon li a .fa-arrow-right {
  color: #fff;
}
ul.customShowIcon li a:hover {
  background: #333;
}
.clsEntityFormatPlus {
  top: -36px;
  height: 0;
}
ul.clsAppMenuNewIconWhite li a:hover {
  background: none;
}
ul.clsAppMenuNewIconWhite li ul {
  display: none;
}
ul.clsAppMenuNewIconWhite li:hover ul {
  display: block;
  position: absolute;
  min-width: 353px;
  top: 28px;
  right: 0px;
  padding: 0px;
  background: rgba(0,0,0,0.3);
  border-radius: 2px;
  z-index: 9;
}
ul.clsAppMenuNewIconWhite li:hover ul li a {
  padding: 6px 7px;
  border-radius: 0;
  display: block;
  line-height: 25px;
  float: left;
  border: 1px solid #fff;
  margin: 2px;
}
ul.clsAppMenuNewIconWhite li:hover ul li a .hdicon {
  background: url(../../../images/screen_blue/new-icon-white.png) no-repeat -2px 0;
}
ul.clsAppMenuNewIconWhite li:hover ul li a .hdicon.clsAddPhotosIcon {
  background-position: -6px 0;
}
ul.clsAppMenuNewIconWhite li:hover ul li a .hdicon.clsAddVideoIcon {
  background-position: -34px 0;
}
ul.clsAppMenuNewIconWhite li:hover ul li a .hdicon.clsAddAudioIcon {
  background-position: -65px 0;
}
ul.clsAppMenuNewIconWhite li:hover ul li a .hdicon.clsListingLinkIcon {
  background-position: -97px 0;
}
ul.clsAppMenuNewIconWhite li:hover ul li a .hdicon.clsPostLinkIcon {
  background-position: -124px 0;
}
ul.clsAppMenuNewIconWhite li:hover ul li a .hdicon.clsWriteNoteIcon {
  background-position: -152px 0;
}
ul.clsAppMenuNewIconWhite li:hover ul li a .hdicon.clseventIcon {
  background-position: -176px 0;
}
ul.clsAppMenuNewIconWhite li:hover ul li a .hdicon.clsclassifiedIcon {
  background-position: -205px 0;
}
ul.clsAppMenuNewIconWhite li:hover ul li a .hdicon.clsGeoIcon {
  background-position: -232px 0;
}
ul.clsAppMenuNewIconWhite li:hover ul li a .hdicon.clsContextIcon {
  background-position: -260px 0;
}
ul.clsAppMenuNewIconWhite li:hover ul li a .hdicon.clsDocsIcon {
  background-position: -290px 0;
}
ul.clsAppMenuNewIconWhite li:hover ul li a .hdicon.clsPlusIcon {
  background-position: -325px 0;
}
ul.clsAppMenuNewIconWhite li:hover ul li a .hdicon.clsAddFolderIcon {
  background-position: -356px 0;
}
ul.clsAppMenuNewIconWhite li:hover ul li a .hdicon.clsAddItemIcon {
  background-position: -388px 0;
}
ul.clsAppMenuNewIconWhite li:hover ul li a .hdicon.clsFaArrowRgt {
  background: url(../../../images/screen_blue/left-arrow.png) no-repeat;
}
ul.clsAppMenuNewIconWhite li:hover ul li a .hdicon.clsFaArrowLft {
  background: url(../../../images/screen_blue/Rgt-arrow.png) no-repeat;
}
ul.clsAppMenuNewIconWhite li:hover ul li a .fa-arrow-left,
ul.clsAppMenuNewIconWhite li:hover ul li a .fa-arrow-right {
  color: #fff;
}
ul.clsAppMenuNewIconWhite li:hover ul li a:hover {
  background: #333;
}
.mobileCatDropdwnBlock li {
  width: 25% !important;
}
.mobileCatDropdwnBlock li a {
  float: left;
  display: block;
  width: 100%;
}
.clsEntityFormatPlusItem {
  top: 0;
  z-index: 10;
}
.dropdownSelectItem {
  top: -33px;
  right: 2px;
  z-index: 10;
}
.clsNewMoreBlock ul.dropdown-menu {
  min-width: 100px;
}
.clsNewMoreBlock ul.dropdown-menu li {
  float: left;
  width: 49% !important;
}
.format-dd .dropdown-menu li {
  float: none;
  margin-right: 0;
  margin-bottom: 1px;
}
.format-dd .dropdown-menu li a {
  border-right: none;
  border-bottom: 1px solid #ccc;
}
.icon-setting {
  background: url(../../../images/screen_blue/header-icon.png) no-repeat -42px 3px;
}
.icon-setting:hover,
.icon-setting:active {
  background: url(../../../images/screen_blue/header-icon-hover.png) no-repeat -46px 2px;
}
.clsActive .icon-setting {
  background: url(../../../images/screen_blue/header-icon-hover.png) no-repeat -46px 2px;
}
.hdicon.clsNewAddFolderIcon1 {
  background: url(../../../images/screen_blue/custom/custom-sprite.png) no-repeat 0px -1378px !important;
  height: 25px;
  width: 25px;
}
.ul-list-block li {
  float: left;
  list-style-type: none;
}
.ul-list-block li a {
  display: block;
  padding: 10px;
  margin-right: 2px;
}
.ul-list-block li a.clsActive,
.ul-list-block li a:hover {
  background: #c7c7c7;
  background: -moz-linear-gradient(top,#F3F3F3 0%,#D9D9D9 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#F3F3F3),color-stop(100%,#D9D9D9));
  background: -webkit-linear-gradient(top,#F3F3F3 0%,#D9D9D9 100%);
  background: -o-linear-gradient(top,#F3F3F3 0%,#D9D9D9 100%);
  background: -ms-linear-gradient(top,#F3F3F3 0%,#D9D9D9 100%);
  background: linear-gradient(to bottom,#F3F3F3 0%,#D9D9D9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F3F3F3',endColorstr='#D9D9D9 ',GradientType=0);
  color: #FF6B07;
}
.hdicon.clsSmsIcon {
  background: url(../../../images/screen_blue/new-item.png) no-repeat -164px 3px;
  width: 24px;
}
.hdicon.clsSmsIcon:hover {
  background: url(../../../images/screen_blue/new-item.png) no-repeat -136px 3px;
}
.clsFooterPopUp {
  position: relative;
}
.clsFooterPopUp .clsPopupConfirmation,
.clsFooterPopUp .clsPopupConfirmation-1 {
  left: 27%;
  background: #fff;
  border: 1px solid #6BE6FF;
  border-radius: 5px;
  width: 280px;
  top: -90px;
}
.clsFooterPopUp .clsPopupConfirmation h2,
.clsFooterPopUp .clsPopupConfirmation-1 h2 {
  background: #E6FEFF;
  padding: 10px;
  border-bottom: 1px solid #6BE6FF;
  border-radius: 5px 5px 0px 0;
}
.clsFooterPopUp .clsPopupConfirmation select,
.clsFooterPopUp .clsPopupConfirmation-1 select {
  width: 100%;
}
.clsFooterPopUp .clsPopupConfirmation .clsSmallThumb,
.clsFooterPopUp .clsPopupConfirmation-1 .clsSmallThumb {
  height: 50px;
}
.clsFooterPopUp .clsPopupConfirmation .clsSmallThumb img,
.clsFooterPopUp .clsPopupConfirmation-1 .clsSmallThumb img {
  height: 100%;
}
.clsFooterPopUp .clsPopupConfirmation .clsConfiThumImage span.remove,
.clsFooterPopUp .clsPopupConfirmation-1 .clsConfiThumImage span.remove {
  display: none;
}
.clsFooterPopUp .clsPopupConfirmation .clsConfiThumImage:hover span.remove,
.clsFooterPopUp .clsPopupConfirmation-1 .clsConfiThumImage:hover span.remove {
  display: block;
  top: -7px;
  right: -5px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  width: 20px !important;
  height: 20px;
  line-height: 17px;
  border: 1px solid #0083BB;
  padding: 2px;
}
.clsFooterPopUp .clsPopupConfirmation ul li,
.clsFooterPopUp .clsPopupConfirmation-1 ul li {
  display: inline-block;
  vertical-align: middle;
}
.clsFooterPopUp .clsPopupConfirmation ul li span,
.clsFooterPopUp .clsPopupConfirmation-1 ul li span {
  width: 25px !important;
  float: left !important;
}
.clsFooterPopUp .clsPopupConfirmation ul li span.clsAddConfettiIcon,
.clsFooterPopUp .clsPopupConfirmation-1 ul li span.clsAddConfettiIcon {
  width: 34px !important;
}
.clsFooterPopUp .clsPopupConfirmation ul li a,
.clsFooterPopUp .clsPopupConfirmation-1 ul li a {
  display: block;
  margin-right: 10px;
}
.clsFooterPopUp .clsPopupConfirmation.clsselectbox,
.clsFooterPopUp .clsPopupConfirmation-1.clsselectbox {
  top: -190px;
  left: 53px;
  z-index: 99999999;
  width: 260px;
}
.clsFooterPopUp .clsPopupConfirmation.clsselectbox:after,
.clsFooterPopUp .clsPopupConfirmation.clsselectbox:before,
.clsFooterPopUp .clsPopupConfirmation-1.clsselectbox:after,
.clsFooterPopUp .clsPopupConfirmation-1.clsselectbox:before {
  left: 63%;
}
.clsFooterPopUp .clsPopupConfirmation.clsrow-1,
.clsFooterPopUp .clsPopupConfirmation.clsrow-2,
.clsFooterPopUp .clsPopupConfirmation.clsrow-3,
.clsFooterPopUp .clsPopupConfirmation.clsrow-4,
.clsFooterPopUp .clsPopupConfirmation-1.clsrow-1,
.clsFooterPopUp .clsPopupConfirmation-1.clsrow-2,
.clsFooterPopUp .clsPopupConfirmation-1.clsrow-3,
.clsFooterPopUp .clsPopupConfirmation-1.clsrow-4 {
  position: absolute;
}
.clsFooterPopUp .clsPopupConfirmation.clsrow-1,
.clsFooterPopUp .clsPopupConfirmation-1.clsrow-1 {
  top: -180px;
}
.clsFooterPopUp .clsPopupConfirmation.clsrow-2,
.clsFooterPopUp .clsPopupConfirmation-1.clsrow-2 {
  top: -270px;
}
.clsFooterPopUp .clsPopupConfirmation.clsrow-3,
.clsFooterPopUp .clsPopupConfirmation-1.clsrow-3 {
  top: -358px;
}
.clsFooterPopUp .clsPopupConfirmation.clsrow-4,
.clsFooterPopUp .clsPopupConfirmation-1.clsrow-4 {
  top: -448px;
}
.clsFooterPopUp .clsPopupConfirmation-1 {
  left: 25%;
}
.clsFooterPopUp .clsPopupDelete {
  left: 10%;
  width: 80%;
  border: 0;
}
.clsFooterPopUp .clsPopupDelete h2 {
  background: #f7b891;
  border-bottom: 0;
}
.clsFooterPopUp .clsPopupConfirmation:after,
.clsFooterPopUp .clsPopupConfirmation:before,
.clsFooterPopUp .clsPopupConfirmation-1:after,
.clsFooterPopUp .clsPopupConfirmation-1:before {
  top: 100%;
  left: 8%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.clsFooterPopUp .clsPopupConfirmation:after,
.clsFooterPopUp .clsPopupConfirmation-1:after {
  border-color: rgba(136,183,213,0);
  border-top-color: #88b7d5;
  border-width: 7px;
  margin-left: -9px;
}
.clsFooterPopUp .clsPopupConfirmation:before,
.clsFooterPopUp .clsPopupConfirmation-1:before {
  border-color: rgba(194,225,245,0);
  border-top-color: #c2e1f5;
  border-width: 10px;
  margin-left: -12px;
}
.clsFooterPopUp .clsPopupDelete:before,
.clsFooterPopUp .clsPopupDelete:after {
  border: 0;
}
.clsFooterPopUp .col-sm-4 .clsPopupDelete {
  width: 200px;
  top: 55px;
}
.clsFooterPopUp .col-sm-4 .clsCaretIcon {
  top: -8px;
  left: 23px;
  background: url(../../../images/screen_blue/new-item.png) no-repeat -10px -180px;
  width: 15px !important;
  height: 9px;
}
.hdicon.clsAddConfettiIcon-Black {
  background: url(../../../images/screen_blue/new-item.png) no-repeat -295px 0;
  width: 50px;
}
.hdicon.clsAddConfettiIcon-Black:hover {
  background: url(../../../images/screen_blue/new-item.png) no-repeat -245px 0;
}
.clsActive .hdicon.clsAddConfettiIcon-Black {
  background: url(../../../images/screen_blue/new-item.png) no-repeat -245px 0;
  width: 50px;
}
.icon-setting-hover {
  background: url(../../../images/screen_blue/header-icon-hover.png) -46px 2px no-repeat;
}
.clsChatFooterMidIner {
  border: 0;
  border-radius: 0 0 0 0;
  box-shadow: inset 0px 0px 3px #ABABAB;
  -webkit-box-shadow: inset 0px 0px 3px #ABABAB;
  -moz-box-shadow: inset 0px 0px 3px #ABABAB;
  -o-box-shadow: inset 0px 0px 3px #ABABAB;
  background: #fff;
}
.clsChatFooterMidIner ul.clsFooterLinkFirst li {
  float: left;
}
.clsChatFooterMidIner ul.clsFooterLinkFirst li a {
  display: block;
  padding: 9px 9px 9px 9px;
}
.clsChatFooterMidIner ul.clsFooterLinkFirst li a.custom-apdding-6 {
  padding: 6px;
}
.clsChatFooterMidIner ul.clsFooterLinkFirst li .dropdown-menu {
  width: 90px;
  min-width: inherit;
  left: auto;
}
.clsChatFooterMidIner ul.clsFooterLinkFirst li .dropdown-menu li {
  width: 100%;
}
.clsChatFooterMidIner ul.clsFooterLinkFirst li .clsOnlineFriendCount {
  bottom: 0;
  right: -15px;
  color: #016BB3;
}
.clsChatFooterMidIner ul.clsFooterLinkFirst .clsAppMenuNewIcon.dropdown-menu {
  width: 150px;
}
.clsChatFooterMidIner ul.clsFooterLinkFirst .clsAppMenuNewIcon.dropdown-menu li {
  float: left;
  width: 33%;
  min-height: 47px;
}
.clsChatFooterMidIner ul.clsFooterLinkFirst .clsAppMenuNewIcon.dropdown-menu li a {
  padding: 10px 12px;
}
.clsChatFooterMidIner .clsChatFooterTalk {
  float: none;
  display: inline-block;
  background: url(../../../images/screen_blue/new-item.png) no-repeat -127px -147px;
}
.clschatBox {
  right: auto;
  left: 195px;
  background: #fff;
}
.clsOrangeMenuTab .clsBlockView li .dropdown-menu li a {
  display: block;
  float: none;
  border: 0;
}
.clsPhotoentityFormat-cols .listingLarge .row {
  margin: 0 -1px;
}
.clsPhotoentityFormat-cols .listingLarge .col-sm-3,
.clsPhotoentityFormat-cols .listingLarge .col-sm-4,
.clsPhotoentityFormat-cols .listingLarge .col-sm-6 {
  padding-left: 1px;
  padding-right: 1px;
}
header {
  background: #fff;
}
header .header-menu li {
  float: left;
  margin: 0 0px 0 0;
}
header .header-menu li a {
  display: block;
  padding: 8px;
  color: #1B1B1B;
  border-right: 1px solid #ccc;
  font-weight: bold;
  font-family: arial;
}
header .header-menu li a .fa {
  padding-right: 0px;
}
header .header-menu li a:hover,
header .header-menu li a:focus,
header .header-menu li a:active,
header .header-menu li a.clsActive {
  color: #ff6b07;
}
header .header-menu li.clsActiveMainLink a {
  color: #ff6b07;
}
header .header-menu.custom-right-block li.headerUserMenu {
  position: relative;
}
header .header-menu.custom-right-block li.headerUserMenu a {
  border-radius: 0;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  padding: 0 !important;
  width: 40px;
  border: none;
}
header .header-menu.custom-right-block li.headerUserMenu .custom-width-adjeshment {
  width: auto;
  padding: 8px !important;
}
header .header-menu.custom-right-block li.headerUserMenu img {
  width: 100%;
  height: auto;
}
header .header-menu.custom-right-block li.headerUserMenu ul {
  display: none;
}
header .header-menu.custom-right-block li.headerUserMenu:hover ul {
  display: block;
  position: absolute;
  top: 35px;
  background: #fff;
  width: 140px;
  left: 0;
  border: 1px solid #ccc;
  border-radius: 3px;
  z-index: 999;
}
header .header-menu.custom-right-block li.headerUserMenu:hover ul li a {
  width: 100%;
  height: auto;
  border: 0;
  padding: 5px !important;
  text-align: left;
}
header .header-menu.custom-right-block li.headerUserMenu:hover ul li a:hover,
header .header-menu.custom-right-block li.headerUserMenu:hover ul li a:active,
header .header-menu.custom-right-block li.headerUserMenu:hover ul li a:focus {
  background: #ccc;
}
header .header-menu.custom-right-block li.headerUserMenu:hover .custom-ui-1st-tab {
  right: -29px;
  width: auto;
}
header .header-menu.right-block {
  float: right;
}
header .header-menu.right-block .custom-right-0 {
  margin: 0px;
}
header .header-menu.right-block .custom-left-border {
  border-left: 1px solid #ccc;
}
header .header-menu.right-block li {
  margin: 0 4px 0 0;
}
header .header-menu.right-block li a {
  border: 0;
}
header .header-menu.right-block li a.headerProfileMenu {
  width: 40px;
  height: 35px;
  text-indent: -99999px;
  display: block;
  margin-top: 0px;
  background: url(../../../images/screen_blue/new-item.png) no-repeat -183px -106px;
}
header .header-menu.right-block li a.headerProfileMenu:hover,
header .header-menu.right-block li a.headerProfileMenu:focus,
header .header-menu.right-block li a.headerProfileMenu:active {
  background-position: -229px -106px;
}
header .header-menu.right-block li ul li {
  width: 100%;
  float: none;
}
header .header-menu.right-block li ul li a {
  text-align: left;
}
header .header-menu.right-block li.clsMessage a {
  margin-top: 0px !important;
  width: 40px;
  height: 35px;
  padding: 0;
  text-indent: -99999px;
  background: url(../../../images/screen_blue/new-item.png) no-repeat -4px -107px;
}
header .header-menu.right-block li.clsMessage a:hover,
header .header-menu.right-block li.clsMessage a:focus,
header .header-menu.right-block li.clsMessage a:active {
  background-position: -48px -107px;
}
header .header-menu.right-block li.headerUserMenu {
  position: relative;
}
header .header-menu.right-block li.headerUserMenu a {
  border-radius: 0;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px !important;
  padding: 0 !important;
  width: 40px;
}
header .header-menu.right-block li.headerUserMenu .custom-width-adjeshment {
  width: auto;
  padding: 8px !important;
}
header .header-menu.right-block li.headerUserMenu img {
  width: 100%;
  height: auto;
}
header .header-menu.right-block li.headerUserMenu ul {
  display: none;
}
header .header-menu.right-block li.headerUserMenu:hover ul {
  display: block;
  position: absolute;
  top: 35px;
  background: #fff;
  width: 140px;
  right: 0;
  border: 1px solid #ccc;
  border-radius: 3px;
  z-index: 999;
}
header .header-menu.right-block li.headerUserMenu:hover ul li a {
  width: 100%;
  height: auto;
  border: 0;
  padding: 5px !important;
}
header .header-menu.right-block li.headerUserMenu:hover ul li a:hover,
header .header-menu.right-block li.headerUserMenu:hover ul li a:active,
header .header-menu.right-block li.headerUserMenu:hover ul li a:focus {
  background: #ccc;
}
header .header-menu.right-block li.clsActiveMainLink.clsMessage a {
  background-position: -48px -107px;
}
header .header-menu.right-block li.clsActiveMainLink a.headerProfileMenu {
  background-position: -229px -106px;
}
header .dropdown-menu {
  right: 0;
  left: auto;
}
header .btn-primary {
  color: #ccc;
  background: #fff;
  border: 1px solid #ccc;
}
header .btn-primary:hover,
header .btn-primary:active,
header .btn-primary:focus {
  color: #FF6704;
  background: #fff;
  border: 1px solid #FF6704;
}
.clsSideBarMain {
  background: #fff;
}
.clsConfettiWallNav .share-menu-listing li a {
  display: inline-block;
}
.clsConfettiWallNav .share-menu-listing li a .fa {
  padding-top: 6px;
}
.clsEntityPageBlock .col-sm-4.col-md-3 {
  width: 17%;
}
.clsEntityPageBlock .col-sm-8.col-md-9 {
  width: 83%;
}
.clsEntityPageBlock .clsDekBtn {
  background: #ccc;
  border: 0;
  padding: 5px;
  text-align: center;
  border-radius: 0 25px 25px 0;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
}
.clsEntityPageBlock .clsDekBtn .fa {
  font-size: 12px;
}
.clsUploadBlock .ajax-file-upload-statusbar {
  border: 1px solid #0ba1b5;
  margin-top: 10px;
  width: 420px;
  margin-right: 10px;
  margin: 5px;
  padding: 5px 5px 5px 15px;
}
.clsUploadBlock .ajax-file-upload-filename {
  width: 300px;
  height: auto;
  margin: 0 5px 5px 0px;
}
.clsUploadBlock .ajax-file-upload-filesize {
  width: 50px;
  height: auto;
  margin: 0 5px 5px 0px;
  display: inline-block;
  vertical-align: middle;
}
.clsUploadBlock .ajax-file-upload-progress {
  margin: 5px 10px 5px 0px;
  position: relative;
  width: 250px;
  border: 1px solid #ddd;
  padding: 1px;
  border-radius: 3px;
  display: inline-block;
  color: #FFFFFF;
}
.clsUploadBlock .ajax-file-upload-bar {
  background-color: #0ba1b5;
  width: 0;
  height: 20px;
  border-radius: 3px;
  color: #FFFFFF;
}
.clsUploadBlock .ajax-file-upload-percent {
  position: absolute;
  display: inline-block;
  top: 3px;
  left: 48%;
}
.clsUploadBlock .ajax-file-upload-red {
  background-color: #666;
  display: inline-block;
  color: #fff;
  font-family: arial;
  font-size: 14px;
  font-weight: normal;
  padding: 2px 13px;
  text-decoration: none;
  cursor: pointer;
  vertical-align: top;
  margin: 5px 10px 5px 0px;
}
.clsUploadBlock .ajax-file-upload-green {
  background-color: #77b55a;
  margin: 0;
  padding: 0;
  display: inline-block;
  color: #fff;
  font-family: arial;
  font-size: 13px;
  font-weight: normal;
  padding: 4px 15px;
  text-decoration: none;
  cursor: pointer;
  text-shadow: 0 1px 0 #5b8a3c;
  vertical-align: top;
  margin: 5px 10px 5px 0px;
}
.clsUploadBlock .ajax-file-upload {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  cursor: pointer;
  margin: 0 10px 10px 0;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: #FF6704;
  border: none;
  -moz-box-shadow: 0 2px 0 0 #C34D00;
  -webkit-box-shadow: 0 2px 0 0 #C34D00;
  box-shadow: 0 2px 0 0 #C34D00;
  vertical-align: middle;
}
.clsUploadBlock .ajax-file-upload:hover {
  background: #E45C04;
  -moz-box-shadow: 0 2px 0 0 #8A3C0A;
  -webkit-box-shadow: 0 2px 0 0 #8A3C0A;
  box-shadow: 0 2px 0 0 #8A3C0A;
}
.clsUploadBlock .ajax-upload-dragdrop {
  border: 1px solid #A5A5C7;
  width: 420px;
  color: #DADCE3;
  text-align: left;
  vertical-align: middle;
  padding: 10px 10px 0px 10px;
}
.clsUploadBlock .state-hover {
  border: 2px solid #A5A5C7;
}
.clsUploadBlock .ajax-file-upload-container {
  margin: 20px 0px 20px 0px;
}
.clsText-Pdf-block .remove {
  display: none;
}
.clsText-Pdf-block:hover .remove {
  display: block;
  top: -7px;
  right: 5px;
  background: #fff;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 17px;
  border: 1px solid #0083BB;
  border-radius: 100%;
}
.clsAppOutPutPage input {
  margin-top: 0;
}
li a .clsItemIcon-menu,
li a .clsFootItemIcon-menu-new {
  background: url(../../../images/screen_blue/new-item.png) no-repeat -193px -152px;
  width: 22px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}
li a .clsItemIcon-menu.clsFootItemIcon-menu-new,
li a .clsFootItemIcon-menu-new.clsFootItemIcon-menu-new {
  background-position: -193px -152px;
}
li a .clsItemIcon-menu-gray,
li a .clsFootItemIcon-menu {
  background: url(../../../images/screen_gray/new-item-gray.png) no-repeat -193px -152px;
  width: 22px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}
li a .clsItemIcon-menu-gray.clsFootItemIcon-menu,
li a .clsFootItemIcon-menu.clsFootItemIcon-menu {
  background: url(../../../images/screen_gray/item-create-icon-gray.png) no-repeat -4px -2px;
}
li a:hover .clsItemIcon-menu,
li a:hover .clsItemIcon-menu-gray,
li a:hover .clsFootItemIcon-menu-new,
li a.active .clsItemIcon-menu,
li a.active .clsItemIcon-menu-gray,
li a.active .clsFootItemIcon-menu-new,
li a.clsActive .clsItemIcon-menu,
li a.clsActive .clsItemIcon-menu-gray,
li a.clsActive .clsFootItemIcon-menu-new {
  background-position: -221px -152px;
}
li a:hover .clsFootItemIcon-menu,
li a.active .clsFootItemIcon-menu,
li a.clsActive .clsFootItemIcon-menu {
  background: url(../../../images/screen_orange/item-create-icon-orange.png) no-repeat -4px -2px;
}
li.clsActiveMainLink a .clsItemIcon-menu {
  background: url(../../../images/screen_blue/new-item.png) no-repeat -221px -152px;
}
li.clsActiveMainLink a .clsItemIcon-menu-gray {
  background: url(../../../images/screen_gray/new-item-gray.png) no-repeat -221px -152px;
}
span a .clsItemIcon-menu {
  background: url(../../../images/screen_blue/new-item.png) no-repeat -193px -152px;
  width: 22px;
  height: 18px;
  display: inline-block;
  vertical-align: top;
}
span a .clsItemIcon-menu-gray {
  background: url(../../../images/screen_gray/new-item-gray.png) no-repeat -193px -152px;
  width: 22px;
  height: 18px;
  display: inline-block;
  vertical-align: top;
}
a .clsItemIcon-menu {
  background: url(../../../images/screen_blue/new-item.png) no-repeat -193px -152px;
  width: 22px;
  height: 18px;
  display: inline-block;
  vertical-align: top;
}
a .clsItemIcon-menu-gray {
  background: url(../../../images/screen_gray/new-item-gray.png) no-repeat -193px -152px;
  width: 22px;
  height: 18px;
  display: inline-block;
  vertical-align: top;
}
.clsMemberIcon {
  width: 40px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  background: url(../../../images/screen_blue/new-item.png) no-repeat -183px -106px;
}
.fa-list:before,
.fa-th:before {
  content: '';
}
li a .fa.fa-list,
li a .fa.fa-th {
  background: url(../../../images/screen_blue/new-item.png) no-repeat;
  width: 33px;
  height: 25px;
  background-position: -89px -185px;
}
li a .fa.fa-th {
  background-position: -13px -185px;
}
li a:hover .fa.fa-list,
li a:active .fa.fa-list {
  background-position: -125px -185px;
}
li a:hover .fa.fa-th,
li a:active .fa.fa-th {
  background-position: -51px -185px;
}
li.clsActive a .fa.fa-list {
  background-position: -125px -185px;
}
li.clsActive a .fa.fa-th {
  background-position: -51px -185px;
}
.clsMatrixFormat a .fa-th:before {
  content: "\f00a";
}
.clsMatrixFormat a .fa.fa-th {
  background: none;
  width: auto;
  height: auto;
}
.listingLarge.no-pad .row {
  margin: 0 -2px;
}
.listingLarge.no-pad .row .col-xs-3 {
  padding: 2px;
}
.clsImageWidth100 img {
  max-width: 100%;
}
.clsDelete .clsDeleteConfirmCont {
  left: 0;
  top: -100px;
}
.clsEntityChat ul li {
  border-right: 1px solid #ccc;
}
.clsEntityChat ul li:last-child {
  border: 0;
}
.clsEntityChat ul li a {
  display: block;
  padding: 5px 10px;
}
.whitec {
  color: #fff;
}
.blackc {
  color: #000 !important;
}
.clsHoverMethod .clshover,
.clsHoverMethod .clshover h2 {
  text-align: center;
}
.clsHoverMethod .clshover,
.clsHoverMethod .clshover .clsoverlay {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.clsHoverMethod .clshover a.clsLink,
.clsHoverMethod .clshover h2 {
  text-transform: uppercase;
  color: #fff;
}
.clsHoverMethod .clshover {
  float: left;
  position: relative;
  cursor: default;
}
.clsHoverMethod .clshover .clsoverlay {
  position: absolute;
  top: 0;
  left: 0;
}
.clsHoverMethod .clshover img {
  display: block;
  position: relative;
}
.clsHoverMethod .clshover h2 {
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0,0,0,0.6);
}
.clsHoverMethod .clshover a.clsLink {
  text-decoration: none;
  padding: 7px 14px;
  border: 1px solid #fff;
  margin: 50px 0 0;
  border-radius: 0;
  background-color: transparent;
}
.clsHoverMethod .clshover a.clsLink:hover {
  box-shadow: 0 0 5px #fff;
}
.clsHoverMethod .ehover5 a.clsLink:hover,
.clsHoverMethod .clshover a.nullbutton:hover {
  box-shadow: none;
}
.clsHoverMethod .ehover5 h2,
.clsHoverMethod .ehover5 img {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.clsHoverMethod .ehover5 img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.clsHoverMethod .ehover5:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.clsHoverMethod .ehover5 .clsoverlay {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.clsHoverMethod .ehover5:hover .clsoverlay {
  background-color: rgba(170,170,170,0.4);
}
.clsHoverMethod .ehover5 a.clsLink {
  opacity: 0;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  font-weight: 400;
  border: 1px solid #fff;
  height: 30%;
  width: 85%;
  position: absolute;
  top: 7%;
  left: 8%;
  padding: 70px;
}
.clsHoverMethod .ehover5:hover a.clsLink {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background-color: rgba(0,0,0,0.4);
}
.clsHoverMethod .clshover a.clsLink,
.clsHoverMethod .clshover h2 {
  text-transform: uppercase;
  color: #fff;
}
.clsHoverMethod .clshover img {
  display: block;
  position: relative;
  height: 100px;
  line-height: 100px;
}
.clsHoverMethod .clshover a.clsLink {
  text-decoration: none;
  padding: 7px 14px;
  border: 1px solid #fff;
  margin: 30px 0 0;
  border-radius: 0;
  background-color: transparent;
}
.clsHoverMethod .clshover a.clsLink:hover {
  box-shadow: 0 0 5px #fff;
}
.clsHoverMethod .clsLink {
  display: none;
}
.clsHoverMethod .clsImageCenter img {
  width: 100%;
}
.clsOrangeMenuTab.clsAppMenuIcon li.clsfleft > a:hover .fa,
.clsOrangeMenuTab.clsAppMenuIcon li.clsfleft > a:active .fa,
.clsOrangeMenuTab.clsAppMenuIcon li.clsfleft > a :focus .fa {
  color: #ff6b07;
}
.clsOrangeMenuTab.clsAppMenuIcon li.iconMenu > a:hover .clsAddContent,
.clsOrangeMenuTab.clsAppMenuIcon li.iconMenu > a:active .clsAddContent,
.clsOrangeMenuTab.clsAppMenuIcon li.iconMenu > a:focus .clsAddContent {
  background-position: -19px 4px;
}
.clsOrangeMenuTab.clsAppMenuIcon li.iconMenu > a:hover .clsAddItemIcon,
.clsOrangeMenuTab.clsAppMenuIcon li.iconMenu > a:active .clsAddItemIcon,
.clsOrangeMenuTab.clsAppMenuIcon li.iconMenu > a:focus .clsAddItemIcon {
  background-position: -270px -147px;
}
.clsOrangeMenuTab.clsAppMenuIcon li.clsActive {
  background-color: #fff;
}
.clsOrangeMenuTab.clsAppMenuIcon li.clsActive a {
  color: #ff6b07;
}
.clsOrangeMenuTab.clsAppMenuIcon li.clsActive a .clsAddContent {
  background-position: -19px 4px;
}
.clsOrangeMenuTab.clsAppMenuIcon li.clsActive a .clsAddItemIcon {
  background-position: -270px -147px;
}
.clsOrangeMenuTab.clsAppShowFlow .clsActive .hdicon.clsAddContent {
  background-position: -18px 4px;
}
.clsOrangeMenuTab.clsAppShowFlow .clsActive a::hover .hdicon.clsAddContent {
  background-position: -21px 4px;
}
.col-sm-8 .clsHPhotoent.clsPhotoentityFormat-cols .listingLarge .clsImageCenter {
  height: 130px;
  line-height: 130px;
}
.col-sm-4 .clsHPhotoent.clsPhotoentityFormat-cols .listingLarge .clsImageCenter {
  height: 80px;
  line-height: 80px;
}
.clsPhotoentityFormat-cols.clsHPhotoent .listingLarge .clsImageCenter {
  height: auto;
  line-height: 130px;
  padding: 1px !important;
}
.clsPhotoentityFormat-cols.clsHPhotoent .listingLarge .col-xs-12 .clsImageCenter,
.clsPhotoentityFormat-cols.clsHPhotoent .listingLarge .col-xs-4 .clsImageCenter,
.clsPhotoentityFormat-cols.clsHPhotoent .listingLarge .col-xs-3 .clsImageCenter {
  height: auto;
  padding: 0px !important;
}
.file {
  position: relative;
  overflow: hidden;
  margin: 0 10px 0 0;
}
.file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 36%;
  width: 100px;
  min-height: 40px;
  font-size: 0px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
ul li.clsNactive a {
  border: 1px solid #ddd;
}
ul li.clsNactive a .fa {
  color: #FF6B07;
}
.clsConfiThumImage .clsSearchPlusHover:hover {
  position: relative;
}
.clsConfiThumImage .clsSearchPlusHover:hover .clsSearchPlus {
  background: url(../../../images/screen_blue/SearchPlus.png) no-repeat;
  top: 40%;
  position: absolute;
  cursor: pointer;
  display: block;
  width: 20px;
  height: 20px;
  left: 44%;
  right: 0px;
}
.clsConfiThumImage .clsSearchPlusHover:hover .fa-search {
  top: 40%;
  position: absolute;
  cursor: pointer;
  display: block;
  left: 6%;
  right: 0px;
  font-size: 15px;
}
.clsConfiThumImage .clsSearchPlusHover .fa-search {
  display: none;
}
.clsLinkCont .clsLinkHBg {
  color: #0083BB;
  font-size: 12px;
  line-height: 14px;
  padding-top: 3px;
}
.clsLinkSite {
  width: 90px;
  max-width: 100%;
}
.clsClassifiedLst li .listingLarge img {
  height: 100px;
}
.clsFormClassified .checkbox input {
  margin-top: 3px;
}
.clsVideoListMiddle .clsSendMsgBck .clsPopupConfirmation {
  left: -60%;
}
.clsVideoListMiddle .clsSendMsgBck .clsPopupConfirmation .clsPadTopHeading {
  padding: 5px 10px 5px 8px;
  margin: 0;
}
.clsSendMsgBck .clsMakeItMainPage {
  left: 0;
  width: 200px;
}
.clsScroll {
  overflow: auto;
  max-height: 100px;
}
.clsEmailBck {
  background: #fff;
  padding: 5px;
  border: 1px solid #cfcfcf;
}
.clsEmailBck .clsHedingEmail {
  color: #0083BB;
}
.clsEmailBck .clsEmailBcklft {
  float: left;
  padding-right: 15px;
}
.clsEmailBck .clsEmailBckRgt {
  float: left;
  padding-right: 15px;
}
.clsBotElink {
  padding: 17px 0 0 0;
}
.clsBotElink span {
  color: #000000;
  font-size: 14px;
}
.clsEmailContent {
  padding: 17px 0 0;
}
.col-sm-4.displaytd .listingLarge .col-xs-4 img,
.col-sm-4.displaytd .listingLarge .col-xs-3 img {
  height: 60px;
}
.clsMarBot30 {
  margin: 0 0 30px 0;
}
.clsMarBot30.clsEntityWithFormatLink {
  border-bottom: 1px solid #ccc;
}
.sspaceTop6 {
  padding: 6px 0 0 0;
}
ul.clsAppsPhoItemBck li {
  float: left;
}
ul.clsAppsPhoItemBck li a {
  display: block;
  padding: 2px;
  border-right: 1px solid #ccc;
}
ul.clsAppsPhoItemBck li a .clsfaItemactive {
  background: url(../../../images/screen_gray/book-icon_gray.png) no-repeat center;
  background-position: -23px -19px;
  height: 25px;
  width: 33px;
  display: block;
}
ul.clsAppsPhoItemBck li a .fa-list {
  height: 20px !important;
  margin-top: 1px;
}
ul.clsAppsPhoItemBck li a .clsTableLst {
  background: url(../../../images/screen_blue/tablelst.png) no-repeat center;
  height: 25px;
  width: 33px;
  display: block;
}
ul.clsAppsPhoItemBck li a .clsfaCategory {
  background: url(../../../images/screen_blue/clsfaCategory.png) no-repeat center;
  height: 25px;
  width: 33px;
  display: block;
}
ul.clsAppsPhoItemBck li.clsActive .clsfaItemactive {
  background: url(../../../images/screen_blue/book-icon.png) no-repeat center;
  background-position: -22px -19px;
}
ul.clsAppsPhoItemBck li.clsActive .clsTableLst {
  background: url(../../../images/screen_blue/tablelstH.png) no-repeat center;
}
ul.clsAppsPhoItemBck li.clsActive .clsfaCategory {
  background: url(../../../images/screen_blue/clsfaCategoryH.png) no-repeat center;
}
ul.clsAppsPhoItemBck li:last-child > a {
  border-right: 0;
}
#showingInputAppEntityConfig .clsPageHd h2 {
  font-size: 11px;
}
#showingInputAppEntityConfig .clsPageHd h2 span.hdicon {
  margin-right: 5px;
}
.clsBckShowMore {
  margin: 0 auto;
  width: 15%;
  border: 1px solid #CCCCCC;
}
.clsBckShowMore a {
  color: #555;
  font-size: 13px;
}
.clsbckbor {
  border: 1px solid #CCCCCC;
}
.clsbckbor a {
  color: #555;
}
.clsConfeImg img {
  max-width: 100%;
  height: 14px;
}
.clsGroupMainHBck .clsGroupMain {
  min-height: inherit;
  padding: 0;
}
#activitySubList .clsActGrayMenuBck.clsGrayMenu li {
  float: left;
  border-radius: 0;
  margin-right: -1px;
  margin-top: -1px;
  margin-left: -1px;
  border: 1px solid #d1d1d1;
  border-bottom: 0;
  background: #fdfdfd;
}
#activitySubList .clsActGrayMenuBck.clsGrayMenu li a {
  display: inline-block;
  background: none;
  border: none;
  padding: 8px 10px;
  text-align: left;
}
#activitySubList .clsActGrayMenuBck.clsGrayMenu li:hover {
  background: #c7c7c7;
  background: -moz-linear-gradient(top,#c7c7c7 0%,#ffffff 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#c7c7c7),color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(top,#c7c7c7 0%,#ffffff 100%);
  background: -o-linear-gradient(top,#c7c7c7 0%,#ffffff 100%);
  background: -ms-linear-gradient(top,#c7c7c7 0%,#ffffff 100%);
  background: linear-gradient(to bottom,#c7c7c7 0%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7c7c7',endColorstr='#ffffff',GradientType=0);
}
#activitySubList .clsActGrayMenuBck.clsGrayMenu li.clsActiveMenu {
  background: #c7c7c7;
  background: -moz-linear-gradient(top,#c7c7c7 0%,#ffffff 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#c7c7c7),color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(top,#c7c7c7 0%,#ffffff 100%);
  background: -o-linear-gradient(top,#c7c7c7 0%,#ffffff 100%);
  background: -ms-linear-gradient(top,#c7c7c7 0%,#ffffff 100%);
  background: linear-gradient(to bottom,#c7c7c7 0%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7c7c7',endColorstr='#ffffff',GradientType=0);
  color: #000;
}
.clsMarTop30 {
  margin: 30px 0 0 0;
}
.clsPadSide {
  padding: 2px 10px;
}
.clsEditIcon {
  width: 16px;
  height: 16px;
  background: url(../../../images/screen_blue/clsEdit.png) no-repeat;
  display: block;
}
.clsWriteArrow {
  background: url(../../../images/screen_blue/clsWriteArrowH.png) no-repeat 2px 2px;
  height: 16px;
  width: 16px;
  display: block;
}
.clsBook-open {
  background: url(../../../images/screen_blue/book-icon.png) no-repeat 1px 3px;
  width: 27px;
  height: 18px;
  display: inline-block;
  text-indent: -999em;
  vertical-align: top;
}
.clsProfileContentInner {
  word-wrap: break-word;
}
.clsMyPhotoAlbumTbl th,
.clsMyPhotoAlbumTbl td {
  min-width: 53px;
  font-size: 13px;
}
.clsClosebtn {
  display: block;
}
.clsClosebtn i {
  font-size: 20px;
  line-height: 24px;
  color: #ff6b07;
}
.clsUpdateProfile.clsMailText .clsIndexActivityText {
  display: inline-block;
}
.clstext-13 {
  font-size: 13px !important;
  line-height: 15px;
}
.clsLoginLinks li {
  display: inline;
}
.clsMessageDate {
  min-width: 200px !important;
}
.clsMailSubject {
  min-width: 300px !important;
}
.clsviewpartmobile {
  display: none;
}
.clsPagingLst.clsNumConfeti li a {
  display: block;
  width: 23px;
  height: 25px;
  text-indent: -999em;
}
.clsPagingLst.clsNumConfeti li.clsNum1 a {
  background: #FFF url(../../../images/screen_blue/numeric12.png) no-repeat center;
}
.clsPagingLst.clsNumConfeti li.clsNum1 a:hover {
  background: #ff720b url(../../../images/screen_blue/numericH12.png) no-repeat center;
}
.clsPagingLst.clsNumConfeti li.clsNum2 a {
  background: #FFF url(../../../images/screen_blue/numeric24.png) no-repeat center;
}
.clsPagingLst.clsNumConfeti li.clsNum2 a:hover {
  background: #ff720b url(../../../images/screen_blue/numericH24.png) no-repeat center;
}
.clsPagingLst.clsNumConfeti li.clsNum3 a {
  background: #FFF url(../../../images/screen_blue/numeric48.png) no-repeat center;
}
.clsPagingLst.clsNumConfeti li.clsNum3 a:hover {
  background: #ff720b url(../../../images/screen_blue/numericH48.png) no-repeat center;
}
li a .clsfa-slideshare {
  background: url(../../../images/screen_blue/new-item.png) no-repeat -185px -190px;
  width: 13px;
  height: 13px;
  display: inline-block;
  vertical-align: top;
}
li a .clsfa-slideshare-gray {
  background: url(../../../images/screen_gray/new-item-gray.png) no-repeat -185px -190px;
  width: 13px;
  height: 13px;
  display: inline-block;
  vertical-align: top;
}
li a .clsfa-slideshare-gray-lite {
  background: url(../../../images/screen_gray/clsfa_slideshare_gray.png) no-repeat;
  width: 18px;
  height: 19px;
  display: inline-block;
  vertical-align: top;
}
li a:hover .clsfa-slideshare,
li a:hover .clsfa-slideshare-gray,
li a.active .clsfa-slideshare,
li a.active .clsfa-slideshare-gray {
  background-position: -225px -190px;
}
li a:hover .clsfa-slideshare-gray-lite,
li a.active .clsfa-slideshare-gray-lite {
  background: url(../../../images/screen_blue/new-item.png) no-repeat -225px -190px;
  width: 18px;
  height: 19px;
}
li.clsActiveMainLink a .clsfa-slideshare {
  background: url(../../../images/screen_blue/new-item.png) no-repeat -225px -190px;
}
li.clsActiveMainLink a .clsfa-slideshare-gray {
  background: url(../../../images/screen_gray/new-item-gray.png) no-repeat -225px -190px;
}
.clsUser-Bg {
  background: url(../../../images/screen_blue/clsUser-Bg.png) no-repeat center center;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}
.aligned {
  float: none;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}
.clsLstUpDate .aligned {
  width: 20px;
}
.clsLstUpDate .clsclassifiedIcon {
  background: url(../../../images/screen_blue/new-icon-hover.png) no-repeat -205px 0;
}
.clsLstUpDate .hdicon {
  display: inline-block !important;
  vertical-align: middle;
  float: none;
}
.clsDownloadBlue {
  background: url(../../../images/screen_blue/downloadBlue.png) no-repeat 0 5px;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.clsArrowBlue {
  background: url(../../../images/screen_blue/ArrowBlue.png) no-repeat 0 5px;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.clsConfettiMailLst li .clsFooterMobileMenu {
  text-indent: initial !important;
}
.clsFooterLst {
  border-right: none !important;
  padding: 3px 3px !important;
  float: left !important;
}
.clsFooterPopUp .clsPopupConfirmation-2 {
  left: 183px;
  top: -415px !important;
}
.clsFooterPopUp .clsPopupConfirmation-2 {
  width: 320px !important;
}
.cls_mobile_popup {
  left: 137px !important;
}
#contactuserprofile_send {
  top: -770px !important;
  left: 275px !important;
}
ul.header-menu li#tab_entities_list a i.fa-github {
  background: url(../../../images/screen_blue/header-hubs.png) no-repeat 0 0;
  width: 14px;
  height: 14px;
  margin: 0 0 0;
}
ul.header-menu li#tab_entities_list a i.fa-github:before {
  content: '';
  width: 14px;
  height: 14px;
}
ul.header-menu li#tab_entities_list a:hover i.fa-github,
ul#CurrentLink a:hover i.fa-github {
  background: url(../../../images/screen_blue/header-hubs.png) no-repeat right top;
}
ul.header-menu li#tab_entities_list.clsActiveMainLink a i.fa-github,
ul#CurrentLink a:hover i.fa-github,
ul#CurrentLink a.clsActive i.fa-github {
  background: url(../../../images/screen_blue/header-hubs.png) no-repeat right top;
}
.fa-github-blue {
  background: url(../../../images/screen_blue/menu-hubs.png) no-repeat -26px 2px;
  width: 16px;
  height: 27px;
  margin: 0 0 0 0;
}
.clsFooterLinkFirst_custom a i.fa-github {
  background: url(../../../images/screen_blue/header-hubs.png) no-repeat 0 0;
  width: 14px;
  height: 14px;
  margin: 2px 0 0;
  margin-bottom: -4px;
}
.clsFooterLinkFirst_custom .fa-github:before {
  content: '';
}
.clsMailTbl .clsReplied td a {
  color: #999;
  font-size: 13px;
}
.message-ullink-confiti #tab_confetto a i.fa-github {
  width: 20px;
  height: 18px;
  background: url(../../../images/screen_blue/confitti-sicon.png) no-repeat left top;
}
.message-ullink-confiti #tab_confetto a i.fa-github:before {
  content: '';
  width: 14px;
  height: 14px;
}
.message-ullink-confiti #tab_confetto a:hover i.fa-github {
  background: url(../../../images/screen_blue/confitti-sicon_active.png) no-repeat left top;
}
.message-ullink-confiti #tab_confetto a:hover i.fa-github:before {
  content: '';
  width: 14px;
  height: 14px;
}
.message-ullink-confiti #tab_confetto.clsActiveCommonProfileLink a i.fa-github {
  background: url(../../../images/screen_blue/confitti-sicon_active.png) no-repeat left top;
}
.message-ullink-confiti #tab_confetto.clsActiveCommonProfileLink a i.fa-github:before {
  content: '';
  width: 14px;
  height: 14px;
}
.message-ullink-confiti #tab_sms a i.fa-envelope-o {
  width: 19px;
  height: 16px;
  background: url(../../../images/screen_blue/sms-blue.png);
}
.message-ullink-confiti #tab_sms a i.fa-envelope-o:before {
  content: '';
  width: 19px;
  height: 16px;
}
.message-ullink-confiti #tab_sms a:hover i.fa-envelope-o {
  background: url(../../../images/screen_blue/sms-white.png);
}
.message-ullink-confiti #tab_sms.clsActiveCommonProfileLink a i.fa-envelope-o {
  background: url(../../../images/screen_blue/sms-white.png);
}
.message-ullink-confiti #tab_chat a i.fa-envelope-o {
  width: 19px;
  height: 18px;
  background: url(../../../images/screen_blue/im-blue.png) no-repeat left top;
}
.message-ullink-confiti #tab_chat a i.fa-envelope-o:before {
  content: '';
  width: 19px;
  height: 19px;
}
.message-ullink-confiti #tab_chat a:hover i.fa-envelope-o {
  background: url(../../../images/screen_blue/im-blue.png) no-repeat left bottom;
}
.message-ullink-confiti #tab_chat.clsActiveCommonProfileLink a i.fa-envelope-o {
  background: url(../../../images/screen_blue/im-blue.png) no-repeat left bottom;
}
.message-ullink-confiti-new a i.fa-github {
  width: 20px;
  height: 18px;
  background: url(../../../images/screen_blue/confitti-sicon.png) no-repeat left top;
}
.message-ullink-confiti-new a i.fa-github:before {
  content: '';
  width: 14px;
  height: 14px;
}
.message-ullink-confiti-new a:hover i.fa-github {
  background: url(../../../images/screen_blue/confitti-sicon_active.png) no-repeat left top;
}
.message-ullink-confiti-new a:hover i.fa-github:before {
  content: '';
  width: 14px;
  height: 14px;
}
.message-ullink-confiti-new li .custom-padding {
  padding: 6px 4px 0px 6px;
}
.message-ullink-confiti-new .dot-bottom {
  margin-top: 16px;
  margin-left: -10px;
}
.message-ullink-confiti-new .custom-popup-position {
  position: absolute;
  left: 45%;
}
.cls-confetti-page .hdicon.clsAddConfettiIcon {
  background: url(../../../images/screen_blue/custom/custom-sprite.png) no-repeat 0 -1669px;
  width: 24px;
}
.dl-imp {
  text-align: left !important;
}
#tab_sms .fa-sms-icon {
  background: url(../../../images/screen_blue/new-item.png) no-repeat -164px 3px;
}
.clsBlockView.clsInfoIcon {
  display: block !important;
}
.cls-viewsetting-tab {
  width: 151px;
  margin-left: 187px !important;
  margin-top: -5px !important;
}
.rgtddownbk {
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #989898;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  right: 5px;
  top: -5px;
  display: inline-block;
}
.rgtddownbk i {
  line-height: 25px;
}
.rgtddownbk .fa-ellipsis-h {
  font-size: 20px;
}
.rgtddownbk.custom-postion {
  position: relative;
  margin-top: 3px;
}
.nworganseentyblk ul.clsH2LinkLft li:hover .rgtddownbk >ul {
  display: none;
}
.nworganseentyblk ul.clsH2LinkLft li .rgtddownbk > ul {
  background: #fff;
  width: 150px;
  left: auto;
  right: 0;
  border: 1px solid #ccc;
  padding: 0;
}
.nworganseentyblk ul.clsH2LinkLft li .rgtddownbk > ul li {
  border-bottom: 1px solid #ccc;
  width: 100%;
  text-align: left;
}
.nworganseentyblk ul.clsH2LinkLft li .rgtddownbk > ul li a {
  color: #000;
  font-size: 14px;
  margin: 0;
  border: none;
  width: 100%;
}
.nworganseentyblk ul.clsH2LinkLft li .rgtddownbk > ul li a span span {
  display: inline-block;
  vertical-align: middle;
}
.nworganseentyblk ul.clsH2LinkLft li .rgtddownbk > ul li a span i.fa {
  margin: 0;
}
.nworganseentyblk ul.clsH2LinkLft li .rgtddownbk > ul li a:hover {
  background: #ddd;
}
.nworganseentyblk ul.clsH2LinkLft li .rgtddownbk > ul li:last-child {
  border-bottom: none;
}
.nworganseentyblk ul.clsH2LinkLft li .rgtddownbk:hover {
  cursor: pointer;
}
.nworganseentyblk ul.clsH2LinkLft li .rgtddownbk:hover >ul {
  display: block;
}
.nworganseentyblk ul.clsH2LinkLft li .rgtddownbk:hover >ul li a {
  margin: 0;
}
.nworganseentyblk ul.clsH2LinkLft li .rgtddownbk:hover >ul li a span.mnuicon {
  background: #aaa;
  color: #fff;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  margin: 0 0px 0 0;
  display: inline-block;
}
.nworganseentyblk ul.clsH2LinkLft li .rgtddownbk:hover >ul li a span.no-background {
  background: none;
}
.nworganseentyblk ul.clsH2LinkLft li .rgtddownbk > ul.custom-cls-more-dropdown {
  left: 10px;
}
.imgplacementview {
  display: inline-block;
  vertical-align: top;
  margin: -5px 10px 0px;
  padding: 3px;
}
.imgplacementview a .fa.fa-th {
  background: none;
  width: 17px;
  height: 16px;
  font-size: 14px;
  color: #0083BB;
}
.imgplacementview a .fa-th:before {
  content: "\f00a";
}
.imgplacementview .dropdown-menu > ul {
  position: static;
}
.clsEntityFormatBlock ul.clsH2LinkLft li:hover .imgplacementview .dropdown-menu > ul {
  position: static;
  background: #fff;
}
.clsEntityFormatBlock ul.clsH2LinkLft li:hover .imgplacementview .dropdown-menu > ul li a {
  border: none;
}
.confettiActive {
  font-weight: bold;
}
#showOtherConfetti {
  border: 1px solid #ccc;
  border-bottom: none;
  padding: 7px 7px 7px 7px;
}
.showcategoryConfetti {
  border: 1px solid #ccc;
  border-bottom: none;
  padding: 7px 7px 7px 7px;
}
.cls-confetti-tab {
  margin-bottom: 0px !important;
}
.text-orange {
  color: #ff6b07;
}
.clsUpdateProtextareaComment textarea {
  width: 50%;
}
.clsProfileText .clsListingLinkIcon {
  margin-left: 8px;
  margin-right: -5px;
}
.cls-avatar-image img {
  width: 3%;
  margin-left: 2px;
  margin-bottom: 4px;
  margin-right: 2px;
}
.deskTop_list_images a img {
  width: 5% !important;
}
.deskTop_list_images a .custom-image-height {
  width: 35px !important;
}
.deskTop_list_images #selAvatarImage img {
  width: 3% !important;
}
.clsTemplateConfetti >li {
  margin-right: 0px;
}
.cls-entity-note-list .formatSelect {
  margin-bottom: 12px;
}
.nworganseentyblk ul li a {
  display: inline-block !important;
}
.cls-integrated-apps {
  float: left;
  margin-right: 2px;
}
.AppMixAdd {
  margin: 12px;
}
.clsActive .icon-tree {
  background: url(../../../images/screen_blue/header-icon-hover.png) no-repeat -201px -1px;
}
.icon-tree {
  background: url(../../../images/screen_blue/header-icon.png) no-repeat -209px 2px;
}
.icon-tree:hover {
  background: url(../../../images/screen_blue/header-icon-hover.png) no-repeat -201px -1px;
}
.left-border {
  border-left: 1px solid #DCDCDC !important;
}
.right-border {
  border-right: 1px solid #DCDCDC !important;
}
.no-top-bardor-import {
  border-top: none !important;
}
.bottom-border {
  border-bottom: 1px solid #DCDCDC !important;
}
.clsActive .clsItemIcon-menu {
  background-position: -221px -152px;
}
.clsActive .clsItemIcon-menu-gray {
  background-position: -221px -152px;
}
.cls-default-confetti-folder.clsActive {
  padding: 4px 7px 4px 3px;
  background-color: lightpink;
}
#ViewPage.clsActiveMenu>a,
#AddNewPage.clsActiveMenu>a,
#TabSettings.clsActiveMenu>a,
#ConfettiSetting.clsActiveMenu>a {
  background: #fff;
  text-decoration: none;
  color: #ff6704;
}
.icon-new-setting {
  background: url(../../../images/screen_blue/settingsnew-icon.png) no-repeat 4px 4px;
}
.clsActive .icon-new-setting {
  background: url(../../../images/screen_blue/settingsnew-icon.png) no-repeat -20px 3px;
}
#entityDiv a {
  padding: 4px 1px 2px 5px !important;
}
#entityDiv .custom-no-padding {
  padding: 0px !important;
}
#entityAppList a {
  padding: 4px 0px !important;
}
.confetti_footer,
.confiti-view-single-footer,
.members-page-footer,
.confetti_item_page_footer {
  display: none;
}
.custom-theme-a-tag-color {
  color: #ff6704;
}
.custom_item_bar_color {
  background: #ffffff;
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  padding: 3px 0px 0px 3px;
}
.custom_item_bar_color ul li {
  float: left;
  display: block;
  line-height: 26px;
  border: 0.5px solid #DCDCDC;
  border-radius: 10px;
  margin-top: 4px;
}
.custom_item_bar_color ul li a {
  border-bottom: 0;
  margin: 0 2px 2px;
  padding: 0 5px;
  color: #000;
  font-size: 12px;
}
.custom_item_bar_color ul li a:hover {
  background: #fff;
  text-decoration: none;
}
.custom_item_bar_color ul li.active {
  background: #fff;
  text-decoration: none;
  font-weight: bold;
}
.custom_item_padding {
  padding: 0px 0px 0px 3px;
}
li.clsActive a .clsfa-slideshare {
  background: url(../../../images/screen_blue/new-item.png) no-repeat -224px -190px;
  width: 13px;
  height: 13px;
  display: inline-block;
  vertical-align: top;
}
li.clsActive a .clsfa-slideshare-gray {
  background: url(../../../images/screen_gray/new-item-gray.png) no-repeat -224px -190px;
  width: 13px;
  height: 13px;
  display: inline-block;
  vertical-align: top;
}
.cls_marin_btm {
  margin-top: 7px !important;
}
#selFooterBuzzContent .fa-history {
  font-size: 15px;
  margin-top: 2px;
}
.custom-folder-icon-design {
  border: 1px solid #ccc;
  padding: 7px 4px 3px 7px;
  border-radius: 5px;
  font-size: 16px;
  float: right;
}
#member .clsOrangeMenuTab {
  border: none;
}
.cls_grid_confetti a,
.cls_list_confetti a {
  border: none !important;
}
.cls_grid_confetti,
.cls_list_confetti {
  margin-top: 4px !important;
}
.custom-hide {
  display: none;
}
.truncate-c1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
#confettigrouplist {
  background-color: #F0F0F0;
}
.left-2 {
  left: 2px;
}
#ConFolderList .fa,
#ConFolderList .custom-dimgray,
#selBlockList .fa,
#selBlockList .custom-dimgray,
#ConfettiProfileMain .fa,
#ConfettiProfileMain .custom-dimgray,
#changeOverBetweenConfetti .fa,
#changeOverBetweenConfetti .custom-dimgray,
#myList .fa,
#myList .custom-dimgray,
#selMyAlbumsDisplay .fa,
#selMyAlbumsDisplay .custom-dimgray,
#eventlist .fa,
#eventlist .custom-dimgray,
#contextCategoryList .fa,
#contextCategoryList .custom-dimgray,
#link_general .fa,
#link_general .custom-dimgray,
#geoCategoryList .fa,
#geoCategoryList .custom-dimgray {
  color: #A9A9A9;
}
#ConFolderList .inherit-color,
#selBlockList .inherit-color,
#ConfettiProfileMain .inherit-color,
#changeOverBetweenConfetti .inherit-color,
#myList .inherit-color,
#selMyAlbumsDisplay .inherit-color,
#eventlist .inherit-color,
#contextCategoryList .inherit-color,
#link_general .inherit-color,
#geoCategoryList .inherit-color {
  color: inherit;
}
#ConFolderList .clsActiveCommonProfileLink .fa,
#ConFolderList .clsActiveCommonProfileLink .custom-dimgray,
#selBlockList .clsActiveCommonProfileLink .fa,
#selBlockList .clsActiveCommonProfileLink .custom-dimgray,
#ConfettiProfileMain .clsActiveCommonProfileLink .fa,
#ConfettiProfileMain .clsActiveCommonProfileLink .custom-dimgray,
#changeOverBetweenConfetti .clsActiveCommonProfileLink .fa,
#changeOverBetweenConfetti .clsActiveCommonProfileLink .custom-dimgray,
#myList .clsActiveCommonProfileLink .fa,
#myList .clsActiveCommonProfileLink .custom-dimgray,
#selMyAlbumsDisplay .clsActiveCommonProfileLink .fa,
#selMyAlbumsDisplay .clsActiveCommonProfileLink .custom-dimgray,
#eventlist .clsActiveCommonProfileLink .fa,
#eventlist .clsActiveCommonProfileLink .custom-dimgray,
#contextCategoryList .clsActiveCommonProfileLink .fa,
#contextCategoryList .clsActiveCommonProfileLink .custom-dimgray,
#link_general .clsActiveCommonProfileLink .fa,
#link_general .clsActiveCommonProfileLink .custom-dimgray,
#geoCategoryList .clsActiveCommonProfileLink .fa,
#geoCategoryList .clsActiveCommonProfileLink .custom-dimgray {
  color: #ff6b07;
}
#ConFolderList .clsPagingList .fa,
#ConFolderList .custom-white-color .fa,
#selBlockList .clsPagingList .fa,
#selBlockList .custom-white-color .fa,
#ConfettiProfileMain .clsPagingList .fa,
#ConfettiProfileMain .custom-white-color .fa,
#changeOverBetweenConfetti .clsPagingList .fa,
#changeOverBetweenConfetti .custom-white-color .fa,
#myList .clsPagingList .fa,
#myList .custom-white-color .fa,
#selMyAlbumsDisplay .clsPagingList .fa,
#selMyAlbumsDisplay .custom-white-color .fa,
#eventlist .clsPagingList .fa,
#eventlist .custom-white-color .fa,
#contextCategoryList .clsPagingList .fa,
#contextCategoryList .custom-white-color .fa,
#link_general .clsPagingList .fa,
#link_general .custom-white-color .fa,
#geoCategoryList .clsPagingList .fa,
#geoCategoryList .custom-white-color .fa {
  color: inherit;
}
#ConFolderList .clsbluec,
#selBlockList .clsbluec,
#ConfettiProfileMain .clsbluec,
#changeOverBetweenConfetti .clsbluec,
#myList .clsbluec,
#selMyAlbumsDisplay .clsbluec,
#eventlist .clsbluec,
#contextCategoryList .clsbluec,
#link_general .clsbluec,
#geoCategoryList .clsbluec {
  color: #0083BB;
}
.custom-members-page-height .lbviewvideo {
  height: 120px;
}
.custom-people-know-page-height .lbviewvideo {
  height: 120px;
}
.custom-search-people-height .lbviewvideo {
  height: 135px;
}
.custom-audio-tag-height .lbviewvideo {
  height: 140px;
}
.custom-height-audio-page-box .lbviewvideo {
  height: 110px;
}
.custom-height-photo-search-page-box .lbviewvideo {
  height: 150px;
}
.custom-height-context-search-page-box .lbviewvideo {
  height: 170px;
}
.custom-height-doc-height-box .lbviewvideo {
  height: 81px;
}
.custom-height-doc-compact-height-box .lbviewvideo {
  height: 65px;
}
.custom-height-notes-height-box .lbviewvideo {
  height: 95px;
}
.bor-radius {
  border-radius: 5px;
}
.bor-radius-left {
  border-radius: 5px 0 0 5px;
}
.custom-bor-radius {
  border-radius: 15px 0 0 15px;
}
.custom-a-padding {
  padding: 3px 6px !important;
}
.custom-a-padding-help-page {
  padding: 3px 3px !important;
}
.cls_white_back {
  background-color: white !important;
}
#selShowConfettiEveryList,
#selShowConfettiEveryHistory {
  border-right: 1px solid #000;
}
.clsActiveFriendLink a {
  font-weight: bold;
}
.orange_color_border {
  border: 1px solid #ff6b07 !important;
  margin: -1px;
}
.clsOrengeTopBor .clsActive {
  border: 1px solid #ff6b07 !important;
  margin: 0px;
  font-weight: bold;
}
.clsOrengeTopBor a {
  color: #000 !important;
}
.custom-margin-import .clsActive {
  margin: -1px;
}
.clsGroupMain .clsGroupMainn {
  min-height: 40px;
}
.subcatory-bor-radius {
  border-radius: 5px;
}
.subcatory-bor-radius .clsActive {
  border: 1px solid #ff6b07 !important;
  font-weight: bold;
}
.padding-bottom-5 {
  padding-bottom: 5px !important;
}
.padding-bottom-0 {
  padding-bottom: 0px !important;
}
.padding-top-0 {
  padding-top: 0px !important;
}
.custom-brown-color {
  color: #66686a;
}
.search-group .form-control {
  border: 1px solid #DCDCDC;
}
.search-group .input-group-addon {
  border-right: 1px solid #DCDCDC;
  border-top: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
}
#showingInputAppEntityConfig .clsVideoUploadSection {
  margin-left: -15px;
}
.clsDataRoundedSections #selMail {
  overflow-x: scroll;
}
.custom-margin-2em {
  margin-top: 4em;
}
.custom-margin-3em {
  margin-top: 3em;
}
.clsHubimage {
  margin-left: 75px;
  width: 35px !important;
  margin-top: 5px;
}
.new-bardor-design .clsActive {
  border: 1px solid #ff6b07 !important;
  margin: 0px;
  font-weight: bold;
}
.custom-bardor-top-bottom .custom-div li {
  border-top: 0px;
  border-bottom: 0px;
}
.custom-bardor-top-bottom .no-top-bardor {
  border-top: 0px !important;
}
.custom-bardor-top-bottom .no-bottom-bardor {
  border-bottom: 0px !important;
}
.custom-bardor-top-bottom li {
  border-top: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
}
.custom-bardor-top-bottom li,
.custom-bardor-top-bottom .custom-div {
  border-top: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
}
.custom-design-in-apps-page {
  background: initial;
  border: none;
}
.apps-page-custom-padding {
  padding: 3px 11px 0px 10px;
}
.custom-grid-align-bottom {
  position: absolute;
  bottom: 0;
  right: 11px;
}
.custom-bor-radius-left {
  border-radius: 5px 0px 0px 5px;
}
.custom-bor-radius-right {
  border-radius: 0px 5px 5px 0px;
}
.background-initial {
  background-color: initial !important;
}
.new-bardor-design .clsOrangeMenuTab {
  border: none !important;
}
#showEntityFolderDetails .my-profile-details .clsActiveFriendLink {
  background: #fff !important;
}
.show-when-click-members-tab,
.show-members-folder {
  display: none;
}
.custom-style-margin {
  margin-top: -10px !important;
  border-radius: 0px 0px 7px 7px;
  border-top: none;
}
.custom-bar-radius-7 {
  border-radius: 7px 7px 0px 0px;
}
.no-border-right {
  border-right: 0.5px solid #DCDCDC !important;
}
#listMenu .clsActiveFriendLink {
  border: 1px solid #FF6B07 !important;
}
.bg-white {
  background: #fff;
}
.custom-margin-apps-page {
  margin-top: -4px;
  margin-left: 3px;
}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.truncate2 {
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom-padding-in-page {
  padding: 0px 6px 5px 5px !important;
}
.custom-bardar {
  border: 1px solid #DCDCDC !important;
}
.custom-bardar-blue {
  border: 1px solid #0083bb !important;
}
.custom-bardar-gray {
  border: 1px solid #ccc !important;
}
.custom-bardar-dark {
  border: 0.5px solid #DCDCDC !important;
}
.item-page-entity-add {
  padding: 2px 4px 4px 4px !important;
}
.item-page-folder-add {
  padding: 1px 7px 5px 8px !important;
}
.cls_white_back_import {
  background-color: white !important;
}
.cls_gray_back_import {
  background-color: #f1f1f1 !important;
}
.custom-gray-color div {
  color: #808080;
}
.grayc {
  color: #808080;
}
.custom-orange-bordar li a {
  border-bottom: 0;
  padding: 0 5px;
  color: #000;
  font-size: 12px;
}
.custom-button-style {
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  display: block;
  border: 0.5px solid #ff6b07;
  border-radius: 10px;
  padding: 3px 10px 3px 11px;
  background-color: #fff;
  color: #000;
  font-size: 12px;
}
.custom-button-style:focus {
  background: none;
  border: 0.5px solid #ff6b07;
  border-radius: 5px;
}
.custom-font-color {
  color: #706e6e !important;
  background: none !important;
}
#mainConfettiList #selMsgError {
  margin-top: 0px;
}
#issuedConfettiList #selMsgError,
#memberConfettiList #selMsgError {
  border-radius: 0px 0px 8px 8px;
}
.custom-height-photo-page {
  height: 110px;
  overflow: hidden;
}
.custom-height-audio-page {
  height: 99px;
  overflow: hidden;
}
.custom-height-entitty-view-page {
  height: 75px;
  overflow: hidden;
}
.custom-height-confitti-view-page {
  height: 70px;
  overflow: hidden;
}
.custom-height-members-view-page {
  height: 60px;
  overflow: hidden;
}
.custom-height-entitty-view-right-side {
  height: 40px;
  overflow: hidden;
}
.work-space-membership-confiti-body,
.work-space-issued-confiti,
#confettiUserList,
.members-tab-show-1,
.members-tab-show-2 {
  border-radius: 0px 0px 8px 8px;
}
.work-space-issued-confiti-heading,
.work-space-membership-confiti,
.confiti-members-show-heading,
.confiti-mutual-members-top {
  border-radius: 8px 8px 0px 0px;
}
.m-t-5-import {
  margin-top: 5px !important;
}
.m-t-3-import {
  margin-top: 3px !important;
}
.m-t-4-import {
  margin-top: 4px !important;
}
.m-b-3-import {
  margin-bottom: 3px !important;
}
.m-t-8-import {
  margin-top: 8px !important;
}
.m-t-10-import {
  margin-top: 10px !important;
}
.m-t-15-import {
  margin-top: 15px !important;
}
#confettiUserList ol.con-grid-view li,
#issuedConfettiList ol.con-grid-view li,
.members-tab-show-1 ol.con-grid-view li,
.members-tab-show-3 ol.con-grid-view li {
  margin: 2px 0px 3px -1px;
}
.text-center-import {
  text-align: center !important;
}
.custom-grid-aligment-padding {
  padding-left: 5px;
  padding-right: 5px;
}
.custom-padding-in-edit-profile-page {
  padding: 7px 8px !important;
}
.custom-height-in-item-page {
  height: 50px;
  overflow: hidden;
}
.cls_gray_back_import #selMsgError {
  background-color: #f1f1f1 !important;
}
.custom-active-background .active {
  background-color: #f1f1f1 !important;
  border-bottom: 1px solid #DCDCDC !important;
}
.custom-active-margin .clsActive {
  margin-top: 3px;
}
.myacc-tabs.textb.no-bar.cls_white_back_import.pat-11.round-8.custom-bardar a {
  margin: 3px 2px;
}
.mar-top-inherit {
  margin-top: inherit !important;
}
.custom-dimgray-import {
  color: dimgray !important;
}
.custom-bardor-profile-page {
  border-bottom: 1px dotted;
  margin: 7px;
}
.bordar-top-none {
  border-top: none !important;
}
.custom-height-40 {
  height: 40px;
  overflow: hidden;
}
.custom-height-45 {
  height: 45px;
  overflow: hidden;
}
.m-b-50 {
  margin-bottom: 60px !important;
}
.m-b-35 {
  margin-bottom: 35px !important;
}
.custom-height-in-profile-page {
  height: 100px;
}
.bottom-align-right {
  position: absolute;
  bottom: 0;
  right: 0;
}
.right-align-profile {
  position: absolute;
  right: 0;
}
.custom-position-relative {
  position: relative;
  top: 2px;
}
.custom-style-profile-page {
  display: grid;
  position: absolute;
  right: 10px;
  top: 2em;
}
.custom-top-post-page {
  top: 0px;
}
.clsIndexEdit {
  right: 13px !important;
  top: 3px !important;
}
.btn.btn-default,
.btn.btn-primary {
  text-align: center !important;
  text-decoration: none !important;
  font-weight: bold !important;
  display: block !important;
  border: 0.5px solid #ff6b07 !important;
  border-radius: 10px !important;
  padding: 3px 10px 3px 7px !important;
  color: #000 !important;
  background: none !important;
  min-width: 25%;
  margin-right: 4px;
}
.no-pad-right {
  padding-right: 0px;
}
.clsSettingView .clsActive h2 {
  border: 1px solid #ff6b07 !important;
  margin: 0px;
  font-weight: bold;
}
.custom-fa-gray .fa {
  color: dimgray !important;
}
.custom-right-align {
  position: absolute;
  right: 67px;
  top: 7px !important;
  font-weight: 400;
}
.custom-right-align-check-box {
  position: absolute;
  right: 46px;
  top: 7px !important;
  font-weight: 400;
}
.mar-left-5 {
  margin-left: 5px;
}
.mar-left-5-import {
  margin-left: 5px !important;
}
.mar-left-60 {
  margin-left: 60px;
}
.clsHPhotoent img {
  max-width: 75% !important;
  max-height: 700px !important;
}
.custom-position-alignment {
  position: absolute;
  right: 15px;
  top: 2px;
}
.custom-position-alignmen2 {
  position: absolute;
  right: 15px;
  top: 4em;
}
.top-3 {
  top: 3em;
}
.custom-bor-radius-8-import {
  border-radius: 8px !important;
}
.custom-checkbox-profile-page input[type="checkbox"] {
  position: absolute;
  left: 0px;
  top: 23px;
}
.custom-200-width {
  width: 200%;
}
.custom-150-width {
  width: 150%;
}
.custom-125-width {
  width: 125%;
}
.overflow-scrol {
  overflow-x: scroll;
}
.hdicon.clsEditPlusIcon {
  background: url(../../../images/screen_blue/edit-plus-icon.png) no-repeat -20px 3px;
  width: 24px;
}
.md-hide-class {
  display: none;
}
.md-show-class {
  display: block;
}
.dot-bottom {
  position: absolute;
  margin-top: 18px;
  margin-left: -13px;
}
.pad-2px {
  padding: 2px;
}
.pad-left-30 {
  padding-left: 30px;
}
.font-s-23 {
  font-size: 23px !important;
}
.font-s-16 {
  font-size: 16px !important;
}
.single_page_icons ul li a {
  border-right: none;
  color: #fff !important;
  margin-bottom: 12px;
}
.border-b {
  border-bottom: 1px solid #ccc !important;
}
.no-border-b {
  border-bottom: none !important;
}
.no-border-t {
  border-top: none !important;
}
.no-border-r {
  border-right: none !important;
}
.clsOrengeTopBorCustom .clsActive {
  padding: 0px 5px;
}
.font-11 {
  font-size: 11px !important;
}
.font-13 {
  font-size: 13px !important;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0;
  margin: -1px 0 0;
  list-style: none;
  font-size: 13px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 1px;
  -webkit-box-shadow: 0 6px 12px #000000;
  box-shadow: 0 6px 12px #000000;
  background-clip: padding-box;
}
#selSelectAlbum {
  border: 1px solid #999;
  border-radius: 5px;
  background: #fff;
}
#selSelectAlbum .clsRoundredpopup {
  border-radius: 5px;
}
#selUploadPhoto {
  background: #f8f8f8;
}
.UserAvatarEdit h2 {
  background: #fff !important;
  color: dimgray !important;
  border-bottom: 1px solid #DCDCDC;
}
.vodiapicker {
  display: none;
}
#custom-a-button {
  padding-left: 0px;
}
#custom-a-button img,
.btn-select img {
  width: 12px;
}
#custom-a-button li {
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
}
#custom-a-button li:hover {
  background-color: #F4F3F3;
}
#custom-a-button li img {
  margin: 5px;
}
#custom-a-button li span,
.btn-select li span {
  margin-left: 30px;
}
.custom-b-button {
  display: none;
  width: 100%;
  max-width: 350px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 5px;
}
.open {
  display: show !important;
}
.btn-select {
  width: 100%;
  max-width: 350px;
  height: 34px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.btn-select li {
  list-style: none;
  float: left;
  padding-bottom: 0px;
}
.btn-select:hover li {
  margin-left: 0px;
}
.btn-select:hover {
  background-color: #F4F3F3;
  border: 1px solid transparent;
  box-shadow: inset 0 0px 0px 1px #ccc;
}
.btn-select:focus {
  outline: none;
}
#EntityListSelectedImage {
  background: #fff;
}
.custom-fa-application-color {
  color: #918e8e !important;
  font-size: 17px;
}
.bor-radisu-25 {
  border-radius: 25%;
}
.custom-pagination-fa-size .fa {
  font-size: 11px;
}
.flex-text-center {
  display: flex;
  justify-content: center;
}
.custom-grid-design {
  width: 49%;
  margin: 3px;
}
.custom-grid-design-import {
  width: 48%;
  margin: 5px !important;
}
.hover-blue div a {
  color: #000;
}
.hover-blue div a:hover {
  color: #0083BB;
}
.custom-height-105 {
  height: 105px;
}
.custom-height-70 {
  height: 70px;
}
#selUploadAvatar {
  background-color: white;
}
#header {
  position: fixed;
  right: 0;
  width: 100% !important;
  z-index: 99;
  left: 0;
  background-color: white;
}
.m-t-35 {
  margin-top: 35px !important;
}
.mob-show {
  display: none;
}
.custom-postion-notification {
  top: -14px;
}
.custom-postion-notification ul {
  width: 95px !important;
}
.custom-postion-notification ul li {
  width: auto !important;
}
.custom-postion-notification ul li a .icn-info {
  font-size: 12px !important;
  color: dimgray !important;
}
.custom-postion-notification ul li a:hover,
.custom-postion-notification ul li a.active {
  background: #fff !important;
}
.custom-postion-notification .max-width {
  width: 175px !important;
}
li a .improvementIcon {
  background: url(../../../images/improvement.png) no-repeat;
  width: 22px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}
li a:hover .improvementIcon,
li a.active .improvementIcon {
  background: url(../../../images/improvement_orange.png) no-repeat;
}
li a .programmerIcon {
  background: url(../../../images/programmer.png) no-repeat;
  width: 22px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}
li a:hover .programmerIcon,
li a.active .programmerIcon {
  background: url(../../../images/programmer_orange.png) no-repeat;
}
li a .confettiTreeIcon {
  background: url(../../../images/screen_gray/clsAddConfettiIcon-gray.png) no-repeat;
  width: 22px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}
li a:hover .confettiTreeIcon,
li a.active .confettiTreeIcon {
  background: url(../../../images/screen_orange/clsAddConfettiIcon-orange.png) no-repeat;
}
li a .confettiTreeIconLiteGray {
  background: url(../../../images/screen_gray/clsAddConfettiIcon-gray_lite.png) no-repeat;
  width: 22px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}
li a:hover .confettiTreeIconLiteGray,
li a.active .confettiTreeIconLiteGray {
  background: url(../../../images/screen_orange/clsAddConfettiIcon-orange.png) no-repeat;
}
li.clsActive a .improvementIcon,
li.clsActiveCommonProfileLink a .improvementIcon {
  background: url(../../../images/improvement_orange.png) no-repeat;
}
li.clsActive a .programmerIcon,
li.clsActiveCommonProfileLink a .programmerIcon {
  background: url(../../../images/programmer_orange.png) no-repeat;
}
#selLeftFooter .fa:hover,
#selLeftFooter .fa:active,
#selLeftFooter .fa:focus,
#selLeftFooter .fa.clsActive {
  color: #ff6b07;
}
#selLeftFooter ul li a:hover,
#selLeftFooter ul li a:active,
#selLeftFooter ul li a:focus,
#selLeftFooter ul li a.clsActive {
  color: #ff6b07;
}
.btn-gray {
  color: grey;
  background-color: lightgray;
  border-color: #ffa7a6;
}
#selLeftFooter .clsFont15,
#selLeftFooter .fa {
  font-size: 16px;
}
.confitti-page-info-changes {
  position: absolute;
  right: 10px;
  bottom: 0px;
}
.clsUpdatePage .clsPopupConfirmation {
  width: 250px !important;
  top: 85% !important;
  left: -200% !important;
}
.clsEntphoto .clsPopupConfirmation {
  top: 60% !important;
  left: -50% !important;
  width: 250px !important;
}
.width-100-pre {
  width: 100%;
}
.custom-height-members-list {
  height: 110px;
}
.clsVideoHomeRoundedSections .clsMultipleFriendsListDisp {
  padding: 0px !important;
}
.lbfriendselected a {
  color: orange !important;
}
.clsFriendsSearchDisplay ::placeholder {
  color: white;
}
.clsMultipleFindFriends ::placeholder {
  color: white;
}
.clsVideoHomeRoundedSections .lbcomment {
  background: #fff;
}
#info_page_icon ul li a {
  margin-bottom: 0px !important;
}
.clsnoborder li {
  background: none !important;
}
.custom-margin-entity-page {
  margin: 58px 0 0 -37px !important;
}
.custom-margin-entity-list-page {
  margin: 10px 0 0 39px !important;
}
.custom-margin-show-entity-list-page {
  margin-left: 66% !important;
  margin-top: -2% !important;
}
#account_alias_list .aliasLst .new_design {
  border: 1px solid #ccc;
  background: #fff;
  padding: 5px;
  margin: 5px;
}
.no-text-weight {
  font-weight: normal !important;
  color: #0083BB !important;
}
.custom-hide-icon-color {
  border: 1px solid #ccc;
  color: #fff;
  padding: 3px;
  border-radius: 3px;
}
.custom-hide-icon-color span.mnuicon {
  background: #aaa;
  color: #fff;
  width: 17px;
  height: 18px;
  text-align: center;
  line-height: 17.5px;
  margin: 0 5px 0 0;
  display: inline-block;
}
.custom-hide-icon-color span.no-background {
  background: none;
}
.custom-hide-icon-color .icn-info {
  font-size: 12px !important;
  color: dimgray !important;
}
.custom-hide-icon-color:hover,
.custom-hide-icon-color.active {
  background: #fff !important;
}
.mar-top-m-3 {
  margin-top: -3px;
}
.custom-folder-dropdown-alignment {
  position: initial;
  margin-left: 10px;
  margin-top: 2px;
}
.custom-entity-dropdown-alignment {
  position: initial;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 2px;
}
.custom-entity-dropdown-alignment .custom-postion {
  position: relative;
  top: 4px;
}
.custom-entity-dropdown-alignment .custom-share-position {
  position: absolute;
  top: -2px;
  right: 12px;
}
.custom-postion-notification-apps {
  top: 4px;
  right: 14px;
}
.btn.btn-blue {
  text-align: center !important;
  text-decoration: none !important;
  font-weight: bold !important;
  display: block !important;
  border: 0.5px solid #ff6b07 !important;
  border-radius: 10px !important;
  padding: 3px 10px 3px 7px !important;
  color: #000 !important;
  background: none !important;
  min-width: 25%;
  margin-right: 4px;
}
#messageList {
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #fff;
  border: 1px solid #FF6B07;
  border-radius: 5px;
}
.popup_center_message {
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 5px;
}
.clsEditAccessContact.confetti_page_icon_entity {
  margin: 10px 0 0 -125px !important;
}
.clsEditAccessContact.confetti_page_icon_share {
  margin: 10px 0 0 350px !important;
}
.clsEditAccessContact.confetti_page_icon_center {
  margin: 30px 0 0 200px !important;
}
.clsEditAccessContact.confetti_page_icon_top {
  margin: -38px 0 0 165px !important;
}
.clsEditAccessContact.info_page_icon_top,
.clsEditAccessContact.info_page_icon_top_share {
  margin: -21px 0 0 -157px !important;
}
.clsEditAccessContact.multiple_page_icons {
  margin: 0px 0 0 -10px !important;
}
.clsEditAccessContact.single_page_icon_entity_top {
  margin: 0px 0 0 -160px !important;
}
.p-l-20 {
  padding-left: 20px !important;
}
.m-l-20 {
  margin-left: 20px !important;
}
.m-l-13 {
  margin-left: 13px;
}
.clsharedropdown .fa-share-alt,
.clsharedropdown .fa-plus {
  margin-right: 2px;
  margin-top: 7px;
}
.dot-bottom-entity-list-page {
  position: absolute;
  margin-top: 10px;
  margin-left: -13px;
}
.share-entity-list-page {
  position: relative;
  top: -6px;
}
.apps-output-page .dropdown {
  color: #333333;
  font-size: 14px;
  position: relative;
}
.apps-output-page .dropdown .dropdown-list {
  background: #fff;
  box-shadow: 0 1px 2px 1px rgba(0,0,0,0.15);
  left: 2px;
  max-height: 30vh;
  overflow-y: scroll;
  padding: 12px;
  position: absolute;
  right: 2px;
  top: 30px;
  transform-origin: 50% 0;
  transform: scale(1,0);
  transition: transform 0.15s ease-in-out 0.15s;
}
.apps-output-page .dropdown .dropdown-option {
  display: block;
  opacity: 0;
  padding: 8px 12px;
  transition: opacity 0.15s ease-in-out;
}
.apps-output-page .dropdown .dropdown-label {
  background: #fff;
  border: 1px solid #cccccc;
  cursor: pointer;
  display: block;
  height: 32px;
  line-height: 1;
  padding: 6px 12px;
}
.apps-output-page .dropdown .dropdown-label:before {
  font-family: FontAwesome;
  content: "\f107";
  float: right;
  font-weight: bold;
  font-size: 16px;
}
.apps-output-page .dropdown.on .dropdown-list {
  transform: scale(1,1);
  transition-delay: 0s;
  z-index: 99;
}
.apps-output-page .dropdown.on .dropdown-list .dropdown-option {
  opacity: 1;
  transition-delay: 0.2s;
}
.apps-output-page .dropdown.on .dropdown-label:before {
  font-family: FontAwesome;
  content: "\f106";
  font-weight: bold;
  font-size: 16px;
}
.apps-output-page .dropdown[type="checkbox"] {
  margin-right: 4px;
  position: relative;
  top: -1px;
}
.align-bottom-date-time {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
#load_tab_setting {
  background: #dfeaf0;
}
.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.vertical-align-center {
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
}
.modal-content {
  width: 22em;
  max-width: 22em;
  height: inherit;
  margin: 0 auto;
  pointer-events: all;
}
.customclsMantoryDesign .clsMantory {
  position: absolute;
  left: 2px;
  top: 10PX;
}
.error {
  display: inline-block;
  color: #fb0d08;
  text-align: left;
}
.cls-no-border {
  border: none !important;
}
.notification-context-class {
  position: relative;
  top: 6px;
  left: 6px;
}
.m-l-5 {
  margin-left: 5px !important;
}
.member_tree_style {
  position: absolute;
  right: 4px;
  top: 45px;
  left: -4px;
}
.member_people_know_tree_style {
  position: absolute;
  right: -7px;
  top: 83px;
  left: -4px;
}
.dot-bottom-left-16 {
  margin-left: -16px;
}
.dot-bottom-left-11 {
  margin-left: -11px;
}
.z-index-99 {
  z-index: 99;
}
.ul-open-upside .one ul {
  top: -30px !important;
}
.ul-open-upside .two ul {
  top: -62px !important;
}
.ul-open-upside .three ul {
  top: -90px !important;
}
.ul-open-upside .four ul {
  top: -120px !important;
}
.ul-open-upside .five ul {
  top: -150px !important;
}
.custom-photo-position {
  position: absolute;
  bottom: 24px;
  right: 27px;
}
.custom-photo-search-position,
.custom-video-search-position,
.custom-audio-search-position {
  position: absolute;
  bottom: 27px;
  right: 23px;
}
.custom-photo-list-position,
.custom-audio-list-position {
  position: absolute;
  bottom: 27px;
  right: 23px;
}
.custom-video-position {
  position: absolute;
  bottom: 24px;
  right: 17px;
}
.custom-video-list-position {
  position: absolute;
  bottom: 27px;
  right: 23px;
}
.custom-link-position {
  position: absolute;
  bottom: 28px;
  right: 24px;
}
.custom-link-list-position {
  position: absolute;
  bottom: 21px;
  right: 21px;
}
.custom-doc-position {
  position: absolute;
  bottom: 28px;
  right: 22px;
}
.custom-doc-list-position {
  position: absolute;
  bottom: 29px;
  right: 25px;
}
.custom-event-entity-position {
  position: absolute;
  bottom: 25px;
  right: 15px;
}
.custom-event-list-position {
  position: relative;
  bottom: 25px;
  right: 15px;
}
.custom-note-entity-position {
  position: absolute;
  bottom: 26px;
  right: 32px;
}
.custom-note-list-position {
  position: absolute;
  bottom: 24px;
  right: 16px;
}
.custom-note-compact-view-position {
  position: relative;
  left: -8px;
}
.custom-contact-entity-view-position {
  position: absolute;
  bottom: 26px;
  right: 21px;
}
.custom-context-list-view-position {
  position: absolute;
  bottom: 30px;
  right: 24px;
}
.padding-li {
  padding: 8px 0px 8px 8px !important;
}
.padding-check-li {
  padding: 6px 8px 5px 8px !important;
}
.padding-check-padding a {
  padding: 11px 21px !important;
}
.img-max-height {
  max-height: 25px !important;
}
.mar-left-2 {
  margin-left: 2px !important;
}
.padding-3 {
  padding: 3px !important;
}
.custom-bardar-gray.clsActive {
  border: 1px solid #0083bb !important;
}
.text-12 {
  font-size: 12px;
}
.pl-5 {
  padding-left: 5px;
}
.ml-5 {
  margin-left: 5px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pr-10 {
  padding-right: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.p-15 {
  padding: 15px;
}
.pl-15 {
  padding-left: 15px;
}
.pr-15 {
  padding-right: 15px;
}
.pt-15 {
  padding-top: 15px;
}
.pb-15 {
  padding-bottom: 15px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mt-15 {
  margin-top: 15px;
}
.dflex {
  display: flex;
}
.fcolumn {
  flex-direction: column;
}
.ialign-center {
  align-items: center;
}
.jcontent-between {
  justify-content: space-between;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.br-50 {
  border-radius: 50%;
}
.bdrtop {
  border-top: 1px solid rgba(0,0,0,0.08);
}
.bdrbot {
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.c_bbrdr {
  border: none;
}
.c_rnd40 {
  width: 40px;
  height: 40px;
}
.c_rnd28 {
  width: 28px;
  height: 28px;
}
.c_lstmenu {
  display: flex !important;
  align-items: center;
  flex-direction: column;
  width: 32px;
  height: 32px;
  justify-content: center;
  border-radius: 50% !important;
}
.c_lstmenu:hover {
  background: #f5f5f5;
}
.c_newactvblk {
  margin: 0 10px;
  padding: 0;
}
.c_newactvblk > li {
  margin: 0 2px 0 0;
}
.c_newactvblk > li a {
  border-bottom: 2px solid transparent;
  color: rgba(0,0,0,0.6);
}
.c_newactvblk > li:hover:not(.dropdown) a,
.c_newactvblk > li.clsEntityActive a {
  background: none;
  color: #191919 !important;
  border-bottom-color: #191919;
}
.text-b {
  font-weight: 600;
}
.rgtddownbk.custom-postion.c_imgonly {
  position: static;
}
.imgplacementview.c_imggrid {
  position: relative;
  margin: 0;
  padding: 0 0 0 5px;
}
.c_imggrid.imgplacementview a .fa.fa-th {
  font-size: 18px;
}
.rgtddownbk.c_lstmenu {
  top: -1px;
}
.c_photodisvr img {
  max-width: 100% !important;
  max-height: inherit !important;
}
.c_listiconlst {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-evenly;
  margin: 0;
  padding: 0 0 15px;
}
.c_listiconlst li {
  text-align: center;
  padding: 5px 8px;
  font-size: 11px;
  font-weight: bold;
  color: rgba(0,0,0,0.6);
  cursor: pointer;
  border-radius: 4px;
}
.c_listiconlst li a {
  color: rgba(0,0,0,0.6);
}
.c_listiconlst li:hover {
  background-color: #f5f5f5;
}
.c_listiconlst li i {
  font-size: 24px;
  font-weight: normal;
  color: rgba(0,0,0,0.6);
}
.scroll-spacer {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 90%;
}
video {
  display: block;
  height: auto;
  margin: auto;
  position: relative;
  width: 100%;
}
.video-wrap {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
#backend_formList.clsActive a {
  color: #ff6b07;
}
video::-webkit-media-controls-panel {
  display: flex !important;
  opacity: 1 !important;
}
.compAppSection {
  padding: 8px !important;
  margin: 6px !important;
}
.c_gridmain {
  display: flex;
  flex-wrap: wrap;
}
.c_gridmain > div .listingMobile {
  padding: 1px;
}
.c_gridmain > .c_multiimagedly .clsSearchPlusHover {
  display: flex;
  height: 330px;
}
.c_gridmain > .c_multiimagedly .clsSearchPlusHover > img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.c_gridmain > .c_multiimagedly.col-xs-3 .clsSearchPlusHover {
  height: 200px;
}
.c_modalmain .modal-content {
  max-width: 900px;
  height: calc(100vh - 150px);
  width: 96vw;
  max-height: calc(100vh - 150px);
  background: #ccc;
  border: none;
}
.c_modalmain .modal-content .c_modalimagemn {
  position: relative;
  min-height: 350px;
  display: flex;
  align-items: center;
}
.c_modalmain .modal-content .c_modalimagemn img {
  max-height: 890px !important;
  max-width: 570px !important;
  margin: auto;
}
.c_modalmain .modal-content .c_modalcommentsmn {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #ccc;
}
.c_modalmain .modal-content .c_modalcommentsmn .c_modalcomtcont {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  line-height: normal;
}
.c_modalmain .modal-content .c_modalinner {
  overflow: hidden;
  overflow-y: auto;
  padding: 15px 0;
}
.owl-carousel {
  height: 100%;
}
.owl-carousel .owl-stage-outer {
  height: 100%;
}
.owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
}
.owl-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
.owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  cursor: grabbing;
  width: 100%;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  font-size: 53px !important;
  color: #fff !important;
  top: 0;
  line-height: normal !important;
  transform: translate(50%,0%);
  left: 0;
  bottom: 0;
  opacity: .6;
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel .owl-nav button.owl-prev:active,
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-next:active {
  opacity: 1;
}
.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 10px;
}
.owl-carousel.c_photocarousel .owl-stage-outer .owl-stage {
  display: flex;
  align-items: center;
}
.clsUploadBlock .c_newuploadbtn .ajax-file-upload {
  text-align: center !important;
  text-decoration: none !important;
  font-weight: bold !important;
  box-shadow: none !important;
  font-family: inherit !important;
  font-size: 12px !important;
  margin: 0 10px 0 0 !important;
  border: 0.5px solid #ff6b07 !important;
  border-radius: 10px !important;
  padding: 3px 10px 3px 7px !important;
  color: #000 !important;
  background: none !important;
}
.clsUploadBlock .c_newuploadbtn .ajax-upload-dragdrop {
  padding: 15px 10px;
}
.clsEntityFormatActiveMenu .entity_format_section {
  border: 1px solid #ff6600;
  background: #FFF4ED;
}
.ent_cols_1:last-child .cls_more_dropdown {
  position: initial !important;
  margin-right: 80px !important;
}
.clsActiveEntLink {
  font-weight: bold !important;
  border: 1px solid red !important;
  border-right: 1px solid red !important;
}
.lbVideoHome {
  border: 0px solid #ccc;
  background: #fff;
  min-height: 450px;
}
.lbVideoHome .clsPageHd {
  background: #fff;
  margin: 0;
  font-weight: 700;
  padding: 5px 10px;
}
.lbVideoHome .clsPageHd h2 {
  float: left;
  font-size: 14px;
  padding-right: 8px;
  line-height: 23px;
  font-weight: 600;
  padding-top: 3px;
}
.lbVideoHome .clsPageHd h2 .hdicon {
  display: block;
  margin-right: 3px;
  float: left;
}
.lbVideoHome .clsPageHd h2 .hdicon.clsClasifiedIcon {
  background: url(../../../images/screen_blue/custom/custom-sprite.png) no-repeat 0 -67px;
}
.lbVideoHome .clsPageHd h2.clsclassifiedHd {
  font-size: 11px;
}
.lbVideoHome .clsPageHd .pageArrow {
  margin-top: 7px;
}
.lbVideoHome .clsPageHd .clsBackAlbum {
  border-right: 1px solid #ccc;
  float: left;
  margin-bottom: 0;
  margin-top: 6px;
  padding: 0 5px;
}
.lbVideoHome .clsPageHd .clsBackAlbum.no-bdr {
  border: 0;
}
.lbVideoHome .clsPageHd .clsPhotoCount {
  clear: both;
  display: block;
}
.lbVideoHome .clsPageHd ul {
  margin: 0;
  float: left;
  padding: 0;
}
.lbVideoHome .clsPageHd .clsVideoUploadSection ul {
  float: left;
  padding: 0;
}
.clsGroupMain .lbVideoHome .clsPageHd.clsInnerPageHd {
  padding: 10px 0;
}
#selLogin #selSignUpOpenId h2 {
  font-size: 13px;
  padding: 10px 0 10px 6px;
}
.clsBlockHide {
  display: none;
}
header .clsBlockHide a {
  color: #000;
  display: block;
}
.clsBlockView {
  display: block;
}
.clsDeveloperNetLog {
  float: left;
  padding-left: 17px;
  padding-top: 2px;
}
.clsVideoHomeTopLinks li {
  float: left;
}
.clsVideoHomeTopLinks li.clsBackAlbum {
  margin-top: 0;
}
.clsQuickLinks h2,
.clsNewlyAddApp h2,
.clsApplicationListing h2 {
  background: url(../../../../applications/images/screen_blue/bg-tableborder.jpg) repeat-x bottom left;
  padding: 10px 10px 10px 0px;
  font-size: 12px;
  margin-bottom: 15px;
}
.clsQuickLinks ul {
  padding: 10px 0 20px 0;
}
.clsQuickLinks li {
  padding: 7px 0;
}
.clsQuickLinks li.clsActive {
  background: url(../../../applications/images/screen_blue/quicklinkAct.jpg) no-repeat left 10px;
}
.clsQuickLinks li a {
  font-weight: bold;
  color: #568503;
}
.clsApplicationListing .clsQuickLinks {
  color: #568503 !important;
}
.clsQuickLinks li ul {
  padding: 5px 0 5px 10px;
}
.clsQuickLinks li ul li {
  line-height: 18px;
  background: url(../../../applications/images/screen_blue/quicklinkSublink.jpg) no-repeat center left;
  padding: 0 10px !important;
}
.clsQuickLinks li ul li a {
  font-weight: normal;
}
.clsMainRight {
  background: url(../../../applications/images/screen_blue/isocial-addApplication.jpg) no-repeat 196px 313px;
}
.clsApplicationBlock .clsMemberImg {
  text-align: center;
}
.clsApplicationBlock .clsHeadingPart h2 {
  font-size: 20px;
  font-weight: normal;
  color: #568503;
  padding: 10px 0 10px;
  margin: 0;
}
.clsApplicationBlock .clsAddApplicationLeft p {
  background: url(../../../images/screen_blue/custom/custom-sprite.png) no-repeat 0 -349px;
  text-indent: -999em;
  width: 77px;
  height: 62px;
}
.clsApplicationBlock .clsGetStartedmain .clsGetStarted h2 {
  background: url(../../../images/screen_blue/custom/custom-sprite.png) no-repeat 0 -276px;
  padding: 8px 0 7px 40px;
  font-size: 17px;
  font-weight: bold;
}
.clsApplicationBlock .clsSearchFriendListRight {
  float: left;
  margin-left: 10px;
}
.clsApplicationBlock .clsMainRight1 .clsNewlyAddApp {
  padding: 15px;
}
.clsApplicationBlock .clsMainRight1 .clsNewlyAddApp .clsRounderd {
  background: #ffeded;
}
.clsApplicationBlock .clsRounderd {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #818588;
  background: #fff;
}
.clsApplicationBlock .clsRounderd .clsMainLeftTop {
  background: url(../../../../applications/images/screen_blue/develop-indexmain.jpg) no-repeat top left;
  height: 191px;
  background-size: 100%;
}
.clsApplicationBlock .clsDeveloperNetLog a {
  background: url(../../../images/screen_blue/custom/custom-sprite.png) no-repeat 0 -101px;
  width: 243px;
  height: 47px;
  display: block;
  text-indent: -99999px;
}
.clsApplicationBlock .clsHeaderLeft {
  float: left;
}
.clsApplicationBlock .clsApplicationMenu {
  background: url(../../../images/screen_blue/custom/custom-sprite.png) repeat-x 0 -196px;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
}
.clsApplicationBlock .clsApplicationMenu ul li {
  float: left;
  padding: 6px 10px;
}
.clsApplicationBlock .clsApplicationMenu ul li a {
  border-radius: 3px;
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 3px 5px;
}
.clsApplicationBlock .clsApplicationMenu ul li a:hover {
  text-decoration: none;
  background: linear-gradient(to bottom,#01e2fe 0%,#01b7e9 40%,#0286d1 100%) repeat;
}
.clsApplicationBlock .clsApplicationMenu ul li:hover {
  background: url("../../../../applications/images/screen_blue/activearrow.jpg") no-repeat center 30px;
}
.clsApplicationBlock .clsApplicationMenu ul li.clsActive {
  background: url("../../../../applications/images/screen_blue/activearrow.jpg") no-repeat center 30px;
}
.clsApplicationBlock .clsApplicationMenu ul li.clsActive a {
  background: linear-gradient(to bottom,#01e2fe 0%,#01b7e9 40%,#0286d1 100%) repeat;
}
.clsApplicationBlock #selAddApplication {
  padding: 0 10px 10px 10px;
  margin: 0 0 10px 0;
}
.clsApplicationBlock .clsGetStatListIcon {
  background: url(../../../images/screen_blue/custom/custom-sprite.png) no-repeat 0 -158px;
  padding: 5px 9px;
}
.clsApplicationBlock .clsGetStarted ul li {
  padding: 4px 20px;
  line-height: 17px;
}
.clsApplicationBlock .clsGetStarted .clsWalkCommont {
  font-weight: normal;
  padding: 10px 20px 10px 0;
}
.clsApplicationBlock .clsGetStarted ul li a {
  font-weight: bold;
  color: #000;
}
.clsSettingView h2 {
  color: #000;
  position: relative;
  background: #fff;
  border-top: #999999 1px dotted;
  border-bottom: #999999 1px dotted;
  padding: 8px 10px;
  margin: 5px 0;
  font-size: 12px;
}
.clsSettingView h2 a {
  position: absolute;
  right: 5px;
  top: 5px;
}
.clsSettingView .mar-bot-0-impart {
  margin-bottom: 0px !important;
}
.clsSettingView h2.myacc-tabs a {
  position: absolute;
  right: 10px;
  top: 7px !important;
}
.hdicon {
  height: 24px !important;
  width: 24px;
  display: block;
  float: left;
}
.hdicon.clsClasifiedIcon {
  background: url(../../../images/screen_blue/custom/custom-sprite.png) no-repeat 0 -70px;
}
.hdicon.clsFindFriends {
  background: url(../../../images/screen_blue/custom/custom-sprite.png) no-repeat 0 -1263px;
  height: 20px;
  width: 34px;
}
.hdicon.clsGroupIcon {
  background: url(../../../images/screen_blue/custom/custom-sprite.png) no-repeat 0 -493px;
}
.hdicon.clsPhotosIcon {
  background: url(../../../images/screen_blue/new-icon-gray.png) no-repeat scroll -6px 0;
}
.hdicon.clsListingLinkIcon {
  background: url(../../../images/screen_blue/custom/custom-sprite.png) no-repeat 0 -548px;
  height: 22px;
  width: 20px;
}
.hdicon.clsAddPhotosIcon {
  background: url(../../../images/screen_blue/new-icon-gray.png) no-repeat scroll -6px 0;
  height: 23px;
}
.hdicon.clsAddVideoIcon {
  background: url(../../../images/screen_blue/new-icon-gray.png) no-repeat scroll -34px 0;
}
.hdicon.clsAddAudioIcon {
  background: url(../../../images/screen_blue/new-icon-gray.png) no-repeat scroll -65px 0;
}
.hdicon.clsPostLinkIcon {
  background: url(../../../images/screen_blue/new-icon-gray.png) no-repeat scroll -124px 0;
}
.hdicon.clsGeoIcon {
  background: url(../../../images/screen_blue/new-icon-gray.png) no-repeat scroll -232px 0;
}
.hdicon.clsWriteNoteIcon {
  background: url(../../../images/screen_blue/new-icon-gray.png) no-repeat scroll -152px 0;
}
.hdicon.clsListingLinkWrite {
  background: url(../../../images/screen_blue/new-icon-gray.png) no-repeat scroll -97px 0;
}
.hdicon.clsclassifiedIcon {
  background: url(../../../images/screen_blue/new-icon-gray.png) no-repeat scroll -205px 0;
}
.hdicon.clseventIcon {
  background: url(../../../images/screen_blue/new-icon-gray.png) no-repeat scroll -176px 0;
}
.hdicon.clsSearchBtn {
  background: url(../../../images/screen_blue/custom/new-icon-gray.png) no-repeat 0 -833px;
  width: 12px;
}
.hdicon.clsContextIcon {
  background: url(../../../images/screen_blue/new-icon-gray.png) no-repeat scroll -260px 0;
}
.hdicon.clsDocsIcon {
  background: url(../../../images/screen_blue/new-icon-gray.png) no-repeat scroll -290px 0;
}
.hdicon.clsWriteNoteIcon {
  background: url(../../../images/screen_blue/new-icon-gray.png) no-repeat scroll --152px 0;
}
.hdicon.clsSearchBtnHd {
  background: url(../../../images/screen_blue/custom/custom-sprite.png) no-repeat 0 -1303px;
  height: 25px;
  width: 25px;
}
.hdicon.clsMailIcon {
  background: url(../../../images/screen_blue/custom/custom-sprite.png) no-repeat 0px -1108px;
}
.hdicon.clsSettignIcon {
  background: url(../../../images/screen_blue/custom/custom-sprite.png) no-repeat 0px -1142px;
  width: 22px;
}
.hdicon.clsBackIcon {
  background: url(../../../images/screen_blue/custom/custom-sprite.png) no-repeat 0px -1172px;
  width: 22px;
}
.hdicon.clsAccoutSettingIcon {
  background: url(../../../images/screen_blue/custom/custom-sprite.png) no-repeat 0px -1206px;
}
.hdicon.clsSMSIcon {
  background: url(../../../images/screen_blue/new-item.png) no-repeat -164px 3px;
}
.hdicon.clsCompanySearchIcon {
  background: url(../../../images/screen_blue/custom/custom-sprite.png) no-repeat 1px -1337px;
  width: 28px;
}
.hdicon.clsAddFolderIcon {
  background: url(../../../images/screen_blue/custom/custom-sprite.png) no-repeat 0px -1374px;
  height: 25px;
  width: 25px;
}
.hdicon.clsAddItemIcon {
  background: url(../../../images/screen_blue/new-item.png) no-repeat -270px -147px;
  height: 25px;
  width: 25px;
}
.hdicon.clsEditItemIcon {
  background: url(../../../images/screen_blue/custom/custom-sprite.png) no-repeat -30px -71px;
  height: 16px;
  width: 16px;
}
.hdicon.clsDeleteItemIcon {
  background: url(../../../images/screen_blue/custom/custom-sprite.png) no-repeat 2px -1547px;
  height: 16px;
  width: 16px;
}
.hdicon.clsEditItemIconView {
  background: url(../../../images/screen_blue/custom/custom-sprite.png) no-repeat 1px -1523px;
  height: 16px;
  width: 22px;
}
.hdicon.clsLoadItemIcon {
  background: url(../../../images/screen_blue/custom/custom-sprite.png) no-repeat -55px -71px;
  height: 12px;
  width: 18px;
}
.hdicon.clsLoadHideItemIcon {
  background: url(../../../images/screen_blue/custom/custom-sprite.png) no-repeat -85px -71px;
  height: 12px;
  width: 18px;
}
.hdicon.clsCompIcon {
  background: url(../../../images/screen_blue/comp.png) no-repeat left 0px;
}
h3.clsPhotoHometitle {
  background: url(../../../images/screen_blue/custom/custom-sprite.png) no-repeat 0 -587px !important;
  height: 25px;
  margin: 5px 0 0 10px;
  padding: 2px 0 0 25px !important;
}
.pageArrow {
  background: url(../../../images/screen_blue/custom/custom-sprite.png) no-repeat 0 -519px;
  display: block;
  height: 13px;
  margin: 0;
  text-indent: -9999px;
  width: 23px;
}
.clsConfettiWallNav li.clsSoundIcon a span.clsPostLinkIcon {
  background: url(../../../images/screen_blue/sound-icon.png) no-repeat left 5px !important;
}
.clsChannelLinkIcon {
  background: url(../../../images/screen_blue/channel_icon.png) no-repeat scroll left 5px transparent !important;
}
.clsNoticePhotosIcon {
  background: url(../../../images/screen_blue/Notice_icon.png) no-repeat scroll left 5px transparent !important;
}
.clsShoppingLinkIcon {
  background: url(../../../images/screen_blue/shopping-cart-icon.png) no-repeat scroll left 5px transparent !important;
}
.clsPffersLinkIcon {
  background: url(../../../images/screen_blue/Top-Android-App-Google-Offers-Icon.png) no-repeat scroll left 5px transparent !important;
}
.clsAppPhotoAddPage .clsDisInlineBlock {
  display: block !important;
}
.clsPopupConfirmation {
  position: absolute;
  top: 20%;
  left: 35%;
  width: 100%;
  text-align: left;
}
.profileList .clsFriList ul {
  margin: 0 0 10px;
}
.profileList .clsFriList ul li {
  float: left;
  margin: 5px 3px 0 0 !important;
}
.profileList .clsFriList ul li a {
  padding: 5px;
  display: block;
}
@media (min-width: 1200px) {
  .clsMainLeftTop {
    height: auto;
  }
  .clsMainLeftTop .clsMainLeftTopCommont {
    padding: 34px 10px 10px 12px;
  }
  .container {
    max-width: 750px;
  }
  .edit-but {
    text-align: right;
  }
  .message-ullink > ul > li > a,
  .message-ullink-confiti > ul > li > a,
  .clsGrayMenus > ul > li a {
    padding: 7px 21px;
  }
  .message-ullink-confiti > ul > li > a {
    min-height: 38px;
  }
  .listingLarge {
    border-bottom: 1px solid #f6f6f6;
  }
  .listingPhotoAlbum .listingLarge {
    border-bottom: 0;
  }
  .clsCommentDetailsLeft {
    width: 10%;
  }
  .clsCommentDetailsRight {
    width: 90%;
  }
  div.clsPopupConfirmationCentered,
  .clsDeleteConfirmCont,
  .clsMakeItMainPage,
  .clsPopupConfirmation {
    width: 450px;
  }
  .clsPopupConfirmationNew {
    width: 360px;
  }
  .clsCaptureIframeWidth {
    width: 600px;
  }
  .clsCommentDetailsLeft {
    width: 10%;
  }
  .clsCommentDetailsRight {
    width: 90%;
  }
  .clsAddGeoTy {
    float: right;
  }
  .clsFriendsListLinks li a {
    padding: 3px 4px 3px;
    padding-left: 4px;
  }
  .clsSmallThumb40px {
    width: 45px;
    height: 45px;
    line-height: 35px;
  }
  .clsHeaderMenu ul li {
    padding: 7px 5px 6px;
  }
  .clsRichTextTable textarea {
    width: 400px;
  }
  .righFormatCls {
    display: block !important;
    min-height: 200px;
  }
  .righFormatcollapse {
    display: block !important;
  }
  .clsPageBlock .mbBtnCls {
    display: none;
  }
  .clsPageBlock .clsDekBtn {
    display: block;
  }
  .clsPageBlock .clsview {
    display: block !important;
  }
  .clsPageBlock .clsRightSideContent,
  .clsPageBlock #confeLeft {
    display: block !important;
  }
}
@media (max-width: 1200px) {
  .entityformatPart .col-sm-4.displaytd .clsH2LinkLft >li {
    padding: 3px 6px;
  }
  .entityformatPart .col-sm-4.displaytd .formatHdRgtLnk a {
    padding: 5px 6px !important;
  }
  div.clsPopupConfirmationCentered,
  .clsDeleteConfirmCont,
  .clsMakeItMainPage,
  .clsPopupConfirmation {
    width: 380px;
  }
}
@media (min-width: 980px) and (max-width: 1200px) {
  .clsHeaderMenu ul li {
    padding: 6px 5px 7px;
  }
  .clsCommentDetailsLeft {
    width: 10%;
  }
  .clsAddGeoTy {
    float: right;
  }
  .clsCommentDetailsRight {
    width: 90%;
  }
  .clsCaptureIframeWidth {
    width: 600px;
  }
  .clsCommentDetailsLeft {
    width: 10%;
  }
  .clsPopupConfirmationNew {
    width: 360px;
  }
  div.clsPopupConfirmationCentered,
  .clsDeleteConfirmCont {
    width: 380px;
  }
  .clsCommentDetailsRight {
    width: 90%;
  }
  .message-ullink-confiti > ul > li .membersSharemenu {
    border-right: 0 !important;
  }
  .clsMainLeftTop {
    height: auto;
  }
  .clsMainLeftTop .clsMainLeftTopCommont {
    padding: 34px 10px 10px 12px;
  }
  .message-ullink > ul > li > a,
  .message-ullink-confiti > ul > li > a {
    padding: 7px 21px;
  }
  .listingLarge {
    border-bottom: 1px solid #f6f6f6;
  }
  .listingPhotoAlbum .listingLarge {
    border-bottom: 0;
  }
  .clsMakeItMainPage {
    width: 75%;
    left: 15%;
  }
  .clsFriendsListLinks li a {
    padding: 3px 11px 3px;
    padding-left: 12px;
  }
  .righFormatCls {
    display: block !important;
    min-height: 200px;
  }
  .righFormatcollapse {
    display: block !important;
  }
  .clsPageBlock .mbBtnCls {
    display: none;
  }
  .clsPageBlock .clsDekBtn {
    display: block;
  }
  .clsPageBlock .clsview {
    display: block !important;
  }
}
@media (min-width: 980px) and (max-width: 991px) {
  .clsHeaderMenu ul li a {
    padding: 5px 3px;
    font-size: 9px;
  }
  .clsHeaderMenu ul li a .hdicon {
    margin-right: 0;
  }
  .clsHeaderMenu ul li i.fa {
    font-size: 13px;
  }
  .clsHeaderMenuBlock ul li a {
    padding: 5px 3px 0;
  }
  .mob-top-mspace5 {
    margin-top: 5px !important;
  }
  .mobile-left {
    float: left !important;
  }
  .clscaret {
    width: 15px;
    height: 15px;
    background: url(../../../images/screen_blue/clscaret.png) no-repeat 0px -3px;
    display: block;
  }
  .clsMessage a .clsMessage-icon,
  .clsMessage a .clsMember-icon {
    background: url(../../../images/screen_blue/img_mail_open-icon.png) no-repeat 0px -2px;
    display: inline-block;
    width: 25px;
    height: 13px;
  }
  .message-ullink > ul > li > a,
  .message-ullink-confiti > ul > li > a {
    padding: 7px 21px;
  }
  .entityformatPart .col-sm-4.displaytd .clsH2Link .pull-right.mob-clr {
    float: left !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .clsHeaderMenu ul li {
    padding: 6px 5px 7px;
  }
  .clsHeaderMenu ul li a {
    padding: 5px 3px;
    font-size: 9px;
  }
  .clsHeaderMenu ul li a .hdicon {
    margin-right: 0;
  }
  .clsHeaderMenu ul li i.fa {
    font-size: 15px;
  }
  .clsHeaderMenuBlock ul li a {
    padding: 5px 3px 0;
  }
  .clsFooterPopUp .clsPopupConfirmation-1 {
    left: 11% !important;
  }
  .clsFooterPopUp .clsPopupConfirmation {
    left: 8% !important;
  }
  #footer ul >li >a {
    padding: 5px 6px;
    font-size: 10px;
  }
  .mob-top-mspace5 {
    margin-top: 5px !important;
  }
  .mobile-left {
    float: left !important;
  }
  .clsMakeItMainPage {
    width: 85%;
    left: 15%;
  }
  #main {
    margin: 0px;
  }
  div.clsPopupConfirmationCentered {
    width: 300px !important;
  }
  .clsPopupConfirmationNew {
    width: 260px;
  }
  .lbVideoHome {
    min-height: inherit;
  }
  .listingLarge {
    border-bottom: 1px solid #f6f6f6;
  }
  .clsChatApp {
    width: 30px;
    text-indent: -999999px;
  }
  .clsMainLeftTop {
    height: auto;
  }
  .clsMainLeftTop .clsMainLeftTopCommont {
    color: #000;
    padding: 119px 10px 10px 12px;
  }
  .clsinnerpagesettingsNew {
    width: 70%;
    left: 15%;
  }
  .listingPhotoAlbum .listingLarge {
    border-bottom: 0;
  }
  .righFormatCls {
    display: block !important;
    min-height: 200px;
  }
  .righFormatcollapse {
    display: block !important;
  }
  .clsPageBlock .mbBtnCls {
    display: none;
  }
  .clsPageBlock .clsview {
    display: block !important;
  }
  .clsPageBlock .clsDekBtn {
    display: block;
  }
  .clscaret {
    width: 15px;
    height: 16px;
    background: url(../../../images/screen_blue/clscaret.png) no-repeat 0px -3px;
    display: block;
  }
  .clsMessage a .clsMessage-icon,
  .clsMessage a .clsMember-icon {
    background: url(../../../images/screen_blue/img_mail_open-icon.png) no-repeat 0px -2px;
    display: inline-block;
    width: 25px;
    height: 13px;
  }
  .entityformatPart .col-sm-4.displaytd .clsH2Link .pull-right.mob-clr {
    float: left !important;
  }
  .clsChatFooterOnlineFriend {
    margin-left: 10px;
  }
  body .clsEntityPageBlock .col-sm-4.col-md-3 {
    width: 28%;
  }
  body .clsEntityPageBlock .col-sm-8.col-md-9 {
    width: 72%;
  }
  body #entityWithFormat .clsEntityWithFormatLink {
    float: none !important;
    border-bottom: 1px solid #ccc !important;
  }
  body #entityWithFormat .clsEntityChat {
    float: none !important;
  }
  body .clsBckShowMore {
    width: 20%;
  }
  .clsPageBlock .clsRightSideContent,
  .clsPageBlock #confeLeft {
    display: block !important;
  }
  .clsConfettiMailLst li {
    padding: 3px;
  }
  .clsVideoHomeRoundedSections .clsProfileContentInner .clstabMar {
    margin: 3px 0;
  }
  .clsDateBck .clsEditProDate {
    height: 30px;
    line-height: 30px;
  }
  .clsRichTextEditer .rteDiv select {
    width: 98% !important;
  }
  .clsBlockView.clsMob-show {
    display: block;
  }
}
@media (min-width: 481px) and (max-width: 990px) {
  .clsviewparttab {
    display: block;
  }
  .clsviewpartmobile {
    display: block;
  }
  .clsmbviewed {
    display: none !important;
  }
}
@media (min-width: 320px) and (max-width: 481px) {
  .clsmbviewed {
    display: none !important;
  }
  .mobile-text-right {
    text-align: right;
  }
  .clsviewpartmobile {
    display: block;
  }
  .clsBlockView.clsMob-show {
    display: block;
  }
  .csspopup .clschatboxed {
    bottom: 40px;
    right: 3%;
  }
  .csspopup .clschatboxed::after {
    left: 85%;
  }
  .mobile-hide {
    display: none;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .custom-width-50 {
    width: 50%;
  }
  .mobile-hide {
    display: none;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .clsSmallThumb40px {
    height: 30px;
    width: 30px;
    line-height: 28px;
  }
  .mobile-text-right {
    text-align: right;
  }
  .custom-height-40 {
    height: auto;
  }
  .custom-height-40 .mobile-margin-top {
    margin-top: 5px !important;
  }
  .clsConfiThumImage {
    margin-bottom: 10px;
  }
  .custom-margin-2em {
    margin-top: 0px;
  }
  .mobile-hide {
    display: none;
  }
  .mob-no-pad-import {
    padding: 0 !important;
  }
  #selLeftFooter .clsFont15,
  #selLeftFooter .fa {
    font-size: 16px;
  }
  .clsFooterLinkFirst li a {
    padding: 9px 9px 9px 9px !important;
  }
  .right-border-mobile {
    border-right: 1px solid #ccc !important;
  }
  .left-border-mobile {
    border-left: 1px solid #ccc !important;
  }
  header .clsBlockHide li {
    padding: 7px 0 7px 2px;
  }
  header .clsBlockHide li a {
    padding: 2px 5px;
    border: 1px solid #ccc;
  }
  header .clsBlockHide li.clsActiveMainLink > a {
    border: 1px solid #ff6b07;
    color: #ff6b07;
  }
  header .clsBlockHide li.pull-right {
    padding: 0 !important;
  }
  header .clsBlockHide li:hover a {
    color: #FF6B07;
  }
  .clsApplicationBlock .clsMemberListPage .clsMemberImg {
    background: #f3f3f3 !important;
    padding: 10px 0;
  }
  .clsApplicationBlock .clsMemberListPage .dr {
    text-align: left;
  }
  .clsApplicationBlock .clsMainRight {
    width: auto;
  }
  .clsApplicationBlock .clsMyApplicationSection .clsCommonApplication {
    margin: 0px;
  }
  .clsApplicationBlock .clsMyApplicationSection .clsHeadingPart h2 {
    padding: 10px 0 0;
  }
  .clsApplicationBlock .clsMyApplicationSection .clsHeadingPart ul {
    padding: 0px;
  }
  .clsApplicationBlock .clsMyApplicationSection .clsHeadingPart ul li {
    border-right: medium none;
    float: none;
    padding: 5px 0;
  }
  .clsApplicationBlock .clsMyApplicationSection .clsAddApplicationRight p {
    padding: 0;
  }
  .clsApplicationBlock .clsMainRight1 .clsQuickLinks,
  .clsApplicationBlock .clsMainRight1 .clsNewlyAddApp {
    padding: 10px;
  }
  .clsApplicationBlock .clsApplicationMenu {
    background: url("../../../../applications/images/screen_blue/tb-developermain.jpg") repeat left top;
  }
  .clsApplicationBlock .clsApplicationMenu ul li {
    text-align: center;
    width: 50%;
  }
  .clsApplicationBlock .clsApplicationMenu ul li a {
    padding: 4px 5px;
  }
  .clsApplicationBlock .clsApplicationMenu ul li.clsActive {
    background: url("../../../../applications/images/screen_blue/activearrow.jpg") no-repeat center 32px;
  }
  .clsApplicationBlock .clsMainLeftTop {
    height: auto;
  }
  .clsApplicationBlock .clsMainLeftTop .clsMainLeftTopCommont {
    padding: 45px 10px 48px 12px;
  }
  .clsApplicationBlock .navbar-header .clsDeveloperNetLog {
    padding: 9px 0 7px 23px;
  }
  .clsApplicationBlock .navbar-header .clsDeveloperNetLog a {
    width: 132px;
    background: url(../../../images/screen_blue/custom/custom-sprite.png) no-repeat 0 -452px;
  }
  .clsApplicationBlock .navbar-collapse {
    padding: 0;
  }
  .clsApplicationBlock .navbar-collapse ul li a {
    border-bottom: 1px solid #ccc;
    display: block;
    padding: 10px 15px;
  }
  .clsApplicationBlock .navbar-collapse ul li a:hover {
    background: #fff;
    color: #fff;
  }
  #main {
    margin: 0px;
  }
  .clsBlockHide {
    display: block;
  }
  .clsBlockView {
    display: none;
  }
  .mob-top-mspace5 {
    margin-top: 5px !important;
  }
  .mobile-left {
    float: left !important;
  }
  .navbar .dropdown .dropdown-menu li {
    padding: 0px;
  }
  .navbar .navbar-toggle {
    margin: 3px 3px 0 3px;
    border: none;
  }
  .navbar .clsHeaderMenu .clsWelcomeText {
    padding: 0 10px 0 0;
  }
  .navbar .clsHeaderMenu .clsResponLeft {
    float: left !important;
    width: 100%;
  }
  .navbar .clsHeaderMenu ul li {
    float: none;
    padding: 0px;
  }
  .navbar .clsHeaderMenu ul li .clsHeaderDropDwn {
    border-bottom: 1px solid #ccc;
    font-size: 11px;
    padding: 10px 0;
  }
  .navbar .clsHeaderMenu ul li .clsHeaderDropDwn .dropdown-toggle {
    padding: 2px 10px 7px;
  }
  .navbar .clsHeaderMenu ul li .clsHeaderDropDwn li a {
    padding: 10px 15px;
    color: #fff;
    border-bottom: 1px solid #ccc;
  }
  .navbar .clsHeaderMenu ul li .clsHeaderDropDwn li p:first-child {
    padding: 10px 0 0;
  }
  .navbar .clsHeaderMenu ul li .clsHeaderDropDwn li p:first-child a {
    border-top: 1px solid #ccc;
  }
  .navbar .clsHeaderMenu ul li .clsHeaderDropDwn li p:last-child a {
    border-bottom: none;
  }
  .navbar .clsHeaderMenu ul li a {
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
    display: block;
  }
  .navbar .clsHeaderMenu ul li a:hover {
    background: #fff;
    text-decoration: none;
  }
  .navbar .clsHeaderMenu ul li .clsUserInfoDetails {
    background: none;
    border: none;
    margin: 0;
    position: static;
  }
  .navbar .clsHeaderMenu ul li .clsUserInfoDetails a {
    color: #fff;
  }
  .navbar .clsHeaderMenu .clsConfiGroupList {
    float: none;
  }
  #footer ul li >a {
    margin: 0 1px 1px;
    text-align: center;
    display: block;
    padding: 7px;
  }
  .clsinnerpagesettingsNew {
    width: 70%;
    left: 15%;
  }
  .clsChatApp {
    width: 30px;
    text-indent: -999999px;
  }
  .entity_image_name,
  .entity_image_name {
    margin-bottom: 10px;
  }
  .listingMobile {
    border-bottom: 1px solid #f6f6f6;
  }
  .clsDeleteConfirmCont {
    left: auto;
  }
  .con-list-view .clsSmallThumb {
    height: auto;
    line-height: inherit;
  }
  ol.con-grid-view > li .gridview {
    min-height: auto;
  }
  .resBotSpace {
    margin-bottom: 10px;
  }
  .clsVideoInformationLeft {
    width: 60%;
  }
  .clsVideoInformationRight {
    width: 40%;
    width: auto;
  }
  .clsVideoInformationRight.clsRgtAlbum,
  .clsVideoInformationRight.clsVideoInfoRgt {
    width: auto;
  }
  .clsPopupConfirmation {
    left: 10px;
    top: 5%;
    width: 94%;
  }
  .lbVideoHome,
  .clsGroupMain,
  #main {
    min-height: inherit;
  }
  .bg-grayc {
    overflow: visible;
    height: auto;
    min-height: inherit;
  }
  .mob-top {
    top: 40px;
  }
  .clsPageBlock .clsFormat {
    display: block;
  }
  .clsPageBlock .mbBtnCls {
    display: block;
    background-color: #ddd;
    border: medium none;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    height: 35px;
    width: 35px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .clsPageBlock .mbBtnCls i {
    font-size: 16px;
    color: #fff;
  }
  .clsPageBlock .clsDekBtn {
    display: none;
  }
  .clsPageBlock .mbBtnCls_desktop {
    display: none;
  }
  body .mob-dc {
    text-align: center;
  }
  .mob-top-mspace {
    margin-top: 10px;
  }
  .mob-top-mspace5 {
    margin-top: 5px !important;
  }
  .clsViewPageBlock .form-group label.col-sm-4 {
    float: left;
    width: 33%;
    text-align: center;
  }
  .clsViewPageBlock .form-group .col-sm-8 {
    float: left;
    width: 66%;
  }
  .clsBlockHide.dropdownSelect {
    position: relative;
  }
  .clsBlockHide.dropdownSelect .dropdown.pull-right {
    right: 0px;
    top: -2px;
  }
  .mob-show {
    display: block !important;
  }
  .mob-hide {
    display: none;
  }
  .mob-left {
    float: left !important;
  }
  .mob-Entity-Format-Block img {
    width: 100%;
    height: 215px;
    margin-top: 5px;
  }
  .mob-Entity-Format {
    width: 100%;
    top: 4px;
    position: absolute;
  }
  .mob-Entity-Format ul {
    border-right: 2px solid #3F51B5;
    background: rgba(0,0,0,0.4);
    padding: 10px;
  }
  .mob-Entity-Format ul li {
    float: none;
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
  }
  .mob-Entity-Format ul li a {
    float: none;
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    border: 2px solid #fff;
  }
  .mob-Entity-Format ul li a .entity_icon {
    background: url(../../../images/screen_blue/mob-entity-icon.png) no-repeat -2px 0;
    width: 60px;
    height: 60px;
    display: block;
  }
  .mob-Entity-Format ul li a .entity_icon.clsImageIcon {
    background-position: -2px 0;
  }
  .mob-Entity-Format ul li a .entity_icon.clsVideoIcon {
    background-position: -81px 0;
  }
  .mob-Entity-Format ul li a .entity_icon.clsHeadIcon {
    background-position: -150px 0;
  }
  .mob-Entity-Format ul li a .entity_icon.clsWriteIcon {
    background-position: -213px 0;
  }
  .mob-Entity-Format ul li ul {
    display: none;
  }
  .mob-Entity-Format ul li:hover ul {
    display: block;
    background: #f7f7f7;
    width: 20%;
    padding: 0;
    margin: 0 auto;
    position: absolute;
    left: auto;
    right: 36px;
    z-index: 9;
    top: 0px;
    border: 1px solid #3F51B5;
    border-radius: 4px;
  }
  .mob-Entity-Format ul li:hover ul li {
    float: none;
    width: auto;
    margin-bottom: 0;
  }
  .mob-Entity-Format ul li:hover ul li a {
    color: #F56808;
    border: 0;
  }
  .mob-Entity-Format ul li:hover ul li:hover a {
    color: #4C4C4C;
  }
  .mob-Entity-Format ul li:hover ul:after,
  .mob-Entity-Format ul li:hover ul:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .mob-Entity-Format ul li:hover ul:after {
    border-color: rgba(136,183,213,0);
    border-right-color: #F7F7F7;
    border-width: 8px;
    margin-top: -52px;
  }
  .mob-Entity-Format ul li:hover ul:before {
    border-color: rgba(194,225,245,0);
    border-right-color: #3F51B5;
    border-width: 10px;
    margin-top: -54px;
  }
  .mob-Entity-Format ul:last-child {
    border: 0;
  }
  .mar-top-4 {
    margin-top: 8px;
  }
  .clsEntityFormatPlus ul li:hover ul {
    min-width: 177px;
  }
  .entityformatPart .displaytd.col-sm-4 .form-group .col-sm-4 {
    width: 100%;
    text-align: left;
  }
  .mob-clr {
    float: right !important;
  }
  .clsChatFooterOnlineFriend {
    margin-left: 10px;
  }
  .clsPopupConfirmation,
  .clsPopupConfirmation-1 {
    left: 4% !important;
  }
  .clsFooterPopUp .clsPopupConfirmation {
    width: 60%;
  }
  .clsFooterPopUp .clsPopupConfirmation .col-sm-4 {
    float: left;
    width: 33.3333333%;
  }
  .clsFooterPopUp .clsPopupConfirmation .col-sm-4 span {
    font-size: 12px;
  }
  .clsFooterPopUp .clsPopupConfirmation.clsselectbox {
    top: -246px !important;
    width: 58%;
    left: 40px;
  }
  .clsFooterPopUp .clsPopupConfirmation.clsselectbox:before,
  .clsFooterPopUp .clsPopupConfirmation.clsselectbox:after {
    border: 0;
  }
  .clsFooterPopUp .clsPopupConfirmation.clsrow-1 {
    top: -180px;
  }
  .clsFooterPopUp .clsPopupConfirmation.clsrow-2 {
    top: -270px;
  }
  .clsFooterPopUp .clsPopupConfirmation.clsrow-3 {
    top: -358px;
  }
  .clsFooterPopUp .clsPopupConfirmation.clsrow-4 {
    top: -448px;
  }
  .clsFooterPopUp .clsPopupConfirmation .listingMobile {
    padding: 0;
  }
  .clsFooterPopUp .clsPopupConfirmation .clsConfiThumImage {
    margin: 0;
  }
  .clsFooterPopUp .clsPopupConfirmation-1 {
    left: 14px;
  }
  header .header-menu li a {
    padding: 6px;
    font-size: 12px;
  }
  header .header-menu li a .fa {
    padding-top: 0px;
  }
  header .header-menu.right-block {
    float: right;
  }
  header .header-menu.right-block li {
    margin-right: 5px;
  }
  header .header-menu.right-block li.clsMessage a {
    width: 25px;
    height: 20px;
    background-position: -11px -148px;
  }
  header .header-menu.right-block li.clsMessage a:hover {
    background-position: -38px -148px;
  }
  header .header-menu.right-block li a.headerProfileMenu {
    width: 25px;
    height: 20px;
    background-position: -65px -148px;
  }
  header .header-menu.right-block li a.headerProfileMenu:hover {
    background-position: -92px -148px;
  }
  header .header-menu.right-block li.headerUserMenu a {
    width: 25px;
    height: 30px;
  }
  header .header-menu.right-block li.headerUserMenu:hover ul {
    top: 20px;
  }
  header .header-menu.right-block li.clsActiveMainLink.clsMessage a {
    background-position: -38px -148px;
  }
  header .header-menu.right-block li.clsActiveMainLink a.headerProfileMenu {
    background-position: -92px -148px;
  }
  header .dropdown-menu {
    left: auto;
    right: 0;
  }
  body .clsEntityPageBlock .col-sm-4.col-md-3 {
    width: 100%;
  }
  body .clsEntityPageBlock .col-sm-8.col-md-9 {
    width: 100%;
  }
  body .mob-bot-mspace {
    margin-bottom: 10px;
  }
  .message-ullink,
  .message-ullink-confiti {
    background: white;
    padding: 3px 5px 3px 5px;
  }
  .message-ullink ul,
  .message-ullink-confiti ul {
    float: none !important;
  }
  .message-ullink ul li,
  .message-ullink-confiti ul li {
    width: 24.5%;
    text-align: center;
    border: 1px solid #ccc;
    background: #fff;
    margin: 0 0 1px 1px;
  }
  .message-ullink ul li:last-child,
  .message-ullink-confiti ul li:last-child {
    border: 1px solid #ccc !important;
  }
  .message-ullink ul li a,
  .message-ullink-confiti ul li a {
    padding: 3px 5px;
    text-align: center;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
    height: 25px;
    display: block;
  }
  .clsOrangeMenuTab.entityformatcls ul {
    float: none !important;
    border-bottom: 1px solid #ccc;
    margin-bottom: 2px solid !important;
  }
  .clsOrangeMenuTab.entityformatcls ul:last-child {
    border: 0;
  }
  .clsOrangeMenuTab.entityformatcls .pull-right,
  .clsOrangeMenuTab.entityformatcls .pull-left {
    float: none !important;
  }
  .clsOrangeMenuTab.entityformatcls .custom-fload-left {
    float: left !important;
  }
  .clsHoverMethod .clshover {
    height: 130px;
  }
  .clsHoverMethod .clshover .clsImageCenter a.clsLink {
    height: auto;
  }
  .clsFrmEntityRes {
    width: 100%;
    overflow-y: scroll;
  }
  .clsFrmEntityRes .clsFrmEntityDes {
    width: 1200px;
  }
  .clsLargeLinkMob .listingMobile .col-xs-4 img {
    width: 100px;
  }
  .clsBckShowMore {
    width: 30%;
  }
  .clsVideoInformationRight .clsReportTag {
    width: auto;
  }
  .clsMarTop30 {
    margin: 60px 0 0;
  }
  .mob-right {
    float: right;
  }
  .mobile-text-right {
    text-align: right;
  }
  .mob-left {
    float: left;
  }
  .mob-left3smspace {
    margin: 0 0 0 3px;
  }
  div.clsPopupConfirmationCentered {
    width: 94%;
    top: 0 !important;
    left: 0 !important;
  }
  .clsDateBck .clsEditProDate {
    height: 30px;
    line-height: 30px;
  }
  .clsVideoHomeRoundedSections .clsProfileContentInner .clstabMar {
    margin: 0;
  }
  .clsRichTextEditer .rteDiv select {
    width: 98% !important;
  }
  .clsBlockView.clsMob-show {
    display: block;
  }
  .csspopup .clschatboxed {
    bottom: 40px;
    right: 5%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 750px;
  }
}
@media (max-width: 512px) {
  .custom-mobile-width {
    width: 100%;
  }
}
@media (max-width: 770px) {
  .mob-top-space {
    padding-top: 12px !important;
  }
}
@media (max-width: 767px) {
  .c_modalmain .c_modalinner {
    flex-direction: column;
    overflow-y: auto;
  }
  .c_modalmain .modal-content .c_modalimagemn {
    min-height: 400px;
    width: 100%;
  }
  .c_modalmain .modal-content .c_modalcommentsmn {
    width: 100%;
  }
}
@media (max-width: 481px) {
  body {
    font-size: 12px;
  }
  body .mob-bot-mspace {
    margin-bottom: 10px;
  }
  body .mob-no-pad {
    padding: 0;
  }
  body .mob-no-pad-import {
    padding: 0 !important;
  }
  body .mob-no-mar {
    margin: 0;
  }
  #selLeftFooter .clsFont15,
  #selLeftFooter .fa {
    font-size: 16px;
  }
  .clsFooterLinkFirst li a {
    padding: 9px 9px 9px 9px !important;
  }
  .right-border-mobile {
    border-right: 1px solid #ccc !important;
  }
  .left-border-mobile {
    border-left: 1px solid #ccc !important;
  }
  .mobile-text-right {
    text-align: right;
  }
  .custom-margin-2em {
    margin-top: 0px;
  }
  .m-m-l-4 {
    margin-left: 4px !important;
  }
  .m-m-t-2 {
    margin-top: 2px !important;
  }
  .custom-mobile-width {
    width: 100%;
  }
  .mobile-hide {
    display: none;
  }
  .clsAddGeoTy {
    float: none;
    width: 100%;
    padding-bottom: 5px;
  }
  .clsGroupMain,
  #main {
    min-height: inherit;
  }
  .clsConfettiMailLst li {
    padding: 3px 5px;
    float: left;
  }
  .clsVideoInformationLeft {
    width: 100%;
    float: left;
  }
  .clsPopupConfirmation {
    left: 10px;
    top: 5%;
    width: 94%;
  }
  .clsSmallThumb {
    height: auto;
    line-height: inherit;
  }
  .con-list-view .clsSmallThumb {
    height: auto;
    line-height: inherit;
  }
  ol.con-grid-view > li .gridview {
    min-height: auto;
  }
  .clsVideoInformationRight {
    width: 100%;
    float: left;
  }
  .clsVideoInformationRight .clsVideoHomeRoundedSections {
    padding: 0;
  }
  .clsConfiThumImage {
    margin-bottom: 10px;
  }
  .message-ullink,
  .message-ullink-confiti {
    background: white;
    padding: 3px 5px 3px 5px;
  }
  .message-ullink > ul,
  .message-ullink-confiti > ul {
    float: none !important;
  }
  .message-ullink > ul li,
  .message-ullink-confiti > ul li {
    width: 24.5%;
    text-align: center;
    border: 1px solid #ccc;
    background: #fff;
    margin: 0 0 1px 1px;
  }
  .message-ullink > ul li:last-child,
  .message-ullink-confiti > ul li:last-child {
    border: 1px solid #ccc !important;
  }
  .message-ullink > ul li a,
  .message-ullink-confiti > ul li a {
    padding: 3px 5px;
    text-align: left;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
    height: 30px;
    display: block;
  }
  .clsGrayMenus li {
    background: #fff;
    margin: 0 0 1px 1px;
    width: 49%;
  }
  .clsGrayMenus.clsMobGrayMenus li {
    width: auto;
  }
  .clsGrayMenus.clsMobGrayMenus li a {
    padding: 8px 10px;
    text-align: center;
  }
  .listingMobile {
    border-bottom: 1px solid #f6f6f6;
  }
  .clsConfettiWallNav ul li {
    width: auto;
    white-space: nowrap;
    border-left: 0;
    border-right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .clsConfettiWallNav ul li >a {
    border-bottom: 0;
    margin: 0 2px 2px;
    background: #CBE4F2;
    padding: 0 5px;
  }
  .clsConfettiWallNav ul li.clsActive >a {
    border-bottom: 0;
  }
  .clsApplicationBlock .clsMemberListPage .clsMemberImg {
    background: #f3f3f3 !important;
    padding: 10px 0;
  }
  .clsApplicationBlock .clsMemberListPage .dr {
    text-align: left;
  }
  .clsApplicationBlock .clsMainRight {
    width: auto;
  }
  .clsApplicationBlock .clsHeadingPart h2 {
    padding: 10px 0 0;
  }
  .clsApplicationBlock .clsHeadingPart ul {
    padding: 0px;
  }
  .clsApplicationBlock .clsHeadingPart ul li {
    border-right: medium none;
    float: none;
    padding: 5px 0;
  }
  .clsApplicationBlock .clsMyApplicationSection .clsCommonApplication {
    margin: 0px;
  }
  .clsApplicationBlock .clsMyApplicationSection .clsHeadingPart h2 {
    padding: 10px 0 0;
  }
  .clsApplicationBlock .clsMyApplicationSection .clsHeadingPart ul {
    padding: 0px;
  }
  .clsApplicationBlock .clsMyApplicationSection .clsHeadingPart ul li {
    border-right: medium none;
    float: none;
    padding: 5px 0;
  }
  .clsApplicationBlock .clsMyApplicationSection .clsAddApplicationRight p {
    padding: 0;
  }
  .clsApplicationBlock .clsMainRight1 .clsQuickLinks,
  .clsApplicationBlock .clsMainRight1 .clsNewlyAddApp {
    padding: 10px;
  }
  .clsApplicationBlock .clsApplicationMenu {
    background: url("../../../../applications/images/screen_blue/tb-developermain.jpg") repeat left top;
  }
  .clsApplicationBlock .clsApplicationMenu ul li {
    float: none;
    text-align: center;
  }
  .clsApplicationBlock .clsApplicationMenu ul li a {
    padding: 4px 5px;
  }
  .clsApplicationBlock .clsApplicationMenu ul li.clsActive {
    background: url("../../../../applications/images/screen_blue/activearrow.jpg") no-repeat center 32px;
  }
  .clsApplicationBlock .clsMainLeftTop .clsMainLeftTopCommont {
    padding: 104px 10px 48px 12px;
    color: #000;
  }
  .clsApplicationBlock .clsMenu ul li {
    width: 50%;
  }
  .clsApplicationBlock .clsMenu ul li a {
    padding: 10px;
    background: #000;
    color: #fff;
    display: block;
    width: 100%;
  }
  .clsApplicationBlock .clsMenu ul li.clsActive {
    background: none;
    float: left;
    height: auto;
  }
  .clsApplicationBlock .clsMenu ul li.clsActive span {
    background: none;
    float: none;
  }
  .clsApplicationBlock .clsMenu ul li.clsActive span a {
    background: red;
    float: none;
  }
  .clsApplicationBlock .navbar-header .clsDeveloperNetLog {
    padding: 9px 0 7px 23px;
  }
  .clsApplicationBlock .navbar-header .clsDeveloperNetLog a {
    width: 132px;
    background: url(../../../images/screen_blue/custom/custom-sprite.png) no-repeat 0 -452px;
  }
  .clsApplicationBlock .navbar-collapse {
    padding: 0;
  }
  .clsApplicationBlock .navbar-collapse ul li a {
    border-bottom: 1px solid #ccc;
    display: block;
    padding: 10px 15px;
  }
  .clsApplicationBlock .navbar-collapse ul li a:hover {
    background: #fff;
    color: #fff;
  }
  #main {
    margin: 0px;
  }
  .clsBlockHide {
    display: block;
  }
  header .clsBlockHide li {
    padding: 7px 0 7px 2px;
  }
  header .clsBlockHide li a {
    padding: 3px 5px;
    border: 1px solid #ccc;
  }
  header .clsBlockHide li.clsActiveMainLink > a {
    border: 1px solid #ff6b07;
    color: #ff6b07;
  }
  header .clsBlockHide li.pull-right {
    padding: 0 !important;
  }
  header .clsBlockHide li:hover a {
    color: #FF6B07;
  }
  .clsBlockView {
    display: none;
  }
  .navbar .dropdown .dropdown-menu li {
    padding: 0px;
  }
  .navbar .navbar-toggle {
    margin: 2px 3px 0 3px;
    border: none;
  }
  .navbar .clsHeaderMenu .clsWelcomeText {
    padding: 0 10px 0 0;
  }
  .navbar .clsHeaderMenu .clsResponLeft {
    float: left !important;
    width: 100%;
  }
  .navbar .clsHeaderMenu ul li {
    float: none;
    padding: 0px;
  }
  .navbar .clsHeaderMenu ul li .clsHeaderDropDwn {
    border-bottom: 1px solid #ccc;
    font-size: 11px;
    padding: 10px 0;
  }
  .navbar .clsHeaderMenu ul li .clsHeaderDropDwn .dropdown-toggle {
    padding: 2px 10px 7px;
  }
  .navbar .clsHeaderMenu ul li .clsHeaderDropDwn li a {
    padding: 6px 15px;
    color: #fff;
    border-bottom: 1px solid #ccc;
  }
  .navbar .clsHeaderMenu ul li .clsHeaderDropDwn li p:first-child {
    padding: 10px 0 0;
  }
  .navbar .clsHeaderMenu ul li .clsHeaderDropDwn li p:first-child a {
    border-top: 1px solid #ccc;
  }
  .navbar .clsHeaderMenu ul li .clsHeaderDropDwn li p:last-child a {
    border-bottom: none;
  }
  .navbar .clsHeaderMenu ul li a {
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
    display: block;
  }
  .navbar .clsHeaderMenu ul li a:hover {
    background: #fff;
    text-decoration: none;
  }
  .navbar .clsHeaderMenu ul li .clsUserInfoDetails {
    background: none;
    border: none;
    margin: 0;
    position: static;
  }
  .navbar .clsHeaderMenu ul li .clsUserInfoDetails a {
    color: #fff;
  }
  .navbar .clsHeaderMenu .clsConfiGroupList {
    float: none;
  }
  #footer ul li >a {
    margin: 0 1px 2px;
    text-align: center;
    display: block;
    padding: 7px;
  }
  .clsinnerpagesettingsNew {
    width: 70%;
    left: 15%;
  }
  .clsVideoHomemessage {
    border: 0;
  }
  .clsGrayMenu li a {
    padding: 0 10px;
  }
  .clsVideoHomemessage .clsGrayMenu li a {
    padding: 5px;
  }
  .clsAddEntiAbsolute select {
    margin-bottom: 10px;
  }
  .btn {
    width: 100%;
    margin-bottom: 5px;
  }
  .resBotSpace {
    margin-bottom: 10px;
  }
  .clsPopupConfirmationNew .btn {
    width: auto;
  }
  .clsDeleteConfirmCont {
    left: auto;
  }
  .clsProfileTopLft {
    width: 100%;
    float: none;
  }
  .clsProfileTopRgt {
    width: 100%;
    float: none;
  }
  .lbprofileroundedcorner {
    margin-bottom: 10px;
  }
  .clsEventListLft,
  .clsEventListRgt,
  .clsEventListMdl,
  .clsVideoInformationLeft,
  .clsProfileInfoLft,
  .clsProfileInfoRgt {
    width: 100%;
    float: none;
  }
  .clsCommentDetailsLeft {
    width: 25%;
  }
  .clsProfileDet {
    min-height: inherit;
  }
  .clsConfettiMailLst {
    border: 0;
  }
  .clsConfettiMailLst li {
    border: 0;
  }
  .clsProfileDisplayImage .clsMyHomeRightPopup .clsPopupConfirmationCentered {
    left: 120px !important;
  }
  .pageArrow {
    display: none;
  }
  .clsOrangeMenuTab li:hover a {
    color: #ff6b07;
  }
  .clsOrangeMenuTab .pull-right,
  .clsOrangeMenuTab .pull-left {
    float: none !important;
  }
  .clsOrangeMenuTab .custom-fload-left {
    float: left !important;
  }
  .clsOrangeMenuTab.clsOrangeMenuTabIcon li {
    width: 16%;
    margin-right: 0;
    float: left !important;
  }
  .clsOrangeMenuTab .width-100-pre .pull-right,
  .clsOrangeMenuTab .width-100-pre .pull-left {
    float: right !important;
  }
  .lbVideoHome .clsPageHd .clsBackAlbum {
    font-size: 11px;
  }
  .clsFloatRight {
    float: left !important;
  }
  .lbVideoHome {
    min-height: 400px;
  }
  .clsGridHdPart .clsPagingLst > li {
    padding-right: 1px;
  }
  .clsGridHdPart .clsPagingLst > li a {
    padding: 2px;
  }
  .gridLstIonEntityMiddle {
    padding-top: 5px;
  }
  .gridLstIonEntityRight {
    padding-top: 5px;
  }
  .clsGridHdPartLeft,
  .clsGridHdPartRight {
    width: 50%;
    padding-top: 5px;
  }
  .clsGridHdPartLeft.clsEntityGridHdPartLeft,
  .clsGridHdPartRight.clsEntityGridHdPartLeft {
    width: 75%;
  }
  .clsGridHdPartLeft.clsEntityGridHdPartRight,
  .clsGridHdPartRight.clsEntityGridHdPartRight {
    width: 25%;
  }
  .clsInviteInformation {
    margin: 0px;
    padding: 10px;
  }
  .clsSuggestRight {
    float: none;
  }
  .clsRichTextTable textarea {
    width: 100%;
  }
  .photouploadPart {
    width: 100%;
  }
  .sbOptions {
    width: 100%;
  }
  .col-sm-4 .cls_key-icon,
  .col-sm-8 .cls_key-icon {
    position: absolute;
    top: -66px;
    left: -80px;
  }
  .mob-clr {
    float: right !important;
  }
  .portlet-content .clsH2Link {
    padding: 0;
  }
  .portlet-content .clsH2LinkLft >li {
    padding: 3px 5px;
  }
  .formatHdRgtLnk a {
    padding: 5px 5px !important;
    margin-right: 3px;
    display: block;
  }
  ul.clsAppMenu li {
    width: auto;
    min-height: 34px;
  }
  .clsOrangeMenuTab li.clsfleft {
    float: left !important;
  }
  .bg-grayc {
    overflow: visible;
    height: auto;
    min-height: inherit;
  }
  .mob-top {
    top: 40px;
  }
  .clsPageBlock .clsFormat {
    display: block;
  }
  .clsPageBlock .mbBtnCls {
    display: block;
    background-color: #ddd;
    border: medium none;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    height: 35px;
    width: 35px;
    margin-bottom: 10px;
  }
  .clsPageBlock .mbBtnCls i {
    font-size: 16px;
    color: #fff;
  }
  .clsPageBlock .clsDekBtn {
    display: none;
  }
  .clsPageBlock .mbBtnCls_desktop {
    display: none;
  }
  .clsGroupLink li {
    width: auto;
  }
  .clsComponentsLink li {
    width: auto;
  }
  .displayTa.width100 {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #ccc;
    margin-top: 5px;
  }
  .displayTa {
    display: block;
  }
  body .mob-dc {
    text-align: center;
  }
  .mob-top-mspace {
    margin-top: 10px;
  }
  .mob-top-mspace5 {
    margin-top: 5px !important;
  }
  .entityformatcls ul li a {
    padding: 7px 9px;
  }
  .entityformatcls ul li a:hover,
  .entityformatcls ul li a:active,
  .entityformatcls ul li a.clsActive {
    background: #ccc;
    color: #fff;
  }
  .clsViewPageBlock .form-group label.col-sm-4 {
    float: left;
    width: 33%;
    text-align: center;
  }
  .clsViewPageBlock .form-group .col-sm-8 {
    float: left;
    width: 66%;
  }
  ul.clsAppMenuNewIcon li {
    width: auto;
  }
  .clsBlockHide.dropdownSelect {
    position: relative;
  }
  .clsBlockHide.dropdownSelect .dropdown.pull-right {
    right: 0px;
    top: -1px;
  }
  .mob-show {
    display: block !important;
  }
  .mob-hide {
    display: none;
  }
  .mob-Entity-Format-Block img {
    width: 100%;
    height: 215px;
    margin-top: 5px;
  }
  .mob-Entity-Format {
    width: 100%;
    top: 4px;
    position: absolute;
  }
  .mob-Entity-Format ul {
    border-right: 2px solid #3F51B5;
    background: rgba(0,0,0,0.4);
    padding: 10px;
  }
  .mob-Entity-Format ul li {
    float: none;
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
  }
  .mob-Entity-Format ul li a {
    float: none;
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    border: 2px solid #fff;
  }
  .mob-Entity-Format ul li a .entity_icon {
    background: url(../../../images/screen_blue/mob-entity-icon.png) no-repeat -2px 0;
    width: 60px;
    height: 60px;
    display: block;
  }
  .mob-Entity-Format ul li a .entity_icon.clsImageIcon {
    background-position: -2px 0;
  }
  .mob-Entity-Format ul li a .entity_icon.clsVideoIcon {
    background-position: -81px 0;
  }
  .mob-Entity-Format ul li a .entity_icon.clsHeadIcon {
    background-position: -150px 0;
  }
  .mob-Entity-Format ul li a .entity_icon.clsWriteIcon {
    background-position: -213px 0;
  }
  .mob-Entity-Format ul li ul {
    display: none;
  }
  .mob-Entity-Format ul li:hover ul {
    display: block;
    background: #f7f7f7;
    width: 20%;
    padding: 0;
    margin: 0 auto;
    position: absolute;
    left: auto;
    right: 10px;
    z-index: 9;
    top: 0px;
    border: 1px solid #3F51B5;
    border-radius: 4px;
  }
  .mob-Entity-Format ul li:hover ul li {
    float: none;
    width: auto;
    margin-bottom: 0;
  }
  .mob-Entity-Format ul li:hover ul li a {
    color: #F56808;
    border: 0;
  }
  .mob-Entity-Format ul li:hover ul li:hover a {
    color: #4C4C4C;
  }
  .mob-Entity-Format ul li:hover ul:after,
  .mob-Entity-Format ul li:hover ul:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .mob-Entity-Format ul li:hover ul:after {
    border-color: rgba(136,183,213,0);
    border-right-color: #F7F7F7;
    border-width: 8px;
    margin-top: -52px;
  }
  .mob-Entity-Format ul li:hover ul:before {
    border-color: rgba(194,225,245,0);
    border-right-color: #3F51B5;
    border-width: 10px;
    margin-top: -54px;
  }
  .mob-Entity-Format ul:last-child {
    border: 0;
  }
  .mob-left {
    float: left !important;
  }
  .mob-top-space {
    padding-top: 12px !important;
  }
  .mar-top-4 {
    margin-top: 8px;
  }
  .clsEntityFormatPlus ul li:hover ul {
    min-width: 200px;
  }
  .entityformatPart .displaytd.col-sm-4 .form-group .col-sm-4 {
    width: 100%;
    text-align: left;
  }
  .clsChatFooterOnlineFriend {
    margin-left: 10px;
  }
  .clsFooterPopUp .clsPopupConfirmation {
    width: 60%;
    left: 9%;
  }
  .clsFooterPopUp .clsPopupConfirmation .col-sm-4 {
    float: left;
    width: 33.3333333%;
  }
  .clsFooterPopUp .clsPopupConfirmation .col-sm-4 span {
    font-size: 12px;
    display: inline-block;
    height: 17px;
    overflow: hidden;
  }
  .clsFooterPopUp .clsPopupConfirmation.clsselectbox {
    top: -246px !important;
    width: 58%;
    left: 40px;
  }
  .clsFooterPopUp .clsPopupConfirmation.clsselectbox:before,
  .clsFooterPopUp .clsPopupConfirmation.clsselectbox:after {
    border: 0;
  }
  .clsFooterPopUp .clsPopupConfirmation.clsrow-1 {
    top: -173px;
  }
  .clsFooterPopUp .clsPopupConfirmation.clsrow-2 {
    top: -265px;
  }
  .clsFooterPopUp .clsPopupConfirmation.clsrow-3 {
    top: -356px;
  }
  .clsFooterPopUp .clsPopupConfirmation.clsrow-4 {
    top: -450px;
  }
  .clsFooterPopUp .clsPopupConfirmation .listingMobile {
    padding: 0;
  }
  .clsFooterPopUp .clsPopupConfirmation .clsConfiThumImage {
    margin: 0;
  }
  .clsFooterPopUp .clsPopupConfirmation-1 {
    left: 4%;
  }
  .clsFooterPopUp .clsPopupConfirmation-1:before,
  .clsFooterPopUp .clsPopupConfirmation-1:after {
    border: 0;
  }
  .clsFooterPopUp .clsPopupConfirmation:before,
  .clsFooterPopUp .clsPopupConfirmation:after {
    border: 0;
  }
  .clsPostFormat {
    border-bottom: 1px solid #ccc;
  }
  .clsPostFormat li {
    width: auto !important;
  }
  .clsOrangeMenuTab .clsBlockHide li a {
    border: 0;
  }
  .clsOrangeMenuTab .clsBlockHide li .dropdown-menu {
    z-index: 999999;
    left: auto;
    right: -6px;
  }
  .clsOrangeMenuTab .clsBlockHide li .dropdown-menu li {
    width: 100%;
    margin: 0;
  }
  .clsOrangeMenuTab .clsBlockHide li .dropdown-menu li a {
    border-bottom: 1px solid #000;
    float: none;
  }
  .clsOrangeMenuTab .clsBlockHide li:hover a {
    color: #000;
  }
  .clschatBox {
    left: 25%;
  }
  .entityformatcls.clsOrangeMenuTab .clsBlockHide li {
    width: auto;
  }
  .entityformatcls.clsOrangeMenuTab ul {
    background: #fff;
  }
  .entityformatcls.clsOrangeMenuTab ul li {
    width: auto;
    margin: 0 0px 2px 0;
    border: 0;
    border-right: 1px solid #ccc;
  }
  .entityformatcls.clsOrangeMenuTab ul li a {
    font-size: 13px;
  }
  .hor-space .clsOrangeMenuTab li {
    width: auto;
  }
  #compoMixList .clsConfettiWallNav ul li {
    width: 24%;
  }
  header .header-menu li a {
    border-right: 1px solid #ccc;
    font-size: 9px;
  }
  header .header-menu li a .fa {
    padding-right: 0px;
  }
  header .header-menu li a .clsItemIcon-menu {
    height: 16px !important;
  }
  header .header-menu.right-block {
    float: right;
  }
  header .header-menu.right-block .custom-left-border {
    border-left: 1px solid #ccc;
  }
  header .header-menu.right-block li {
    margin: 0 6px 0 0;
  }
  header .header-menu.right-block li a {
    border: 0;
    padding: 0;
  }
  header .header-menu.right-block li ul li {
    width: 100%;
    float: none;
  }
  header .header-menu.right-block li ul li a {
    text-align: left;
  }
  header .header-menu.right-block li.clsMessage a {
    width: 25px;
    height: 20px;
    background-position: -11px -148px;
  }
  header .header-menu.right-block li.clsMessage a:hover {
    background-position: -38px -148px;
  }
  header .header-menu.right-block li a.headerProfileMenu {
    width: 25px;
    height: 20px;
    background-position: -65px -148px;
  }
  header .header-menu.right-block li a.headerProfileMenu:hover {
    background-position: -92px -148px;
  }
  header .header-menu.right-block li.headerUserMenu a {
    width: 25px;
    height: 30px;
  }
  header .header-menu.right-block li.headerUserMenu:hover ul {
    top: 20px;
  }
  header .header-menu.right-block li.clsActiveMainLink.clsMessage a {
    background-position: -38px -148px;
  }
  header .header-menu.right-block li.clsActiveMainLink a.headerProfileMenu {
    background-position: -92px -148px;
  }
  header .btn.btn-primary {
    padding: 6px 8px;
  }
  header .col-xs-7 {
    width: 60.333333%;
  }
  header .col-xs-5 {
    width: 39.666667%;
  }
  header .dropdown-menu {
    left: auto;
    right: 0;
  }
  body .clsEntityPageBlock .col-sm-4.col-md-3,
  body .clsEntityPageBlock .col-sm-8.col-md-9 {
    width: 100%;
  }
  .history-mobile-style {
    font-size: 15px;
    margin-top: 3px;
    margin-right: 3px;
  }
  .clsOrangeMenuTab.entityformatcls ul {
    float: none !important;
    border-bootom: 1px solid #ccc;
    margin-bottom: 2px solid !important;
  }
  .clsOrangeMenuTab.entityformatcls ul:last-child {
    border: 0;
  }
  .clsOrangeMenuTab.entityformatcls .pull-right,
  .clsOrangeMenuTab.entityformatcls .pull-left {
    float: none !important;
  }
  .clsOrangeMenuTab.entityformatcls ul {
    border-bottom: 1px solid #ccc;
  }
  .clsOrangeMenuTab.entityformatcls ul li {
    margin: 0;
  }
  .clsOrangeMenuTab.entityformatcls .clsGroupLink {
    border-bottom: none;
  }
  .clsHoverMethod .col-xs-6 {
    width: 100%;
  }
  .clsHoverMethod .col-xs-6 .clshover {
    height: 130px;
  }
  .clsHoverMethod .col-xs-6 .clshover a.clsLink {
    margin: 10px 0 0 0;
    font-size: 14px;
    height: auto;
  }
  .clsHoverMethod .col-xs-6 .clshover .clsImageCenter img {
    height: auto;
  }
  .clsFrmEntityRes {
    width: 100%;
    overflow-y: scroll;
  }
  .clsFrmEntityRes .clsFrmEntityDes {
    width: 1200px;
  }
  .clsBckShowMore {
    width: 30%;
  }
  .clsMarBot30.clsEntityWithFormatLink li {
    border-bottom: 1px solid #ccc !important;
  }
  .clsMarBot30.clsEntityWithFormatLink li > a {
    padding: 6px 10px;
  }
  #entityWithFormat .clsEntityWithFormatLink .dropdown.format-dd.open .dropdown-menu {
    right: 0;
    left: auto;
  }
  .clsVideoUploadSection li a {
    padding-right: 5px;
  }
  .clsVideoUploadSection li a .clsMobHideeText {
    display: block;
    text-indent: -999em;
    background-position: 0 4px;
  }
  .clsMarTop30 {
    margin: 60px 0 0;
  }
  .mob-right {
    float: right;
  }
  .mob-left {
    float: left;
  }
  .mob-left3smspace {
    margin: 0 0 0 3px;
  }
  .clsVideoInformationRight {
    width: auto;
    float: right;
  }
  .clsVideoInformationRight.clsRgtAlbum {
    width: auto;
    float: right;
  }
  div.clsPopupConfirmationCentered {
    width: 94%;
    top: 0 !important;
    left: 0 !important;
  }
  .message-ullink.events-ullink ul > li > a {
    height: 40px;
  }
  .clsDateBck .clsEditProDate {
    height: 30px;
    line-height: 30px;
  }
  .clsVideoHomeRoundedSections .clsProfileContentInner .clstabMar {
    margin: 0;
  }
  .clsRichTextEditer .rteDiv select {
    width: 98% !important;
  }
  .clsBlockView.clsMob-show {
    display: block;
  }
}
@media (max-width: 400px) {
  .c_modalmain .modal-dialog {
    padding: 0;
  }
}
@media (max-width: 400px) {
  .my-profile-details li {
    margin-bottom: 5px;
  }
  #selLeftFooter .clsFont15,
  #selLeftFooter .fa {
    font-size: 16px;
  }
  .clsFooterLinkFirst li a {
    padding: 9px 9px 9px 9px !important;
  }
  .right-border-mobile {
    border-right: 1px solid #ccc !important;
  }
  .left-border-mobile {
    border-left: 1px solid #ccc !important;
  }
  .custom-mobile-width {
    width: 100%;
  }
  .mob-no-pad-import {
    padding: 0 !important;
  }
  .mobile-hide {
    display: none;
  }
  .clsFooterPopUp .clsPopupConfirmation {
    width: 80%;
  }
  .clsFooterPopUp .clsPopupConfirmation .col-sm-4 {
    float: left;
    width: 33.3333333%;
  }
  .clsFooterPopUp .clsPopupConfirmation .col-sm-4 span {
    font-size: 12px;
    display: inline-block;
  }
  .clsFooterPopUp .clsPopupConfirmation.clsselectbox {
    top: -246px !important;
    width: 70%;
    left: 40px;
  }
  .clsFooterPopUp .clsPopupConfirmation.clsselectbox:before,
  .clsFooterPopUp .clsPopupConfirmation.clsselectbox:after {
    border: 0;
  }
  .clsFooterPopUp .clsPopupConfirmation.clsrow-1 {
    top: -173px;
  }
  .clsFooterPopUp .clsPopupConfirmation.clsrow-2 {
    top: -265px;
  }
  .clsFooterPopUp .clsPopupConfirmation.clsrow-3 {
    top: -357px;
  }
  .clsFooterPopUp .clsPopupConfirmation.clsrow-4 {
    top: -450px;
  }
  .clsFooterPopUp .clsPopupConfirmation .listingMobile {
    padding: 0;
  }
  .clsFooterPopUp .clsPopupConfirmation .clsConfiThumImage {
    margin: 0;
  }
  header .header-menu li a {
    border-right: 1px solid #ccc;
    font-size: 11px;
  }
  header .header-menu li a .fa {
    padding-right: 0px;
  }
  header .header-menu li a .custom_disply_icon {
    display: block;
    padding-top: 0px;
  }
  header .header-menu.right-block {
    float: right;
  }
  header .header-menu.right-block .custom-left-border {
    border-left: 0px;
  }
  header .header-menu.right-block li {
    margin: 0 6px 0 0;
  }
  header .header-menu.right-block li a {
    border: 0;
    padding: 0;
  }
  header .header-menu.right-block li ul li {
    width: 100%;
    float: none;
  }
  header .header-menu.right-block li ul li a {
    text-align: left;
  }
  header .btn.btn-primary {
    padding: 6px 8px;
  }
  header .col-xs-7 {
    width: 58.3333333333%;
  }
  header .col-xs-5 {
    width: 41.6666666667%;
  }
  .clsOrangeMenuTab.entityformatcls ul {
    border-bottom: 1px solid #ccc;
  }
  .clsOrangeMenuTab.entityformatcls ul li {
    margin: 0;
  }
  .clsOrangeMenuTab.entityformatcls .clsGroupLink {
    border-bottom: none;
  }
  .clsHoverMethod .ehover5:hover a.clsLink {
    height: auto;
  }
}
@media (min-width: 320px) and (max-width: 350px) {
  ul.mob-Entity-Format li a {
    padding: 8px;
  }
  .custom-mobile-width {
    width: 100%;
  }
  .mobile-hide {
    display: none;
  }
  header .clsBlockHide li a {
    padding: 3px 2px;
  }
  .clsFriendsListLinks li {
    margin-bottom: 4px;
  }
  .mobile-text-right {
    text-align: right;
  }
  .custom-margin-2em {
    margin-top: 0px;
  }
  .mob-no-pad-import {
    padding: 0 !important;
  }
  .mob-Entity-Format ul li:hover ul {
    width: 27%;
    right: -21px;
  }
  .clsOrangeMenuTab.entityformatcls ul {
    border-bottom: 1px solid #ccc;
  }
  .clsOrangeMenuTab.entityformatcls ul li {
    margin: 0;
  }
  .clsOrangeMenuTab.entityformatcls .clsGroupLink {
    border-bottom: none;
  }
  .clsAppsPhoItemBck {
    margin: 0 0 5px 0 !important;
  }
  #selLeftFooter .clsFont15,
  #selLeftFooter .fa {
    font-size: 16px;
  }
  .clsFooterLinkFirst li a {
    padding: 9px 9px 9px 9px !important;
  }
  .right-border-mobile {
    border-right: 1px solid #ccc !important;
  }
  .left-border-mobile {
    border-left: 1px solid #ccc !important;
  }
  .left-border-mobile {
    border-left: 1px solid #ccc !important;
  }
  #entityWithFormat .clsEntityWithFormatLink {
    float: none !important;
  }
  #entityWithFormat .clsEntityChat {
    float: none !important;
  }
  .clsMarBot30 .clsEntityWithFormatLink {
    border-bottom: 1px solid #ccc;
    float: none !important;
  }
  .clsMarBot30 .clsBlockHide li {
    border-bottom: 1px solid #ccc;
  }
  .clsMarBot30.entityformatcls ul > li > a {
    font-size: 12px;
  }
  .clsBckShowMore {
    width: 50%;
  }
  #entityWithFormat .clsEntityWithFormatLink .dropdown.format-dd.open .dropdown-menu {
    left: 0;
    right: auto;
  }
  .mob-top-smspace {
    margin: 5px 0 0 0;
  }
  .mob-left3smspace {
    margin: 0 0 0 0px !important;
  }
  .mob-left3smspace a.leftsmspace {
    margin: 0 0 0 2px !important;
  }
  .mobformPad {
    padding: 0;
  }
  .message-ullink.events-ullink ul > li > a {
    font-size: 11px;
    padding: 3px 0;
  }
  .clsConfettiMailLst li {
    padding: 3px;
  }
}
@media (min-width: 351px) and (max-width: 400px) {
  .mob-Entity-Format ul li:hover ul {
    width: 24%;
    right: -12px;
  }
  .custom-mobile-width {
    width: 100%;
  }
  .mobile-hide {
    display: none;
  }
  .mob-no-pad-import {
    padding: 0 !important;
  }
  .mobile-text-right {
    text-align: right;
  }
  .clsFriendsListLinks li {
    margin-bottom: 4px;
  }
  .clsAppsPhoItemBck {
    margin: 0 0 5px 0 !important;
  }
  .clsMarBot30 .clsEntityWithFormatLink {
    border-bottom: 1px solid #ccc;
    float: none !important;
  }
  .clsMarBot30 .clsBlockHide li {
    border-bottom: 1px solid #ccc;
  }
  .clsMarBot30.entityformatcls ul > li > a {
    font-size: 12px;
  }
}
@media (min-width: 400px) and (max-width: 752px) {
  .mobile-hub-icon-top-space {
    margin-top: 1px;
  }
}
@media (min-width: 481px) and (max-width: 550px) {
  .mob-Entity-Format ul li:hover ul {
    right: 12px;
  }
  .clsFooterPopUp .clsPopupConfirmation .col-sm-4 span {
    font-size: 10px;
  }
  .mobile-hide {
    display: none;
  }
}
@media (max-width: 420px) {
  header .clsBlockHide li > a .fa.fa-slideshare,
  header .clsBlockHide li > a .fa.fa-reorder,
  header .clsBlockHide li > a .fa.fa-cogs,
  header .clsBlockHide li > a .fa.fa-align-center,
  header .clsBlockHide li > a .fa.fa-github {
    display: none;
  }
  .mobile-hide {
    display: none;
  }
}
@media (max-width: 481px) {
  .cls-viewsetting-tab {
    width: 152px;
    margin-left: 132px !important;
    margin-top: -5px !important;
  }
  .cls-viewsetting-tab ul li {
    width: 67px;
  }
  .message-ullink-confiti ul li i.fa {
    padding: 4px;
  }
  .mobile-hide {
    display: none;
  }
}
@media (min-width: 340px) and (max-width: 1000px) {
  .clsGroupMainn {
    min-height: 80px !important;
  }
}
@media (min-width: 750px) and (max-width: 1200px) {
  .clsHubimage {
    margin-left: 13px !important;
  }
}
@media (min-width: 340px) and (max-width: 750px) {
  .cls_white_back  a {
    margin-top: 0px !important;
    padding: 3px 8px 2px 2px !important;
  }
  .m_view_top5 {
    margin-top: 5px !important;
  }
  .custom_item_bar_color ul li a {
    margin: 0 0px 0px !important;
    padding: 5px 5px !important;
  }
}
@media (min-width: 240px) and (max-width: 980px) {
  .mobile-left {
    float: left !important;
  }
  #selMyAlbumsDisplay .sspace,
  #selMyAlbumsDisplay .ver-space,
  #selMyAlbumsDisplay .clsphotoListTable,
  #selMyAlbumsDisplay .clsMyPhotoAlbumTbl {
    padding: 0px 3px 3px 0px;
  }
  #compLinkList .clsMyPhotoAlbumTbl {
    margin-top: 10px;
  }
  #eventDiv #eventlist {
    margin-top: 10px;
  }
  #mainDocDiv #selMyAlbumsDisplay {
    margin-top: 10px;
  }
  .custom-position-alignmen2 {
    top: 6em;
  }
  .top-3 {
    top: 2em;
  }
  .custom-mobile-height-entity-page {
    height: 14em;
  }
  .mobile_custom-margin-13 {
    margin-top: 13em;
  }
  .mobile-custom-pencile-icon-position {
    position: absolute;
    top: -4em;
    right: 0em;
  }
  .mobile-custom-margin-2 {
    margin-top: -2em !important;
  }
  .mobile-text-align-left {
    text-align: left;
  }
  .mobile-right-bordar {
    border-right: 1px solid #dcdcdc !important;
  }
  .custom-padding-in-edit-profile-page {
    padding: 3px 6px !important;
  }
  .clsOrangeMenuTab.entityformatcls ul {
    float: none !important;
    border-bottom: 1px solid #ccc;
    margin-bottom: 2px solid !important;
  }
  .clsOrangeMenuTab.entityformatcls ul:last-child {
    border: 0;
  }
  .clsOrangeMenuTab.entityformatcls .pull-right,
  .clsOrangeMenuTab.entityformatcls .pull-left {
    float: none !important;
  }
  .clsOrangeMenuTab.entityformatcls .custom-fload-left {
    float: left !important;
  }
  header .header-menu.right-block li.headerUserMenu .custom-width-adjeshment {
    height: 30px;
  }
  header .header-menu.custom-right-block li.headerUserMenu .custom-width-adjeshment {
    height: 30px;
  }
  header .header-menu.custom-right-block li.headerUserMenu:hover ul {
    top: 30px;
  }
  .message-ullink-confiti-new .custom-popup-position {
    position: absolute;
    left: -25%;
  }
}
@media (min-width: 770px) and (max-width: 980px) {
  .mobile_custom-margin-13 {
    margin-top: -1em;
  }
  header .header-menu.custom-right-block li.headerUserMenu .custom-width-adjeshment {
    padding: 10px !important;
  }
  .message-ullink-confiti-new .custom-mobile-alignment {
    left: 40%;
  }
}
@media (min-width: 400px) and (max-width: 770px) {
  .message-ullink-confiti-new .custom-mobile-alignment {
    left: 7%;
  }
  .mob-top-mspace {
    margin-top: 10px !important;
  }
}
@media (min-width: 240px) and (max-width: 990px) {
  .md-hide-class {
    display: block;
  }
  .md-show-class {
    display: none;
  }
  .custom-grid-design-import {
    width: 95%;
    margin: 5px !important;
  }
  .custom-people-know-page-height .lbviewvideo {
    height: 130px;
  }
  .clsEditAccessContact.single_page_icon_entity_top,
  .clsEditAccessContact.confetti_page_icon_entity {
    margin: 0px 0 0 38% !important;
  }
}
@media (min-width: 320px) and (max-width: 980px) {
  .clsEntityUserPost .clsEditAccessContact {
    margin: 0px 0 0 45px !important;
  }
}
@media (max-width: 481px) {
  .clsEditAccessContact ul li {
    border-right: none !important;
    width: -webkit-fill-available !important;
  }
}
@media (min-width: 240px) and (max-width: 481px) {
  .mob-top-mspace {
    margin-top: 10px !important;
  }
  .mobile_view_hide {
    display: none !important;
  }
  .mobile-top-bor {
    border-top: 1px solid #ccc;
  }
  .c_listiconlst li {
    padding: 0px !important;
  }
  .clsEditAccessContact.single_page_icon_entity_top,
  .clsEditAccessContact.confetti_page_icon_entity {
    margin: 0px 0 0 30px !important;
  }
  .custom-height-40 {
    height: auto;
  }
  .custom-height-40 .mobile-margin-top {
    margin-top: 5px !important;
  }
  #active_class_id_change .clsGrayMenu li a {
    font-size: 10px !important;
  }
  .confitti-page-info-changes {
    position: relative;
  }
}
@media (max-width: 480px) {
  .c_listiconlst li {
    font-size: 10px;
  }
  .c_listiconlst li a i.fa {
    font-size: 16px;
  }
}
@media (min-width: 240px) and (max-width: 400px) {
  header .header-menu.right-block .custom-left-border {
    border-left: 1px solid #ccc;
  }
  .message-ullink-confiti-new .custom-mobile-alignment {
    left: -30%;
  }
}
@media (min-width: 240px) and (max-width: 400px) {
  .cls_home_tabs a {
    padding: 0px 0px !important;
    font-size: 10px !important;
  }
}
