/*!
*---------------------------------------------------------------------------------------------------------
// WebHoster - Web Hosting Template + WHMCS theme | (c) 2017 ThemeMetro.com
// License: You must have a valid license purchased in order to legally use the theme for your project.
// Author - ThemeMetro 
*---------------------------------------------------------------------------------------------------------
*/
@import url(https://fonts.googleapis.com/earlyaccess/droidarabickufi.css);@font-face{font-family:'webico';src:url('../fonts/ico/webico.eot?8aal95');src:url('../fonts/ico/webico.eot?#iefix8aal95') format('embedded-opentype'),url('../fonts/ico/webico.woff?8aal95') format('woff'),url('../fonts/ico/webico.ttf?8aal95') format('truetype'),url('../fonts/ico/webico.svg?8aal95#webico') format('svg');font-weight:normal;font-style:normal;}
html {
  position: relative;
  min-height: 100%;
}
body {
  font-family: 'Droid Arabic Kufi',sans-serif;
  font-size: 14px;
  color: #686868;
  min-height: 100%;
  padding-bottom: 0;
  margin: 0;
  padding: 0!important;
  /* Fix content shifting to the right on modal open due to scrollbar closed */
}
@media (min-width: 992px) {
  body {
    background: #555555;
  }
}
@media (max-width: 992px) {
  body {
    margin-top: 100px;
  }
}
body.modal-open-noscroll {
  padding-right: 17px!important;
}
body.modal-open-noscroll .navbar-top,
body.modal-open-noscroll .demo-layout-menu,
body.modal-open-noscroll .breadcrumbs.fixed {
  right: 17px;
}
body.modal-open-noscroll .back-to-top {
  right: 32px;
}
@media (max-width: 991px) {
  body.webhoster {
    margin-top: 90px;
  }
}
body.webhoster.top-nav-collapse .pre-header {
  display: none;
}
@media (min-width: 991px) {
  body.webhoster.top-nav-collapse .top-navbar.header-2 .navbar-left li a,
  body.webhoster.top-nav-collapse .top-navbar.header-2 .navbar-right li a {
    padding: 15px;
  }
  body.webhoster.top-nav-collapse .top-navbar.header-2 .navbar-brand {
    padding: 10px;
  }
}
body.webhoster h1,
body.webhoster h2 {
  font-weight: 300;
}
@media (max-width: 991px) {
  body.webhoster.no-pre-header {
    margin-top: 55px;
  }
}
@media (min-width: 992px) {
  body.webhoster.no-pre-header .mass-head {
    padding: 90px 0 0;
  }
}
h1,
h2 {
  font-family: 'Roboto', sans-serif;
}
a {
  color: #3498db;
}
a:hover,
a:active,
a:focus {
  color: #3498db;
}
a,
a:visited,
a:focus,
a:active,
a:hover {
  outline: 0 none !important;
}
::-moz-focus-inner {
  border: 0 none;
  -moz-outline-style: none;
}
.page-header {
  margin: 30px 0 15px;
  border-bottom: 1px solid #e5e5e5;
}
.page-header h1 {
  margin: 0;
  font-size: 26px;
}
.page-header h1 :before {
  content: "\f101";
  margin-right: 4px;
  font-family: FontAwesome;
  color: #3498db;
}
.page-header .sub-title {
  font-size: 60%;
  text-transform: none;
  color: #999999;
}
.page-header.title {
  margin: 0 -15px 25px;
  border-bottom: 1px solid #e5e5e5;
  color: #303030;
  padding: 15px;
  background-color: #ffffff;
}
@media (max-width: 639px) {
  .page-header.title h1 {
    font-size: 21px;
  }
}
.breadcrumbs {
  position: relative;
  padding: 0 12px 0 0;
  min-height: 40px;
  line-height: 39px;
  background: #ffffff;
  margin: 0 -15px;
  border: 0 none;
  border-bottom: 1px solid #e5e5e5;
}
.breadcrumbs > .breadcrumb {
  background-color: transparent;
  display: inline-block;
  line-height: 20px;
  margin: 5px 15px 0 15px;
  padding: 0;
}
.breadcrumbs > .breadcrumb .active {
  color: #999999;
  font-size: 13px;
}
.breadcrumbs > .breadcrumb a {
  color: #555555;
  font-size: 13px;
}
.breadcrumbs > .breadcrumb a:hover,
.breadcrumbs > .breadcrumb a:focus,
.breadcrumbs > .breadcrumb a:active {
  color: #3498db;
  text-decoration: none;
}
.breadcrumbs > .breadcrumb > li:first-child :before {
  content: "\f015";
  margin-right: 4px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  vertical-align: top;
}
.breadcrumbs > .breadcrumb > li + li:before {
  content: "//\00a0";
  padding: 0 5px;
}
.breadcrumbs > .b-right {
  position: absolute;
  right: 15px;
  line-height: 20px;
  top: 0;
  margin: 0 -5px 0;
  padding: 0;
  border-left: 1px solid #e5e5e5;
}
.breadcrumbs > .b-right ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.breadcrumbs > .b-right ul li {
  float: left;
  padding: 0;
  border-right: 1px solid #e5e5e5;
  position: relative;
}
.breadcrumbs > .b-right ul li a {
  padding: 6px 12px 5px 12px;
  line-height: 29px;
  display: inline-block;
  text-decoration: none;
  color: #555555;
  font-size: 13px;
}
.breadcrumbs > .b-right ul li a span {
  color: #999999;
}
.breadcrumbs > .b-right ul li ul {
  border-top: 0 none;
}
.breadcrumbs > .b-right ul li ul li {
  border: 0 none;
  float: none;
}
.breadcrumbs > .b-right ul li ul li a {
  line-height: normal;
  display: block!important;
  padding: 3px 11px;
  color: #686868;
}
@media (min-width: 992px) {
  .breadcrumbs.fixed {
    position: fixed;
    right: 0;
    left: 190px;
    z-index: 1024;
    margin: 0;
    top: 50px;
  }
  .breadcrumbs.fixed.collapsed {
    left: 0;
  }
}
#wrapper {
  width: 100%;
}
#main-container {
  background: #262626;
  padding: 0;
}
#main-container div.row,
#main-container ul.row {
  margin: 0 -7.5px;
}
#main-container div.row > [class*=col-],
#main-container ul.row > [class*=col-] {
  padding: 0 7.5px;
}
#main-container:before {
  display: block;
  content: "";
  position: absolute;
  z-index: -2;
  width: 100%;
  max-width: inherit;
  bottom: 0;
  top: 0;
  background-color: #f5f5f5;
}
@media (min-width: 992px) {
  #main-container.container .breadcrumbs.fixed {
    left: auto;
    right: auto;
    width: 980px;
    margin: 0 -15px;
  }
  #main-container.container .breadcrumbs.collapsed {
    width: 1170px;
  }
  #main-container.container .footer .footer-inner {
    left: auto!important;
    right: auto!important;
    width: 950px;
  }
  #main-container.container .footer .footer-inner.collapsed {
    width: 1140px;
  }
  #main-container.container .footer .footer-inner .footer-content {
    left: -15px;
    right: -15px;
  }
  #main-container.container:before {
    width: inherit;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #main-container.container .breadcrumbs.fixed {
    left: auto;
    right: auto;
    width: 780px;
    margin: 0 -15px;
    top: 50px;
  }
  #main-container.container .breadcrumbs.collapsed {
    width: 970px;
  }
  #main-container.container .footer .footer-inner {
    left: auto!important;
    right: auto!important;
    width: 750px;
  }
  #main-container.container .footer .footer-inner.collapsed {
    width: 940px;
  }
  #main-container.container .footer .footer-inner .footer-content {
    left: -15px;
    right: -15px;
  }
}
#page-wrapper {
  padding: 0 15px;
  background-color: #f5f5f5;
  border: none;
}
@media (min-width: 992px) {
  #page-wrapper {
    margin: 50px 0px 0px 190px;
  }
  #page-wrapper.collapsed {
    margin: 50px 0px 0px 0px;
  }
  #page-wrapper.fixed {
    margin: 90px 0px 0px 190px;
  }
  #page-wrapper.fixed.collapsed {
    margin: 90px 0px 0px 0px;
  }
}
.footer {
  padding-top: 64px;
  height: 0;
  width: 0;
}
.footer .footer-inner {
  position: absolute;
  z-index: auto;
  left: 0;
  right: 0;
  bottom: 0;
}
.footer .footer-inner .footer-content {
  position: absolute;
  border-top: 1px solid #e5e5e5;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 8px 15px;
  line-height: 36px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .footer .footer-inner {
    position: absolute;
    z-index: auto;
    left: 190px;
    right: 0;
    bottom: 0;
  }
  .footer .footer-inner.collapsed {
    left: 0;
  }
}
ol.breadcrumb li.pull-right:before {
  content: normal;
}
blockquote,
.blockquote-reverse,
blockquote.pull-right {
  border-color: #3498db;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.modal,
.accordion-toggle:focus,
.btn:focus {
  outline: none;
}
.panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel .panel-footer {
  background: #ffffff;
}
.panel.panel-default {
  border-color: #e5e5e5;
}
.label,
.badge {
  font-weight: normal;
  font-size: 11px;
}
[class*=" fa-"],
[class^="fa-"],
[class*=" glyphicon-"],
[class^="glyphicon-"] {
  text-align: center;
}
.popover {
  width: auto;
  border-radius: 0;
}
.btn,
.well,
.label,
.thumbnail,
.panel-heading,
.alert,
.panel,
.progress,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.list-group-item:first-child,
.list-group-item:last-child,
.form-control,
.input-group-addon,
.input-group-btn .btn,
.dropdown-menu,
.panel-group .panel,
.panel-group .panel-heading,
.pager li > a,
.pager li > span,
.breadcrumb,
.nav-tabs > li > a,
.nav-pills > li > a {
  border-radius: 0;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #3498db;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus,
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #3498db;
  border-color: #2791d9;
}
a.list-group-item.active .badge,
a.list-group-item.active:hover .badge,
a.list-group-item.active:focus .badge,
.nav-pills > li.active > a .badge,
.nav-pills > li.active > a:hover .badge,
.nav-pills > li.active > a:focus .badge,
.pagination > .active > a .badge,
.pagination > .active > span .badge,
.pagination > .active > a:hover .badge,
.pagination > .active > span:hover .badge,
.pagination > .active > a:focus .badge,
.pagination > .active > span:focus .badge {
  background: #ffffff !important;
}
.nav-tabs,
.nav-pills {
  margin-bottom: 10px;
}
.nav-tabs .open > a,
.nav-pills .open > a,
.nav-tabs .open > a:hover,
.nav-pills .open > a:hover,
.nav-tabs .open > a:focus,
.nav-pills .open > a:focus {
  border-color: #3498db;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-pills > li > a:hover,
.nav-pills > li > a:focus,
.nav-tabs .open > a,
.nav-tabs .open > a:hover,
.nav-tabs .open > a:focus,
.nav-pills .open > a,
.nav-pills .open > a:hover,
.nav-pills .open > a:focus,
.nav-tabs ul.dropdown-menu > li > a:hover,
.nav-tabs ul.dropdown-menu > li > a:focus,
.nav-pills ul.dropdown-menu > li > a:hover,
.nav-pills ul.dropdown-menu > li > a:focus {
  background-color: #f2f2f2;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  color: #3498db;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  color: #3498db;
}
.pagination > li a,
.pagination > li span {
  color: #3498db;
}
.pagination > li a:hover,
.pagination > li span:hover {
  color: #3498db;
}
.pagination > li.active,
.pagination > li.active span {
  color: #ffffff !important;
}
.dropdown-menu {
  font-size: 13px;
}
.progress,
.thumbnail,
.panel-group,
dl {
  margin-bottom: 15px;
}
.thumbnail {
  padding: 3px;
}
.modal-content {
  border-radius: 0;
  border: 0 none;
}
.modal-content .modal-header {
  background-color: #f2f2f2;
}
.modal-content .modal-header .modal-title {
  font-size: 16px !important;
}
.modal-content .modal-header .close {
  outline: 0 none !important;
}
.modal-content .modal-footer {
  padding: 10px 15px;
  border-top-color: #e5e5e5;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f2f2f2;
}
/* Fix content shifting to the right on modal open due to scrollbar closed */
.modal-open {
  overflow-y: auto !important;
}
.modal-open-noscroll {
  overflow-y: hidden !important;
}
/* change z-index when opened in modal */
.modal-open .datepicker,
.modal-open .datetimepicker,
.modal-open .select2-drop-mask,
.modal-open .select2-drop,
.modal-open .select2-search,
.modal-open .colorpicker,
.modal-open .daterangepicker,
.modal-open .bootstrap-timepicker-widget {
  z-index: 1141 !important;
}
a.list-group-item .list-group-item-heading {
  color: #686868;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0!important;
  border-bottom-left-radius: 0!important;
}
@media (min-width: 992px) {
  body.rtl .top-navbar .navbar-right {
    left: 15px;
    float: left!important;
    right: auto;
  }
  body.rtl .top-navbar .navbar-left {
    float: right !important;
  }
  body.rtl .top-navbar .navbar-left.navbar-nav > li {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-width: 0 0 0 1px;
  }
  body.rtl .top-navbar .navbar-left.navbar-nav > li:first-child {
    border-width: 0 1px!important;
  }
  body.rtl .top-navbar .dropdown-tasks.auto {
    right: auto;
    left: 0;
  }
}
body.rtl .top-navbar .badge.up {
  left: 20px;
  right: auto;
}
body.rtl .top-navbar.header-2 .navbar-toggle {
  float: right;
  margin-left: 0;
}
body.rtl .top-navbar.header-2 .navbar-right {
  left: 15px;
  right: auto;
}
body.rtl .top-navbar.header-2 .nav-search .form-group span.fa,
body.rtl .top-navbar.header-2 .nav-search .form-group span.glyphicon {
  left: 0;
  right: auto;
}
body.rtl .top-navbar.header-2:hover .form-group input[type=text],
body.rtl .top-navbar.header-2:focus .form-group input[type=text] {
  border-radius: 25px 4px 4px 25px;
}
body.rtl .top-navbar .navbar-right > li.dropdown > .dropdown-menu:after {
  left: 8px;
  right: auto;
}
body.rtl .top-navbar .navbar-left > li.dropdown > .dropdown-menu:after {
  right: 8px;
  left: auto;
}
body.rtl .top-navbar .dropdown-user {
  float: right;
  text-align: right;
  right: auto!important;
  left: 0!important;
}
body.rtl .top-navbar .dropdown-search {
  right: auto!important;
  left: 0!important;
}
body.rtl .top-navbar .pre-header li {
  padding-right: 10px;
  padding-left: 15px;
  border-left: solid 1px #e5e5e5;
  border-right: 0 none;
}
body.rtl .top-navbar .pre-header li:last-child {
  border: none;
}
body.rtl .top-navbar .pre-header li .fa {
  margin-right: 0;
  margin-left: 4px;
}
body.rtl .top-navbar .pre-header .additional-nav li:last-child {
  padding-left: 0;
  padding-right: 10px;
}
body.rtl .top-navbar .pre-header .badge.up {
  top: -7px;
  left: 25px;
  right: 0;
}
body.rtl .top-navbar .pre-header .dropdown-tasks.auto {
  right: auto;
  left: 0;
}
body.rtl .top-navbar .pre-header .dropdown-tasks.dropdown-menu:after {
  left: 8px;
  right: auto;
}
body.rtl .top-navbar > .nav-top > ul.navbar-right > li,
body.rtl .top-navbar > .container > .nav-top > ul.navbar-right > li {
  float: right;
}
body.rtl .top-navbar > .nav-top > ul.navbar-right > li.user-box,
body.rtl .top-navbar > .container > .nav-top > ul.navbar-right > li.user-box,
body.rtl .top-navbar > .nav-top > ul.navbar-right > li.nav-search-icon,
body.rtl .top-navbar > .container > .nav-top > ul.navbar-right > li.nav-search-icon,
body.rtl .top-navbar > .nav-top > ul.navbar-right > li.user-box-no-images,
body.rtl .top-navbar > .container > .nav-top > ul.navbar-right > li.user-box-no-images {
  float: left!important;
}
body.rtl .top-navbar .user-info {
  padding-right: 2px;
}
body.rtl .hero-1 .hero-inner .domain-btn {
  margin-right: -200px;
}
body.rtl .pull-left {
  float: right!important;
}
body.rtl .pull-right {
  float: left!important;
}
@media (min-width: 992px) {
  body.rtl .block-footer .copyright ul {
    float: left;
  }
}
body.rtl .hero-1 .hero-inner .domains-input {
  border-radius: 0 25px 25px 0 !important;
}
@media (min-width: 767px) {
  body.rtl .hero-1 .hero-inner .domains-input {
    border-radius: 0 100px 100px 100px !important;
  }
}
body.rtl .hero-1 .hero-inner .domain-btn {
  border-radius: 0 100px 100px 100px;
}
body.rtl .offer [class*=col-]:last-child .offer-content .fa,
body.rtl .offer [class*=col-]:last-child .offer-content .glyphicon {
  left: -10px;
  right: auto;
}
@media only screen and (min-width: 767px) {
  body.rtl .offer [class*=col-]:first-child:before {
    margin-right: -15px;
    right: 100%;
    left: auto;
  }
}
body.rtl .offer [class*=col-] .offer-content {
  padding: 15px 30px 15px 15px;
}
body.rtl .tc-tabsbar.center-tabs .nav-tabs > li {
  margin-right: -4px;
  margin-left: 0;
  border-right: 1px solid #e5e5e5;
  border-left: 0 none;
}
body.rtl .tc-tabsbar.center-tabs .nav-tabs > li:first-child {
  margin-right: 0;
}
body.rtl .tc-tabsbar.center-tabs .nav-tabs > li:last-child {
  border-left: 1px solid #e5e5e5;
}
body.rtl .tc-tabsbar .nav-tabs li.active {
  border-color: #3498db !important;
}
body.rtl .tc-tabsbar.tabs-primary .nav-tabs li.active {
  border-color: #3498db !important;
}
body.rtl .tc-tabsbar.tabs-success .nav-tabs li.active {
  border-color: #5cb85c !important;
}
body.rtl .tc-tabsbar.tabs-danger .nav-tabs li.active {
  border-color: #d9534f !important;
}
body.rtl .tc-tabsbar.tabs-warning .nav-tabs li.active {
  border-color: #f0ad4e !important;
}
body.rtl .tc-tabsbar.tabs-info .nav-tabs li.active {
  border-color: #5bc0de !important;
}
body.rtl .tc-tabsbar.tabs-inverse .nav-tabs li.active {
  border-color: #222222 !important;
}
body.rtl .tab-pane .plan-specs [class*='col-'] {
  border-width: 1px 1px 1px 0;
}
body.rtl .tab-pane .plan-specs [class*='col-']:first-child {
  border-radius: 0 10px 10px 0;
}
body.rtl .tab-pane .plan-specs [class*='col-']:last-child {
  border-radius: 10px 0 0 10px;
}
body.rtl .tab-pane .plan-specs [class*='col-']:last-child:before {
  margin-right: auto;
  right: auto;
  margin-left: -15px;
  left: 100%;
}
@media (max-width: 767px) {
  body.rtl .tab-pane .plan-specs [class*='col-'] {
    border-width: 0 1px 1px;
  }
  body.rtl .tab-pane .plan-specs [class*='col-']:first-child {
    border-width: 1px;
    border-radius: 10px 10px 0 0;
  }
  body.rtl .tab-pane .plan-specs [class*='col-']:last-child {
    border-width: 0 1px 1px;
    border-radius: 0 0 10px 10px;
  }
}
body.rtl .ribbon-wrapper {
  left: -3px;
  right: auto;
}
body.rtl .ribbon-wrapper .ribbon {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: -5px;
  left: auto;
}
body.rtl .wizard-steps li:first-child:before {
  left: auto;
  right: 50%;
}
body.rtl .footable.breakpoint > tbody > tr > td > span.footable-toggle {
  padding-left: 5px;
  padding-right: 0;
}
body.rtl #order-comparison .checkoutbuttonsright {
  float: left;
}
body.rtl #order-comparison .checkoutbuttonsleft {
  float: right;
}
body.rtl #order-comparison .checkoutsecure {
  text-align: right;
}
body.rtl .page-header h1 :before {
  display: none;
}
@media (min-width: 992px) {
  body.rtl .navbar-top .dropdown.dropdown-megamenu .dropdown-menu,
  body.rtl .top-navbar .dropdown.dropdown-megamenu .dropdown-menu,
  body.rtl .b-right .dropdown.dropdown-megamenu .dropdown-menu {
    right: auto;
    width: auto;
  }
}
.navbar-top,
.top-navbar {
  background-color: #262626;
  z-index: 1030;
}
.navbar-top .navbar-brand a,
.top-navbar .navbar-brand a {
  color: #f2f2f2;
  font-size: 18px;
  display: inline-block;
}
.navbar-top .navbar-brand a:hover,
.top-navbar .navbar-brand a:hover {
  color: #999999;
  text-decoration: none;
}
.navbar-top .nav .nav-divider,
.top-navbar .nav .nav-divider {
  display: none!important;
}
.navbar-top .navbar-header,
.top-navbar .navbar-header {
  background-color: #303030;
}
.navbar-top .navbar-toggle,
.top-navbar .navbar-toggle {
  outline: none;
  color: #f2f2f2;
  margin-top: 6px;
  margin-bottom: auto;
}
.navbar-top .navbar-toggle:hover,
.top-navbar .navbar-toggle:hover {
  color: #999999;
}
.navbar-top .dropdown-toggle,
.top-navbar .dropdown-toggle {
  padding-top: 6px;
  padding-bottom: 4px;
}
.navbar-top .nav-top,
.top-navbar .nav-top {
  margin: 0 10px;
  min-height: 50px;
}
.navbar-top .nav-top li > a,
.top-navbar .nav-top li > a {
  font-size: 14px;
}
.navbar-top > .nav-top > .nav > li,
.top-navbar > .nav-top > .nav > li,
.navbar-top > .container > .nav-top > .nav > li,
.top-navbar > .container > .nav-top > .nav > li {
  display: inline-block;
  float: left;
}
.navbar-top > .nav-top > .nav > li > a,
.top-navbar > .nav-top > .nav > li > a,
.navbar-top > .container > .nav-top > .nav > li > a,
.top-navbar > .container > .nav-top > .nav > li > a {
  height: 50px;
  padding-top: 18px;
  color: #ffffff;
}
.navbar-top > .nav-top > .nav > li > a:hover,
.top-navbar > .nav-top > .nav > li > a:hover,
.navbar-top > .container > .nav-top > .nav > li > a:hover,
.top-navbar > .container > .nav-top > .nav > li > a:hover,
.navbar-top > .nav-top > .nav > li > a:focus,
.top-navbar > .nav-top > .nav > li > a:focus,
.navbar-top > .container > .nav-top > .nav > li > a:focus,
.top-navbar > .container > .nav-top > .nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-top > .nav-top > ul.navbar-right > li.user-box,
.top-navbar > .nav-top > ul.navbar-right > li.user-box,
.navbar-top > .container > .nav-top > ul.navbar-right > li.user-box,
.top-navbar > .container > .nav-top > ul.navbar-right > li.user-box,
.navbar-top > .nav-top > ul.navbar-right > li.nav-search-icon,
.top-navbar > .nav-top > ul.navbar-right > li.nav-search-icon,
.navbar-top > .container > .nav-top > ul.navbar-right > li.nav-search-icon,
.top-navbar > .container > .nav-top > ul.navbar-right > li.nav-search-icon,
.navbar-top > .nav-top > ul.navbar-right > li.user-box-no-images,
.top-navbar > .nav-top > ul.navbar-right > li.user-box-no-images,
.navbar-top > .container > .nav-top > ul.navbar-right > li.user-box-no-images,
.top-navbar > .container > .nav-top > ul.navbar-right > li.user-box-no-images {
  float: right!important;
}
@media (min-width: 992px) {
  .navbar-top > .nav-top > ul.navbar-right > li.user-box,
  .top-navbar > .nav-top > ul.navbar-right > li.user-box,
  .navbar-top > .container > .nav-top > ul.navbar-right > li.user-box,
  .top-navbar > .container > .nav-top > ul.navbar-right > li.user-box {
    background-color: #191919;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-width: 0 1px;
  }
}
.navbar-top > .nav-top > ul.navbar-right > li.user-box img,
.top-navbar > .nav-top > ul.navbar-right > li.user-box img,
.navbar-top > .container > .nav-top > ul.navbar-right > li.user-box img,
.top-navbar > .container > .nav-top > ul.navbar-right > li.user-box img {
  border: 2px solid #ffffff;
  width: 36px;
  height: 36px;
  max-height: 36px;
  max-width: 36px;
}
.navbar-top > .nav-top > ul.navbar-right > li.user-box > a,
.top-navbar > .nav-top > ul.navbar-right > li.user-box > a,
.navbar-top > .container > .nav-top > ul.navbar-right > li.user-box > a,
.top-navbar > .container > .nav-top > ul.navbar-right > li.user-box > a {
  padding-top: 7.5px!important;
}
.navbar-top .dropdown-messages,
.top-navbar .dropdown-messages,
.navbar-top .dropdown-alerts,
.top-navbar .dropdown-alerts,
.navbar-top .dropdown-tasks,
.top-navbar .dropdown-tasks {
  width: 260px;
}
.navbar-top .dropdown-messages li:first-child,
.top-navbar .dropdown-messages li:first-child,
.navbar-top .dropdown-alerts li:first-child,
.top-navbar .dropdown-alerts li:first-child,
.navbar-top .dropdown-tasks li:first-child,
.top-navbar .dropdown-tasks li:first-child {
  border-top: 2px solid  transparent!important;
}
.navbar-top .dropdown-messages li a:hover,
.top-navbar .dropdown-messages li a:hover,
.navbar-top .dropdown-alerts li a:hover,
.top-navbar .dropdown-alerts li a:hover,
.navbar-top .dropdown-tasks li a:hover,
.top-navbar .dropdown-tasks li a:hover,
.navbar-top .dropdown-messages li a:focus,
.top-navbar .dropdown-messages li a:focus,
.navbar-top .dropdown-alerts li a:focus,
.top-navbar .dropdown-alerts li a:focus,
.navbar-top .dropdown-tasks li a:focus,
.top-navbar .dropdown-tasks li a:focus {
  background-color: #f5f5f5!important;
  color: #686868 !important;
}
.navbar-top .dropdown-messages li.dropdown-header,
.top-navbar .dropdown-messages li.dropdown-header,
.navbar-top .dropdown-alerts li.dropdown-header,
.top-navbar .dropdown-alerts li.dropdown-header,
.navbar-top .dropdown-tasks li.dropdown-header,
.top-navbar .dropdown-tasks li.dropdown-header {
  border-top: 2px solid #3498db !important;
}
.navbar-top .dropdown-messages .dropdown-header,
.top-navbar .dropdown-messages .dropdown-header,
.navbar-top .dropdown-alerts .dropdown-header,
.top-navbar .dropdown-alerts .dropdown-header,
.navbar-top .dropdown-tasks .dropdown-header,
.top-navbar .dropdown-tasks .dropdown-header,
.navbar-top .dropdown-messages .dropdown-header:hover,
.top-navbar .dropdown-messages .dropdown-header:hover,
.navbar-top .dropdown-alerts .dropdown-header:hover,
.top-navbar .dropdown-alerts .dropdown-header:hover,
.navbar-top .dropdown-tasks .dropdown-header:hover,
.top-navbar .dropdown-tasks .dropdown-header:hover {
  background: #ffffff !important;
  color: #686868;
}
.navbar-top .dropdown-messages .dropdown-header:hover,
.top-navbar .dropdown-messages .dropdown-header:hover,
.navbar-top .dropdown-alerts .dropdown-header:hover,
.top-navbar .dropdown-alerts .dropdown-header:hover,
.navbar-top .dropdown-tasks .dropdown-header:hover,
.top-navbar .dropdown-tasks .dropdown-header:hover,
.navbar-top .dropdown-messages .dropdown-header:hover:hover,
.top-navbar .dropdown-messages .dropdown-header:hover:hover,
.navbar-top .dropdown-alerts .dropdown-header:hover:hover,
.top-navbar .dropdown-alerts .dropdown-header:hover:hover,
.navbar-top .dropdown-tasks .dropdown-header:hover:hover,
.top-navbar .dropdown-tasks .dropdown-header:hover:hover {
  color: #686868;
}
.navbar-top .dropdown-messages .dropdown-footer,
.top-navbar .dropdown-messages .dropdown-footer,
.navbar-top .dropdown-alerts .dropdown-footer,
.top-navbar .dropdown-alerts .dropdown-footer,
.navbar-top .dropdown-tasks .dropdown-footer,
.top-navbar .dropdown-tasks .dropdown-footer,
.navbar-top .dropdown-messages .dropdown-footer a,
.top-navbar .dropdown-messages .dropdown-footer a,
.navbar-top .dropdown-alerts .dropdown-footer a,
.top-navbar .dropdown-alerts .dropdown-footer a,
.navbar-top .dropdown-tasks .dropdown-footer a,
.top-navbar .dropdown-tasks .dropdown-footer a,
.navbar-top .dropdown-messages .dropdown-footer a:hover,
.top-navbar .dropdown-messages .dropdown-footer a:hover,
.navbar-top .dropdown-alerts .dropdown-footer a:hover,
.top-navbar .dropdown-alerts .dropdown-footer a:hover,
.navbar-top .dropdown-tasks .dropdown-footer a:hover,
.top-navbar .dropdown-tasks .dropdown-footer a:hover,
.navbar-top .dropdown-messages .dropdown-footer:hover,
.top-navbar .dropdown-messages .dropdown-footer:hover,
.navbar-top .dropdown-alerts .dropdown-footer:hover,
.top-navbar .dropdown-alerts .dropdown-footer:hover,
.navbar-top .dropdown-tasks .dropdown-footer:hover,
.top-navbar .dropdown-tasks .dropdown-footer:hover {
  color: #ffffff !important;
  background: #3498db !important;
}
.navbar-top .dropdown-messages,
.top-navbar .dropdown-messages {
  left: 0;
}
.navbar-top .dropdown-alerts,
.top-navbar .dropdown-alerts {
  left: -45px;
}
.navbar-top .dropdown-tasks,
.top-navbar .dropdown-tasks {
  left: -90px;
}
.navbar-top .dropdown-tasks .progress,
.top-navbar .dropdown-tasks .progress {
  margin-bottom: 5px;
  height: 10px;
  min-height: 10px;
}
.navbar-top .dropdown-tasks.auto,
.top-navbar .dropdown-tasks.auto {
  left: auto;
}
.navbar-top .dropdown-tasks.auto.auto-width,
.top-navbar .dropdown-tasks.auto.auto-width {
  width: auto;
}
.navbar-top .dropdown-user,
.top-navbar .dropdown-user,
.navbar-top .dropdown-search,
.top-navbar .dropdown-search {
  left: auto;
  right: 0!important;
  margin: 0;
}
.navbar-top .dropdown-user [class*="fa-"],
.top-navbar .dropdown-user [class*="fa-"],
.navbar-top .dropdown-search [class*="fa-"],
.top-navbar .dropdown-search [class*="fa-"],
.navbar-top .dropdown-user [class*="glyphicon-"],
.top-navbar .dropdown-user [class*="glyphicon-"],
.navbar-top .dropdown-search [class*="glyphicon-"],
.top-navbar .dropdown-search [class*="glyphicon-"] {
  font-size: 13px;
}
.navbar-top .dropdown-scroll,
.top-navbar .dropdown-scroll {
  padding: 0;
  margin: 0;
}
.navbar-top .dropdown-scroll .dropdown-header,
.top-navbar .dropdown-scroll .dropdown-header {
  padding: 10px;
  font-size: 14px;
}
.navbar-top .dropdown-scroll .dropdown-header:active,
.top-navbar .dropdown-scroll .dropdown-header:active,
.navbar-top .dropdown-scroll .dropdown-header:focus,
.top-navbar .dropdown-scroll .dropdown-header:focus,
.navbar-top .dropdown-scroll .dropdown-header:hover,
.top-navbar .dropdown-scroll .dropdown-header:hover {
  background: inherit;
  color: inherit;
}
.navbar-top .dropdown-scroll li,
.top-navbar .dropdown-scroll li {
  background: #ffffff;
  margin: 0;
  border-bottom: 1px dotted #e5e5e5;
}
.navbar-top .dropdown-scroll li:last-child,
.top-navbar .dropdown-scroll li:last-child {
  border-bottom: 0 none;
}
.navbar-top .dropdown-scroll li a,
.top-navbar .dropdown-scroll li a {
  display: block;
  padding: 10px;
}
.navbar-top .dropdown-scroll li a:hover,
.top-navbar .dropdown-scroll li a:hover {
  text-decoration: none;
  background-color: inherit;
}
.navbar-top .dropdown-scroll li a,
.top-navbar .dropdown-scroll li a,
.navbar-top .dropdown-scroll li p,
.top-navbar .dropdown-scroll li p {
  font-size: 13px;
}
.navbar-top .dropdown-scroll .dropdown-footer,
.top-navbar .dropdown-scroll .dropdown-footer {
  border-bottom: 0 none;
  display: block;
  text-align: center;
}
.navbar-top .dropdown-scroll .dropdown-footer a:after,
.top-navbar .dropdown-scroll .dropdown-footer a:after {
  content: "\f101";
  margin-left: 4px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
}
.navbar-top .dropdown-scroll p,
.top-navbar .dropdown-scroll p {
  margin: 0 0 0 10px;
}
.navbar-top .dropdown-scroll p.small,
.top-navbar .dropdown-scroll p.small {
  color: #999999;
  margin-top: 3px;
  font-size: 11px;
}
.navbar-top .dropdown-scroll li a,
.top-navbar .dropdown-scroll li a,
.navbar-top .dropdown-scroll li a:hover,
.top-navbar .dropdown-scroll li a:hover,
.navbar-top .dropdown-messages li a:hover,
.top-navbar .dropdown-messages li a:hover,
.navbar-top .dropdown-alerts li a:hover,
.top-navbar .dropdown-alerts li a:hover,
.navbar-top .dropdown-tasks li a:hover,
.top-navbar .dropdown-tasks li a:hover {
  color: #686868;
}
.navbar-top .alert-icon,
.top-navbar .alert-icon {
  color: #ffffff;
  text-align: center;
  width: 25px;
  margin-right: 5px;
}
.navbar-top .badge.up,
.top-navbar .badge.up {
  position: absolute;
  font-size: 11px;
  top: 10px;
  right: 20px;
}
.navbar-top [class*="fa-"],
.top-navbar [class*="fa-"],
.navbar-top [class*="glyphicon-"],
.top-navbar [class*="glyphicon-"] {
  font-size: 15px;
}
.navbar-top .user-info,
.top-navbar .user-info {
  padding-left: 2px;
}
.navbar-top .search-box,
.top-navbar .search-box {
  width: auto;
  padding: 5px 10px;
}
.navbar-top .navbar-right,
.top-navbar .navbar-right {
  margin-right: 0;
}
.navbar-top .navbar-right .navbar-toggle,
.top-navbar .navbar-right .navbar-toggle {
  margin-right: 0;
  color: #ffffff;
}
.navbar-top .navbar-right .navbar-toggle .fa,
.top-navbar .navbar-right .navbar-toggle .fa,
.navbar-top .navbar-right .navbar-toggle .glyphicon,
.top-navbar .navbar-right .navbar-toggle .glyphicon {
  font-size: 13px !important;
}
@media (min-width: 481px) {
  .navbar-top .navbar-right .navbar-toggle :after,
  .top-navbar .navbar-right .navbar-toggle :after {
    content: "Side Menu" !important;
    margin-left: 4px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
  }
}
.navbar-top .navbar-left > li.dropdown > .dropdown-menu:after,
.top-navbar .navbar-left > li.dropdown > .dropdown-menu:after,
.navbar-top .navbar-right > li.dropdown > .dropdown-menu:after,
.top-navbar .navbar-right > li.dropdown > .dropdown-menu:after,
.navbar-top .pre-header li.dropdown > .dropdown-menu:after,
.top-navbar .pre-header li.dropdown > .dropdown-menu:after {
  top: -8px;
  width: 0;
  height: 0;
  z-index: 2;
  content: " ";
  display: block;
  position: absolute;
  border-bottom: 8px solid #3498db;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.navbar-top .navbar-left > li.dropdown > .dropdown-menu:after,
.top-navbar .navbar-left > li.dropdown > .dropdown-menu:after {
  left: 8px;
}
.navbar-top .navbar-right > li.dropdown > .dropdown-menu:after,
.top-navbar .navbar-right > li.dropdown > .dropdown-menu:after {
  right: 8px;
}
.navbar-top .navbar-right > li.dropdown > .dropdown-scroll:after,
.top-navbar .navbar-right > li.dropdown > .dropdown-scroll:after,
.navbar-top .pre-header li.dropdown > .dropdown-menu:after,
.top-navbar .pre-header li.dropdown > .dropdown-menu:after {
  right: 8px;
}
@media (max-width: 992px) {
  .navbar-top .navbar-right > li.dropdown > .dropdown-scroll:after,
  .top-navbar .navbar-right > li.dropdown > .dropdown-scroll:after {
    left: 8px;
  }
  .navbar-top .navbar-left > li.dropdown > .dropdown-menu:after,
  .top-navbar .navbar-left > li.dropdown > .dropdown-menu:after {
    display: none;
  }
  .navbar-top .navbar-right > li.dropdown > .dropdown-scroll:after,
  .top-navbar .navbar-right > li.dropdown > .dropdown-scroll:after {
    display: none;
  }
}
.navbar-top.container {
  padding-left: 0;
  padding-right: 0;
}
.navbar-top.container .nav-top {
  margin: 0 10px;
  min-height: 50px;
}
.navbar-top.container .navbar-header {
  margin: 0;
}
@media (max-width: 480px) {
  .navbar-top .user-info,
  .top-navbar .user-info {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    border-radius: 0;
    max-height: 50px;
  }
  .navbar-top .navbar-header {
    width: 190px;
    background-color: transparent;
  }
  .navbar-top .navbar-header.collapsed {
    background-color: transparent;
  }
  .navbar-top .navbar-left {
    display: inherit;
  }
  .navbar-top #sidebar-toggle {
    display: inline-block;
  }
  .navbar-top .dropdown-messages,
  .navbar-top .dropdown-alerts,
  .navbar-top .dropdown-tasks,
  .navbar-top .dropdown-user {
    left: inherit;
  }
  .navbar-top .dropdown-scroll li a:hover {
    text-decoration: none;
  }
  .navbar-top .search-box {
    min-width: 190px;
  }
  .navbar-top .nav-top {
    text-align: inherit;
  }
  .navbar-top .nav-top .navbar-left.navbar-nav > li {
    background-color: #191919;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-width: 0 1px 0 0;
  }
  .navbar-top .nav-top .navbar-left.navbar-nav > li:first-child {
    border-width: 0 1px!important;
  }
}
.navbar-top .nav-top .navbar-nav > li > a,
.top-navbar .nav-top .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-top .nav-top .navbar-nav > li > a:hover,
.top-navbar .nav-top .navbar-nav > li > a:hover,
.navbar-top .nav-top .navbar-nav > li > a:focus,
.top-navbar .nav-top .navbar-nav > li > a:focus {
  background-color: transparent !important;
  color: #ffffff;
}
.navbar-top .nav-top .navbar-nav > li.open > a,
.top-navbar .nav-top .navbar-nav > li.open > a,
.navbar-top .nav-top .navbar-nav > li.open > a:hover,
.top-navbar .nav-top .navbar-nav > li.open > a:hover,
.navbar-top .nav-top .navbar-nav > li.open > a:focus,
.top-navbar .nav-top .navbar-nav > li.open > a:focus,
.navbar-top .nav-top .navbar-right > li.open > a,
.top-navbar .nav-top .navbar-right > li.open > a,
.navbar-top .nav-top .navbar-right > li.open > a:hover,
.top-navbar .nav-top .navbar-right > li.open > a:hover,
.navbar-top .nav-top .navbar-right > li.open > a:focus,
.top-navbar .nav-top .navbar-right > li.open > a:focus {
  background-color: transparent !important;
}
@media (max-width: 992px) {
  .navbar-top,
  .top-navbar {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
  }
  .navbar-top .navbar-nav,
  .top-navbar .navbar-nav {
    margin: 7.5px 0;
  }
  .navbar-top .nav-top .navbar-nav > li > a,
  .top-navbar .nav-top .navbar-nav > li > a {
    padding: 10px 0;
  }
  .navbar-top .nav-top .navbar-nav .open .dropdown-menu > li > a,
  .top-navbar .nav-top .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
    padding: 5px 15px;
  }
  .navbar-top .nav-top .navbar-nav .open .dropdown-menu > li > a:hover,
  .top-navbar .nav-top .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-top .nav-top .navbar-nav .open .dropdown-menu > li > a:focus,
  .top-navbar .nav-top .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent !important;
  }
  .navbar-top .nav-top .navbar-left.navbar-nav > li .dropdown-menu li,
  .top-navbar .nav-top .navbar-left.navbar-nav > li .dropdown-menu li {
    border: 0 none;
  }
}
.space {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
}
.space-32 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 32px 0 31px;
}
.space-30 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 30px 0 29px;
}
.space-28 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 28px 0 27px;
}
.space-26 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 26px 0 25px;
}
.space-24 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 24px 0 23px;
}
.space-22 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 22px 0 21px;
}
.space-20 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 20px 0 19px;
}
.space-18 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 18px 0 17px;
}
.space-16 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 16px 0 15px;
}
.space-14 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 14px 0 13px;
}
.space-12 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 12px 0 11px;
}
.space-10 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 10px 0 9px;
}
.space-8 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 8px 0 7px;
}
.space-6 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 6px 0 5px;
}
.space-4 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 4px 0 3px;
}
.space-2 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 2px 0 1px;
}
.hr {
  display: block;
  height: 0px;
  overflow: hidden;
  font-size: 0;
  border-top: 1px solid #e5e5e5;
  margin: 12px 0;
}
.hr-double {
  height: 3px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.hr.dotted,
.hr-dotted {
  border-top-style: dotted;
}
.hr-double.dotted {
  border-bottom-style: dotted;
}
.hr-32,
.hr32 {
  margin: 32px 0;
}
.hr-30,
.hr30 {
  margin: 30px 0;
}
.hr-28,
.hr28 {
  margin: 28px 0;
}
.hr-26,
.hr26 {
  margin: 26px 0;
}
.hr-24,
.hr24 {
  margin: 24px 0;
}
.hr-22,
.hr22 {
  margin: 22px 0;
}
.hr-20,
.hr20 {
  margin: 20px 0;
}
.hr-18,
.hr18 {
  margin: 18px 0;
}
.hr-16,
.hr16 {
  margin: 16px 0;
}
.hr-14,
.hr14 {
  margin: 14px 0;
}
.hr-12,
.hr12 {
  margin: 12px 0;
}
.hr-10,
.hr10 {
  margin: 10px 0;
}
.hr-8,
.hr8 {
  margin: 8px 0;
}
.hr-6,
.hr6 {
  margin: 6px 0;
}
.hr-4,
.hr4 {
  margin: 4px 0;
}
.hr-2,
.hr2 {
  margin: 2px 0;
}
hr.separator {
  clear: both;
  margin-top: 10px;
  margin-bottom: 13px;
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
}
.bigger-110 {
  font-size: 110%;
}
.bigger-120 {
  font-size: 120%;
}
.bigger-130 {
  font-size: 130%;
}
.bigger-140 {
  font-size: 140%;
}
.bigger-150 {
  font-size: 150%;
}
.bigger-160 {
  font-size: 160%;
}
.bigger-170 {
  font-size: 170%;
}
.bigger-180 {
  font-size: 180%;
}
.bigger-190 {
  font-size: 190%;
}
.bigger-200 {
  font-size: 200%;
}
.bigger-210 {
  font-size: 210%;
}
.bigger-220 {
  font-size: 220%;
}
.bigger-230 {
  font-size: 230%;
}
.bigger-240 {
  font-size: 240%;
}
.bigger-250 {
  font-size: 250%;
}
.bigger-260 {
  font-size: 260%;
}
.bigger-270 {
  font-size: 270%;
}
.bigger-280 {
  font-size: 280%;
}
.bigger-290 {
  font-size: 290%;
}
.bigger-300 {
  font-size: 300%;
}
.bigger-125 {
  font-size: 125%;
}
.bigger-175 {
  font-size: 175%;
}
.bigger-225 {
  font-size: 225%;
}
.bigger-275 {
  font-size: 275%;
}
.bigger-500 {
  font-size: 50px;
  line-height: 50px;
}
.smaller-90 {
  font-size: 90%;
}
.smaller-80 {
  font-size: 80%;
}
.smaller-70 {
  font-size: 70%;
}
.smaller-60 {
  font-size: 60%;
}
.smaller-50 {
  font-size: 50%;
}
.smaller-40 {
  font-size: 40%;
}
.smaller-30 {
  font-size: 30%;
}
.smaller-20 {
  font-size: 20%;
}
.smaller-75 {
  font-size: 75%;
}
.action-buttons a {
  margin: 0 3px;
  display: inline-block;
  opacity: 0.85;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.action-buttons a:hover {
  text-decoration: none;
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 1;
  filter: alpha(opacity=100);
}
.lighter {
  font-weight: 300!important;
}
.bolder {
  font-weight: bolder!important;
}
.text-underline {
  text-decoration: underline;
}
.heading {
  padding: 0;
  margin: 0;
  height: 25px;
  line-height: 25px;
}
.well p:last-child,
.portlet .portlet-body p:last-child {
  margin: 0;
}
.no-padding {
  padding: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-left {
  margin-left: 0 !important;
}
.no-margin-right {
  margin-right: 0 !important;
}
.no-border {
  border: none!important;
}
.no-border-bottom {
  border-bottom: none!important;
}
.no-border-top {
  border-top: none!important;
}
.no-border-left {
  border-left: none!important;
}
.no-border-right {
  border-right: none!important;
}
.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-right {
  border-right: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
.border-left {
  border-left: 1px solid #e5e5e5;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.inline {
  display: inline-block !important;
}
.block {
  display: block !important;
}
.middle {
  vertical-align: middle;
}
.align-middle {
  vertical-align: middle !important;
}
.align-top {
  vertical-align: top !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.space-2x .tile-button,
.space-2x .portlet,
.space-2x .well,
.space-2x .panel,
.space-2x .note,
.space-2x .notice,
.space-2x .progress,
.space-2x .alert,
.space-2x .pricing-table-1,
.space-2x .pricing-table-2,
.space-2x .pricing-table-3,
.space-2x .pricing-table-4,
.space-2x .tc-tabsbar,
.space-2x .tc-tabs,
.space-2x dl {
  margin-bottom: 20px;
}
.space-2x .well,
.space-2x .portlet .portlet-body {
  padding: 25px;
}
.space-2x .well .well,
.space-2x .portlet .portlet-body .well {
  padding: 15px;
}
.padding-25 {
  padding: 25px!important;
}
.padding-2x {
  padding: 30px!important;
}
.padding-all {
  padding: 15px;
}
.row.no-gutter {
  margin: 0 auto;
}
.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-left: 0;
  padding-right: 0;
}
.row.full-width {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  max-width: 100%;
  width: 100%;
}
.center-block {
  float: none;
}
.toggle {
  cursor: pointer;
}
.bg-primary,
.bg-success,
.bg-danger,
.bg-info,
.bg-warning,
.gray,
.dark,
.inverse,
.bg-gray {
  color: #ffffff !important;
}
.bg-primary.note .close,
.bg-success.note .close,
.bg-danger.note .close,
.bg-info.note .close,
.bg-warning.note .close,
.gray.note .close,
.dark.note .close,
.inverse.note .close,
.bg-gray.note .close,
.bg-primary.alert .close,
.bg-success.alert .close,
.bg-danger.alert .close,
.bg-info.alert .close,
.bg-warning.alert .close,
.gray.alert .close,
.dark.alert .close,
.inverse.alert .close,
.bg-gray.alert .close {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #ffffff;
}
.bg-primary {
  background-color: #3498db !important;
  border-color: #3498db !important;
}
.text-primary {
  color: #3498db !important;
}
.bg-success {
  background-color: #5cb85c !important;
  border-color: #5cb85c !important;
}
.text-success {
  color: #5cb85c !important;
}
.bg-warning {
  background-color: #f0ad4e !important;
  border-color: #f0ad4e !important;
}
.text-warning {
  color: #f0ad4e !important;
}
.bg-danger {
  background-color: #d9534f !important;
  border-color: #d9534f !important;
}
.text-danger {
  color: #d9534f !important;
}
.bg-info {
  background-color: #5bc0de !important;
  border-color: #5bc0de !important;
}
.text-info {
  color: #5bc0de !important;
}
.dark,
.inverse {
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.text-gray {
  color: #999999 !important;
}
.bg-gray {
  background-color: #555555 !important;
}
.white {
  background-color: #ffffff !important;
}
.text-white {
  color: #ffffff !important;
}
.light {
  background-color: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
  color: #686868 !important;
}
.demo-layout-menu {
  position: fixed;
  right: 0;
  top: auto;
  z-index: 1023;
  margin-top: -75px;
}
.demo-layout-menu .btn.setting-btn {
  float: left;
  display: inline-block;
  width: 42px !important;
  background: rgba(0, 0, 0, 0.3) !important;
  border-right: 0 none;
  vertical-align: top;
  margin: 0;
}
.demo-layout-menu .btn.setting-btn:hover,
.demo-layout-menu .btn.setting-btn:focus {
  background: rgba(0, 0, 0, 0.5) !important;
}
.demo-layout-menu .setting-box {
  display: none;
  float: left;
  width: 190px;
  padding: 10px 14px;
  background: #ffffff;
  border: 1px solid #555555;
  border-right: 0;
}
.demo-layout-menu .setting-box.open {
  display: inline-block;
}
 > .demo-layout-menu .setting-boxdiv {
  margin: 6px 0;
  color: #303030;
  max-height: 24px;
}
 > .demo-layout-menu .setting-boxdiv > label {
  font-size: 13px;
}
.demo-layout-menu .setting-box .btn {
  height: 15px;
  width: 15px;
  padding: 4px;
  border: 0 none;
}
.demo-layout-menu .setting-box .btn:hover,
.demo-layout-menu .setting-box .btn:focus {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.demo-layout-menu .setting-box ul {
  padding-left: 0;
}
.demo-layout-menu .setting-box ul li {
  display: inline-block;
  list-style: none;
}
.demo-layout-menu.front {
  top: 110px;
  margin-top: 0;
}
@media (min-width: 992px) {
  .demo-layout-menu.front {
    top: 135px;
    margin-top: 0;
  }
}
.btn {
  outline: 0 none !important;
  background: #f2f2f2;
  color: #686868;
  border-color: #e5e5e5;
}
.btn > .icon-only[class*="fa-"],
.btn .icon-only[class*="glyphicon-"] {
  margin: 0;
  padding: 0;
}
.btn > [class*="fa-"],
.btn [class*="glyphicon-"] {
  display: inline;
  margin-right: 4px;
}
.btn > [class*="fa-"].icon-on-right,
.btn [class*="glyphicon-"].icon-on-right {
  margin-right: 0px;
  margin-left: 4px;
}
.btn.btn-app {
  position: relative;
  padding: 15px 5px;
  margin: 0 7.5px 15px;
  min-width: 80px;
  height: 60px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  text-align: center;
  font-size: 12px;
}
.btn.btn-app > .fa,
.btn.btn-app > .glyphicon,
.btn.btn-app > .ion {
  font-size: 20px;
  display: block;
  margin: 0;
}
.btn.btn-app > .badge {
  position: absolute;
  top: -3px;
  right: -10px;
  font-size: 10px;
  font-weight: 400;
}
.btn.btn-app.big {
  min-width: 110px;
  height: 90px;
  padding: 25px 15px;
  font-size: 14px;
}
.btn.btn-app.big > .fa,
.btn.btn-app.big > .glyphicon,
.btn.btn-app.big > .ion {
  font-size: 30px;
  display: block;
}
.btn.btn-app:hover {
  color: #686868;
  border-color: #d3d3d3;
  background-color: #ffffff;
}
.btn:active,
.btn.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-default {
  color: #686868;
  background-color: #f2f2f2;
  border-color: #dddddd;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #686868;
  background-color: #d9d9d9;
  border-color: #bfbfbf;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #f2f2f2;
  border-color: #dddddd;
}
.btn-default .badge {
  color: #f2f2f2;
  background-color: #686868;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #686868;
  background-color: #e5e5e5;
  border-color: #dddddd;
}
.btn-primary {
  color: #ffffff;
  background-color: #3498db;
  border-color: #258cd1;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #217dbb;
  border-color: #1c699d;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #3498db;
  border-color: #258cd1;
}
.btn-primary .badge {
  color: #3498db;
  background-color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #258cd1;
  border-color: #258cd1;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #4cae4c;
  border-color: #4cae4c;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #46b8da;
  border-color: #46b8da;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #eea236;
  border-color: #eea236;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d43f3a;
  border-color: #d43f3a;
}
.btn-dark,
.btn-gray,
.btn-inverse {
  color: #ffffff;
  background-color: #222222;
  border-color: #161616;
}
.btn-dark:hover,
.btn-gray:hover,
.btn-inverse:hover,
.btn-dark:focus,
.btn-gray:focus,
.btn-inverse:focus,
.btn-dark.focus,
.btn-gray.focus,
.btn-inverse.focus,
.btn-dark:active,
.btn-gray:active,
.btn-inverse:active,
.btn-dark.active,
.btn-gray.active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-dark,
.open > .dropdown-toggle.btn-gray,
.open > .dropdown-toggle.btn-inverse {
  color: #ffffff;
  background-color: #090909;
  border-color: #000000;
}
.btn-dark:active,
.btn-gray:active,
.btn-inverse:active,
.btn-dark.active,
.btn-gray.active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-dark,
.open > .dropdown-toggle.btn-gray,
.open > .dropdown-toggle.btn-inverse {
  background-image: none;
}
.btn-dark.disabled,
.btn-gray.disabled,
.btn-inverse.disabled,
.btn-dark[disabled],
.btn-gray[disabled],
.btn-inverse[disabled],
fieldset[disabled] .btn-dark,
fieldset[disabled] .btn-gray,
fieldset[disabled] .btn-inverse,
.btn-dark.disabled:hover,
.btn-gray.disabled:hover,
.btn-inverse.disabled:hover,
.btn-dark[disabled]:hover,
.btn-gray[disabled]:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-dark:hover,
fieldset[disabled] .btn-gray:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-dark.disabled:focus,
.btn-gray.disabled:focus,
.btn-inverse.disabled:focus,
.btn-dark[disabled]:focus,
.btn-gray[disabled]:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-dark:focus,
fieldset[disabled] .btn-gray:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-dark.disabled.focus,
.btn-gray.disabled.focus,
.btn-inverse.disabled.focus,
.btn-dark[disabled].focus,
.btn-gray[disabled].focus,
.btn-inverse[disabled].focus,
fieldset[disabled] .btn-dark.focus,
fieldset[disabled] .btn-gray.focus,
fieldset[disabled] .btn-inverse.focus,
.btn-dark.disabled:active,
.btn-gray.disabled:active,
.btn-inverse.disabled:active,
.btn-dark[disabled]:active,
.btn-gray[disabled]:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-dark:active,
fieldset[disabled] .btn-gray:active,
fieldset[disabled] .btn-inverse:active,
.btn-dark.disabled.active,
.btn-gray.disabled.active,
.btn-inverse.disabled.active,
.btn-dark[disabled].active,
.btn-gray[disabled].active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-dark.active,
fieldset[disabled] .btn-gray.active,
fieldset[disabled] .btn-inverse.active {
  background-color: #222222;
  border-color: #161616;
}
.btn-dark .badge,
.btn-gray .badge,
.btn-inverse .badge {
  color: #222222;
  background-color: #ffffff;
}
.btn-dark:hover,
.btn-gray:hover,
.btn-inverse:hover,
.btn-dark:focus,
.btn-gray:focus,
.btn-inverse:focus,
.btn-dark.focus,
.btn-gray.focus,
.btn-inverse.focus,
.btn-dark:active,
.btn-gray:active,
.btn-inverse:active,
.btn-dark.active,
.btn-gray.active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-dark,
.open > .dropdown-toggle.btn-gray,
.open > .dropdown-toggle.btn-inverse {
  color: #ffffff;
  background-color: #161616;
  border-color: #161616;
}
.btn-twitter {
  color: #ffffff;
  background-color: #2b97f0;
  border-color: #1d90ef;
}
.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter.focus,
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
  color: #ffffff;
  background-color: #0f7ed9;
  border-color: #0e70c1;
}
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
  background-image: none;
}
.btn-twitter.disabled,
.btn-twitter[disabled],
fieldset[disabled] .btn-twitter,
.btn-twitter.disabled:hover,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter:hover,
.btn-twitter.disabled:focus,
.btn-twitter[disabled]:focus,
fieldset[disabled] .btn-twitter:focus,
.btn-twitter.disabled.focus,
.btn-twitter[disabled].focus,
fieldset[disabled] .btn-twitter.focus,
.btn-twitter.disabled:active,
.btn-twitter[disabled]:active,
fieldset[disabled] .btn-twitter:active,
.btn-twitter.disabled.active,
.btn-twitter[disabled].active,
fieldset[disabled] .btn-twitter.active {
  background-color: #2b97f0;
  border-color: #1d90ef;
}
.btn-twitter .badge {
  color: #2b97f0;
  background-color: #ffffff;
}
.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter.focus,
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
  color: #ffffff;
  background-color: #138bee;
  border-color: #1d90ef;
}
.btn-facebook {
  color: #ffffff;
  background-color: #3b5a9b;
  border-color: #375490;
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook.focus,
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
  color: #ffffff;
  background-color: #2d4576;
  border-color: #263a64;
}
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
  background-image: none;
}
.btn-facebook.disabled,
.btn-facebook[disabled],
fieldset[disabled] .btn-facebook,
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled.focus,
.btn-facebook[disabled].focus,
fieldset[disabled] .btn-facebook.focus,
.btn-facebook.disabled:active,
.btn-facebook[disabled]:active,
fieldset[disabled] .btn-facebook:active,
.btn-facebook.disabled.active,
.btn-facebook[disabled].active,
fieldset[disabled] .btn-facebook.active {
  background-color: #3b5a9b;
  border-color: #375490;
}
.btn-facebook .badge {
  color: #3b5a9b;
  background-color: #ffffff;
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook.focus,
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
  color: #ffffff;
  background-color: #344f89;
  border-color: #375490;
}
.btn-googleplus {
  color: #ffffff;
  background-color: #db2814;
  border-color: #cd2513;
}
.btn-googleplus:hover,
.btn-googleplus:focus,
.btn-googleplus.focus,
.btn-googleplus:active,
.btn-googleplus.active,
.open > .dropdown-toggle.btn-googleplus {
  color: #ffffff;
  background-color: #ac1f10;
  border-color: #951b0e;
}
.btn-googleplus:active,
.btn-googleplus.active,
.open > .dropdown-toggle.btn-googleplus {
  background-image: none;
}
.btn-googleplus.disabled,
.btn-googleplus[disabled],
fieldset[disabled] .btn-googleplus,
.btn-googleplus.disabled:hover,
.btn-googleplus[disabled]:hover,
fieldset[disabled] .btn-googleplus:hover,
.btn-googleplus.disabled:focus,
.btn-googleplus[disabled]:focus,
fieldset[disabled] .btn-googleplus:focus,
.btn-googleplus.disabled.focus,
.btn-googleplus[disabled].focus,
fieldset[disabled] .btn-googleplus.focus,
.btn-googleplus.disabled:active,
.btn-googleplus[disabled]:active,
fieldset[disabled] .btn-googleplus:active,
.btn-googleplus.disabled.active,
.btn-googleplus[disabled].active,
fieldset[disabled] .btn-googleplus.active {
  background-color: #db2814;
  border-color: #cd2513;
}
.btn-googleplus .badge {
  color: #db2814;
  background-color: #ffffff;
}
.btn-googleplus:hover,
.btn-googleplus:focus,
.btn-googleplus.focus,
.btn-googleplus:active,
.btn-googleplus.active,
.open > .dropdown-toggle.btn-googleplus {
  color: #ffffff;
  background-color: #c42412;
  border-color: #cd2513;
}
.btn-linkedin {
  color: #ffffff;
  background-color: #0e76a8;
  border-color: #0d6c9a;
}
.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin.focus,
.btn-linkedin:active,
.btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
  color: #ffffff;
  background-color: #0a5579;
  border-color: #084461;
}
.btn-linkedin:active,
.btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
  background-image: none;
}
.btn-linkedin.disabled,
.btn-linkedin[disabled],
fieldset[disabled] .btn-linkedin,
.btn-linkedin.disabled:hover,
.btn-linkedin[disabled]:hover,
fieldset[disabled] .btn-linkedin:hover,
.btn-linkedin.disabled:focus,
.btn-linkedin[disabled]:focus,
fieldset[disabled] .btn-linkedin:focus,
.btn-linkedin.disabled.focus,
.btn-linkedin[disabled].focus,
fieldset[disabled] .btn-linkedin.focus,
.btn-linkedin.disabled:active,
.btn-linkedin[disabled]:active,
fieldset[disabled] .btn-linkedin:active,
.btn-linkedin.disabled.active,
.btn-linkedin[disabled].active,
fieldset[disabled] .btn-linkedin.active {
  background-color: #0e76a8;
  border-color: #0d6c9a;
}
.btn-linkedin .badge {
  color: #0e76a8;
  background-color: #ffffff;
}
.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin.focus,
.btn-linkedin:active,
.btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
  color: #ffffff;
  background-color: #0c6590;
  border-color: #0d6c9a;
}
.btn-white {
  color: #686868;
  background-color: #ffffff;
  border-color: #e5e5e5;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  color: #686868;
  background-color: #e6e6e6;
  border-color: #c6c6c6;
}
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  background-image: none;
}
.btn-white.disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white,
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled.focus,
.btn-white[disabled].focus,
fieldset[disabled] .btn-white.focus,
.btn-white.disabled:active,
.btn-white[disabled]:active,
fieldset[disabled] .btn-white:active,
.btn-white.disabled.active,
.btn-white[disabled].active,
fieldset[disabled] .btn-white.active {
  background-color: #ffffff;
  border-color: #e5e5e5;
}
.btn-white .badge {
  color: #ffffff;
  background-color: #686868;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  color: #686868;
  background-color: #f2f2f2;
  border-color: #e5e5e5;
}
.ui-group-buttons .or {
  position: relative;
  float: left;
  width: .3em;
  height: 1.3em;
  z-index: 3;
  font-size: 12px;
}
.ui-group-buttons .or:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: 'or';
  background-color: #ffffff;
  margin-top: -0.1em;
  margin-left: -0.9em;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.55;
  color: #686868;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  border-radius: 500px;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ui-group-buttons .or:after {
  position: absolute;
  top: 0;
  left: 0;
  content: ' ';
  width: .3em;
  height: 2.84em;
  border-top: 0.6em solid #ffffff;
  border-bottom: 0.6em solid #ffffff;
}
.ui-group-buttons .or.or-lg {
  height: 1.3em;
  font-size: 16px;
}
.ui-group-buttons .or.or-lg:after {
  height: 2.85em;
}
.ui-group-buttons .or.or-sm {
  height: 1em;
}
.ui-group-buttons .or.or-sm:after {
  height: 2.5em;
}
.ui-group-buttons .or.or-xs {
  height: .25em;
}
.ui-group-buttons .or.or-xs:after {
  height: 1.84em;
  z-index: -1000;
}
.ui-group-buttons {
  display: inline-block;
  vertical-align: middle;
}
.ui-group-buttons:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui-group-buttons .btn {
  float: left;
  border-radius: 0;
}
.ui-group-buttons .btn:first-child {
  margin-left: 0;
  border-top-left-radius: .25em;
  border-bottom-left-radius: .25em;
  padding-right: 15px;
}
.ui-group-buttons .btn:last-child {
  border-top-right-radius: .25em;
  border-bottom-right-radius: .25em;
  padding-left: 15px;
}
.btn-circle {
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 12px 10px;
  font-size: 18px;
  border-radius: 25px;
}
.btn-circle.btn-xs {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  font-size: 11px;
  border-radius: 15px;
}
.btn-circle.btn-sm {
  width: 40px;
  height: 40px;
  padding: 8px 10px;
  font-size: 16px;
  border-radius: 20px;
}
.btn-circle.btn-lg {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 34px;
  border-radius: 35px;
}
.btn-line {
  background-color: #ffffff;
  color: inherit;
}
.btn-line.btn-primary {
  color: #3498db;
}
.btn-line.btn-primary:hover,
.btn-line.btn-primary:active,
.btn-line.btn-primary:focus {
  color: #ffffff;
}
.btn-line.btn-success {
  color: #5cb85c;
}
.btn-line.btn-success:hover,
.btn-line.btn-success:active,
.btn-line.btn-success:focus,
.btn-line.btn-success.disabled {
  color: #ffffff;
}
.btn-line.btn-info {
  color: #5bc0de;
}
.btn-line.btn-info:hover,
.btn-line.btn-info:active,
.btn-line.btn-info:focus,
.btn-line.btn-info.disabled {
  color: #ffffff;
}
.btn-line.btn-warning {
  color: #f0ad4e;
}
.btn-line.btn-warning:hover,
.btn-line.btn-warning:active,
.btn-line.btn-warning:focus,
.btn-line.btn-warning.disabled {
  color: #ffffff;
}
.btn-line.btn-danger {
  color: #d9534f;
}
.btn-line.btn-danger:hover,
.btn-line.btn-danger:active,
.btn-line.btn-danger:focus,
.btn-line.btn-danger.disabled {
  color: #ffffff;
}
.btn-line.btn-white {
  color: #3498db;
}
.btn-line.btn-white:hover,
.btn-line.btn-white:active,
.btn-line.btn-white:focus,
.btn-line.btn-white.disabled {
  color: #555555;
}
.btn-line.btn-gray,
.btn-line.btn-dark,
.btn-line.btn-gray,
.btn-line.btn-inverse {
  color: #555555;
}
.btn-line.btn-gray:hover,
.btn-line.btn-dark:hover,
.btn-line.btn-gray:hover,
.btn-line.btn-inverse:hover,
.btn-line.btn-gray:active,
.btn-line.btn-dark:active,
.btn-line.btn-gray:active,
.btn-line.btn-inverse:active,
.btn-line.btn-gray:focus,
.btn-line.btn-dark:focus,
.btn-line.btn-gray:focus,
.btn-line.btn-inverse:focus,
.btn-line.btn-gray.disabled,
.btn-line.btn-dark.disabled,
.btn-line.btn-gray.disabled,
.btn-line.btn-inverse.disabled {
  color: #ffffff;
}
.btn-line:hover,
.btn-line:focus {
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 0 5px;
}
.btn-group-xs .btn,
.btn-group-sm .btn,
btn-group-lg .btn {
  border-radius: 0;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  text-align: right;
  opacity: 0;
  filter: alpha(opacity=0);
  outline: none;
  cursor: inherit;
  display: block;
}
.btn-colorpicker {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #f2f2f2;
  vertical-align: middle;
  border-radius: 0;
}
.portlet {
  margin-bottom: 15px;
  border: 1px solid #e5e5e5;
  background: #ffffff;
}
.portlet .portlet-heading {
  padding: 0 15px;
  border-bottom: 1px solid #e5e5e5;
  background: #ffffff;
  line-height: 38px;
  min-height: 39px;
}
.portlet .portlet-heading .fa,
.portlet .portlet-heading .glyphicon {
  opacity: 0.55;
  filter: alpha(opacity=55.00000000000001);
}
.portlet .portlet-heading.dark a,
.portlet .portlet-heading.bg-info a,
.portlet .portlet-heading.bg-success a,
.portlet .portlet-heading.bg-primary a,
.portlet .portlet-heading.bg-danger a,
.portlet .portlet-heading.bg-warning a,
.portlet .portlet-heading.inverse a {
  color: #ffffff;
}
.portlet .portlet-heading.dark small,
.portlet .portlet-heading.bg-info small,
.portlet .portlet-heading.bg-success small,
.portlet .portlet-heading.bg-primary small,
.portlet .portlet-heading.bg-danger small,
.portlet .portlet-heading.bg-warning small,
.portlet .portlet-heading.inverse small {
  color: #999999;
}
.portlet .portlet-heading.dark .nav li.active > a,
.portlet .portlet-heading.bg-info .nav li.active > a,
.portlet .portlet-heading.bg-success .nav li.active > a,
.portlet .portlet-heading.bg-primary .nav li.active > a,
.portlet .portlet-heading.bg-danger .nav li.active > a,
.portlet .portlet-heading.bg-warning .nav li.active > a,
.portlet .portlet-heading.inverse .nav li.active > a {
  color: #686868;
}
.portlet .portlet-heading .nav li {
  margin-bottom: auto;
}
.portlet .portlet-heading .nav li > a {
  padding: 7.5px 15px;
  font-size: 13px;
}
.portlet .portlet-heading .nav li:not(.active) > a {
  border-color: transparent;
  background-color: transparent;
}
.portlet .portlet-heading .nav li.active > a {
  background-color: #ffffff;
  border-bottom-color: transparent;
  box-shadow: none;
  color: #686868;
}
.portlet .portlet-heading .nav.nav-tabs {
  float: right;
  border-bottom: none;
  margin-bottom: 0;
  position: relative;
  bottom: -5px;
}
.portlet .portlet-heading .portlet-title {
  float: left;
}
.portlet .portlet-heading a {
  color: #999999;
}
.portlet .portlet-heading a:hover,
.portlet .portlet-heading a:focus,
.portlet .portlet-heading a:active {
  outline: none;
}
.portlet .portlet-heading h4 {
  font-size: 18px;
  margin: 0;
  line-height: 37px;
}
.portlet .portlet-heading .portlet-widgets {
  position: relative;
  text-align: right;
  float: right;
  padding-left: 15px;
  display: inline-block;
  font-size: 15px;
  line-height: 37px;
}
.portlet .portlet-heading .portlet-widgets:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: -1px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-width: 0 1px 0 0;
}
.portlet .portlet-heading .portlet-widgets .divider {
  margin: 0 3px;
}
.portlet .portlet-heading .portlet-widgets .fa:hover {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 1;
}
.portlet .portlet-heading .portlet-widgets .dropdown-menu a {
  color: #555555;
}
.portlet .portlet-heading .portlet-widgets ul.dropdown-menu {
  min-width: 0;
}
.portlet .portlet-heading.no-left-border .portlet-widgets:before {
  border: 0 none;
}
.portlet .portlet-heading.large-heading {
  line-height: 49px;
  min-height: 50px;
}
.portlet .portlet-heading.large-heading .portlet-widgets {
  line-height: 49px;
}
.portlet .portlet-heading.large-heading h4 {
  line-height: 48px;
}
.portlet form .form-actions {
  padding: 15px 10px 0;
}
.portlet.no-border {
  border: 0;
}
.portlet .portlet-body {
  background: #ffffff;
  padding: 15px;
}
.portlet .portlet-body .table {
  margin-bottom: 0;
}
.portlet .portlet-body .table > thead > tr > th,
.portlet .portlet-body .table > thead > tr > td {
  border-bottom: 3px double #e5e5e5;
}
.portlet .portlet-body .datepicker.datepicker-inline {
  margin: 0;
}
.portlet .portlet-body.no-padding .table.table-bordered {
  border-width: 1px 0 0;
}
.portlet .portlet-body.no-padding .table.table-bordered th:first-child,
.portlet .portlet-body.no-padding .table.table-bordered td:first-child {
  border-left: 0 none;
}
.portlet .portlet-body.no-padding .table.table-bordered th:last-child,
.portlet .portlet-body.no-padding .table.table-bordered td:last-child {
  border-right: 0 none;
}
.portlet .portlet-body.no-padding .table.table-bordered tr:last-child td {
  border-bottom: 0 none;
}
.portlet .portlet-footer {
  padding: 10px 15px;
  background: #f2f2f2;
  border-top: 1px solid #e5e5e5;
}
.portlet .portlet-footer ul {
  margin: 0;
}
.portlet.hidden-widgets .portlet-widgets {
  display: none;
}
.portlet.hidden-widgets:hover .portlet-widgets {
  display: block;
}
.portlet.portlet-primary .portlet-heading,
.portlet.portlet-success .portlet-heading,
.portlet.portlet-warning .portlet-heading,
.portlet.portlet-info .portlet-heading,
.portlet.portlet-danger .portlet-heading,
.portlet.portlet-dark .portlet-heading,
.portlet.portlet-gray .portlet-heading,
.portlet.portlet-inverse .portlet-heading {
  color: #ffffff;
}
.portlet.portlet-primary .portlet-heading a,
.portlet.portlet-success .portlet-heading a,
.portlet.portlet-warning .portlet-heading a,
.portlet.portlet-info .portlet-heading a,
.portlet.portlet-danger .portlet-heading a,
.portlet.portlet-dark .portlet-heading a,
.portlet.portlet-gray .portlet-heading a,
.portlet.portlet-inverse .portlet-heading a {
  color: #ffffff;
}
.portlet.portlet-basic .portlet-heading {
  background: #f2f2f2;
}
.portlet.portlet-basic .portlet-heading a {
  color: #999999;
}
.portlet-gray > .portlet-heading {
  background-color: #555555;
}
.portlet-dark > .portlet-heading,
.portlet-inverse > .portlet-heading {
  background-color: #303030;
}
.portlet-success > .portlet-heading {
  background-color: #5cb85c;
}
.portlet-danger > .portlet-heading {
  background-color: #d9534f;
}
.portlet-info > .portlet-heading {
  background-color: #5bc0de;
}
.portlet-warning > .portlet-heading {
  background-color: #f0ad4e;
}
.portlet-primary > .portlet-heading {
  background-color: #3498db;
}
.portlet-primary,
.portlet-primary > .portlet-heading {
  border-color: #3498db;
}
.portlet-danger,
.portlet-danger > .portlet-heading {
  border-color: #d9534f;
}
.portlet-success,
.portlet-success > .portlet-heading {
  border-color: #5cb85c;
}
.portlet-warning,
.portlet-warning > .portlet-heading {
  border-color: #f0ad4e;
}
.portlet-info,
.portlet-info > .portlet-heading {
  border-color: #5bc0de;
}
.portlet-gray,
.portlet-gray > .portlet-heading {
  border-color: #555555;
}
.portlet-dark,
.portlet-dark > .portlet-heading,
.portlet-inverse,
.portlet-inverse > .portlet-heading {
  border-color: #303030;
}
.btn.tile-button {
  display: block;
  text-align: left;
  padding: 0;
  margin-bottom: 15px;
  border-right: 7.5px solid #e5e5e5;
}
.btn.tile-button .tile-content-wrapper {
  overflow: hidden;
  padding: 10px 15px;
  position: relative;
}
.btn.tile-button .tile-content-wrapper .fa,
.btn.tile-button .tile-content-wrapper .glyphicon {
  position: absolute;
  font-size: 57px;
  top: 50%;
  margin-top: -25px;
  left: 15px;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -moz-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.btn.tile-button .tile-content-wrapper .tile-content {
  font-size: 35px;
  text-align: right;
  font-weight: 500;
}
.btn.tile-button .tile-content-wrapper .tile-content span {
  font-size: 25px;
}
.btn.tile-button .tile-content-wrapper small {
  text-align: right;
  font-size: 16px;
  display: block;
}
.btn.tile-button:hover {
  background-color: #ffffff;
}
.btn.tile-button:hover .tile-content-wrapper .fa,
.btn.tile-button:hover .tile-content-wrapper .glyphicon {
  left: -20px;
  margin-top: -45px;
  font-size: 110px!important;
  -moz-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.btn.tile-button:hover .tile-content-wrapper .tile-content,
.btn.tile-button:hover .tile-content-wrapper small {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.btn.tile-button.btn-default {
  border-color: #2386c8;
}
.btn.tile-button.btn-default:hover {
  color: #3498db;
}
.btn.tile-button.btn-dark,
.btn.tile-button.btn-inverse {
  border-color: #444444;
}
.btn.tile-button.btn-dark:hover,
.btn.tile-button.btn-inverse:hover {
  color: #555555;
}
.btn.tile-button.btn-white {
  border-color: #e5e5e5;
}
.btn.tile-button.btn-white:hover {
  color: #999999;
}
.btn.tile-button.btn-danger {
  border-color: #d33632;
}
.btn.tile-button.btn-danger:hover {
  color: #d9534f;
}
.btn.tile-button.btn-warning {
  border-color: #ed9e2d;
}
.btn.tile-button.btn-warning:hover {
  color: #f0ad4e;
}
.btn.tile-button.btn-primary {
  border-color: #2386c8;
}
.btn.tile-button.btn-primary:hover {
  color: #3498db;
}
.btn.tile-button.btn-info {
  border-color: #3db5d8;
}
.btn.tile-button.btn-info:hover {
  color: #5bc0de;
}
.btn.tile-button.btn-success {
  border-color: #49a749;
}
.btn.tile-button.btn-success:hover {
  color: #5cb85c;
}
.btn.tile-button.btn-line {
  background: #ffffff;
  border-width: 1px 7.5px 1px 1px;
}
.btn.tile-button.btn-line .tile-content-wrapper .fa,
.btn.tile-button.btn-line .tile-content-wrapper .glyphicon {
  margin-top: -45px;
  font-size: 110px;
  -moz-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
  left: -20px;
}
.btn.tile-button.btn-line .tile-content-wrapper .fa,
.btn.tile-button.btn-line .tile-content-wrapper .glyphicon,
.btn.tile-button.btn-line .tile-content-wrapper .tile-content,
.btn.tile-button.btn-line .tile-content-wrapper small {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.btn.tile-button.btn-line:hover .tile-content-wrapper .tile-content {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn.tile-button.btn-line:hover .tile-content-wrapper .fa,
.btn.tile-button.btn-line:hover .tile-content-wrapper .glyphicon {
  margin-top: -25px;
  font-size: 57px!important;
  -moz-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
  left: 15px;
}
.btn.tile-button.btn-line:hover .tile-content-wrapper .fa,
.btn.tile-button.btn-line:hover .tile-content-wrapper .glyphicon,
.btn.tile-button.btn-line:hover .tile-content-wrapper small {
  opacity: 0.55;
  filter: alpha(opacity=55.00000000000001);
}
.btn.tile-button.btn-line.btn-default:active,
.btn.tile-button.btn-line.btn-default:focus {
  color: #3498db;
}
.btn.tile-button.btn-line.btn-primary:active,
.btn.tile-button.btn-line.btn-primary:focus {
  color: #3498db;
}
.btn.tile-button.btn-line.btn-success:active,
.btn.tile-button.btn-line.btn-success:focus {
  color: #5cb85c;
}
.btn.tile-button.btn-line.btn-danger:active,
.btn.tile-button.btn-line.btn-danger:focus {
  color: #d9534f;
}
.btn.tile-button.btn-line.btn-info:active,
.btn.tile-button.btn-line.btn-info:focus {
  color: #5bc0de;
}
.btn.tile-button.btn-line.btn-warning:active,
.btn.tile-button.btn-line.btn-warning:focus {
  color: #f0ad4e;
}
.btn.tile-button.btn-line.btn-dark:active,
.btn.tile-button.btn-line.btn-gray:active,
.btn.tile-button.btn-line.btn-inverse:active,
.btn.tile-button.btn-line.btn-dark:focus,
.btn.tile-button.btn-line.btn-gray:focus,
.btn.tile-button.btn-line.btn-inverse:focus {
  color: #303030;
}
/* Checkbox & Radio */
input[type=checkbox].tc,
input[type=radio].tc {
  opacity: 0;
  position: absolute;
  z-index: 12;
  width: 17px;
  height: 17px;
  cursor: pointer;
}
input[type=checkbox].tc:checked,
input[type=radio].tc:checked,
input[type=checkbox].tc:focus,
input[type=radio].tc:focus {
  outline: none !important;
}
input[type=checkbox].tc + .labels,
input[type=radio].tc + .labels {
  position: relative;
  z-index: 11;
  display: inline-block;
  margin: 0;
  line-height: 20px;
  min-height: 18px;
  min-width: 18px;
  font-weight: normal;
  font-size: 13px;
}
input[type=checkbox].tc + .labels::before,
input[type=radio].tc + .labels::before {
  font-family: fontAwesome;
  font-weight: normal;
  font-size: 10px;
  color: #ffffff;
  content: "\a0";
  background-color: #FAFAFA;
  border: 1px solid #5faee3;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  /*, inset 0px -15px 10px -12px rgba(0,0,0,0.05);*/
  border-radius: 0;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  height: 16px;
  line-height: 14px;
  min-width: 16px;
  margin-right: 1px;
}
input[type=checkbox].tc:checked + .labels::before,
input[type=radio].tc:checked + .labels::before {
  display: inline-block;
  content: '\f00c';
  background-color: #5faee3;
  border-color: #217dbb;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
}
input[type=checkbox].tc:hover + .labels::before,
input[type=radio].tc:hover + .labels::before,
input[type=checkbox].tc + .labels:hover::before,
input[type=radio].tc + .labels:hover::before {
  border-color: #217dbb;
}
input[type=checkbox].tc:active + .labels::before,
input[type=radio].tc:active + .labels::before,
input[type=checkbox].tc:checked:active + .labels::before,
input[type=radio].tc:checked:active + .labels::before {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=checkbox].tc.tc-gray + .labels::before,
input[type=radio].tc.tc-gray + .labels::before {
  box-shadow: none;
  border-color: #555555;
}
input[type=checkbox].tc.tc-gary:checked + .labels::before,
input[type=radio].tc.tc-gary:checked + .labels::before {
  background-color: #555555;
  border-color: #3c3c3c;
  color: #ffffff;
}
input[type=checkbox].tc.tc-danger + .labels::before,
input[type=radio].tc.tc-danger + .labels::before {
  box-shadow: none;
  border-color: #d9534f;
}
input[type=checkbox].tc.tc-danger:checked + .labels::before,
input[type=radio].tc.tc-danger:checked + .labels::before {
  background-color: #d9534f;
  border-color: #c9302c;
  color: #ffffff;
}
input[type=checkbox].tc.tc-success + .labels::before,
input[type=radio].tc.tc-success + .labels::before {
  box-shadow: none;
  border-color: #5cb85c;
}
input[type=checkbox].tc.tc-success:checked + .labels::before,
input[type=radio].tc.tc-success:checked + .labels::before {
  background-color: #5cb85c;
  border-color: #449d44;
  color: #ffffff;
}
input[type=checkbox].tc.tc-info + .labels::before,
input[type=radio].tc.tc-info + .labels::before {
  box-shadow: none;
  border-color: #5bc0de;
}
input[type=checkbox].tc.tc-info:checked + .labels::before,
input[type=radio].tc.tc-info:checked + .labels::before {
  background-color: #5bc0de;
  border-color: #31b0d5;
  color: #ffffff;
}
input[type=checkbox].tc.tc-primary + .labels::before,
input[type=radio].tc.tc-primary + .labels::before {
  box-shadow: none;
  border-color: #3498db;
}
input[type=checkbox].tc.tc-primary:checked + .labels::before,
input[type=radio].tc.tc-primary:checked + .labels::before {
  background-color: #3498db;
  border-color: #217dbb;
  color: #ffffff;
}
input[type=checkbox].tc.tc-warning + .labels::before,
input[type=radio].tc.tc-warning + .labels::before {
  box-shadow: none;
  border-color: #f0ad4e;
}
input[type=checkbox].tc.tc-warning:checked + .labels::before,
input[type=radio].tc.tc-warning:checked + .labels::before {
  background-color: #f0ad4e;
  border-color: #ec971f;
  color: #ffffff;
}
input[type=checkbox].tc:disabled + .labels::before,
input[type=radio].tc:disabled + .labels::before,
input[type=checkbox].tc[disabled] + .labels::before,
input[type=radio].tc[disabled] + .labels::before,
input[type=checkbox].tc.disabled + .labels::before,
input[type=radio].tc.disabled + .labels::before {
  background-color: #f2f2f2 !important;
  border-color: #e5e5e5 !important;
  box-shadow: none !important;
  color: #BBB;
}
input[type=radio].tc + .labels::before {
  border-radius: 100%;
  font-size: 10px;
  font-family: FontAwesome;
  text-shadow: 0 0 1px #ffffff;
  line-height: 15px;
  height: 17px;
  min-width: 17px;
}
input[type=radio].tc:checked + .labels::before {
  content: "\f111";
  font-size: 13px;
}
/* CSS3 on/off switches */
input[type=checkbox].tc.tc-switch {
  width: 55px;
  height: 25px;
  /* switch style 4 & 5 */
  /* switch style 6 */
}
input[type=checkbox].tc.tc-switch + .labels {
  margin: 0 4px;
  min-height: 24px;
}
input[type=checkbox].tc.tc-switch + .labels::before {
  font-family: Arial, Helvetica, sans-serif;
  content: "ON\a0\a0\a0\a0\a0\a0\a0\a0\a0OFF";
  color: #555555;
  font-weight: bold;
  font-size: 11px;
  line-height: 18px;
  line-height: 21px\9;
  /*ie9*/
  height: 20px;
  overflow: hidden;
  border-radius: 12px;
  background-color: #f2f2f2;
  -webkit-box-shadow: inset 0px 2px 2px 0px rgba(0,0,0,.2);
  box-shadow: inset 0px 2px 2px 0px rgba(0,0,0,.2);
  border: 1px solid #CCC;
  text-align: left;
  float: left;
  padding: 0;
  width: 52px;
  text-indent: -19px;
  text-indent: -21px\9;
  margin-right: 0;
  -webkit-transition: text-indent .4s ease;
  -o-transition: text-indent .4s ease;
  transition: text-indent .4s ease;
}
input[type=checkbox].tc.tc-switch + .labels::after {
  font-family: Arial, Helvetica, sans-serif;
  content: '|||';
  font-size: 10px;
  font-weight: lighter;
  color: #555555;
  background-color: #ffffff;
  text-shadow: -1px 0px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  line-height: 20px;
  position: absolute;
  top: -2px;
  left: -3px;
  padding: 0;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,.3);
  box-shadow: 0px 1px 1px 1px rgba(0,0,0,.3);
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3) inset;
  -webkit-transition: left .4s ease;
  -o-transition: left .4s ease;
  transition: left .4s ease;
}
input[type=checkbox].tc.tc-switch:checked + .labels::before {
  text-indent: 9px;
  color: #ffffff;
  background-color: #b6daf2;
  border-color: #3498db;
}
input[type=checkbox].tc.tc-switch:checked + .labels::after {
  left: 34px;
  background-color: #ffffff;
  color: #b6daf2;
}
input[type=checkbox].tc.tc-switch.tc-switch-2 + .labels::before {
  content: "YES\a0\a0\a0\a0\a0\a0\a0\a0NO";
}
input[type=checkbox].tc.tc-switch.tc-switch-3 + .labels::after {
  font-family: FontAwesome;
  font-size: 13px;
  line-height: 23px;
  content: "\f00d";
  top: -1px;
}
input[type=checkbox].tc.tc-switch.tc-switch-3:checked + .labels::after {
  content: "\f00c";
}
input[type=checkbox].tc.tc-switch.tc-switch-4 + .labels::before,
input[type=checkbox].tc.tc-switch.tc-switch-5 + .labels::before {
  content: "ON\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0OFF";
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
  font-size: 12px;
  line-height: 23px;
  height: 24px;
  overflow: hidden;
  line-height: 25px\9;
  border-radius: 12px;
  background-color: #3498db;
  border: 1px solid #3498db;
  color: #ffffff;
  width: 56px;
  text-indent: -25px;
  text-indent: -28px\9;
  display: inline-block;
  position: relative;
  box-shadow: none;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
input[type=checkbox].tc.tc-switch.tc-switch-4 + .labels::after,
input[type=checkbox].tc.tc-switch.tc-switch-5 + .labels::after {
  font-family: Helvetica, Arial, sans-serif;
  content: '|||';
  text-shadow: -1px 0px 0 rgba(0, 0, 0, 0.2);
  font-size: 8px;
  font-weight: lighter;
  color: #3498db;
  text-align: center;
  position: absolute;
  border-radius: 12px;
  color: #555555;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  line-height: 18px;
  background-color: #ffffff;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
input[type=checkbox].tc.tc-switch.tc-switch-4:checked + .labels::before,
input[type=checkbox].tc.tc-switch.tc-switch-5:checked + .labels::before {
  text-indent: 9px;
  background-color: #999999;
  border-color: #3498db;
}
input[type=checkbox].tc.tc-switch.tc-switch-4:checked + .labels::after,
input[type=checkbox].tc.tc-switch.tc-switch-5:checked + .labels::after {
  left: 34px;
  background-color: #ffffff;
}
input[type=checkbox].tc.tc-switch.tc-switch-5 + .labels::before {
  content: "YES\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0NO";
}
input[type=checkbox].tc.tc-switch.tc-switch-5:checked + .labels::before {
  text-indent: 8px;
}
input[type=checkbox].tc.tc-switch.tc-switch-6 + .labels {
  position: relative;
}
input[type=checkbox].tc.tc-switch.tc-switch-6 + .labels::before {
  font-family: FontAwesome;
  content: "\f00d";
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: none;
  border: none;
  font-weight: lighter;
  font-size: 16px;
  border-radius: 12px;
  display: inline-block;
  background-color: #555555;
  color: #ffffff;
  width: 52px;
  height: 22px;
  line-height: 20px;
  text-indent: 32px;
  -webkit-transition: background 0.1s ease;
  -o-transition: background 0.1s ease;
  transition: background 0.1s ease;
}
input[type=checkbox].tc.tc-switch.tc-switch-6 + .labels::after {
  content: '';
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 2px;
  left: 3px;
  border-radius: 12px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  width: 18px;
  height: 18px;
  text-align: center;
  background-color: #F2F2F2;
  border: 4px solid #F2F2F2;
  -webkit-transition: left 0.2s ease;
  -o-transition: left 0.2s ease;
  transition: left 0.2s ease;
}
input[type=checkbox].tc.tc-switch.tc-switch-6:checked + .labels::before {
  content: "\f00c";
  text-indent: 6px;
  color: #ffffff;
  border-color: #124364;
  background-color: #3498db;
}
input[type=checkbox].tc.tc-switch.tc-switch-6:checked + .labels::after {
  left: 32px;
  background-color: #ffffff;
  border: 4px solid #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 200, 0, 0.25);
}
input[type=checkbox].tc.tc-switch.tc-switch-7 {
  width: 75px;
}
input[type=checkbox].tc.tc-switch.tc-switch-7 + .labels {
  position: relative;
}
input[type=checkbox].tc.tc-switch.tc-switch-7 + .labels::before {
  content: "OFF\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0ON";
  font-weight: bolder;
  font-size: 14px;
  line-height: 20px;
  background-color: #ffffff;
  border: 1px solid #999999;
  border-radius: 0;
  box-shadow: none;
  color: #999999;
  width: 74px;
  height: 26px;
  line-height: 22px;
  overflow: hidden;
  text-indent: 4px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
input[type=checkbox].tc.tc-switch.tc-switch-7 + .labels::after {
  content: '\f00d';
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  top: 3px;
  left: 39px;
  width: 32px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  background-color: #999999;
  color: #ffffff;
  border-radius: 0;
  box-shadow: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type=checkbox].tc.tc-switch.tc-switch-7:checked + .labels::before {
  color: #3498db;
  background-color: #ffffff;
  text-indent: -33px;
  border-color: #3498db;
}
input[type=checkbox].tc.tc-switch.tc-switch-7:checked + .labels::after {
  left: 3px;
  content: '\f00c';
  background-color: #3498db;
  color: #ffffff;
}
.well {
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin-bottom: 15px;
  padding: 15px;
  background: #f2f2f2;
}
.well.well-sm {
  padding: 10px;
}
.well h1,
.well h2,
.well h3,
.well h4,
.well h5,
.well h6 {
  margin-top: 0;
}
.well h1,
.well h2,
.well h3 {
  line-height: 36px;
}
.jumbotron {
  font-size: 18px;
  margin-bottom: 15px;
  background: #f2f2f2;
  border-radius: 0 !important;
}
.jumbotron.bordered {
  border: 1px solid #e5e5e5;
}
@media (max-width: 640px) {
  .jumbotron {
    font-size: 13px;
  }
}
@media (max-width: 320px) {
  .jumbotron h1 {
    font-size: 26px;
  }
}
.note {
  border-left: 5px solid #999999;
  background-color: #f2f2f2;
}
.note h1,
.note h2,
.note h3,
.note h4 {
  margin-top: 0;
}
.note p:last-child {
  margin-bottom: 0;
}
.note code,
.note .highlight {
  background-color: #f2f2f2;
}
.note-danger {
  background-color: #f2dede;
  border-color: #ce838f;
  color: #a94442;
}
.note-warning {
  background-color: #fcf8e3;
  border-color: #f0c670;
  color: #8a6d3b;
}
.note-info {
  background-color: #d9edf7;
  border-color: #70cee1;
  color: #31708f;
}
.note-success {
  background-color: #dff0d8;
  border-color: #a1cd7c;
  color: #3c763d;
}
.alert,
.note {
  padding: 15px;
  margin: 0 0 15px 0;
}
.alert .close,
.note .close {
  font-size: 16px;
  outline: none !important;
}
.alert.alert-success a,
.note.alert-success a,
.alert.note-success a,
.note.note-success a,
.alert.alert-danger a,
.note.alert-danger a,
.alert.note-danger a,
.note.note-danger a,
.alert.alert-info a,
.note.alert-info a,
.alert.note-info a,
.note.note-info a,
.alert.alert-warning a,
.note.alert-warning a,
.alert.note-warning a,
.note.note-warning a,
.alert.dark a,
.note.dark a,
.alert.bg-info a,
.note.bg-info a,
.alert.bg-succsss a,
.note.bg-succsss a,
.alert.bg-primary a,
.note.bg-primary a,
.alert.bg-success a,
.note.bg-success a,
.alert.bg-warning a,
.note.bg-warning a,
.alert.gray a,
.note.gray a {
  text-decoration: underline;
}
.alert.alert-success a,
.note.alert-success a,
.alert.note-success a,
.note.note-success a {
  color: #31708f;
}
.alert.alert-danger a,
.note.alert-danger a,
.alert.note-danger a,
.note.note-danger a {
  color: #a94442;
}
.alert.alert-info a,
.note.alert-info a,
.alert.note-info a,
.note.note-info a {
  color: #31708f;
}
.alert.alert-warning a,
.note.alert-warning a,
.alert.note-warning a,
.note.note-warning a {
  color: #8a6d3b;
}
.alert.dark a,
.note.dark a,
.alert.bg-info a,
.note.bg-info a,
.alert.bg-succsss a,
.note.bg-succsss a,
.alert.bg-primary a,
.note.bg-primary a,
.alert.bg-success a,
.note.bg-success a,
.alert.bg-warning a,
.note.bg-warning a {
  color: #ffffff;
}
.tooltip.in {
  opacity: 1;
}
.tooltip-inner {
  background-color: #222222;
  color: #ffffff;
  font-size: 12px;
  white-space: nowrap;
  text-shadow: 1px 1px 0 rgba(42, 45, 50, 0.5);
  border-radius: 0;
  padding: 5px 9px;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #222222;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #222222;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #222222;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #222222;
}
/* danger tooltip */
.tooltip-danger + .tooltip > .tooltip-inner {
  background-color: #d9534f;
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(100, 60, 20, 0.3);
  border-radius: 0;
}
.tooltip-danger + .tooltip.top .tooltip-arrow {
  border-top-color: #d9534f;
}
.tooltip-danger + .tooltip.right .tooltip-arrow {
  border-right-color: #d9534f;
}
.tooltip-danger + .tooltip.left .tooltip-arrow {
  border-left-color: #d9534f;
}
.tooltip-danger + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #d9534f;
}
/* success tooltip */
.tooltip-success + .tooltip > .tooltip-inner {
  background-color: #5cb85c;
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(60, 100, 20, 0.3);
  border-radius: 0;
}
.tooltip-success + .tooltip.top .tooltip-arrow {
  border-top-color: #5cb85c;
}
.tooltip-success + .tooltip.right .tooltip-arrow {
  border-right-color: #5cb85c;
}
.tooltip-success + .tooltip.left .tooltip-arrow {
  border-left-color: #5cb85c;
}
.tooltip-success + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #5cb85c;
}
/* warning tooltip */
.tooltip-warning + .tooltip > .tooltip-inner {
  background-color: #f0ad4e;
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(100, 90, 10, 0.3);
  border-radius: 0;
}
.tooltip-warning + .tooltip.top .tooltip-arrow {
  border-top-color: #f0ad4e;
}
.tooltip-warning + .tooltip.right .tooltip-arrow {
  border-right-color: #f0ad4e;
}
.tooltip-warning + .tooltip.left .tooltip-arrow {
  border-left-color: #f0ad4e;
}
.tooltip-warning + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #f0ad4e;
}
/* info tooltip */
.tooltip-info + .tooltip > .tooltip-inner {
  background-color: #5bc0de;
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(40, 50, 100, 0.3);
  border-radius: 0;
}
.tooltip-info + .tooltip.top .tooltip-arrow {
  border-top-color: #5bc0de;
}
.tooltip-info + .tooltip.right .tooltip-arrow {
  border-right-color: #5bc0de;
}
.tooltip-info + .tooltip.left .tooltip-arrow {
  border-left-color: #5bc0de;
}
.tooltip-info + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #5bc0de;
}
/* primary tooltip */
.tooltip-primary + .tooltip > .tooltip-inner {
  background-color: #3498db;
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(40, 50, 100, 0.3);
  border-radius: 0;
}
.tooltip-primary + .tooltip.top .tooltip-arrow {
  border-top-color: #3498db;
}
.tooltip-primary + .tooltip.right .tooltip-arrow {
  border-right-color: #3498db;
}
.tooltip-primary + .tooltip.left .tooltip-arrow {
  border-left-color: #3498db;
}
.tooltip-primary + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #3498db;
}
.lists {
  padding-left: 0;
}
.lists a.list-group-item {
  color: #303030;
}
.lists li {
  border: 1px solid #e5e5e5;
  border-width: 0 0 1px;
  margin-bottom: 0;
  padding: 0 15px;
  background-color: #ffffff;
  list-style: none;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 39px;
  line-height: 39px;
}
.lists li:hover {
  background: #f2f2f2;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.lists li:hover:after {
  content: "\e092";
  font-family: 'Glyphicons Halflings';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
  color: #999999;
  height: 39px;
  line-height: 39px;
  font-size: 24px;
}
.lists li:hover .icons {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.lists li span,
.lists li div {
  display: block;
  height: 39px;
  line-height: 39px;
  float: left;
  position: relative;
  overflow: hidden;
}
.lists li span.feed,
.lists li div.feed {
  line-height: 15px!important;
  padding: 12px 0 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 75%;
  position: relative;
}
.lists li span.feed p,
.lists li div.feed p {
  margin: 0;
  padding: 0;
  font-weight: 600;
  max-width: 45%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.lists li span.feed small,
.lists li div.feed small {
  display: block;
  font-style: italic;
  color: #999999;
  font-size: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.lists li span.feed a,
.lists li div.feed a,
.lists li span.feed a:hover,
.lists li div.feed a:hover,
.lists li span.feed a:focus,
.lists li div.feed a:focus {
  text-decoration: none;
}
.lists li span.date,
.lists li div.date,
.lists li span.icons,
.lists li div.icons,
.lists li span.users,
.lists li div.users {
  padding-right: 10px;
  color: #686868;
}
.lists li span.icons,
.lists li div.icons {
  font-size: 16px;
}
.lists li span.date-time,
.lists li div.date-time {
  float: right;
  position: absolute;
  top: -10px;
  right: 15px;
  font-size: 11px;
  color: #686868;
}
.lists li span img,
.lists li div img {
  border: 2px solid #3498db;
  width: 37px;
  height: 37px;
  max-width: 37px;
  max-height: 37px;
}
.lists li label {
  display: none;
  float: left;
  height: 39px;
  line-height: 39px;
  padding-right: 10px;
}
.lists li label .labels {
  float: none;
}
.lists li.lg {
  height: 55px;
  line-height: 55px;
}
.lists li.lg:hover:after {
  height: 55px;
  line-height: 55px;
}
.lists li.lg span,
.lists li.lg label,
.lists li.lg div {
  height: 55px;
  line-height: 55px;
}
.lists li.lg span .labels,
.lists li.lg label .labels,
.lists li.lg div .labels,
.lists li.lg span input[type=checkbox],
.lists li.lg label input[type=checkbox],
.lists li.lg div input[type=checkbox] {
  margin-top: 15px;
}
@media (min-width: 767px) {
  .lists li label {
    display: block;
  }
}
.task-lists a.list-group-item {
  color: #303030;
}
.task-lists li {
  border: 0 none;
  padding: 5px 0;
}
.task-lists.ui-sortable .list-group-item:hover,
.task-lists.ui-sortable a.list-group-item:focus {
  text-decoration: none;
}
.task-widget ul.task-lists {
  list-style: none;
}
.task-widget .list-group {
  margin-bottom: 0;
}
.task-widget .tcb {
  display: inline-block;
  margin-bottom: -5px;
}
.task-widget .tcb .labels {
  cursor: pointer;
}
.task-widget.task-lists label.todo-done span {
  text-decoration: line-through;
}
.lists-2 {
  margin-bottom: 0;
}
.lists-2 > li {
  padding: 0;
}
.lists-2 > li a {
  display: block;
  padding: 10px 15px;
  color: #686868;
  text-decoration: none;
  font-weight: 500;
}
.lists-2 > li a [class*="fa-"] {
  color: #999999;
  font-size: 18px;
  width: 25px;
}
.lists-2 > li a [class*="glyphicon-"] {
  width: 25px;
  font-size: 16px;
  color: #999999;
  display: inline-block;
}
.lists-2 > li.active,
.lists-2 > li.active:hover {
  background: #3498db;
  border: none;
}
.lists-2 > li.active,
.lists-2 > li.active:hover,
.lists-2 > li.active > *,
.lists-2 > li.active:hover > *,
.lists-2 > li.active [class*="fa-"],
.lists-2 > li.active:hover [class*="fa-"],
.lists-2 > li.active [class*="glyphglyphicon-"],
.lists-2 > li.active:hover [class*="glyphglyphicon-"],
.lists-2 > li.active p,
.lists-2 > li.active:hover p,
.lists-2 > li.active p *,
.lists-2 > li.active:hover p *,
.lists-2 > li.active .media-heading,
.lists-2 > li.active:hover .media-heading {
  color: #ffffff !important;
}
.lists-2 > li.active .badge,
.lists-2 > li.active:hover .badge {
  border: 1px solid #ffffff;
}
.lists-2 > li:hover {
  background: #f2f2f2;
}
.lists-2 > li:hover > a > [class*="fa-"],
.lists-2 > li:hover > a > [class*="glyphglyphicon-"] {
  color: #3498db;
}
.tc-tabs {
  margin-bottom: 15px;
}
.tc-tabs .nav-tabs {
  border-color: #e5e5e5;
  margin-bottom: 0;
  margin-left: 0;
  position: relative;
  border-bottom: 0 none;
}
.tc-tabs .nav-tabs > li > a,
.tc-tabs .nav-tabs > li > a:focus {
  border-radius: 0 !important;
  background-color: #f2f2f2;
  color: #555555;
  margin-right: -1px;
  line-height: 16px;
  border-color: #e5e5e5;
  position: relative;
  z-index: 11;
}
.tc-tabs .nav-tabs > li > a:hover {
  background-color: #ffffff;
  color: #555555;
  border-color: #e5e5e5;
}
.tc-tabs .nav-tabs > li > a:active,
.tc-tabs .nav-tabs > li > a:focus {
  outline: none !important;
}
.tc-tabs .nav-tabs > li:first-child > a {
  margin-left: 0;
}
.tc-tabs .nav-tabs > li:last-child > a {
  margin-right: 0;
}
.tc-tabs .nav-tabs > li .badge {
  padding: 0 4px;
  line-height: 15px;
  margin-top: -5px;
  opacity: 1;
}
.tc-tabs .nav-tabs > li.active > a,
.tc-tabs .nav-tabs > li.active > a:hover,
.tc-tabs .nav-tabs > li.active > a:focus {
  color: #555555;
  border-color: #e5e5e5;
  border-top: 1px solid #3498db;
  border-bottom-color: transparent;
  background-color: #ffffff;
  z-index: 12;
  line-height: 16px;
}
.tc-tabs .nav-tabs.no-padding > li:first-child a {
  border-left: 0 none;
}
.tc-tabs .nav-tabs.no-padding > li a {
  border-top-color: transparent;
}
.tc-tabs .nav-tabs.no-padding > li.active > a,
.tc-tabs .nav-tabs.no-padding > li.active > a:hover,
.tc-tabs .nav-tabs.no-padding > li.active > a:focus {
  border-top-color: transparent;
}
.tc-tabs .nav-tabs.pull-right > li:first-child a {
  border-left: 1px solid #e5e5e5;
}
.tc-tabs .nav-tabs.pull-right > li:last-child a {
  border-right: 0 none;
}
.tc-tabs .nav-tabs[class*="tab-color-"] > li > a,
.tc-tabs .nav-tabs[class*="tab-color-"] > li > a:focus,
.tc-tabs .nav-tabs[class*="tab-color-"] > li > a:hover {
  color: #ffffff;
  border-color: transparent;
  margin-right: 2px;
}
.tc-tabs .nav-tabs.tab-color-dark > li > a,
.tc-tabs .nav-tabs.tab-color-dark > li > a:focus {
  background-color: #3498db;
}
.tc-tabs .nav-tabs[class*="tab-color-"] > li.active > a,
.tc-tabs .nav-tabs[class*="tab-color-"] > li.active > a:focus,
.tc-tabs .nav-tabs[class*="tab-color-"] > li.active > a:hover {
  background-color: #ffffff;
  color: #686868;
  box-shadow: none;
}
.tc-tabs .nav-tabs.tab-color-dark > li.active > a,
.tc-tabs .nav-tabs.tab-color-dark > li.active > a:focus,
.tc-tabs .nav-tabs.tab-color-dark > li.active > a:hover {
  color: #686868;
  border-color: #3498db #e5e5e5 transparent;
}
.tabs-below .tc-tabs .nav-tabs.tab-color-dark > li.active > a {
  border-color: transparent #e5e5e5 #e5e5e5;
}
.tc-tabs .nav-tabs.background-dark {
  background-color: #f2f2f2;
  border: 1px solid #e5e5e5;
  border-bottom: 0 none;
  padding: 15px 15px 0;
}
.tc-tabs.tabs-bottom .nav-tabs.tab-color-dark {
  border-bottom: 1px solid #e5e5e5;
}
.tc-tabs .tab-content {
  padding: 15px;
  border: 1px solid #e5e5e5;
  position: relative;
  background: #ffffff;
  z-index: 11;
}
.tc-tabs .nav-pills .open .dropdown-toggle,
.tc-tabs .nav > li.dropdown.open.active > a:hover,
.tc-tabs .nav > li.dropdown.open.active > a:focus {
  background-color: #3498db;
  border-color: #3498db;
  color: #f2f2f2;
}
.tc-tabs .nav-pills .open .dropdown-toggle > [class*="fa-"],
.tc-tabs .nav > li.dropdown.open.active > a:hover > [class*="fa-"],
.tc-tabs .nav > li.dropdown.open.active > a:focus > [class*="fa-"],
.tc-tabs .nav-pills .open .dropdown-toggle [class*="glyphicon-"],
.tc-tabs .nav > li.dropdown.open.active > a:hover [class*="glyphicon-"],
.tc-tabs .nav > li.dropdown.open.active > a:focus [class*="glyphicon-"] {
  color: #f2f2f2 !important;
}
.tc-tabs.lg .nav-tabs > li > a {
  padding: 15px;
  font-size: 14px;
}
.tabs-bottom > .nav-tabs {
  top: auto;
  margin-bottom: 0;
  margin-top: -1px;
  border-color: #e5e5e5;
  border-bottom-width: 0;
}
.tabs-bottom > .nav-tabs > li > a,
.tabs-bottom > .nav-tabs > li > a:hover,
.tabs-bottom > .nav-tabs > li > a:focus {
  border-color: #e5e5e5;
}
.tabs-bottom > .nav-tabs > li.active > a,
.tabs-bottom > .nav-tabs > li.active > a:hover,
.tabs-bottom > .nav-tabs > li.active > a:focus {
  border-color: #e5e5e5;
  border-bottom: 1px solid #3498db;
  border-top-color: transparent;
  margin-top: 0;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 60px;
}
.tabs-left > .nav-tabs {
  top: auto;
  margin-bottom: 0;
  border-color: #e5e5e5;
  float: left;
}
.tabs-left > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-left > .nav-tabs > li > a:focus,
.tabs-left > .nav-tabs > li > a:hover {
  border-color: #e5e5e5;
  border-right-color: transparent;
  margin: 0;
}
.tabs-left > .nav-tabs > li.active > a,
.tabs-left > .nav-tabs > li.active > a:focus,
.tabs-left > .nav-tabs > li.active > a:hover {
  border-color: #e5e5e5;
  border-top-width: 1px;
  border-left: 1px solid #3498db;
  border-right-color: transparent;
  margin: 0 -1px 0 0;
  box-shadow: none;
}
.tabs-right > .nav-tabs {
  top: auto;
  margin-bottom: 0;
  border-color: #e5e5e5;
  float: right;
}
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-right > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a:focus,
.tabs-right > .nav-tabs > li > a:hover {
  border-color: #e5e5e5;
  border-left-color: transparent;
  margin: 0;
}
.tabs-right > .nav-tabs > li.active > a,
.tabs-right > .nav-tabs > li.active > a:focus,
.tabs-right > .nav-tabs > li.active > a:hover {
  border-color: #e5e5e5;
  border-top-width: 1px;
  border-right: 1px solid #3498db;
  border-left-color: transparent;
  margin: 0 0 0 -1px;
  box-shadow: none;
}
.nav-tabs > li > a {
  /* icon and badges */
}
.nav-tabs > li > a > .badge {
  padding: 0 4px;
  line-height: 15px;
}
.nav-tabs li [class*=" fa-"],
.nav-tabs li [class^="fa-"],
.nav-tabs li [class*=" glyphicon-"],
.nav-tabs li [class^="glyphicon-"] {
  width: 1em;
  display: inline-block;
}
.nav-tabs > li.open .dropdown-toggle {
  /* dropdown in tabs */
  background-color: #3498db;
  border-color: #3498db;
  color: #ffffff;
}
.nav-tabs > li.open .dropdown-toggle > [class*="fa-"],
.nav-tabs > li.open .dropdown-toggle [class*="glyphicon-"] {
  color: #ffffff;
}
.tabs-left .tab-content,
.tabs-right .tab-content {
  overflow: auto;
}
@media (max-width: 480px) {
  .tabs-left > .nav-tabs,
  .tabs-right > .nav-tabs {
    float: none!important;
    margin-bottom: -1px;
  }
  .tabs-left > .nav-tabs > li > a,
  .tabs-right > .nav-tabs > li > a,
  .tabs-left > .nav-tabs > li > a:focus,
  .tabs-right > .nav-tabs > li > a:focus,
  .tabs-left > .nav-tabs > li > a:hover,
  .tabs-right > .nav-tabs > li > a:hover {
    border-color: #e5e5e5;
    margin: 0;
  }
  .tabs-left > .nav-tabs > li.active > a,
  .tabs-right > .nav-tabs > li.active > a,
  .tabs-left > .nav-tabs > li.active > a:focus,
  .tabs-right > .nav-tabs > li.active > a:focus,
  .tabs-left > .nav-tabs > li.active > a:hover,
  .tabs-right > .nav-tabs > li.active > a:hover {
    border-color: #e5e5e5;
    border-top-width: 1px;
    margin: 0;
    border-right-color: #e5e5e5;
    box-shadow: none;
  }
}
/* Large tab buttons */
.tc-tabs .tab-lg-button.nav-tabs > li > a {
  padding-left: 15px;
  padding-right: 15px;
}
.tc-tabs .tab-lg-button.nav-tabs > li > a > [class*="fa-"]:first-child,
.tc-tabs .tab-lg-button.nav-tabs > li > a [class*="glyphicon-"]:first-child {
  display: block;
  margin-bottom: 6px;
  width: auto;
}
.tc-tabs .tab-lg-button.nav-tabs > li > a > .badge {
  position: absolute;
  line-height: 15px;
  width: 17px;
  height: 17px;
  font-size: 10px;
  padding: 1px 1px;
  border-radius: 50%;
  top: 7px;
  right: 10px;
}
@media (max-width: 480px) {
  .tc-tabs .tab-lg-button.nav-tabs.tab-color-dark {
    padding: 0;
    border: 0 none;
    margin-bottom: -1px;
  }
  .tc-tabs .tab-lg-button.nav-tabs.tab-color-dark > li.active > a,
  .tc-tabs .tab-lg-button.nav-tabs.tab-color-dark > li.active > a:hover,
  .tc-tabs .tab-lg-button.nav-tabs.tab-color-dark > li.active > a:focus {
    border-bottom-color: #e5e5e5;
  }
  .tc-tabs .tab-lg-button.nav-tabs.tab-color-dark > li > a {
    margin-right: 0;
    margin-bottom: 2px;
  }
  .tc-tabs .tab-lg-button.nav-tabs.tab-color-dark > li > a.active,
  .tc-tabs .tab-lg-button.nav-tabs.tab-color-dark > li > a:hover,
  .tc-tabs .tab-lg-button.nav-tabs.tab-color-dark > li > a:focus {
    margin-right: 0;
  }
  .tc-tabs .tab-lg-button.nav-tabs.tab-color-dark > li > a .badge {
    float: right!important;
  }
  .tc-tabs .tab-lg-button.nav-tabs.tab-color-dark > li:last-child.active > a {
    border-bottom: 0 none;
  }
  .tc-tabs .tab-lg-button.nav-tabs > li > a > [class*="fa-"]:first-child,
  .tc-tabs .tab-lg-button.nav-tabs > li > a [class*="glyphicon-"]:first-child {
    display: inline-block;
    margin-bottom: 0;
    width: auto;
  }
  .tc-tabs .tab-lg-button.nav-tabs > li > a > [class*="fa-"],
  .tc-tabs .tab-lg-button.nav-tabs > li > a [class*="glyphicon-"] {
    margin-right: 5px;
    font-size: 13px !important;
  }
  .tc-tabs .tab-lg-button.nav-tabs > li {
    float: none;
  }
  .tc-tabs .tab-lg-button.nav-tabs > li.active > a,
  .tc-tabs .tab-lg-button.nav-tabs > li.active > a:hover,
  .tc-tabs .tab-lg-button.nav-tabs > li.active > a:focus {
    border-bottom-color: #e5e5e5;
  }
  .tc-tabs .nav-tabs > li .badge {
    margin-top: 0;
  }
}
/* Small tab buttons */
.tc-tabs .tab-small-button.nav-tabs > li > a {
  padding: 12px 12px 5px;
}
.tc-tabs .tab-small-button.nav-tabs > li > a > [class*="fa-"]:first-child,
.tc-tabs .tab-small-button.nav-tabs > li > a [class*="glyphicon-"]:first-child {
  display: block;
  margin-bottom: 6px;
  width: auto;
}
.tc-tabs .tab-small-button.nav-tabs > li > a > .badge {
  position: absolute;
  line-height: 15px;
  width: 17px;
  height: 17px;
  font-size: 10px;
  padding: 1px 1px;
  border-radius: 50%;
  top: 7px;
  right: 2px;
}
.tc-tabs .nav-tabs.nav-justified {
  margin-bottom: -1px;
}
.tc-tabs .nav-tabs.nav-justified > li > a {
  text-align: left!important;
}
@media (max-width: 767px) {
  .tc-tabs .nav-tabs.nav-justified {
    padding: 0;
    border: 0 none;
  }
  .tc-tabs .nav-tabs.nav-justified > li.active > a,
  .tc-tabs .nav-tabs.nav-justified > li.active > a:hover,
  .tc-tabs .nav-tabs.nav-justified > li.active > a:focus {
    border-bottom-color: #e5e5e5;
  }
  .tc-tabs .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    margin-bottom: 0;
  }
  .tc-tabs .nav-tabs.nav-justified > li > a.active,
  .tc-tabs .nav-tabs.nav-justified > li > a:hover,
  .tc-tabs .nav-tabs.nav-justified > li > a:focus {
    margin-right: 0;
  }
  .tc-tabs .nav-tabs.nav-justified > li > a .badge {
    float: right!important;
  }
  .tc-tabs .nav-tabs.nav-justified > li:last-child.active > a {
    border-bottom: 0 none;
  }
  .tc-tabs .tab-color-dark.nav-justified > li > a {
    margin-bottom: 2px;
  }
}
.tc-tabsbar {
  margin-bottom: 15px;
}
.tc-tabsbar .nav-tabs {
  border: 1px solid #e5e5e5;
  margin-bottom: 15px;
}
.tc-tabsbar .nav-tabs > li {
  height: 41px;
  padding: 1px;
  display: inline-block;
  margin-bottom: 0;
  border-right: 1px solid #e5e5e5;
}
.tc-tabsbar .nav-tabs > li > a {
  border: 0 none;
  height: 39px;
  line-height: 39px;
  display: block;
  padding: 0 15px;
  color: #686868;
  margin-right: 0;
}
.tc-tabsbar .nav-tabs > li > a .glyphicon {
  top: 2px;
}
.tc-tabsbar .nav-tabs > li > a:active,
.tc-tabsbar .nav-tabs > li > a:focus {
  outline: none !important;
}
.tc-tabsbar .nav-tabs > li > a,
.tc-tabsbar .nav-tabs > li > a:focus {
  border-radius: 0 !important;
}
.tc-tabsbar .nav-tabs > li > a:hover {
  background-color: transparent;
}
.tc-tabsbar .nav-tabs > li > a .badge {
  margin-left: 4px;
}
.tc-tabsbar .nav-tabs > li > a:first-child {
  border-left: 0 none;
}
.tc-tabsbar .nav-tabs > li.active > a {
  background: #3498db;
  color: #ffffff;
  border: 0 none;
}
.tc-tabsbar .nav-tabs > li.active > a:hover,
.tc-tabsbar .nav-tabs > li.active > a:focus {
  border: 0 none;
}
.tc-tabsbar .nav-tabs > li.active .badge {
  background-color: #ffffff !important;
  color: #3498db !important;
}
.tc-tabsbar .nav-tabs.light {
  border-color: #e5e5e5 !important;
}
.tc-tabsbar .nav-tabs.white {
  background-color: #ffffff;
}
.tc-tabsbar .nav-tabs.white > li > a {
  background: #ffffff;
}
.tc-tabsbar .nav-tabs.white > li.active > a {
  background: #3498db !important;
}
.tc-tabsbar .nav-tabs.transparent {
  background-color: transparent!important;
}
.tc-tabsbar .nav-tabs.transparent > li > a {
  background: #ffffff;
}
.tc-tabsbar .nav-tabs.transparent > li.active > a {
  background: #3498db !important;
}
@media (min-width: 768px) {
  .tc-tabsbar.lg .nav-tabs > li {
    height: 60px;
    padding: 3px;
  }
  .tc-tabsbar.lg .nav-tabs > li > a {
    height: 54px;
    line-height: 54px;
    font-size: 14px;
  }
}
.tc-tabsbar.arrow .nav-tabs > li.active:after {
  width: 0;
  height: 0;
  z-index: 2;
  content: " ";
  display: block;
  border: 10px solid;
  border-color: #3498db transparent transparent transparent;
  margin: 0 auto -7px;
}
.tc-tabsbar.center-tabs .nav-tabs {
  text-align: center;
  margin: 0 auto 15px;
  border: 0 none;
  padding: 0;
}
.tc-tabsbar.center-tabs .nav-tabs > li {
  display: inline-block;
  float: none;
  border: 1px solid #e5e5e5;
  padding: 0!important;
  margin-right: -4px;
  border-right: 0 none;
}
.tc-tabsbar.center-tabs .nav-tabs > li.active {
  border-color: #3498db;
}
.tc-tabsbar.center-tabs .nav-tabs > li.active:last-child {
  border-right: 1px solid #3498db;
}
.tc-tabsbar.center-tabs .nav-tabs > li:first-child {
  margin-left: 0;
}
.tc-tabsbar.center-tabs .nav-tabs > li:last-child {
  margin-right: 0;
  border-right: 1px solid #e5e5e5;
}
@media (min-width: 767px) {
  .tc-tabsbar.center-tabs.lg .nav-tabs > li > a {
    height: 58px;
    line-height: 58px;
  }
}
.tc-tabsbar.center-tabs.tabs-success .nav-tabs li.active {
  border-color: #5cb85c !important;
}
.tc-tabsbar.center-tabs.tabs-danger .nav-tabs li.active {
  border-color: #d9534f !important;
}
.tc-tabsbar.center-tabs.tabs-info .nav-tabs li.active {
  border-color: #5bc0de !important;
}
.tc-tabsbar.center-tabs.tabs-warning .nav-tabs li.active {
  border-color: #f0ad4e !important;
}
.tc-tabsbar.center-tabs.tabs-inverse .nav-tabs li.active {
  border-color: #222222 !important;
}
.tc-tabsbar.tabs-success .nav-tabs li.active:after {
  border-color: #5cb85c transparent transparent transparent;
}
.tc-tabsbar.tabs-success .nav-tabs li.active > a {
  background: #5cb85c;
  border: 0 none;
}
.tc-tabsbar.tabs-success .nav-tabs li.active .badge {
  color: #5cb85c !important;
}
.tc-tabsbar.tabs-danger .nav-tabs li.active:after {
  border-color: #d9534f transparent transparent transparent;
}
.tc-tabsbar.tabs-danger .nav-tabs li.active > a {
  background: #d9534f;
  border: 0 none;
}
.tc-tabsbar.tabs-danger .nav-tabs li.active .badge {
  color: #d9534f !important;
}
.tc-tabsbar.tabs-info .nav-tabs li.active:after {
  border-color: #5bc0de transparent transparent transparent;
}
.tc-tabsbar.tabs-info .nav-tabs li.active > a {
  background: #5bc0de;
  border: 0 none;
}
.tc-tabsbar.tabs-info .nav-tabs li.active .badge {
  color: #5bc0de !important;
}
.tc-tabsbar.tabs-warning .nav-tabs li.active:after {
  border-color: #f0ad4e transparent transparent transparent;
}
.tc-tabsbar.tabs-warning .nav-tabs li.active > a {
  background: #f0ad4e;
  border: 0 none;
}
.tc-tabsbar.tabs-warning .nav-tabs li.active .badge {
  color: #f0ad4e !important;
}
.tc-tabsbar.tabs-inverse .nav-tabs li.active:after {
  border-color: #222222 transparent transparent transparent;
}
.tc-tabsbar.tabs-inverse .nav-tabs li.active > a {
  background: #222222;
  border: 0 none;
}
.tc-tabsbar.tabs-inverse .nav-tabs li.active .badge {
  color: #222222 !important;
}
@media (max-width: 767px) {
  .tc-tabsbar .nav-tabs {
    border: 0 none!important;
  }
  .tc-tabsbar .nav-tabs > li {
    display: block!important;
    text-align: left!important;
    float: none!important;
    border: 1px solid #e5e5e5 !important;
    margin-right: 0!important;
    margin-bottom: -1px;
    padding: 0!important;
  }
  .tc-tabsbar .nav-tabs > li.active {
    border-color: #3498db !important;
  }
  .tc-tabsbar.arrow .nav-tabs > li.active:after {
    display: none!important;
  }
}
.tab-content.no-padding {
  padding: 0;
}
.tab-content.no-border {
  border: 0 none;
  padding: 15px;
}
.tab-content.padding-32 {
  padding: 32px 24px;
}
.tab-content.no-border.padding-32 {
  padding: 32px;
}
.tab-content.padding-30 {
  padding: 30px 23px;
}
.tab-content.no-border.padding-30 {
  padding: 30px;
}
.tab-content.padding-28 {
  padding: 28px 21px;
}
.tab-content.no-border.padding-28 {
  padding: 28px;
}
.tab-content.padding-26 {
  padding: 26px 20px;
}
.tab-content.no-border.padding-26 {
  padding: 26px;
}
.tab-content.padding-24 {
  padding: 24px 18px;
}
.tab-content.no-border.padding-24 {
  padding: 24px;
}
.tab-content.padding-22 {
  padding: 22px 17px;
}
.tab-content.no-border.padding-22 {
  padding: 22px;
}
.tab-content.padding-20 {
  padding: 20px 15px;
}
.tab-content.no-border.padding-20 {
  padding: 20px;
}
.tab-content.padding-18 {
  padding: 18px 14px;
}
.tab-content.no-border.padding-18 {
  padding: 18px;
}
.tab-content.padding-16 {
  padding: 16px 12px;
}
.tab-content.no-border.padding-16 {
  padding: 16px;
}
.tab-content.padding-14 {
  padding: 14px 11px;
}
.tab-content.no-border.padding-14 {
  padding: 14px;
}
.tab-content.padding-12 {
  padding: 12px 9px;
}
.tab-content.no-border.padding-12 {
  padding: 12px;
}
.tab-content.padding-10 {
  padding: 10px 8px;
}
.tab-content.no-border.padding-10 {
  padding: 10px;
}
.tab-content.padding-8 {
  padding: 8px 6px;
}
.tab-content.no-border.padding-8 {
  padding: 8px;
}
.tab-content.padding-6 {
  padding: 6px 5px;
}
.tab-content.no-border.padding-6 {
  padding: 6px;
}
.tab-content.padding-4 {
  padding: 4px 3px;
}
.tab-content.no-border.padding-4 {
  padding: 4px;
}
.tab-content.padding-2 {
  padding: 2px 2px;
}
.tab-content.no-border.padding-2 {
  padding: 2px;
}
.tab-content.padding-0 {
  padding: 0px 0px;
}
.tab-content.no-border.padding-0 {
  padding: 0px;
}
.tc-accordion .panel .panel-heading {
  padding: 0;
}
.tc-accordion .panel .panel-heading a .panel-title {
  color: #686868;
  padding: 10px;
  font-size: 14px;
}
.tc-accordion .panel .panel-heading a .panel-title [class*=" fa-"],
.tc-accordion .panel .panel-heading a .panel-title [class^="fa-"],
.tc-accordion .panel .panel-heading a .panel-title [class*=" glyphicon-"],
.tc-accordion .panel .panel-heading a .panel-title [class^="glyphicon-"] {
  width: 16px;
  min-width: 16px;
}
.tc-accordion .panel .panel-heading a:hover,
.tc-accordion .panel .panel-heading a:focus {
  text-decoration: none;
}
.tc-accordion .panel.panel-primary.panel,
.tc-accordion .panel.panel-success.panel,
.tc-accordion .panel.panel-info.panel,
.tc-accordion .panel.panel-warning.panel,
.tc-accordion .panel.panel-danger.panel {
  border-color: #e5e5e5;
}
.tc-accordion .panel.panel-primary.panel .panel-heading,
.tc-accordion .panel.panel-success.panel .panel-heading,
.tc-accordion .panel.panel-info.panel .panel-heading,
.tc-accordion .panel.panel-warning.panel .panel-heading,
.tc-accordion .panel.panel-danger.panel .panel-heading {
  border-color: #e5e5e5;
}
.tc-accordion .panel.panel-primary.panel .panel-heading a .panel-title,
.tc-accordion .panel.panel-success.panel .panel-heading a .panel-title,
.tc-accordion .panel.panel-info.panel .panel-heading a .panel-title,
.tc-accordion .panel.panel-warning.panel .panel-heading a .panel-title,
.tc-accordion .panel.panel-danger.panel .panel-heading a .panel-title {
  color: #ffffff;
}
.tc-accordion .panel.panel-default .panel-heading {
  background-color: #f2f2f2;
}
.tc-accordion .panel.panel-primary .panel-heading {
  background-color: #3498db;
}
.tc-accordion .panel.panel-success .panel-heading {
  background-color: #5cb85c;
}
.tc-accordion .panel.panel-info .panel-heading {
  background-color: #5bc0de;
}
.tc-accordion .panel.panel-warning .panel-heading {
  background-color: #f0ad4e;
}
.tc-accordion .panel.panel-danger .panel-heading {
  background-color: #d9534f;
}
.tc-accordion.no-border .panel.panel-default {
  border: 0;
}
.tc-accordion.no-border .panel.panel-default .panel-heading {
  border: 1px solid #3498db;
  border-width: 0 0 0 1px;
}
.tc-accordion.no-border .panel.panel-default .panel-heading.accordion-active {
  background: #3498db;
}
.tc-accordion.no-border .panel.panel-default .panel-heading.accordion-active a .panel-title {
  color: #ffffff;
}
.tc-accordion.no-border .panel.panel-default .panel-heading.accordion-active a .panel-title [class*=" fa-"],
.tc-accordion.no-border .panel.panel-default .panel-heading.accordion-active a .panel-title [class^="fa-"],
.tc-accordion.no-border .panel.panel-default .panel-heading.accordion-active a .panel-title [class*=" glyphicon-"],
.tc-accordion.no-border .panel.panel-default .panel-heading.accordion-active a .panel-title [class^="glyphicon-"] {
  color: #ffffff !important;
}
.tc-accordion.no-border .panel .panel-body {
  border: 0!important;
}
.tc-accordion-simple .panel {
  border: 0 none;
}
.tc-accordion-simple .panel .panel-heading {
  padding: 0;
  border-width: 0;
  background-color: transparent!important;
}
.tc-accordion-simple .panel .panel-heading a .panel-title {
  padding: 6px 10px;
  font-size: 14px;
}
.tc-accordion-simple .panel .panel-heading a .panel-title [class*=" fa-"],
.tc-accordion-simple .panel .panel-heading a .panel-title [class^="fa-"],
.tc-accordion-simple .panel .panel-heading a .panel-title [class*=" glyphicon-"],
.tc-accordion-simple .panel .panel-heading a .panel-title [class^="glyphicon-"] {
  width: 16px;
  min-width: 16px;
}
.tc-accordion-simple .panel .panel-heading a:hover,
.tc-accordion-simple .panel .panel-heading a:focus {
  text-decoration: none;
}
.tc-accordion-simple .panel .panel-heading.accordion-active a .panel-title {
  font-weight: 700;
}
.tc-accordion-simple .panel .panel-heading + .panel-collapse .panel-body {
  border: 0 none;
  padding-top: 10px;
}
.tc-accordion-simple .panel.panel-default .panel-heading a .panel-title {
  color: #686868;
}
.tc-accordion-simple .panel.panel-primary .panel-heading a .panel-title {
  color: #3498db !important;
}
.tc-accordion-simple .panel.panel-success .panel-heading a .panel-title {
  color: #5cb85c !important;
}
.tc-accordion-simple .panel.panel-warning .panel-heading a .panel-title {
  color: #f0ad4e !important;
}
.tc-accordion-simple .panel.panel-info .panel-heading a .panel-title {
  color: #5bc0de !important;
}
.progress {
  box-shadow: none;
  background: #e5e5e5;
  height: 18px;
}
.progress .progress-bar {
  box-shadow: none;
  line-height: 18px;
}
.progress[data-percent] {
  position: relative;
}
.progress[data-percent]:after {
  display: inline-block;
  content: attr(data-percent);
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  font-family: Verdana;
}
.progress.progress-yellow[data-percent]:after {
  color: #996633;
}
.progress.progress-small {
  height: 12px;
}
.progress.progress-small .progress-bar {
  line-height: 11px;
  font-size: 11px;
}
.progress.progress-small[data-percent]:after {
  line-height: 11px;
  font-size: 11px;
}
.progress.progress-mini {
  height: 9px;
}
.progress.progress-mini .progress-bar {
  line-height: 8px;
  font-size: 11px;
}
.progress.progress-mini[data-percent]:after {
  line-height: 8px;
  font-size: 11px;
}
.progress-bar {
  background-color: #999999;
}
.progress-bar-primary {
  background-color: #3498db;
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-bar-inverse {
  background-color: #303030;
}
.progress {
  position: relative;
}
.progress:before {
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 255, 0);
}
.skills .progress[data-percent] {
  position: relative;
}
.skills .progress[data-percent]:after {
  display: none;
}
.skills .progress .progress-type {
  position: absolute;
  left: 0px;
  padding: 1px 7px 0px;
  line-height: 16px;
  font-size: 11px;
  color: #f2f2f2;
  background-color: rgba(25, 25, 25, 0.2);
}
.skills .progress .progress-completed {
  position: absolute;
  right: 0px;
  padding: 0 7px;
  line-height: 16px;
}
.skills .progress.progress-mini {
  height: 9px;
}
.skills .progress.progress-mini .progress-bar {
  line-height: 8px;
}
.skills .progress.progress-mini .progress-type,
.skills .progress.progress-mini .progress-completed {
  display: none;
}
.skills .progress.progress-small .progress-type,
.skills .progress.progress-small .progress-completed {
  font-size: 11px;
  line-height: 11px!important;
}
.dropdown-menu {
  border-radius: 0 !important;
  font-size: 13px;
}
.dropdown-menu > li > a {
  padding-left: 11px;
  padding-right: 11px;
  margin-bottom: 1px;
  margin-top: 1px;
  color: #686868;
}
.dropdown-menu.dropdown-only-icon {
  min-width: 50px;
}
.dropdown-menu.dropdown-only-icon > li {
  float: left;
  margin: 0 4px;
}
.dropdown-menu.dropdown-only-icon > li > a [class*="fa-"],
.dropdown-menu.dropdown-only-icon > li > a [class*="glyphicon-"] {
  width: 18px;
  display: inline-block;
}
.dropdown-menu.dropdown-yellow li > a:hover,
.dropdown-menu.dropdown-yellow li > a:focus,
.dropdown-menu.dropdown-yellow li > a:active,
.dropdown-menu.dropdown-yellow li.active a,
.dropdown-menu.dropdown-yellow li.active a:hover {
  background: #feeebb;
  color: #555555;
}
.dropdown-menu.dropdown-primary li > a:hover,
.dropdown-menu.dropdown-primary li > a:focus,
.dropdown-menu.dropdown-primary li > a:active,
.dropdown-menu.dropdown-primary li.active a,
.dropdown-menu.dropdown-primary li.active a:hover {
  background: #3498db;
  color: #ffffff;
}
.dropdown-menu.dropdown-success li > a:hover,
.dropdown-menu.dropdown-success li > a:focus,
.dropdown-menu.dropdown-success li > a:active,
.dropdown-menu.dropdown-success li.active a,
.dropdown-menu.dropdown-success li.active a:hover {
  background: #5cb85c;
  color: #ffffff;
}
.dropdown-menu.dropdown-danger li > a:hover,
.dropdown-menu.dropdown-danger li > a:focus,
.dropdown-menu.dropdown-danger li > a:active,
.dropdown-menu.dropdown-danger li.active a,
.dropdown-menu.dropdown-danger li.active a:hover {
  background: #d9534f;
  color: #ffffff;
}
.dropdown-menu.dropdown-info li > a:hover,
.dropdown-menu.dropdown-info li > a:focus,
.dropdown-menu.dropdown-info li > a:active,
.dropdown-menu.dropdown-info li.active a,
.dropdown-menu.dropdown-info li.active a:hover {
  background: #5bc0de;
  color: #ffffff;
}
.dropdown-menu.dropdown-warning li > a:hover,
.dropdown-menu.dropdown-warning li > a:focus,
.dropdown-menu.dropdown-warning li > a:active,
.dropdown-menu.dropdown-warning li.active a,
.dropdown-menu.dropdown-warning li.active a:hover {
  background: #f0ad4e;
  color: #ffffff;
}
.dropdown-menu.dropdown-close {
  top: 92%;
  left: -5px;
}
.dropdown-menu.dropdown-close.dropdown-menu-right {
  left: auto;
  right: -5px;
}
.dropdown-menu.dropdown-closer {
  top: 80%;
  left: -10px;
}
.dropdown-menu.dropdown-closer.dropdown-menu-right {
  right: -10px;
  left: auto;
}
.dropdown-menu.dropdown-caret:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  -moz-border-bottom-colors: rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  left: 9px;
  position: absolute;
  top: -7px;
}
.dropdown-menu.dropdown-caret:after {
  border-bottom: 6px solid #ffffff;
  -moz-border-bottom-colors: #ffffff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  left: 10px;
  position: absolute;
  top: -6px;
}
.dropdown-menu.dropdown-menu-right.dropdown-caret:before {
  left: auto;
  right: 9px;
}
.dropdown-menu.dropdown-menu-right.dropdown-caret:after {
  left: auto;
  right: 10px;
}
.dropup > .dropdown-menu.dropdown-caret:before {
  border-bottom-width: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.2);
  -moz-border-top-colors: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  top: auto;
}
.dropup > .dropdown-menu.dropdown-caret:after {
  border-bottom-width: 0;
  border-top: 6px solid #FFF;
  -moz-border-top-colors: #FFF;
  bottom: -6px;
  top: auto;
}
.dropdown-100 {
  min-width: 100px;
}
.dropdown-125 {
  min-width: 125px;
}
.dropdown-150 {
  min-width: 150px;
}
.dropdown-175 {
  min-width: 175px;
}
.dropdown-200 {
  min-width: 200px;
}
.dropdown-225 {
  min-width: 225px;
}
.dropdown-checkboxes li {
  margin: 4px 10px;
}
.dropdown-colorpicker > .dropdown-menu {
  padding: 4px;
  min-width: 130px;
  max-width: 130px;
  top: 80%;
  left: -7px;
}
.dropdown-colorpicker > .dropdown-menu.dropdown-menu-right {
  right: -7px;
  left: auto;
}
.dropdown-colorpicker > .dropdown-menu > li {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  margin: 2px;
}
.dropdown-colorpicker > .dropdown-menu > li > .colorpick-btn {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  position: relative;
  -webkit-transition: all ease 0.1s;
  -o-transition: all ease 0.1s;
  transition: all ease 0.1s;
}
.dropdown-colorpicker > .dropdown-menu > li > .colorpick-btn:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transform: scale(1.08, 1.08);
  -ms-transform: scale(1.08, 1.08);
  -o-transform: scale(1.08, 1.08);
  transform: scale(1.08, 1.08);
}
.dropdown-colorpicker > .dropdown-menu > li > .colorpick-btn.selected:after {
  content: "\f00c";
  display: inline-block;
  font-family: FontAwesome;
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 21px;
}
.navbar-top .dropdown-menu,
.top-navbar .dropdown-menu {
  padding: 0;
  margin-top: -2px !important;
  -webkit-box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
  box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
}
.navbar-top .dropdown-menu li,
.top-navbar .dropdown-menu li {
  border-bottom: 1px solid #f5f5f5;
}
.navbar-top .dropdown-menu li:first-child,
.top-navbar .dropdown-menu li:first-child {
  border-top: 2px solid #3498db;
}
.navbar-top .dropdown-menu li:last-child,
.top-navbar .dropdown-menu li:last-child {
  border-bottom: 0 none;
}
.navbar-top .dropdown-menu li > a,
.top-navbar .dropdown-menu li > a {
  padding: 7.5px 15px;
  margin: 0;
}
.navbar-top .dropdown-menu li > a:hover,
.top-navbar .dropdown-menu li > a:hover,
.navbar-top .dropdown-menu li > a:focus,
.top-navbar .dropdown-menu li > a:focus,
.navbar-top .dropdown-menu li > a:active,
.top-navbar .dropdown-menu li > a:active,
.navbar-top .dropdown-menu li.active a,
.top-navbar .dropdown-menu li.active a,
.navbar-top .dropdown-menu li.active a:hover,
.top-navbar .dropdown-menu li.active a:hover {
  background: #3498db;
  color: #ffffff;
}
@media (min-width: 992px) {
  .navbar-top .dropdown-menu,
  .top-navbar .dropdown-menu,
  .b-right .dropdown-menu {
    z-index: 1031;
  }
  .navbar-top .dropdown.open .dropdown-menu,
  .top-navbar .dropdown.open .dropdown-menu,
  .b-right .dropdown.open .dropdown-menu {
    display: none;
  }
  .navbar-top .dropdown.dropdown-megamenu,
  .top-navbar .dropdown.dropdown-megamenu,
  .b-right .dropdown.dropdown-megamenu {
    position: static;
  }
  .navbar-top .dropdown.dropdown-megamenu .dropdown-menu,
  .top-navbar .dropdown.dropdown-megamenu .dropdown-menu,
  .b-right .dropdown.dropdown-megamenu .dropdown-menu {
    left: auto;
    width: auto;
  }
  .navbar-top .dropdown.dropdown-megamenu.full-width .dropdown-menu,
  .top-navbar .dropdown.dropdown-megamenu.full-width .dropdown-menu,
  .b-right .dropdown.dropdown-megamenu.full-width .dropdown-menu {
    left: 0;
    right: 0;
  }
  .navbar-top .show-on-hover:hover ul.dropdown-menu,
  .top-navbar .show-on-hover:hover ul.dropdown-menu,
  .b-right .show-on-hover:hover ul.dropdown-menu {
    display: block!important;
  }
}
.tc-table {
  background: #ffffff;
  margin-bottom: 15px;
}
.tc-table.table > thead > tr > th,
.tc-table.table > thead > tr > td {
  border-bottom: 3px double #e5e5e5;
  border-color: #e5e5e5;
}
.tc-table.table > thead > tr > th label,
.tc-table.table > thead > tr > td label {
  margin-bottom: 0;
}
.tc-table.table .col-small {
  width: 45px;
  min-width: 45px;
}
.tc-table.table .col-small.center {
  text-align: center;
}
.tc-table.table .col-medium {
  width: 125px;
  min-width: 125px;
}
.tc-table.table .col-medium.center {
  text-align: center;
}
@media (max-width: 992px) {
  .tc-table.table .tool-bars {
    width: 45px;
    min-width: 45px;
  }
}
.tc-table.table label {
  margin-bottom: 0;
}
.tc-table.table ul.table-mobile-ul {
  margin-top: 5px;
  padding-left: 5px;
  border-left: 2px solid #e5e5e5;
}
.tc-table.table > thead > tr > th[class*=sorted] {
  color: #3498db;
}
@media (max-width: 360px) {
  .tc-table.table {
    font-size: 12px;
  }
}
.tc-table.footable > thead > tr > th > span.footable-sort-indicator {
  color: #999999;
  float: right;
  margin-right: 4px;
}
.tc-table.table-bordered {
  border: 1px solid #e5e5e5;
}
.tc-table.table-bordered > thead > tr > th,
.tc-table.table-bordered > tbody > tr > th,
.tc-table.table-bordered > tfoot > tr > th,
.tc-table.table-bordered > thead > tr > td,
.tc-table.table-bordered > tbody > tr > td,
.tc-table.table-bordered > tfoot > tr > td {
  border: 1px solid #e5e5e5;
}
.tc-table.table-bordered > thead > tr > th,
.tc-table.table-bordered > thead > tr > td {
  border-bottom: 3px double #e5e5e5;
}
.tc-table.table-primary.table > thead > tr > th,
.tc-table.table-primary.table > thead > tr > td {
  border-bottom-width: 1px;
  background: #3498db;
  color: #ffffff;
}
.tc-table.table-primary.footable > thead > tr > th > span.footable-sort-indicator {
  color: #ffffff;
}
.tc-table.table-primary.table-bordered > thead {
  border-bottom: 2px solid #2386c8;
}
.tc-table.table-primary.table-bordered > thead > tr > th {
  border: 1px solid #2386c8;
}
.tc-table.table-primary.table-bordered > thead > tr > th:first-child {
  border-left: 1px solid #2386c8;
}
.tc-table.table-primary.table-bordered > thead > tr > th:last-child {
  border-right: 1px solid #2386c8;
}
.tc-table.table-primary.table-bordered.dataTable {
  margin-bottom: 0;
}
.tc-table.table-primary.table-bordered.dataTable th[class*=sort]:after {
  color: #ffffff;
}
.tc-table.table-primary.table-bordered.dataTable th[class*=sorting_],
.tc-table.table-primary.table-bordered.dataTable th.sorting_desc:after,
.tc-table.table-primary.table-bordered.dataTable th.sorting_asc:after {
  color: #ffffff;
}
.dataTable {
  margin-bottom: 0;
}
.dataTable th[class*=sort] {
  cursor: pointer;
  outline: 0 none !important;
}
.dataTable th[class*=sort]:after {
  content: "\f0dc";
  display: inline-block;
  color: #999999;
  font-family: FontAwesome;
  font-size: 13px;
  font-weight: normal;
  float: right;
  margin-right: 4px;
  position: relative;
}
.dataTable th[class*=sorting_] {
  color: #3498db;
}
.dataTable th.sorting_desc:after {
  content: "\f0dd";
  top: -6px;
  color: #999999;
}
.dataTable th.sorting_asc:after {
  content: "\f0de";
  top: 4px;
  color: #999999;
}
.dataTable th.sorting_disabled {
  cursor: inherit;
}
.dataTable th.sorting_disabled:after {
  display: none;
}
.dataTables_length select {
  width: 60px;
  padding: 2px 3px;
}
.dataTables_length label {
  font-weight: normal;
}
.dataTables_filter {
  text-align: right;
}
.dataTables_filter input[type=text] {
  width: 125px;
  padding: 4px 6px;
}
.dataTables_filter label {
  font-weight: normal;
}
.dataTables_info {
  font-size: 13px;
  margin: 5px 12px;
}
.dataTables_paginate {
  text-align: right;
}
.dataTables_paginate .pagination {
  margin: 5px 12px;
}
.dataTables_wrapper label {
  display: inline-block;
}
.dataTables_wrapper input[type=text],
.dataTables_wrapper select {
  margin-bottom: 0 !important;
  margin: 0 4px;
}
.dataTables_wrapper .row {
  margin: 0;
}
.dataTables_wrapper .row:first-child {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 0 none;
}
.dataTables_wrapper .row:first-child + .dataTable {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.dataTables_wrapper .row:last-child {
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 0 none;
}
.footable-row-detail-row {
  display: block;
  line-height: 1.5em;
}
.dataTable.table.has-columns-hidden > tbody > tr > td > span.responsiveExpander {
  cursor: pointer;
}
.dataTable.table.has-columns-hidden > tbody > tr > td > span.responsiveExpander:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  content: "\f067";
  padding-right: 5px;
  font-size: 18px;
  color: #888;
}
.dataTable.table.has-columns-hidden > tbody > tr.detail-show > td span.responsiveExpander:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  content: "\f068";
  padding-right: 5px;
  font-size: 18px;
  color: #888;
}
.dataTable.table.has-columns-hidden > tbody > tr.row-detail > td > ul > li > span.columnTitle {
  font-weight: bold;
}
#tcSilder ul.thumbnails,
#tc-slider-2 ul.thumbnails,
.owl-carousel ul.thumbnails {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 640px) {
  #tcSilder ul.thumbnails li,
  #tc-slider-2 ul.thumbnails li,
  .owl-carousel ul.thumbnails li {
    margin-bottom: 30px;
  }
}
#tcSilder .thumbnail,
#tc-slider-2 .thumbnail,
.owl-carousel .thumbnail,
#tcSilder .slide-item,
#tc-slider-2 .slide-item,
.owl-carousel .slide-item {
  position: relative;
  overflow: hidden;
}
#tcSilder .thumbnail img,
#tc-slider-2 .thumbnail img,
.owl-carousel .thumbnail img,
#tcSilder .slide-item img,
#tc-slider-2 .slide-item img,
.owl-carousel .slide-item img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#tcSilder .thumbnail .tools,
#tc-slider-2 .thumbnail .tools,
.owl-carousel .thumbnail .tools,
#tcSilder .slide-item .tools,
#tc-slider-2 .slide-item .tools,
.owl-carousel .slide-item .tools {
  position: absolute;
  top: -100%;
  right: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #ffffff !important;
  z-index: 2;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#tcSilder .thumbnail .tools .fa,
#tc-slider-2 .thumbnail .tools .fa,
.owl-carousel .thumbnail .tools .fa,
#tcSilder .slide-item .tools .fa,
#tc-slider-2 .slide-item .tools .fa,
.owl-carousel .slide-item .tools .fa,
#tcSilder .thumbnail .tools .glyphicon,
#tc-slider-2 .thumbnail .tools .glyphicon,
.owl-carousel .thumbnail .tools .glyphicon,
#tcSilder .slide-item .tools .glyphicon,
#tc-slider-2 .slide-item .tools .glyphicon,
.owl-carousel .slide-item .tools .glyphicon {
  background: rgba(0, 0, 0, 0.55);
  font-size: 16px;
  padding: 15px;
  border-radius: 100%;
  color: #f2f2f2;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#tcSilder .thumbnail .tools .fa:hover,
#tc-slider-2 .thumbnail .tools .fa:hover,
.owl-carousel .thumbnail .tools .fa:hover,
#tcSilder .slide-item .tools .fa:hover,
#tc-slider-2 .slide-item .tools .fa:hover,
.owl-carousel .slide-item .tools .fa:hover,
#tcSilder .thumbnail .tools .glyphicon:hover,
#tc-slider-2 .thumbnail .tools .glyphicon:hover,
.owl-carousel .thumbnail .tools .glyphicon:hover,
#tcSilder .slide-item .tools .glyphicon:hover,
#tc-slider-2 .slide-item .tools .glyphicon:hover,
.owl-carousel .slide-item .tools .glyphicon:hover {
  background: #3498db;
}
#tcSilder .thumbnail .tools .btn,
#tc-slider-2 .thumbnail .tools .btn,
.owl-carousel .thumbnail .tools .btn,
#tcSilder .slide-item .tools .btn,
#tc-slider-2 .slide-item .tools .btn,
.owl-carousel .slide-item .tools .btn {
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 13px;
  color: #f2f2f2;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#tcSilder .thumbnail .tools .btn:hover,
#tc-slider-2 .thumbnail .tools .btn:hover,
.owl-carousel .thumbnail .tools .btn:hover,
#tcSilder .slide-item .tools .btn:hover,
#tc-slider-2 .slide-item .tools .btn:hover,
.owl-carousel .slide-item .tools .btn:hover {
  background: #3498db;
}
#tcSilder .thumbnail:hover img,
#tc-slider-2 .thumbnail:hover img,
.owl-carousel .thumbnail:hover img,
#tcSilder .slide-item:hover img,
#tc-slider-2 .slide-item:hover img,
.owl-carousel .slide-item:hover img {
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
#tcSilder .thumbnail:hover .tools,
#tc-slider-2 .thumbnail:hover .tools,
.owl-carousel .thumbnail:hover .tools,
#tcSilder .slide-item:hover .tools,
#tc-slider-2 .slide-item:hover .tools,
.owl-carousel .slide-item:hover .tools {
  top: 35%;
}
/*tcSilder*/
#tcSilder .carousel {
  margin-bottom: 0;
}
#tcSilder .item div.slide-contents {
  padding: 15px 0;
  display: block;
  border-top: 1px dotted #e5e5e5;
}
#tcSilder .left-btn,
#tcSilder .right-btn {
  top: -30px;
}
/*Testimonials*/
#testimonials .carousel {
  margin-bottom: 0;
}
#testimonials .item div.testimonials-slide {
  padding: 15px;
  color: #8a8a8a;
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
  background: #f8f8f8;
}
#testimonials .carousel-info {
  overflow: hidden;
  padding-top: 15px;
  background: url(../../images/arrow-testimonials.png) no-repeat 83px 0;
}
#testimonials .carousel-info img {
  width: 75px;
  height: 75px;
  padding: 3px;
  border-radius: 150px !important;
  border: solid 1px #f5f5f5;
}
#testimonials .carousel-info {
  overflow: hidden;
}
#testimonials .carousel-info img {
  margin-right: 15px;
}
#testimonials .carousel-info span {
  display: block;
}
#testimonials span.testimonials-name {
  color: #3498db;
  font-size: 14px;
  margin: 23px 0 7px;
}
#testimonials span.testimonials-post {
  color: #656565;
  font-size: 12px;
}
#testimonials .left-btn,
#testimonials .right-btn {
  bottom: 30px;
}
#tcSilder .left-btn,
#testimonials .left-btn,
#tcSilder .right-btn,
#testimonials .right-btn {
  width: 26px;
  height: 26px;
  position: absolute;
  display: inline-block;
  background: #f2f2f2;
  color: #999999;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}
#tcSilder .left-btn:hover,
#testimonials .left-btn:hover,
#tcSilder .right-btn:hover,
#testimonials .right-btn:hover {
  background: #3498db;
  color: #ffffff;
}
#tcSilder .left-btn,
#testimonials .left-btn {
  right: 27px;
}
#tcSilder .left-btn:before,
#testimonials .left-btn:before {
  content: "\f104";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
}
#tcSilder .left-btn:hover:before,
#testimonials .left-btn:hover:before {
  content: "\f105";
}
#tcSilder .right-btn,
#testimonials .right-btn {
  right: 0;
  background: #f2f2f2;
}
#tcSilder .right-btn:before,
#testimonials .right-btn:before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
}
#tcSilder .right-btn:hover:before,
#testimonials .right-btn:hover:before {
  content: "\f104";
}
.carousel {
  margin-bottom: 15px;
}
.carousel .carousel-caption {
  text-shadow: none;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  bottom: 0;
}
.carousel .carousel-caption h4 {
  color: #ffffff;
  text-shadow: none;
  font-weight: 500;
}
.carousel .carousel-control {
  text-shadow: none;
  color: transparent;
}
.carousel .carousel-control.left,
.carousel .carousel-control.right {
  background-image: none!important;
}
.carousel .carousel-control.right {
  text-align: center;
}
.carousel .carousel-indicators {
  bottom: 0;
}
.carousel .carousel-indicators li {
  border-radius: 0;
}
.carousel.tc-carousel .item {
  overflow: hidden;
}
.carousel.tc-carousel .carousel-indicators {
  top: auto;
  bottom: -23px;
  margin: 0;
  width: auto;
  right: 0;
  left: 0;
}
.carousel.tc-carousel .carousel-indicators li {
  background: #ffffff;
  border-color: #3498db;
}
.carousel.tc-carousel .carousel-indicators li.active {
  background: #8bc4ea;
}
.carousel.tc-carousel .carousel-indicators.right {
  text-align: right;
}
.carousel.tc-carousel .carousel-indicators.left {
  text-align: left;
}
.carousel:hover .carousel-control,
.carousel.focus .carousel-control {
  color: #3498db;
  opacity: 0.55;
  filter: alpha(opacity=55.00000000000001);
}
.tp-slider {
  z-index: 1;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
}
.tp-slider .tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0;
}
.tp-slider .tp-banner {
  width: 100%;
  position: relative;
}
.tp-slider .title_white,
.tp-slider .title,
.tp-slider .subtitle_white {
  font-weight: 300;
}
.tp-slider .subtitle,
.tp-slider .title_white_bold {
  font-weight: 400;
}
.tp-slider .title,
.tp-slider .title_white {
  font-size: 47px;
}
.tp-slider .title {
  color: #303030;
}
.tp-slider .title_white {
  color: #ffffff;
}
.tp-slider .subtitle,
.tp-slider .subtitle_white {
  font: 400 18px/25px "Open Sans", sans-serif;
  color: #ffffff;
  padding: 5px 10px;
  text-align: center;
}
.tp-slider .subtitle_white {
  border-top: 1px solid #ffffff !important;
  border-bottom: 1px solid #ffffff !important;
}
.tp-slider .subtitle {
  background-color: #3498db;
}
.tp-slider .title,
.tp-slider .subtitle,
.tp-slider .slide_desc {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.tp-slider .slide_desc {
  font-size: 14px;
  line-height: 24px;
}
.tp-slider .slidetitle-2 {
  font: 500 47px/67px "Open Sans", sans-serif;
  color: #555555;
  text-decoration: none;
  padding: 15px 10px 5px;
  text-shadow: none;
  text-align: center;
  border-bottom: 3px solid #3498db;
}
.tp-slider .tp-leftarrow.default,
.tp-slider .tp-rightarrow.default {
  text-decoration: none;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  width: 40px !important;
  height: 40px !important;
  background: rgba(0, 0, 0, 0.7) !important;
  color: #ffffff;
  border-radius: 100%;
}
.tp-slider .tp-leftarrow.default:hover,
.tp-slider .tp-rightarrow.default:hover {
  background-color: #3498db !important;
}
.tp-slider .tp-leftarrow.default:before {
  content: "\f104";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
}
.tp-slider .tp-rightarrow.default:before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
}
.tp-slider .btn {
  font: 300 18px/18px "Open Sans", sans-serif;
}
.owl-carousel {
  margin-bottom: 15px;
}
.owl-carousel .slide-item {
  padding: 0px 5px;
}
.owl-carousel .slide-item a.contents {
  padding: 10px;
  display: block;
  background: #ffffff;
  color: #686868;
  text-decoration: none;
}
.owl-carousel .slide-item a.contents .title {
  display: block;
  font-size: 14px;
  font-weight: 300;
}
.owl-carousel .slide-item a.contents small {
  font-size: 13px;
  font-weight: 300;
}
.owl-carousel .slide-item:hover a.contents {
  background: #3498db;
}
.owl-carousel .slide-item:hover a.contents:after {
  content: "\e092";
  font-family: 'Glyphicons Halflings';
  display: block;
  position: absolute;
  right: 15px;
  top: auto;
  bottom: 10px;
  color: #ffffff;
}
.owl-carousel .slide-item:hover a.contents .title,
.owl-carousel .slide-item:hover a.contents small {
  color: #ffffff;
}
.owl-carousel.with-contents .slide-item img {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.owl-carousel.with-contents:hover img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.owl-carousel.no-padding-items .slide-item {
  padding: 0px;
}
.owl-buttons {
  position: absolute;
  top: -37px;
  right: 10px;
}
.owl-buttons .owl-prev,
.owl-buttons .owl-next {
  background: #f2f2f2;
  color: #999999;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}
.owl-buttons .owl-prev:hover,
.owl-buttons .owl-next:hover {
  background: #3498db;
  color: #ffffff;
}
.owl-buttons .owl-prev:before {
  content: "\f104";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-indent: 0px;
}
.owl-buttons .owl-prev:hover:before {
  content: "\f105";
}
.owl-buttons .owl-next:before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-indent: 0px;
}
.owl-buttons .owl-next:hover:before {
  content: "\f104";
}
.owl-buttons div {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-left: 5px;
  position: static;
}
/* Styling Pagination*/
.owl-controls {
  text-align: center;
  margin-top: 10px;
}
.owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  border: 1px solid #3498db;
  background: #ffffff;
  color: #3498db;
}
.owl-controls .owl-page.active span,
.owl-controls .owl-controls.clickable .owl-page:hover span {
  background: #3498db;
  color: #ffffff;
}
.owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
}
/* datepicker */
.ui-datepicker {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
}
.ui-datepicker .ui-widget-header {
  font-weight: normal;
  background: #3498db;
  color: #ffffff;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  height: 26px;
  min-width: 32px;
  max-width: 32px;
  text-align: center;
  cursor: pointer;
  color: transparent;
  line-height: 26px;
}
.ui-datepicker .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-next .ui-icon {
  color: transparent;
  visibility: hidden;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
  display: inline;
  font-family: FontAwesome;
  font-size: 14px;
  content: "\f100";
  color: #ffffff;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 2px;
}
.ui-datepicker .ui-datepicker-next:before {
  content: "\f101";
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
}
.ui-datepicker td {
  padding: 0;
}
.ui-datepicker td > a,
.ui-datepicker td > span {
  display: inline-block;
  min-width: 24px;
  max-width: 24px;
  text-align: center;
  color: #555555;
  font-size: 14px;
}
.ui-datepicker td > a:hover {
  background-color: #f2f2f2;
}
.ui-datepicker td > a.ui-state-highlight {
  background-color: #dff0d8;
  border: 1px solid #a1cd7c;
}
.ui-datepicker td > a.ui-state-active {
  background-color: #3498db;
  color: #ffffff;
  border: 0 none;
}
.ui-datepicker td > a.ui-priority-secondary {
  color: #999999;
}
.ui-datepicker td > span {
  color: #999999;
}
.ui-datepicker td .ui-datepicker-buttonpane {
  background-color: #e5e5e5;
}
/* spinner */
.ui-spinner {
  border: 1px solid #e5e5e5;
}
.ui-spinner-button {
  border-width: 0 !important;
  line-height: 15px;
  padding: 0;
  width: 18px;
  cursor: pointer;
  color: #ffffff !important;
  height: 15px;
  margin: 1px;
  font-size: 13px;
}
.ui-spinner-button > [class*="fa-"] {
  width: 18px;
  font-size: 10px;
  display: inline-block;
}
.ui-spinner-input {
  padding: 5px;
  max-width: 75px;
  width: 75px;
  outline: 0!important;
  margin-right: 23px;
  margin-left: 3px;
  margin-bottom: 4px;
}
/* dialog */
.ui-widget-overlay {
  background: rgba(0, 0, 0, 0.25);
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  z-index: 1040 !important;
}
.ui-dialog,
.ui-jqdialog {
  z-index: 1050 !important;
  background-color: #ffffff;
  padding: 0;
  border: 1px solid #e5e5e5;
  box-shadow: none;
}
.ui-dialog .ui-dialog-titlebar,
.ui-jqdialog .ui-dialog-titlebar,
.ui-dialog .ui-jqdialog-titlebar,
.ui-jqdialog .ui-jqdialog-titlebar {
  background-color: #f2f2f2;
  font-size: 16px;
  color: #555555;
  padding: 10px;
  font-weight: normal;
}
.ui-dialog .ui-dialog-title,
.ui-jqdialog .ui-dialog-title,
.ui-dialog .ui-jqdialog-title,
.ui-jqdialog .ui-jqdialog-title {
  float: none;
  width: auto;
}
.ui-dialog .widget-header,
.ui-jqdialog .widget-header {
  margin: 0;
  border-width: 0 0 1px 0;
}
.ui-dialog .ui-dialog-buttonpane,
.ui-jqdialog .ui-dialog-buttonpane,
.ui-dialog .ui-jqdialog-buttonpane,
.ui-jqdialog .ui-jqdialog-buttonpane {
  background-color: #f2f2f2;
  border-top: 1px solid #e5e5e5;
}
.ui-dialog .ui-dialog-titlebar-close,
.ui-jqdialog .ui-dialog-titlebar-close,
.ui-dialog .ui-jqdialog-titlebar-close,
.ui-jqdialog .ui-jqdialog-titlebar-close {
  border: none;
  background: transparent;
  opacity: 0.4;
  color: #d9534f;
  padding: 0;
  top: 50%;
  right: 8px !important;
  text-align: center;
}
.ui-dialog .ui-dialog-titlebar-close:before,
.ui-jqdialog .ui-dialog-titlebar-close:before,
.ui-dialog .ui-jqdialog-titlebar-close:before,
.ui-jqdialog .ui-jqdialog-titlebar-close:before {
  content: "\f00d";
  display: inline;
  font-family: FontAwesome;
  font-size: 16px;
}
.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-jqdialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-jqdialog-titlebar-close:hover,
.ui-jqdialog .ui-jqdialog-titlebar-close:hover {
  opacity: 1;
  text-decoration: none;
  padding: 0;
}
.ui-dialog .ui-dialog-titlebar-close .ui-button-text,
.ui-jqdialog .ui-dialog-titlebar-close .ui-button-text,
.ui-dialog .ui-jqdialog-titlebar-close .ui-button-text,
.ui-jqdialog .ui-jqdialog-titlebar-close .ui-button-text {
  text-indent: 0;
  visibility: hidden;
}
.ui-dialog .widget-header .ui-dialog-titlebar-close,
.ui-jqdialog .widget-header .ui-dialog-titlebar-close,
.ui-dialog .widget-header .ui-jqdialog-titlebar-close,
.ui-jqdialog .widget-header .ui-jqdialog-titlebar-close {
  right: 10px !important;
}
/* progressbar */
.ui-progressbar {
  background-color: #f2f2f2;
  height: 22px;
}
.ui-progressbar .ui-progressbar-value {
  margin: 0;
}
.ui-progressbar .ui-progressbar-value[class="progress-bar"] {
  background-color: #999999;
}
/** jQuery UI Slider */
.ui-slider {
  background-color: #e0e2e2;
}
.ui-slider-horizontal {
  height: 10px;
}
.ui-slider-vertical {
  width: 10px;
}
.ui-slider .ui-slider-handle {
  border-radius: 0;
  width: 0.90em;
  height: 1.45em;
  cursor: pointer;
  background-color: #f2f2f2;
  border: 1px solid;
}
.ui-slider .ui-slider-handle:before {
  display: inline-block;
}
.ui-slider .ui-slider-handle:hover {
  background-color: #ffffff;
}
.ui-slider .ui-slider-handle:hover,
.ui-slider .ui-slider-handle:focus,
.ui-slider .ui-slider-handle:active {
  outline: none;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
.ui-slider .ui-slider-handle:hover:before,
.ui-slider .ui-slider-handle:focus:before,
.ui-slider .ui-slider-handle:active:before {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.ui-slider-horizontal .ui-slider-handle {
  margin-left: -0.725em;
  top: -0.4em;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.35em;
  margin-bottom: -0.65em;
  width: 1.45em;
  height: 0.90em;
}
/* colors */
.ui-slider-range {
  background-color: #3498db;
}
.ui-slider-handle {
  outline: none !important;
}
.ui-slider-handle,
.ui-slider-handle:hover,
.ui-slider-handle:focus,
.ui-slider-handle:active {
  border-color: #3498db;
  color: #3498db;
}
.ui-slider-inverse .ui-slider-range {
  background-color: #303030;
}
.ui-slider-inverse .ui-slider-handle,
.ui-slider-inverse .ui-slider-handle:hover,
.ui-slider-inverse .ui-slider-handle:focus,
.ui-slider-inverse .ui-slider-handle:active {
  border-color: #303030;
  color: #303030;
}
.ui-slider-primary .ui-slider-range {
  background-color: #3498db;
}
.ui-slider-primary .ui-slider-handle,
.ui-slider-primary .ui-slider-handle:hover,
.ui-slider-primary .ui-slider-handle:focus,
.ui-slider-primary .ui-slider-handle:active {
  border-color: #3498db;
  color: #3498db;
}
.ui-slider-success .ui-slider-range {
  background-color: #5cb85c;
}
.ui-slider-success .ui-slider-handle,
.ui-slider-success .ui-slider-handle:hover,
.ui-slider-success .ui-slider-handle:focus,
.ui-slider-success .ui-slider-handle:active {
  border-color: #5cb85c;
  color: #5cb85c;
}
.ui-slider-danger .ui-slider-range {
  background-color: #d9534f;
}
.ui-slider-danger .ui-slider-handle,
.ui-slider-danger .ui-slider-handle:hover,
.ui-slider-danger .ui-slider-handle:focus,
.ui-slider-danger .ui-slider-handle:active {
  border-color: #d9534f;
  color: #d9534f;
}
.ui-slider-info .ui-slider-range {
  background-color: #5bc0de;
}
.ui-slider-info .ui-slider-handle,
.ui-slider-info .ui-slider-handle:hover,
.ui-slider-info .ui-slider-handle:focus,
.ui-slider-info .ui-slider-handle:active {
  border-color: #5bc0de;
  color: #5bc0de;
}
.ui-slider-warning .ui-slider-range {
  background-color: #f0ad4e;
}
.ui-slider-warning .ui-slider-handle,
.ui-slider-warning .ui-slider-handle:hover,
.ui-slider-warning .ui-slider-handle:focus,
.ui-slider-warning .ui-slider-handle:active {
  border-color: #f0ad4e;
  color: #f0ad4e;
}
/* tabs */
.ui-tabs .ui-tabs-nav {
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
}
.ui-tabs .ui-tabs-nav li {
  margin: 0;
}
.ui-tabs .ui-tabs-nav li.ui-state-default > a {
  background-color: #f2f2f2;
  border: 1px solid #e5e5e5;
  color: #666;
  font-weight: normal;
  line-height: 16px;
  margin-right: -1px;
  padding: 8px 12px;
  position: relative;
  top: 1px;
}
@media (max-width: 360px) {
  .ui-tabs .ui-tabs-nav li.ui-state-default > a {
    color: #666;
    font-weight: normal;
    line-height: 10px;
    margin-right: -1px;
    padding: 8px 6px;
    position: relative;
    font-size: 11px;
  }
}
.ui-tabs .ui-tabs-nav li > a:focus {
  outline: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active > a {
  border: 1px solid;
  border-color: #3498db #e5e5e5 transparent;
  border-top-width: 1px;
  margin-bottom: 0;
  background: #ffffff;
  color: #3498db;
  position: relative;
}
.ui-tabs .ui-tabs-panel {
  border: 1px solid #e5e5e5;
  border-top-width: 0;
  margin: 0;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
}
/* tooltip */
.ui-tooltip {
  background-color: #555555;
  color: #ffffff;
}
/* accordion */
.ui-accordion .ui-accordion-header {
  color: #555555;
  font-weight: normal;
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
  padding: 8px 8px 9px 24px;
  font-size: 14px;
}
.ui-accordion .ui-accordion-header:hover {
  color: #555555;
}
.ui-accordion .ui-accordion-header.ui-state-active {
  color: #555555;
  position: relative;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  text-indent: 0;
  margin-top: 0;
  position: absolute;
  left: 10px;
  top: 7px;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon:before {
  display: inline;
  font-family: FontAwesome;
  font-size: 15px;
  content: "\f105";
}
.ui-accordion .ui-accordion-header.ui-state-active .ui-accordion-header-icon:before {
  content: "\f107";
  font-weight: normal;
}
.ui-accordion .ui-accordion-content {
  border: 1px solid #e5e5e5;
  border-top-width: 0;
  padding: 11px 16px;
}
/* menu */
.ui-menu {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 150px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 3px;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: auto;
}
.ui-menu .ui-menu-item {
  padding: 5px 10px 6px;
  color: #686868;
  cursor: pointer;
  display: block;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
.ui-menu .ui-menu-item .ui-menu-icon {
  float: right;
  position: relative;
  left: auto;
  right: 4px;
  bottom: auto;
  text-indent: 0;
}
.ui-menu .ui-menu-item .ui-menu-icon:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 14px;
  display: inline;
}
.ui-menu .ui-menu-item:hover,
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active,
.ui-menu .ui-menu-item:hover > .ui-menu-icon,
.ui-menu .ui-state-focus > .ui-menu-icon,
.ui-menu .ui-state-active > .ui-menu-icon {
  text-decoration: none;
  background-color: #3498db;
  color: #ffffff;
  margin: auto;
  font-weight: normal;
}
.ui-menu .ui-menu-item:hover .ui-menu-icon,
.ui-menu .ui-state-focus .ui-menu-icon,
.ui-menu .ui-state-active .ui-menu-icon,
.ui-menu .ui-menu-item:hover > .ui-menu-icon .ui-menu-icon,
.ui-menu .ui-state-focus > .ui-menu-icon .ui-menu-icon,
.ui-menu .ui-state-active > .ui-menu-icon .ui-menu-icon {
  color: #ffffff;
}
.ui-menu .ui-state-disabled,
.ui-menu .ui-state-disabled .ui-menu-icon {
  color: #999;
  cursor: default;
}
.ui-menu .ui-state-disabled:hover,
.ui-menu .ui-state-disabled.ui-state-focus,
.ui-menu .ui-state-disabled.ui-state-active,
.ui-menu .ui-state-disabled:hover .ui-menu-icon,
.ui-menu .ui-state-disabled.ui-state-focus .ui-menu-icon,
.ui-menu .ui-state-disabled.ui-state-active .ui-menu-icon {
  background-color: #ffffff;
  color: #999;
}
.ui-selectmenu-button {
  border: 1px solid #aaa;
}
.ui-selectmenu-button[aria-expanded=true] {
  border-color: #4492C9;
}
.ui-selectmenu-button span.ui-icon {
  text-indent: 0;
  margin-top: -10px;
}
.ui-selectmenu-button .ui-icon:before {
  content: "\f0d7";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 14px;
}
/* auto complete */
.ui-autocomplete {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.ui-autocomplete-category {
  padding: 6px;
  position: relative;
  background-color: #f2f2f2;
  color: #3498db;
  font-weight: bolder;
  border: 1px solid #e5e5e5;
  border-width: 1px 0;
}
/* when dragging */
.ui-sortable-placeholder,
.ui-sortable-helper,
.ui-sortable-placeholder > a,
.ui-sortable-helper > a {
  cursor: move !important;
}
.draggable-placeholder {
  /* for when dragging items around */
  border: 1px dashed #fffefc !important;
  background-color: #ffffff !important;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::safari-only,
  .label:empty {
    display: inline-block;
  }
  ::safari-only,
  .badge:empty {
    display: inline-block;
  }
}
.badge {
  text-shadow: none;
  font-size: 11px;
  padding: 3px 6px 3px 6px;
  font-weight: normal;
  background-color: #999999 !important;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  border-radius: 12px !important;
  text-shadow: none !important;
}
.badge.no-radius {
  border-radius: 0;
}
.badge-transparent {
  background-color: transparent !important;
}
.badge-info {
  background-color: #5bc0de !important;
}
.badge-primary {
  background-color: #3498db !important;
}
.badge-success {
  background-color: #5cb85c !important;
}
.badge-danger {
  background-color: #d9534f !important;
}
.badge-inverse {
  background-color: #303030 !important;
}
.badge-warning {
  background-color: #f0ad4e !important;
}
.badge-light {
  background-color: #f2f2f2 !important;
}
.badge-pending {
  background-color: #5bc0de !important;
}
.badge-active {
  background-color: #5cb85c !important;
}
.badge-suspended {
  background-color: #f0ad4e !important;
}
.badge-paid {
  background-color: #5cb85c !important;
}
.badge-unpaid {
  background-color: #d9534f !important;
}
.badge-terminated {
  background-color: #d9534f !important;
}
.badge-cancelled {
  background-color: #bfbfbf !important;
}
.badge-expired {
  background-color: #999999 !important;
}
.badge-refunded {
  background-color: #999999 !important;
}
.badge-collections {
  background-color: #f0ad4e !important;
}
.badge-fraud {
  background-color: #222222 !important;
}
.badge-light {
  color: #999999 !important;
}
label {
  font-weight: 500;
}
form {
  /***
Input icons
***/
}
form .tcb {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  form.form-inline .tcb {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
}
form .labels {
  cursor: pointer;
}
form label {
  font-weight: 500;
}
form .form-actions {
  display: block;
  border-top: 1px solid #e5e5e5;
  padding: 15px 10px;
}
form .form-actions .form-group {
  margin-bottom: 0;
}
form .input-group-addon {
  border: 1px solid #e5e5e5;
}
form .input-group-addon [class*=" fa-"],
form .input-group-addon [class^="fa-"],
form .input-group-addon [class*=" glyphicon-"],
form .input-group-addon [class^="glyphicon-"] {
  color: #686868;
}
form .input-group-addon [class*=" glyphicon-"],
form .input-group-addon [class^="glyphicon-"] {
  font-size: 13px;
}
form .form-group .help-block {
  font-size: 12px;
  margin-bottom: 5px;
}
form .form-group.has-success > .input-icon [class*="fa-"],
form .form-group.has-success > .input-icon [class^="fa-"],
form .form-group.has-success > .input-icon [class*="glyphicon-"],
form .form-group.has-success > .input-icon [class^="glyphicon-"] {
  color: #3c763d;
}
form .form-group.has-warning > .input-icon [class*="fa-"],
form .form-group.has-warning > .input-icon [class^="fa-"],
form .form-group.has-warning > .input-icon [class*="glyphicon-"],
form .form-group.has-warning > .input-icon [class^="glyphicon-"] {
  color: #8a6d3b;
}
form .form-group.has-error > .input-icon [class*="fa-"],
form .form-group.has-error > .input-icon [class^="fa-"],
form .form-group.has-error > .input-icon [class*="glyphicon-"],
form .form-group.has-error > .input-icon [class^="glyphicon-"] {
  color: #a94442;
}
form .input-icon {
  position: relative;
}
form .input-icon input {
  padding-left: 33px !important;
}
form .input-icon [class*="fa-"],
form .input-icon [class^="fa-"],
form .input-icon [class*=" glyphicon-"],
form .input-icon [class^="glyphicon-"] {
  display: block;
  position: absolute;
  margin: 11px 2px 4px 10px;
  width: 16px;
  min-width: 16px;
  height: 16px;
  font-size: 16px;
}
form .input-icon.right input {
  padding-left: 12px !important;
  padding-right: 33px !important;
}
form .input-icon.right [class*="fa-"],
form [class^="fa-"] {
  right: 8px;
  float: right;
}
.form-horizontal .tcb {
  margin-top: 0!important;
  margin-bottom: 0!important;
}
.form-horizontal .tcb-inline {
  display: inline-block;
  padding-left: 0!important;
  margin-bottom: 0;
  vertical-align: middle;
  margin-right: 15px;
  min-height: 20px;
}
@media (max-width: 767px) {
  .form-horizontal .control-label,
  .form-horizontal .radio,
  .form-horizontal .checkbox,
  .form-horizontal .radio-inline,
  .form-horizontal .checkbox-inline {
    margin-bottom: 5px;
  }
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="find"],
input[type="tel"],
input[type="color"] {
  border-radius: 0;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  font-size: 13px;
  box-shadow: none;
  padding: 6px;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="find"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #e5e5e5 #e5e5e5 #e5e5e5 #3498db;
  background-color: #ffffff;
  outline: 0 none;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
textarea:focus {
  border-color: #e5e5e5;
}
input[readonly] {
  background: #f5f5f5 !important;
  cursor: default!important;
}
.input-mini {
  width: 60px;
  max-width: 100%;
}
.input-small {
  width: 90px;
  max-width: 100%;
}
.input-medium,
.input-md {
  width: 150px;
  max-width: 100%;
}
.input-large {
  width: 210px;
  max-width: 100%;
}
.input-xlarge {
  width: 270px;
  max-width: 100%;
}
.input-xxlarge {
  width: 530px;
  max-width: 100%;
}
select option,
select.form-control option {
  padding: 3px 4px;
}
select option:active,
select.form-control option:active,
select option:hover,
select.form-control option:hover,
select option:focus,
select.form-control option:focus {
  background-color: #ffffff;
  color: #686868;
}
select option[value=""],
select.form-control option[value=""] {
  padding: 0;
}
.form-control,
select {
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #686868;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
}
.form-control:focus,
select:focus {
  color: #686868;
  border-color: #e5e5e5;
  background-color: #ffffff;
  outline: none;
}
select {
  padding: 3px 4px;
  height: 30px;
}
select.form-control {
  padding: 4px 6px;
}
select[multiple],
select.form-control[multiple] {
  height: auto;
}
select.input-sm {
  border-radius: 0;
  padding: 2px 3px;
}
select.input-lg {
  border-radius: 0;
  padding: 6px 8px;
}
input[disabled] {
  color: #848484 !important;
  background-color: #eeeeee !important;
}
input[disabled]:hover {
  border-color: #e5e5e5 !important;
}
input[readonly] {
  color: #939192;
  background: #f5f5f5 !important;
  cursor: default;
}
input[readonly]:hover {
  border-color: #c3c3c3;
}
input[readonly]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #aaaaaa;
  background-color: #f9f9f9;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px #ffffff inset !important;
}
/* For login and error pages */
.login-container {
  width: 360px;
  margin: 10% auto 50px;
}
.login-box {
  width: 360px;
  padding: 20px;
  padding-bottom: 0;
  background: rgba(255, 255, 255, 0.85);
  border: 6px solid rgba(0, 0, 0, 0.5);
  visibility: hidden;
  position: absolute;
  overflow: hidden;
  -moz-transform: scale(0,1) translate(-150px);
  -webkit-transform: scale(0,1) translate(-150px);
  -o-transform: scale(0,1) translate(-150px);
  -ms-transform: scale(0,1) translate(-150px);
  transform: scale(0,1) translate(-150px);
}
.login-box.visible {
  visibility: visible;
  -moz-transform: scale(1,1) translate(0);
  -webkit-transform: scale(1,1) translate(0);
  -o-transform: scale(1,1) translate(0);
  -ms-transform: scale(1,1) translate(0);
  transform: scale(1,1) translate(0);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -o-transition: none;
  /* too slow */
  -webkit-transition: none;
  /* works in chrome but not in safari, never scales back to 1! */
}
.login-box .page-header {
  margin: -15px 0 15px;
}
.login-box .footer-wrap {
  background: rgba(255, 255, 255, 0.7);
  margin: 20px -20px 0;
  padding: 10px 20px;
  border-top: 2px solid #e5e5e5;
}
.login-box .footer-wrap a {
  text-decoration: none;
}
.login-box .social-or-login {
  margin-top: 4px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.login-box .social-or-login :first-child {
  display: inline-block;
  background: rgba(255, 255, 255, 0.95);
  padding: 2px 8px;
  color: #3498db;
  font-size: 13px;
}
.login-box .social-or-login:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 1px dotted rgba(255, 255, 255, 0.95);
}
.login-box .hr {
  border-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 480px) {
  .login-container,
  .login-box {
    width: 95%;
  }
}
body.login,
body.error {
  background: #555555 url("../../images/loginBg.jpg") center center no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.error-container {
  margin: 10% auto 50px;
}
.error-container .error-box {
  padding: 15px;
  text-align: center;
  background: rgba(255, 255, 255, 0.75);
  border: 6px solid rgba(0, 0, 0, 0.5);
}
.error-container .error-box .error-code {
  font-size: 700%;
  font-weight: bolder;
  border-bottom: 1px solid #d9534f;
  padding: 10px;
  color: #d9534f;
}
@media (max-width: 768px) {
  .error-container .error-box .error-code {
    font-size: 360%;
  }
}
@media (max-width: 480px) {
  .error-container .error-box .error-code {
    font-size: 200%;
  }
  .error-container .error-box h3 {
    font-size: 13px!important;
  }
}
.top-navbar .navbar-nav > li > a,
.top-navbar .navbar-right > li > a {
  color: #ffffff;
}
.top-navbar .navbar-nav > li > a:hover,
.top-navbar .navbar-right > li > a:hover,
.top-navbar .navbar-nav > li > a:focus,
.top-navbar .navbar-right > li > a:focus {
  color: #ffffff;
}
.top-navbar .nav li a {
  border: 0 none;
}
.top-navbar .navbar-toggle {
  outline: none;
  margin-top: 6px;
  margin-bottom: auto;
  border-color: transparent;
  color: #ffffff;
}
.top-navbar .navbar-toggle:hover,
.top-navbar .navbar-toggle:active,
.top-navbar .navbar-toggle:focus {
  background: transparent;
}
.top-navbar .navbar-toggle .fa {
  font-size: 21px;
}
.top-navbar .navbar-brand {
  padding: 10px 15px;
}
.top-navbar .navbar-collapse {
  border-color: transparent;
}
.top-navbar .nav .open > a,
.top-navbar .nav .open > a:hover,
.top-navbar .nav .open > a:focus {
  background-color: transparent;
  border-color: transparent;
}
.top-navbar .navbar-left > li > a,
.top-navbar .navbar-right > li > a {
  font-size: 14px;
}
.top-navbar .navbar-left > li > a {
  font-size: 15px;
}
.top-navbar .navbar-left .dropdown-menu li a,
.top-navbar .navbar-right .dropdown-menu li a {
  padding: 10px 15px;
  font-size: 14px;
}
.top-navbar .top-menu {
  background-color: #262626;
}
.top-navbar.navbar {
  background-color: #ffffff;
  margin-bottom: 0;
  border-bottom: 0 none;
}
.top-navbar .navbar-header {
  background-color: #ffffff;
  padding: 0 0 5px;
}
.top-navbar.header-2 .nav-top {
  min-height: 0px;
}
.top-navbar.header-2 .container {
  position: relative;
}
.top-navbar.header-2 .navbar-toggle {
  float: left;
  margin-right: 0;
}
.top-navbar.header-2 .navbar-brand {
  padding: 10px 0px;
}
.top-navbar.header-2 .navbar-header {
  background: #262626;
  height: 70px;
}
.top-navbar.header-2 .navbar-right {
  position: absolute;
  right: 15px;
}
.top-navbar.header-2 .navbar-right li {
  display: inline-block;
}
.top-navbar.header-2 .navbar-right li a {
  padding: 18px 10px;
}
.top-navbar.header-2 .navbar-right li a:hover,
.top-navbar.header-2 .navbar-right li a:focus {
  background-color: transparent;
}
.top-navbar.header-2 .navbar-right li .dropdown-menu li {
  display: block;
}
.top-navbar.header-2 .navbar-right li .dropdown-menu li a {
  padding: 10px 15px;
}
.top-navbar.header-2 .navbar-right li .dropdown-menu li a:hover,
.top-navbar.header-2 .navbar-right li .dropdown-menu li a:focus {
  background-color: #3498db;
}
.top-navbar.header-2 .badge.up {
  top: 11px;
}
.top-navbar.header-2 .pre-header {
  padding-top: 10px;
  background: #ffffff;
  border-bottom: 1px solid #e5e5e5;
  font-size: 13px;
}
.top-navbar.header-2 .pre-header a {
  color: #686868;
}
.top-navbar.header-2 .pre-header a:hover,
.top-navbar.header-2 .pre-header a:focus {
  color: #3498db;
  text-decoration: none;
}
.top-navbar.header-2 .pre-header li {
  padding-left: 10px;
  padding-right: 15px;
  border-right: solid 1px #e5e5e5;
}
.top-navbar.header-2 .pre-header li:last-child {
  border: none;
}
.top-navbar.header-2 .pre-header li .fa {
  margin-right: 4px;
}
.top-navbar.header-2 .pre-header .additional-nav li:last-child {
  padding-right: 0;
}
.top-navbar.header-2 .pre-header .badge.up {
  top: -7px;
  right: 25px;
}
.top-navbar.header-2 .pre-header .dropdown-tasks {
  right: 0;
}
.top-navbar.header-2 .pre-header .dropdown-tasks.dropdown-menu {
  margin-top: 7px!important;
}
.top-navbar.header-2 .pre-header .dropdown-tasks.dropdown-menu li {
  padding-left: 0;
  padding-right: 0;
}
.top-navbar.header-2 .pre-header .dropdown-tasks.dropdown-menu li.dropdown-header {
  padding: 10px;
}
.top-navbar.header-2 .pre-header .dropdown-tasks.dropdown-menu li a {
  padding: 10px 15px;
}
.top-navbar.header-2 .pre-header .dropdown-tasks.auto {
  left: auto;
}
.top-navbar.header-2 .pre-header .dropdown-tasks.auto.auto-width {
  width: auto;
}
.top-navbar.header-2 .nav-search .form-group {
  margin-bottom: 0;
}
.top-navbar.header-2 .nav-search .form-group span.fa,
.top-navbar.header-2 .nav-search .form-group span.glyphicon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  max-width: 34px;
  max-height: 34px;
  line-height: 34px;
  text-align: center;
  left: initial;
}
.top-navbar.header-2 .nav-search .form-group input[type=text] {
  width: 32px;
  height: 32px;
  max-width: 32px;
  max-height: 32px;
  border: 0 none;
  border-radius: 100%;
}
.top-navbar.header-2 .nav-search .form-group ::-webkit-input-placeholder {
  color: #ffffff;
}
.top-navbar.header-2 .nav-search .form-group :-moz-placeholder {
  color: #ffffff;
}
.top-navbar.header-2 .nav-search .form-group ::-moz-placeholder {
  color: #ffffff;
}
.top-navbar.header-2 .nav-search .form-group :-ms-input-placeholder {
  color: #ffffff;
}
.top-navbar.header-2 .nav-search .form-group .form-control {
  display: inline-block;
}
.top-navbar.header-2 .nav-search:hover .form-group input[type=text],
.top-navbar.header-2 .nav-search:focus .form-group input[type=text] {
  width: 100%;
  max-width: 100%;
  border-radius: 4px 25px 25px 4px;
}
.top-navbar.header-2 .nav-search:hover .form-group ::-webkit-input-placeholder,
.top-navbar.header-2 .nav-search:focus .form-group ::-webkit-input-placeholder {
  color: #999999;
}
.top-navbar.header-2 .nav-search:hover .form-group :-moz-placeholder,
.top-navbar.header-2 .nav-search:focus .form-group :-moz-placeholder {
  color: #999999;
}
.top-navbar.header-2 .nav-search:hover .form-group ::-moz-placeholder,
.top-navbar.header-2 .nav-search:focus .form-group ::-moz-placeholder {
  color: #999999;
}
.top-navbar.header-2 .nav-search:hover .form-group :-ms-input-placeholder,
.top-navbar.header-2 .nav-search:focus .form-group :-ms-input-placeholder {
  color: #999999;
}
@media (max-width: 991px) {
  .top-navbar .nav-top {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 10px;
    background-color: #262626;
  }
  .top-navbar .navbar-left.pull-right {
    float: none!important;
  }
}
@media (min-width: 992px) {
  .top-navbar.navbar {
    border-bottom: none;
  }
  .top-navbar .search-box {
    min-width: 190px;
  }
  .top-navbar .navbar-brand {
    margin-left: 0!important;
  }
  .top-navbar .navbar-right > li > a {
    padding: 15px;
  }
  .top-navbar .navbar-nav > li > a {
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    padding: 21px 17px;
  }
  .top-navbar .navbar-right > li > a {
    color: #686868 !important;
  }
  .top-navbar .nav-top {
    margin: 0;
  }
  .top-navbar .navbar-right,
  .top-navbar .navbar-header {
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    padding: 20px 0 0;
  }
  .top-navbar.top-nav-collapse .navbar-right,
  .top-navbar.top-nav-collapse .navbar-header {
    padding: 0;
  }
  .top-navbar.top-nav-collapse .navbar-nav > li > a {
    padding: 17px;
  }
  .top-navbar .navbar-left.navbar-nav > li {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-width: 0 1px 0 0;
  }
  .top-navbar .navbar-left.navbar-nav > li:first-child {
    border-width: 0 1px!important;
  }
  .top-navbar .navbar-left.navbar-nav > li .btn-primary:hover,
  .top-navbar .navbar-left.navbar-nav > li .btn-primary:focus {
    background-color: #3498db !important;
  }
  .top-navbar .navbar-left > li.dropdown:hover,
  .top-navbar .navbar-left > li:hover,
  .top-navbar .navbar-left > li.dropdown:focus,
  .top-navbar .navbar-left > li:focus {
    background: #2e2e2e;
    border-top: 0 none;
  }
  .top-navbar.header-2 {
    /***
			Pre-Header and pre-header elements
			***/
  }
  .top-navbar.header-2 .navbar-right > li > a {
    color: #ffffff !important;
  }
  .top-navbar.header-2 .navbar-header {
    background: #262626;
  }
  .top-navbar.header-2 .navbar-header,
  .top-navbar.header-2 .navbar-right {
    padding: 0;
  }
  .top-navbar.header-2 .navbar-brand {
    padding: 21px 15px 10px;
  }
  .top-navbar.header-2 .badge.up {
    top: 21px;
  }
  .top-navbar.header-2 .navbar-left li a,
  .top-navbar.header-2 .navbar-right li a {
    padding: 29px 15px 30px;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
  .top-navbar.header-2 .navbar-left li.dropdown > .dropdown-menu li a,
  .top-navbar.header-2 .navbar-right li.dropdown > .dropdown-menu li a,
  .top-navbar.header-2 .navbar-left li.dropdown.dropdown-megamenu li a,
  .top-navbar.header-2 .navbar-right li.dropdown.dropdown-megamenu li a {
    padding: 10px 15px;
  }
  .top-navbar.header-2 .pre-header .list-inline {
    margin-left: 0;
  }
  .top-navbar.header-2 .navbar-left > li.dropdown > .dropdown-menu {
    margin-top: 0!important;
  }
  .top-navbar.header-2.navbar {
    background: #262626;
	
  }
}
@media (max-width: 480px) {
  .top-navbar.header-2 .navbar-right .nav-search {
    display: none;
  }
}
@media (max-width: 359px) {
  .top-navbar.header-2 .pre-header {
    font-size: 12px;
  }
}
.mass-head {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .mass-head {
    padding: 133px 0 0;
  }
  .mass-head.inner {
    padding: 120px 0 0;
  }
}
.block-s1 {
  padding: 10px 0;
}
.block-s1 p,
.block-s1 h1,
.block-s1 h2,
.block-s1 h3,
.block-s1 h4,
.block-s1 h5,
.block-s1 h6 {
  padding: 0;
  margin: 10px 15px;
}
@media (max-width: 992px) {
  .block-s1 .text-right,
  .block-s1 .text-left {
    text-align: center!important;
  }
}
@media (max-width: 480px) {
  .block-s1 h1,
  .block-s1 h2,
  .block-s1 h3,
  .block-s1 h4 {
    font-size: 16px;
    line-height: 26px;
  }
}
.block-s1.notice {
  padding: 10px;
}
.block-s2,
.block-s4 {
  padding: 20px 0 5px;
}
.block-s3 {
  padding: 15px 0;
}
.block-s1.tech-specs h3,
.block-s2.tech-specs h3,
.block-s3.tech-specs h3,
.block-s4.tech-specs h3 {
  border-bottom: 3px double #e5e5e5;
  padding: 0 0 10px 10px;
}
.block-s1.tech-specs ul,
.block-s2.tech-specs ul,
.block-s3.tech-specs ul,
.block-s4.tech-specs ul {
  padding-left: 0;
  margin-bottom: 25px;
}
.block-s1.tech-specs ul li,
.block-s2.tech-specs ul li,
.block-s3.tech-specs ul li,
.block-s4.tech-specs ul li {
  list-style: none;
  padding: 5px 0 0 10px;
}
.block-s1.tech-specs ul li:last-child,
.block-s2.tech-specs ul li:last-child,
.block-s3.tech-specs ul li:last-child,
.block-s4.tech-specs ul li:last-child {
  padding-bottom: 0;
}
.block-s1.tech-specs ul li:before,
.block-s2.tech-specs ul li:before,
.block-s3.tech-specs ul li:before,
.block-s4.tech-specs ul li:before {
  content: "\f05d";
  margin-right: 4px;
  font-family: FontAwesome;
  color: #3498db;
  font-size: 15px;
}
.block-breadcrumbs {
  padding: 5px 0;
  background: #262626;
}
.block-breadcrumbs .breadcrumb {
  margin-bottom: 0;
  background: transparent;
  padding: 8px 0;
}
.block-breadcrumbs .breadcrumb li,
.block-breadcrumbs .breadcrumb a {
  font-size: 12px;
  text-decoration: none;
}
.block-breadcrumbs .breadcrumb > li + li:before {
  content: "//\00a0";
  padding: 0 5px;
}
.block-footer {
  padding: 40px 0 10px;
  background: #141414;
  color: #8c8c8c;
}
.block-footer ul.list-unstyled {
  padding: 0 10px;
}
.block-footer ul.list-unstyled a {
  color: #8c8c8c;
}
.block-footer ul.list-unstyled a:hover,
.block-footer ul.list-unstyled a:active,
.block-footer ul.list-unstyled a:focus {
  color: #e5e5e5;
  text-decoration: none;
}
.block-footer ul.list-unstyled li {
  padding-top: 5px;
}
.block-footer ul.list-unstyled .fa,
.block-footer ul.list-unstyled .glyphicon {
  font-size: 110%;
}
.block-footer h4 {
  text-transform: uppercase;
  color: #e5e5e5;
  font-size: 15px;
}
.block-footer .social ul,
.block-footer .social li {
  padding: 0!important;
}
.block-footer .well {
  background: #0c0c0c;
  border: 0 none;
  font-size: 13px;
  color: #686868;
}
.block-footer .copyright {
  padding-top: 10px;
  margin-top: 35px;
  background: #0c0c0c;
  font-size: 13px;
}
.block-footer .copyright ul a {
  color: #8c8c8c;
}
.block-footer .copyright ul a:hover,
.block-footer .copyright ul a:active,
.block-footer .copyright ul a:focus {
  color: #e5e5e5;
  text-decoration: none;
}
@media (min-width: 992px) {
  .block-footer .copyright ul {
    float: right;
  }
  .block-footer .additional-info {
    margin-top: 35px;
  }
}
@media (max-width: 991px) {
  .block-footer .copyright {
    text-align: center;
    border-bottom: 0 none;
    margin-top: 0;
  }
  .block-footer .copyright p {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .block-footer {
    padding: 15px 0;
  }
}
.page-container {
  background: #ffffff;
}
@media (min-width: 767px) {
  .block-s2 {
    padding: 40px 0 25px;
  }
}
@media (max-width: 992px) {
  .container {
    width: 100%!important;
  }
}
#back-to-top {
  z-index: 999;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 10px;
  right: 15px;
  display: none;
}
.blog-posts {
  margin: 0 0 15px;
  border-bottom: 1px double #e5e5e5;
  padding-bottom: 15px;
}
.blog-posts h1,
.blog-posts h2 {
  margin-top: 10px;
}
.blog-posts h1 a,
.blog-posts h2 a {
  color: #686868;
}
.blog-posts h1 a:hover,
.blog-posts h2 a:hover,
.blog-posts h1 a:focus,
.blog-posts h2 a:focus {
  color: #3498db;
}
@media (max-width: 480px) {
  .blog-posts h1,
  .blog-posts h2 {
    font-size: 18px;
  }
}
.blog-posts .article-info {
  margin: 20px 0 15px;
  background: #ffffff;
  padding: 7.5px 0;
  border: 1px solid #e5e5e5;
  border-width: 1px 0;
}
.blog-posts .article-info li {
  display: inline-block;
  margin-right: 10px;
  border-left: solid 1px #e5e5e5;
  padding-left: 15px;
}
.blog-posts .article-info li:first-child {
  padding-left: 0;
  border: 0 none;
}
.blog-posts .article-info li a {
  color: #686868;
}
.blog-posts .article-info li .fa {
  margin-right: 4px;
  font-size: 14px;
  color: #3498db;
}
.blog-posts .article-info .pull-right li {
  margin-right: 0;
}
.blog-posts .article-info.top {
  border: 0 none;
  padding: 0;
  margin: 0 0 15px;
}
.blog-posts .article-info.top li {
  border: 0 none;
  padding-left: 0;
}
.blog-posts img {
  margin: 10px 0 15px;
}
.blog-posts .lead {
  font-size: 16px;
}
.blog-posts .comments {
  border: 1px solid #e5e5e5;
  border-width: 1px 0;
  padding: 15px 0;
  margin-bottom: 15px;
}
.blog-posts .comments h4 {
  padding-top: 0;
  margin: 10px 0 4px;
  font-size: 16px;
}
.blog-posts .comments .media-object {
  width: 60px;
  max-width: 60px;
  height: 60px;
  max-hegiht: 60px;
  border: 1px solid #e5e5e5;
  padding: 3px;
}
.blog-posts .video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 10px;
}
.blog-posts .video iframe,
.blog-posts .video object,
.blog-posts .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog-tags {
  margin-bottom: 15px;
}
.blog-tags h3 {
  margin: 0 0 10px;
}
.blog-tags ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-tags ul li {
  position: relative;
  margin: 0 16px 7px 0;
  display: inline-block;
}
.blog-tags ul li a {
  background: #f2f2f2;
  display: inline-block;
  padding: 3px 5px 3px 10px;
  color: #999999;
}
.blog-tags ul li a:hover,
.blog-tags ul li a:focus {
  color: #ffffff;
  background: #3498db;
  text-decoration: none;
}
.blog-tags ul li a:hover:after,
.blog-tags ul li a:focus:after {
  border-left-color: #3498db;
}
.blog-tags ul li a:after {
  top: 50%;
  width: 0;
  left: 100%;
  height: 0;
  z-index: 2;
  content: " ";
  display: block;
  margin-top: -12px;
  position: absolute;
  border-left: 12px solid #f2f2f2;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.blog-categories {
  margin-bottom: 15px;
}
.blog-categories h3 {
  margin: 0 0 10px;
}
.blog-categories ul li {
  padding: 5px 15px;
  border-bottom: 1px solid #f5f5f5;
}
.blog-categories ul li a:hover,
.blog-categories ul li a:focus {
  text-decoration: none;
  color: #686868;
}
.blog-categories ul li :before {
  content: "\f105";
  margin-left: 4px;
  font-family: FontAwesome;
  font-style: normal;
  margin-right: 4px;
}
@media (min-width: 1200px) {
  body.min-style2 .container {
    width: 1170px;
  }
}
@media (min-width: 992px) {
  body.min-style2 .container {
    width: 980px;
  }
}
.hero-1 {
  background: url(../../images/top-hero.jpg) center center no-repeat;
  color: #ffffff;
  text-align: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  z-index: 1;
  position: relative;
}
.hero-1:before {
  background: #3498db;
  content: "";
  z-index: -1;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  opacity: 0.9;
  filter: alpha(opacity=90);
  top: 0;
}
.hero-1 .hero-inner {
  padding: 35px 0 25px;
}
.hero-1 .hero-inner ul {
  margin-top: 15px;
}
.hero-1 .hero-inner ul li,
.hero-1 .hero-inner ul li a {
  font-size: 14px;
  font-weight: 300;
}
.hero-1 .hero-inner h1 {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: bold;
  margin: 0;
}
.hero-1 .hero-inner h2 {
  margin-top: 0;
}
.hero-1 .hero-inner p {
  font-size: 110%;
  font-weight: 300;
}
.hero-1 .hero-inner .domains-input {
  position: relative;
  color: #999999;
  border-radius: 25px 0px 0px 25px !important;
  padding: 10px 16px;
  outline: none;
  margin: 0;
  border: 0 none;
}
.hero-1 .hero-inner .domain-btn {
  position: absolute;
  border-radius: 100px 0px 100px 100px;
  display: inline-block;
  margin-left: -200px;
  margin-top: 9px;
  padding: 27px 0;
  width: 190px;
  font-size: 18px;
  border: 0 none!important;
}
.hero-1 .hero-inner .domain-pricing {
  width: 75%;
  margin: 15px auto 10px;
}
.hero-1 .hero-inner .domain-pricing .tld {
  font-size: 110%;
  font-weight: 300;
}
.hero-1 .hero-inner .domain-pricing .price {
  font-size: 170%;
}
.hero-1 .hero-inner .domain-pricing .WebRupee {
  font-weight: 300;
  font-size: 21px;
}
.hero-1 .hero-inner .domain-pricing .promo {
  background: url(../../images/d-promo.png) no-repeat;
  position: absolute;
  width: 50px;
  height: 17px;
  left: 40%;
  text-indent: -999em;
  display: none;
}
@media (min-width: 768px) {
  .hero-1 .hero-inner {
    padding: 35px 0;
  }
  .hero-1 .hero-inner ul li,
  .hero-1 .hero-inner ul li a {
    font-size: 19px;
    font-weight: 300;
  }
  .hero-1 .hero-inner h1 {
    font-size: 42px;
  }
  .hero-1 .hero-inner h1.extra-large {
    font-size: 56px;
  }
  .hero-1 .hero-inner p {
    font-size: 170%;
  }
  .hero-1 .hero-inner .domain-pricing .tld {
    font-size: 150%;
  }
  .hero-1 .hero-inner .domain-pricing .promo {
    display: block;
  }
  .hero-1 .hero-inner .input-group-btn {
    font-size: 14px;
  }
  .hero-1 .hero-inner.home-hero {
    padding: 95px 0 80px;
  }
  .hero-1 .hero-inner.home-hero .btn-lg {
    font-size: 30px;
    padding: 10px 30px;
  }
  .hero-1 .hero-inner.home-hero .robo {
    background: url(../../images/robo.png) no-repeat center;
    position: absolute;
    height: 100%;
    right: 0;
    bottom: -10px;
    width: 290px;
  }
}
.hero-1.bg-success:before {
  background: #5cb85c;
}
.hero-1.bg-danger:before {
  background: #d9534f;
}
.hero-1.bg-warning:before {
  background: #f0ad4e;
}
.hero-1.bg-info:before {
  background: #5bc0de;
}
.hero-1.inverse:before,
.hero-1.dark:before {
  background: #303030;
}
.hero-1.style-2 {
  background: url(../../images/domain-bg.png) top center no-repeat;
}
@media (min-width: 768px) {
  .hero-1 {
    text-align: left;
  }
  .hero-1 .hero-inner .domains-input {
    font-size: 25px!important;
    padding: 32px 40px!important;
    width: 80%;
    border-radius: 100px 0px 100px 100px !important;
  }
}
.block-holder-1 {
  background: url(../../images/block-holder1.jpg);
  background-attachment: fixed;
  background-origin: initial;
  background-clip: initial;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-position: center;
}
.arrow-block {
  display: block;
  height: auto;
  position: relative;
  padding: 15px;
}
.arrow-block:before {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  background-color: inherit;
  margin-left: -15px;
  top: 100%;
  margin-top: -15px;
  left: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mega-menu ul {
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
}
.mega-menu ul li {
  padding: 0;
  border: none !important;
}
.mega-menu ul li > a {
  display: block;
  text-decoration: none;
}
.mega-menu h4 {
  font-size: 15px;
  margin: 0 0 5px;
  padding: 10px 10px 5px;
  border-bottom: 3px double #f5f5f5;
  font-weight: 700!important;
}
@media (max-width: 991px) {
  .mega-menu ul li > a {
    color: #ffffff;
    padding: 5px 15px!important;
  }
  .mega-menu ul li > a:hover,
  .mega-menu ul li > a:focus {
    background-color: transparent !important;
  }
  .mega-menu h4 {
    color: #ffffff;
  }
}
@media (min-width: 992px) {
  .mega-menu {
    padding: 20px 30px;
    min-width: 600px;
  }
  .mega-menu [class*='col-'] {
    padding: 0;
  }
  .mega-menu ul {
    padding: 0;
    margin: 0 0 10px;
    list-style: none;
  }
  .mega-menu ul li > a {
    color: #686868;
  }
  .mega-menu ul li > a:before {
    content: "\f101";
    margin-left: 4px;
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 4px;
  }
}
.offer [class*='col-'] {
  min-height: 125px;
}
.offer [class*='col-'] h3 {
  margin-top: 0;
}
.offer [class*='col-'] .offer-content {
  padding: 15px 15px 15px 30px;
}
.offer [class*='col-']:first-child {
  text-align: center;
}
.offer [class*='col-']:first-child h3 {
  margin-bottom: 0;
  margin-top: 20px;
}
.offer [class*='col-']:first-child .offer-content {
  padding-left: 15px;
}
.offer [class*='col-']:first-child:before {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  background-color: inherit;
  margin-left: -15px;
  top: 50%;
  margin-top: -15px;
  left: 100%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}
.offer [class*='col-']:last-child .offer-content {
  position: relative;
  overflow: hidden;
}
.offer [class*='col-']:last-child .offer-content .fa,
.offer [class*='col-']:last-child .offer-content .glyphicon {
  position: absolute;
  font-size: 110px;
  top: 50%;
  margin-top: -25px;
  right: -10px;
  -moz-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
  opacity: 0.2;
  filter: alpha(opacity=20);
}
@media (min-width: 768px) {
  .offer [class*='col-'] {
    height: 125px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .offer [class*='col-'] h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .offer [class*='col-']:first-child {
    text-align: left;
  }
  .offer [class*='col-']:first-child:before {
    margin-left: -15px;
    top: 100%;
    margin-top: -15px;
    left: 50%;
  }
  .offer [class*='col-']:last-child h3 {
    margin-top: 10px;
    font-size: 16px;
  }
}
.pricing-table-1 {
  padding: 0 25px 15px;
  margin-bottom: 15px;
  text-align: center;
  background: #ffffff;
  border: 3px solid #e5e5e5;
}
.pricing-table-1 .plan-title {
  margin-top: 15px;
}
.pricing-table-1 .plan-pricing {
  width: 140px;
  height: 140px;
  margin: 30px auto;
  border: 3px solid #e5e5e5;
  background: #ffffff;
  border-radius: 100%;
  display: table;
}
.pricing-table-1 .plan-pricing .plan-price {
  font-size: 30px;
  line-height: 20px;
  vertical-align: middle;
  display: table-cell;
}
.pricing-table-1 .plan-pricing .plan-unit {
  display: block;
  margin-top: 5px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 400;
}
.pricing-table-1 .plan-pricing .plan-text {
  text-transform: none;
  display: block;
  margin-bottom: 5px;
  font-size: 11px;
  font-weight: 400;
}
.pricing-table-1 .plan-features {
  margin: 30px auto;
  padding: 15px 0 0;
  border-top: 1px solid #e5e5e5;
}
.pricing-table-1 .plan-features li {
  list-style: none;
  padding: 5px 0;
}
.pricing-table-1 .plan-button {
  margin-bottom: 15px;
}
.pricing-table-1.active {
  border-color: #3498db;
}
.pricing-table-1.active .plan-pricing {
  background: #3498db;
  border-color: #2791d9;
}
.pricing-table-1.active .plan-price,
.pricing-table-1.active .plan-unit {
  color: #ffffff;
}
.pricing-table-1:hover {
  border-color: #3498db;
}
.pricing-table-1 .ribbon-wrapper .ribbon {
  top: 14px;
}
.pricing-table-2 {
  margin-bottom: 15px;
  border: 1px solid #e5e5e5;
}
.pricing-table-2 .product-image {
  display: block;
  position: relative;
  z-index: 2;
}
.pricing-table-2 .icon-attachment {
  color: #ffffff;
}
.pricing-table-2 .details {
  position: relative;
  background: #ffffff;
  padding: 0 10px 25px;
  z-index: 3;
}
.pricing-table-2 .details h4 {
  margin: 0;
  padding: 5px 0;
  font-weight: 500;
}
.pricing-table-2 .details h4 a {
  color: #686868;
}
.pricing-table-2 .details h4 a:hover {
  text-decoration: none;
  color: #3498db;
}
.pricing-table-2 .details p {
  padding: 0;
  font-size: 11px;
}
.pricing-table-2 .details .intents {
  text-align: right;
  position: absolute;
  top: 10px;
  right: 10px;
}
.pricing-table-2 .details .intents .count {
  display: inline-block;
  position: relative;
  top: -3px;
  margin: 0 5px;
}
.pricing-table-2 .actions {
  height: 25px;
  font-size: 18px;
  font-weight: normal;
}
.pricing-table-2 .actions .btn-round {
  position: relative;
  border-radius: 100%;
  padding: 10px 0;
  width: 38px;
  height: 38px;
  top: -19px;
  text-align: center;
  border-color: transparent;
  background: #ffffff;
}
.pricing-table-2 .actions .btn-round:hover {
  background: #ffffff;
}
.pricing-table-2 .actions .counter {
  float: right;
}
.pricing-table-2 .actions .counter.text {
  font-size: 14px;
}
.pricing-table-2 .actions a:hover {
  text-decoration: none;
}
.pricing-table-2 .pricing {
  position: absolute;
  z-index: 3;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.7em;
  right: 10px;
  bottom: 5px;
  padding: 0 10px;
  background-color: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(0, 0, 0, 0.35);
}
.pricing-table-2 .tag {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 10px;
}
.pricing-table-2 .tag .text {
  font-weight: 700;
  position: absolute;
  top: 5px;
  right: 0;
  width: 40px;
  color: #ffffff;
  z-index: 4;
  text-align: center;
}
.pricing-table-2 .tag .caret {
  border-top: 8px solid transparent!important;
  display: block;
  color: #ffffff;
  z-index: 3;
  position: relative;
  top: 0;
  right: 0;
  text-align: center;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  border-left: 20px solid rgba(0, 0, 0, 0.55);
  border-right: 20px solid rgba(0, 0, 0, 0.55);
  border-bottom: 30px solid rgba(0, 0, 0, 0.55);
}
.pricing-table-2 .tag .bg-danger,
.pricing-table-2 .tag .bg-primary,
.pricing-table-2 .tag .bg-success,
.pricing-table-2 .tag .bg-warning,
.pricing-table-2 .tag .bg-info,
.pricing-table-2 .tag .dark,
.pricing-table-2 .tag .gray,
.pricing-table-2 .tag .inverse {
  background-color: transparent!important;
}
.pricing-table-3 {
  padding: 15px;
  width: 100%;
  height: 100%;
  border: 3px double #e5e5e5;
  margin-bottom: 15px;
  background: #ffffff;
}
.pricing-table-3 .price-small {
  font-size: 24px;
}
.pricing-table-3 h3,
.pricing-table-3 h4 {
  margin-bottom: 5px;
  margin-top: 0px;
}
.pricing-table-3 .desc {
  margin-bottom: 10px;
  padding-bottom: 0px;
}
.pricing-table-3 .rate {
  background: #3498db;
  padding: 15px;
  margin: 15px -15px;
  color: #ffffff;
  clear: both;
}
.pricing-table-3 .rate .price {
  display: inline-block;
  float: left;
  clear: both;
}
.pricing-table-3 .rate .price .term {
  padding-top: 4px;
  margin-left: 4px;
  float: left;
}
.pricing-table-3 .rate .price .amount {
  padding-top: 4px;
  float: left;
  text-align: right;
  font-size: 41px;
  line-height: 40px;
  font-weight: 300;
}
.pricing-table-3 .rate .btn {
  margin-top: 3px;
  float: right;
  display: block;
}
.pricing-table-3 .rate:before {
  display: table;
  line-height: 0;
  content: "";
}
.pricing-table-3 .rate:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.pricing-table-3 ul {
  padding-left: 5px;
  margin-bottom: 15px;
}
.pricing-table-3 ul li {
  list-style: none;
  padding: 7.5px 0;
  border-bottom: solid 1px #f2f2f2;
}
.pricing-table-3 ul li:before {
  content: "\f105";
  margin-right: 4px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
}
.pricing-table-3:hover,
.pricing-table-3.active {
  border-color: #3498db;
}
.pricing-table-3 .ribbon-wrapper .ribbon {
  top: 14px;
}
.pricing-table-4 {
  padding: 10px 25px 15px;
  margin-bottom: 15px;
  text-align: center;
  background: #ffffff;
  border: 3px double #e5e5e5;
}
.pricing-table-4 .plan-title {
  margin-top: 15px;
}
.pricing-table-4 .plan-pricing {
  margin: 15px auto;
}
.pricing-table-4 .plan-pricing .plan-price {
  font-size: 37px;
  line-height: 20px;
}
.pricing-table-4 .plan-pricing .plan-unit {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
}
.pricing-table-4 .plan-pricing .plan-text {
  text-transform: none;
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 400;
}
.pricing-table-4 .plan-features {
  margin: 30px auto;
  padding: 15px 0 0;
}
.pricing-table-4 .plan-features li {
  list-style: none;
  padding: 5px 0;
}
.pricing-table-4 .plan-button {
  margin-bottom: 15px;
}
.pricing-table-4.active {
  background: #222222 !important;
}
.pricing-table-4.active .plan-price,
.pricing-table-4.active .plan-unit,
.pricing-table-4.active .plan-features,
.pricing-table-4.active .plan-title {
  color: #ffffff !important;
}
.pricing-table-4 .ribbon-wrapper .ribbon {
  top: 14px;
}
@media (min-width: 767px) {
  .pricing-table-4.center-table {
    border-width: 3px 0;
  }
}
.tab-pane .plan-specs {
  padding: 25px 0;
  border: 3px double #e5e5e5;
}
.tab-pane .plan-specs [class*='col-'] {
  border: 1px solid #e5e5e5;
  background: #ffffff;
  border-width: 1px 1px 1px 0;
  min-height: 115px;
  display: block;
  height: auto;
}
.tab-pane .plan-specs [class*='col-']:first-child {
  border-width: 1px;
  border-radius: 10px 0 0 10px;
}
.tab-pane .plan-specs [class*='col-']:last-child {
  border-width: 1px;
  border-color: #3498db;
  background: #3498db;
  color: #ffffff;
  border-radius: 0 10px 10px 0;
}
.tab-pane .plan-specs [class*='col-']:last-child:before {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  background-color: inherit;
  margin-right: -15px;
  top: 50%;
  margin-top: -13px;
  right: 100%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}
.tab-pane .plan-specs [class*='col-']:last-child h2 {
  color: #ffffff;
  line-height: 60px;
  margin: 10px 0 0;
}
.tab-pane .plan-specs .description,
.tab-pane .plan-specs .pricing {
  padding: 15px;
  text-align: center;
}
.tab-pane .plan-specs .description h2,
.tab-pane .plan-specs .pricing h2 {
  font-size: 17px;
  font-weight: 400!important;
  color: #3498db;
  margin-top: 0;
}
.tab-pane .plan-specs .pricing h2 {
  line-height: 60px;
  margin: 10px 0 0;
}
.tab-pane .plan-specs .pricing h2 span {
  font-size: 18px;
  font-weight: 200;
}
.tab-pane .plan-specs .order-now {
  text-align: center;
  line-height: 113px;
  display: block;
  color: #ffffff;
  font-size: 14px;
}
.tab-pane .plan-specs .order-now:hover,
.tab-pane .plan-specs .order-now:focus,
.tab-pane .plan-specs .order-now:active {
  text-decoration: none;
  background: #52a7e0;
}
.tab-pane .plan-specs .order-now.bg-success:hover,
.tab-pane .plan-specs .order-now.bg-success:focus,
.tab-pane .plan-specs .order-now.bg-success:active {
  background: #75c375 !important;
}
.tab-pane .plan-specs .order-now.bg-danger:hover,
.tab-pane .plan-specs .order-now.bg-danger:focus,
.tab-pane .plan-specs .order-now.bg-danger:active {
  background: #df706c !important;
}
.tab-pane .plan-specs .order-now.bg-warning:hover,
.tab-pane .plan-specs .order-now.bg-warning:focus,
.tab-pane .plan-specs .order-now.bg-warning:active {
  background: #f3bc6f !important;
}
.tab-pane .plan-specs .order-now.bg-info:hover,
.tab-pane .plan-specs .order-now.bg-info:focus,
.tab-pane .plan-specs .order-now.bg-info:active {
  background: #79cbe4 !important;
}
.tab-pane .plan-specs .order-now.inverse:hover,
.tab-pane .plan-specs .order-now.dark:hover,
.tab-pane .plan-specs .order-now.gray:hover,
.tab-pane .plan-specs .order-now.inverse:focus,
.tab-pane .plan-specs .order-now.dark:focus,
.tab-pane .plan-specs .order-now.gray:focus,
.tab-pane .plan-specs .order-now.inverse:active,
.tab-pane .plan-specs .order-now.dark:active,
.tab-pane .plan-specs .order-now.gray:active {
  background: #343434 !important;
}
@media (min-width: 992px) {
  .tab-pane .plan-specs .description h2,
  .tab-pane .plan-specs .pricing h2 {
    font-size: 28px;
  }
  .tab-pane .plan-specs .order-now {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .tab-pane .plan-specs [class*='col-'] {
    border-width: 0 1px 1px;
  }
  .tab-pane .plan-specs [class*='col-']:first-child {
    border-width: 1px;
    border-radius: 10px 10px 0 0;
  }
  .tab-pane .plan-specs [class*='col-']:last-child {
    border-width: 0 1px 1px;
    border-radius: 0 0 10px 10px;
  }
  .tab-pane .plan-specs [class*='col-']:last-child:before {
    display: none;
  }
  .tab-pane .plan-specs .order-now {
    font-size: 28px;
  }
  .tab-pane .plan-specs .description h2,
  .tab-pane .plan-specs .pricing h2 {
    font-size: 28px;
  }
}
.notice {
  display: block;
  height: auto;
  position: relative;
  background-color: #f2f2f2;
  padding: 15px;
  margin-bottom: 15px;
}
.notice * {
  color: inherit;
}
.notice *:hover,
.notice *:focus,
.notice *:active {
  color: inherit;
}
.notice:before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  background-color: inherit;
  left: -5px;
  top: 50%;
  margin-top: -5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.notice.marker-on-top:before {
  top: 0;
  left: 50%;
  margin-left: -5px;
}
.notice.marker-on-right:before {
  top: 50%;
  margin-top: -5px;
  left: 100%;
  margin-left: -5px;
}
.notice.marker-on-bottom:before {
  top: 100%;
  margin-left: -5px;
  left: 50%;
  margin-top: -5px;
}
/* spinner */
.spinner-buttons.btn-group-vertical .btn {
  margin: 0;
  height: 17px;
  width: 22px;
  font-size: 10px;
}
/* wizard */
.wizard-steps {
  list-style: none;
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}
.wizard-steps li {
  display: table-cell;
  text-align: center;
  width: 1%;
}
.wizard-steps li .step {
  border: 3px solid #e5e5e5;
  color: #999999;
  font-size: 15px;
  border-radius: 100%;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 32px;
  text-align: center;
}
.wizard-steps li:before {
  /* the line running through each step*/
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  font-size: 0;
  overflow: hidden;
  border-top: 4px solid #e5e5e5;
  position: relative;
  top: 21px;
  z-index: 1;
}
.wizard-steps li:last-child:before {
  max-width: 50%;
  width: 50%;
}
.wizard-steps li:first-child:before {
  max-width: 51%;
  left: 50%;
}
.wizard-steps li.active:before,
.wizard-steps li.complete:before,
.wizard-steps li.active .step,
.wizard-steps li.complete .step {
  border-color: #3498db;
}
.wizard-steps li.complete .step {
  cursor: default;
  color: #ffffff;
  -webkit-transition: transform ease 0.1s;
  -o-transition: transform ease 0.1s;
  transition: transform ease 0.1s;
}
.wizard-steps li.complete .step:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  line-height: 32px;
  text-align: center;
  border-radius: 100%;
  content: "\f00c";
  background-color: #ffffff;
  z-index: 3;
  font-family: FontAwesome;
  font-size: 17px;
  color: #3498db;
}
.wizard-steps li.complete:hover .step {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}
.wizard-steps li .title {
  display: block;
  margin-top: 4px;
  max-width: 100%;
  color: #999999;
  font-size: 14px;
  z-index: 104;
  text-align: center;
  table-layout: fixed;
  word-wrap: break-word;
}
.wizard-steps li.complete .title,
.wizard-steps li.active .title {
  color: #555555;
}
.step-content .step-pane {
  display: none;
  min-height: 75px;
  padding: 4px 8px 12px;
  margin-top: 15px;
}
.step-content .active {
  display: block;
}
.wizard-actions {
  text-align: right;
}
.wizard-actions.btn-group,
.wizard-actions.ui-group-buttons {
  float: right;
}
@media only screen and (max-width: 460px) {
  .wizard-steps li .step {
    width: 30px;
    height: 30px;
    line-height: 24px;
    border-width: 3px;
  }
  .wizard-steps li:before,
  .wizard-steps li:after {
    border-width: 3px;
  }
  .wizard-steps li.complete .step:before {
    line-height: 24px;
    font-size: 13px;
  }
  .wizard-steps li:before {
    top: 16px;
  }
  .step-content .step-pane {
    padding: 4px 4px 6px;
  }
}
/* Some of third party css style here */
/* EasyPieChart */
.easy-pie-chart {
  position: relative;
  display: inline-block;
  text-align: center;
}
.easy-pie-chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.easy-pie-chart .percent {
  display: inline-block;
  z-index: 2;
}
.easy-pie-chart .percent:after {
  content: "%";
  margin-left: 0.1em;
}
.easy-pie-chart .number,
.easy-pie-chart .icon {
  display: inline-block;
  z-index: 2;
}
.easy-pie-chart a.title {
  display: block;
  text-align: center;
  font-size: 13px 1;
  color: #555555;
  margin-top: 5px;
  margin-bottom: 10px;
  white-space: nowrap;
}
.easy-pie-chart a.title:hover,
.easy-pie-chart a.title:focus,
.easy-pie-chart a.title:active {
  text-decoration: none;
}
.easy-pie-chart a.title:after {
  content: "\f101";
  margin-left: 4px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #3498db;
}
/* Bootstrap Input Rating */
.rating-input .rating-clear {
  text-decoration: none;
}
/* sparkline */
.sparkline-chart {
  margin-top: 10px;
}
.sparkline-chart a.title {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #555555;
  margin-top: 5px;
  margin-bottom: 10px;
  white-space: nowrap;
}
.sparkline-chart a.title:hover,
.sparkline-chart a.title:focus,
.sparkline-chart a.title:active {
  text-decoration: none;
}
.sparkline-chart a.title:after {
  content: "\f101";
  margin-left: 4px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #3498db;
}
.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.profile-pic {
  display: block;
  padding: 3px;
  border: 1px solid #f2f2f2;
  background: #ffffff;
  margin-bottom: 5px;
}
.profile-pic img {
  width: 100%;
  max-width: 100%;
}
.profile-pic :after,
.profile-pic :before {
  content: "";
  height: 4px;
  position: absolute;
  right: 0;
  top: -5px;
}
.profile-pic :before {
  border-left: 35px solid #5cb85c;
  border-right: 34px solid #5bc0de;
  margin: 0 30px 0 0;
}
.profile-pic :after {
  border-left: 34px solid #3498db;
  border-right: 35px solid #303030;
  margin: 0 99px 0 0;
}
ul.wysihtml5-toolbar li {
  margin: 0 5px 5px 0;
}
ul.wysihtml5-toolbar .btn {
  background: #ffffff;
  color: baseFontcolor;
  border-color: #e5e5e5;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
ul.wysihtml5-toolbar .btn .fa,
ul.wysihtml5-toolbar .btn .glyphicon {
  font-size: 14px;
  color: #3498db;
}
ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {
  background: #3498db;
  color: #ffffff;
}
ul.wysihtml5-toolbar a.btn.wysihtml5-command-active .fa,
ul.wysihtml5-toolbar a.btn.wysihtml5-command-active .glyphicon {
  color: #ffffff;
}
/* scrollbar */
.slimScrollBar {
  border-radius: 0 !important;
  background-color: #3498db !important;
}
.slimScrollRail {
  border-radius: 0 !important;
}
/* morris-chart */
.morris-hover.morris-default-style {
  background: #3498db;
  opacity: 0.95;
  filter: alpha(opacity=95);
}
.morris-hover-row-label,
.morris-hover-point {
  color: #ffffff !important;
}
.morris-hover.morris-default-style {
  padding: 0 10px 5px;
  border: 0 none;
  border-radius: 0;
}
.chart-holder {
  overflow: hidden;
  position: relative;
  width: 100%!important;
}
.chart-holder > svg {
  width: 100% !important;
}
/* Flot Chart style */
td.legendColorBox {
  padding-right: 4px;
}
td.legendColorBox > div {
  border: 1px solid #e5e5e5 !important;
}
/* For User's Quick List */
.quick-list a {
  color: #686868;
}
.quick-list a:hover,
.quick-list a:focus,
.quick-list a:active {
  text-decoration: none;
}
.quick-list .media {
  position: relative;
  padding: 7.5px 10px;
  margin-top: 5px;
  border-bottom: 1px dotted #e5e5e5;
}
.quick-list .media .media-body {
  font-weight: 600;
  color: #3498db;
}
.quick-list .media .media-body small {
  font-weight: normal;
  color: #686868;
}
.quick-list .media img {
  border: 2px solid #3498db;
}
.quick-list .media > .tools {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: none;
}
.quick-list .media:hover {
  background: #F5F5F5;
}
.quick-list .media:hover > .tools {
  display: inline-block;
}
.pace .pace-progress {
  background: #3498db;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 3px;
  -webkit-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}
.pace-inactive {
  display: none;
}
.widget {
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #e5e5e5;
}
.widget .body {
  min-height: 100px;
  height: auto;
  color: inherit;
  padding: 15px;
  overflow: hidden;
  position: relative;
  font-size: 13px;
}
.widget .body h1,
.widget .body h2,
.widget .body h3,
.widget .body h4,
.widget .body p:last-child {
  margin: 0;
}
.widget .body a,
.widget .body a:hover,
.widget .body a:focus,
.widget .body a:active {
  color: inherit;
  text-decoration: none;
}
.widget .body .background-icon-right [class*="fa-"],
.widget .body .background-icon-right [class*="glyphicon-"],
.widget .body .background-icon-left [class*="fa-"],
.widget .body .background-icon-left [class*="glyphicon-"] {
  font-size: 7.5em;
  position: absolute;
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.widget .body .background-icon-left [class*="fa-"],
.widget .body .background-icon-left [class*="glyphicon-"] {
  top: -15px;
  left: -15px;
}
.widget .body .background-icon-right [class*="fa-"],
.widget .body .background-icon-right [class*="glyphicon-"] {
  top: -15px;
  right: -15px;
}
/* colorbox custom style */
#colorbox:focus,
#colorbox:active {
  outline: none;
}
#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight {
  background: none !important;
  opacity: 0;
}
#cboxContent {
  border: 12px solid #222222;
  background-color: #ffffff;
  padding: 7px;
}
#cboxOverlay {
  background: rgba(0, 0, 0, 0.95);
  background: #000;
}
#cboxCurrent {
  left: 64px;
  margin-bottom: 4px;
  font-size: 14px;
}
#cboxTitle {
  margin-bottom: 4px;
  font-size: 14px;
  color: #555555;
}
#cboxNext,
#cboxPrevious,
#cboxClose {
  background: none;
  text-indent: 0;
  width: 26px;
  height: 26px;
  line-height: 22px;
  padding: 0 4px;
  text-align: center;
  border: 2px solid #f2f2f2;
  border-radius: 16px;
  color: #666;
  font-size: 12px;
  margin-left: 5px;
  margin-bottom: 5px;
}
#cboxNext:hover,
#cboxPrevious:hover {
  color: #555555;
  border-color: #e5e5e5;
}
#cboxContent {
  overflow: visible;
}
#cboxClose {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 32px;
  color: #ffffff;
  font-size: 21px;
  height: 28px;
  width: 28px;
  padding-bottom: 2px;
  margin-left: 0;
  right: -14px;
  top: -14px;
}
#cboxLoadingOverlay {
  background: none !important;
}
#cboxLoadingGraphic {
  background: #ffffff none !important;
  text-align: center;
}
#cboxLoadingGraphic > [class*="fa-"] {
  display: inline-block;
  background-color: #ffffff;
  border-radius: 8px;
  width: 32px;
  height: 32px;
  position: relative;
  top: 48%;
  text-align: center;
  vertical-align: middle;
  font-size: 24px;
  color: #f0ad4e;
}
/* datepagepicker for bs3 custom style */
.daterangepicker .ranges li {
  color: #999999;
  border-radius: 0;
}
.daterangepicker .ranges li:hover,
.daterangepicker .ranges li.active {
  background: #3498db;
  border: 1px solid transparent;
}
.daterangepicker .calendar-date {
  border-radius: 0;
}
.paper-clip {
  display: none;
}
@media (min-width: 992px) {
  .paper-clip {
    width: 60px;
    height: 85px;
    background: url('../../images/paper-clip.png') repeat scroll 0% 0% transparent;
    position: absolute;
    top: -14px;
    right: -13px;
    display: block;
  }
}
/* Select2 custom styles */
.select2-container-multi .select2-choices .select2-search-choice {
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
}
/* Ribbon */
.ribbon-wrapper {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}
.ribbon-wrapper .ribbon {
  display: block;
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.ribbon-wrapper.small {
  width: 65px;
  height: 68px;
}
.ribbon-wrapper.small .ribbon {
  width: 90px;
  padding: 0;
  font-size: 13px;
}
.profile-card {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
  color: #999999;
  text-align: center;
}
.profile-card .animate {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.profile-card > img {
  width: 100px;
  padding: 1px;
  background: rgba(0, 0, 0, 0.5);
}
.profile-card .profile-card-details {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -100%;
  left: 0;
  padding: 0 15px;
}
.profile-card .profile-card-details .profile-card-header {
  width: 100%;
  height: 100%;
  height: auto;
  position: absolute;
  bottom: -100%;
  bottom: 100%;
  left: 0;
  padding: 10px 5px;
  background: rgba(0, 0, 0, 0.7);
}
.profile-card .profile-card-details .profile-card-header h4,
.profile-card .profile-card-details .profile-card-header span {
  margin: 0;
  padding: 0;
}
.profile-card .profile-card-details .profile-card-detail .social {
  list-style: none;
  padding: 0px;
  margin-top: 25px;
}
.profile-card .profile-card-details .profile-card-detail .social li {
  padding: 0px;
  display: inline-block;
}
.profile-card .profile-card-details::-webkit-scrollbar {
  width: 8px;
}
.profile-card .profile-card-details::-webkit-scrollbar-button {
  width: 8px;
  height: 0px;
}
.profile-card .profile-card-details::-webkit-scrollbar-track {
  background: transparent;
}
.profile-card .profile-card-details::-webkit-scrollbar-thumb {
  background: none;
}
.profile-card .profile-card-details::-webkit-scrollbar-thumb:hover {
  background: none;
}
.profile-card:hover .profile-card-details {
  bottom: 0px;
  overflow: auto;
  padding-bottom: 15px;
  background: rgba(0, 0, 0, 0.7);
}
.profile-card:hover .profile-card-details .profile-card-header {
  position: relative;
  bottom: 0px;
  padding-top: 45px;
  padding-bottom: 25px;
  background: none;
}
.tc-box {
  margin-bottom: 15px;
}
.tc-box a,
.tc-box:hover,
.tc-box:active,
.tc-box:focus {
  text-decoration: none!important;
}
.tc-box .media {
  padding: 10px 0;
}
.tc-box .media .pull-left {
  margin-right: 0;
}
.tc-box .border-right {
  border-right: 1px dotted #e5e5e5;
}
@media (max-width: 992px) {
  .tc-box .border-right {
    border-right: 1px dotted transparent;
    border-bottom: 1px dotted #e5e5e5;
  }
}
.tc-box .media-body {
  padding-right: 10px;
  padding-left: 10px;
}
.tc-box .icon-box {
  font-size: 26px;
  width: 50px;
  height: 50px;
  line-height: 45px;
  border: 2px solid #e5e5e5;
  border-radius: 100%;
  margin: 0 auto;
  text-align: center;
  color: #999999;
  padding-right: 0;
}
.tc-box:hover .icon-box,
.tc-box:focus .icon-box {
  color: #ffffff;
  background: #3498db;
  border-color: #3498db;
}
.tc-box.no-hover .icon-box {
  border: 2px solid transparent;
}
.tc-box.no-hover:hover .icon-box,
.tc-box.no-hover:focus .icon-box {
  background: none;
  border-color: transparent;
}
.tc-box.no-hover:hover .icon-box .fa,
.tc-box.no-hover:focus .icon-box .fa,
.tc-box.no-hover:hover .icon-box .glyphicon,
.tc-box.no-hover:focus .icon-box .glyphicon {
  color: inherit;
}
.tc-box.s2 {
  padding: 20px 15px;
  text-align: center;
  margin-bottom: 15px;
  background: #ffffff;
}
.tc-box.s2 .icon-box {
  font-size: 26px;
  width: 50px;
  height: 50px;
  line-height: 45px;
  border: 2px solid #e5e5e5;
  border-radius: 100%;
  margin: 0 auto;
  color: #3498db;
}
.tc-box.s2:hover,
.tc-box.s2:focus {
  color: #ffffff;
  background: #3498db;
}
.tc-box.s2:hover .icon-box,
.tc-box.s2:focus .icon-box {
  border-color: #ffffff;
  color: #ffffff;
}
.tc-box.s3 {
  text-align: center;
  background: #ffffff;
  padding: 15px;
}
.tc-box.s3 h3 {
  color: #303030;
}
.tc-box.s3 .fa,
.tc-box.s3 .glyphicon {
  font-size: 5em;
}
.tc-box.s3:hover h3,
.tc-box.s3:focus h3,
.tc-box.s3.active h3,
.tc-box.s3:hover .fa,
.tc-box.s3:focus .fa,
.tc-box.s3.active .fa,
.tc-box.s3:hover .glyphicon,
.tc-box.s3:focus .glyphicon,
.tc-box.s3.active .glyphicon {
  color: #3498db;
}
.rollerblade-img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.rollerblade-drag {
  cursor: move;
}
.mini-search {
  position: absolute;
  right: 22px;
  line-height: 24px;
}
.mini-search .form-search {
  margin-bottom: 0;
}
.mini-search .nav-search-input {
  border: 1px solid #e5e5e5;
  width: 0;
  max-width: 0;
  height: 28px !important;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 100% !important;
  z-index: 11;
  -webkit-transition: width ease .15s;
  -o-transition: width ease .15s;
  transition: width ease .15s;
}
.mini-search .nav-search-input + .dropdown-menu {
  min-width: 0;
  left: 0;
  right: 0;
}
.mini-search .nav-search-input:focus,
.mini-search .nav-search-input:hover {
  border-color: #e5e5e5;
}
.mini-search .nav-search-icon {
  margin: 7px 5px !important;
  background-color: transparent;
}
.mini-search .input-icon input {
  padding-left: 18px!important;
}
.mini-search:focus .nav-search-input,
.mini-search:hover .nav-search-input {
  border-color: #e5e5e5;
  border-radius: 4px !important;
  width: 152px;
  max-width: 152px;
}
.mini-search:focus .input-icon input,
.mini-search:hover .input-icon input {
  padding-left: 23px!important;
}
