@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/open-sans/OpenSans-Light.ttf") format("ttf");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/open-sans/OpenSans-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/open-sans/OpenSans-Bold.ttf") format("ttf");
  font-weight: 700;
  font-style: normal; }
/****************  Mixins  ****************/
body, html {
  min-height: 100%;
  position: relative; }

body {
  margin: 0;
  font: normal 13px 'Open Sans', sans-serif;
  line-height: 18px;
  color: #1a1a1a;
  background: #f4f4f8; }

@media (max-width: 767px) {
  body {
    padding: 10px !important; }
    body.red {
      background: #76b448; }
    body.blue {
      background: #6e91cb; }
    body.green {
      background: #91c46b; }
    body.yellow {
      background: #FFD06B; }
    body.purple {
      background: #6a55c2; }
    body.brown {
      background: #ab7967; }
    body.pink {
      background: #F782AA; } }
a {
  color: #333333;
  text-decoration: none !important; }
  a:hover {
    color: #000000;
    text-decoration: none; }

h1, h2, h3, h4, h5 {
  font-weight: 500;
  padding: 0; }

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

.no-btm-margin {
  margin-bottom: 0 !important; }

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

.auto-margin {
  margin: auto !important; }

.less-btm-margin {
  margin-bottom: 5px !important; }

.md-btm-margin {
  margin-bottom: 10px !important; }

.lg-btm-margin {
  margin-bottom: 20px !important; }

.no-float {
  float: none !important; }

.no-border {
  border: none !important; }

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

.center-text {
  text-align: center !important; }

.right-text {
  text-align: right !important; }

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

.underline {
  text-decoration: underline; }

.text-justify {
  text-align: justify !important; }

.line-through {
  text-decoration: line-through !important; }

.uppercase {
  text-transform: uppercase; }

.lg-border-radius {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.md-border-radius {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

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

.lg-padding {
  padding: 20px; }

.md-padding {
  padding: 10px; }

.sm-padding {
  padding: 5px; }

.icon-2x {
  font-size: 24px; }

.icon-3x {
  font-size: 32px; }

.text-success {
  color: #91c46b !important; }

.text-danger {
  color: #e77338 !important; }

.text-info {
  color: #6e91cb !important; }

.text-warning {
  color: #FFD06B !important; }

.text-white {
  color: #ffffff !important; }

.text-grey {
  color: #4d4d4d !important; }

.text-light-grey {
  color: #b3b3b3 !important; }

.text-muted {
  color: #4d4d4d; }

.text-fb {
  color: #3B5998 !important; }

.text-tw {
  color: #55ACEE !important; }

.text-linkedin {
  color: #007BB5 !important; }

.text-gplus {
  color: #E02F2F !important; }

.text-pink {
  color: #F782AA !important; }

.text-brown {
  color: #ab7967 !important; }

ul.stylish-lists {
  margin: 0 0 0 25px;
  list-style-type: disc; }
  ul.stylish-lists li {
    color: #e77338; }
    ul.stylish-lists li a {
      color: #000000; }
      ul.stylish-lists li a:hover {
        color: #e77338; }

ol.stylish-lists {
  padding: 0;
  margin: 0 0 0 25px; }

ul.decimal-leading-zero {
  margin: 0 0 0 25px;
  list-style: decimal-leading-zero; }

ul.roman-list {
  margin: 0 0 0 25px;
  list-style: upper-roman; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

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

.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  /*border-radius: 0;*/
  border-radius: 3px;
  position: relative;
  overflow: hidden; }

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: none;
  box-shadow: none; }

.btn-rounded {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px; }

.btn-transparent {
  background-color: transparent !important;
  color: #000000 !important; }

.btn-default {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #212121; }
  .btn-default:hover {
    color: #212121;
    background-color: #d9d9d9;
    border: 1px solid #d9d9d9; }
  .btn-default:focus, .btn-default.active {
    background-color: #d9d9d9;
    border: 1px solid #d9d9d9;
    box-shadow: none; }

.btn-primary {
  background-color: #596268;
  border-color: #596268;
  color: #ffffff; }
  .btn-primary:hover {
    color: #ffffff;
    background-color: #4d555a;
    border: 1px solid #4d555a; }
  .btn-primary:focus, .btn-primary.active {
    background-color: #41484d;
    border: 1px solid #41484d;
    box-shadow: none; }

.btn-danger {
  background-color: #e77338;
  border-color: #e77338;
  color: #ffffff; }
  .btn-danger:hover {
    color: #ffffff;
    background-color: #e46321;
    border: 1px solid #e46321; }
  .btn-danger:focus, .btn-danger.active {
    background-color: #d35819;
    border: 1px solid #d35819;
    box-shadow: none; }

.btn-success {
  background-color: #91c46b;
  border-color: #91c46b;
  color: #ffffff; }
  .btn-success:hover {
    color: #ffffff;
    background-color: #83bd59;
    border: 1px solid #83bd59; }
  .btn-success:focus, .btn-success.active {
    background-color: #76b448;
    border: 1px solid #76b448;
    box-shadow: none; }

.btn-info {
  background-color: #6e91cb;
  border-color: #6e91cb;
  color: #ffffff; }
  .btn-info:hover {
    color: #ffffff;
    background-color: #5b83c4;
    border: 1px solid #5b83c4; }
  .btn-info:focus, .btn-info.active {
    background-color: #4875be;
    border: 1px solid #4875be;
    box-shadow: none; }

.btn-warning {
  background-color: #FFD06B;
  border-color: #FFD06B;
  color: #ffffff; }
  .btn-warning:hover {
    color: #ffffff;
    background-color: #ffc852;
    border: 1px solid #ffc852; }
  .btn-warning:focus, .btn-warning.active {
    background-color: #ffc038;
    border: 1px solid #ffc038;
    box-shadow: none; }

.btn-grey {
  background-color: #4d4d4d;
  border-color: #4d4d4d;
  color: #ffffff; }
  .btn-grey:hover {
    color: #ffffff;
    background-color: #333333;
    border: 1px solid #333333; }
  .btn-grey:focus, .btn-grey.active {
    background-color: #1a1a1a;
    border: 1px solid #1a1a1a;
    box-shadow: none; }

.btn-pink {
  background-color: #F782AA;
  border-color: #F782AA;
  color: #ffffff; }
  .btn-pink:hover {
    color: #ffffff;
    background-color: #f56a9a;
    border: 1px solid #f56a9a; }
  .btn-pink:focus, .btn-pink.active {
    background-color: #f45289;
    border: 1px solid #f45289;
    box-shadow: none; }

.btn-blue {
  background-color: #55ACEE;
  border-color: #55ACEE;
  color: #ffffff; }
  .btn-blue:hover {
    color: #ffffff;
    background-color: #44a4ec;
    border: 1px solid #44a4ec; }
  .btn-blue:focus, .btn-blue.active {
    background-color: #48affd;
    border: 1px solid #48affd;
    box-shadow: none; }

.btn-red {
  background-color: #FF0000;
  border-color: #FF0000;
  color: #ffffff; }
  .btn-red:hover {
    color: #ffffff;
    background-color: #c11414;
    border: 1px solid #c11414; }
  .btn-red:focus, .btn-red.active {
    background-color: #b11c1c;
    border: 1px solid #b11c1c;
    box-shadow: none; }

.btn-dimgray {
  background-color: #9ca7af;
  border-color: #9ca7af;
  color: #ffffff; }
  .btn-dimgray:hover {
    color: #ffffff;
    background-color: #8c9aa5;
    border: 1px solid #8c9aa5; }
  .btn-dimgray:focus, .btn-dimgray.active {
    background-color: #67727b;
    border: 1px solid #67727b;
    box-shadow: none; }

.button-gloss {
  position: relative;
  padding: 10px 20px;
  background: #4d4d4d;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 0;
  color: #ffffff; }
  .button-gloss::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 60%;
    top: 1%;
    left: 0;
    border-radius: 24px 24px 2rem 2rem/24px 24px 1rem 1rem;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.3) 0%, transparent 50%, rgba(0, 0, 0, 0.3) 100%); }
  .button-gloss.gloss-red {
    background: #e77338; }
  .button-gloss.gloss-green {
    background: #91c46b; }
  .button-gloss.gloss-blue {
    background: #6e91cb; }
  .button-gloss.gloss-pink {
    background: #F782AA; }
  .button-gloss.gloss-yellow {
    background: #FFD06B; }
  .button-gloss.gloss-tw {
    background: #55ACEE; }
  .button-gloss.gloss-fb {
    background: #3B5998; }
  .button-gloss:hover {
    opacity: 0.9;
    color: #ffffff; }

@media (max-width: 767px) {
  .button-gloss {
    margin-bottom: 10px; } }
.label {
  border-radius: 0; }

.label-success {
  background-color: #91c46b; }

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #76b448; }

.label-info {
  background-color: #6e91cb; }

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #4875be; }

.label-warning {
  background-color: #FFD06B; }

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ffc038; }

.label-danger {
  background-color: #e77338; }

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #76b448; }

.progress-sm {
  height: 6px; }

.progress-md {
  height: 10px; }

.progress-xs {
  height: 3px; }

.primary-bg {
  background: #596268 !important;
  color: #ffffff; }
  .primary-bg:hover {
    background: #41484d !important; }

.transparent-bg {
  background: transparent !important; }

.white-bg {
  background: white; }

.light-blue-bg {
  background: #f7f7fa; }

.light-blue5-bg {
  background: #eeeef4; }

.white5-bg {
  background: #f9f9f9; }

.white9-bg {
  background: #f4f4f4; }

.white12-bg {
  background: #ededed; }

.white15-bg {
  background: #e6e6e6; }

.white19-bg {
  background: #dedede; }

.grey-bg {
  background: #292929; }

.md-grey-bg {
  background: #666666; }

.light-grey-bg {
  background: #999999; }

.semi-grey-bg {
  background: #cccccc; }

.red-bg {
  background: #e77338; }
  .red-bg hr {
    border-bottom: 1px solid #e46321;
    border-top: 1px solid #ea834f; }

.pink-bg {
  background: #F782AA; }
  .pink-bg hr {
    border-bottom: 1px solid #f56a9a;
    border-top: 1px solid #f99aba; }

.yellow-bg {
  background: #FFD06B; }
  .yellow-bg hr {
    border-bottom: 1px solid #ffc852;
    border-top: 1px solid #ffd885; }

.blue-bg {
  background: #6e91cb; }
  .blue-bg hr {
    border-bottom: 1px solid #5b83c4;
    border-top: 1px solid #819fd2; }

.green-bg {
  background: #91c46b; }
  .green-bg hr {
    border-bottom: 1px solid #83bd59;
    border-top: 1px solid #9fcb7d; }

.purple-bg {
  background: #6a55c2; }
  .purple-bg hr {
    border-bottom: 1px solid #5a43bb;
    border-top: 1px solid #7a68c9; }

.brown-bg {
  background: #ab7967; }
  .brown-bg hr {
    border-bottom: 1px solid #a06b58;
    border-top: 1px solid #b48777; }

.fb-bg {
  background: #3B5998; }

.tw-bg {
  background: #55ACEE; }

.linkedin-bg {
  background: #007BB5; }

.gplus-bg {
  background: #E02F2F; }

hr.stylish {
  position: absolute;
  left: 0;
  right: 0;
  border: none;
  margin: 0;
  border-top: 1px solid #afb6ba; }

hr {
  margin-top: 10px;
  margin-bottom: 10px; }

.spacer {
  padding: 20px 5px; }

.spacer-sm {
  padding: 15px; }

.spacer-md {
  padding: 25px; }

.spacer-xs {
  padding: 10px; }

.spacer-min-height {
  height: 120px; }

.spacer-no-rt {
  padding: 15px 0; }

header {
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
  vertical-align: middle;
  z-index: 1000;
  background: #444444;
  background: -moz-linear-gradient(top, #444444 0%, #464646 1%, #313131 16%, #404040 88%, #1d1d1d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #444444 0%, #464646 1%, #313131 16%, #404040 88%, #1d1d1d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #444444 0%, #464646 1%, #313131 16%, #404040 88%, #1d1d1d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#1d1d1d',GradientType=0 );
  /* IE6-9 */ }

@media (max-width: 767px) {
  header {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0; } }
.logo {
  margin: 0 0 30px 0;
  display: block;
  padding-top: 50px;
  text-align: center; }
  .logo a img {
    max-width: 110px;
    margin: 5px 0 0 0; }

hr.carved {
  margin: 15px 0 0 0;
  height: 1px;
  background: #1C2939;
  border-top: 0;
  background: -webkit-gradient(linear, 0 0, 100% 0, from(#1C2939), to(#1C2939), color-stop(50%, #46678f)); }

.user-info {
  margin: 30px auto 30px auto;
  text-align: center; }
  .user-info .user-img {
    width: 60px;
    margin: auto;
    position: relative; }
    .user-info .user-img img {
      margin: auto;
      max-width: 60px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px; }
    .user-info .user-img .likes-info {
      position: absolute;
      top: 21px;
      right: -8px;
      width: 18px;
      height: 18px;
      text-align: center;
      font-size: 9px;
      z-index: 100;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      color: #ffffff;
      background: #e77338;
      line-height: 18px;
      vertical-align: middle; }
  .user-info h5.user-name-o {
    font-size: 14px;
    color: #ffffff;
    margin: 5px auto;
    text-align: center; }
  .user-info p.profile-complete {
    font-size: 12px;
    color: #808080;
    margin: 0 4px; }

ul#mini-nav {
  margin: 12px 0 0 0; }
  ul#mini-nav li.list-box {
    position: relative;
    cursor: pointer;
    float: left;
    margin-left: 15px;
    text-align: center;
    line-height: 100%;
    vertical-align: middle; }
    ul#mini-nav li.list-box a {
      padding: 10px;
      display: block; }
      ul#mini-nav li.list-box a i {
        color: #ffffff;
        font-size: 18px;
        text-shadow: 2px 0 2px #000000; }
    ul#mini-nav li.list-box:hover a i {
      color: #e77338; }
    ul#mini-nav li.list-box .info-label {
      position: absolute;
      top: -4px;
      right: -4px;
      color: #ffffff;
      font-size: 10px;
      text-align: center;
      line-height: 20px;
      width: 20px;
      height: 20px;
      -webkit-border-radius: 50% 50% 50% 0;
      -moz-border-radius: 50% 50% 50% 0;
      border-radius: 50% 50% 50% 0; }
    ul#mini-nav li.list-box .noti-label {
      position: absolute;
      top: 4px;
      right: 4px;
      line-height: 10px;
      width: 10px;
      height: 10px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px;
      opacity: 0.8; }
  ul#mini-nav li.list-box:last-child a {
    padding-right: 0 !important; }
  ul#mini-nav .dropdown-menu {
    padding: 0;
    min-width: 320px;
    float: left;
    position: absolute;
    right: 0 !important;
    top: 42px;
    left: inherit;
    border: 1px solid #dedeea;
    border-top: 3px solid #dedeea;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none; }
    ul#mini-nav .dropdown-menu:before {
      content: "";
      position: absolute;
      top: -12px;
      right: 10px;
      border-bottom: 10px solid #dedeea;
      border-right: 10px solid transparent; }
    ul#mini-nav .dropdown-menu form {
      padding: 15px; }
  ul#mini-nav .dropdown-header {
    background: #fdfdfe;
    padding: 10px 15px;
    color: #1C2939;
    font-size: 13px;
    font-weight: 600; }
  ul#mini-nav .dropdown-footer {
    border-top: 1px solid #f4f4f8;
    padding: 10px 15px;
    color: #1C2939;
    font-size: 11px; }
    ul#mini-nav .dropdown-footer i {
      font-size: 12px;
      margin-left: 4px;
      vertical-align: middle;
      color: #91c46b; }
  ul#mini-nav #toggleMenu {
    background-color: #91c46b;
    -webkit-box-shadow: 0 0 10px #5e9039 inset;
    -moz-box-shadow: 0 0 10px #5e9039 inset;
    box-shadow: 0 0 10px #5e9039 inset;
    height: 36px;
    width: 36px;
    margin: 0 10px 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #76b448; }
    ul#mini-nav #toggleMenu i {
      font-size: 20px;
      color: #ffffff;
      vertical-align: middle; }
    ul#mini-nav #toggleMenu:focus {
      outline: none;
      border: 0; }

ul#left-nav li {
  cursor: pointer;
  text-align: center;
  line-height: 100%;
  vertical-align: middle; }
  ul#left-nav li a {
    padding: 12px 5px;
    line-height: 32px;
    display: block;
    width: 48px;
    height: 60px;
    position: relative; }
    ul#left-nav li a i {
      color: #ffffff;
      font-size: 24px;
      margin-top: 4px; }
  ul#left-nav li:hover a i {
    color: #c0cfe0; }
  ul#left-nav li .info-label {
    position: absolute;
    top: -5px;
    right: -10px;
    line-height: 10px;
    width: 14px;
    height: 14px;
    background: #e77338;
    border: 2px solid #ffffff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; }
  ul#left-nav li .msg-chats {
    position: relative;
    top: 4px; }
    ul#left-nav li .msg-chats img {
      position: absolute;
      width: 30px;
      height: 30px;
      left: 0;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px; }
    ul#left-nav li .msg-chats img.add-user {
      position: absolute;
      left: 15px;
      -webkit-transition: All 0.5s ease;
      -moz-transition: All 0.5s ease;
      -ms-transition: All 0.5s ease;
      -o-transition: All 0.5s ease;
      transition: All 0.5s ease; }
    ul#left-nav li .msg-chats:hover img.add-user {
      left: 20px; }
ul#left-nav .dropdown-menu {
  padding: 0;
  min-width: 320px;
  float: left;
  position: absolute;
  left: 0 !important;
  top: 50px;
  left: inherit;
  border: 1px solid #dedeea;
  border-top: 3px solid #dedeea;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none; }
  ul#left-nav .dropdown-menu:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 14px;
    border-bottom: 7px solid #dedeea;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent; }
  ul#left-nav .dropdown-menu form {
    padding: 15px; }
ul#left-nav .dropdown-header {
  background: #fdfdfe;
  padding: 10px 15px;
  color: #1C2939;
  font-size: 13px;
  font-weight: 600;
  float: none;
  text-align: left;
  margin-right: 0; }
ul#left-nav .dropdown-footer {
  border-top: 1px solid #dedeea;
  padding: 10px 15px;
  color: #1C2939;
  font-size: 11px;
  margin-right: 0;
  float: none;
  text-align: left; }

@media (max-width: 767px) {
  ul#left-nav {
    display: none; } }
.quicklinks a {
  padding: 10px !important;
  text-align: center;
  color: #4d4d4d;
  font-size: 12px; }
  .quicklinks a i {
    font-size: 30px !important;
    margin-bottom: 5px; }
  .quicklinks a p {
    padding-top: 5px;
    margin-bottom: 0; }

ul.progress-stats {
  padding: 10px;
  margin: 0;
  text-align: left; }
  ul.progress-stats li {
    padding: 10px 15px;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    transition: All 0.5s ease;
    background-color: #ffffff;
    margin-bottom: 4px; }
    ul.progress-stats li:last-child {
      margin-bottom: 0px; }
    ul.progress-stats li:hover {
      background: white;
      cursor: pointer; }
    ul.progress-stats li .progress-info {
      margin-bottom: 5px;
      line-height: 18px;
      font-size: 11px; }
      ul.progress-stats li .progress-info strong {
        margin-right: 3px;
        font-size: 13px; }
    ul.progress-stats li.plain {
      padding: 5px 0px;
      border: 0 !important;
      font-weight: 600;
      display: block;
      font-size: 14px;
      background: transparent;
      display: block; }
      ul.progress-stats li.plain .btn {
        float: right; }
        ul.progress-stats li.plain .btn i {
          color: #ffffff !important;
          font-size: 16px; }

ul.reviews li {
  background: #eeeef4;
  padding: 10px 15px;
  margin: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }
  ul.reviews li .user-pic {
    float: left; }
    ul.reviews li .user-pic img {
      height: 48px;
      width: 48px;
      -webkit-border-radius: 20%;
      -moz-border-radius: 20%;
      border-radius: 20%; }
  ul.reviews li .review-details {
    margin-left: 60px; }
    ul.reviews li .review-details h4 {
      margin: 0;
      padding: 0 0 8px 0;
      font-size: 13px;
      color: #1C2939;
      border-bottom: 1px dotted #ebebf2; }
      ul.reviews li .review-details h4 i {
        float: right;
        font-size: 18px;
        color: #666666;
        padding-left: 10px;
        border-left: 1px solid #ebebf2; }
        ul.reviews li .review-details h4 i:hover {
          color: #6e91cb; }
    ul.reviews li .review-details h5 {
      margin: 8px 0 0 0;
      padding: 0;
      font-size: 11px;
      color: #999999; }
      ul.reviews li .review-details h5 .left-info {
        float: left;
        margin-right: 10px; }
        ul.reviews li .review-details h5 .left-info i {
          margin-right: 3px;
          color: #e77338;
          font-size: 16px;
          vertical-align: middle; }
  ul.reviews li:hover {
    background: #f1f1f6; }

.meeting-container .meeting-block {
  padding: 10px; }
  .meeting-container .meeting-block .meeting-with {
    float: left;
    position: relative; }
    .meeting-container .meeting-block .meeting-with img {
      width: 32px;
      height: 32px; }
  .meeting-container .meeting-block .meeting-personal {
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    margin-left: 40px; }
    .meeting-container .meeting-block .meeting-personal h5 {
      margin: 0;
      padding: 0;
      font-size: 12px; }
      .meeting-container .meeting-block .meeting-personal h5 span {
        color: #999999;
        display: inline-block;
        font-size: 11px; }
    .meeting-container .meeting-block .meeting-personal span {
      color: #4d4d4d;
      text-transform: uppercase;
      display: block;
      margin-bottom: 3px; }
.meeting-container .group-meeting {
  background: #f4f4f8;
  padding: 15px;
  text-align: left; }
  .meeting-container .group-meeting h5 {
    margin: 0 0 5px 0;
    padding: 0;
    color: #1C2939;
    text-shadow: 0 0 1px #ffffff; }
  .meeting-container .group-meeting p.meeting-day {
    font-size: 11px;
    color: #1C2939;
    line-height: 14px;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #d5d5e4;
    text-shadow: 0 0 1px #ffffff;
    margin-bottom: 10px; }
  .meeting-container .group-meeting .meeting-with img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    display: inline-block;
    border: 2px solid #94add8; }
  .meeting-container .group-meeting .meeting-with .total-users {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: #F782AA;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    font-size: 13px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; }

ul.imp-notify {
  text-align: left; }
  ul.imp-notify li {
    padding: 10px;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    transition: All 0.5s ease;
    background: #ffffff;
    margin-bottom: 2px; }
    ul.imp-notify li:last-child {
      margin-bottom: 0px; }
    ul.imp-notify li:hover {
      background: #fafafc;
      cursor: pointer; }
    ul.imp-notify li .icon {
      float: left; }
      ul.imp-notify li .icon img {
        width: 48px;
        height: 48px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px; }
    ul.imp-notify li .details {
      line-height: 18px;
      font-size: 11px;
      display: block;
      background: transparent;
      border: none;
      width: auto;
      margin-left: 60px; }
      ul.imp-notify li .details strong {
        margin-right: 3px;
        font-size: 13px;
        display: block; }
        ul.imp-notify li .details strong span {
          float: right;
          font-size: 11px;
          display: inline-block; }
      ul.imp-notify li .details span {
        display: block; }

.browser-stats {
  text-align: center;
  color: #4d4d4d; }
  .browser-stats .block {
    display: inline-block;
    width: 31%;
    text-align: center;
    margin: 0 auto 20px auto;
    font-weight: 800; }
    .browser-stats .block i {
      font-style: italic;
      color: #4d4d4d; }
    .browser-stats .block span.browser {
      font-size: 48px;
      display: block;
      margin-bottom: 7px; }

.user-account {
  padding-bottom: 20px; }
  .user-account .user-bg {
    background: url(../img/bg.png) repeat;
    background-position: bottom center;
    height: 350px;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  .user-account .user-pic {
    height: 150px;
    width: 150px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    top: 20px; }
    .user-account .user-pic img {
      -webkit-border-radius: 30% 30% 30% 0;
      -moz-border-radius: 30% 30% 30% 0;
      border-radius: 30% 30% 30% 0;
      border: 3px solid rgba(0, 0, 0, 0.4);
      height: 150px;
      width: 150px; }
  .user-account .user-details {
    position: absolute;
    top: 210px;
    text-align: center;
    margin: auto;
    left: 15px;
    right: 15px; }
  .user-account h4.user-name {
    color: #ffffff;
    text-align: center;
    margin: 0;
    padding: 0; }
  .user-account h5.description {
    color: #ffffff;
    margin: 10px 0 0 0;
    text-align: center;
    font-weight: 100;
    line-height: 21px; }
  .user-account .social-list {
    margin: 0;
    position: absolute;
    bottom: 20px;
    left: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.3);
    height: 60px;
    border-top: 1px solid rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px; }
    .user-account .social-list h3 {
      color: #ffffff;
      padding: 0;
      margin: 7px 0 0 0; }
    .user-account .social-list small {
      color: #ffffff; }

.activity-stream {
  margin-left: 2em;
  border-left: 1px solid #dedeea;
  padding-left: 1.5em; }
  .activity-stream li {
    border: 1px solid #dedeea;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 1.2em;
    margin: 1em;
    display: block;
    position: relative;
    /* Stroke */
    /* Fill */ }
    .activity-stream li .icon {
      height: 36px;
      width: 36px;
      padding: 8px 11px;
      color: #ffffff;
      text-align: center;
      line-height: 21px;
      font-size: 14px;
      box-sizing: border-box;
      display: block;
      position: absolute;
      left: -51px;
      top: 0;
      -webkit-border-radius: 30% 30% 0 30%;
      -moz-border-radius: 30% 30% 0 30%;
      border-radius: 30% 30% 0 30%; }
    .activity-stream li:before, .activity-stream li:after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-color: transparent;
      border-left: 0; }
    .activity-stream li:before {
      top: 1em;
      left: -8px;
      /* If 1px darken stroke slightly */
      border-right-color: #dedeea;
      border-width: 7px; }
    .activity-stream li:after {
      top: 1em;
      left: -7px;
      border-right-color: #ffffff;
      border-width: 7px; }
    .activity-stream li .stream-footer {
      background-color: #f4f4f8;
      padding: 10px;
      font-size: 12px;
      color: #66757f; }
      .activity-stream li .stream-footer .comments {
        float: left; }
        .activity-stream li .stream-footer .comments i {
          margin-right: 5px;
          font-size: 16px; }
      .activity-stream li .stream-footer .likes {
        float: right; }
        .activity-stream li .stream-footer .likes i {
          margin-right: 5px;
          font-size: 16px; }
    .activity-stream li h5 {
      margin: 0 0 10px 0;
      padding: 0; }

ul.online-users li a {
  position: relative;
  display: block;
  padding: 5px 0;
  border-bottom: 1px solid #dedeea; }
  ul.online-users li a img {
    margin-right: 3px;
    width: 16px;
    height: 16px; }
  ul.online-users li a .user-name {
    display: inline-block; }
  ul.online-users li a .online, ul.online-users li a .busy, ul.online-users li a .away {
    position: absolute;
    top: 10px;
    right: 0;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #91c46b; }
    ul.online-users li a .online.busy, ul.online-users li a .busy.busy, ul.online-users li a .away.busy {
      background: #e77338; }
    ul.online-users li a .online.away, ul.online-users li a .busy.away, ul.online-users li a .away.away {
      background: #FFD06B; }

.dashboard-wrapper {
  margin: 0 auto;
  text-align: left;
  margin-left: 0px;
  position: relative;
  padding: 0;
  min-height: 900px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #f4f4f8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

@media (min-width: 992px) {
  .dashboard-wrapper {
    margin-left: 100px; }

  .dashboard-wrapper-lg {
    margin-left: 230px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; } }
.main-container {
  position: relative;
  padding: 10px 5px;
  min-height: 1060px; }

.main-container-sm {
  position: relative;
  padding: 0;
  min-height: 960px; }
  .main-container-sm .top-bar {
    margin-bottom: 0; }

.content-wrapper {
  margin-right: 230px; }

.off-canvas-wrapper {
  position: absolute;
  right: 0;
  top: -8px;
  width: 230px;
  padding: 10px;
  background: #ebebf2;
  bottom: -10px; }

@media (min-width: 768px) and (max-width: 991px) {
  .content-wrapper {
    margin-right: 0; }

  .off-canvas-wrapper {
    display: none; } }
@media (max-width: 767px) {
  .content-wrapper {
    margin-right: 0; }

  .off-canvas-wrapper {
    display: none; } }
ul.menu {
  margin: 0;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  ul.menu li {
    position: relative; }
    ul.menu li a {
      display: block;
      padding: 10px 20px;
      color: #b3b3b3;
      line-height: 20px;
      font-size: 14px;
      position: relative;
      border-bottom: 1px solid #363636;
      border-top: 1px solid #141414; }
      ul.menu li a .menu-item {
        padding-left: 15px;
        -webkit-transition: opacity 1s ease-out;
        -moz-transition: opacity 1s ease-out;
        -ms-transition: opacity 1s ease-out;
        -o-transition: opacity 1s ease-out;
        transition: opacity 1s ease-out; }
      ul.menu li a:hover {
        color: #EAEAEA; }
      ul.menu li a .label {
        width: 6px;
        height: 6px;
        padding: 0;
        margin-left: 10px;
        display: inline-block;
        position: absolute;
        top: 15px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px; }
    ul.menu li ul li {
      min-height: 32px;
      line-height: 32px;
      -webkit-transition: All 0.3s ease-in-out;
      -moz-transition: All 0.3s ease-in-out;
      -ms-transition: All 0.3s ease-in-out;
      -o-transition: All 0.3s ease-in-out;
      transition: All 0.3s ease-in-out; }
      ul.menu li ul li a {
        padding: 7px 15px 7px 58px;
        font-size: 13px;
        border: 0; }
      ul.menu li ul li:hover {
        background-color: #333333;
        text-shadow: none; }
    ul.menu li .current {
      color: #ffffff; }
    ul.menu li .down-arrow {
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      position: absolute;
      right: 15px;
      top: 10px;
      font-size: 16px; }
      ul.menu li .down-arrow:after {
        content: "\e960";
        font-family: 'icomoon' !important;
        position: absolute;
        top: 0;
        right: 0;
        color: #808080; }
    ul.menu li.active > a {
      color: #ffffff;
      text-shadow: none; }
    ul.menu li.active .down-arrow {
      -webkit-transition: all 1s ease-in;
      -moz-transition: all 1s ease-in;
      -ms-transition: all 1s ease-in;
      -o-transition: all 1s ease-in;
      transition: all 1s ease-in;
      position: absolute;
      right: 15px;
      top: 10px;
      font-size: 16px; }
      ul.menu li.active .down-arrow:after {
        content: "\e963";
        font-family: 'icomoon' !important;
        position: absolute;
        top: 0;
        right: 0;
        color: #8da7c7; }
    ul.menu li.selected > a {
      background: #6e91cb;
      background: -moz-linear-gradient(top, #6e91cb 0%, #6487c1 1%, #395d98 16%, #3d64a5 54%, #24406f 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #6e91cb 0%, #6487c1 1%, #395d98 16%, #3d64a5 54%, #24406f 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #6e91cb 0%, #6487c1 1%, #395d98 16%, #3d64a5 54%, #24406f 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e91cb', endColorstr='#24406f',GradientType=0 );
      /* IE6-9 */
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      color: #ffffff;
      text-shadow: none; }
    ul.menu li.selected:after {
      position: absolute;
      content: "";
      right: -2px;
      top: 10px;
      border-right: 11px solid #f4f4f8;
      border-top: 11px solid transparent;
      border-bottom: 11px solid transparent; }
    ul.menu li:first-child a {
      border-top: none; }
    ul.menu li:last-child a {
      border-bottom: none; }
  ul.menu i {
    font-size: 20px;
    width: 20px;
    vertical-align: top;
    display: inline-block; }

@media (max-width: 991px) {
  ul.menu li.active:after {
    right: 0px;
    border-right: 0; } }
.vertical-nav {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  left: -240px;
  top: 0;
  bottom: 0px;
  width: 230px;
  z-index: 1000;
  background: #262626; }

.vertical-nav-opened {
  left: 0; }

.collapse-menu {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  top: 12px;
  left: 12px;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  color: #D0D0D0;
  background-color: #353535;
  text-align: left;
  z-index: 100;
  cursor: pointer;
  display: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  .collapse-menu:hover {
    color: #ffffff;
    text-shadow: 0 0 10px #000000;
    opacity: 1; }
  .collapse-menu:focus {
    outline: none;
    border: 0; }
  .collapse-menu i {
    display: block;
    font-size: 20px;
    text-align: center; }

@media (min-width: 992px) {
  .collapse-menu {
    display: block; }

  .vertical-nav {
    width: 230px;
    left: 0; }

  .vertical-nav-sm {
    width: 100px; }
    .vertical-nav-sm .logo img {
      max-width: 60px; }
    .vertical-nav-sm .user-info {
      margin: 30px 10px 20px 10px; }
      .vertical-nav-sm .user-info .user-img {
        width: 48px; }
        .vertical-nav-sm .user-info .user-img img {
          width: 48px;
          height: 48px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%; }
        .vertical-nav-sm .user-info .user-img .likes-info {
          position: absolute;
          bottom: 5px;
          right: -5px; }
    .vertical-nav-sm ul.menu {
      margin: 0 26px; }
      .vertical-nav-sm ul.menu li a {
        padding: 10px 15px;
        border: 0; }
      .vertical-nav-sm ul.menu li .menu-item {
        display: none; }
      .vertical-nav-sm ul.menu li.active a .down-arrow {
        display: none; }
      .vertical-nav-sm ul.menu li.active:after {
        content: none; }
      .vertical-nav-sm ul.menu li .current {
        background: #91c46b;
        color: #ffffff !important; }
      .vertical-nav-sm ul.menu li:hover {
        width: 200px;
        background: #353535; }
        .vertical-nav-sm ul.menu li:hover a {
          color: #ffffff; }
          .vertical-nav-sm ul.menu li:hover a .down-arrow {
            display: none; }
        .vertical-nav-sm ul.menu li:hover .menu-item {
          display: block;
          position: absolute;
          left: 50px;
          top: 10px;
          padding-left: 0; }
        .vertical-nav-sm ul.menu li:hover ul {
          display: block;
          position: absolute;
          left: 50px;
          top: 40px;
          background: #353535;
          width: 150px;
          padding: 7px 0;
          z-index: 10;
          border-top: 0; }
          .vertical-nav-sm ul.menu li:hover ul li {
            width: 140px;
            margin: 0 5px;
            min-height: 30px;
            line-height: 30px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-transition: background-color 0.3s ease-in-out;
            -moz-transition: background-color 0.3s ease-in-out;
            -ms-transition: background-color 0.3s ease-in-out;
            -o-transition: background-color 0.3s ease-in-out;
            transition: background-color 0.3s ease-in-out; }
            .vertical-nav-sm ul.menu li:hover ul li a {
              padding: 5px 10px;
              color: #808080;
              text-shadow: none;
              font-size: 12px; }
            .vertical-nav-sm ul.menu li:hover ul li:hover {
              background: #595959; }
              .vertical-nav-sm ul.menu li:hover ul li:hover a {
                color: #ffffff;
                text-shadow: none; }
      .vertical-nav-sm ul.menu ul {
        display: none; }
      .vertical-nav-sm ul.menu .down-arrow {
        right: 0px;
        display: none; } }
ul.views {
  margin-bottom: 15px; }
  ul.views li {
    position: relative;
    border-bottom: 1px dotted #3e5a7d;
    padding: 5px 0; }
    ul.views li i {
      padding-top: 4px;
      float: left;
      width: 15px;
      font-size: 14px;
      color: #afc1d8;
      position: relative; }
      ul.views li i:after {
        position: absolute;
        right: 0;
        top: 0;
        content: "\f10c";
        font: normal normal normal 8px/1 FontAwesome; }
      ul.views li i.red {
        color: #e77338; }
    ul.views li .detail-info {
      margin-left: 22px;
      padding: 5px 0; }
      ul.views li .detail-info p {
        line-height: 12px;
        color: #afc1d8;
        padding: 0;
        margin: 0; }
    ul.views li .label {
      position: absolute;
      right: 0;
      top: 10px;
      background: #a8bcd4;
      color: #1C2939; }
      ul.views li .label.red {
        background: #e77338;
        color: #ffffff; }
    ul.views li:hover {
      cursor: pointer; }

.custom-search {
  position: relative;
  z-index: 1005;
  float: right;
  padding: 0; }
  .custom-search ::-webkit-input-placeholder {
    color: #71828d; }
  .custom-search :-moz-placeholder {
    color: #71828d; }
  .custom-search ::-moz-placeholder {
    color: #71828d; }
  .custom-search :-ms-input-placeholder {
    color: #71828d; }
  .custom-search .search-query {
    margin: 0;
    padding: 6px 10px;
    color: #333333;
    font-style: italic;
    background: #ffffff;
    border: none;
    width: 210px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    line-height: 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px; }
    .custom-search .search-query:focus {
      outline: none;
      border: 0;
      width: 260px;
      border: none;
      background: #ffffff; }
  .custom-search i {
    padding: 24px 0 0 10px;
    cursor: pointer;
    top: 0;
    position: absolute;
    right: 12px;
    color: #66757f; }

.top-bar {
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  -moz-box-shadow: 0 0 2px #7e7ead;
  /* FF3.5+ */
  -webkit-box-shadow: 0 0 2px #7e7ead;
  /* Saf3.0+, Chrome */
  box-shadow: 0 0 2px #7e7ead;
  /* Opera 10.5, IE9 */
  margin-bottom: 10px;
  background-color: #f4f4f8; }
  .top-bar .page-title {
    display: inline-block;
    float: left; }
    .top-bar .page-title h4 {
      margin: 0;
      padding: 0;
      color: #1C2939;
      font-size: 21px;
      line-height: 70px; }
      .top-bar .page-title h4 .samll {
        font-size: 12px;
        padding-left: 8px; }
      .top-bar .page-title h4 .fa {
        font-size: 14px;
        padding-left: 3px;
        color: #e77338; }
  .top-bar ul.sales-stats {
    float: right;
    line-height: 26px; }
    .top-bar ul.sales-stats li {
      border-left: 1px solid #dedeea;
      padding: 0 24px;
      margin: 17px 0;
      float: left;
      text-align: right; }
      .top-bar ul.sales-stats li:first-child {
        border-left: none;
        padding-left: 0; }
      .top-bar ul.sales-stats li:last-child {
        padding-right: 0; }
      .top-bar ul.sales-stats li h4 {
        color: #1a1a1a;
        margin: 0;
        padding: 0;
        font-size: 21px; }
        .top-bar ul.sales-stats li h4 i {
          font-size: 16px;
          margin-left: 3px; }
          .top-bar ul.sales-stats li h4 i.up {
            color: #91c46b; }
          .top-bar ul.sales-stats li h4 i.down {
            color: #e77338; }
      .top-bar ul.sales-stats li h5 {
        padding: 0;
        margin: 0;
        color: #333333;
        font-size: 12px; }
      .top-bar ul.sales-stats li .sales-details {
        float: left;
        margin-left: 5px; }
      .top-bar ul.sales-stats li .sales-block {
        float: left;
        position: relative;
        height: 30px;
        text-align: center;
        top: 11px;
        margin-right: 12px; }

ul.right-stats {
  float: right;
  height: 70px;
  line-height: 70px; }
  ul.right-stats li {
    display: inline-block;
    margin-right: 20px;
    position: relative; }
    ul.right-stats li:last-child {
      margin-right: 0; }
    ul.right-stats li a.btn i {
      font-size: 16px; }
    ul.right-stats li .sb-open-right {
      -webkit-border-radius: 100% 0 100% 100%;
      -moz-border-radius: 100% 0 100% 100%;
      border-radius: 100% 0 100% 100%;
      width: 36px;
      height: 36px;
      line-height: 36px;
      padding: 0;
      position: relative; }
      ul.right-stats li .sb-open-right i {
        position: relative; }
        ul.right-stats li .sb-open-right i:after {
          content: "";
          width: 6px;
          height: 6px;
          background: #FFD06B;
          position: absolute;
          top: 0;
          right: -4px; }
    ul.right-stats li #reportrange {
      background: #ffffff;
      border: 1px solid #dedeea;
      color: #1C2939;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px; }
      ul.right-stats li #reportrange i {
        color: #6e91cb;
        margin-right: 5px;
        font-size: 14px; }
      ul.right-stats li #reportrange span {
        font-size: 13px; }
      ul.right-stats li #reportrange .caret {
        border-top: 4px solid #1C2939;
        margin: 0 0 0 5px; }

@media (max-width: 767px) {
  .top-bar {
    height: 48px;
    line-height: 48px;
    box-shadow: 0 1px 2px 0 #1C2939; }
    .top-bar .page-title h4 {
      font-size: 16px;
      line-height: 48px; }

  .right-stats {
    display: none; } }
.view-sidebar-arrow {
  background: url(../img/arrow-img.png) no-repeat;
  position: absolute;
  top: 44px;
  right: 12px;
  width: 200px;
  height: 80px;
  background-size: 100%; }

#reportrange {
  background: #ffffff;
  padding: 9px 12px;
  border: 1px solid #dedeea;
  color: #596268;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

#reportrange i {
  color: #91c46b;
  margin-right: 5px;
  font-size: 14px; }

#reportrange span {
  font-size: 13px; }

#reportrange .caret {
  border-top: 4px solid #596268;
  margin: 0 0 0 5px; }

.sale-details .icon-type {
  height: 30px;
  width: 60px;
  background: #e77338;
  position: relative;
  margin-right: 10px;
  top: 7px;
  text-align: center; }
  .sale-details .icon-type:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 20px solid #e77338; }
  .sale-details .icon-type:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 20px solid #e77338; }
  .sale-details .icon-type i {
    font-size: 32px;
    text-align: center;
    color: #ffffff; }
  .sale-details .icon-type.green {
    background: #91c46b; }
    .sale-details .icon-type.green:before {
      border-bottom: 20px solid #91c46b; }
    .sale-details .icon-type.green:after {
      border-top: 20px solid #91c46b; }
  .sale-details .icon-type.blue {
    background: #6e91cb; }
    .sale-details .icon-type.blue:before {
      border-bottom: 20px solid #6e91cb; }
    .sale-details .icon-type.blue:after {
      border-top: 20px solid #6e91cb; }
  .sale-details .icon-type.yellow {
    background: #FFD06B; }
    .sale-details .icon-type.yellow:before {
      border-bottom: 20px solid #FFD06B; }
    .sale-details .icon-type.yellow:after {
      border-top: 20px solid #FFD06B; }
  .sale-details .icon-type.grey {
    background: gray; }
    .sale-details .icon-type.grey:before {
      border-bottom: 20px solid gray; }
    .sale-details .icon-type.grey:after {
      border-top: 20px solid gray; }
.sale-details .sale-num {
  margin-left: 10px; }
  .sale-details .sale-num h4 {
    font-size: 24px;
    margin: 10px 0 0 65px;
    padding: 0;
    font-weight: 600;
    color: #404040;
    position: relative; }
    .sale-details .sale-num h4 .label {
      position: absolute;
      right: 0;
      top: -14px;
      font-size: 9px; }
  .sale-details .sale-num p {
    font-size: 12px;
    margin: 0 0 10px 65px;
    padding: 0;
    text-transform: uppercase;
    color: #404040; }

.sale-board .icon-type {
  height: 30px;
  width: 60px;
  background: #e77338;
  position: relative;
  top: 0;
  text-align: center;
  margin: 30px auto 35px auto; }
  .sale-board .icon-type:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 20px solid #e77338; }
  .sale-board .icon-type:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 20px solid #e77338; }
  .sale-board .icon-type i {
    font-size: 32px;
    text-align: center;
    color: #ffffff; }
  .sale-board .icon-type.green {
    background: #91c46b; }
    .sale-board .icon-type.green:before {
      border-bottom: 20px solid #91c46b; }
    .sale-board .icon-type.green:after {
      border-top: 20px solid #91c46b; }
  .sale-board .icon-type.blue {
    background: #6e91cb; }
    .sale-board .icon-type.blue:before {
      border-bottom: 20px solid #6e91cb; }
    .sale-board .icon-type.blue:after {
      border-top: 20px solid #6e91cb; }
  .sale-board .icon-type.yellow {
    background: #FFD06B; }
    .sale-board .icon-type.yellow:before {
      border-bottom: 20px solid #FFD06B; }
    .sale-board .icon-type.yellow:after {
      border-top: 20px solid #FFD06B; }
  .sale-board .icon-type.grey {
    background: gray; }
    .sale-board .icon-type.grey:before {
      border-bottom: 20px solid gray; }
    .sale-board .icon-type.grey:after {
      border-top: 20px solid gray; }
.sale-board .img-type {
  height: 60px;
  width: 60px;
  margin: 15px auto 5px auto;
  text-align: center; }
  .sale-board .img-type img {
    max-width: 48px; }
.sale-board ul.sale-by-day {
  margin: 10px 0 5px 0; }
  .sale-board ul.sale-by-day li {
    width: 50%;
    margin: 0;
    padding: 0 15px;
    border-right: 1px solid #dedeea;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left; }
    .sale-board ul.sale-by-day li:last-child {
      border-right: 0; }
    .sale-board ul.sale-by-day li h5.week-day {
      margin: 0;
      padding: 0;
      font-size: 12px; }
    .sale-board ul.sale-by-day li h4.sale-rate {
      margin: 0;
      padding: 0;
      font-size: 21px;
      color: #1a1a1a; }
      .sale-board ul.sale-by-day li h4.sale-rate sup {
        font-size: 12px;
        top: -10px; }
      .sale-board ul.sale-by-day li h4.sale-rate span {
        font-size: 12px; }
.sale-board h4.heading-sm {
  text-transform: uppercase;
  margin: 12px 0; }
.sale-board h5.heading-sm {
  font-size: 14px;
  margin: 15px 0 5px 0; }

.social-details .social-icon {
  height: 60px;
  width: 36px;
  margin-right: 10px; }
  .social-details .social-icon img {
    max-width: 36px;
    margin: 10px 0; }
  .social-details .social-icon .round-icon {
    border: 1px solid #e77338;
    height: 40px;
    width: 40px;
    text-align: center;
    margin: 10px 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px; }
    .social-details .social-icon .round-icon i {
      font-size: 30px;
      line-height: 38px;
      vertical-align: middle;
      color: #e77338; }
    .social-details .social-icon .round-icon.fb-icon {
      border: 1px solid #3B5998; }
      .social-details .social-icon .round-icon.fb-icon i {
        color: #3B5998; }
    .social-details .social-icon .round-icon.tw-icon {
      border: 1px solid #55ACEE; }
      .social-details .social-icon .round-icon.tw-icon i {
        color: #55ACEE; }
    .social-details .social-icon .round-icon.linkedin-icon {
      border: 1px solid #007BB5; }
      .social-details .social-icon .round-icon.linkedin-icon i {
        color: #007BB5; }
    .social-details .social-icon .round-icon.gplus-icon {
      border: 1px solid #E02F2F; }
      .social-details .social-icon .round-icon.gplus-icon i {
        color: #E02F2F; }
    .social-details .social-icon .round-icon.green-icon {
      border: 1px solid #91c46b; }
      .social-details .social-icon .round-icon.green-icon i {
        color: #91c46b; }
    .social-details .social-icon .round-icon.pink-icon {
      border: 1px solid #F782AA; }
      .social-details .social-icon .round-icon.pink-icon i {
        color: #F782AA; }
    .social-details .social-icon .round-icon.yellow-icon {
      border: 1px solid #FFD06B; }
      .social-details .social-icon .round-icon.yellow-icon i {
        color: #FFD06B; }
    .social-details .social-icon .round-icon.blue-icon {
      border: 1px solid #6e91cb; }
      .social-details .social-icon .round-icon.blue-icon i {
        color: #6e91cb; }
.social-details .social-num {
  margin-left: 10px; }
  .social-details .social-num h4 {
    font-size: 24px;
    margin: 0 0 0 40px;
    padding: 0;
    position: relative; }
    .social-details .social-num h4 .label {
      position: absolute;
      right: 0;
      top: 7px;
      min-width: 32px;
      font-size: 9px; }
  .social-details .social-num p {
    font-size: 12px;
    margin: 0 0 8px 40px;
    padding: 0; }
  .social-details .social-num .progress {
    margin: 0 0 0 40px; }

@media (max-width: 767px) {
  .social-details .social-num .label {
    display: none; } }
.stats-wrapper {
  margin: 0 -15px;
  border-bottom: 1px solid whitesmoke; }
  .stats-wrapper > div {
    background: #ffffff;
    margin: 0;
    border-left: 1px solid whitesmoke; }
    .stats-wrapper > div > div {
      border-right: 1px solid whitesmoke;
      overflow: hidden;
      padding: 0; }
    .stats-wrapper > div h1 {
      margin: 0;
      padding: 0;
      color: #000000;
      display: inline-block;
      font-weight: 600;
      font-size: 21px;
      line-height: 20px; }
      .stats-wrapper > div h1 i {
        margin-left: 0;
        font-size: 12px; }
    .stats-wrapper > div p {
      font-size: 13px;
      color: #333333;
      border-bottom: 1px solid #f2f2f2;
      margin: 0 0 3px 0;
      padding: 0 0 3px 0; }

.stock-wraper {
  height: 118px;
  padding: 0;
  border: 1px solid #dedeea;
  background: white; }
  .stock-wraper .carousel {
    height: 118px; }
  .stock-wraper .carousel-indicators .active {
    background: #91c46b; }
  .stock-wraper .carousel-indicators li {
    border: 1px solid #6e91cb; }
  .stock-wraper .carousel-control {
    color: #6e91cb;
    text-shadow: none;
    top: auto;
    bottom: 10px; }
    .stock-wraper .carousel-control.left, .stock-wraper .carousel-control.right {
      background-image: none; }
  .stock-wraper .stock-data {
    position: relative;
    color: #6e91cb;
    height: 118px; }
    .stock-wraper .stock-data .stock-graph {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
      .stock-wraper .stock-data .stock-graph .inline-sparkline {
        text-align: center;
        margin: auto; }
    .stock-wraper .stock-data .stock-name {
      position: absolute;
      top: 10px;
      left: 15px;
      font-size: 16px;
      text-transform: uppercase; }
    .stock-wraper .stock-data .stock-stats {
      position: absolute;
      right: 15px;
      top: 10px;
      font-size: 13px; }
    .stock-wraper .stock-data .stock-value {
      position: absolute;
      right: 15px;
      bottom: 15px; }

@media screen and (min-width: 768px) {
  .stock-wraper .carousel-indicators {
    bottom: 0; } }
.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #000000 !important;
  border: 1px solid #000000 !important; }

.trends-graph .charlab {
  color: #000000;
  margin: 0; }
.trends-graph .label {
  font-size: 12px;
  line-height: 14px;
  margin-left: 2px;
  color: #000000 !important;
  font-weight: 600; }
  .trends-graph .label p.date {
    font-size: 10px;
    font-weight: normal;
    padding: 0 !important;
    margin: 0 !important; }
  .trends-graph .label p.visits {
    color: #e77338 !important;
    font-weight: normal;
    padding: 0 !important;
    margin: 0 !important; }
  .trends-graph .label p.hits {
    color: #6e91cb !important;
    font-weight: normal;
    padding: 0 !important;
    margin: 0 !important; }

footer {
  border-top: 1px solid #cfcfe0;
  height: 60px;
  line-height: 60px;
  text-align: left;
  font-size: 12px;
  width: 100%;
  padding: 0 20px;
  margin-top: 10px;
  background: #fdfdfe;
  position: relative; }
  footer span {
    color: #e77338; }

.ftr-fixed {
  position: fixed !important;
  bottom: 0;
  height: 48px;
  width: 100%;
  background: -webkit-linear-gradient(top, rgba(83, 203, 180, 0), rgba(0, 132, 180, 0.39));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(83, 203, 180, 0)), to(rgba(0, 132, 180, 0.39)));
  background-image: -webkit-linear-gradient(top, rgba(83, 203, 180, 0), rgba(0, 132, 180, 0.39));
  background-image: -moz-linear-gradient(top, rgba(83, 203, 180, 0), rgba(0, 132, 180, 0.39));
  background-image: -ms-linear-gradient(top, rgba(83, 203, 180, 0), rgba(0, 132, 180, 0.39));
  background-image: -o-linear-gradient(top, rgba(83, 203, 180, 0), rgba(0, 132, 180, 0.39));
  background-image: linear-gradient(top, rgba(83, 203, 180, 0), rgba(0, 132, 180, 0.39)); }

.social-mertics .inline-sparkline {
  margin-bottom: 40px;
  margin-top: 10px; }
.social-mertics h5 {
  margin-bottom: 30px; }
.social-mertics .chart-one {
  position: relative; }
.social-mertics .chart-two {
  position: absolute;
  top: 20px;
  left: 0; }

.inline-sparkline canvas {
  overflow: hidden;
  margin: auto;
  text-align: center; }

.full-chart {
  position: relative;
  width: 100%; }

.demography {
  margin-top: 30px; }
  .demography ul.male-female li {
    margin: 0;
    display: inline-block;
    width: 48%;
    color: #333333;
    text-align: right; }
    .demography ul.male-female li h2 {
      margin: 0;
      padding: 0;
      font-size: 24px; }
      .demography ul.male-female li h2 i {
        margin: 0 5px;
        font-size: 36px; }
    .demography ul.male-female li .male {
      color: #6e91cb; }
    .demography ul.male-female li .female {
      color: #F782AA; }
    .demography ul.male-female li:last-child {
      text-align: left; }
  .demography ul.likes-wrapper {
    margin: 28px 0 0 0; }
    .demography ul.likes-wrapper li {
      text-align: center;
      width: 20%;
      float: left;
      border-right: 1px solid #e6e6e6; }
      .demography ul.likes-wrapper li:last-child {
        border-right: none; }
      .demography ul.likes-wrapper li .percentage-graph span {
        width: 24px;
        height: 24px;
        display: block;
        margin: auto; }
      .demography ul.likes-wrapper li .percentage-graph i {
        margin-top: 3px;
        font-size: 16px;
        color: #4e73a0; }

ul.contacts li.client {
  padding: 8px 0;
  border-bottom: 1px solid #f4f4f8; }
  ul.contacts li.client img.avatar {
    height: 36px;
    width: 36px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    float: left; }
  ul.contacts li.client .client-details {
    margin-left: 50px;
    position: relative; }
    ul.contacts li.client .client-details p {
      margin: 0; }
      ul.contacts li.client .client-details p span.name {
        color: #333333;
        line-height: 16px;
        font-size: 13px;
        display: block;
        margin-bottom: 5px; }
      ul.contacts li.client .client-details p span.email {
        color: #666666;
        line-height: 12px;
        font-size: 11px;
        display: block; }
    ul.contacts li.client .client-details ul.icons-nav {
      position: absolute;
      right: 0;
      top: 8px; }
      ul.contacts li.client .client-details ul.icons-nav li {
        float: left;
        margin-left: 10px; }
        ul.contacts li.client .client-details ul.icons-nav li a {
          padding: 5px; }
          ul.contacts li.client .client-details ul.icons-nav li a i {
            color: #4d4d4d;
            cursor: pointer;
            font-size: 21px; }
            ul.contacts li.client .client-details ul.icons-nav li a i:hover {
              color: #e77338; }
        ul.contacts li.client .client-details ul.icons-nav li:first-child {
          padding-left: 0; }
        ul.contacts li.client .client-details ul.icons-nav li:last-child {
          padding-right: 0; }
  ul.contacts li.client:first-child {
    padding-top: 0; }
  ul.contacts li.client:last-child {
    padding-bottom: 0;
    border-bottom: 0; }

ul.top-clients li {
  position: relative;
  height: 65px;
  display: block;
  padding: 6px 0;
  width: 100%;
  margin-bottom: 13px;
  cursor: pointer;
  overflow: hidden; }
  ul.top-clients li .progress {
    opacity: .8;
    position: absolute;
    height: 3px;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    transition: opacity 0.2s ease-in-out; }
  ul.top-clients li .avatar {
    position: relative;
    float: left;
    width: 48px;
    height: 48px;
    background: #ffffff;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    z-index: 2;
    overflow: hidden; }
    ul.top-clients li .avatar img {
      width: 48px;
      height: 48px;
      -webkit-border-radius: 14px;
      -moz-border-radius: 14px;
      border-radius: 14px; }
  ul.top-clients li .value {
    margin-top: 15px;
    float: right;
    font-weight: 600;
    color: #333333; }
  ul.top-clients li .biz {
    margin-top: 15px;
    margin-left: 10px;
    font-size: 12px;
    float: left; }
    ul.top-clients li .biz p.biz-name {
      float: left;
      font-weight: 600;
      margin: 0; }
    ul.top-clients li .biz .biz-date {
      float: left;
      font-size: 10px;
      font-style: italic;
      margin-left: 15px; }
  ul.top-clients li:last-child {
    margin-bottom: 0; }

ul.friends-list {
  margin: 0 0 21px 0; }
  ul.friends-list li {
    width: 36px;
    height: 36px;
    margin: 3px;
    float: left;
    position: relative; }
    ul.friends-list li img {
      width: 36px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px;
      height: 36px; }
    ul.friends-list li:hover {
      opacity: 0.8; }
  ul.friends-list .status {
    position: absolute;
    top: -2px;
    right: -2px;
    height: 12px;
    width: 12px;
    border: 2px solid #ffffff;
    opacity: 0.9;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; }
  ul.friends-list .online, ul.friends-list .busy, ul.friends-list .away {
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #91c46b; }
    ul.friends-list .online.busy, ul.friends-list .busy.busy, ul.friends-list .away.busy {
      background: #e77338; }
    ul.friends-list .online.away, ul.friends-list .busy.away, ul.friends-list .away.away {
      background: #FFD06B; }

ul.friends-list-sm li {
  width: 44px;
  height: 44px;
  margin: 3px 5px;
  float: left;
  position: relative; }
  ul.friends-list-sm li img {
    width: 44px;
    height: 44px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  ul.friends-list-sm li:hover {
    opacity: 0.8; }
  ul.friends-list-sm li:nth-child(4n+0) {
    margin-right: 0; }
  ul.friends-list-sm li:nth-child(1n+0) {
    margin-left: 0; }
ul.friends-list-sm .status {
  position: absolute;
  top: 2px;
  right: 2px;
  height: 10px;
  width: 10px;
  border: 2px solid #ffffff;
  opacity: 0.9;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; }
ul.friends-list-sm .online, ul.friends-list-sm .busy, ul.friends-list-sm .away {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #91c46b; }
  ul.friends-list-sm .online.busy, ul.friends-list-sm .busy.busy, ul.friends-list-sm .away.busy {
    background: #e77338; }
  ul.friends-list-sm .online.away, ul.friends-list-sm .busy.away, ul.friends-list-sm .away.away {
    background: #FFD06B; }

ul.events-list {
  margin: 10px 0 0 0; }
  ul.events-list li {
    float: left;
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    width: 33.3333%; }
    ul.events-list li p {
      color: #ffffff;
      display: block;
      font-size: 16px; }
    ul.events-list li h4 {
      color: #ffffff;
      margin: 0 0 10px 0;
      padding: 0;
      font-size: 24px; }

.profile .profile-container {
  margin-bottom: 10px;
  text-align: center; }
  .profile .profile-container img.user-img {
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin: 3px;
    text-align: center;
    border: 2px solid #F782AA; }
    .profile .profile-container img.user-img:after {
      background: #FFD06B;
      right: 10px;
      top: 10px;
      height: 24px;
      width: 24px;
      color: #1C2939;
      font-size: 13px;
      content: "9"; }
  .profile .profile-container .desc {
    margin-bottom: 20px;
    color: #ffffff; }
    .profile .profile-container .desc h4 {
      font-size: 21px;
      margin: 0 0 5px 0;
      color: #ffffff; }
    .profile .profile-container .desc p {
      font-size: 11px;
      margin: 0 0 10px 0; }
.profile ul.ftr-link {
  margin: 0;
  padding: 0; }
  .profile ul.ftr-link li {
    display: inline-block;
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 32%; }
    .profile ul.ftr-link li a {
      color: #ffffff;
      display: block;
      text-transform: uppercase;
      font-size: 13px; }
      .profile ul.ftr-link li a:hover {
        color: #ffffff; }
    .profile ul.ftr-link li a i {
      font-size: 18px;
      display: block; }

ul.visits-from {
  margin: 15px 0 0 0; }
  ul.visits-from li {
    margin-bottom: 16px;
    position: relative; }
    ul.visits-from li small {
      font-size: 11px;
      color: #f4f4f8;
      font-style: italic; }
    ul.visits-from li .progress {
      margin: 1px 0 5px 0;
      background: #2d425b; }
    ul.visits-from li .revenue-perc {
      position: absolute;
      right: 0;
      bottom: 6px;
      width: 36px;
      height: 24px;
      line-height: 24px;
      font-size: 12px;
      text-align: center;
      color: #ffffff; }
      ul.visits-from li .revenue-perc.danger {
        background: #e77338; }
      ul.visits-from li .revenue-perc.success {
        background: #91c46b; }
      ul.visits-from li .revenue-perc.info {
        background: #6e91cb; }
      ul.visits-from li .revenue-perc.warning {
        background: #FFD06B; }
    ul.visits-from li:last-child {
      margin-bottom: 0; }

ul.notifications li {
  border-bottom: 1px dotted #e6e6e6;
  padding: 5px 0; }
  ul.notifications li i {
    padding: 6px;
    text-align: center;
    color: #ffffff;
    float: left;
    margin-right: 10px;
    width: 24px; }
  ul.notifications li .details {
    margin-left: 30px; }
    ul.notifications li .details p {
      color: #4d4d4d;
      padding: 0;
      margin: 0;
      line-height: 8px;
      font-size: 11px; }
    ul.notifications li .details small {
      color: #333333; }
  ul.notifications li:last-child {
    border-bottom: none;
    padding-bottom: 0; }

ul.articles {
  margin: 20px 0 0 0; }
  ul.articles li {
    padding: 11px 0;
    border-bottom: 1px dotted #dedeea; }
    ul.articles li:first-child {
      padding-top: 0; }
    ul.articles li:last-child {
      padding-bottom: 0;
      border-bottom: 0; }
  ul.articles a {
    position: relative;
    color: #4d4d4d;
    display: block;
    font-size: 13px;
    line-height: 17px;
    padding-left: 15px; }
    ul.articles a:hover {
      text-decoration: underline !important; }
    ul.articles a .label-bullet {
      position: absolute;
      left: 1px;
      top: 6px;
      width: 0;
      height: 0;
      border: 3px solid #e77338; }
    ul.articles a .date {
      font-size: 10px;
      font-weight: normal;
      display: block;
      font-style: italic; }

ul.users-gallery li {
  width: 20%;
  float: left;
  height: auto; }
  ul.users-gallery li img {
    width: 100%; }

ul.recent-posts li.post {
  padding: 11px 0;
  border-bottom: 1px solid #ebebeb; }
  ul.recent-posts li.post img.blog-avatar {
    height: 36px;
    width: 36px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    float: left; }
  ul.recent-posts li.post .details {
    margin-left: 48px; }
    ul.recent-posts li.post .details h5.blog-title {
      font-size: 13px;
      color: #6e91cb;
      margin: 0 0 6px 0; }
    ul.recent-posts li.post .details p {
      color: #666666;
      margin: 0;
      font-size: 11px; }
      ul.recent-posts li.post .details p i {
        color: #e77338;
        margin-right: 2px;
        font-size: 12px;
        color: #4d4d4d; }
  ul.recent-posts li.post:first-child {
    padding-top: 0; }
  ul.recent-posts li.post:last-child {
    border-bottom: 0;
    padding-bottom: 0; }

ul.news-feed li {
  border-bottom: 1px solid #f2f2f2;
  display: block;
  padding: 6px 0 9px 0;
  width: 100%;
  margin-bottom: 6px;
  cursor: pointer;
  overflow: hidden;
  transition: box-shadow 0.25s ease-in-out; }
  ul.news-feed li .news-type {
    position: relative;
    float: left;
    width: 36px;
    height: 36px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
    ul.news-feed li .news-type i {
      text-align: center;
      line-height: 36px;
      width: 36px;
      color: #ffffff; }
  ul.news-feed li .feed {
    margin-left: 48px;
    font-size: 12px; }
    ul.news-feed li .feed p.feed-name {
      font-weight: 600;
      margin: 0;
      font-size: 13px;
      text-transform: uppercase; }
    ul.news-feed li .feed a.feed-detail {
      font-size: 12px;
      margin: 5px 0 0 0;
      float: left;
      color: #333333; }
      ul.news-feed li .feed a.feed-detail:hover {
        text-decoration: underline; }
  ul.news-feed li:last-child {
    margin-bottom: 0;
    border-bottom: 0; }

#memory {
  margin: auto;
  width: 100%; }

.panel-height-sm {
  height: 139px; }

.chart-height-lg-xx {
  position: relative;
  height: 340px; }

.chart-height-lg-x {
  position: relative;
  height: 255px; }

.chart-height-lgs {
  position: relative;
  height: 208px; }

.chart-height-lg {
  position: relative;
  height: 195px; }

.chart-height {
  position: relative;
  height: 180px; }
  .chart-height .legend div {
    background: transparent !important; }

.chart-height-sm {
  position: relative;
  height: 156px; }

.chart-height-smx {
  position: relative;
  height: 90px; }

.chart-height-xs {
  position: relative;
  height: 56px; }

.donut-lg {
  height: 90px;
  width: 90px; }

.donut-sm {
  height: 42px;
  width: 42px; }

.donut-xs {
  height: 36px;
  width: 36px; }

.legendLabel {
  padding-left: 5px;
  padding-right: 10px;
  font-size: 10px; }

.legendColorBox div {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

.tickLabel {
  color: #4d4d4d;
  font-weight: 400;
  font-size: 11px;
  text-align: left !important; }

#flotTip {
  padding: 0.9em;
  border-radius: 0.2em;
  font-size: 1em !important;
  font-weight: 600;
  z-index: 110 !important; }

.legend div {
  background: transparent !important; }

.google-visualization-table-table {
  width: 100%; }
  .google-visualization-table-table td {
    padding: 6px 10px;
    border: 1px solid #dedeea; }

.google-visualization-table-tr-head .gradient {
  background-color: #dedeea;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#dedeea));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, white, #dedeea);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, white, #dedeea);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, white, #dedeea);
  /* IE10 */
  background-image: -o-linear-gradient(top, white, #dedeea);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, white, #dedeea);
  padding: 6px 10px;
  border: 1px solid #afafcc; }

/*  Easy Pie Charts Container  */
.easy-charts-container {
  text-align: center; }
  .easy-charts-container .easy-pie {
    margin: 0 20px;
    display: inline-block;
    font-size: 18px;
    text-align: center; }
    .easy-charts-container .easy-pie h2.percentage {
      padding: 10px 0 0 0;
      font-size: 24px;
      font-weight: 600;
      margin: 0; }
      .easy-charts-container .easy-pie h2.percentage sup {
        font-size: 60%; }
    .easy-charts-container .easy-pie .name {
      padding: 7px 0 0 0;
      font-size: 13px;
      font-weight: 600;
      margin: 0;
      text-transform: uppercase; }

.easyPieChart {
  position: relative;
  text-align: center; }
  .easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 0; }

#map-container {
  width: 100%;
  background: #F5F8FA; }
  #map-container #map {
    width: 100%; }

.jvectormap-label {
  position: absolute;
  display: none;
  border: solid 1px #d35819;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #d35819;
  color: #ffffff;
  font-size: 12px;
  padding: 6px 12px; }

.jvectormap-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  touch-action: none; }

.income-total {
  position: absolute;
  bottom: 0px;
  right: 20px;
  text-align: right; }
  .income-total h3 {
    font-size: 48px;
    color: #e77338;
    margin: 0;
    font-weight: 600; }
  .income-total p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #4d4d4d; }

@media (max-width: 767px) {
  .visit-total {
    display: none; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visit-total {
    display: none; } }
.donut-chart-wrapper {
  position: relative; }
  .donut-chart-wrapper h3.info-label {
    position: absolute;
    left: 50%;
    right: 50%;
    width: 100px;
    margin-left: -50px;
    top: 50%;
    text-align: center;
    color: #e77338;
    height: 48px;
    margin-top: -24px; }
    .donut-chart-wrapper h3.info-label span {
      font-weight: 100;
      display: block;
      font-size: 16px;
      margin-bottom: 5px; }

.thumbnail-round {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; }

.img-circle {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; }

.img-circle-sm {
  -webkit-border-radius: 20%;
  -moz-border-radius: 20%;
  border-radius: 20%; }

.img-half-circle {
  -webkit-border-radius: 60px 60px 60px 0;
  -moz-border-radius: 60px 60px 60px 0;
  border-radius: 60px 60px 60px 0; }

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

.img-18 {
  max-width: 18px; }

blockquote {
  border-left: 2px solid #6e91cb; }

.switch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 56px;
  height: 18px;
  border-radius: 30px;
  cursor: pointer; }

.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }

.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #dedeea;
  border-radius: inherit;
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: opacity background;
  -moz-transition-property: opacity background;
  -o-transition-property: opacity background;
  transition-property: opacity background; }
  .switch-label:before, .switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit; }
  .switch-label:before {
    content: attr(data-off);
    right: 11px;
    color: #66757f; }
  .switch-label:after {
    content: attr(data-on);
    left: 11px;
    color: #ffffff;
    opacity: 0; }

.switch-input:checked ~ .switch-label {
  background: #F782AA; }
  .switch-input:checked ~ .switch-label:before {
    opacity: 0; }
  .switch-input:checked ~ .switch-label:after {
    opacity: 1; }

.switch-handle {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border-radius: 10px;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out; }
  .switch-handle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -5px;
    width: 10px;
    height: 10px;
    background: #fcfcfc; }

.switch-input:checked ~ .switch-handle {
  left: 39px; }

.chat li {
  position: relative;
  clear: both;
  display: inline-block;
  padding: 16px 15px;
  margin: 0 0 11px 0;
  font-size: 13px;
  line-height: 16px;
  font-family: Arial;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px; }
  .chat li:before {
    position: absolute;
    top: 0;
    width: 48px;
    height: 48px;
    border-radius: 48px;
    content: ''; }
  .chat li:after {
    position: absolute;
    top: 15px;
    content: '';
    width: 0;
    height: 0; }
  .chat li:nth-child(odd) {
    float: right;
    margin-right: 80px;
    color: #ffffff;
    background: #91c46b; }
    .chat li:nth-child(odd):before {
      right: -80px;
      background-image: url(../img/user4.png);
      background-size: 100%; }
    .chat li:nth-child(odd):after {
      border-right: 15px solid transparent;
      right: -10px;
      border-top: 15px solid #91c46b; }
  .chat li:nth-child(even) {
    float: left;
    margin-left: 80px;
    color: #ffffff;
    background: #F782AA; }
    .chat li:nth-child(even):before {
      left: -80px;
      background-image: url(../img/user5.png);
      background-size: 100%; }
    .chat li:nth-child(even):after {
      border-left: 15px solid transparent;
      left: -10px;
      border-top: 15px solid #F782AA; }
  .chat li:last-child {
    margin-bottom: 0; }

.todo-list li {
  display: block;
  padding: 14px 15px 15px 15px;
  margin: 0;
  cursor: pointer;
  line-height: 16px;
  border-bottom: 1px solid #dedeea; }
  .todo-list li:nth-child(even) {
    background: #f7f7fa; }
  .todo-list li.list span:before {
    margin-right: 8px;
    font-size: 16px;
    content: "\e876";
    font-family: 'icomoon';
    vertical-align: middle; }
  .todo-list li.completed {
    text-decoration: line-through;
    color: #91c46b; }
    .todo-list li.completed span:before {
      content: "\e877";
      font-family: 'icomoon'; }
  .todo-list li:last-child {
    border-bottom: 0; }

.message-wrapper li {
  padding: 15px 0 20px 0;
  border-bottom: 1px solid #ededed; }
  .message-wrapper li img.avatar {
    height: 36px;
    width: 36px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    float: left; }
  .message-wrapper li .empty-avatar {
    height: 36px;
    width: 36px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 2px solid #e6e6e6;
    color: #ffffff;
    text-align: center;
    line-height: 34px;
    float: left;
    margin-right: 10px; }
    .message-wrapper li .empty-avatar.green {
      background: #91c46b;
      border: 2px solid #76b448; }
    .message-wrapper li .empty-avatar.red {
      background: #e77338;
      border: 2px solid #bc4e17; }
    .message-wrapper li .empty-avatar.yellow {
      background: #FFD06B;
      border: 2px solid #ffc852; }
    .message-wrapper li .empty-avatar.pink {
      background: #F782AA;
      border: 2px solid #f56a9a; }
    .message-wrapper li .empty-avatar.blue {
      background: #6e91cb;
      border: 2px solid #4875be; }
  .message-wrapper li .name {
    font-weight: 600; }
  .message-wrapper li .date-time {
    color: gray;
    font-size: 11px; }
  .message-wrapper li .message {
    display: block;
    padding: 0 15px;
    position: relative; }
  .message-wrapper li .message .body {
    display: block;
    color: #333333;
    padding-top: 6px; }
    .message-wrapper li .message .body span {
      font-style: italic;
      font-weight: 600;
      color: #1a1a1a; }
  .message-wrapper li:first-child {
    padding-top: 0; }
  .message-wrapper li:last-child {
    padding-bottom: 0;
    border-bottom: none; }

.rating-wrapper li {
  display: block;
  border-bottom: 1px solid #ededed;
  padding: 12px 0 14px 0; }
  .rating-wrapper li .user img {
    width: 36px;
    height: 36px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px; }
  .rating-wrapper li .info {
    margin-left: 50px;
    color: #596268; }
    .rating-wrapper li .info .rating {
      margin-bottom: 3px; }
      .rating-wrapper li .info .rating .stars {
        float: left; }
      .rating-wrapper li .info .rating small {
        color: #4d4d4d;
        font-size: 11px;
        padding-left: 10px;
        line-height: 20px;
        margin-left: 5px;
        border-left: 1px solid #e6e6e6; }
        .rating-wrapper li .info .rating small i {
          margin-right: 2px;
          font-size: 14px;
          color: #e77338; }
        .rating-wrapper li .info .rating small .time {
          font-size: 11px;
          text-decoration: none;
          font-style: italic; }
    .rating-wrapper li .info p.comment {
      margin: 2px 0 0 0;
      padding: 0;
      color: #4d4d4d;
      font-size: 12px;
      line-height: 18px; }
  .rating-wrapper li:last-child {
    border-bottom: 0;
    padding-bottom: 0; }
  .rating-wrapper li:first-child {
    padding-top: 0; }

ul.activity-list li {
  padding: 6px 0px;
  border-bottom: 1px solid #eeeef4; }
  ul.activity-list li p {
    font-size: 12px;
    padding: 0;
    margin: 0; }
    ul.activity-list li p i {
      height: 30px;
      width: 30px;
      vertical-align: middle;
      font-size: 16px;
      margin-right: 10px; }
    ul.activity-list li p .time {
      text-align: right;
      color: #6e91cb;
      float: right;
      line-height: 30px; }
  ul.activity-list li:last-child {
    border-bottom: 0; }

ul.project-activity li.activity-list {
  position: relative;
  border-left: 1px solid #c5c5da; }
  ul.project-activity li.activity-list:after {
    background-color: #ffffff;
    border-color: #F782AA;
    border-radius: 10px;
    border-style: solid;
    border-width: 2px;
    bottom: 0;
    content: "";
    height: 6px;
    left: 0;
    margin-left: -5px;
    position: absolute;
    width: 9px; }
  ul.project-activity li.activity-list .detail-info {
    margin: 0 0 0 15px;
    padding-bottom: 15px; }
  ul.project-activity li.activity-list p.message {
    padding: 0;
    margin: 0; }
  ul.project-activity li.activity-list.success {
    border-left-color: #91c46b; }
    ul.project-activity li.activity-list.success:after {
      border-color: #91c46b; }
  ul.project-activity li.activity-list.danger {
    border-left-color: #e77338; }
    ul.project-activity li.activity-list.danger:after {
      border-color: #e77338; }
  ul.project-activity li.activity-list.info {
    border-left-color: #6e91cb; }
    ul.project-activity li.activity-list.info:after {
      border-color: #6e91cb; }
  ul.project-activity li.activity-list.warning {
    border-left-color: #FFD06B; }
    ul.project-activity li.activity-list.warning:after {
      border-color: #FFD06B; }
  ul.project-activity li.activity-list.pink {
    border-left-color: #F782AA; }
    ul.project-activity li.activity-list.pink:after {
      border-color: #F782AA; }
  ul.project-activity li.activity-list.brown {
    border-left-color: #ab7967; }
    ul.project-activity li.activity-list.brown:after {
      border-color: #ab7967; }
  ul.project-activity li.activity-list:before {
    content: " ";
    display: table; }
  ul.project-activity li.activity-list:after {
    content: " ";
    display: table;
    clear: both;
    bottom: auto;
    top: 6px; }
  ul.project-activity li.activity-list:last-child .detail-info {
    padding-bottom: 0; }

ul.funnel {
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 260px; }
  ul.funnel:before, ul.funnel:after {
    border-color: white;
    border-style: solid;
    border-top-color: transparent;
    box-sizing: border-box;
    content: '';
    position: absolute;
    top: 0; }
  ul.funnel:before {
    border-width: 0 10rem 20rem 0;
    border-right-color: transparent;
    left: 0; }
  ul.funnel:after {
    border-width: 0 0 20rem 10rem;
    border-left-color: transparent;
    right: 0; }
  ul.funnel li {
    padding: 10px 0;
    color: #ffffff;
    font-size: 14px; }
    ul.funnel li:nth-child(1) {
      padding: 10px 0;
      background-color: #6e91cb; }
    ul.funnel li:nth-child(2) {
      background-color: #94add8; }
    ul.funnel li:nth-child(3) {
      background-color: #aabfe1; }
    ul.funnel li:nth-child(4) {
      background-color: #c1d0e9; }

.invoice img.logo {
  width: 110px;
  margin: 0 0 20px 0;
  background: transparent; }
.invoice .invoice-num {
  margin-bottom: 30px; }

.fa-icon-list {
  margin-top: 0; }
  .fa-icon-list .fa-hover a {
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    transition: All 0.5s ease;
    display: block;
    color: #333333;
    line-height: 36px;
    text-decoration: none;
    text-align: center;
    margin-bottom: 24px; }
    .fa-icon-list .fa-hover a .fa, .fa-icon-list .fa-hover a i {
      font-size: 36px;
      display: block;
      text-align: center; }
    .fa-icon-list .fa-hover a:hover {
      color: #e77338; }
      .fa-icon-list .fa-hover a:hover .text-muted {
        color: #4d4d4d; }

.icon-rounded {
  width: 32px;
  height: 32px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  padding: 2px;
  text-align: center;
  vertical-align: middle;
  line-height: 28px !important;
  color: #ffffff; }

.material-btn {
  position: relative;
  overflow: hidden; }

.circlee {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  overflow: hidden; }
  .circlee.animate {
    -webkit-animation: effect 0.65s linear;
    animation: effect 0.65s linear; }

@-webkit-keyframes effect {
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }
@keyframes effect {
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }
.datatable-index .dataTables_filter {
  display: none; }

#dt_example .dataTables_length {
  float: left; }
  #dt_example .dataTables_length select {
    width: 80px;
    height: 30px;
    margin-bottom: 0; }
#dt_example .dataTable .progress {
  height: 6px;
  margin: 5px 0 0 0; }
#dt_example .dataTable th {
  padding-left: 20px; }
#dt_example .dataTables_filter {
  float: right; }
  #dt_example .dataTables_filter input {
    width: 160px;
    height: 32px;
    margin-left: 4px;
    margin-bottom: 0;
    outline: none;
    border: 1px solid #dedeea; }
#dt_example .dataTables_info {
  float: left;
  margin-bottom: 5px; }
#dt_example .dataTables_paginate {
  margin: 5px 0;
  float: right; }
  #dt_example .dataTables_paginate .previous, #dt_example .dataTables_paginate .next {
    display: none; }
  #dt_example .dataTables_paginate .first {
    -webkit-border-radius: 30px 0 0 30px;
    -moz-border-radius: 30px 0 0 30px;
    border-radius: 30px 0 0 30px; }
  #dt_example .dataTables_paginate .last {
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0; }
  #dt_example .dataTables_paginate .paginate_button, #dt_example .dataTables_paginate .paginate_active {
    background: #f4f4f8;
    margin-left: 1px;
    padding: 5px 12px;
    border: none;
    outline: none; }
    #dt_example .dataTables_paginate .paginate_button:hover, #dt_example .dataTables_paginate .paginate_active:hover {
      background: #e4e4ee;
      cursor: pointer;
      color: #000000; }
  #dt_example .dataTables_paginate .paginate_active {
    background: #6e91cb;
    color: #ffffff; }
    #dt_example .dataTables_paginate .paginate_active:hover {
      background: #6e91cb;
      color: #ffffff; }
#dt_example .dataTable .sorting {
  cursor: pointer;
  background: url(../img/sorting.png) no-repeat center left; }
#dt_example .dataTable .sorting_asc {
  cursor: pointer;
  background: url(../img/sorting_asc.png) no-repeat center left; }
#dt_example .dataTable .sorting_desc {
  cursor: pointer;
  background: url(../img/sorting_desc.png) no-repeat center left; }

.social-widget {
  text-align: center; }
  .social-widget .social-body {
    height: 70px; }
    .social-widget .social-body .chart-one {
      position: relative; }
    .social-widget .social-body .chart-two {
      position: absolute;
      top: 20px;
      left: 0; }
    .social-widget .social-body .views-chart {
      position: relative;
      width: 90px;
      height: 90px;
      margin: auto; }
      .social-widget .social-body .views-chart span {
        position: absolute;
        left: 25px;
        top: 38px;
        font-size: 21px; }
  .social-widget h1 {
    font-size: 48px;
    margin: 0;
    padding: 0;
    display: inline-block; }
    .social-widget h1 span {
      display: block;
      font-size: 12px;
      text-align: right;
      text-transform: uppercase; }
  .social-widget .social-footer {
    margin-top: 5px; }
    .social-widget .social-footer .growth {
      float: right; }
      .social-widget .social-footer .growth i {
        font-size: 18px;
        display: inline-block; }
      .social-widget .social-footer .growth h2 {
        margin: 0;
        font-size: 30px;
        display: inline-block;
        font-weight: 100; }
        .social-widget .social-footer .growth h2 sup {
          font-size: 13px;
          top: -15px; }
  .social-widget p.social-widget-info {
    font-size: 12px;
    margin: 10px 0 0 0; }

.advertising-wrapper {
  position: relative; }
  .advertising-wrapper h3.info-label {
    position: absolute;
    left: 50%;
    right: 50%;
    width: 100px;
    margin-left: -50px;
    top: 50%;
    text-align: center;
    color: #e77338;
    height: 48px;
    margin-top: -24px; }
    .advertising-wrapper h3.info-label span {
      font-weight: 100;
      display: block;
      font-size: 16px;
      margin-bottom: 5px; }

ul.adv-stats {
  margin: 10px 0 0 0; }
  ul.adv-stats li {
    display: inline-block;
    color: gray;
    padding: 4px 6px;
    margin: 3px; }
    ul.adv-stats li .fa {
      font-size: 14px;
      margin-right: 1px;
      font-weight: 600; }
    ul.adv-stats li span {
      margin-left: 3px; }
    ul.adv-stats li:nth-child(1) {
      color: #e77338; }
      ul.adv-stats li:nth-child(1) .fa {
        color: #e77338; }
    ul.adv-stats li:nth-child(2) {
      color: #6e91cb; }
      ul.adv-stats li:nth-child(2) .fa {
        color: #6e91cb; }
    ul.adv-stats li:nth-child(3) {
      color: #F782AA; }
      ul.adv-stats li:nth-child(3) .fa {
        color: #F782AA; }
    ul.adv-stats li:nth-child(4) {
      color: #91c46b; }
      ul.adv-stats li:nth-child(4) .fa {
        color: #91c46b; }
    ul.adv-stats li:nth-child(5) {
      color: #ab7967; }
      ul.adv-stats li:nth-child(5) .fa {
        color: #ab7967; }

@media (min-width: 992px) {
  ul.adv-stats li {
    padding: 2px 6px;
    margin: 0; } }
.country {
  margin: 0 5px 0 0; }

.notice {
  position: relative;
  margin: 10px;
  background: #f4f4f8;
  padding: 12px 12px 12px 25px;
  border-left: 4px solid #dedeea; }
  .notice:before {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: -17px;
    background-color: #dedeea;
    color: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    line-height: 30px; }
  .notice p {
    margin: 0; }
  .notice.blue {
    border-color: #6e91cb; }
    .notice.blue:before {
      font-family: 'icomoon' !important;
      content: "\e015";
      background-color: #6e91cb; }
  .notice.green {
    border-color: #91c46b; }
    .notice.green:before {
      content: "\e116";
      font-family: 'icomoon' !important;
      background-color: #91c46b; }
  .notice.yellow {
    border-color: #FFD06B; }
    .notice.yellow:before {
      font-family: 'icomoon' !important;
      content: "\e094";
      background-color: #FFD06B; }
  .notice.red {
    border-color: #e77338; }
    .notice.red:before {
      font-family: 'icomoon' !important;
      content: "\e117";
      background-color: #e77338; }

.social-stats {
  text-align: center; }
  .social-stats .social-icon {
    padding: 0;
    height: 30px;
    width: 60px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
    .social-stats .social-icon i {
      color: #ffffff;
      font-size: 48px; }
  .social-stats .stats-details .data-graph {
    height: 30px; }
  .social-stats .stats-details h6 {
    font-weight: 600;
    margin: 0 0 7px 0;
    font-size: 13px; }
  .social-stats .stats-details h3 {
    color: #66757f;
    margin: 0 0 3px 0;
    font-size: 22px; }
  .social-stats .stats-details h5 {
    padding-top: 5px;
    margin-top: 5px;
    color: #66757f;
    margin: 0;
    font-size: 14px; }

.email-container .email-sidebar {
  float: left;
  width: 180px; }
  .email-container .email-sidebar .compose-button {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 8px 20px;
    text-align: center;
    display: block;
    width: 100px;
    text-transform: uppercase;
    color: #91c46b;
    border: 2px solid #91c46b;
    margin: 0 0 15px 0;
    cursor: pointer; }
  .email-container .email-sidebar ul.menu-segment {
    margin: 0 0 20px 0; }
    .email-container .email-sidebar ul.menu-segment li {
      padding: 9px 10px;
      margin-bottom: 1px;
      border-bottom: 1px solid #e1e1ec;
      background: #ebebf2;
      font-size: 13px; }
      .email-container .email-sidebar ul.menu-segment li a {
        display: block;
        position: relative; }
        .email-container .email-sidebar ul.menu-segment li a .label {
          position: absolute;
          right: 0;
          top: 2px;
          font-size: 9px;
          line-height: 9px; }
        .email-container .email-sidebar ul.menu-segment li a.selected {
          color: #1C2939;
          font-size: 14px; }
        .email-container .email-sidebar ul.menu-segment li a i {
          font-size: 14px;
          margin-right: 4px;
          vertical-align: middle; }
  .email-container .email-sidebar h4 {
    margin: 0 0 10px 0;
    padding: 0;
    color: #1C2939; }
  .email-container .email-sidebar ul.manage-labels {
    margin: 0; }
    .email-container .email-sidebar ul.manage-labels li {
      position: relative;
      padding: 6px 0; }
      .email-container .email-sidebar ul.manage-labels li i {
        vertical-align: middle;
        width: 20px;
        font-size: 14px;
        color: #afc1d8; }
        .email-container .email-sidebar ul.manage-labels li i.red {
          color: #e77338; }
        .email-container .email-sidebar ul.manage-labels li i.green {
          color: #91c46b; }
        .email-container .email-sidebar ul.manage-labels li i.teal {
          color: #47BCC7; }
        .email-container .email-sidebar ul.manage-labels li i.blue {
          color: #6e91cb; }
        .email-container .email-sidebar ul.manage-labels li i.pink {
          color: #F782AA; }
        .email-container .email-sidebar ul.manage-labels li i.yellow {
          color: #FFD06B; }
        .email-container .email-sidebar ul.manage-labels li i.brown {
          color: #ab7967; }
.email-container .email-list {
  margin-left: 180px;
  border-left: 1px solid #dedeea;
  padding-left: 20px; }
  .email-container .email-list small {
    font-size: 11px; }
  .email-container .email-list .action-bar {
    padding: 0 0 20px 0;
    border-bottom: 1px solid #dedeea;
    overflow: hidden; }
    .email-container .email-list .action-bar ul li {
      float: left;
      margin-right: 10px; }
      .email-container .email-list .action-bar ul li .circle-icon {
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 28px;
        border: 2px solid #bfbfd6;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        font-size: 14px;
        color: #91c46b;
        cursor: pointer;
        display: block;
        float: left; }
        .email-container .email-list .action-bar ul li .circle-icon.red {
          color: #e77338;
          border-color: #e77338; }
        .email-container .email-list .action-bar ul li .circle-icon.red:hover {
          color: #d35819;
          border-color: #d35819; }
  .email-container .email-list .squared-check {
    margin: 0; }
  .email-container .email-list .squared-check label {
    top: 2px; }

@media (max-width: 767px) {
  .email-container .email-sidebar {
    display: none;
    width: 0; }
  .email-container .email-list {
    border-left: none;
    padding-left: 0;
    margin-left: 0; } }
.no-js #loader {
  display: none; }

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0; }

.sunrise-loading {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../img/preloader.gif) center no-repeat #ffffff;
  background-size: 3%; }

.panel {
  margin-bottom: 13px;
  background-color: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #cfcfe0;
  box-shadow: 0 0 2px #ffffff; }

.panel-body {
  padding: 10px;
  position: relative;
  border: 1px solid #dedeea;
  border: 0; }

.panel-heading {
  position: relative;
  border: 0;
  border-bottom: 1px solid #dedeea;
  background: transparent;
  box-shadow: inset 0 -2px 0 #f4f4f8;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }
  .panel-heading .custom-icon {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    color: #1C2939;
    font-size: 14px; }
  .panel-heading .switch {
    margin-top: 0; }
  .panel-heading h4 {
    margin: 0;
    color: #0b1017;
    font-size: 16px;
    display: inline-block; }
    .panel-heading h4 span {
      font-size: 12px;
      margin-left: 5px;
      font-weight: 600;
      color: #4e73a0; }
    .panel-heading h4 i {
      margin-right: 8px; }

h4.panel-title {
  font-size: 14px;
  font-weight: 600;
  color: #0b1017; }
  h4.panel-title .fa {
    margin-right: 4px;
    font-size: 14px;
    width: 20px; }

h3.panel-title {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #0b1017; }

.panel-footer {
  padding: 0;
  border: 0;
  margin-top: -1px;
  background: transparent;
  border-top: 0;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px; }
  .panel-footer ul li {
    width: 25%;
    text-align: center;
    padding: 10px 0;
    float: left;
    height: 60px;
    background: transparent; }
    .panel-footer ul li h4 {
      font-size: 18px;
      margin: 2px 0 0 0;
      padding: 0;
      text-align: center; }
      .panel-footer ul li h4 small {
        color: inherit; }
    .panel-footer ul li p {
      color: #66757f;
      font-size: 12px;
      margin: 0;
      padding: 0;
      text-align: center; }

.panel-red {
  border-top: 2px solid #e77338; }

.panel-green {
  border-top: 2px solid #91c46b; }

.panel-blue {
  border-top: 2px solid #6e91cb; }

.panel-yellow {
  border-top: 2px solid #FFD06B; }

.panel-pink {
  border-top: 2px solid #F782AA; }

.panel-brown {
  border-top: 2px solid #ab7967; }

.panel-fb {
  border-top: 2px solid #3B5998; }

.panel-tw {
  border-top: 2px solid #55ACEE; }

.panel-linkedin {
  border-top: 2px solid #007BB5; }

.panel-gplus {
  border-top: 2px solid #E02F2F; }

.panel-full-bg {
  border: none;
  margin-bottom: 14px; }
  .panel-full-bg .panel-heading {
    padding: 5px 0;
    border: none;
    background: transparent; }
    .panel-full-bg .panel-heading h4 {
      font-size: 18px;
      margin: 0;
      color: #ffffff; }
    .panel-full-bg .panel-heading h1 {
      font-size: 36px;
      margin: 0;
      color: #404040; }
  .panel-full-bg .panel-header {
    padding: 10px;
    color: #ffffff; }
  .panel-full-bg .panel-body-white {
    padding: 10px;
    border: none;
    background: white; }
  .panel-full-bg .panel-body {
    padding: 10px;
    border: none; }
  .panel-full-bg .panel-footer {
    padding: 8px 10px;
    border: none;
    margin-top: 0;
    color: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .panel-full-bg.panel-red-bg .panel-header {
    background: #e77338; }
  .panel-full-bg.panel-red-bg .panel-body {
    background: #e77338; }
  .panel-full-bg.panel-red-bg .panel-footer {
    background: #e77338; }
  .panel-full-bg.panel-green-bg .panel-header {
    background: #9fcb7d; }
  .panel-full-bg.panel-green-bg .panel-body {
    background: #91c46b; }
  .panel-full-bg.panel-green-bg .panel-footer {
    background: #9fcb7d; }
  .panel-full-bg.panel-blue-bg .panel-header {
    background: #a6bcdf; }
  .panel-full-bg.panel-blue-bg .panel-body {
    background: #6e91cb; }
  .panel-full-bg.panel-blue-bg .panel-footer {
    background: #a6bcdf; }
  .panel-full-bg.panel-yellow-bg .panel-header {
    background: #FFD06B; }
  .panel-full-bg.panel-yellow-bg .panel-body {
    background: #FFD06B; }
  .panel-full-bg.panel-yellow-bg .panel-footer {
    background: #FFD06B; }
  .panel-full-bg.panel-grey-bg .panel-header {
    background: #b3b3b3; }
  .panel-full-bg.panel-grey-bg .panel-heading h4 {
    color: #000000; }
  .panel-full-bg.panel-grey-bg .panel-heading h1 {
    font-size: 48px;
    margin: 0;
    color: #000000; }
  .panel-full-bg.panel-grey-bg .panel-body {
    background: #cccccc; }
  .panel-full-bg.panel-grey-bg .panel-footer {
    background: #b3b3b3;
    color: #000000; }

.panel-group .panel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
.panel-group .panel-heading {
  border-bottom: 1px solid #ebebeb; }
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 0; }

.add-on-wrapper {
  margin-bottom: 10px;
  padding: 10px 5px; }
  .add-on-wrapper h5 {
    color: #f4f4f8;
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #24354a; }

.nav-tabs > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.tab-content {
  padding: 15px;
  margin-bottom: 25px;
  border: 1px solid #dedeea;
  border-top: 0;
  background: #ffffff;
  text-align: justify; }
  .tab-content p {
    text-align: justify; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border: 2px solid #dedeea;
  border-bottom-color: transparent; }

.nav-tabs {
  border-bottom: 2px solid #dedeea; }

.nav-tabs > li {
  margin-bottom: -3px; }

.nav-tabs > li > a:hover {
  background: #ebebf2; }

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0; }

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none; }

.tab-content > .active,
.pill-content > .active {
  display: block; }

.tabs-below > .nav-tabs > li {
  margin-top: -3px;
  margin-bottom: 0; }

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: transparent;
  border-bottom-color: #dedeea; }

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #dedeea #dedeea #dedeea; }

.tabs-below .tab-content {
  padding: 15px;
  margin-bottom: 0;
  border: 1px solid #dedeea;
  border-bottom: 2px solid #dedeea; }

.tabs-left > .nav-tabs > li {
  float: none;
  width: 120px;
  margin-left: 1px; }

.tabs-left > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px; }

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #dedeea; }

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #dedeea #dedeea #dedeea #dedeea; }

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #dedeea transparent #dedeea #dedeea;
  *border-right-color: #ffffff; }

.tabs-left .tab-content {
  padding: 15px;
  margin-bottom: 0;
  min-height: 130px;
  border: 1px solid #dedeea;
  border-left: 2px solid #dedeea;
  margin-left: 120px;
  text-align: justify; }

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #dedeea; }

.tabs-right > .nav-tabs > li {
  float: none;
  width: 120px;
  margin-right: 1px; }

.tabs-right .tab-content {
  padding: 15px;
  margin-bottom: 0;
  min-height: 130px;
  border: 1px solid #dedeea;
  border-right: 2px solid #dedeea;
  margin-right: 120px; }

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #dedeea #dedeea #dedeea #dedeea; }

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #dedeea #dedeea #dedeea transparent;
  *border-left-color: #ffffff; }

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

.alert-dismissable .close {
  right: 0; }

.alert.alert-transparent {
  background-color: transparent !important;
  color: #000000; }

.alert {
  padding: 10px;
  margin-bottom: 11px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.alert-success {
  color: #ffffff;
  background-color: #91c46b;
  border-color: #91c46b; }

.alert-info {
  color: #ffffff;
  background-color: #6e91cb;
  border-color: #6e91cb; }

.alert-warning {
  color: #ffffff;
  background-color: #FFD06B;
  border-color: #FFD06B; }

.alert-danger {
  color: #ffffff;
  background-color: #e77338;
  border-color: #e77338; }

.alert-borderd {
  background: transparent !important;
  color: #4d4d4d; }

/* Alert White */
.alert-white {
  background: #ffffff;
  border-color: #e6e6e6;
  color: #4d4d4d;
  padding-left: 64px;
  position: relative;
  padding: 13px 15px; }
  .alert-white .close {
    font-size: 14px; }
  .alert-white strong {
    margin-left: 50px; }

.alert-white .icon {
  text-align: center;
  width: 48px;
  height: 43px;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  line-height: 43px; }

.alert-white .icon:after {
  content: '';
  display: block;
  border-left: 0;
  border-bottom: 0;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: -5px;
  margin-top: -5px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.alert-white.rounded {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.alert-white.rounded .icon {
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px; }

.alert-white .icon i {
  color: #ffffff; }

.alert-white.alert-danger .icon,
.alert-white.alert-danger .icon:after {
  border-color: #e46321;
  background: #e77338; }

.alert-white.alert-info .icon,
.alert-white.alert-info .icon:after {
  border-color: #5b83c4;
  background: #6e91cb; }

.alert-white.alert-warning .icon,
.alert-white.alert-warning .icon:after {
  border-color: #ffc852;
  background: #FFD06B; }

.alert-white.alert-success .icon,
.alert-white.alert-success .icon:after {
  border-color: #83bd59;
  background: #91c46b; }

.alert-white.alert-primary .icon,
.alert-white.alert-primary .icon:after {
  border-color: #4d555a;
  background: #596268; }

.tooltip-inner {
  color: #ffffff;
  background-color: #e77338;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.tooltip.top .tooltip-arrow {
  border-top-color: #e77338; }

.tooltip.top-left .tooltip-arrow {
  border-top-color: #e77338; }

.tooltip.top-right .tooltip-arrow {
  border-top-color: #e77338; }

.tooltip.right .tooltip-arrow {
  border-right-color: #e77338; }

.tooltip.left .tooltip-arrow {
  border-left-color: #e77338; }

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #e77338; }

.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #e77338; }

.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #e77338; }

.popover {
  background: #4d4d4d;
  border: 1px solid #4d4d4d;
  color: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.popover.left > .arrow:after {
  border-left-color: #4d4d4d; }

.popover.right > .arrow:after {
  border-right-color: #4d4d4d; }

.popover.top > .arrow:after {
  border-top-color: #4d4d4d; }

.popover.bottom > .arrow:after {
  border-bottom-color: #4d4d4d; }

.pagination > li > a,
.pagination > li > span {
  color: #333333;
  border: 1px solid #d9d9d9; }

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #1a1a1a;
  background-color: #e8e8e8;
  border-color: #d9d9d9; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  color: #ffffff;
  background-color: #e77338;
  border-color: #e77338; }

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #000000;
  background-color: #ffffff;
  border-color: #e6e6e6; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.form-control {
	border-radius: 0;
    width: 100%;
	height: 26px;
	padding: 2px 8px;
	font-size: 12px;
  	padding-right: 3px !important;
  
  /* -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #bfbfbf;
  height: 40px;
  padding: 8px 12px; */
   }
  .form-control:focus {
    border: 1px solid #6e91cb;
    box-shadow: none;
    -webkit-box-shadow: none; 
    }

.input-lg, .form-group-lg .form-control {
  height: 50px; }

.input-sm, .form-group-sm .form-control {
  height: 30px; }

.has-feedback label ~ .form-control-feedback {
  top: 38px; }

input[type=radio], input[type=checkbox] {
  margin: 2px 0 0; }

.form-control-feedback {
  top: 33px;
  height: 15px; }

.form-control-feedback.glyphicon {
  top: 22px;
  right: 10px;
  height: 15px; }

.form-horizontal .has-feedback .form-control-feedback {
  top: 11px; }

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
  color: #91c46b; }

.has-success .form-control {
  border-color: #91c46b;
  box-shadow: none;
  -webkit-box-shadow: none; }
  .has-success .form-control:focus {
    border-color: #76b448;
    box-shadow: none;
    -webkit-box-shadow: none; }
.has-success .form-control-feedback {
  color: #91c46b; }

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
  color: #e77338; }

.has-error .form-control {
  border-color: #e77338;
  box-shadow: none;
  -webkit-box-shadow: none; }
  .has-error .form-control:focus {
    border-color: #d35819;
    box-shadow: none;
    -webkit-box-shadow: none; }
.has-error .form-control-feedback {
  color: #e77338; }

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
  color: #FFD06B; }

.has-warning .form-control {
  border-color: #FFD06B;
  box-shadow: none;
  -webkit-box-shadow: none; }
  .has-warning .form-control:focus {
    border-color: #ffc038;
    box-shadow: none;
    -webkit-box-shadow: none; }
.has-warning .form-control-feedback {
  color: #FFD06B; }

legend {
  padding: 0 0 6px 0;
  font-size: 16px;
  line-height: inherit;
  color: #4d4d4d;
  border: 0;
  border-bottom: 1px solid #e0e0e0; }

.breadcrumb {
  background: #dedeea;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 10px; }
  .breadcrumb li, .breadcrumb li a {
    color: #66757f; }
    .breadcrumb li.active, .breadcrumb li a.active {
      font-weight: 600;
      color: #4f5b63; }
  .breadcrumb.blue-bg {
    background: #6e91cb; }
    .breadcrumb.blue-bg li, .breadcrumb.blue-bg li a {
      color: #ffffff; }
      .breadcrumb.blue-bg li.active, .breadcrumb.blue-bg li a.active {
        font-weight: 600;
        color: #ccd8ed; }

.jumbotron {
  background: #e6e6e6; }

.progress {
  background-color: #f4f4f8;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.progress-bar {
  box-shadow: none; }

.progress-sm {
  height: 6px; }

.progress-md {
  height: 10px; }

.progress-xs {
  height: 3px; }

.progress-bar-success {
  background-color: #91c46b; }

.progress-bar-info {
  background-color: #6e91cb; }

.progress-bar-warning {
  background-color: #FFD06B; }

.progress-bar-pink {
  background-color: #F782AA; }

.progress-bar-danger {
  background-color: #e77338; }

.progress-bar-fb {
  background-color: #3B5998; }

.progress-bar-tw {
  background-color: #55ACEE; }

.progress-bar-linkedin {
  background-color: #007BB5; }

.progress-bar-gplus {
  background-color: #E02F2F; }

.callout {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  background-color: #f4f4f8;
  border-left: 3px solid #dedeea; }

.callout h4 {
  margin-top: 0;
  margin-bottom: 5px; }

.callout p:last-child {
  margin-bottom: 0; }

.callout-danger {
  border-color: #e77338; }

.callout-danger h4 {
  color: #e77338; }

.callout-warning {
  border-color: #FFD06B; }

.callout-warning h4 {
  color: #FFD06B; }

.callout-info {
  border-color: #6e91cb; }

.callout-info h4 {
  color: #6e91cb; }

.callout-success {
  border-color: #91c46b; }

.callout-success h4 {
  color: #91c46b; }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: 1px solid #dedeea; }

.table > thead > tr > th {
  border-bottom: 2px solid #dedeea; }

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
  background: #f4f4f8; }

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #dedeea; }

.table-bordered {
  border: 1px solid #dedeea; }

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
  background: #ffffcc; }

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
  background: #91c46b;
  color: #ffffff;
  border-top: 0; }

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background: #86be5c; }

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
  background: #e77338;
  color: #ffffff;
  border-top: 0; }

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background: #e56626; }

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
  background: #FFD06B;
  color: #ffffff;
  border-top: 0; }

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background: #ffca57; }

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
  background: #6e91cb;
  color: #ffffff;
  border-top: 0; }

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background: #5f86c6; }

.list-group-item {
  background: white;
  border: 1px solid #dedeea;
  box-shadow: 1px 1px 2px #ffffff; }
  .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .list-group-item .dot {
    margin-right: 5px;
    font-size: 10px;
    vertical-align: middle; }

a.list-group-item:hover, a.list-group-item:focus {
  background: #fafafa; }

.list-group-item-danger {
  background-color: #fcf0e9;
  color: #e77338; }
  .list-group-item-danger a {
    display: block;
    color: #e77338; }
    .list-group-item-danger a:hover {
      color: #d35819; }
  .list-group-item-danger:hover {
    background-color: #fcede5; }

.list-group-item-success {
  background-color: white;
  color: #91c46b; }
  .list-group-item-success a {
    display: block;
    color: #91c46b; }
    .list-group-item-success a:hover {
      color: #76b448; }
  .list-group-item-success:hover {
    background-color: #fdfefd; }

.list-group-item-info {
  background-color: white;
  color: #6e91cb; }
  .list-group-item-info a {
    display: block;
    color: #6e91cb; }
    .list-group-item-info a:hover {
      color: #4875be; }
  .list-group-item-info:hover {
    background-color: white; }

.list-group-item-warning {
  background-color: #fff7e5;
  color: #FFD06B; }
  .list-group-item-warning a {
    display: block;
    color: #FFD06B; }
    .list-group-item-warning a:hover {
      color: #ffc038; }
  .list-group-item-warning:hover {
    background-color: #fff4db; }

.list-group-item-grey {
  background-color: #f4f4f8;
  color: #dedeea; }
  .list-group-item-grey a {
    display: block;
    color: #66757f; }
    .list-group-item-grey a:hover {
      color: #5b6871; }
  .list-group-item-grey:hover {
    background-color: #e8e8f0; }

.demo-btn-group .btn {
  min-width: 80px;
  margin: 2px; }
.demo-btn-group a {
  display: block;
  margin: 2px;
  float: left; }

.demo-sm-btn-group .btn {
  min-width: 60px;
  margin: 2px; }

.demo-lg-btn-group .btn {
  min-width: 130px;
  margin: 2px; }

.demo-xs-btn-group .btn {
  min-width: 50px;
  margin: 1px;
  float: left; }

.squared-check {
  position: relative;
  margin: 4px auto;
  float: left;
  font-size: 14px; }
  .squared-check label {
    width: 18px;
    height: 18px;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    background: #ffffff;
    border: 1px solid #6e91cb;
    display: inline-block; }
    .squared-check label:after {
      content: '';
      width: 9px;
      height: 5px;
      position: absolute;
      top: 5px;
      left: 4px;
      border: 3px solid #6e91cb;
      border-top: none;
      border-right: none;
      background: transparent;
      opacity: 0;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .squared-check label:hover::after {
      opacity: 0.3; }
  .squared-check input[type=checkbox] {
    visibility: hidden;
    width: 20px; }
    .squared-check input[type=checkbox]:checked + label:after {
      opacity: 1; }
  .squared-check .cb-label {
    display: inline-block;
    margin: 3px 30px 0px 15px; }

.round-radio {
  position: relative;
  margin: 4px auto;
  float: left;
  font-size: 14px; }
  .round-radio label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    left: 2px;
    top: 2px;
    background: #ffffff;
    border: 2px solid #6e91cb;
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; }
    .round-radio label:after {
      content: '';
      width: 8px;
      height: 8px;
      position: absolute;
      top: 4px;
      left: 4px;
      border: 3px solid #6e91cb;
      border-top: none;
      border-right: none;
      background: #6e91cb;
      z-index: 100;
      opacity: 0;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%; }
    .round-radio label:hover::after {
      opacity: 0.3; }
  .round-radio input[type=radio] {
    visibility: hidden; }
    .round-radio input[type=radio]:checked + label:after {
      opacity: 1; }
  .round-radio .cb-label {
    display: inline-block;
    margin: 3px 30px 0px 15px; }

.weather-widget .weather-header {
  position: relative;
  padding: 20px 10px;
  text-align: center; }
  .weather-widget .weather-header .weather-icon {
    color: #ffffff;
    font-size: 48px; }
    .weather-widget .weather-header .weather-icon img {
      line-height: 48px;
      max-width: 48px; }
  .weather-widget .weather-header .weather-title {
    display: inline-block;
    padding: 4px 10px;
    margin: 14px 0 0 0;
    font-size: 13px;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.05); }
.weather-widget .weather-footer {
  position: relative;
  padding: 10px;
  text-align: center;
  background: #f1f1f6; }
  .weather-widget .weather-footer .weather-value {
    font-size: 48px;
    line-height: 48px;
    position: relative; }
    .weather-widget .weather-footer .weather-value sup {
      position: absolute;
      top: 15px;
      right: -5px;
      font-size: 12px; }
  .weather-widget .weather-footer .weather-value-desc {
    display: block;
    font-size: 12px;
    line-height: 14px;
    text-align: center; }
  .weather-widget .weather-footer h4 {
    font-size: 30px;
    margin: 0;
    padding: 0; }
    .weather-widget .weather-footer h4 span {
      font-size: 14px; }

.weather-widget-lg {
  margin-bottom: 15px; }
  .weather-widget-lg .weather-icon {
    color: #ffffff; }
    .weather-widget-lg .weather-icon i {
      font-size: 54px;
      line-height: 80px; }
  .weather-widget-lg .current-weather {
    font-size: 60px;
    line-height: 80px;
    position: relative;
    display: inline-block;
    color: #66757f; }
    .weather-widget-lg .current-weather sup {
      position: absolute;
      top: 15px;
      right: -15px;
      font-size: 12px; }
      .weather-widget-lg .current-weather sup span {
        font-size: 16px;
        color: #9ca7af; }

.scroll-text {
  width: 100%;
  overflow: hidden; }
  .scroll-text ul {
    width: 100%;
    height: 100px;
    overflow: hidden; }
    .scroll-text ul li {
      padding: 5px 0; }
      .scroll-text ul li a {
        text-decoration: underline !important; }
  .scroll-text.lg-height {
    height: 180px; }
  .scroll-text.sm-height {
    height: 120px; }
  .scroll-text.xs-height {
    height: 70px; }

.scroll-img {
  overflow: hidden;
  font-size: 0; }
  .scroll-img ul {
    width: 90px; }
    .scroll-img ul li {
      display: inline-block;
      margin: 0; }
  .scroll-img.lg-height {
    height: 180px; }
  .scroll-img.sm-height {
    height: 120px; }
  .scroll-img.xs-height {
    height: 70px; }

#twtterFeeds.scroll-img ul {
  width: 1200px; }
  #twtterFeeds.scroll-img ul li {
    background: #6e91cb; }
    #twtterFeeds.scroll-img ul li a img {
      width: 145px; }

#scrollUp {
  bottom: 10px;
  right: 20px;
  width: 30px;
  height: 36px;
  padding: 0;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #ffffff;
  background-color: #91c46b;
  -webkit-transition: bottom 150ms linear;
  -moz-transition: bottom 150ms linear;
  transition: bottom 150ms linear; }
  #scrollUp:hover {
    background-color: #acd38f; }

@media (max-width: 767px) {
  #scrollUp {
    bottom: 20px; } }
.scrollbar {
  width: 100%;
  clear: both;
  margin: 0; }
  .scrollbar .viewport {
    width: 98%;
    height: 118px;
    overflow: hidden;
    position: relative; }
  .scrollbar .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
  .scrollbar .thumb {
    background-color: #e77338; }
    .scrollbar .thumb .end {
      background-color: #e77338; }
  .scrollbar .scrollbar {
    position: relative;
    float: right;
    width: 3px; }
  .scrollbar .track {
    background-color: #e6e6e6;
    height: 100%;
    width: 2px;
    position: relative;
    padding: 0; }
  .scrollbar .thumb {
    height: 20px;
    width: 2px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0; }
    .scrollbar .thumb .end {
      overflow: hidden;
      height: 5px;
      width: 13px; }
  .scrollbar .disable {
    display: none; }

#scrollbar-one .viewport {
  height: 240px; }
#scrollbar-one .thumb {
  background-color: #e77338; }
  #scrollbar-one .thumb .end {
    background-color: #e77338; }

#slidebar-scrollbar .viewport {
  height: 680px; }
#slidebar-scrollbar .thumb {
  background-color: #253447; }
  #slidebar-scrollbar .thumb .end {
    background-color: #253447; }
#slidebar-scrollbar .track {
  background-color: #1C2939; }

.noSelect {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none; }

.well {
  min-height: 20px;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #f4f4f8;
  border: 1px solid #dedeea;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none; }

.animated-2s {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s; }

.animated-3s {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s; }

.animated-4s {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s; }

.animated-5s {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s; }

.animated-6s {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s; }

.animated-7s {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s; }

.animated-8s {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s; }

.animated-9s {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s; }

.gutter.row {
  margin-right: -7px !important;
  margin-left: -7px !important; }

.gutter > [class^="col-"], .gutter-10 > [class^=" col-"] {
  padding-right: 7px !important;
  padding-left: 7px !important; }

.panel-sortable {
  cursor: move; }
  .panel-sortable .panel {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .panel-sortable .panel:after {
      content: "\e5c8";
      font-family: 'icomoon';
      position: absolute;
      right: 15px;
      bottom: 25px;
      font-size: 20px;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
    .panel-sortable .panel:hover {
      border: 1px dashed #6e91cb;
      background: #d5d5e4;
      background-color: #ffffff; }
      .panel-sortable .panel:hover:after {
        color: #6e91cb;
        font-size: 36px; }
    .panel-sortable .panel .panel-body {
      min-height: 90px; }

/*# sourceMappingURL=main.css.map */
