/*	
*	############################################################################################
*	
*	KLOROFIL PRO - Bootstrap Admin Dashboard Template
*	---------------------------------------------------------------------
*
*	Version: 	1.3
*	Author: 	The Develovers
*	Website: 	https://www.themeineed.com
*	Copyright: 	Copyright 2017 The Develovers
*	
*	############################################################################################
*/
/********************
 * GENERAL STYLES
 ********************/
html {
  position: relative;
  min-height: 100%; }

body {
  background-color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  color: #5e6773; }

a {
  color: #70bae8; }
  a:hover, a:focus {
    color: #4da9e2;
    text-decoration: none; }

th {
  font-weight: 600; }

.screen-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999; }
  @media screen and (max-width: 767px) {
    .screen-overlay {
      z-index: 0; } }

footer {
  bottom: 0;
  right: 0;
  padding-top: 15px;
  padding-bottom: 10px;
  background-color: #f9f9f9; }
  @media screen and (max-width: 767px) {
    footer {
      position: relative; } }

.copyright {
  margin-bottom: 0;
  margin-right: 10px;
  text-align: right;
  font-size: 13px; }
  @media screen and (max-width: 767px) {
    .copyright {
      width: 100%;
      text-align: center;
      position: relative !important; } }

/********************
 * LAYOUT
 ********************/
#wrapper {
  overflow-x: hidden; }
  #wrapper .sidebar {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -ms-transition: none !important;
    width: 240px;
    height: 100%;
    float: left;
    background-color: #fff;
    position: fixed;
    left: 0; }
  #wrapper .main {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: calc(100% - 240px);
    position: relative;
    float: right;
    left: 0;
    background-color: #fff; }
  #wrapper #sidebar-nav,
  #wrapper .main {
    padding-top: 55px; }

.layout-fullwidth #wrapper .sidebar {
  left: -240px; }

.layout-fullwidth #wrapper .main {
  width: 100%; }

.layout-fullwidth #wrapper .navbar {
  left: 0 !important; }

.offcanvas-active #wrapper .sidebar {
  left: 0; }

.offcanvas-active #wrapper .main {
  width: 100%;
  position: relative;
  left: 240px; }

.sidebar-minified.layout-fullwidth #wrapper .main {
  width: 100%; }

.sidebar-minified #wrapper .sidebar {
  width: 60px;
  height: 100%; }

.sidebar-minified #wrapper .main {
  width: calc(100% - 60px); }

.sidebar-minified .btn-toggle-minified {
  color: #00AAFF; }

@media screen and (max-width: 1024px) {
  #wrapper .sidebar {
    left: -240px; }
  #wrapper .main {
    width: 100%; }
  #wrapper .navbar {
    left: 0 !important; }
  #wrapper .btn-toggle-fullwidth {
    color: #00AAFF; }
  .btn-toggle-minified {
    display: none; } }

.content-heading {
  margin: 0 -10px 30px -10px;
  padding: 20px 25px;
  border-bottom: 1px solid #e3e3e3;
  background-color: #fff; }
  .content-heading .heading-left {
    float: left; }
  .content-heading .page-title {
    margin: 0 0 3px 0;
    font-size: 22px; }
  .content-heading .page-subtitle {
    margin: 0;
    font-size: 14px;
    color: #c3c3c3; }
  .content-heading .breadcrumb {
    float: right;
    margin-bottom: 0;
    padding: 12px 0; }
  @media screen and (max-width: 768px) {
    .content-heading .heading-left,
    .content-heading .breadcrumb {
      float: none; }
    .content-heading .breadcrumb {
      padding-bottom: 0; } }

.main-content {
  padding: 0 10px 28px 10px;
  margin: 0;
  background-color: #f9f9f9; }
  @media screen and (max-width: 767px) {
    .main-content {
      padding-bottom: 0; } }

.navbar + .main-content {
  padding: 105px 0 28px 5px; }
  @media screen and (max-width: 767px) {
    .navbar + .main-content {
      padding-top: 155px; } }

html.fullscreen-bg,
html.fullscreen-bg body,
html.fullscreen-bg #wrapper {
  height: 100%; }

.vertical-align-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  display: table; }

.vertical-align-middle {
  display: table-cell;
  vertical-align: middle; }

.right-sidebar {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-box-shadow: -5px 0 10px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: -5px 0 10px rgba(0, 0, 0, 0.08);
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.08);
  position: fixed;
  right: -360px;
  width: 350px;
  height: 100%;
  padding: 25px 0;
  z-index: 99;
  background: #fff;
  color: #5e6773; }
  .right-sidebar.active {
    right: 0; }
  .right-sidebar .widget-heading {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin: 0;
    font-size: 14px;
    font-weight: 600; }
    .right-sidebar .widget-heading i {
      margin-right: 5px;
      font-size: 16px; }
  .right-sidebar .widget-header {
    padding: 15px 25px;
    margin: 0 -25px 30px -25px;
    background-color: #f5f5f5;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6; }
    .right-sidebar .widget-header .show-all {
      float: right;
      font-size: 13px;
      line-height: 1.8;
      color: #a9a8a8;
      text-decoration: underline; }
      .right-sidebar .widget-header .show-all:hover, .right-sidebar .widget-header .show-all:focus {
        text-decoration: none; }
  .right-sidebar .date {
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 0; }

.sidebar-widget {
  padding: 0 25px;
  margin-bottom: 50px; }

.has-content-menu .navbar + .main-content,
.has-content-menu .main-content .container-fluid {
  padding: 0; }

.has-content-menu .content-menu {
  background-color: #fff;
  margin-bottom: 30px; }
  .has-content-menu .content-menu .right {
    padding-right: 0; }
  .has-content-menu .content-menu .content-menu-left {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 100%;
    padding: 30px 15px;
    background-color: #fff; }
  .has-content-menu .content-menu .content-menu-right {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 100%;
    padding: 30px 0;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background-color: #fff; }

.has-content-menu .content-right {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-bottom: 20px; }

.has-content-menu .content-panel {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #ddd; }

.has-content-menu .btn-open-content-menu,
.has-content-menu .btn-close-content-menu,
.has-content-menu .btn-close-content-right {
  display: none; }

.row-panel {
  margin-left: -25px;
  margin-right: -25px; }
  .row-panel > div[class^="col-"] {
    padding-left: 30px;
    padding-right: 30px; }

@media screen and (max-width: 1279px) {
  .page-inbox .content-right {
    display: none;
    width: 96%;
    position: absolute;
    top: -44em;
    z-index: 9; }
  .page-inbox .content-menu {
    position: relative;
    background: transparent; }
    .page-inbox .content-menu .right {
      padding-right: 15px; }
    .page-inbox .content-menu .content-menu-left {
      -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
      -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
      position: fixed;
      left: -300px;
      width: 250px;
      z-index: 8; }
    .page-inbox .content-menu .content-menu-right {
      width: 100%;
      top: 0;
      z-index: 9;
      /* disable scrolling */ }
      .page-inbox .content-menu .content-menu-right .slimScrollDiv,
      .page-inbox .content-menu .content-menu-right .sidebar-scroll {
        overflow: visible !important; }
      .page-inbox .content-menu .content-menu-right .slimScrollBar {
        display: none !important; }
  .page-inbox .btn-open-content-menu {
    display: block;
    float: left;
    position: relative;
    top: -4px;
    margin-right: 8px; }
  .page-inbox .btn-close-content-menu {
    display: block;
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 18px;
    color: #9fa9b5; }
  .page-inbox .btn-close-content-right {
    display: block;
    float: right;
    font-size: 18px;
    color: #9fa9b5; }
    .page-inbox .btn-close-content-right:after {
      display: block;
      content: ''; } }

/********************
 * TOP NAVIGATION
 ********************/
.navbar {
  min-height: 55px; }

.navbar-default {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-box-shadow: 0 0px 10px 2px rgba(86, 99, 116, 0.25);
  -webkit-box-shadow: 0 0px 10px 2px rgba(86, 99, 116, 0.25);
  box-shadow: 0 0px 10px 2px rgba(86, 99, 116, 0.25);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  border: none;
  background: #1f6ad0;
  
  /*background: -moz-linear-gradient(left, #1f6ad0 0%, #13b9de 100%); Original*/
  background: -moz-linear-gradient(left, #20438c 0%, #0d6b53 50%);
  
  /*background: -webkit-linear-gradient(left, #1f6ad0 0%, #13b9de 100%); Original*/
  background: -webkit-linear-gradient(left, #20438c 0%, #0d6b53 50%);
  
  /*background: linear-gradient(to right, #1f6ad0 0%, #13b9de 100%); Original*/ 
  background: linear-gradient(to right, #20438c 0%, #0d6b53 50%);}
  
  .navbar-default .navbar-collapse {
    width: 90%; }
  .navbar-default .navbar-nav > li > a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
    font-weight: 300; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #fff;
      background-color: rgba(255, 255, 255, 0.15); }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: rgba(255, 255, 255, 0.15);
    color: #fff; }
  .navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #f8f8f8; }
  .navbar-default .brand {
    float: left;
    padding: 0 40px;
    position: relative;
    top: 17px; 
    color: #fff;
    }
  @media screen and (max-width: 1024px) {
    .navbar-default .brand {
      padding-left: 30px;
      padding-right: 15px; } }
  @media screen and (max-width: 992px) {
    .navbar-default .brand {
      display: none; } }
  @media screen and (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: inherit; } }

.navbar-btn {
  float: left;
  margin: 0;
  line-height: 55px; }
  .navbar-btn button {
    font-size: 18px;
    padding: 0 20px;
    line-height: 1;
    vertical-align: middle;
    border: none;
    background: none;
    outline: none;
    color: #fff; }
    .navbar-btn button:hover, .navbar-btn button:focus {
      color: #fff; }
  @media screen and (max-width: 640px) {
    .navbar-btn {
      padding-left: 0; } }

.navbar-btn-right {
  float: right; }

.navbar-form {
  border: 0;
  margin-top: 10px; }
  .navbar-form input[type="text"] {
    min-width: 200px; }
  @media screen and (max-width: 767px) {
    .navbar-form {
      float: left;
      width: 70%;
      margin-left: 5px;
      margin-right: 5px;
      padding-left: 0;
      padding-right: 0; }
      .navbar-form .input-group {
        width: 70%; }
      .navbar-form input[type="text"] {
        min-width: 150px; } }
  @media screen and (max-width: 640px) {
    .navbar-form {
      display: none; } }

.navbar-nav .icon-menu {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative; }
  .navbar-nav .icon-menu .badge {
    position: absolute;
    top: 12px;
    right: 14px;
    font-weight: 300;
    font-size: 10px;
    background-color: #ff4242; }

.navbar-nav > li > a {
  padding: 0 20px;
  line-height: 55px; }
  .navbar-nav > li > a > i {
    font-size: 18px;
    margin-right: 2px;
    vertical-align: middle; }
    .navbar-nav > li > a > i.icon-submenu {
      margin-left: 2px;
      margin-right: 0;
      font-size: 8px;
      position: relative;
      top: 2px; }
  .navbar-nav > li > a > span {
    position: relative;
    top: 2px; }
  .navbar-nav > li > a img {
    width: 24px;
    margin-right: 2px;
    border: 1px solid #fff; }
  @media screen and (max-width: 640px) {
    .navbar-nav > li > a {
      line-height: 1; } }

.navbar-nav > li > .dropdown-menu {
  padding: 0;
  min-width: 200px;
  top: 80%; }

.navbar-nav .dropdown-menu > li {
  border-bottom: 1px solid #F0F0F0; }
  .navbar-nav .dropdown-menu > li:last-child {
    border-bottom: none; }

.navbar-nav .dropdown-menu > li > a {
  padding: 15px 20px;
  font-size: 15px; }
  .navbar-nav .dropdown-menu > li > a:hover, .navbar-nav .dropdown-menu > li > a:focus {
    background-color: #f9f9f9; }
  .navbar-nav .dropdown-menu > li > a span,
  .navbar-nav .dropdown-menu > li > a i {
    vertical-align: middle; }

@media screen and (min-width: 768px) {
  .navbar-nav.navbar-right {
    margin-right: 0; } }

@media screen and (max-width: 767px) {
  .navbar-nav {
    width: 100%;
    margin: 0; }
    .navbar-nav > li {
      display: table-cell;
      width: 1%;
      position: inherit;
      text-align: center; }
    .navbar-nav > li > a {
      padding: 15px 20px; }
      .navbar-nav > li > a span:not(.badge),
      .navbar-nav > li > a .icon-submenu {
        display: none; }
    .navbar-nav .open .dropdown-menu {
      -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
      -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
      position: absolute;
      width: 100%;
      margin-top: 0;
      border-top: 2px solid #ACB0B5;
      background-color: #fff; }
    .navbar-nav .open .dropdown-menu > li > a {
      padding: 15px 20px; }
    .navbar-nav .icon-menu {
      padding-top: 15px;
      padding-bottom: 15px; }
      .navbar-nav .icon-menu .badge {
        top: 10px;
        right: 15px; } }

.navbar-toggle {
  padding: 5px 8px;
  margin: 20px 15px 20px 0; }
  .navbar-toggle .icon-nav {
    font-size: 24px; }

ul.notifications > li:first-child {
  padding: 12px 20px;
  font-weight: 600; }

ul.notifications > li > .more {
  text-align: center;
  text-decoration: underline; }
  ul.notifications > li > .more:hover, ul.notifications > li > .more:focus {
    text-decoration: none; }

ul.notifications .notification-item i {
  float: left;
  font-size: 30px; }

ul.notifications .notification-item p {
  padding-left: 44px;
  margin: 0;
  line-height: 1.2; }

ul.notifications .notification-item span {
  display: block; }

ul.notifications .notification-item .text {
  margin-bottom: 5px; }

ul.notifications .notification-item .timestamp {
  font-size: 13px;
  color: #a3a3a3; }

.dropdown-menu {
  -moz-box-shadow: 2px 2px 2px -1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 2px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px -1px rgba(0, 0, 0, 0.1);
  border-color: #ddd; }
  .dropdown-menu > li > a {
    color: #5e6773; }
  .dropdown-menu > li i {
    margin-right: 6px; }
  .dropdown-menu .active > a, .dropdown-menu .active > a:focus, .dropdown-menu .active > a:hover {
    background-color: #00AAFF; }
  .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    color: #a3a3a3; }

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  background-color: #00AAFF; }

.navbar-btn .btn-toggle-fullwidth {
  padding: 0 5px; }

.search-form .form-control, .search-form .form-control:focus {
  background-color: #238ae0;
  border-color: #3d9dec;
  color: #bde1ff; }

.search-form .btn {
  background-color: transparent;
  color: #cee2fb; }

.search-form ::-webkit-input-placeholder {
  color: rgba(206, 226, 251, 0.5); }

.search-form :-moz-placeholder {
  color: rgba(206, 226, 251, 0.5); }

.search-form ::-moz-placeholder {
  color: rgba(206, 226, 251, 0.5); }

.search-form :-ms-input-placeholder {
  color: rgba(206, 226, 251, 0.5); }

/********************
 * SIDEBAR NAVIGATION
 ********************/
.sidebar {
  margin-top: 13px;
  z-index: 9;
  border-right: 1px solid #e6e6e6; }
  .sidebar .nav li > a {
    font-size: 14px;
    color: #525252; }
  .sidebar .nav {
    margin-bottom: 5px; }
    .sidebar .nav > li.menu-group {
      padding: 10px 15px;
      margin-top: 20px;
      color: #a7a7a7; }
      .sidebar .nav > li.menu-group:first-child {
        margin-top: 0; }
    .sidebar .nav > li > a {
      padding: 12px 20px;
      border-left: 5px solid transparent; }
      .sidebar .nav > li > a:hover, .sidebar .nav > li > a:focus, .sidebar .nav > li > a.active {
        background-color: #f9f9f9; }
        .sidebar .nav > li > a:hover i.icon-submenu, .sidebar .nav > li > a:focus i.icon-submenu, .sidebar .nav > li > a.active i.icon-submenu {
          color: #5e6773; }
      .sidebar .nav > li > a:focus, .sidebar .nav > li > a.active {
        border-left-color: #00AAFF; }
      .sidebar .nav > li > a[data-toggle="collapse"] .icon-submenu {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        float: right;
        position: relative;
        top: 5px;
        font-size: 10px;
        line-height: 1.1;
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg); }
      .sidebar .nav > li > a[data-toggle="collapse"].collapsed .icon-submenu {
        color: #525252;
        font-size: 9px;
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
  .sidebar .nav {
    /* submenu */ }
    .sidebar .nav i:first-child {
      margin-right: 10px;
      font-size: 17px; }
    .sidebar .nav span {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      position: relative;
      top: -2px; }
    .sidebar .nav .badge {
      font-weight: 400;
      background-color: #F9354C; }
    .sidebar .nav .label,
    .sidebar .nav .badge {
      top: 0;
      float: right;
      display: block;
      padding: 5px 7px; }
    .sidebar .nav .nav > li > a {
      padding-left: 62px;
      padding-top: 10px;
      padding-bottom: 10px; }
      .sidebar .nav .nav > li > a:focus, .sidebar .nav .nav > li > a.active {
        font-weight: 700;
        border-left-color: transparent;
        color: #72767b; }
      .sidebar .nav .nav > li > a.active a {
        color: #fff; }
    .sidebar .nav .nav .nav {
      margin-bottom: 10px; }
      .sidebar .nav .nav .nav > li > a {
        padding-left: 80px; }
  .sidebar .submenu {
    padding-left: 0; }
    .sidebar .submenu > li {
      list-style-type: none; }
      .sidebar .submenu > li > a {
        display: block;
        padding: 10px 10px 10px 65px; }
        .sidebar .submenu > li > a:hover, .sidebar .submenu > li > a:focus {
          background-color: #f9f9f9; }
        .sidebar .submenu > li > a.active {
          color: #70bae8; }

.sidebar-minified .brand {
  padding-left: 19px;
  padding-right: 19px; }

.sidebar-minified .sidebar .nav > .menu-group {
  display: none; }

.sidebar-minified .sidebar .nav i:first-child {
  vertical-align: middle; }

.sidebar-minified .sidebar .nav > li > a {
  padding-left: 20px;
  padding-right: 20px; }

.sidebar-minified .sidebar .nav > li > a > span,
.sidebar-minified .sidebar .nav > li > a > .icon-submenu {
  display: none; }

.sidebar-minified .sidebar .nav > li > a > span {
  -moz-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  min-width: 200px;
  top: 0;
  left: 54px;
  padding-left: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-left: 1px solid #e6e6e6; }

.sidebar-minified .sidebar .nav > li > a > .badge {
  display: inline;
  top: 3px;
  left: 27px;
  min-width: auto;
  padding: 3px 5px; }

.sidebar-minified .sidebar .nav > li:hover > a,
.sidebar-minified .sidebar .nav > li:hover > a > .title {
  color: #00AAFF;
  background-color: #f7f7f7; }

.sidebar-minified .sidebar .nav > li:hover > a > .badge {
  background-color: #F9354C; }

.sidebar-minified .sidebar .nav > li:hover > a > .title {
  display: block;
  padding: 12px 20px;
  top: 1px; }

.sidebar-minified .sidebar .nav > li:hover .collapse {
  display: block; }
  .sidebar-minified .sidebar .nav > li:hover .collapse li:hover > a {
    background-color: #f7f7f7; }

.sidebar-minified .sidebar .submenu > li > a {
  padding-left: 30px; }

.sidebar-minified .sidebar .collapse {
  -moz-box-shadow: 2px 2px 2px -1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 2px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px -1px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 60px;
  min-width: 200px;
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-top: none;
  border-left: none; }
  .sidebar-minified .sidebar .collapse.in {
    display: none; }

/****************************
 * CONTENT MENU NAVIGATION
 ****************************/
.nav-content-menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 50px; }
  .nav-content-menu > li {
    margin: 18px 0; }
    .nav-content-menu > li > a {
      color: #9fa9b5; }
      .nav-content-menu > li > a:hover, .nav-content-menu > li > a:focus {
        color: #8894a3; }
    .nav-content-menu > li i {
      margin-right: 5px; }

.content-menu .btn-icon {
  float: right;
  color: #9fa9b5; }
  .content-menu .btn-icon:hover, .content-menu .btn-icon:focus {
    color: #8894a3; }

.content-menu-header {
  border-bottom: 1px solid #ddd;
  padding: 0 15px 15px 15px; }
  .content-menu-header .heading {
    display: inline;
    margin: 0;
    float: left;
    font-size: 18px; }

/****************************
 * MISC
 ****************************/
/* breadcrumb */
.breadcrumb {
  background-color: inherit;
  padding-left: 0;
  padding-right: 0;
  float: right; }
  .breadcrumb i {
    font-size: 15px;
    margin-right: 3px;
    color: #70bae8; }
    .breadcrumb i:hover, .breadcrumb i:focus {
      color: #4da9e2; }
  @media screen and (max-width: 767px) {
    .breadcrumb {
      float: none; } }

/* pagination */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px; }

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px; }

.pagination a:focus {
  outline: none; }

.pagination > .active > a, .pagination > .active a:focus, .pagination > .active a:hover,
.pagination > .active > span, .pagination > .active span:focus, .pagination > .active span:hover {
  background-color: #00AAFF;
  border-color: #008fd6;
  outline: none; }

/********************
 * TYPOGRAPHY
 ********************/
.heading-border {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid #777;
  font-size: 24px; }

.text-primary {
  color: #00AAFF; }

.text-success {
  color: #41B314; }

.text-warning {
  color: #e4cb10; }

.text-danger {
  color: #F9354C; }

.text-muted {
  color: #a3a3a3; }

.help-block {
  color: #a3a3a3;
  font-size: 13px; }

ul.list-justify > li {
  margin-bottom: 5px; }
  ul.list-justify > li span {
    float: right; }

/********************
 * INPUTS
 ********************/
.form-control {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px; 
  border-radius: 2px; 
  /*border-color: #eaeaea;*/ /*Comentado porque no se notan los inputs dentro de una tabla*/
  border-color: #1f6bd0;
  background-color: #fcfcfc;
  color: #5e6773; }
  .form-control:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #d6d6d6;
    background-color: #fff; }

.input-group .form-control, .input-group-addon, .input-group-btn {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.input-group-addon {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #eaeaea; }

.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 {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.input-group-btn .btn {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* fancy checkbox and radio button */
.fancy-checkbox {
  margin-right: 10px; }
  .fancy-checkbox,
  .fancy-checkbox label {
    font-weight: normal; }
  .fancy-checkbox input[type="checkbox"] {
    display: none; }
    .fancy-checkbox input[type="checkbox"] + span {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      cursor: pointer;
      position: relative; }
      .fancy-checkbox input[type="checkbox"] + span:before {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        position: relative;
        bottom: 1px;
        width: 18px;
        height: 18px;
        margin-right: 5px;
        content: "";
        border: 1px solid #ccc; }
    .fancy-checkbox input[type="checkbox"]:checked + span:before {
      font-family: FontAwesome;
      content: '\f00c';
      font-size: 12px;
      color: #99a1a7;
      text-align: center;
      line-height: 16px;
      background: #ededed;
      border: 1px solid #ccc; }
  .fancy-checkbox.custom-color-green input[type="checkbox"]:checked + span:before {
    color: #53D76A;
    background-color: #fff; }
  .fancy-checkbox.custom-bgcolor-green input[type="checkbox"]:checked + span:before {
    color: #fff;
    background-color: #53D76A;
    border-color: #32cf4d; }

.fancy-radio {
  margin-right: 10px; }
  .fancy-radio,
  .fancy-radio label {
    font-weight: normal; }
  .fancy-radio input[type="radio"] {
    display: none; }
    .fancy-radio input[type="radio"] + span {
      display: block;
      cursor: pointer;
      position: relative; }
      .fancy-radio input[type="radio"] + span i {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        position: relative;
        bottom: 1px;
        content: "";
        border: 1px solid #ccc;
        width: 18px;
        height: 18px;
        margin-right: 5px; }
    .fancy-radio input[type="radio"]:checked + span i:after {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      display: block;
      position: relative;
      top: 3px;
      left: 3px;
      content: '';
      width: 10px;
      height: 10px;
      background-color: #99a1a7; }
  .fancy-radio.custom-color-green input[type="radio"]:checked + span i:after {
    background-color: #53D76A; }
  .fancy-radio.custom-bgcolor-green input[type="radio"]:checked + span i {
    background-color: #53D76A; }
    .fancy-radio.custom-bgcolor-green input[type="radio"]:checked + span i:after {
      background-color: #fff; }

/* fancy checkbox and fancy radio */
.input-group-addon .fancy-radio,
.input-group-addon .fancy-checkbox {
  margin: 0;
  position: relative;
  top: 1px; }

.input-group-addon .fancy-radio input[type="radio"] + span i,
.input-group-addon .fancy-checkbox input[type="checkbox"] + span {
  margin: 0; }
  .input-group-addon .fancy-radio input[type="radio"] + span i:before,
  .input-group-addon .fancy-checkbox input[type="checkbox"] + span:before {
    margin: 0; }

/* form control feedback */
.has-feedback label ~ .form-control-feedback {
  top: 35px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 12px; }

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

@media (min-width: 768px) {
  .form-inline .has-feedback .form-control-feedback {
    top: 10px; } }

.has-success .form-control {
  border-color: #41B314; }
  .has-success .form-control:focus {
    border-color: #3ca512; }

.has-success .form-control-feedback {
  color: #41B314; }

.has-warning .form-control {
  border-color: #e4cb10; }
  .has-warning .form-control:focus {
    border-color: #d6be0f; }

.has-warning .form-control-feedback {
  color: #e4cb10; }

.has-error .form-control {
  border-color: #F9354C; }
  .has-error .form-control:focus {
    border-color: #f9263f; }

.has-error .form-control-feedback {
  color: #F9354C; }

/* multiselect checkbox */
.multiselect-custom + .btn-group ul.multiselect-container > li > a {
  padding: 3px 20px; }
  .multiselect-custom + .btn-group ul.multiselect-container > li > a label.checkbox {
    padding-left: 0; }
    .multiselect-custom + .btn-group ul.multiselect-container > li > a label.checkbox:before {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      position: relative;
      bottom: 1px;
      content: "";
      width: 16px;
      height: 16px;
      margin-right: 10px;
      border: 1px solid #ccc;
      background-color: #fafafa; }
    .multiselect-custom + .btn-group ul.multiselect-container > li > a label.checkbox input[type="checkbox"] {
      display: none; }

.multiselect-custom + .btn-group ul.multiselect-container > li.active > a label.checkbox:before {
  font-family: FontAwesome;
  content: '\f00c';
  font-size: 12px;
  color: #99A1A7;
  text-align: center;
  line-height: 15px;
  background-color: #EDEDED; }

.multiselect-custom + .btn-group ul.multiselect-container > li.multiselect-group label {
  padding-left: 0; }

/* multiselect radio */
.multiselect-custom + .btn-group ul.multiselect-container > li > a label.radio {
  padding-left: 0; }
  .multiselect-custom + .btn-group ul.multiselect-container > li > a label.radio:before {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    bottom: 1px;
    content: "";
    width: 16px;
    height: 16px;
    margin-right: 10px;
    border: 1px solid #ccc;
    background-color: #fafafa; }
  .multiselect-custom + .btn-group ul.multiselect-container > li > a label.radio input[type="radio"] {
    display: none; }

.multiselect-custom + .btn-group ul.multiselect-container > li.active > a label.radio:before {
  font-family: FontAwesome;
  content: '\f111';
  color: #99a1a7;
  font-size: 8px;
  text-align: center;
  line-height: 15px; }

.multiselect-search {
  -moz-border-radius-topright: 2px !important;
  -webkit-border-top-right-radius: 2px !important;
  border-top-right-radius: 2px !important;
  -moz-border-radius-bottomright: 2px !important;
  -webkit-border-bottom-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important; }

.btn.multiselect-clear-filter {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  top: 2px;
  right: 0;
  padding-left: 0;
  padding-right: 0;
  border: none;
  background: transparent;
  z-index: 9 !important;
  outline: none; }
  .btn.multiselect-clear-filter:hover, .btn.multiselect-clear-filter:focus {
    background: transparent;
    outline: none; }

/* bootstrap slider input */
.slider-track,
.slider-selection {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: none;
  filter: none;
  /* disable gradient for IE */ }

.slider-track {
  background-color: #eee; }

.slider-selection {
  background-color: #777; }

.slider.slider-horizontal {
  width: 100% !important; }

.slider.slider-vertical .slider-handle {
  position: relative;
  left: 2px;
  cursor: ns-resize; }

.slider-handle {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
  background-image: none;
  position: relative;
  top: 2px; }

/* handle for bootstrap slider and range slider */
.slider-handle,
.ui-rangeSlider-handle {
  width: 16px;
  height: 16px;
  background: white;
  border: 1px solid #777;
  cursor: col-resize; }
  .slider-handle:before,
  .ui-rangeSlider-handle:before {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    content: '|||';
    font-size: 7px;
    color: #777;
    text-align: center;
    line-height: 15px;
    position: absolute;
    left: 0.6em; }

.slider-has-label .left-slider {
  float: left;
  width: calc(100% - 50px); }

.slider-has-label .right-label {
  float: right;
  width: 50px;
  position: relative;
  top: 3px; }

.colorpicker-inline {
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15); }

/* dropzone file uplaod */
.dropzone {
  padding: 20px 40px; }
  .dropzone .dz-message {
    font-size: 18px;
    text-align: center; }
    .dropzone .dz-message:before {
      font-family: FontAwesome;
      content: '\f0ee';
      display: block;
      font-size: 3em;
      line-height: 1; }
  .dropzone.dz-started .dz-message {
    display: none; }
  .dropzone .dz-message {
    display: block; }
  .dropzone .dz-default.dz-message {
    background: none;
    height: auto; }
    .dropzone .dz-default.dz-message span {
      display: block; }
  .dropzone .dz-fallback {
    text-align: center; }
    .dropzone .dz-fallback input[type="file"] {
      margin: 0 auto;
      margin-bottom: 10px; }
  .dropzone .dz-preview .dz-details {
    width: 100px;
    height: auto;
    padding: 5px 0;
    background: transparent; }

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #609dea !important;
  background-image: none; }

.completeness-meter .completeness-percentage {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0 5px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  vertical-align: middle;
  font-size: 22px;
  font-weight: normal;
  background-color: #5bc0de;
  color: #fff; }

/********************
 * BUTTONS
 ********************/
.btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 6px 22px; }
  .btn:active, .btn.active {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn:focus, .btn:focus:focus, .btn:active, .btn:active:focus, .btn.active, .btn.active:focus {
    outline: none; }
  .btn i:first-child {
    margin-right: 5px; }
  .btn span:first-child {
    margin-right: 5px; }

.btn-group-lg > .btn,
.btn-lg {
  padding: 10px 28px; }

.btn-group-sm > .btn,
.btn-sm {
  padding: 5px 18px; }

.btn-group-xs > .btn,
.btn-xs {
  padding: 5px 14px; }

.btn-group.open .dropdown-toggle {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-primary {
  background-color: #00AAFF;
  border-color: #00a0f0; }
  .btn-primary:hover, .btn-primary:focus {
    background-color: #00a0f0;
    border-color: #00a0f0; }
  .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary.active:hover, .btn-primary.active:focus {
    background-color: #0099e6;
    border-color: #0099e6; }

.btn-warning {
  background-color: #e4cb10;
  border-color: #d6be0f; }
  .btn-warning:hover, .btn-warning:focus {
    background-color: #d6be0f;
    border-color: #d6be0f; }
  .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning.active:hover, .btn-warning.active:focus {
    background-color: #ccb60e;
    border-color: #ccb60e; }

.btn-default {
  color: #5e6773;
  border-color: #e4e4e4; }
  .btn-default:hover, .btn-default:focus {
    background-color: #f7f7f7;
    border-color: #d0d0d0; }
  .btn-default:active:hover, .btn-default:active:focus, .btn-default.active:hover, .btn-default.active:focus {
    background-color: #d7d7d7;
    border-color: #d7d7d7; }

.btn-success {
  background-color: #41B314;
  border-color: #3ca512; }
  .btn-success:hover, .btn-success:focus {
    background-color: #3ca512;
    border-color: #3ca512; }
  .btn-success:active:hover, .btn-success:active:focus, .btn-success.active:hover, .btn-success.active:focus {
    background-color: #399c11;
    border-color: #399c11; }

.btn-custom-orange {
  background-color: #FF4402;
  border-color: #f23f00;
  color: #fff; }
  .btn-custom-orange:hover, .btn-custom-orange:focus {
    background-color: #f23f00;
    border-color: #f23f00;
    color: #fff; }
  .btn-custom-orange:active:hover, .btn-custom-orange:active:focus, .btn-custom-orange.active:hover, .btn-custom-orange.active:focus {
    background-color: #e83c00;
    border-color: #e83c00; }

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  opacity: 0.4;
  filter: alpha(opacity=40); }

.btn-link {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.right-sidebar .btn {
  margin-bottom: 25px; }

.right-sidebar .btn-default {
  background-color: white;
  color: #727b86; }
  .right-sidebar .btn-default:hover, .right-sidebar .btn-default:focus {
    background-color: white; }

.btn-icon {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  color: #777;
  background-color: transparent; }
  .btn-icon:hover, .btn-icon:focus {
    color: #636363; }

/********************
 * PANELS
 ********************/
.panel {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 30px;
  border: 1px solid #e3e3e3;
  background: #fff; }
  .panel .panel-heading,
  .panel .panel-body,
  .panel .panel-footer {
    padding-left: 25px;
    padding-right: 25px; }
  .panel .panel-heading {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative; }
    .panel .panel-heading .panel-title {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      margin: 0;
      font-size: 18px;
      font-weight: 600; }
    .panel .panel-heading .btn-toggle-collapse,
    .panel .panel-heading .btn-remove {
      padding: 0;
      margin-left: 5px;
      background-color: transparent;
      border: none;
      outline: none; }
      .panel .panel-heading .btn-toggle-collapse i,
      .panel .panel-heading .btn-remove i {
        font-size: 14px; }
    .panel .panel-heading .btn-xs {
      position: relative;
      top: -5px; }
  .panel .panel-body {
    padding-top: 10px;
    padding-bottom: 15px;
    position: relative; }
  .panel .panel-note {
    font-size: 13px;
    line-height: 2.6;
    color: #777777; }
    .panel .panel-note i {
      font-size: 16px;
      margin-right: 3px; }
  .panel .right {
    position: absolute;
    right: 20px;
    top: 4%; }
  .panel.panel-headline .panel-heading {
    border-bottom: none; }
    .panel.panel-headline .panel-heading .panel-title {
      margin-bottom: 8px;
      font-size: 22px;
      font-weight: normal; }
    .panel.panel-headline .panel-heading .panel-subtitle {
      margin-bottom: 0;
      font-size: 14px;
      color: #8D99A8; }
  .panel.panel-scrolling .btn-bottom {
    margin-bottom: 30px; }
  .panel.panel-tab .panel-heading {
    border-bottom: 1px solid #ddd; }
  .panel.panel-tab .nav-tabs {
    position: absolute;
    right: 0;
    top: 0; }
    .panel.panel-tab .nav-tabs > li > a {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      padding: 20px 25px;
      margin-right: 0;
      color: inherit; }
      .panel.panel-tab .nav-tabs > li > a:hover {
        background-color: #fafafa; }
    .panel.panel-tab .nav-tabs > li.active > a {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      border-top: 0; }
      .panel.panel-tab .nav-tabs > li.active > a:hover {
        background-color: transparent; }
      .panel.panel-tab .nav-tabs > li.active > a:after {
        border-bottom: 1px solid #fff !important;
        content: "";
        width: 100%;
        height: 1px;
        display: block;
        position: absolute;
        bottom: -2px;
        left: -0; }
    .panel.panel-tab .nav-tabs > li:last-child > a {
      border-right: 0; }
  .panel.panel-tab .tab-pane {
    padding-left: 0;
    padding-right: 0; }
  @media screen and (max-width: 767px) {
    .panel.panel-tab .panel-heading {
      padding-bottom: 0;
      border-bottom: 0; }
    .panel.panel-tab .panel-title {
      display: block;
      margin-bottom: 15px; }
    .panel.panel-tab .nav-tabs {
      float: none !important;
      position: relative; }
      .panel.panel-tab .nav-tabs > li {
        margin-bottom: 0; }
      .panel.panel-tab .nav-tabs > li > a {
        padding: 5px 10px;
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-left: 1px solid #ddd; }
      .panel.panel-tab .nav-tabs > li.active > a {
        border-top: 1px solid #ddd; }
      .panel.panel-tab .nav-tabs > li:last-child > a {
        border-right: 1px solid #ddd; } }
  .panel.panel-quick-note .panel-body {
    padding: 0; }
  .panel.panel-quick-note input.title,
  .panel.panel-quick-note textarea {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    resize: none;
    padding-left: 25px;
    padding-right: 25px; }
  .panel.panel-quick-note input.title {
    font-weight: 700; }
  .panel.panel-quick-note textarea:focus {
    outline: none; }
  .panel.panel-quick-note .btn-group {
    margin-left: -20px; }
  .panel .table > thead > tr > td:first-child,
  .panel .table > thead > tr > th:first-child,
  .panel .table > tbody > tr > td:first-child,
  .panel .table > tbody > tr > th:first-child,
  .panel .table > tfoot > tr > td:first-child,
  .panel .table > tfoot > tr > th:first-child {
    padding-left: 25px; }
  .panel .table > thead > tr > td:last-child,
  .panel .table > thead > tr > th:last-child,
  .panel .table > tbody > tr > td:last-child,
  .panel .table > tbody > tr > th:last-child,
  .panel .table > tfoot > tr > td:last-child,
  .panel .table > tfoot > tr > th:last-child {
    /*padding-left: 25px; */ }

.panel-footer {
  background-color: #fafafa; }

.overlay-refresh {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 18px;
  text-align: center;
  background: rgba(246, 246, 246, 0.88); }
  .overlay-refresh i {
    display: block; }

.panel-solid-blue .panel-heading {
  background-color: #4286C9; }
  .panel-solid-blue .panel-heading .panel-title {
    color: #fff; }

.panel-solid-blue .panel-content-wrapper {
  background-color: #5894D1; }

.panel-content-wrapper {
  padding: 25px; }

/********************
 * WIDGETS
 ********************/
.widget {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 40px 25px;
  margin-bottom: 30px;
  border: 1px solid #e3e3e3;
  background: #fff; }

.widget-task-progress .left {
  float: left;
  width: 65%; }

.widget-task-progress .percentage {
  float: right;
  font-size: 36px;
  line-height: 1; }

.widget-task-progress a {
  margin-bottom: 5px;
  display: block;
  font-size: 16px;
  color: #5e6773; }
  .widget-task-progress a:hover, .widget-task-progress a:focus {
    color: #707b89; }

.widget-task-progress .progress {
  margin-bottom: 0; }

.widget-mini-bar {
  text-align: center; }
  .widget-mini-bar .mini-bar-chart {
    margin-bottom: 15px; }
  .widget-mini-bar span {
    font-size: 18px;
    line-height: 1; }

.quick-note {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  padding: 20px;
  cursor: pointer;
  margin-bottom: 30px;
  border: 1px solid #e6e6e6; }
  .quick-note .quick-note-title {
    margin-top: 0;
    font-size: 22px; }

.quick-note-create .panel-footer {
  display: none; }

.quick-note-edit {
  margin-bottom: 0; }

/* widget stat */
.widget-stat {
  padding: 25px 30px; }
  .widget-stat .media-left {
    padding-right: 15px; }
    .widget-stat .media-left i {
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      display: block;
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      font-size: 18px; }
  .widget-stat .title {
    color: #a3a3a3; }
  .widget-stat .value {
    display: block;
    font-size: 26px; }
  .widget-stat .footer {
    margin-top: 15px;
    margin-bottom: 0;
    padding-top: 12px;
    border-top: 1px solid #f0f0f0; }
    .widget-stat .footer span {
      color: #a3a3a3;
      font-size: 13px;
      margin-left: 8px; }

/********************
 * ELEMENTS
 ********************/
.collapsing {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.label {
  font-weight: normal; }

/* metric stat */
.metric {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid #DCE6EB; }
  .metric .icon {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #0081c2;
    text-align: center; }
    .metric .icon i {
      font-size: 18px;
      color: #fff; }
  .metric p {
    margin-bottom: 0;
    line-height: 1.2;
    text-align: right; }
  .metric .number {
    display: block;
    font-size: 28px;
    font-weight: 300; }
  .metric .title {
    font-size: 16px; }

.visits-metric span {
  display: block; }

.visits-metric .title {
  font-size: 16px;
  color: #a3a3a3; }

.visits-metric .value {
  font-size: 36px; }

.visits-metric .change {
  font-size: 15px; }

@media screen and (max-width: 767px) {
  .visits-metric {
    margin-bottom: 30px; } }

/* activity list */
ul.activity-list > li {
  padding: 25px 0; }
  ul.activity-list > li:not(:last-child) {
    border-bottom: 1px solid #dfe2e6; }
  ul.activity-list > li .avatar {
    width: 40px; }
  ul.activity-list > li > p {
    margin-bottom: 0;
    padding-left: 3.5em; }
  ul.activity-list > li .timestamp {
    display: block;
    font-size: 13px;
    color: #a3a3a3; }

/* task list */
.task-list > li {
  margin-bottom: 32px; }

.task-list p {
  position: relative; }
  .task-list p .label-percent {
    position: absolute;
    right: 0; }

.weekly-summary {
  margin-bottom: 30px;
  font-weight: 300; }
  .weekly-summary .number {
    font-size: 36px; }
  .weekly-summary i {
    font-size: 16px;
    margin-left: 10px; }
  .weekly-summary .percentage {
    position: relative;
    top: -7px; }
  .weekly-summary .info-label {
    display: block;
    margin-bottom: 10px;
    font-weight: normal; }
  @media screen and (max-width: 992px) {
    .weekly-summary {
      text-align: center; } }

/* to-do list */
.todo-list > li {
  border-top: 1px solid #dfe2e6;
  position: relative; }
  .todo-list > li:first-child {
    border-top: none; }
  .todo-list > li .fancy-checkbox {
    position: absolute;
    top: 50%;
    margin-top: -11px; }
    .todo-list > li .fancy-checkbox input[type="checkbox"] + span {
      margin-right: 0; }
  .todo-list > li p {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 90%;
    margin: 0;
    padding: 20px 0 20px 35px; }
  .todo-list > li.completed p,
  .todo-list > li.completed .date {
    text-decoration: line-through;
    color: #aeb4bc; }

.todo-list .title {
  font-size: 16px;
  font-weight: 600; }

.todo-list .short-description {
  display: block;
  margin-top: 5px; }

.todo-list .date {
  font-size: 13px;
  color: #a3a3a3; }

.todo-list .controls {
  float: right;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -11px; }
  .todo-list .controls a {
    margin-left: 5px; }

/* toastr notification */
#toast-container > div {
  opacity: 0.9;
  filter: alpha(opacity=90); }
  #toast-container > div, #toast-container > div:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

#toast-container .toast-close-button {
  top: -11px; }

.toast a {
  text-decoration: underline; }
  .toast a:hover, .toast a:focus {
    text-decoration: none;
    color: #fff; }

.toast .toast-message {
  font-size: 14px;
  line-height: 2; }

.toast-info {
  background-color: #00AAFF; }

.toast-success {
  background-color: #41B314; }

.toast-warning {
  background-color: #e4cb10; }

.toast-danger {
  background-color: #F9354C; }

/* tabs */
.custom-tabs-line ul {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline; }
  .custom-tabs-line ul > li {
    float: left; }
    .custom-tabs-line ul > li a {
      color: #838d9a;
      font-weight: normal; }
      .custom-tabs-line ul > li a:hover, .custom-tabs-line ul > li a:focus {
        color: #5e6773;
        background-color: transparent; }
      .custom-tabs-line ul > li a:focus {
        outline: none; }
  .custom-tabs-line ul.nav-pills a:hover, .custom-tabs-line ul.nav-pills a:focus {
    color: #fff;
    background-color: #00AAFF; }

.custom-tabs-line.tabs-line-bottom {
  border-bottom: 1px solid #eaeaea; }
  .custom-tabs-line.tabs-line-bottom ul > li {
    margin-bottom: -1px; }
  .custom-tabs-line.tabs-line-bottom a {
    border-bottom: 1px solid transparent; }
  .custom-tabs-line.tabs-line-bottom .active a {
    border-bottom: 2px solid #00AAFF; }

.custom-tabs-line.left-aligned {
  text-align: left; }

.custom-tabs-line.right-aligned {
  text-align: right; }

@media screen and (max-width: 768px) {
  .custom-tabs-line ul li.active > a {
    margin-bottom: -1px; } }

.tab-pane {
  padding: 25px 15px; }

.icon-transparent-area {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  position: relative;
  text-align: center; }
  .icon-transparent-area.first {
    margin-left: 0; }
  .icon-transparent-area.last {
    float: right; }
  .icon-transparent-area i {
    margin-top: 1em;
    font-size: 18px; }
  .icon-transparent-area span {
    display: block; }
  .icon-transparent-area .badge {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: -7px;
    right: -7px;
    width: 26px;
    height: 26px;
    padding: 0;
    font-weight: normal;
    line-height: 20px;
    border: 2px solid #fff; }

.right-sidebar .icon-transparent-area .badge {
  border-color: #fff; }

.icon-transparent-area.custom-color-blue {
  color: #0E9BE2;
  background-color: rgba(14, 155, 226, 0.2); }
  .icon-transparent-area.custom-color-blue .badge {
    background-color: #0E9BE2; }

.icon-transparent-area.custom-color-green {
  color: #7CAC25;
  background-color: rgba(124, 172, 37, 0.2); }
  .icon-transparent-area.custom-color-green .badge {
    background-color: #7CAC25; }

.icon-transparent-area.custom-color-orange {
  color: #FF4402;
  background-color: rgba(255, 68, 2, 0.2); }
  .icon-transparent-area.custom-color-orange .badge {
    background-color: #FF4402; }

.icon-transparent-area.custom-color-purple {
  color: #AB7DF6;
  background-color: rgba(171, 125, 246, 0.2); }
  .icon-transparent-area.custom-color-purple .badge {
    background-color: #AB7DF6; }

.icon-transparent-area.custom-color-yellow {
  color: #F3BB23;
  background-color: rgba(243, 187, 35, 0.2); }
  .icon-transparent-area.custom-color-yellow .badge {
    background-color: #F3BB23; }

.icon-transparent-area.custom-color-lightseagreen {
  color: #20B2AA;
  background-color: rgba(32, 178, 170, 0.2); }
  .icon-transparent-area.custom-color-lightseagreen .badge {
    background-color: #20B2AA; }

.icon-app {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  display: block;
  width: 55px;
  height: 55px;
  text-align: center;
  border: 1px solid #eaeaea;
  background-color: #fff; }
  .icon-app i {
    line-height: 55px;
    font-size: 36px; }

.list-file-simple span {
  color: #a3a3a3; }

.right-sidebar .list-file-simple a {
  color: #5e6773; }
  .right-sidebar .list-file-simple a:hover, .right-sidebar .list-file-simple a:focus {
    color: #535a65; }

.right-sidebar .list-file-simple i {
  margin-right: 8px; }

.right-sidebar .list-file-simple span {
  color: #5e6773; }

.list-project-progress .project-name {
  display: block;
  margin-bottom: 10px; }
  .list-project-progress .project-name:hover, .list-project-progress .project-name:focus {
    color: #fff; }

.list-project-progress .progress {
  width: 85%;
  float: left; }

.list-project-progress .percentage {
  float: right;
  position: relative;
  top: -9px;
  color: white; }

.right-sidebar .list-project-progress .project-name,
.right-sidebar .list-project-progress .percentage {
  color: #5e6773; }

.separator-linethrough {
  position: relative;
  margin: 30px 0;
  text-align: center; }
  .separator-linethrough span {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    padding: 0 10px;
    position: inherit;
    font-size: 18px;
    background-color: #fff;
    z-index: 9; }
  .separator-linethrough:after {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    content: '';
    border-top: 1px solid #f0f0f0;
    z-index: 0; }

.map .zoomButton {
  position: absolute;
  left: 10px;
  background: #fff;
  width: 20px;
  cursor: pointer;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 20px; }
  .map .zoomButton:hover {
    background: #f7f7f7; }

.map .zoomIn {
  top: 60px; }

.map .zoomReset {
  top: 83px; }

.map .zoomOut {
  top: 105px; }

.mapTooltip {
  opacity: 0.9;
  filter: alpha(opacity=90);
  position: absolute;
  padding: 10px;
  z-index: 1000;
  max-width: 200px;
  display: none;
  background-color: #f3f3f3;
  border: 1px solid #fff;
  color: #555; }
  .mapTooltip span {
    font-weight: 700; }

.dropzone {
  border: 1px solid #eaeaea; }

.dropify-wrapper {
  border: 1px solid #e6e6e6; }

/* bootstrap tour */
.popover.tour-tour .popover-title {
  background-color: #f1f1f1;
  font-weight: 600; }

.popover.tour-tour.bottom > .arrow:after {
  border-bottom-color: #f1f1f1; }

.list-insights > li {
  padding: 25px 0;
  border-bottom: 1px solid #dfe2e6; }
  .list-insights > li:last-child {
    border-bottom: none; }

.list-insights .media-left {
  padding-right: 15px; }

.list-insights i {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  background-color: #777;
  color: #fff; }

.list-insights p {
  margin-bottom: 0;
  font-size: 18px; }

.list-insights a {
  font-size: 14px; }

.list-referrals > li {
  margin-bottom: 35px; }

.list-referrals .value {
  font-size: 20px;
  margin-right: 10px; }

/* sweet alert */
.swal2-modal {
  font-family: "Source Sans Pro", sans-serif; }

.swal2-modal .swal2-file {
  padding: 5px;
  font-size: 16px;
  line-height: 1; }

/* tree view */
.custom-tree.jstree-default .jstree-checkbox {
  background-image: none;
  font-style: normal; }
  .custom-tree.jstree-default .jstree-checkbox:before {
    font-family: FontAwesome;
    font-size: 18px;
    content: '\f096'; }
  .custom-tree.jstree-default .jstree-checkbox.jstree-undetermined:before {
    content: '\f0c8';
    color: #ccc; }

.custom-tree.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:before,
.custom-tree.jstree-default .jstree-checked > .jstree-checkbox:before {
  content: '\f14a';
  color: #41B314; }

/* wizard */
.wizard {
  position: relative;
  overflow: hidden;
  background-color: #f9f9f9; }
  .wizard:before, .wizard:after {
    display: table;
    line-height: 0;
    content: ""; }
  .wizard:after {
    clear: both; }
  .wizard ul {
    width: 4000px;
    padding: 0;
    margin: 0;
    list-style: none outside none; }
    .wizard ul.previous-disabled li.complete {
      cursor: default; }
      .wizard ul.previous-disabled li.complete:hover {
        color: #468847;
        cursor: default;
        background: #f3f4f5; }
        .wizard ul.previous-disabled li.complete:hover .chevron:before {
          border-left-color: #f3f4f5; }
    .wizard ul li {
      position: relative;
      float: left;
      height: 47px;
      padding: 0 20px 0 30px;
      margin: 0;
      font-size: 16px;
      line-height: 47px;
      color: #a6a5a5;
      cursor: default;
      background: #f2f2f2; }
      .wizard ul li:first-child {
        padding-left: 20px; }
      .wizard ul li .chevron {
        border: 24px solid transparent;
        border-left: 14px solid #d4d4d4;
        border-right: 0;
        display: block;
        position: absolute;
        right: -14px;
        top: 0;
        z-index: 1; }
        .wizard ul li .chevron:before {
          border: 24px solid transparent;
          border-left: 14px solid #eeeeee;
          border-right: 0;
          content: "";
          display: block;
          position: absolute;
          right: 1px;
          top: -24px; }
      .wizard ul li.complete {
        color: #fff;
        background: #41B314; }
        .wizard ul li.complete:hover {
          cursor: pointer; }
          .wizard ul li.complete:hover .chevron:before {
            border-left: 14px solid #41B314; }
        .wizard ul li.complete .chevron:before {
          border-left: 14px solid #41B314; }
      .wizard ul li.active {
        color: #fff;
        background: #00AAFF; }
        .wizard ul li.active .chevron:before {
          border-left: 14px solid #00AAFF; }
      .wizard ul li .badge {
        position: relative;
        top: -2px;
        margin-right: 8px;
        padding: 4px 7px; }
        .wizard ul li .badge.badge-info {
          background-color: #0088cc; }
        .wizard ul li .badge.badge-success {
          background-color: #30850f; }
  .wizard .step-content {
    margin: 30px 0;
    padding-left: 20px;
    float: left;
    width: 100%; }
    .wizard .step-content .step-pane {
      display: none; }
    .wizard .step-content .active {
      display: block; }
      .wizard .step-content .active .btn-group .active {
        display: inline-block; }
  .wizard .actions {
    float: left;
    padding: 20px; }
  .wizard .parsley-errors-list li {
    float: none;
    padding: 0;
    color: #F9354C;
    font-size: 14px;
    background: none; }
    .wizard .parsley-errors-list li:first-child {
      padding-left: 0; }

/* sortable */
.ui-sortable {
  min-height: 35px; }

.ui-sortable .panel-heading {
  cursor: move; }

.ui-sortable-placeholder {
  border: 1px dashed #cecece !important;
  visibility: visible !important;
  background: #f3f3f3; }

/* nestable */
.dd-handle, .dd-item .custom-content {
  height: auto;
  padding: 10px;
  cursor: move;
  background: #fff;
  color: #5e6773;
  border-color: #e3e3e3; }
  .dd-handle:hover, .dd-item .custom-content:hover {
    color: #5e6773;
    background: #f7f7f7; }

.dd-item > button {
  margin: 11px 0; }

.dd-item .custom-handle {
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  cursor: move; }
  .dd-item .custom-handle i {
    font-size: 13px;
    vertical-align: middle; }

.dd-item .custom-content {
  display: block;
  margin: 5px 0;
  padding-left: 40px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid #e3e3e3;
  cursor: auto; }
  .dd-item .custom-content:hover {
    background: #fff; }

.dd-item.custom-item > button {
  margin-left: 35px; }

.dd-dragel .custom-handle {
  box-shadow: none; }

.dd-dragel .custom-content {
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1); }

.dd-empty,
.dd-placeholder {
  background-color: #f3f3f3;
  border-color: #cecece; }

/* files, file manager */
.file-tag:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  top: -1px;
  margin-right: 5px;
  content: '';
  width: 8px;
  height: 8px;
  background-color: #5e6773; }

.file-tag.tag-blue:before {
  background-color: #0E9BE2 !important; }

.file-tag.tag-green:before {
  background-color: #7CAC25 !important; }

.file-tag.tag-orange:before {
  background-color: #FF4402 !important; }

.file-tag.tag-purple:before {
  background-color: #AB7DF6 !important; }

.file-tag.tag-yellow:before {
  background-color: #F3BB23 !important; }

.file-tag.tag-lightseagreen:before {
  background-color: #20B2AA !important; }

.file-item {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 250px;
  margin: 0 15px 15px 0;
  float: left;
  border: 1px solid #e3e3e3;
  background-color: #fff; }
  .file-item .file-preview {
    display: block;
    height: 146px;
    text-align: center;
    padding: 50px 20px;
    overflow: hidden;
    background-color: #eaeaea;
    color: #aaaaaa; }
    .file-item .file-preview i {
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      background: #dddddd;
      padding: 10px;
      font-size: 24px; }
    .file-item .file-preview .file-extension {
      font-size: 32px; }
  .file-item .file-info {
    padding: 12px 30px 15px 12px;
    position: relative;
    font-size: 14px; }
    .file-item .file-info span {
      display: block;
      margin: 3px 0; }
    .file-item .file-info .file-name {
      color: #00AAFF; }
    .file-item .file-info .file-date {
      font-size: 13px;
      color: #a3a3a3; }
    .file-item .file-info .toggle-dropdown {
      padding: 0 10px;
      color: #a3a3a3;
      font-size: 20px; }
      .file-item .file-info .toggle-dropdown i {
        display: inline; }
    .file-item .file-info .dropdown {
      position: absolute;
      right: 5px;
      top: 50%;
      margin-top: -11px; }

.file-preview.pdf {
  color: #fff;
  background-color: #AB7DF6; }
  .file-preview.pdf i {
    background: #fff;
    color: #AB7DF6; }

.file-preview.xls {
  color: #fff;
  background-color: #86d227; }
  .file-preview.xls i {
    background: #fff;
    color: #86d227; }

.file-preview.doc {
  color: #fff;
  background-color: #20B2AA; }
  .file-preview.doc i {
    background: #fff;
    color: #20B2AA; }

.file-preview.audio {
  color: #fff;
  background-color: #7183a2; }
  .file-preview.audio i {
    background: #fff;
    color: #7183a2; }

.file-preview.video {
  color: #fff;
  background-color: #F3BB23; }
  .file-preview.video i {
    background: #fff;
    color: #F3BB23; }

.file-preview.image {
  padding: 0; }

.storage-info {
  margin-bottom: 30px; }
  .storage-info .title {
    display: block;
    margin-bottom: 10px; }
  .storage-info .progress {
    margin-bottom: 5px; }
  .storage-info .usage-text {
    font-size: 14px;
    color: #b3b3b3; }

/***********************
 * BOOTSTRAP ELEMENTS
 ***********************/
/* bootstrap progress bar */
.progress {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f1f1f1; }
  .progress.wide {
    width: 60px; }
  .progress .progress-bar {
    -webkit-transition: width 3s ease;
    -moz-transition: width 3s ease;
    -ms-transition: width 3s ease;
    -o-transition: width 3s ease;
    transition: width 3s ease;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .progress.progress-lg {
    height: 28px; }
  .progress.progress-sm {
    height: 12px; }
  .progress.progress-xs {
    height: 5px; }
  .progress.progress-sm .progress-bar, .progress.progress-xs .progress-bar {
    text-indent: -9999px; }

.progress-bar {
  background-color: #00AAFF; }

.progress-bar-success {
  background-color: #41B314; }

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

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

.progress-bar-info {
  background-color: #5bc0de; }

.progress-transparent.custom-color-blue {
  background-color: rgba(14, 155, 226, 0.2); }
  .progress-transparent.custom-color-blue .progress-bar {
    background-color: #0E9BE2; }

.progress-transparent.custom-color-green {
  background-color: rgba(124, 172, 37, 0.2); }
  .progress-transparent.custom-color-green .progress-bar {
    background-color: #7CAC25; }

.progress-transparent.custom-color-orange {
  background-color: rgba(255, 68, 2, 0.2); }
  .progress-transparent.custom-color-orange .progress-bar {
    background-color: #FF4402; }

.progress-transparent.custom-color-purple {
  background-color: rgba(171, 125, 246, 0.2); }
  .progress-transparent.custom-color-purple .progress-bar {
    background-color: #AB7DF6; }

.progress-transparent.custom-color-yellow {
  background-color: rgba(243, 187, 35, 0.2); }
  .progress-transparent.custom-color-yellow .progress-bar {
    background-color: #F3BB23; }

.progress-transparent.custom-color-lightseagreen {
  background-color: rgba(32, 178, 170, 0.2); }
  .progress-transparent.custom-color-lightseagreen .progress-bar {
    background-color: #20B2AA; }

.progress-right-percentage:before, .progress-right-percentage:after {
  content: " ";
  display: table; }

.progress-right-percentage:after {
  clear: both; }

.progress-right-percentage .progress {
  width: calc(100% - 40px);
  float: left;
  margin-bottom: 0; }

.progress-right-percentage .percentage {
  width: 40px;
  float: right;
  position: relative;
  top: -9px;
  text-align: right; }

.progress-state-name {
  display: block;
  margin-top: 9px;
  margin-bottom: 6px;
  font-size: 13px; }

.popover {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 0px 10px 2px rgba(86, 99, 116, 0.25);
  -webkit-box-shadow: 0 0px 10px 2px rgba(86, 99, 116, 0.25);
  box-shadow: 0 0px 10px 2px rgba(86, 99, 116, 0.25);
  padding: 0;
  border: 1px solid #d6d6d6;
  font-family: inherit;
  font-size: 14px; }
  .popover .popover-title {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px; }
  .popover.bottom > .arrow:after {
    border-bottom-color: #d6d6d6; }
  .popover.top > .arrow {
    border-top-color: #d6d6d6; }
  .popover.right > .arrow {
    border-right-color: #d6d6d6; }
  .popover.left > .arrow {
    border-left-color: #d6d6d6; }

.badge {
  font-weight: normal; }

.badge-primary {
  background-color: #00AAFF; }

.badge-success {
  background-color: #41B314; }

.badge-warning {
  background-color: #e4cb10; }

.badge-danger {
  background-color: #F9354C; }

.badge-info {
  background-color: #5bc0de; }

/* pagination */
.pagination > li > a,
.pagination > li > span {
  color: #00AAFF; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    color: #00AAFF;
    background-color: #f5f5f5; }

/* tooltip */
.tooltip-inner {
  background-color: #5a5a5a; }

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100); }

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

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

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

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

/********************
 * CHARTS
 ********************/
/* easy pie chart */
.easy-pie-chart {
  position: relative;
  width: 110px;
  margin: 0 auto;
  margin-bottom: 15px;
  text-align: center; }
  .easy-pie-chart canvas {
    position: absolute;
    top: 0;
    left: 0; }
  .easy-pie-chart .percent {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    line-height: 110px;
    z-index: 2; }
    .easy-pie-chart .percent:after {
      content: '%';
      margin-left: 0.1em;
      font-size: .8em; }
  .easy-pie-chart#system-load {
    width: 130px; }
    .easy-pie-chart#system-load .percent {
      line-height: 128px; }

/* flot chart */
.flot-donut-label {
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff; }

.flotTip {
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  border-radius: 2px !important;
  background-color: #f3f3f3 !important;
  color: #5e6773 !important;
  border-color: #929aa5 !important; }

.flotTip-blue {
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  border-radius: 2px !important;
  background-color: rgba(66, 134, 201, 0.8) !important;
  color: #fff !important;
  border-color: #3c7fc1 !important; }

.legend table td {
  padding: 5px 0; }
  .legend table td.legendLabel {
    padding-left: 8px; }

/* sparkline chart */
.sparkline-stat-medium {
  padding: 8px 0;
  margin-bottom: 30px; }
  .sparkline-stat-medium strong {
    display: block;
    font-size: 1.5em;
    font-weight: 300; }

/* sparkline bar chart */
.sparkbar-stat-item .mini-bar-chart {
  position: relative;
  top: -10px;
  left: 8px; }

/* sparkline big chart */
.sparkline-stat-big {
  position: relative;
  padding: 5px 20px 0 20px;
  color: #506167; }
  .sparkline-stat-big .summary {
    position: absolute; }
  .sparkline-stat-big .big-number {
    float: left;
    margin-right: 10px;
    font-size: 4em;
    font-weight: 300;
    line-height: .7; }

/* charts at dashboard page */
#traffic-sources-chart {
  width: 100%;
  height: 300px; }

#sales-performance-chart {
  width: 100%;
  height: 270px; }

/********************************
 * AUTHENTICATION FORMS, PAGE
 ********************************/
.auth-box {
  -moz-box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 70%;
  height: 450px;
  margin: 0 auto;
  background-color: #fff; }
  .auth-box:before {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    content: ' ';
    vertical-align: middle;
    height: 100%; }
  .auth-box .content {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 99%;
    vertical-align: middle; }
  .auth-box .left {
    float: left;
    width: 42%;
    height: 100%;
    padding: 0 30px;
    text-align: center; }
    .auth-box .left:before {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      content: ' ';
      vertical-align: middle;
      height: 100%; }
  .auth-box .right {
    float: right;
    width: 58%;
    height: 100%;
    position: relative;
    background-image: url("../../assets/img/login-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover; }
    .auth-box .right:before {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      content: ' ';
      vertical-align: middle;
      height: 100%; }
    .auth-box .right .text {
      position: relative;
      padding: 0 30px;
      color: #fff; }
    .auth-box .right .heading {
      margin-top: 0;
      margin-bottom: 5px;
      font-size: 26px;
      font-weight: 300; }
    .auth-box .right p {
      margin: 0;
      font-size: 18px;
      font-weight: 300; }
    .auth-box .right .overlay {
      position: absolute;
      top: 0;
      display: block;
      width: 100%;
      height: 100%;
      background: rgba(99, 156, 185, 0.92); }
  .auth-box .header {
    margin-bottom: 30px; }
  .auth-box .lead {
    margin-top: 5px;
    font-size: 18px;
    text-align: center; }
  .auth-box .form-auth-small .btn {
    margin-top: 20px; }
  .auth-box .form-auth-small .element-left {
    float: left; }
  .auth-box .form-auth-small .element-right {
    float: right; }
  .auth-box .form-auth-small .bottom {
    margin-top: 20px;
    text-align: center; }
  .auth-box .helper-text {
    font-size: 13px;
    color: #a3a3a3; }
  .auth-box .element-right.helper-text {
    line-height: 2; }
  .auth-box .btn-signin-social {
    display: block;
    margin-bottom: 15px;
    padding: 10px 22px;
    width: 100%;
    background-color: #fff;
    border-color: #e4ecf0; }
    .auth-box .btn-signin-social:hover, .auth-box .btn-signin-social:focus {
      background-color: #fafafa; }
    .auth-box .btn-signin-social i {
      font-size: 16px;
      margin: 5px; }
  .auth-box.lockscreen {
    width: 50%;
    padding: 40px 60px; }
    .auth-box.lockscreen .logo {
      margin-bottom: 30px; }
    .auth-box.lockscreen .user {
      margin-bottom: 30px; }
      .auth-box.lockscreen .user .name {
        font-size: 18px;
        margin-top: 10px; }
  .auth-box.register, .auth-box.forgot-password {
    width: 600px;
    height: auto; }
    .auth-box.register .content, .auth-box.forgot-password .content {
      padding: 30px; }
  @media screen and (min-width: 1440px) {
    .auth-box.lockscreen {
      width: 35%; } }
  @media screen and (max-width: 1279px) {
    .auth-box {
      width: 90%; }
      .auth-box .left {
        top: 3.3em; } }
  @media screen and (max-width: 1023px) {
    .auth-box .left {
      width: 100%;
      position: inherit;
      padding: 30px; }
    .auth-box .right {
      display: none; } }
  @media screen and (max-width: 992px) {
    .auth-box {
      width: 70%; }
      .auth-box.lockscreen {
        width: 50%;
        padding: 40px 20px; } }
  @media screen and (max-width: 640px) {
    .auth-box {
      width: 90%; }
      .auth-box .content {
        width: 95%; }
      .auth-box.lockscreen {
        width: 90%; }
      .auth-box.register, .auth-box.forgot-password {
        width: 90%; } }

/* colored icon */
.z500px-color {
  color: #0099e5 !important; }

.about-me-color {
  color: #00405d !important; }

.airbnb-color {
  color: #fd5c63 !important; }

.alphabet-color {
  color: #ed1c24 !important; }

.amazon-color {
  color: #ff9900 !important; }

.american-express-color {
  color: #002663 !important; }

.aol-color {
  color: #ff0b00 !important; }

.behance-color {
  color: #1769ff !important; }

.bing-color {
  color: #ffb900 !important; }

.bitbucket-color {
  color: #205081 !important; }

.bitly-color {
  color: #ee6123 !important; }

.blogger-color {
  color: #f57d00 !important; }

.booking-com-color {
  color: #003580 !important; }

.buffer-color {
  color: #168eea !important; }

.code-school-color {
  color: #616f67 !important; }

.codecademy-color {
  color: #f65a5b !important; }

.creative-market-color {
  color: #8ba753 !important; }

.delicious-color {
  color: #3399ff !important; }

.deviantart-color {
  color: #05cc47 !important; }

.digg-color {
  color: #005be2 !important; }

.disqus-color {
  color: #2e9fff !important; }

.django-color {
  color: #092e20 !important; }

.dribbble-color {
  color: #ea4c89 !important; }

.dropbox-color {
  color: #007ee5 !important; }

.drupal-color {
  color: #0077c0 !important; }

.elance-color {
  color: #0d69af !important; }

.envato-color {
  color: #82b541 !important; }

.etsy-color {
  color: #d5641c !important; }

.facebook-color {
  color: #3b5998 !important; }

.feedly-color {
  color: #2bb24c !important; }

.flattr-color {
  color: #f67c1a !important; }

.flickr-color {
  color: #0063dc !important; }

.flipboard-color {
  color: #e12828 !important; }

.flixster-color {
  color: #2971b2 !important; }

.foursquare-color {
  color: #0732a2 !important; }

.github-color {
  color: #333333 !important; }

.google-color {
  color: #4285f4 !important; }

.google-plus-color {
  color: #dc4e41 !important; }

.instagram-color {
  color: #3f729b !important; }

.kickstarter-color {
  color: #2bde73 !important; }

.kik-color {
  color: #82bc23 !important; }

.lastfm-color {
  color: #d51007 !important; }

.line-color {
  color: #00c300 !important; }

.linkedin-color {
  color: #0077b5 !important; }

.mail-ru-color {
  color: #168de2 !important; }

.mailchimp-color {
  color: #2c9ab7 !important; }

.myspace-color {
  color: #000000 !important; }

.netflix-color {
  color: #e50914 !important; }

.ning-color {
  color: #75af42 !important; }

.path-color {
  color: #ee3423 !important; }

.patreon-color {
  color: #e6461a !important; }

.paypal-color {
  color: #003087 !important; }

.photobucket-color {
  color: #0ea0db !important; }

.pinterest-color {
  color: #bd081c !important; }

.product-hunt-color {
  color: #da552f !important; }

.quora-color {
  color: #a82400 !important; }

.rdio-color {
  color: #007dc3 !important; }

.reddit-color {
  color: #ff4500 !important; }

.rss-color {
  color: #f26522 !important; }

.salesforce-color {
  color: #1798c1 !important; }

.scribd-color {
  color: #1a7bba !important; }

.shopify-color {
  color: #96bf48 !important; }

.skype-color {
  color: #00aff0 !important; }

.slack-color {
  color: #6ecadc !important; }

.slideshare-color {
  color: #0077b5 !important; }

.soundcloud-color {
  color: #ff8800 !important; }

.spotify-color {
  color: #2ebd59 !important; }

.squarespace-color {
  color: #222222 !important; }

.stackoverflow-color {
  color: #fe7a15 !important; }

.stripe-color {
  color: #00afe1 !important; }

.stumbleupon-color {
  color: #eb4924 !important; }

.telegram-color {
  color: #0088cc !important; }

.tumblr-color {
  color: #35465c !important; }

.twitch-tv-color {
  color: #6441a5 !important; }

.twitter-color {
  color: #55acee !important; }

.vimeo-color {
  color: #162221 !important; }

.vine-color {
  color: #00b488 !important; }

.wechat-color {
  color: #7bb32e !important; }

.whatsapp-color {
  color: #43d854 !important; }

.wordpress-color {
  color: #21759b !important; }

.yahoo-color {
  color: #410093 !important; }

.youtube-color {
  color: #cd201f !important; }

/* colored background */
.z500px-bg {
  background-color: #0099e5 !important; }
  .z500px-bg:hover, .z500px-bg:focus {
    background-color: #0088cc !important; }

.about-me-bg {
  background-color: #00405d !important; }
  .about-me-bg:hover, .about-me-bg:focus {
    background-color: #002e44 !important; }

.airbnb-bg {
  background-color: #fd5c63 !important; }
  .airbnb-bg:hover, .airbnb-bg:focus {
    background-color: #fd434b !important; }

.alphabet-bg {
  background-color: #ed1c24 !important; }
  .alphabet-bg:hover, .alphabet-bg:focus {
    background-color: #de1219 !important; }

.amazon-bg {
  background-color: #ff9900 !important; }
  .amazon-bg:hover, .amazon-bg:focus {
    background-color: #e68a00 !important; }

.american-express-bg {
  background-color: #002663 !important; }
  .american-express-bg:hover, .american-express-bg:focus {
    background-color: #001c4a !important; }

.aol-bg {
  background-color: #ff0b00 !important; }
  .aol-bg:hover, .aol-bg:focus {
    background-color: #e60a00 !important; }

.behance-bg {
  background-color: #1769ff !important; }
  .behance-bg:hover, .behance-bg:focus {
    background-color: #0059fd !important; }

.bing-bg {
  background-color: #ffb900 !important; }
  .bing-bg:hover, .bing-bg:focus {
    background-color: #e6a700 !important; }

.bitbucket-bg {
  background-color: #205081 !important; }
  .bitbucket-bg:hover, .bitbucket-bg:focus {
    background-color: #1b436d !important; }

.bitly-bg {
  background-color: #ee6123 !important; }
  .bitly-bg:hover, .bitly-bg:focus {
    background-color: #e65312 !important; }

.blogger-bg {
  background-color: #f57d00 !important; }
  .blogger-bg:hover, .blogger-bg:focus {
    background-color: #dc7000 !important; }

.booking-com-bg {
  background-color: #003580 !important; }
  .booking-com-bg:hover, .booking-com-bg:focus {
    background-color: #002a67 !important; }

.buffer-bg {
  background-color: #168eea !important; }
  .buffer-bg:hover, .buffer-bg:focus {
    background-color: #1380d3 !important; }

.code-school-bg {
  background-color: #616f67 !important; }
  .code-school-bg:hover, .code-school-bg:focus {
    background-color: #55615a !important; }

.codecademy-bg {
  background-color: #f65a5b !important; }
  .codecademy-bg:hover, .codecademy-bg:focus {
    background-color: #f54243 !important; }

.creative-market-bg {
  background-color: #8ba753 !important; }
  .creative-market-bg:hover, .creative-market-bg:focus {
    background-color: #7d964b !important; }

.delicious-bg {
  background-color: #3399ff !important; }
  .delicious-bg:hover, .delicious-bg:focus {
    background-color: #1a8cff !important; }

.deviantart-bg {
  background-color: #05cc47 !important; }
  .deviantart-bg:hover, .deviantart-bg:focus {
    background-color: #04b33e !important; }

.digg-bg {
  background-color: #005be2 !important; }
  .digg-bg:hover, .digg-bg:focus {
    background-color: #0051c9 !important; }

.disqus-bg {
  background-color: #2e9fff !important; }
  .disqus-bg:hover, .disqus-bg:focus {
    background-color: #1593ff !important; }

.django-bg {
  background-color: #092e20 !important; }
  .django-bg:hover, .django-bg:focus {
    background-color: #051911 !important; }

.dribbble-bg {
  background-color: #ea4c89 !important; }
  .dribbble-bg:hover, .dribbble-bg:focus {
    background-color: #e7357a !important; }

.dropbox-bg {
  background-color: #007ee5 !important; }
  .dropbox-bg:hover, .dropbox-bg:focus {
    background-color: #0070cc !important; }

.drupal-bg {
  background-color: #0077c0 !important; }
  .drupal-bg:hover, .drupal-bg:focus {
    background-color: #0067a7 !important; }

.elance-bg {
  background-color: #0d69af !important; }
  .elance-bg:hover, .elance-bg:focus {
    background-color: #0b5b97 !important; }

.envato-bg {
  background-color: #82b541 !important; }
  .envato-bg:hover, .envato-bg:focus {
    background-color: #75a23a !important; }

.etsy-bg {
  background-color: #d5641c !important; }
  .etsy-bg:hover, .etsy-bg:focus {
    background-color: #be5919 !important; }

.facebook-bg {
  background-color: #3b5998 !important; }
  .facebook-bg:hover, .facebook-bg:focus {
    background-color: #344e86 !important; }

.feedly-bg {
  background-color: #2bb24c !important; }
  .feedly-bg:hover, .feedly-bg:focus {
    background-color: #269d43 !important; }

.flattr-bg {
  background-color: #f67c1a !important; }
  .flattr-bg:hover, .flattr-bg:focus {
    background-color: #ed6f09 !important; }

.flickr-bg {
  background-color: #0063dc !important; }
  .flickr-bg:hover, .flickr-bg:focus {
    background-color: #0058c3 !important; }

.flipboard-bg {
  background-color: #e12828 !important; }
  .flipboard-bg:hover, .flipboard-bg:focus {
    background-color: #d21d1d !important; }

.flixster-bg {
  background-color: #2971b2 !important; }
  .flixster-bg:hover, .flixster-bg:focus {
    background-color: #24649d !important; }

.foursquare-bg {
  background-color: #0732a2 !important; }
  .foursquare-bg:hover, .foursquare-bg:focus {
    background-color: #062a8a !important; }

.github-bg {
  background-color: #333333 !important; }
  .github-bg:hover, .github-bg:focus {
    background-color: #262626 !important; }

.google-bg {
  background-color: #4285f4 !important; }
  .google-bg:hover, .google-bg:focus {
    background-color: #2a75f3 !important; }

.google-plus-bg {
  background-color: #dc4e41 !important; }
  .google-plus-bg:hover, .google-plus-bg:focus {
    background-color: #d83a2b !important; }

.instagram-bg {
  background-color: #3f729b !important; }
  .instagram-bg:hover, .instagram-bg:focus {
    background-color: #386589 !important; }

.kickstarter-bg {
  background-color: #2bde73 !important; }
  .kickstarter-bg:hover, .kickstarter-bg:focus {
    background-color: #20cf67 !important; }

.kik-bg {
  background-color: #82bc23 !important; }
  .kik-bg:hover, .kik-bg:focus {
    background-color: #73a71f !important; }

.lastfm-bg {
  background-color: #d51007 !important; }
  .lastfm-bg:hover, .lastfm-bg:focus {
    background-color: #bc0e06 !important; }

.line-bg {
  background-color: #00c300 !important; }
  .line-bg:hover, .line-bg:focus {
    background-color: #00aa00 !important; }

.linkedin-bg {
  background-color: #0077b5 !important; }
  .linkedin-bg:hover, .linkedin-bg:focus {
    background-color: #00669c !important; }

.mail-ru-bg {
  background-color: #168de2 !important; }
  .mail-ru-bg:hover, .mail-ru-bg:focus {
    background-color: #147fcb !important; }

.mailchimp-bg {
  background-color: #2c9ab7 !important; }
  .mailchimp-bg:hover, .mailchimp-bg:focus {
    background-color: #2789a2 !important; }

.myspace-bg {
  background-color: #000000 !important; }
  .myspace-bg:hover, .myspace-bg:focus {
    background-color: black !important; }

.netflix-bg {
  background-color: #e50914 !important; }
  .netflix-bg:hover, .netflix-bg:focus {
    background-color: #cc0812 !important; }

.ning-bg {
  background-color: #75af42 !important; }
  .ning-bg:hover, .ning-bg:focus {
    background-color: #699c3b !important; }

.path-bg {
  background-color: #ee3423 !important; }
  .path-bg:hover, .path-bg:focus {
    background-color: #e62412 !important; }

.patreon-bg {
  background-color: #e6461a !important; }
  .patreon-bg:hover, .patreon-bg:focus {
    background-color: #d03f17 !important; }

.paypal-bg {
  background-color: #003087 !important; }
  .paypal-bg:hover, .paypal-bg:focus {
    background-color: #00276e !important; }

.photobucket-bg {
  background-color: #0ea0db !important; }
  .photobucket-bg:hover, .photobucket-bg:focus {
    background-color: #0c8ec3 !important; }

.pinterest-bg {
  background-color: #bd081c !important; }
  .pinterest-bg:hover, .pinterest-bg:focus {
    background-color: #a50718 !important; }

.product-hunt-bg {
  background-color: #da552f !important; }
  .product-hunt-bg:hover, .product-hunt-bg:focus {
    background-color: #cb4924 !important; }

.quora-bg {
  background-color: #a82400 !important; }
  .quora-bg:hover, .quora-bg:focus {
    background-color: #8f1f00 !important; }

.rdio-bg {
  background-color: #007dc3 !important; }
  .rdio-bg:hover, .rdio-bg:focus {
    background-color: #006daa !important; }

.reddit-bg {
  background-color: #ff4500 !important; }
  .reddit-bg:hover, .reddit-bg:focus {
    background-color: #e63e00 !important; }

.rss-bg {
  background-color: #f26522 !important; }
  .rss-bg:hover, .rss-bg:focus {
    background-color: #ed560e !important; }

.salesforce-bg {
  background-color: #1798c1 !important; }
  .salesforce-bg:hover, .salesforce-bg:focus {
    background-color: #1486aa !important; }

.scribd-bg {
  background-color: #1a7bba !important; }
  .scribd-bg:hover, .scribd-bg:focus {
    background-color: #176ca4 !important; }

.shopify-bg {
  background-color: #96bf48 !important; }
  .shopify-bg:hover, .shopify-bg:focus {
    background-color: #89b03e !important; }

.skype-bg {
  background-color: #00aff0 !important; }
  .skype-bg:hover, .skype-bg:focus {
    background-color: #009cd7 !important; }

.slack-bg {
  background-color: #6ecadc !important; }
  .slack-bg:hover, .slack-bg:focus {
    background-color: #59c2d7 !important; }

.slideshare-bg {
  background-color: #0077b5 !important; }
  .slideshare-bg:hover, .slideshare-bg:focus {
    background-color: #00669c !important; }

.soundcloud-bg {
  background-color: #ff8800 !important; }
  .soundcloud-bg:hover, .soundcloud-bg:focus {
    background-color: #e67a00 !important; }

.spotify-bg {
  background-color: #2ebd59 !important; }
  .spotify-bg:hover, .spotify-bg:focus {
    background-color: #29a84f !important; }

.squarespace-bg {
  background-color: #222222 !important; }
  .squarespace-bg:hover, .squarespace-bg:focus {
    background-color: #151515 !important; }

.stackoverflow-bg {
  background-color: #fe7a15 !important; }
  .stackoverflow-bg:hover, .stackoverflow-bg:focus {
    background-color: #f86c01 !important; }

.stripe-bg {
  background-color: #00afe1 !important; }
  .stripe-bg:hover, .stripe-bg:focus {
    background-color: #009bc8 !important; }

.stumbleupon-bg {
  background-color: #eb4924 !important; }
  .stumbleupon-bg:hover, .stumbleupon-bg:focus {
    background-color: #e13b15 !important; }

.telegram-bg {
  background-color: #0088cc !important; }
  .telegram-bg:hover, .telegram-bg:focus {
    background-color: #0077b3 !important; }

.tumblr-bg {
  background-color: #35465c !important; }
  .tumblr-bg:hover, .tumblr-bg:focus {
    background-color: #2c3a4c !important; }

.twitch-tv-bg {
  background-color: #6441a5 !important; }
  .twitch-tv-bg:hover, .twitch-tv-bg:focus {
    background-color: #593a93 !important; }

.twitter-bg {
  background-color: #55acee !important; }
  .twitter-bg:hover, .twitter-bg:focus {
    background-color: #3ea1ec !important; }

.vimeo-bg {
  background-color: #162221 !important; }
  .vimeo-bg:hover, .vimeo-bg:focus {
    background-color: #0c1312 !important; }

.vine-bg {
  background-color: #00b488 !important; }
  .vine-bg:hover, .vine-bg:focus {
    background-color: #009b75 !important; }

.wechat-bg {
  background-color: #7bb32e !important; }
  .wechat-bg:hover, .wechat-bg:focus {
    background-color: #6d9f29 !important; }

.whatsapp-bg {
  background-color: #43d854 !important; }
  .whatsapp-bg:hover, .whatsapp-bg:focus {
    background-color: #2ed441 !important; }

.wordpress-bg {
  background-color: #21759b !important; }
  .wordpress-bg:hover, .wordpress-bg:focus {
    background-color: #1d6586 !important; }

.yahoo-bg {
  background-color: #410093 !important; }
  .yahoo-bg:hover, .yahoo-bg:focus {
    background-color: #36007a !important; }

.youtube-bg {
  background-color: #cd201f !important; }
  .youtube-bg:hover, .youtube-bg:focus {
    background-color: #b71d1c !important; }

/********************
 * FORMS
 ********************/
legend {
  font-size: 18px; }

.form-horizontal.label-left .control-label {
  text-align: left; }

/* parsley js */
.parsley-errors-list {
  margin-top: 8px; }
  .parsley-errors-list li {
    color: #F9354C;
    font-size: 0.9em;
    margin-top: 3px; }

.search-form {
  position: relative; }
  .search-form .btn {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute;
    top: 7px;
    right: 22px;
    padding: 0;
    border: none; }
    .search-form .btn:hover, .search-form .btn:focus {
      background-color: inherit;
      border-left: none;
      border-color: inherit; }

/********************
 * TABLES
 ********************/
.table > thead > tr {
  font-size: .9em;
  background-color: #f5f5f5; }

/* datatables */
table.dataTable thead th,
table.dataTable thead td {
  border-bottom: none; }

table.dataTable.no-footer {
  border-bottom-color: #ddd; }

table.dataTable thead > tr > th {
  padding-left: 8px;
  padding-right: 15px; }

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background: none; }
  table.dataTable thead .sorting:after,
  table.dataTable thead .sorting_asc:after,
  table.dataTable thead .sorting_desc:after,
  table.dataTable thead .sorting_asc_disabled:after,
  table.dataTable thead .sorting_desc_disabled:after {
    font-family: FontAwesome;
    content: ""; }

table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc_disabled:after {
  /*content: '\f0de';*/ }

table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc_disabled:after {
  /*content: '\f0dd';*/ }

table.dataTable thead .sorting:after {
 /* content: '\f0dc';*/ }

table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  color: #caced3; }

table.dataTable thead .row-filter input {
  width: 100%;
  font-weight: normal; }

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0;
  margin-left: 0;
  border: none;
  color: #5e6773 !important; }
  .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:active {
    border: none;
    background: none;
    box-shadow: none; }
  .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #00AAFF; }
  .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    border: none; }

.dataTables_wrapper.no-footer div.dataTables_scrollBody {
  border-bottom-color: #ddd; }

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_paginate,
.dataTables_wrapper .dataTables_processing {
  color: #5e6773; }

.dataTables_wrapper .dataTables_info {
  color: #a3a3a3; }

/* dragged header column, datatable column reorder extension */
.DTCR_clonedTable th {
  padding: 10px;
  vertical-align: middle;
  background-color: #ebebeb; }

.DTCR_pointer {
  border: 1px solid #e4cb10; }

/* top products */
.top-products thead {
  display: none; }

.top-products tbody {
  font-size: 18px; }
  .top-products tbody > tr > td {
    padding-top: 30px;
    padding-bottom: 30px;
    vertical-align: middle; }
  .top-products tbody > tr:first-child > td {
    border-top: none;
    padding-top: 0; }
  .top-products tbody > tr:last-child > td {
    padding-bottom: 0; }

.top-products .product-logo {
  float: left; }

.top-products .product-name {
  padding-left: 65px;
  margin: 0; }

.top-products .product-version {
  display: block;
  font-size: 13px;
  color: #a3a3a3; }

.top-products .icon {
  margin-right: 10px;
  color: #a3a3a3; }

/* project list */
.project-list .progress {
  margin-bottom: 0; }

.project-list .progress-bar {
  font-size: 10px; }

.project-list > tbody > tr > td {
  padding: 12px 8px; }
  .project-list > tbody > tr > td .avatar {
    width: 22px;
    border: 1px solid #CCC; }

/********************
 * HELPERS
 ********************/
.bg-success {
  background-color: #41B314; }

.bg-warning {
  background-color: #e4cb10; }

.bg-danger {
  background-color: #F9354C; }

.bg-info {
  background-color: #5bc0de; }

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

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

.margin-top-10 {
  margin-top: 10px !important; }

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

.margin-top-20 {
  margin-top: 20px !important; }

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

.margin-top-30 {
  margin-top: 30px !important; }

.margin-bottom-30 {
  margin-bottom: 30px !important; }

.padding-top-30 {
  padding-top: 30px !important; }

.padding-bottom-30 {
  padding-bottom: 30px !important; }

.margin-top-50 {
  margin-top: 50px !important; }

.margin-bottom-50 {
  margin-bottom: 50px !important; }

.padding-top-50 {
  padding-top: 50px !important; }

.padding-bottom-50 {
  padding-bottom: 50px !important; }

.padding-25 {
  padding: 25px !important; }

/********************
 *  CUSTOM COLORS
 ********************/
.custom-bg-blue {
  background-color: #0E9BE2 !important; }

.custom-bg-green {
  background-color: #7CAC25 !important; }

.custom-bg-orange {
  background-color: #FF4402 !important; }

.custom-bg-purple {
  background-color: #AB7DF6 !important; }

.custom-bg-yellow {
  background-color: #F3BB23 !important; }

.custom-bg-lightseagreen {
  background-color: #20B2AA !important; }

/********************
 * PAGE: PROFILE
 ********************/
.panel-profile {
  position: relative; }

.profile-left {
  padding-left: 0;
  float: left;
  width: 35%;
  height: 100%;
  position: absolute;
  background-color: #F8F8F8; }

.profile-right {
  float: right;
  width: 65%;
  padding: 20px 25px; }
  .profile-right .heading {
    margin-top: 0; }

@media screen and (max-width: 992px) {
  .profile-left,
  .profile-right {
    float: none;
    width: 100%; }
  .profile-left {
    position: relative;
    margin-bottom: 30px; } }

.profile-header {
  position: relative;
  text-align: center;
  color: #fff; }
  .profile-header .overlay {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); }
  .profile-header .profile-main {
    position: relative;
    padding: 20px;
    background-color: #146b54;
   /* background-image: url("../img/profile-bg.png"); */
    background-repeat: no-repeat;
    background-size: cover; }
  .profile-header .name {
    margin: 8px 0 0 0;
    font-size: 22px; }
  .profile-header .online-status {
    font-size: 13px;
    position: relative;
    top: -2px; }
    .profile-header .online-status:before {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      content: '';
      width: 8px;
      height: 8px;
      margin-right: 3px; }
    .profile-header .online-status.status-available:before {
      background-color: #41B314; }
  .profile-header .profile-stat {
    position: relative;
    background-color: #00AAFF; }
    .profile-header .profile-stat .stat-item {
      padding: 20px;
      position: relative; }
      .profile-header .profile-stat .stat-item:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background-color: #33bbff; }
      .profile-header .profile-stat .stat-item:last-child:after {
        display: none; }
    .profile-header .profile-stat .stat-item span {
      display: block; }
  @media screen and (max-width: 1023px) {
    .profile-header .profile-stat .stat-item:after {
      display: none; } }

.profile-detail {
  padding-bottom: 30px; }

.profile-info {
  padding: 0 20px;
  margin: 40px 0; }
  .profile-info .heading {
    margin: 0 0 10px 0;
    font-weight: 600; }
  .profile-info ul > li {
    margin-bottom: 8px; }

.social-icons {
  margin-bottom: 0; }
  .social-icons > li {
    padding: 0 2px 5px 2px; }
    .social-icons > li > a {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      width: 40px;
      height: 40px;
      line-height: 42px;
      text-align: center;
      background-color: #4d4d4d;
      color: #fff; }
      .social-icons > li > a i {
        font-size: 18px; }
      .social-icons > li > a:hover, .social-icons > li > a:focus {
        background-color: #404040; }

/* colored background */
.z500px-bg {
  background-color: #0099e5 !important; }
  .z500px-bg:hover, .z500px-bg:focus {
    background-color: #0088cc !important; }

.about-me-bg {
  background-color: #00405d !important; }
  .about-me-bg:hover, .about-me-bg:focus {
    background-color: #002e44 !important; }

.airbnb-bg {
  background-color: #fd5c63 !important; }
  .airbnb-bg:hover, .airbnb-bg:focus {
    background-color: #fd434b !important; }

.alphabet-bg {
  background-color: #ed1c24 !important; }
  .alphabet-bg:hover, .alphabet-bg:focus {
    background-color: #de1219 !important; }

.amazon-bg {
  background-color: #ff9900 !important; }
  .amazon-bg:hover, .amazon-bg:focus {
    background-color: #e68a00 !important; }

.american-express-bg {
  background-color: #002663 !important; }
  .american-express-bg:hover, .american-express-bg:focus {
    background-color: #001c4a !important; }

.aol-bg {
  background-color: #ff0b00 !important; }
  .aol-bg:hover, .aol-bg:focus {
    background-color: #e60a00 !important; }

.behance-bg {
  background-color: #1769ff !important; }
  .behance-bg:hover, .behance-bg:focus {
    background-color: #0059fd !important; }

.bing-bg {
  background-color: #ffb900 !important; }
  .bing-bg:hover, .bing-bg:focus {
    background-color: #e6a700 !important; }

.bitbucket-bg {
  background-color: #205081 !important; }
  .bitbucket-bg:hover, .bitbucket-bg:focus {
    background-color: #1b436d !important; }

.bitly-bg {
  background-color: #ee6123 !important; }
  .bitly-bg:hover, .bitly-bg:focus {
    background-color: #e65312 !important; }

.blogger-bg {
  background-color: #f57d00 !important; }
  .blogger-bg:hover, .blogger-bg:focus {
    background-color: #dc7000 !important; }

.booking-com-bg {
  background-color: #003580 !important; }
  .booking-com-bg:hover, .booking-com-bg:focus {
    background-color: #002a67 !important; }

.buffer-bg {
  background-color: #168eea !important; }
  .buffer-bg:hover, .buffer-bg:focus {
    background-color: #1380d3 !important; }

.code-school-bg {
  background-color: #616f67 !important; }
  .code-school-bg:hover, .code-school-bg:focus {
    background-color: #55615a !important; }

.codecademy-bg {
  background-color: #f65a5b !important; }
  .codecademy-bg:hover, .codecademy-bg:focus {
    background-color: #f54243 !important; }

.creative-market-bg {
  background-color: #8ba753 !important; }
  .creative-market-bg:hover, .creative-market-bg:focus {
    background-color: #7d964b !important; }

.delicious-bg {
  background-color: #3399ff !important; }
  .delicious-bg:hover, .delicious-bg:focus {
    background-color: #1a8cff !important; }

.deviantart-bg {
  background-color: #05cc47 !important; }
  .deviantart-bg:hover, .deviantart-bg:focus {
    background-color: #04b33e !important; }

.digg-bg {
  background-color: #005be2 !important; }
  .digg-bg:hover, .digg-bg:focus {
    background-color: #0051c9 !important; }

.disqus-bg {
  background-color: #2e9fff !important; }
  .disqus-bg:hover, .disqus-bg:focus {
    background-color: #1593ff !important; }

.django-bg {
  background-color: #092e20 !important; }
  .django-bg:hover, .django-bg:focus {
    background-color: #051911 !important; }

.dribbble-bg {
  background-color: #ea4c89 !important; }
  .dribbble-bg:hover, .dribbble-bg:focus {
    background-color: #e7357a !important; }

.dropbox-bg {
  background-color: #007ee5 !important; }
  .dropbox-bg:hover, .dropbox-bg:focus {
    background-color: #0070cc !important; }

.drupal-bg {
  background-color: #0077c0 !important; }
  .drupal-bg:hover, .drupal-bg:focus {
    background-color: #0067a7 !important; }

.elance-bg {
  background-color: #0d69af !important; }
  .elance-bg:hover, .elance-bg:focus {
    background-color: #0b5b97 !important; }

.envato-bg {
  background-color: #82b541 !important; }
  .envato-bg:hover, .envato-bg:focus {
    background-color: #75a23a !important; }

.etsy-bg {
  background-color: #d5641c !important; }
  .etsy-bg:hover, .etsy-bg:focus {
    background-color: #be5919 !important; }

.facebook-bg {
  background-color: #3b5998 !important; }
  .facebook-bg:hover, .facebook-bg:focus {
    background-color: #344e86 !important; }

.feedly-bg {
  background-color: #2bb24c !important; }
  .feedly-bg:hover, .feedly-bg:focus {
    background-color: #269d43 !important; }

.flattr-bg {
  background-color: #f67c1a !important; }
  .flattr-bg:hover, .flattr-bg:focus {
    background-color: #ed6f09 !important; }

.flickr-bg {
  background-color: #0063dc !important; }
  .flickr-bg:hover, .flickr-bg:focus {
    background-color: #0058c3 !important; }

.flipboard-bg {
  background-color: #e12828 !important; }
  .flipboard-bg:hover, .flipboard-bg:focus {
    background-color: #d21d1d !important; }

.flixster-bg {
  background-color: #2971b2 !important; }
  .flixster-bg:hover, .flixster-bg:focus {
    background-color: #24649d !important; }

.foursquare-bg {
  background-color: #0732a2 !important; }
  .foursquare-bg:hover, .foursquare-bg:focus {
    background-color: #062a8a !important; }

.github-bg {
  background-color: #333333 !important; }
  .github-bg:hover, .github-bg:focus {
    background-color: #262626 !important; }

.google-bg {
  background-color: #4285f4 !important; }
  .google-bg:hover, .google-bg:focus {
    background-color: #2a75f3 !important; }

.google-plus-bg {
  background-color: #dc4e41 !important; }
  .google-plus-bg:hover, .google-plus-bg:focus {
    background-color: #d83a2b !important; }

.instagram-bg {
  background-color: #3f729b !important; }
  .instagram-bg:hover, .instagram-bg:focus {
    background-color: #386589 !important; }

.kickstarter-bg {
  background-color: #2bde73 !important; }
  .kickstarter-bg:hover, .kickstarter-bg:focus {
    background-color: #20cf67 !important; }

.kik-bg {
  background-color: #82bc23 !important; }
  .kik-bg:hover, .kik-bg:focus {
    background-color: #73a71f !important; }

.lastfm-bg {
  background-color: #d51007 !important; }
  .lastfm-bg:hover, .lastfm-bg:focus {
    background-color: #bc0e06 !important; }

.line-bg {
  background-color: #00c300 !important; }
  .line-bg:hover, .line-bg:focus {
    background-color: #00aa00 !important; }

.linkedin-bg {
  background-color: #0077b5 !important; }
  .linkedin-bg:hover, .linkedin-bg:focus {
    background-color: #00669c !important; }

.mail-ru-bg {
  background-color: #168de2 !important; }
  .mail-ru-bg:hover, .mail-ru-bg:focus {
    background-color: #147fcb !important; }

.mailchimp-bg {
  background-color: #2c9ab7 !important; }
  .mailchimp-bg:hover, .mailchimp-bg:focus {
    background-color: #2789a2 !important; }

.myspace-bg {
  background-color: #000000 !important; }
  .myspace-bg:hover, .myspace-bg:focus {
    background-color: black !important; }

.netflix-bg {
  background-color: #e50914 !important; }
  .netflix-bg:hover, .netflix-bg:focus {
    background-color: #cc0812 !important; }

.ning-bg {
  background-color: #75af42 !important; }
  .ning-bg:hover, .ning-bg:focus {
    background-color: #699c3b !important; }

.path-bg {
  background-color: #ee3423 !important; }
  .path-bg:hover, .path-bg:focus {
    background-color: #e62412 !important; }

.patreon-bg {
  background-color: #e6461a !important; }
  .patreon-bg:hover, .patreon-bg:focus {
    background-color: #d03f17 !important; }

.paypal-bg {
  background-color: #003087 !important; }
  .paypal-bg:hover, .paypal-bg:focus {
    background-color: #00276e !important; }

.photobucket-bg {
  background-color: #0ea0db !important; }
  .photobucket-bg:hover, .photobucket-bg:focus {
    background-color: #0c8ec3 !important; }

.pinterest-bg {
  background-color: #bd081c !important; }
  .pinterest-bg:hover, .pinterest-bg:focus {
    background-color: #a50718 !important; }

.product-hunt-bg {
  background-color: #da552f !important; }
  .product-hunt-bg:hover, .product-hunt-bg:focus {
    background-color: #cb4924 !important; }

.quora-bg {
  background-color: #a82400 !important; }
  .quora-bg:hover, .quora-bg:focus {
    background-color: #8f1f00 !important; }

.rdio-bg {
  background-color: #007dc3 !important; }
  .rdio-bg:hover, .rdio-bg:focus {
    background-color: #006daa !important; }

.reddit-bg {
  background-color: #ff4500 !important; }
  .reddit-bg:hover, .reddit-bg:focus {
    background-color: #e63e00 !important; }

.rss-bg {
  background-color: #f26522 !important; }
  .rss-bg:hover, .rss-bg:focus {
    background-color: #ed560e !important; }

.salesforce-bg {
  background-color: #1798c1 !important; }
  .salesforce-bg:hover, .salesforce-bg:focus {
    background-color: #1486aa !important; }

.scribd-bg {
  background-color: #1a7bba !important; }
  .scribd-bg:hover, .scribd-bg:focus {
    background-color: #176ca4 !important; }

.shopify-bg {
  background-color: #96bf48 !important; }
  .shopify-bg:hover, .shopify-bg:focus {
    background-color: #89b03e !important; }

.skype-bg {
  background-color: #00aff0 !important; }
  .skype-bg:hover, .skype-bg:focus {
    background-color: #009cd7 !important; }

.slack-bg {
  background-color: #6ecadc !important; }
  .slack-bg:hover, .slack-bg:focus {
    background-color: #59c2d7 !important; }

.slideshare-bg {
  background-color: #0077b5 !important; }
  .slideshare-bg:hover, .slideshare-bg:focus {
    background-color: #00669c !important; }

.soundcloud-bg {
  background-color: #ff8800 !important; }
  .soundcloud-bg:hover, .soundcloud-bg:focus {
    background-color: #e67a00 !important; }

.spotify-bg {
  background-color: #2ebd59 !important; }
  .spotify-bg:hover, .spotify-bg:focus {
    background-color: #29a84f !important; }

.squarespace-bg {
  background-color: #222222 !important; }
  .squarespace-bg:hover, .squarespace-bg:focus {
    background-color: #151515 !important; }

.stackoverflow-bg {
  background-color: #fe7a15 !important; }
  .stackoverflow-bg:hover, .stackoverflow-bg:focus {
    background-color: #f86c01 !important; }

.stripe-bg {
  background-color: #00afe1 !important; }
  .stripe-bg:hover, .stripe-bg:focus {
    background-color: #009bc8 !important; }

.stumbleupon-bg {
  background-color: #eb4924 !important; }
  .stumbleupon-bg:hover, .stumbleupon-bg:focus {
    background-color: #e13b15 !important; }

.telegram-bg {
  background-color: #0088cc !important; }
  .telegram-bg:hover, .telegram-bg:focus {
    background-color: #0077b3 !important; }

.tumblr-bg {
  background-color: #35465c !important; }
  .tumblr-bg:hover, .tumblr-bg:focus {
    background-color: #2c3a4c !important; }

.twitch-tv-bg {
  background-color: #6441a5 !important; }
  .twitch-tv-bg:hover, .twitch-tv-bg:focus {
    background-color: #593a93 !important; }

.twitter-bg {
  background-color: #55acee !important; }
  .twitter-bg:hover, .twitter-bg:focus {
    background-color: #3ea1ec !important; }

.vimeo-bg {
  background-color: #162221 !important; }
  .vimeo-bg:hover, .vimeo-bg:focus {
    background-color: #0c1312 !important; }

.vine-bg {
  background-color: #00b488 !important; }
  .vine-bg:hover, .vine-bg:focus {
    background-color: #009b75 !important; }

.wechat-bg {
  background-color: #7bb32e !important; }
  .wechat-bg:hover, .wechat-bg:focus {
    background-color: #6d9f29 !important; }

.whatsapp-bg {
  background-color: #43d854 !important; }
  .whatsapp-bg:hover, .whatsapp-bg:focus {
    background-color: #2ed441 !important; }

.wordpress-bg {
  background-color: #21759b !important; }
  .wordpress-bg:hover, .wordpress-bg:focus {
    background-color: #1d6586 !important; }

.yahoo-bg {
  background-color: #410093 !important; }
  .yahoo-bg:hover, .yahoo-bg:focus {
    background-color: #36007a !important; }

.youtube-bg {
  background-color: #cd201f !important; }
  .youtube-bg:hover, .youtube-bg:focus {
    background-color: #b71d1c !important; }

.profile-right .heading {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eaeaea; }

.awards {
  margin-bottom: 50px; }
  .awards div[class^="col-"] {
    text-align: center; }

.award-item {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-align: center;
  margin-bottom: 30px; }
  .award-item .hexagon {
    margin: 35px 0; }

.hexagon {
  width: 100px;
  height: 55px;
  background: #ececec;
  position: relative; }
  .hexagon:before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 25px solid #ececec; }
  .hexagon:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 25px solid #ececec; }

.award-icon {
  font-size: 36px;
  line-height: 1.5em; }

ul.activity-timeline > li {
  margin-bottom: 45px;
  position: relative;
  z-index: 0; }
  ul.activity-timeline > li .activity-icon {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    float: left;
    width: 34px;
    height: 34px;
    background-color: #00AAFF;
    font-size: 16px;
    color: #fff;
    line-height: 34px;
    text-align: center;
    margin-right: 10px; }
  ul.activity-timeline > li > p {
    margin-bottom: 0;
    padding-left: 40px; }
  ul.activity-timeline > li .timestamp {
    display: block;
    font-size: .85em;
    color: #a3a3a3; }
  ul.activity-timeline > li:after {
    content: "";
    display: block;
    border-left: 1px solid #eaeaea;
    width: 1px;
    height: 100px;
    position: absolute;
    top: 5px;
    left: 16px;
    z-index: -1; }
  ul.activity-timeline > li:last-child:after {
    display: none; }

.project-table .progress {
  margin-bottom: 0; }

.project-table .progress-bar {
  font-size: 10px; }

.project-table > tbody > tr > td {
  padding: 12px 8px; }
  .project-table > tbody > tr > td .avatar {
    width: 22px;
    border: 1px solid #CCC; }

/********************
 * PAGE ERRORS
 ********************/
.page-error {
  text-align: center; }
  .page-error .vertical-align-middle {
    padding: 30px; }
  .page-error h1 {
    margin-top: 0; }
  .page-error .title {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    text-align: center; }
  .page-error .number {
    font-size: 4em; }
    .page-error .number.left {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      float: left;
      text-align: right;
      margin-right: 5px; }
  .page-error .text {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    float: left;
    text-align: left;
    font-size: 1.5em;
    line-height: 1.2;
    position: relative;
    top: 12px; }
    @media screen and (max-width: 768px) {
      .page-error .text {
        margin-bottom: 40px; } }
  @media screen and (max-width: 768px) {
    .page-error .number.left,
    .page-error .text {
      display: block;
      width: 100%;
      float: none;
      text-align: center; } }
  @media screen and (max-width: 640px) {
    .page-error .number.left,
    .page-error .text {
      font-size: 1.4em; } }
  .page-error .searchbox {
    margin: 50px auto;
    width: 40%; }
    @media screen and (max-width: 640px) {
      .page-error .searchbox {
        width: 100%; }
        .page-error .searchbox input[type="search"],
        .page-error .searchbox .input-group,
        .page-error .searchbox .input-group-btn,
        .page-error .searchbox .btn {
          display: block;
          width: 100%;
          float: none; } }
    @media screen and (max-width: 768px) {
      .page-error .searchbox {
        width: 80%; } }

/********************
 * PAGE: INBOX
 ********************/
ul.inbox-list-message {
  list-style: none;
  padding-left: 0; }
  ul.inbox-list-message li {
    position: relative;
    padding: 20px 15px;
    border-bottom: 1px solid #ddd;
    color: #a3a3a3; }
    ul.inbox-list-message li:hover, ul.inbox-list-message li:focus {
      background-color: #fafbfc; }
    ul.inbox-list-message li a {
      text-decoration: none;
      color: inherit; }
    ul.inbox-list-message li.unread {
      color: #5e6773; }
      ul.inbox-list-message li.unread .title, ul.inbox-list-message li.unread .sender {
        font-weight: 600; }
    ul.inbox-list-message li.active {
      background-color: #f6f8fb; }
  ul.inbox-list-message img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
    width: 48px; }
  ul.inbox-list-message .text {
    padding-left: 65px; }
  ul.inbox-list-message .title {
    font-size: 16px;
    margin: 0;
    margin-bottom: 5px; }
  ul.inbox-list-message .preview {
    margin: 0;
    width: 90%;
    font-size: 13px; }
  ul.inbox-list-message .attachment {
    float: right;
    position: relative;
    top: -40px; }
  ul.inbox-list-message .timestamp {
    float: right;
    font-size: 12px;
    color: #a3a3a3; }

.view-message .header {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #fff;
  padding: 20px 30px 30px 30px;
  border-bottom: 1px solid #ddd; }
  .view-message .header .top {
    margin-bottom: 20px; }
  .view-message .header .title {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin: 0; }
  .view-message .header .timestamp {
    float: right;
    color: #a3a3a3; }
  .view-message .header .contact-info {
    float: left;
    width: auto;
    max-width: 75%; }
  .view-message .header .btn-group {
    float: right; }
  @media screen and (max-width: 767px) {
    .view-message .header .contact-info,
    .view-message .header .btn-group {
      float: none; }
    .view-message .header .contact-info {
      width: 100%;
      max-width: 100%; }
    .view-message .header .btn-group {
      margin-top: 20px;
      display: block; } }

.view-message .user-image {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  float: left;
  margin-right: 15px; }

.view-message .contact-info .sender,
.view-message .contact-info .receiver {
  font-weight: 600; }

.view-message .contact-info .receiver {
  border-bottom: 1px dashed #777; }

.view-message .contact-info .email {
  font-weight: normal;
  color: #a3a3a3; }

.view-message .content {
  padding: 30px;
  background-color: #fafbfc; }

.view-message .content-separator {
  margin: 30px 0 20px 0; }

.view-message .footer {
  padding: 30px;
  border-top: 1px solid #ddd; }

@media screen and (max-width: 767px) {
  .view-message .attachment-list li {
    margin-bottom: 10px; } }

.file-type {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  border: 1px solid #c2ccd4; }
  .file-type i {
    float: left;
    padding: 20px;
    font-size: 24px;
    background-color: #c2ccd4;
    color: #fff; }
  .file-type .text {
    float: right;
    padding: 10px 12px; }
  .file-type .filesize {
    font-size: 13px;
    color: #a3a3a3; }

.reply-message .user-image {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: left;
  width: 30px; }

.reply-message .reply-box {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 15px 20px;
  margin-left: 40px;
  border: 1px solid #ddd;
  background-color: #fafafa; }
  .reply-message .reply-box:hover {
    cursor: pointer; }

/* -- CONTROL PANEL STYLES ----------------------------- */
.cpanel div.icon, #cpanel div.icon {
	text-align: center;
	margin-right: 15px;
	float: left;
	margin-bottom: 15px;

}
.cpanel div.icon a, #cpanel div.icon a {
	background-color: #fff;
	background-position: -30px;
	display: block;
	float: left;
	height: 108px;
	width: 108px;
	color: #565656;
	vertical-align: middle;
	text-decoration: none;
	border: 1px solid #CCC;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition-property:
		background-position,
		-webkit-border-bottom-left-radius,
		-webkit-box-shadow;
	-moz-transition-property:
		background-position,
		-moz-border-radius-bottomleft,
		-moz-box-shadow;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
}

/* -- CONTROL PANEL STYLES ----------------------------- */
#cpanel div.icon a:hover,
#cpanel div.icon a:focus,
#cpanel div.icon a:active,
.cpanel div.icon a:hover,
.cpanel div.icon a:focus,
.cpanel div.icon a:active {
	background-position: 0;
	-webkit-border-bottom-left-radius: 50% 20px;
	-moz-border-radius-bottomleft: 50% 20px;
	border-bottom-left-radius: 50% 20px;
	-webkit-box-shadow: -5px 10px 15px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: -5px 10px 15px rgba(0, 0, 0, 0.25);
	box-shadow: -5px 10px 15px rgba(0, 0, 0, 0.25);
	position: relative;
	z-index: 10;
}

#cpanel i,
.cpanel i {
	padding: 10px 0;
	margin: 0 auto;
}

#cpanel span,
.cpanel span {
	display: block;
	text-align: center;
}

div.cpanel-left {
	width: 54%;
	float: left;
}

div.cpanel-right {
	width: 45%;
	float: right;
}

/** INBOX STYLES **/
.box.box-solid {
    border-top: 0;
}

.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

.box-header>.fa, .box-header>.glyphicon, .box-header>.ion, .box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}

.box-header>.box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
}

.box.box-solid>.box-header>.box-tools .btn {
    border: 0;
    box-shadow: none;
}

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

.box .nav-stacked > li {
    border: 1px solid #f4f4f4;
    border-radius: 6px 6px 6px 6px;
-moz-border-radius: 6px 6px 6px 6px;
-webkit-border-radius: 6px 6px 6px 6px;
    margin: 0;
}

.nav-stacked>li {
    float: none;
}

.mailbox-read-info {
    border-bottom: 1px solid #f4f4f4;
    padding: 10px;
}

.mailbox-controls.with-border {
    border-bottom: 1px solid #f4f4f4;
}

.mailbox-controls {
    padding: 5px;
}

.mailbox-read-message {
    padding: 10px;
    min-height: 200px;
}

.compose-textarea{
	width:100%;
	height: 300px;
	border-color: #1f6bd0;
}

.margin-bottom {
    margin-bottom: 20px;
}

.margin-buttons{
  margin-top: 25px;
}

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