body {
  padding-top: 60px;
}
a:visited,
a:hover,
a:active {
  text-decoration: none;
}
.inputknap {
  display: box;
  vertical-align: top;
  margin-right: -50px;
}
.inputbar {
  width: 22.75%;
}
.errorpage {
  font-size: 45px;
}
.panel .slidedown .glyphicon,
.chat .glyphicon {
  margin-right: 5px;
}
/*
 *Navbar
 */
.profilbilled {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: -40px;
  z-index: 9999;
  width: 40px;
  height: 40px;
}
/*
 * Collapse Panels (sidemenu)
 */
.panel-collapse > .panel-body {
  padding-top: 5px;
  padding-left: 0px;
}
.panel-collapse > .panel-body > ul {
  list-style: none;
  padding-left: 0px;
  padding-right: 0px;
}
.panel-collapse > .panel-body > ul > li {
  padding: 4px 10px;
}
@media screen and (max-width: 768px) {
  .side-collapse-container {
    width: 100%;
    position: relative;
    left: 0;
    transition: left .4s;
  }
  .side-collapse-container.out {
    left: 200px;
  }
  .side-collapse {
    top: 50px;
    bottom: 0;
    left: 0;
    width: 70%;
    position: fixed;
    overflow: hidden;
    transition: width .4s;
    z-index: 1000;
  }
  .navbar-collapse {
    width: 100%;
  }
  .side-collapse.in {
    width: 0;
  }
}
@media (max-width: 767px) {
  .visible-xs {
    display: inline-block !important;
  }
  .block {
    display: block !important;
    width: 100%;
    height: 1px !important;
  }
  ul.c-controls {
    list-style: none;
    width: 100%;
    padding-left: 0px;
  }
  ul.c-controls li a {
    font-size: 1.7em;
    margin-left: 50%;
  }
  ul.c-controls li {
    margin-top: 8px;
    float: left;
    width: 50%;
  }
  ul.c-controls li a {
    font-size: 1.7em;
    text-align: center;
  }
  ul.c-controls li a i {
    min-width: 24px;
    text-align: center;
  }
  ul.c-controls li a:hover {
    background-color: rgba(51, 51, 51, 0.2);
  }
  #mobile-contact-list {
    height: 60px;
  }
  .c-mobile-search-container {
    padding: 0% 10% 0% 10%;
  }
  .c-mobile-search > .form-control {
    border-radius: 0px;
    border-width: 0px;
    border-bottom-width: 1px;
    font-size: 1.3em;
    padding: 12px 12px;
    height: 34px;
    outline: none !important;
  }
  .c-mobile-search > .form-control:focus {
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none;
  }
  .c-mobile-search > .input-group-btn .btn {
    border-radius: 0px;
    border-width: 0px;
    border-left-width: 1px;
    height: 34px;
  }
}
@media (min-width: 767px) {
  ul.c-controls {
    list-style: none;
    margin: 0px;
    min-height: 44px;
  }
  ul.c-controls li {
    margin-top: 8px;
    float: left;
  }
  ul.c-controls li a {
    font-size: 1.7em;
    padding: 11px 10px 6px;
  }
  ul.c-controls li a i {
    min-width: 24px;
    text-align: center;
  }
  ul.c-controls li a:hover {
    background-color: rgba(51, 51, 51, 0.2);
  }
}
/*
 * PANEL INVERSE START
 */
.panel-inverse {
  background-color: #222;
  border-color: #080808;
  color: #999;
}
.panel-inverse .panel-heading {
  color: #999;
}
.panel-inverse .list-group-item {
  background-color: #222;
  border-color: #080808;
}
.panel-inverse .list-group-item.active,
.panel-inverse .list-group-item:hover {
  background-color: #000;
  border-color: #080808;
  color: #eee;
}
.panel-inverse a {
  color: #999;
}
/*
 * PANEL INVERSE END
 */
ul.c-controls li a {
  color: #999;
}
.c-toggle {
  font-size: 1.7em;
}
.name {
  font-size: 1.2em;
  font-weight: 700;
}
.c-info {
  padding: 5px 10px;
  font-size: 1.25em;
}
.panel {
  border-radius: 0px;
}
.c-search > .form-control {
  border-radius: 0px;
  border-width: 0px;
  border-bottom-width: 1px;
  font-size: 1.3em;
  padding: 12px 12px;
  height: 44px;
  outline: none !important;
}
.c-search > .form-control:focus {
  outline: 0px !important;
  -webkit-appearance: none;
  box-shadow: none;
}
.c-search > .input-group-btn .btn {
  border-radius: 0px;
  border-width: 0px;
  border-left-width: 1px;
  height: 44px;
}
.c-list {
  padding: 0px;
  min-height: 44px;
}
.title {
  display: inline-block;
  font-size: 1.7em;
  font-weight: bold;
  padding: 5px 15px;
}
/*Chat*/
.input-container {
  position: fixed;
  bottom: 5%;
  margin: 0;
  padding: 0;
}
.chat-input {
  padding: 0;
}
.chat-container {
  height: 100%;
  position: absolute;
  overflow-y: scroll;
}
.chat {
  list-style: none;
  margin: 0;
  padding: 0;
}
.chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #B3A9A9;
}
.chat li.left .chat-body {
  margin-left: 60px;
}
.chat li.right .chat-body {
  margin-right: 60px;
}
.chat li .chat-body p {
  margin: 0;
  color: #777777;
  font-size: 15px;
}
.chat-img {
  width: 50px;
}
.chat-submit {
  float: right;
}
.profile_pic,
.nav > li > a > img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.profile_pic_lg {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-device-width: 480px) {
  body {
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
  body {
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
  /* Styles */
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .inputbar {
    width: 70%;
  }
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* Styles */
}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* Styles */
}
/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
  .textbox {
    width: 25%;
  }
  body {
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
}
/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
  /* Styles */
}
/* iPhone retina screens ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* Styles */
}
