/*

  WIWET.com - ASP.NET Templates

  FOXCLOUD Template

*/

@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:400,300,300italic,700,700italic);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
/* Template Code */
/* General */
/* ======================== */
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Josefin Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #333333;
  background-color: #efefef;
}
input,
select,
textarea{
    -webkit-appearance: none;
    border-radius: 0;
}
textarea:focus{
  outline: none;
}
/* Layout */
#main-wrapper {
  overflow: hidden;
  /*background-color: #262e2e;*/
}
#page-wrapper {
  background-color: #efefef;
  /*box-shadow: -5px 0 15px rgba(0, 0, 0, 0.5);*/
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
@media (max-width: 1441px) {
  .main-sidebar-open #page-wrapper {
    -webkit-transform: translateX(230px);
            transform: translateX(230px);
  }
}
@media (min-width: 992px) {
  #main-wrapper,
  #page-wrapper {
    /*min-height: 0 !important;*/
  }
}
#page-content {
  display: table;
  width: 100%;
  table-layout: fixed;
}
#page-content .main-sidebar {
  display: table-cell;
  width: 230px;
  padding: 20px 0 150px;
  background: #262e2e;
  vertical-align: top;
}
#page-content .page-content {
  display: table-cell;
  width: auto;
  padding: 40px 20px 0;
  vertical-align: top;
}
#page-content .page-sidebar {
  display: table-cell;
  width: 230px;
  padding: 20px 0;
  background: #cccccc;
  vertical-align: top;
}
/*@media (max-width: 1199px) {*/
@media (max-width: 1441px) {
  #page-content .page-sidebar {
    display: none;
  }
}
@media (max-width: 1441px) {
  #page-content {
    display: block;
    table-layout: auto;
    /*height: auto !important;*/
  }
  #page-content .main-sidebar {
    position: absolute;
    display: block;
    top: 0;
    left: -230px;
    overflow: hidden;
  }
  #page-content .main-sidebar::after {
    position: absolute;
    content: '';
    top: 0;
    left: 100%;
    width: 20px;
    height: 100%;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.5);
  }
  #page-content .page-content {
    display: block;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .col-xxs-12 {
    width: 100%;
  }
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0088cc;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
a:hover,
a:focus {
  color: #005580;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #e2e2e2;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
[role="button"] {
  cursor: pointer;
}
/* Typography */
/* ======================== */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: 'Josefin Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.25em;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 34px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 26px;
}
h4,
.h4 {
  font-size: 22px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 14px;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}
.section-title {
  margin: 0 0 40px;
  padding: 20px;
  line-height: 20px;
  border-radius: 6px;
  background-color: #acb0b0;
  text-transform: uppercase;
  font-size: 16px;
  color: #ffffff;
}
p {
  margin: 0 0 20px;
}
p + p {
  margin-top: -10px;
}
p:last-child {
  margin-bottom: 0;
}
.lead {
  margin: 20px 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.75em;
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fbeec6;
  padding: .2em .3em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-default {
  color: #acb0b0;
}
a.text-default:hover,
a.text-default:focus {
  color: #868a8a;
}
.text-primary {
  color: #0088cc;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #005580;
}
.text-secondary {
  color: #262e2e;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #030404;
}
.text-success {
  color: #19CE9D;
}
a.text-success:hover,
a.text-success:focus {
  color: #118a69;
}
.text-info {
  color: #24bce8;
}
a.text-info:hover,
a.text-info:focus {
  color: #128aad;
}
.text-warning {
  color: #f0c02e;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #c3970e;
}
.text-danger {
  color: #EC4848;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d21616;
}
.bg-default {
  color: #ffffff;
  background-color: #acb0b0;
}
a.bg-default:hover,
a.bg-default:focus {
  background-color: #929797;
}
.bg-primary {
  color: #ffffff;
  background-color: #0088cc;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #006699;
}
.bg-secondary {
  color: #ffffff;
  background-color: #262e2e;
}
a.bg-secondary:hover,
a.bg-secondary:focus {
  background-color: #0f1212;
}
.bg-success {
  color: #ffffff;
  background-color: #19CE9D;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #13a17a;
}
.bg-info {
  color: #ffffff;
  background-color: #24bce8;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #159dc4;
}
.bg-warning {
  color: #ffffff;
  background-color: #f0c02e;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #dba910;
}
.bg-danger {
  color: #ffffff;
  background-color: #EC4848;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e71a1a;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 20px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  list-style: none;
  padding-left: 0;
}
.list-inline {
  list-style: none;
  padding-left: 0;
}
.list-inline > li {
  display: inline-block;
  margin-right: 20px;
}
.list-inline > li:last-child {
  margin-right: 0;
}
.list-check {
  list-style: none;
  padding-left: 0;
}
.list-check > li {
  position: relative;
  padding-left: 24px;
}
.list-check > li::before {
  position: absolute;
  top: 1px;
  left: 0;
  content: '\f00c';
  font-family: FontAwesome;
  font-size: 12px;
  line-height: 24px;
  color: #19CE9D;
}
.list-icon {
  list-style: none;
  padding-left: 0;
}
.list-icon > li {
  position: relative;
  padding-left: 24px;
}
.list-icon .fa {
  position: absolute;
  top: 1px;
  left: 0;
  width: 14px;
  text-align: center;
  font-family: FontAwesome;
  font-size: 12px;
  line-height: 24px;
  color: #0088cc;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 24px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #333333;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 24px;
}
/* Code (inline and block) */
/* ======================== */
code,
kbd,
pre,
samp {
  font-family: 'Source Code Pro', Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  padding: .2em .3em;
  font-size: 90%;
  color: #ffffff;
  background-color: #acb0b0;
  border-radius: 3px;
}
kbd {
  padding: .2em .3em;
  font-size: 90%;
  color: #ffffff;
  background-color: #262e2e;
  border-radius: 3px;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
}
pre {
  display: block;
  padding: 20px;
  margin: 0 0 20px;
  font-size: 12px;
  line-height: 1.5em;
  word-break: break-all;
  word-wrap: break-word;
  color: inherit;
  background-color: #f7f7f7;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
@media (max-width: 991px) {
  pre {
    word-wrap: normal;
    overflow-x: scroll;
    border-radius: 6px 6px 0 0;
  }
}
.pre-scrollable {
  max-height: 500px;
  overflow-y: scroll;
}
/* Buttons */
/* ======================== */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 0;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 24px;
  border-radius: 6px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 0;
}
.btn:hover,
.btn:focus,
.btn.focus {
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: .65;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #ffffff;
  background-color: #acb0b0;
}
.btn-default:focus,
.btn-default.focus {
  color: #ffffff;
  background-color: #929797;
}
.btn-default:hover {
  color: #ffffff;
  background-color: #929797;
}
.btn-default:active,
.btn-default.active {
  color: #ffffff;
  background-color: #929797;
  background-image: none;
}
.btn-default:active:hover,
.btn-default.active:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.btn-default:active.focus,
.btn-default.active.focus {
  color: #ffffff;
  background-color: #808585;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #acb0b0;
}
.btn-primary {
  color: #ffffff;
  background-color: #0088cc;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #006699;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #006699;
}
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #006699;
  background-image: none;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.btn-primary:active.focus,
.btn-primary.active.focus {
  color: #ffffff;
  background-color: #004e75;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #0088cc;
}
.btn-secondary {
  color: #ffffff;
  background-color: #262e2e;
}
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff;
  background-color: #0f1212;
}
.btn-secondary:hover {
  color: #ffffff;
  background-color: #0f1212;
}
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #0f1212;
  background-image: none;
}
.btn-secondary:active:hover,
.btn-secondary.active:hover,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.btn-secondary:active.focus,
.btn-secondary.active.focus {
  color: #ffffff;
  background-color: #000000;
}
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus {
  background-color: #262e2e;
}
.btn-success {
  color: #ffffff;
  background-color: #19CE9D;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #13a17a;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #13a17a;
}
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #13a17a;
  background-image: none;
}
.btn-success:active:hover,
.btn-success.active:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.btn-success:active.focus,
.btn-success.active.focus {
  color: #ffffff;
  background-color: #108162;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #19CE9D;
}
.btn-info {
  color: #ffffff;
  background-color: #24bce8;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #159dc4;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #159dc4;
}
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #159dc4;
  background-image: none;
}
.btn-info:active:hover,
.btn-info.active:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.btn-info:active.focus,
.btn-info.active.focus {
  color: #ffffff;
  background-color: #1183a4;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #24bce8;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0c02e;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #dba910;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #dba910;
}
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #dba910;
  background-image: none;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.btn-warning:active.focus,
.btn-warning.active.focus {
  color: #ffffff;
  background-color: #ba8f0d;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0c02e;
}
.btn-danger {
  color: #ffffff;
  background-color: #EC4848;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #e71a1a;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #e71a1a;
}
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #e71a1a;
  background-image: none;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.btn-danger:active.focus,
.btn-danger.active.focus {
  color: #ffffff;
  background-color: #c81515;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #EC4848;
}
.btn-link {
  color: #0088cc;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link:hover,
.btn-link:focus {
  color: #004466;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #cccccc;
  text-decoration: none;
}
.btn-xl {
  padding: 20px 30px;
  font-size: 20px;
  line-height: 24px;
  border-radius: 10px;
}
.btn-lg {
  padding: 15px 25px;
  font-size: 16px;
  line-height: 24px;
  border-radius: 8px;
}
.btn-sm {
  padding: 5px 15px;
  font-size: 12px;
  line-height: 24px;
  border-radius: 4px;
}
.btn-xs {
  padding: 0 10px;
  font-size: 10px;
  line-height: 24px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
/* Forms */
/* ======================== */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0 0 5px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e2e2e2;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 600;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 5px 0 0;
  margin-top: 2px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
  line-height: normal;
  font-size: 12px;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 44px;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  background-color: #ffffff;
  background-image: none;
  border: 2px solid #cccccc;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
}
.form-control:focus {
  border-color: #0088cc;
  outline: 0;
}
.form-control::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #cccccc;
}
.form-control::-webkit-input-placeholder {
  color: #cccccc;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #efefef;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
.form-group {
  margin-bottom: 20px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.radio label,
.checkbox label {
  min-height: 24px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 5px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -10px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-left: 20px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-xl {
  height: 64px;
  padding: 18px 20px;
  font-size: 20px;
  line-height: 24px;
  border-radius: 10px;
}
select.input-xl {
  height: 64px;
  line-height: 64px;
}
textarea.input-xl,
select[multiple].input-xl {
  height: auto;
}
.input-lg {
  height: 54px;
  padding: 13px 15px;
  font-size: 16px;
  line-height: 24px;
  border-radius: 8px;
}
select.input-lg {
  height: 54px;
  line-height: 54px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.input-sm {
  height: 34px;
  padding: 3px 10px;
  font-size: 12px;
  line-height: 24px;
  border-radius: 4px;
}
select.input-sm {
  height: 34px;
  line-height: 34px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 60px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #19CE9D;
}
.has-success .form-control {
  border-color: #19CE9D;
}
.has-success .form-control:focus {
  border-color: #13a17a;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #f0c02e;
}
.has-warning .form-control {
  border-color: #f0c02e;
}
.has-warning .form-control:focus {
  border-color: #dba910;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #EC4848;
}
.has-error .form-control {
  border-color: #EC4848;
}
.has-error .form-control:focus {
  border-color: #e71a1a;
}
.has-feedback label ~ .form-control-feedback {
  top: 29px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 20px;
  color: #737373;
}
/* Tables */
/* ======================== */
table {
  background-color: #ffffff;
}
caption {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #262e2e;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr,
.table > tbody > tr,
.table > tfoot > tr {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 10px 20px;
  line-height: 24px;
  vertical-align: middle;
}
.table > thead > tr > th,
.table > thead > tr > td {
  border-bottom: 2px solid #e3e4e4;
}
.table > tbody {
  border-bottom: 2px solid #e3e4e4;
}
.table > tbody > tr > th,
.table > tbody > tr > td {
  border-bottom: 1px solid #e3e4e4;
}
.table > thead > tr > th {
  vertical-align: bottom;
  font-size: 16px;
  font-weight: 600;
}
.table > tbody + tbody {
  border-top: 2px solid #e3e4e4;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed {
  font-size: 12px;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px 10px;
}
.table-condensed > thead > tr > th {
  font-size: 14px;
}
.table-bordered {
  border: 2px solid #e3e4e4;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #e3e4e4;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f2f2f2;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f2f2f2;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e5e5e5;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #19CE9D;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #16b78c;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #24bce8;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #17afdb;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #f0c02e;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #eeb916;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #EC4848;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ea3131;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 20px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 2px solid #e3e4e4;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table > tbody {
    border-bottom: 0;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th,
  .table-responsive > .table-bordered > thead > tr > td {
    border-top: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/* Panels */
/* ======================== */
.panel {
  position: relative;
  margin-bottom: 40px;
  background: transparent;
  border: none;
}
.panel .panel-title {
  position: relative;
  display: block;
  margin: 0;
  padding: 20px;
  line-height: 20px;
  border-radius: 6px 6px 0 0;
  background-color: #ffffff;
  box-shadow: inset 0 0 0 1px #e2e2e2;
  text-transform: uppercase;
  font-size: 16px;
  color: #262e2e;
}
.panel .panel-content {
  position: relative;
  padding: 20px 20px 23px;
  border-radius: 0 0 6px 6px;
  background-color: #ffffff;
  box-shadow: inset 0 -3px 0 0 #c9c9c9, inset 0 -1px 0 1px #e2e2e2;
}
.panel .panel-content > p:last-child,
.panel .panel-content > ul:last-child,
.panel .panel-content > ol:last-child,
.panel .panel-content > pre:last-child,
.panel .panel-content > table:last-child,
.panel .panel-content > .progress:last-child,
.panel .panel-content > .wiwet-tabs:last-child,
.panel .panel-content > .wiwet-accordions:last-child {
  margin-bottom: 0;
}
.panel.panel-filled .panel-title::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
}
.panel-default .panel-title {
  background-color: #acb0b0;
  box-shadow: none;
  color: #ffffff;
}
.panel-default.panel-filled .panel-title::after {
  background-color: #9fa3a3;
}
.panel-default.panel-filled .panel-content {
  background-color: #acb0b0;
  box-shadow: inset 0 -3px 0 0 #929797;
  color: #ffffff;
}
.panel-primary .panel-title {
  background-color: #0088cc;
  box-shadow: none;
  color: #ffffff;
}
.panel-primary.panel-filled .panel-title::after {
  background-color: #0077b3;
}
.panel-primary.panel-filled .panel-content {
  background-color: #0088cc;
  box-shadow: inset 0 -3px 0 0 #006699;
  color: #ffffff;
}
.panel-secondary .panel-title {
  background-color: #262e2e;
  box-shadow: none;
  color: #ffffff;
}
.panel-secondary.panel-filled .panel-title::after {
  background-color: #1a2020;
}
.panel-secondary.panel-filled .panel-content {
  background-color: #262e2e;
  box-shadow: inset 0 -3px 0 0 #0f1212;
  color: #ffffff;
}
.panel-success .panel-title {
  background-color: #19CE9D;
  box-shadow: none;
  color: #ffffff;
}
.panel-success.panel-filled .panel-title::after {
  background-color: #16b78c;
}
.panel-success.panel-filled .panel-content {
  background-color: #19CE9D;
  box-shadow: inset 0 -3px 0 0 #13a17a;
  color: #ffffff;
}
.panel-info .panel-title {
  background-color: #24bce8;
  box-shadow: none;
  color: #ffffff;
}
.panel-info.panel-filled .panel-title::after {
  background-color: #17afdb;
}
.panel-info.panel-filled .panel-content {
  background-color: #24bce8;
  box-shadow: inset 0 -3px 0 0 #159dc4;
  color: #ffffff;
}
.panel-warning .panel-title {
  background-color: #f0c02e;
  box-shadow: none;
  color: #ffffff;
}
.panel-warning.panel-filled .panel-title::after {
  background-color: #eeb916;
}
.panel-warning.panel-filled .panel-content {
  background-color: #f0c02e;
  box-shadow: inset 0 -3px 0 0 #dba910;
  color: #ffffff;
}
.panel-danger .panel-title {
  background-color: #EC4848;
  box-shadow: none;
  color: #ffffff;
}
.panel-danger.panel-filled .panel-title::after {
  background-color: #ea3131;
}
.panel-danger.panel-filled .panel-content {
  background-color: #EC4848;
  box-shadow: inset 0 -3px 0 0 #e71a1a;
  color: #ffffff;
}
/* Boxes */
/* ======================== */
.box {
  position: relative;
  margin-bottom: 40px;
  padding: 20px 20px 23px;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: inset 0 -3px 0 0 #c9c9c9, inset 0 0 0 1px #e2e2e2;
}
.box > p:last-child,
.box > ul:last-child,
.box > ol:last-child,
.box > pre:last-child,
.box > table:last-child,
.box > .progress:last-child,
.box > .wiwet-tabs:last-child,
.box > .wiwet-accordions:last-child {
  margin-bottom: 0;
}
.box-default {
  background-color: #acb0b0;
  box-shadow: inset 0 -3px 0 0 #929797;
  color: #ffffff;
}
.box-primary {
  background-color: #0088cc;
  box-shadow: inset 0 -3px 0 0 #006699;
  color: #ffffff;
}
.box-secondary {
  background-color: #262e2e;
  box-shadow: inset 0 -3px 0 0 #0f1212;
  color: #ffffff;
}
.box-success {
  background-color: #19CE9D;
  box-shadow: inset 0 -3px 0 0 #13a17a;
  color: #ffffff;
}
.box-info {
  background-color: #24bce8;
  box-shadow: inset 0 -3px 0 0 #159dc4;
  color: #ffffff;
}
.box-warning {
  background-color: #f0c02e;
  box-shadow: inset 0 -3px 0 0 #dba910;
  color: #ffffff;
}
.box-danger {
  background-color: #EC4848;
  box-shadow: inset 0 -3px 0 0 #e71a1a;
  color: #ffffff;
}
/* Alerts */
/* ======================== */
.alert {
  position: relative;
  margin-bottom: 40px;
  padding: 20px 60px 20px 20px;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: inset 0 -3px 0 0 #c9c9c9, inset 0 0 0 1px #e2e2e2;
}
.alert a {
  font-weight: 600;
  border-bottom: 2px solid #cccccc;
}
.alert .close {
  position: absolute;
  top: 20px;
  right: 0;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
  background: none;
  width: 40px;
  line-height: 24px;
  font-weight: 700;
  font-size: 20px;
  color: #acb0b0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.alert .close:hover {
  color: #0088cc;
}
.alert-success {
  background-color: #19CE9D;
  box-shadow: inset 0 -3px 0 0 #13a17a;
  color: #ffffff;
}
.alert-success a {
  color: #ffffff;
  border-color: #8ce7ce;
}
.alert-success a:hover {
  border-color: #ffffff;
}
.alert-success .close {
  color: #b6efe0;
}
.alert-success .close:hover {
  color: #ffffff;
}
.alert-info {
  background-color: #24bce8;
  box-shadow: inset 0 -3px 0 0 #159dc4;
  color: #ffffff;
}
.alert-info a {
  color: #ffffff;
  border-color: #92def4;
}
.alert-info a:hover {
  border-color: #ffffff;
}
.alert-info .close {
  color: #c0ecf8;
}
.alert-info .close:hover {
  color: #ffffff;
}
.alert-warning {
  background-color: #f0c02e;
  box-shadow: inset 0 -3px 0 0 #dba910;
  color: #ffffff;
}
.alert-warning a {
  color: #ffffff;
  border-color: #f8e097;
}
.alert-warning a:hover {
  border-color: #ffffff;
}
.alert-warning .close {
  color: #fbeec6;
}
.alert-warning .close:hover {
  color: #ffffff;
}
.alert-danger {
  background-color: #EC4848;
  box-shadow: inset 0 -3px 0 0 #e71a1a;
  color: #ffffff;
}
.alert-danger a {
  color: #ffffff;
  border-color: #f6a4a4;
}
.alert-danger a:hover {
  border-color: #ffffff;
}
.alert-danger .close {
  color: #fad2d2;
}
.alert-danger .close:hover {
  color: #ffffff;
}
/* Progress Bars */
/* ======================== */
.progress {
  position: relative;
  margin-bottom: 20px;
  padding: 0px 15px;
    height: auto;
    background: transparent;
    box-shadow: none;
}
.progress:before,
.progress:after {
  content: " ";
  display: table;
}
.progress:after {
  clear: both;
}
.progress:before,
.progress:after {
  content: " ";
  display: table;
}
.progress:after {
  clear: both;
}
.progress h6 {
  float: left;
  margin: 0 0 5px;
  line-height: 20px;
}
.progress .percentage {
  float: right;
  line-height: 20px;
  font-weight: 600;
}
.progress .progress-bar {
  position: relative;
  display: block;
  overflow: hidden;
  clear: both;
  width: 100%;
  height: 10px;
  border-radius: 3px;
  background-color: #e3e4e4;
  box-shadow: none;
}
.progress .progress-bar span {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #acb0b0;
  border-radius: 3px 0 0 3px;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
.progress-primary .progress-bar span {
  background-color: #0088cc;
}
.progress-secondary .progress-bar span {
  background-color: #262e2e;
}
.progress-success .progress-bar span {
  background-color: #19CE9D;
}
.progress-info .progress-bar span {
  background-color: #24bce8;
}
.progress-warning .progress-bar span {
  background-color: #f0c02e;
}
.progress-danger .progress-bar span {
  background-color: #EC4848;
}
/* Tabs */
/* ======================== */
.wiwet-tabs {
  position: relative;
  margin-bottom: 40px;
}
.wiwet-tabs .tabs {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.wiwet-tabs .tabs:before,
.wiwet-tabs .tabs:after {
  content: " ";
  display: table;
}
.wiwet-tabs .tabs:after {
  clear: both;
}
.wiwet-tabs .tabs:before,
.wiwet-tabs .tabs:after {
  content: " ";
  display: table;
}
.wiwet-tabs .tabs:after {
  clear: both;
}
.wiwet-tabs .tabs li {
  position: relative;
  float: left;
  margin-right: 5px;
}
.wiwet-tabs .tabs li:last-child {
  margin-right: 0;
}
.wiwet-tabs .tabs li a {
  display: block;
  background: #acb0b0;
  color: #ffffff;
  padding: 10px 20px 7px;
  border-radius: 6px 6px 0 0;
}
.wiwet-tabs .tabs li a:hover {
  background: #929797;
  outline: 0;
}
.wiwet-tabs .tabs li.active a {
  background: #0088cc;
}
.wiwet-tabs .content {
  border-top: 3px solid #0088cc;
}
.wiwet-tabs .content > div {
  display: none;
  position: relative;
  padding: 20px;
  background: #ffffff;
  box-shadow: inset 0 -3px 0 0 #c9c9c9, inset 0 -1px 0 1px #e2e2e2;
  border-radius: 0 0 6px 6px;
}
.wiwet-tabs .content > div.active {
  display: block;
}
.wiwet-tabs .accordion-link {
  display: none;
  background: #acb0b0;
  color: #ffffff;
  padding: 10px 20px;
  margin-top: 5px;
  border-radius: 6px;
}
.wiwet-tabs .accordion-link:hover {
  background: #929797;
  outline: 0;
}
.wiwet-tabs .accordion-link.active {
  background: #0088cc;
  border-radius: 6px 6px 0 0;
}
@media (max-width: 767px) {
  .wiwet-tabs.accordion-xs .tabs {
    display: none;
  }
  .wiwet-tabs.accordion-xs .accordion-link {
    display: block;
  }
  .wiwet-tabs.accordion-xs .content {
    border: 0;
    margin: 0;
  }
  .wiwet-tabs.accordion-xs .content > div {
    border-radius: 0 0 6px 6px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wiwet-tabs.accordion-sm .tabs {
    display: none;
  }
  .wiwet-tabs.accordion-sm .accordion-link {
    display: block;
  }
  .wiwet-tabs.accordion-sm .content {
    border: 0;
    margin: 0;
  }
  .wiwet-tabs.accordion-sm .content > div {
    border-radius: 0 0 6px 6px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wiwet-tabs.accordion-md .tabs {
    display: none;
  }
  .wiwet-tabs.accordion-md .accordion-link {
    display: block;
  }
  .wiwet-tabs.accordion-md .content {
    border: 0;
    margin: 0;
  }
  .wiwet-tabs.accordion-md .content > div {
    border-radius: 0 0 6px 6px;
  }
}
@media (min-width: 1200px) {
  .wiwet-tabs.accordion-lg .tabs {
    display: none;
  }
  .wiwet-tabs.accordion-lg .accordion-link {
    display: block;
  }
  .wiwet-tabs.accordion-lg .content {
    border: 0;
    margin: 0;
  }
  .wiwet-tabs.accordion-lg .content > div {
    border-radius: 0 0 6px 6px;
  }
}
/* Accordions */
/* ======================== */
.wiwet-accordions {
  list-style: none;
  padding-left: 0;
  position: relative;
  margin-bottom: 40px;
}
.wiwet-accordions:before,
.wiwet-accordions:after {
  content: " ";
  display: table;
}
.wiwet-accordions:after {
  clear: both;
}
.wiwet-accordions:before,
.wiwet-accordions:after {
  content: " ";
  display: table;
}
.wiwet-accordions:after {
  clear: both;
}
.wiwet-accordions > li > a {
  position: relative;
  display: block;
  background: #acb0b0;
  color: #ffffff;
  padding: 10px 20px;
  margin-top: 5px;
  border-radius: 6px;
}
.wiwet-accordions > li > a:after {
  position: absolute;
  right: 20px;
  top: 10px;
  content: '\f105';
  font-family: FontAwesome;
  color: inherit;
  font-size: 14px;
}
.wiwet-accordions > li > a:hover {
  background: #929797;
  outline: 0;
}
.wiwet-accordions > li > div {
  display: none;
  position: relative;
  padding: 20px;
  background: #ffffff;
  box-shadow: inset 0 -3px 0 0 #c9c9c9, inset 0 -1px 0 1px #e2e2e2;
  border-radius: 0 0 6px 6px;
}
.wiwet-accordions > li.active > a {
  background: #0088cc;
  border-radius: 6px 6px 0 0;
}
.wiwet-accordions > li.active > a:after {
  content: '\f107';
}
.wiwet-accordions > li.active > div {
  display: block;
}
.wiwet-accordions > li:first-child > a {
  margin-top: 0;
}
/* Header */
/* ======================== */
.header {
  position: relative;
}
.header .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 230px;
  height: 80px;
  line-height: 80px;
  padding: 0 20px;
  text-align: center;
  background: #0088cc;
  z-index: 100;
  -webkit-transition: none;
  transition: none;
}
.header .logo img {
  width: 175px;
  height: auto;
  vertical-align: middle;
}
.header .main-sidebar-toggle {
  position: absolute;
  top: 80px;
  left: 0;
  width: 230px;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  background: #1a2020;
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  z-index: 100;
  cursor: pointer;
  text-decoration: none;
  /*pointer-events: none;*/
}
.header .main-sidebar-toggle .icon {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 30px;
  height: 30px;
}
.header .main-sidebar-toggle .icon span,
.header .main-sidebar-toggle .icon span::before,
.header .main-sidebar-toggle .icon span::after {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  content: '';
  background: #ffffff;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.header .main-sidebar-toggle .icon span {
  top: 14px;
}
.header .main-sidebar-toggle .icon span::before {
  top: -8px;
}
.header .main-sidebar-toggle .icon span::after {
  top: 8px;
}
@media (max-width: 991px) {
  .header .logo {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    z-index: auto;
  }
  .header .main-sidebar-toggle {
    top: 15px;
    left: auto;
    left: 5px;
    width: 65px;
    background: none;
    pointer-events: all;
    cursor: pointer;
  }
  .header .main-sidebar-toggle .text {
    display: none;
  }
  .header .main-sidebar-toggle .icon {
    width: 35px;
  }
  .main-sidebar-open .header .main-sidebar-toggle .icon span {
    background: none;
  }
  .main-sidebar-open .header .main-sidebar-toggle .icon span::before {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  .main-sidebar-open .header .main-sidebar-toggle .icon span::after {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
  .header .main-sidebar-toggle:hover {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
/* Header Top Bar */
/* ======================== */
.header-top-bar {
  position: relative;
  height: 80px;
  padding: 10px 20px 10px 250px;
  background: #ffffff;
}
.header-top-bar:before,
.header-top-bar:after {
  content: " ";
  display: table;
}
.header-top-bar:after {
  clear: both;
}
.header-top-bar:before,
.header-top-bar:after {
  content: " ";
  display: table;
}
.header-top-bar:after {
  clear: both;
}
.header-top-bar .toggle-content {
  position: absolute;
  display: block;
  width: 240px;
  top: 100%;
  left: 0;
  margin-top: 15px;
  z-index: 100;
  box-shadow: 0 0 10px 0 rgba(38, 46, 46, 0.25);
  border-radius: 8px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-top-bar .toggle-content.isOpen {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header-top-bar .toggle-content::before {
  position: absolute;
  display: block;
  content: '';
  width: 0;
  height: 0;
  top: -5px;
  left: 12px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ffffff;
}
.header-top-bar .toggle-content h5 {
  margin: 0;
  padding: 10px 20px;
  background-color: #ffffff;
  border-radius: 8px 8px 0 0;
  line-height: 24px;
  font-size: 18px;
  font-weight: 700;
  color: #0088cc;
}
.header-top-bar .toggle-content > div {
  padding: 15px 20px;
  background-color: #0088cc;
  border-radius: 0 0 8px 8px;
  color: #ffffff;
}
.header-top-bar .toggle-content ul {
  list-style-type: none;
  padding: 0px;
}
.header-top-bar .toggle-content ul li a{
  color: #FFF;
  font-size: 18px;
  line-height: 40px;
}
.header-top-bar .toggle-content ul li a i{
  margin-right: 15px;
}
.header-top-bar .toggle-content.email-dropdown .row{
  margin-left: 0px;
  margin-right: 0px;
  padding: 10px 0px;
  border-bottom: 2px solid #4ec4ff;
}
.header-top-bar .toggle-content.email-dropdown.team-dropdown .row,
.header-top-bar .toggle-content.email-dropdown .row:last-child{
  border-bottom: none;
}
.header-top-bar .toggle-content.email-dropdown span{
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  background: #FFF;
  font-weight: 300;
  font-size: 18px;
  color: #262e2e;
}
.header-top-bar .toggle-content.email-dropdown p{
  margin: 0px;
  font-size: 14px;
  font-weight: 700;
}
.header-top-bar .toggle-content.email-dropdown h6{
  margin: 0px;
  font-size: 10px;
  text-align: right;
  font-weight: 700;
}
.header-top-bar .toggle-content.email-dropdown.team-dropdown h6{
  font-weight: 400;
  text-align: left;
  font-size: 14px;
}
.header-top-bar .toggle-content > div:not(:last-child){
  border-radius: 0px;
}
.header-top-bar .toggle-content.options-dropdown > div{
  padding-bottom: 20px;
}
.header-top-bar .toggle-content.options-dropdown p{
  margin: 0px;
  line-height: 50px;
  font-weight: 700;
  font-size: 14px;
}
.header-top-bar .toggle-content .customRadio input[type=radio]{
  display: none;
}
.header-top-bar .toggle-content .customRadio{
  margin-bottom: 15px;
}
.header-top-bar .toggle-content .customRadio span{
  width: 13px;
  height: 13px;
  border: 2px solid #FFF;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
}
.header-top-bar .toggle-content .customRadio input[type=radio]:checked + label span{
  background: #FFF;
}
.header-top-bar .toggle-content .customRadio label{
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  margin: 0px;
}
.header-top-bar .toggle-content.right-align {
  left: auto;
  right: 0;
}
.header-top-bar .toggle-content.right-align::before {
  left: auto;
  right: 12px;
}
.header-account {
  position: relative;
  float: right;
}
.header-account .toggle {
  position: relative;
  display: block;
  margin-left: 20px;
  padding: 10px 0 10px 60px;
}
.header-account .toggle .avatar {
  position: absolute;
  top: 5px;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.header-account .toggle h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #0088cc;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.header-account .toggle h5 {
  margin: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  color: #333333;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.header-account .toggle:hover .avatar {
  -webkit-filter: grayscale();
          filter: grayscale();
}
.header-account .toggle:hover h4 {
  color: #262e2e;
}
.header-search-form {
  position: relative;
  margin: 12px 0 0;
  padding-left: 45px;
  float: left;
}
.header-search-form input[type="text"] {
  border: 0;
  outline: 0;
  margin: 0;
  padding: 5px 0 3px 0px;
  width: 180px;
  height: 34px;
  line-height: 24px;
  background: none;
  border-bottom: 2px solid #0088cc;
  font-weight: 400;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  font-size: 18px;
}
.header-search-form input[type="text"]::-moz-placeholder {
  color: #0088cc;
  opacity: 1;
}
.header-search-form input[type="text"]:-ms-input-placeholder {
  color: #0088cc;
}
.header-search-form input[type="text"]::-webkit-input-placeholder {
  color: #0088cc;
}
.header-search-form input[type="text"]:hover {
  border-color: #006699;
}
.header-search-form input[type="text"]:hover + input[type="submit"] {
  background-color: #006699;
}
.header-search-form input[type="text"]:focus {
  border-color: #262e2e;
}
.header-search-form input[type="text"]:focus + input[type="submit"] {
  background-color: #262e2e;
}
.header-search-form input[type="text"]:focus + input[type="submit"]:hover {
  background-color: #006699;
}
.header-search-form input[type="submit"] {
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  background: #0088cc;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 34px;
  text-align: center;
  font-family: FontAwesome;
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.header-search-form input[type="submit"]:hover {
  background-color: #006699;
}
.header-icon-toggle {
  position: relative;
  float: left;
  margin-top: 12px;
  margin-right: 20px;
}
.header-icon-toggle .toggle {
  position: relative;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 34px;
  background: #0088cc;
  text-align: center;
  color: #ffffff;
}
.header-icon-toggle .toggle:hover {
  background-color: #006699;
}
.header-icon-toggle .toggle .badge {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #24bce8;
  background-color: #ff6363;
}
.header-icon-toggle.secondary {
  float: right;
}
.header-icon-toggle.secondary .toggle {
  background: #ffffff;
  color: #0088cc;
  border: 2px solid #0088cc;
  border: 2px solid #FFF;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(28,27,28,0.75);
-moz-box-shadow: 0px 0px 5px 1px rgba(28,27,28,0.75);
box-shadow: 0px 0px 5px 1px rgba(28,27,28,0.75);

  line-height: 30px;
}
.header-icon-toggle.secondary .toggle:hover {
  background-color: #ffffff;
  border-color: #005580;
  color: #005580;
}
@media (max-width: 1199px) {
  .header-icon-toggle {
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  .header-top-bar {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .header-top-bar {
    display: none;
  }
}
/* Header Title Bar */
/* ======================== */
.header-title-bar {
  position: relative;
  height: 50px;
  padding: 0 20px 0 250px;
  background: #262e2e;
  color: #ffffff;
}
.header-title-bar:before,
.header-title-bar:after {
  content: " ";
  display: table;
}
.header-title-bar:after {
  clear: both;
}
.header-title-bar:before,
.header-title-bar:after {
  content: " ";
  display: table;
}
.header-title-bar:after {
  clear: both;
}
.header-title-bar h1 {
  float: left;
  margin: 0;
  line-height: 50px;
  font-weight: 300;
  font-size: 18px;
  color: inherit;
}
.header-title-bar .breadcrumbs {
  float: right;
  margin: 0;
}
.header-title-bar .breadcrumbs li {
  line-height: 50px;
  font-weight: 300;
}
.header-title-bar .breadcrumbs li::after {
  color: #939797;
}
.header-title-bar .breadcrumbs li a:hover {
  color: #939797;
}
@media (max-width: 991px) {
  .header-title-bar {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .header-title-bar .breadcrumbs {
    display: none;
  }
}
/* Main Sidebar */
/* ======================== */
.main-sidebar {
  position: relative;
  color: #ffffff;
}
.main-sidebar h4 {
  margin: 0 0 20px;
  padding: 0 10px;
  color: #939797;
  font-weight: 300;
  font-size: 14px;
}
.main-sidebar hr {
  border-top: 2px solid #1a2020;
}
.main-sidebar footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 10px;
}
.main-sidebar footer p {
  margin-bottom: 0;
  font-size: 12px;
}
.main-sidebar footer a {
  color: inherit;
}
.main-sidebar footer a:hover {
  color: #939797;
}
.main-sidebar .sidebar-nav {
  position: relative;
}
.main-sidebar .sidebar-nav ul {
  list-style: none;
  padding-left: 0;
}
.main-sidebar .sidebar-nav ul li {
  margin-bottom: 10px;
}
.main-sidebar .sidebar-nav ul li:last-child {
  margin-bottom: 0;
}
.main-sidebar .sidebar-nav ul li a {
  position: relative;
  display: block;
  padding: 0 10px 0 40px;
  font-weight: 300;
  color: inherit;
}
.main-sidebar .sidebar-nav ul li a:hover {
  color: #d9d9d9;
}
.main-sidebar .sidebar-nav ul li a .fa {
  position: absolute;
  left: 10px;
  top: 0;
  width: 24px;
  line-height: 24px;
  text-align: center;
}
.main-sidebar .sidebar-nav ul li.active a:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #ffffff;
}
.main-sidebar .menu-label {
  display: none;
}
.main-sidebar .progress{
  padding: 0px 15px;
  height: auto;
  background: transparent;
  box-shadow: none;
}
.main-sidebar .progress-bar{
  background: #015c8a;
}
.main-sidebar .progress-bar span{
  background: #0088cc;
}
.main-sidebar .progress h6{
  font-weight: 300;
  font-size: 18px;
}
@media (max-width: 991px) {
  .main-sidebar .menu-label {
    display: block;
    margin: 0;
    padding: 0 10px 20px;
    line-height: 40px;
    font-size: 18px;
  }
}
/* Breadcrumbs */
/* ======================== */
.breadcrumbs {
  list-style: none;
  padding-left: 0;
}
.breadcrumbs li {
  float: left;
}
.breadcrumbs li::after {
  content: '/';
  margin: 0 10px;
}
.breadcrumbs li:last-child::after {
  content: none;
}
.breadcrumbs li a {
  color: inherit;
}
.breadcrumbs li a:hover {
  color: #0088cc;
}
.breadcrumbs li .fa {
  font-size: 16px;
}
/* Badges */
/* ======================== */
.badge {
  display: inline-block;
  min-width: 20px;
  padding: 0 5px;
  font-size: 10px;
  font-weight: 600;
  color: #ffffff;
  line-height: 20px;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #262e2e;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
/* Widgets */
/* ======================== */
.widget {
  position: relative;
}
/* Spacing */
/* ======================== */
.mt100 {
  margin-top: 100px;
}
.mb100 {
  margin-bottom: 100px;
}
.pt100 {
  padding-top: 100px;
}
.pb100 {
  padding-bottom: 100px;
}
.mt90 {
  margin-top: 90px;
}
.mb90 {
  margin-bottom: 90px;
}
.pt90 {
  padding-top: 90px;
}
.pb90 {
  padding-bottom: 90px;
}
.mt80 {
  margin-top: 80px;
}
.mb80 {
  margin-bottom: 80px;
}
.pt80 {
  padding-top: 80px;
}
.pb80 {
  padding-bottom: 80px;
}
.mt70 {
  margin-top: 70px;
}
.mb70 {
  margin-bottom: 70px;
}
.pt70 {
  padding-top: 70px;
}
.pb70 {
  padding-bottom: 70px;
}
.mt60 {
  margin-top: 60px;
}
.mb60 {
  margin-bottom: 60px;
}
.pt60 {
  padding-top: 60px;
}
.pb60 {
  padding-bottom: 60px;
}
.mt50 {
  margin-top: 50px;
}
.mb50 {
  margin-bottom: 50px;
}
.pt50 {
  padding-top: 50px;
}
.pb50 {
  padding-bottom: 50px;
}
.mt40 {
  margin-top: 40px;
}
.mb40 {
  margin-bottom: 40px;
}
.pt40 {
  padding-top: 40px;
}
.pb40 {
  padding-bottom: 40px;
}
.mt30 {
  margin-top: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.pt30 {
  padding-top: 30px;
}
.pb30 {
  padding-bottom: 30px;
}
.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.pt20 {
  padding-top: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.pt10 {
  padding-top: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.mt0 {
  margin-top: 0px;
}
.mb0 {
  margin-bottom: 0px;
}
.pt0 {
  padding-top: 0px;
}
.pb0 {
  padding-bottom: 0px;
}
/* Demo Code */
/* Disable / Remove this code */
.wiwet-demo-btn-colors .panel-content {
  text-align: center;
}
.wiwet-demo-btn-colors .btn {
  width: 100%;
  max-width: 150px;
  margin: 10px 0;
}
.wiwet-demo-btn-sizes .panel-content {
  text-align: center;
}
.wiwet-demo-btn-sizes .btn {
  margin: 20px;
}
/*# sourceMappingURL=wiwet.style.css.map */

.wiwet-sign-up-page{
  margin-top: 5%;
  margin-bottom: 5%;
}
.wiwet-sign-up-box{
  background: #FFF;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 45px;
  border-bottom: 7px solid #0088cc;
  padding-bottom: 25px;
}
.wiwet-sign-up-box h1{
  background: #0088cc;
  color: #FFF;
  font-size: 24px;
  line-height: 72px;
  margin-bottom: 45px;
}
.wiwet-sign-up-box h1 i{
  margin-right: 15px;
}
.wiwet-sign-up-box h1 + div{
  padding: 0px 60px;

}
.wiwet-sign-up-box input[type=text],
.wiwet-sign-up-box input[type=password]{
  display: block;
  border: 2px solid #0088cc;
  line-height: 47px;
  height: 47px;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 22px;
  padding: 0px 20px;
  font-weight: 400;
  font-size: 18px;
  color: #0088cc;
}
input:focus{
  outline: none;
}
.wiwet-sign-up-box input[type=text]::-webkit-input-placeholder,
.wiwet-sign-up-box input[type=password]::-webkit-input-placeholder {
   color: #0088cc;
}

.wiwet-sign-up-box input[type=text]:-moz-placeholder,
.wiwet-sign-up-box input[type=password]:-moz-placeholder {
   color: #0088cc;  
}

.wiwet-sign-up-box input[type=text]::-moz-placeholder,
.wiwet-sign-up-box input[type=password]::-moz-placeholder { 
   color: #0088cc;  
}

.wiwet-sign-up-box input[type=text]:-ms-input-placeholder,
.wiwet-sign-up-box input[type=password]:-ms-input-placeholder {  
   color: #0088cc;  
}
.wiwet-sign-up-box input[type=submit],
.wiwet-sign-up-box a.submit{
  border-radius: 10px;
  display: inline-block;
  width: 280px;
  background: #0088cc;
  height: 55px;
  line-height: 55px;
  border: none;
  color: #FFF;
  font-weight: 700;
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 60px;
}
.wiwet-sign-up-box h5{
  color: #232323;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
}
.wiwet-sign-up-box h6{
  color: #232323;
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  text-align: left;
}
.wiwet-sign-up-box a{
  color: #0088cc;
  font-size: 14px;
  font-weight: 700;
}
.wiwet-sign-up-box .row div:first-child{
  text-align: left;
}
.wiwet-sign-up-box .row div:last-child{
  text-align: right;
}

/*to do page*/
.todo .btn{
  width: 100%;
}
.todo .btn.btn-new-task{
  background: transparent;
  border: 2px solid #a9a9a9;
  margin-bottom: 32px;
  color: #a9a9a9;
}
.todo .btn.btn-new-task i{
  width: 27px;
  height: 27px;
  line-height: 27px;
  border-radius: 50%;
  text-align: center;
  background: #a9a9a9;
  color: #FFF;
  display: inline-block;
}
.todo ul{
  list-style-type: none;
  padding: 30px 0px 50px;
}
.todo ul li{
  font-size: 18px;
  color: #232323;
  font-weight: 400;
  line-height: 55px;
}
.todo ul li i{
  margin-right: 10px;
}
.todo ul li.done{
  text-decoration: line-through;
}

.panel-content .radio-btn.todo-btn{
  margin-bottom: 0px;
}
.todo-btns{
  margin-bottom: 30px;
}
.radio-btn.todo-btn label{
  font-size: 18px;
  color: #232323;
  font-weight: 400;
  line-height: 55px;
}
.radio-btn.todo-btn span{
  border-radius: 0px;  
  width: 18px;
  height: 18px;
  line-height: 12px;
  position: relative;
  top: -2px;
  display: inline-block;
  color: #262e2e;
  font-size: 14px;
  font-weight: 400;
  border: 2px solid #232323;
  border-radius: 50%;
}
.radio-btn.todo-btn input:checked + label{
  text-decoration: line-through;
}
.radio-btn.todo-btn span i{
  font-size: 0.8em;
}
.invoice .invoice-header{
  border-bottom: 2px solid #a9a9a9;
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.invoice .invoice-header h1{
  margin: 0px;
  font-size: 36px;
  color: #0088cc;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 10px;
}
.invoice .invoice-header h3.invoice-number{
  margin: 0px;
  font-size: 18px;
  color: #0088cc;
  font-weight: 700;
  margin-left: 10px;
}
.invoice .invoice-header h2.company-name{
  font-size: 47px;
  color: #2078dc;
  margin: 0px;
  font-weight: bold;
  text-align: center;
  line-height: 90px;
}
.invoice .invoice-header .invoice-address{
}
.invoice .invoice-header .company-address{
  padding-top: 30px;
}
.invoice .invoice-under-header .invoice-address p,
.invoice .invoice-under-header .invoice-address h4,
.invoice .invoice-under-header div:last-child p,
.invoice .invoice-header .company-address p{
  text-align: right;
  margin: 0px;
  color: #9a9a9a;
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: 700;
}
.invoice .invoice-under-header{
  padding-bottom: 20px;
}
.invoice .invoice-under-header .invoice-address{
  margin-bottom: 60px;
}
.invoice .invoice-under-header .invoice-address h4{
  text-align: left;
  font-weight: 700;
  color: #232323;
}
.invoice .invoice-under-header .invoice-address p{
  text-align: left;
  margin-bottom: 0px;
}
.invoice .invoice-under-header div:last-child{
  text-align: right;
}
.invoice .invoice-under-header div:last-child p span{
  color: #2078dc;
  display: inline-block;
  padding-right: 20px;
}
.invoice .invoice-under-header div:last-child p{
  padding-right: 15px;
}
.invoice .invoice-buttons{
  padding-top: 100px;
  padding-bottom: 56px;
}

.main-invoice-table th{
  color: #232323;
  font-size: 24px;
  font-weight: 700;
  border-top: 2px solid #9a9a9a;
  height: 64px;
}
.grand-total td,
.main-invoice-table td{
  color: #9a9a9a; 
  font-size: 14px;
  font-weight: 700;
  height: 64px;
}
.main-invoice-table td:nth-child(2),
.main-invoice-table td:last-child{
  color: #232323;
}
.table.main-invoice-table>tbody>tr>td,
.table.main-invoice-table>tbody>tr>th{
  border-bottom: 2px solid #9a9a9a;
}
.grand-total{
  margin-top: 40px;
}
.grand-total tr:first-child td{
  border: none;
  border-top: 2px solid #9a9a9a;
}
.grand-total tbody tr td{
  border: none;
  color: #232323;
  height: 50px;
}
.grand-total tr td:last-child{
  text-align: right;
}
.grand-total tbody tr:last-child td{
  border: none;
  border-top: 2px solid #9a9a9a;
  color: #232323;
  font-size: 24px;
}
.grand-total > tbody{
  border: none;
}

/*forms page*/



.default-input,.default-textarea{
  display: block;
  width: 100%;
  border: 2px solid #a9a9a9;
  line-height: 47px;
  height: 47px;
  margin-bottom: 23px;
  border-radius: 10px;
  padding: 0px 10px;
  font-weight: 700;
  font-size: 14px;
  color: #a9a9a9;
  
}
.primary-input,.has-success .form-control.primary-input{
  border: 2px solid #0088cc;
  color: #0088cc;

}

.primary-input::-webkit-input-placeholder {
   color: #0088cc;
}

.primary-input:-moz-placeholder {
   color: #0088cc;  
}

.primary-input::-moz-placeholder {
   color: #0088cc;  
}

.primary-input:-ms-input-placeholder {  
   color: #0088cc;  
}
.alert-input{
  border: 2px solid #ff5b5b;
  color: #ff5b5b;

}
.alert-input::-webkit-input-placeholder {
   color: #ff5b5b;
}

.alert-input:-moz-placeholder {
   color: #ff5b5b;  
}
.validated-input.has-success .form-control-feedback{
   color: #0088cc;
   line-height: 47px;
   height: 47px;
   width: 60px;
}

.alert-input::-moz-placeholder {
   color: #ff5b5b;  
}

.alert-input:-ms-input-placeholder {  
   color: #ff5b5b;  
}
.basic-input{
  border: 2px solid #232323;
  color: #232323;

}
.basic-input::-webkit-input-placeholder {
   color: #232323;
}

.basic-input:-moz-placeholder {
   color: #232323;  
}

.basic-input::-moz-placeholder {
   color: #232323;  
}

.basic-input:-ms-input-placeholder {  
   color: #232323;  
}
.default-textarea{
  padding: 15px;
  resize: none;
  min-height: 240px;
  line-height: 32px;
}
.default-textarea.primary-textarea{
  border-color: #0088cc;
  color: #0088cc;
}
.styled-select {
   background: url('../Images/select.png') no-repeat right 20px center;
   height: 47px;
   overflow: hidden;
   width: 100%;
   margin-bottom: 23px;
}
.styled-select.primary-select{
   background: #0088cc url('../Images/select-primary.png') no-repeat right 20px center;
   border-radius: 10px;
 }
 .styled-select.default-select{
   background: url('../Images/select-default.png') no-repeat right 20px center;
   border-radius: 10px;
 }
.styled-select select {
   background: transparent;
   border: none;
   font-size: 14px;
   height: 47px;
   padding: 5px;
   width: 100%;
   -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
select::-ms-expand {
    display: none;
}
.styled-select.wiwet-select {
   height: 47px;
   width: 100%;
}

.styled-select.wiwet-select select {
   color: #a9a9a9;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 47px;
    line-height: 39px;
    padding: 0px 10px;
    border: 2px solid #a9a9a9;
    border-radius: 10px;
    font-weight: 700;
  }
.styled-select.primary-select select {
    border-color: #0088cc;
    color: #FFF;
}
.styled-select.default-select select {
    border-color: #0088cc;
    color: #0088cc;
}


.radio-btn span{
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 39px;
  border: 3px solid #232323;
  text-align: center;
  border-radius: 50%;
  color: #232323;
  margin-right: 10px;
}
.radio-btn span i{
  font-size: 1.5em;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.radio-btn input{
  display: none;
}
.radio-btn input:checked + label span i{
  opacity: 1;
}

.radio-btn label{
  cursor: pointer;
  font-weight: 700;
  color: #232323;
  font-size: 14px;
  margin: 0px;
}
.radio-btn.default-radio span,
.radio-btn.default-radio label{
  color: #ff9700;
}
.radio-btn.default-radio span{
  border: 3px solid #ff9700;
}
.radio-btn.check-btn span{
  border-radius: 10px;
}
.radio-btn.primary-radio span{
  border-color: #0088cc;
  color: #0088cc;
}
.radio-btn.primary-radio input[type=radio] + label span i{
  font-size: 1.1em;
}
.radio-btn.primary-radio input[type=radio] + label span{
  line-height: 36px;
}
.radio-btn.primary-check span{
  border-color: #0088cc;
  color: #0088cc;
  border-radius: 10px;
}
.panel-content .radio-btn{
  margin-bottom: 27px;
}
.post-it{
  width: 200px;
  height: 139px;
  margin: 0 auto 34px;
}
.panel-content .post-it{
  margin-top: 20px;
  margin-bottom: 64px;
}
.post-it.red{
  background: url('../images/postit-red.png') no-repeat center;
}
.post-it.blue{
  background: url('../images/postit-blue.png') no-repeat center;
}
.post-it.green{
  background: url('../images/postit-green.png') no-repeat center;
}
.post-it.yellow{
  background: url('../images/postit-yellow.png') no-repeat center;
}

/*scrum board page*/
.scrum-title a{
  color: #FFF;
}
.panel.yellow-panel .panel-content,
.panel.red-panel .panel-content,
.panel.green-panel .panel-content,
.panel.blue-panel .panel-content{
  min-height: 735px;
}
.panel.yellow-panel .post-it,
.panel.red-panel .post-it,
.panel.green-panel .post-it,
.panel.blue-panel .post-it{
  margin-top: 0px;
  margin-bottom: 34px;
}
.panel.yellow-panel h3.scrum-title{
  font-size: 18px;
  line-height: 32px;
}
.panel.yellow-panel h3.scrum-title{
  color: #968e00;
  background: #e9e605;
}
.panel.yellow-panel h3.scrum-title a{
  color: #968e00;
}
.panel.yellow-panel h4{
  color: #968e00;
  border-bottom: 2px solid #968e00;
  margin: 0px 20px 15px;
  padding-top: 15px;
  padding-bottom: 5px;
  font-weight: 700;
  font-size: 18px;
}
.panel.yellow-panel p{
  margin: 0px;
  line-height: 18px;
  padding-left: 55px;
  padding-right: 5px;
  font-size: 14px;
  color: #968e00;
  font-weight: 700;
}

.panel.blue-panel h3.scrum-title{
  font-size: 18px;
  line-height: 32px;
}
.panel.blue-panel h3.scrum-title{
  color: #FFF;
  background: #0088cc;
}
.panel.blue-panel h3.scrum-title a{
  color: #FFF;
}
.panel.blue-panel h4{
  color: #FFF;
  border-bottom: 2px solid #FFF;
  margin: 0px 20px 15px;
  padding-top: 15px;
  padding-bottom: 5px;
  font-weight: 700;
  font-size: 18px;
}
.panel.blue-panel p{
  margin: 0px;
  line-height: 18px;
  padding-left: 55px;
  padding-right: 5px;
  font-size: 14px;
  color: #FFF;
  font-weight: 700;
}

.panel.red-panel h3.scrum-title{
  font-size: 18px;
  line-height: 32px;
}
.panel.red-panel h3.scrum-title{
  color: #FFF;
  background: #fd5252;
}
.panel.red-panel h3.scrum-title a{
  color: #FFF;
}
.panel.red-panel h4{
  color: #FFF;
  border-bottom: 2px solid #FFF;
  margin: 0px 20px 15px;
  padding-top: 15px;
  padding-bottom: 5px;
  font-weight: 700;
  font-size: 18px;
}
.panel.red-panel p{
  margin: 0px;
  line-height: 18px;
  padding-left: 55px;
  padding-right: 5px;
  font-size: 14px;
  color: #FFF;
  font-weight: 700;
}

.panel.green-panel h3.scrum-title{
  font-size: 18px;
  line-height: 32px;
}
.panel.green-panel h3.scrum-title{
  color: #FFF;
  background: #13d276;
}
.panel.green-panel h3.scrum-title a{
  color: #FFF;
}
.panel.green-panel h4{
  color: #FFF;
  border-bottom: 2px solid #FFF;
  margin: 0px 20px 15px;
  padding-top: 15px;
  padding-bottom: 5px;
  font-weight: 700;
  font-size: 18px;
}
.panel.green-panel p{
  margin: 0px;
  line-height: 18px;
  padding-left: 55px;
  padding-right: 5px;
  font-size: 14px;
  color: #FFF;
  font-weight: 700;
}
#add-post-it{
  min-height: 120px;
}
.wiwet-scrum-time label{
  line-height: 47px;
  margin: 0px;
  color: #9a9a9a;
  font-size: 14px;
}
.wiwet-scrum-time .has-success .form-control.default-input{
  border-color: #a9a9a9;
  cursor: pointer;
}
.wiwet-scrum-time .has-success .form-control.default-input + span{
  color: #a9a9a9;
}
.datepicker{
  font-weight: 700;
}
/*update profile page*/
.profile-completion h4{
  font-size: 18px;
  margin: 25px 0 10px;
  text-transform: none;
  text-align: center;
}
.profile-completion p{
  font-size: 18px;
  font-weight: 300;
  text-transform: none;
  text-align: center;
  margin-bottom: 10px;
}
.profile-completion .panel-title a{
  color: #FFF;
  display: block;
  text-align: center;
  text-transform: none;
}
.profile-completion img{
  width: 100%;
}
.profile-completion .progress {
    height: auto;
    background: transparent;
    box-shadow: none;
}
.profile-completion .progress h6{
  color: #0088cc;
  font-weight: 700;
}
.profile-completion .progress .progress-bar{
  box-shadow: none;
  background: #b1b1b1;
  border-radius: 10px;
}
.profile-completion .progress .progress-bar span{
  background-color: #0088cc;
}
.profile-completion ul{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.profile-completion ul li{
  color: #b1b1b1;
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
}
.panel-user-friends .delimiter,
.profile-completion .delimiter{
  height: 2px;
  background: #b1b1b1;
  margin: 18px 0px;
}
.profile-completion .panel-content h4{
  font-size: 18px;
  color: #232323;
  text-align: left;
  margin: 20px 0px;
}
.profile-completion .panel-content p{
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  color: #232323;
}
.panel-user-friends .panel-content h5,
.profile-completion .panel-content h5{
  margin: 0px;
}
.panel-user-friends .panel-content a,
.profile-completion .panel-content a{
  font-size: 14px;
  font-weight: 700;
  color: #b1b1b1;
}
.profile-completion .panel-content a .fa{
  color: #FFF;
  background: #0088cc;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-right: 12px;
  border-radius: 50%;
  text-align: center;
  font-size: 1.4em;
}
.panel-user-friends .panel-title h4{
  font-size: 18px;
  font-weight: 700;
}
.panel-user-friends .panel-title h4 span{
  background: #FFF;
  color: #0088cc;
  font-size: 14px;
  border-radius: 10px;
  padding: 2px 15px;
  margin-top: -2px;
  margin-right: 15px;
}
.panel-user-friends .panel-title a{
  color: #FFF;
  font-size: 1.2em;
  margin-left: 10px;
}
.fa-times-thin:before {
  content: '\00d7';
}
.panel-user-friends .panel-content h4{
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0px 5px;
  color: #232323;
}
.panel-user-friends .panel-content h6{
  font-size: 14px;
  font-weight: 300;
  color: #232323;
  margin: 0px;
}
.panel-user-friends .panel-content img{
  margin-bottom: 20px;
}
.panel-user-friends .panel-content .search-box{
  background: #dddddd;
  padding: 25px;
  margin: 20px -20px -20px;
}
.panel-user-friends .panel-content .search-box .form-group,
.panel-user-friends .panel-content .search-box .default-input{
  margin-bottom: 0px;
}
.panel-user-friends .panel-content .search-box .has-success .form-control{
  border-color: #FFF;
  background: transparent;
}
.panel-user-friends .panel-content .search-box .has-success .form-control:focus{
  box-shadow: none;
}
.panel-user-friends .panel-content .search-box .validated-input.has-success .form-control-feedback{
  color: #FFF;
  font-size: 1.4em;
}
.panel-user-friends .panel-content .search-box .has-success .form-control::-webkit-input-placeholder {
   color: #FFF;
}

.panel-user-friends .panel-content .search-box .has-success .form-control:-moz-placeholder {
   color: #FFF;  
}

.panel-user-friends .panel-content .search-box .has-success .form-control::-moz-placeholder {
   color: #FFF;  
}

.panel-user-friends .panel-content .search-box .has-success .form-control:-ms-input-placeholder {  
   color: #FFF;  
}

.user-update-right h4{
  font-size: 18px;
}
.user-update-right p{
  color: #232323;
  font-weight: 400;
}
.user-update-right label{
  font-size: 18px;
  color: #232323;
  font-weight: 400;
}
.user-update-right .nav-tabs{
  border: none;
  float: right;
}
.user-update-right .nav-tabs>li:active>a,
.user-update-right .nav-tabs>li:hover>a,
.user-update-right .nav-tabs>li>a{
  padding: 0px 15px;
  color: #FFF;
  text-transform: none;
  font-weight: 700;
  border: none;
}
.user-update-right .nav-tabs>li:hover>a,
.user-update-right .nav-tabs>li.active>a{
  background: transparent;
  border: none;
  color: #FFF;
}
.user-update-right .nav-tabs>li.active>a:after{
  content: '';
  height: 4px;
  display: block;
  background: #FFF;
  position: relative;
  top: 5px;
}
.user-update-cancel-btns .btn{
  width: 100%;
  margin-top: 20px;
}
.user-update-right .radio-btn{
  /*margin-bottom: 10px;*/
}
.user-update-right .radio-btn label{
  font-weight: 700;
  font-size: 16px;
}
.user-update-right .radio-btn span{
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 0.9em;
}
.user-update-right .radio-btn span i{
  position: relative;
  top: -5px;
  right: -4px;
}

.wiwet-file-input{
  width: 100%;
}
.wiwet-file-input {
    height: 32px;
    width: 64px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    width: 100%;
    height: 400px;
    margin: 0px auto 50px;
    background: #cfcfcf url('../images/upload.png') no-repeat center;
}
.fileInput {
    cursor: pointer;
    width: 100%;
    height: 100%;
    position:absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    font-size:50px;
    opacity: 0;
    -moz-opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0)
}

/*user profile page*/
.panel-sidebar-blue.panel-primary.panel-filled{
    box-shadow: 0 3px 0 0 #c9c9c9, 0 1px 0 1px #e2e2e2;
    border-radius: 10px;
}
.panel-sidebar-blue.panel-primary.panel-filled .panel-title::after{
  display: none;
}
.panel-sidebar-blue.panel-primary.panel-filled .panel-title{
  padding: 20px 20px 0px;
}
.panel-sidebar-blue.panel-primary.panel-filled .panel-title h4{
  font-size: 24px;
  font-weight: 700;
}
.panel-sidebar-blue.panel-primary.panel-filled .panel-content{
  padding: 0px 20px 20px;
  box-shadow: none;
}
.panel-sidebar-blue.panel-primary.panel-filled .panel-content p{
  font-size: 14px;
  font-weight: 700;
}
.panel-projects .panel-content p{
  font-size: 14px;
  color: #0088cc;
  font-weight: 700;
  margin-bottom: 0px;
}
.panel-projects .panel-content p i{
  margin-right: 10px;
}
.panel-projects .panel-content h5{
  margin: 0px 0px 30px;
  font-size: 12px;
  color: #232323;
  font-weight: 700;
  padding-left: 25px;
}
.panel-chatbox .message{
  background: #0088cc;
  color: #FFF;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  display: block;
  width: auto;
  font-size: 14px;
  font-weight: 700;
  float: left;
  clear: both;
}
.panel-chatbox .message:nth-child(2n){
  background: #b1b1b1;
  float: right;
}
.panel-chatbox .fa-ellipsis-v{
  color: #0088cc;
  margin: 30px 0px;
}
.panel-chatbox .input-group{
  border: 2px solid #0088cc;
  border-radius: 10px;
}
.panel-chatbox input{
  border: none;
  font-size: 14px;
  font-weight: 700;
}
.panel-chatbox input::-webkit-input-placeholder {
   color: #0088cc;
}

.panel-chatbox input:-moz-placeholder {
   color: #0088cc;  
}

.panel-chatbox input::-moz-placeholder {
   color: #0088cc;  
}

:-ms-input-placeholder {  
   color: #0088cc;  
}
.panel-chatbox button{
  background: #0088cc;
  padding: 2px 10px;
  border-radius: 10px !important;
  margin-right: 5px;
}
.timeline .status-box{
  border: 2px solid #b1b1b1;
  padding: 6px 13px;
  border-radius: 10px;
  margin-bottom: 45px;
}
.timeline .status-box textarea{
  min-height: 0px;
  height: auto;
  border:none;
  overflow: auto;
  padding: 0px;
  margin: 0px;
}
.timeline .status-box .row > div:first-child button{
  width: 20px;
  padding: 0px;
  background: transparent;
  border: none;
  color: #b1b1b1;
}
.timeline .status-box .row > div:last-child button.btn{
  border-radius: 20px;
  font-size: 10px;
  font-weight: 700;
  padding: 0 15px;
}
.timeline h3{
  color: #b1b1b1;
  font-size: 18px;
  font-weight: 700;
}
.timeline .blue-delimiter{
  height: 2px;
  background: #0088cc;
  margin: 0px -20px;
}

.timeline .timeline-feed{
  border-left: 2px solid #0088cc;
  margin-left: 20px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
.timeline .timeline-feed .month-year{
  width: 188px;
  text-align: center;
  line-height: 50px;
  height: 50px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #FFF;
  margin: 0px 0px 40px -60px;
  background: #0088cc;
}
.timeline .panel-content{
  overflow: hidden;
  padding-bottom: 60px;
}
.timeline-post{
    /*border-bottom: 1px solid #d9d9d9;*/
    box-shadow: none;
    border-radius: 5px;
    position: relative;
    margin-top: 40px;
    background: #0088cc;
    padding: 25px 10px 5px 20px;
}
.timeline-post h5,
.timeline-post p{
  margin: 0px;
  font-size: 18px;
  color: #FFF;
  font-weight: 400;
  margin-bottom: 5px;
}
.timeline-post p{
  color: #FFF;
  margin-bottom: 15px;
}
.timeline-post h5{
  font-weight: 700;
  font-size: 12px;
  text-align: right;
}
.timeline-post p a{
  color: #2f88fe;
}
.timeline-post img{
  border-radius: 5px;
  border: 2px solid #FFF;
  margin-top: 20px;
  margin-bottom: 40px;
}
.timeline-post:before{
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 12px 0;
  border-color: transparent #0088cc transparent transparent;
  position: absolute;
  left: -12px;
  top: 50%;
  margin-top: -12px;
}
.timeline-post a{
    position: relative;
}
.timeline-post a:hover:after{
  content: '';
  display: block;
  width: 37px;
  height: 30px;
  background: url('../images/camera.png') no-repeat center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -18.5px;
  margin-left: -15px;
}
.timeline-post > span{
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  border: 1px solid #2f88fe;
  background: #FFF;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: -51px;
  text-align: center;
}
.timeline-post.long-post > span{
  margin-top: 50px;
  top: 0;
}
.timeline-post.long-post:before{
  margin-top: 48px;
  top: 0;
}
.timeline-post:last-child:after{
  content: '';
  display: block;
  width: 2px;
  height: 500px;
  background: #FFF;
  position: absolute;
  top: 50%;
  margin-top: 10px;
  left: -42px;
}
.timeline-post.long-post:last-child:after{
  top: 0px;
  margin-top: 70px;
}
.timeline-post > span > span{
  width: 10px;
  height: 10px;
  background: #0088cc;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  top: -1px;
}

/*widgets page*/
.widget-calendar h4{
  padding-bottom: 25px;
  font-size: 18px !important;
}
.panel-sidebar-blue.panel-primary.panel-filled.widget-calendar .panel-content{
  padding-left: 0px;
  padding-right: 0px;
}
#datetimepicker .datepicker{
  padding: 0px;
}
#datetimepicker table,.datepicker-inline{
  background: transparent;
  width: 100%;
  font-size: 14px;
}
#datetimepicker table .datepicker-switch{
  text-transform: uppercase;
}
#datetimepicker table thead tr:nth-child(2){
  background: #004466;
  margin: 0px -20px 20px;
  line-height: 52px;
}
#datetimepicker table thead tr:nth-child(3){
  line-height: 32px;
}
.datepicker table tr td.old, .datepicker table tr td.new{
  color: #FFF;
  visibility: hidden;
}
.datepicker td, .datepicker th{
  border-radius: 0px;
}
#datetimepicker table > thead > tr > th:hover,
#datetimepicker table > tbody > tr > td:hover{
  background: transparent;
}
#datetimepicker table > thead > tr > th.prev i,
#datetimepicker table > thead > tr > th.next i{
  position: relative;
  top: 3px;
}
.widget-time .panel-title{
  background: #004466;
}
.widget-time .panel-content{
  padding-left: 75px !important;
  padding-right: 75px !important;
}
.widget-time .panel-title h4{
  padding-bottom: 20px;
  font-size: 18px !important;
}
.widget-time p{
  margin: 0px;
  font-size: 48px !important;
  font-weight: 700;
  line-height: 64px;
  margin-top: 40px;
}
.widget-time .hour p:after,
.widget-time .minute p:after{
  content: ':';
  position: absolute;
  right: -50%; 
  margin-right: 50%;
}
.widget-time h5{
  margin: 0px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 32px;
}
.widget-weather .panel-title{
  padding-bottom: 25px !important;
}
.widget-weather .panel-title h4{
  font-size: 18px !important; 
}
.widget-weather .panel-title h4 i{
  font-size: 1.4em;
}
.widget-weather .panel-content{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.widget-weather .panel-content .temperature{
  position: relative;
}
.widget-weather .panel-content .temperature img{
  width: 100%;
}
.widget-weather .panel-content .temperature .temp-overlay{
  background: rgba(0,136,204,0.56);
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
  width: 100%;
  line-height: 100%;
}
.widget-weather .panel-content .temperature .temp-overlay p{
  font-size: 60px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  margin-top: -100px;
  width: 100%;
}
.widget-weather .panel-content .temperature .temp-overlay p i{
  /*font-size: 2.8em;*/
}
.widget-weather .panel-content .temperature .temp-overlay p span{
  position: relative;
  top: -20px;
}
.widget-weather .panel-content .currentDate p{
  text-align: center;
  font-size: 24px !important;
  font-weight: 700;
  margin: 0px;
  margin-top: 30px;
}
.widget-weather .panel-content .currentDate h4{
  text-align: center;
  font-size: 60px;
  margin: 0px;
  font-weight: 700;
}
.donut-inner {
   margin-top: -100px;
   margin-bottom: 100px;
}
.donut-inner h5 {
   margin-bottom: 5px;
   margin-top: 0;
}
.donut-inner span {
   font-size: 12px;
}
.task-pie{
  padding: 80px 0px;
  text-align: center;
}
.widget-taskgraph a img{
  display: block;
  margin: 0 auto;
}
.widget-taskgraph a span{
  color: #a9a9a9;
  font-size: 14px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 10px;
  display: inline-block;
}
.widget-taskgraph .panel-title h4,
.widget-mailbox .panel-title h4{
  text-align: left;
  font-size: 18px;
}
.widget-mailbox .panel-content{
  padding: 0px 0px 20px;
}
.widget-mailbox .panel-content a{
  color: #afafaf;
  font-size: 14px;
  font-weight: bold;
  /*background: red;*/
  display: block;
  line-height: 60px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    transition: all 0.9s ease;
}
.widget-mailbox .panel-content a i{
  font-size: 1.8em;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.widget-mailbox .panel-content a .row div:last-child{
  text-align: right;
}
.widget-mailbox .panel-content a .row div:last-child span{
  background: #afafaf;
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  color: #FFF;
  margin-top: 14px;
  -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.widget-mailbox .panel-content a.active,
.widget-mailbox .panel-content a:hover{
  color: #FFF;
  background: #afafaf;
}
.widget-mailbox .panel-content a.active .row div:last-child span,
.widget-mailbox .panel-content a:hover .row div:last-child span{
  color: #afafaf;
  background: #FFF;
}
.widget-mailbox .panel-content a:last-child{
  border-top: 2px solid #afafaf;
  padding: 0px;
  margin: 10px 15px 0px;
  line-height: 50px;
}
.widget-mailbox .panel-content a:hover:last-child{
  background: transparent;
  color: #afafaf;
  text-decoration: none;
}
.widget-revenue .panel-title h4{
  font-size: 18px;
}
.widget-revenue .panel-content{
  padding: 0px 0px 40px;
}
.widget-revenue .panel-content .line-graph{
  background: #0088cc;
  padding: 20px 30px 40px;
}
.widget-revenue .panel-content .row{
  margin: 0px 20px;
}
.widget-revenue .panel-content .row > div{
  padding: 0px;
}
.widget-revenue .panel-content h4{
  color: #0088cc;
  font-size: 14px;
  font-weight: 700;
  margin-top: 20px;
}
.widget-revenue .panel-content p{
  text-align: right;
  color: #0088cc;
  font-weight: 700;
  font-size: 36px;
  padding-top: 25%;
  padding-right: 25%;
}
.widget-revenue .panel-content p span{
  display: block;
  font-size: 14px;
  color: #232323;
  display: block;
  margin-top: 5px;
}
.widget-revenue .panel-content h5{
  color: #0088cc;
  font-weight: 700;
  font-size: 14px;
  margin-top: 30px;
}
.widget-revenue .panel-content h5 span{
  display: block;
  font-size: 30px;
  display: block;
  margin-top: 15px;
}
#media-player {
  /*float:left;*/
  padding: 0px;
  background-color:#0088cc;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

#media-player #bigplay{
  position: absolute;
  top: 50%;
  left: 50%;
  color: #FFF;
  font-size: 3em;
  width: 100px;
  height: 100px;
  line-height: 92px;
  margin-top: -85px;
  margin-left: -50px;
  text-align: center;
  border: 4px solid #FFF;
  border-radius: 50%;
  background: transparent;
}
#media-player #bigplay i{
  text-align: center;
  width: 100px;
  height: 92px;
  line-height: 92px;
  position: absolute;
  top: 0px;
  left: 0px;
}
#media-player video {
  /*border:1px solid #2e52a4;*/
  visibility: hidden;
  width: 100%;
  height: auto;
  background:#000;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

button#play-pause-button,
button#mute-button {
  /*text-indent:-9999px;*/
  border: none;
  background: #013048;
  color: #FFF;
  width:75px;
  height:75px;
  border-bottom-left-radius: 10px;
  font-size: 2em;
}
button#mute-button {
  background: transparent;
}
button:focus{
  outline: none;
}
#media-controls{
  margin-top: -7px;
  background: #004466;
}
.pause { background-position:-19px 0; }
.stop { background-position:-38px 0; }
.volume-plus { background-position:-57px 0; }
.volume-minus { background-position:-76px 0; }
.mute { background-position:-95px 0; }
.unmute { background-position:-114px 0; }
.replay { background-position:-133px 0; }

progress#progress-bar{
  color:#fff;
  font-size:12px;
  width:172px;
  width: 100%;
  height:13px;
  border:none;
  margin-right:5px;
  background:#013048;
  border-radius: 20px; 
  margin-top: 31px;
}
progress#progress-bar::-webkit-progress-value {

    border-radius: 20px;
    background-color: #0088cc;
  position: relative;
}
progress[value]::-webkit-progress-bar {
  background-color: #013048;
  border-radius: 20px;
}
progress[value]::-webkit-progress-value::before {
  content: '';
  position: absolute;
  top: -2px;
  right: -8px;
  background: #FFF;
  border-radius: 50%;
  display: block;
  width: 16px;
  height: 16px;
}

/*dashboard page*/
#page-content .page-content.dashboard-page{
  padding: 0px 20px 0px;
}
.wiwet-dashboard{
  margin: 0px -20px;
}
.wiwet-dashboard .wiwet-forecast{
  background: #cccccc;
  padding-top: 10px;
}
.wiwet-dashboard .wiwet-forecast .wiwet-date p,
.wiwet-dashboard .wiwet-forecast .wiwet-temperature p{
  margin: 0px;
  font-size: 14px;
  font-weight: 400;
  color: #232323;
}
.wiwet-dashboard .wiwet-forecast .wiwet-date h2{
  text-align: center;
  color: #232323;
  font-weight: 400;
  font-size: 60px;
  padding: 0px;
  margin: 10px 0px;
}
.wiwet-dashboard .wiwet-forecast .wiwet-date h3{
  text-align: center;
  color: #232323;
  font-weight: 400;
  font-size: 23px;
  margin: 10px 0px;
  padding-top: 30px;
}
.wiwet-dashboard .wiwet-forecast .wiwet-date h3:last-child{
  border-bottom: 1px solid #a1a1a1;
  padding-top: 0px;
  padding-bottom: 55px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 15px;
}
.wiwet-dashboard .wiwet-forecast .wiwet-date a,
.wiwet-dashboard .wiwet-forecast .wiwet-temperature a{
  font-size: 20px;
  margin-right: 15px;
  color: #232323;
  display: inline-block;
  width: 40px;
}
.wiwet-dashboard .wiwet-forecast .wiwet-temperature > div:last-child{
  border-bottom: 1px solid #a1a1a1;
}
.wiwet-dashboard .wiwet-forecast .wiwet-temperature h3{
  text-align: center;
  color: #222322;
  font-weight: 400;
  font-size: 43px;
  margin: 0px;
  line-height: 130px;
}
.wiwet-dashboard .wiwet-forecast .wiwet-temperature h3 span{
  font-size: 24px;
  color: #232323;
}
.wiwet-dashboard .wiwet-forecast .wiwet-temperature h4{
  background: #a1a1a1;
  height: 52px;
  line-height: 52px;
  margin: 0px;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  margin-bottom: 30px;
  text-align: center;
}
.wiwet-dashboard .wiwet-forecast .wiwet-temperature .day-temp div:last-child{
  padding-right: 0px;
}
.wiwet-dashboard .wiwet-forecast .wiwet-temperature h4 span{
  display: inline-block;
  width: 32%;
  font-size: 14px;
  font-weight: 400;
}
.wiwet-dashboard .wiwet-forecast .wiwet-temperature h4 span i{
  color: #232323;
}
.wiwet-dashboard .wiwet-forecast .wiwet-temperature p{
  margin: 0px;
  font-size: 15px;
  color: #232323;
  margin-bottom: 40px;
  font-weight: 400;
}
.wiwet-dashboard .wiwet-forecast .wiwet-temperature h5{
  color: black;
  font-size: 19px;
  font-weight: 400;
  margin: 0px;
  text-align: right;
  padding-right: 15px;
  margin-bottom: 40px;
}
.wiwet-dashboard .wiwet-forecast .wiwet-temperature h5 span{
  color: #989898;
  font-size: 16px;
}
.wiwet-dashboard .wiwet-forecast .wiwet-temperature h5 i{
  color: #232323;
  margin-right: 10px;
}
.wiwet-dash1{
  margin-top: 25px;
}
.wiwet-dash1 > div:first-child .above-graph p{
  background: #3075da;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 600;
  color: #FFF;
  padding: 15px 15px 0px;
}
.wiwet-dash1 > div:first-child .above-graph > div:first-child{
  padding-right: 0px;
}
.wiwet-dash1 > div:first-child .above-graph > div:last-child{
  padding-left: 0px;
}
.wiwet-dash1 > div:first-child canvas{
  /*background: #3075da;*/
  /*padding: 15px;*/
  width: 100% !important;
}
.wiwet-dashboard > div:first-child > div{
  padding-left: 15px;
  padding-right: 15px;
}
.wiwet-dash1 > div:first-child > div{
  background: #FFF;
}
.wiwet-dash1 > div:first-child > div h4{
  font-size: 16px;
  color: #2078dc;
  font-weight: 700;
  text-align: center
;}
.wiwet-dash1 > div:first-child > div h5{
  font-size: 10px;
  color: #262626;
  font-weight: 40;
  text-align: center;
}
.wiwet-dash1 > div:last-child > .row > div > div{
  background: #FFF;
  margin-bottom: 20px;
  padding-top: 32px;
  padding-bottom: 32px;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: inset 0 -3px 0 0 #c9c9c9, inset 0 -1px 0 1px #e2e2e2;
}
.wiwet-dash1 > div:last-child > .row > div:nth-child(1) > div{
  border-left: 4px solid #0088cc;
}
.wiwet-dash1 > div:last-child > .row > div:nth-child(2) > div{
  border-left: 4px solid #e36159;
}
.wiwet-dash1 > div:last-child > .row > div:nth-child(3) > div{
  border-left: 4px solid #2baab1;
}
.wiwet-dash1 > div:last-child > .row > div:nth-child(4) > div{
  border-left: 4px solid #734ba9;
}

.wiwet-dash1 > div:last-child > .row > div:nth-child(1) i{
  background: #0088cc;
}
.wiwet-dash1 > div:last-child > .row > div:nth-child(2) i{
  background: #e36159;
}
.wiwet-dash1 > div:last-child > .row > div:nth-child(3) i{
  background: #2baab1;
}
.wiwet-dash1 > div:last-child > .row > div:nth-child(4) i{
  background: #734ba9;
}
.wiwet-dash1 > div:last-child > .row > div > div > .row > div:first-child{
  padding-right: 0px; 
}
.wiwet-dash1 > div:last-child > .row > div > div > .row > div:last-child{
  padding-left: 0px;  
}
.wiwet-dash1 > div:last-child > .row > div > div i{
  color: #FFF;
  background: red;
  display: block;
  margin: 0 auto;
  width: 75px;
  text-align: center;
  height: 75px;
  line-height: 75px;
  border-radius: 50%;
  font-size: 2.4em;
}
.wiwet-dash1 > div:last-child > .row > div > div p{
  font-size: 18px;
  margin-bottom: 5px;
  color: #232323;
  margin-bottom: 0px;
}
.wiwet-dash1 > div:last-child > .row > div > div h4{
  font-size: 24px;
  color: #232323;
  margin: 0px;
  height: 24px;
}
.wiwet-dash1 > div:last-child > .row > div > div .delimiter{
  height: 2px;
  background: #e4e3e3;
  margin: 10px 15px 5px 0px;

}
.wiwet-dash1 > div:last-child > .row > div > div h4 span{
  color: #0088cc;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  top: -3px;
  left: 25%;
}
.wiwet-dash1 > div:last-child > .row > div > div a{
  font-size: 10px;
  color: #0088cc;
  display: block;
  text-align: right;
  padding-right: 25px;
  font-weight: 700;
}
.wiwet-dash1 > div:last-child > .row > div:nth-child(2) > div a{
  color: #e36159;
}
.wiwet-dash1 > div:last-child > .row > div:nth-child(3) > div a{
  color: #2baab1;
}
.wiwet-dash1 > div:last-child > .row > div:nth-child(4) > div a{
  color: #734ba9;
}
.wiwet-dash2 > div > div{
  background: #FFF; 
  margin-bottom: 20px;
  box-shadow: inset 0 -3px 0 0 #c9c9c9, inset 0 -1px 0 1px #e2e2e2;
  border-radius: 6px;
}
.wiwet-dash2 p{
  color: #232323;
  font-size: 14px;
  padding-top: 15px;
  padding-left: 10px;
}
.wiwet-dash2 h4{
  padding-bottom: 20px;
  color: #505050;
  font-size: 12px;
  margin: 0px;
  font-weight: 700;
  text-align: center;
}
.wiwet-dash2 h2{
  padding-top: 0px;
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  margin: 0px
}
.wiwet-dash2 > div:nth-child(1) h2{
  color: #0088cc;
}
.wiwet-dash2 > div:nth-child(2) h2{
  color: #e36159;
}
.wiwet-dash2 > div:nth-child(3) h2{
  color: #fc9041;
}
.wiwet-dash2 > div:nth-child(4) h2{
  color: #485858;
}
.wiwet-dash2 .dropdown .btn{
  background: transparent;
  color: #232323;
  font-size: 14px;
  font-weight: 400;
  padding: 0px;
  padding-top: 15px;
  padding-left: 10px;
}
.wiwet-dash2 .dropdown a{
  float: none;
  color: #797979;
  font-size: 12px;
}
.wiwet-dash2 .dropdown .btn:focus{
  outline: none;
}
.wiwet-dash2 a{
  width: 40px;
  display: block;
  float: right;
  text-align: center;
  color: #5f5d5f;
  padding-top: 15px;
}
.wiwet-dash2 h5{
  margin: 0px;
  background: transparent;
  border-top: 2px solid #e3e3e4;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  color: #505050;
  font-size: 14px;
}
.wiwet-dash2 h5 span{
  /*color: #000;*/
}
.icon-wrap{
  margin-bottom: 15px;
}
.icon-wrap .icon {
  display: inline-block;
    min-width: 40px;
    padding-right: 15px;
}
.icon-wrap .icon-name {
  display: inline-block;
    min-width: 80px;
    padding-right: 15px;
}
input[placeholder=Search]{
  border: 1px solid #EEEEEE;
  padding: 0px 5px;
  line-height: 36px;
  height: 36px;
}
input[placeholder=Search]:focus{
  outline: none;
}
.wiwet-navigation li.active a{
  background: #0099e6;
  color: #FFF;
  padding-left: 50px;
  margin-right: 0px;
  padding-right: 50px;
}
.wiwet-dash1 .sales-goal h4{
  color: #232323 !important;
  font-size: 14px !important;
  font-weight: 700;
  margin-top: 15px;
}
.wiwet-dash1 .sales-goal > div{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 6px solid #bcbbbb;
  margin: 0px auto 10px;
  position: relative;
  overflow: hidden;
}
.wiwet-dash1 .sales-goal p{
  width: 100%;
  margin: 0px;
  position: absolute;
  line-height: 88px;
  text-align: center;
  color: #0088cc;
  font-size: 18px;
  font-weight: 700;
  z-index: 10;
}
.wiwet-dash1 .sales-goal p span{
  font-size: 14px;
}
.wiwet-dash1 .sales-goal .fill{
  background: #0088cc;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 10%;
}
.wiwet-dash1 .sales-goal.fill20 .fill{height: 20%;}
.wiwet-dash1 .sales-goal.fill30 .fill{height: 30%;}
.wiwet-dash1 .sales-goal.fill40 .fill{height: 40%;}
.wiwet-dash1 .sales-goal.fill50 .fill{height: 57%;}
.wiwet-dash1 .sales-goal.fill60 .fill{height: 60%;}
.wiwet-dash1 .sales-goal.fill70 .fill{height: 70%;}
.wiwet-dash1 .sales-goal.fill80 .fill{height: 80%;}
.wiwet-dash1 .sales-goal.fill90 .fill{height: 90%;}
.wiwet-dash1 .sales-goal.fill100 .fill{height: 100%;}

.wiwet-dash1 .sales-goal.fill50 p,
.wiwet-dash1 .sales-goal.fill60 p,
.wiwet-dash1 .sales-goal.fill70 p,
.wiwet-dash1 .sales-goal.fill80 p,
.wiwet-dash1 .sales-goal.fill90 p,
.wiwet-dash1 .sales-goal.fill100 p{color: #FFF;}

.wiwet-dash1 .sales-goal a{
  color: #232323;
  font-size: 10px;
  font-weight: 400;
}
.wiwet-dash1 .sales-goal a.active{
  color: #0088cc;
}

.wiwet-dash3 > div > .row > div > div{
  background: #FFF;
  border-radius: 6px;
  box-shadow: inset 0 -3px 0 0 #c9c9c9, inset 0 -1px 0 1px #e2e2e2;
  margin-bottom: 40px;
  padding: 20px 0px;
}

.wiwet-dash3 > div:first-child > .row > div > div i{
  color: #FFF;
  background: #0088cc;
  display: block;
  margin: 0 auto;
  width: 75px;
  text-align: center;
  height: 75px;
  line-height: 75px;
  border-radius: 50%;
  font-size: 2.4em;
  text-shadow: 1px 1px 0px #037dba,
              2px 2px 0px #037dba,
              3px 3px 0px #037dba,
              4px 4px 0px #037dba,
              5px 5px 0px #037dba,
              6px 6px 0px #037dba,
              6px 6px 0px #037dba,
              7px 7px 0px #037dba,
              8px 8px 0px #037dba,
              9px 9px 0px #037dba,
              10px 10px 0px #037dba,
              11px 11px 0px #037dba,
              12px 12px 0px #037dba,
              13px 13px 0px #037dba,
              14px 14px 0px #037dba,
              15px 15px 0px #037dba,
              16px 16px 0px #037dba,
              17px 17px 0px #037dba,
              18px 18px 0px #037dba,
              19px 19px 0px #037dba,
              20px 20px 0px #037dba,
              21px 21px 0px #037dba,
              22px 22px 0px #037dba;
  overflow: hidden;
}
.wiwet-dash3 > div:first-child > .row > div > div .delimiter{
  background: #0088cc;
  height: 2px;
  margin: 5px 15px 5px 0px;
}
.wiwet-dash3 p{
  margin: 0px;
  font-size: 18px;
  font-weight: 700;
  color: #0088cc;
}
.wiwet-dash3 h4{
  margin: 0px;
  font-size: 24px;
  font-weight: 300;
  color: #262e2e;
}
.wiwet-dash3 h4 span{
  font-size: 18px;
}
.wiwet-dash3 a{
  display: block;
  text-align: right;
  padding-right: 15px;
  color: #0088cc;
  font-size: 10px;
  font-weight: 700;
}
.wiwet-dash4 .sales-chart h3{
  text-transform: none;
}
.wiwet-dash4 .sales-chart h3 span{
  font-weight: 300;
  color: #9addff;
}
.wiwet-dash4 .sell-rotation{
  text-align: right;
}
.wiwet-dash4 .sell-rotation span{
  display: inline-block;
  border-radius: 20px;
  background: #0088cc;
  color: #FFF;
  padding: 0px 15px;
}
.wiwet-dash4 .sell-rotation span:last-child{
  background: #ff5d5d;
}

.post-it-small {
    width: 111px;
    height: 90px;
    margin: 0 auto 34px;
    color: #000000;
    /*display: inline-block;*/
    /*padding: 10px;*/
    background: url('../images/post-blue-small.png') no-repeat center;
}
.post-it-small p{
  /*margin: 0px 5px;*/
  text-align: center;
  padding-top: 15px;
}
.wiwet-dash4 .sales-goals .panel-title a{
  background: #FFF;
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #0088cc;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}
.wiwet-dash4 .sales-goals .panel-content{
  min-height: 260px;
  position: relative;
}
.wiwet-dash4 .sales-goals .panel-content a{
  display: block;
  border-top: 2px solid #0088cc;
  text-align: right;
  font-size: 10px;
  font-weight: 700;
  padding-top: 5px;
  position: absolute;
  width: 93%;
  bottom: 10px;
}
.wiwet-dash4 .sales-goals .panel-content .row > div:nth-child(1) .post-it-small{
    -ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
.wiwet-dash4 .sales-goals .panel-content .row > div:nth-child(1) .post-it-small p{
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
    margin-top: 40px;
}
.wiwet-dash4 .sales-goals .panel-content .row > div:nth-child(2) .post-it-small{
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
}
.wiwet-dash4 .sales-goals .panel-content .row > div:nth-child(2) .post-it-small p{
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    margin-top: 65px;
}
.wiwet-dash4 .sales-goals .panel-content .row > div:nth-child(3) .post-it-small{
    -ms-transform: rotate(24deg);
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
}
.wiwet-dash4 .sales-goals .panel-content .row > div:nth-child(3) .post-it-small p{
    -ms-transform: rotate(-24deg);
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
    margin-top: 25px;
}
.wiwet-dash5 .panel-profile .panel-title h4{
  font-size: 18px;
  margin: 15px 0px 5px;
  text-transform: none;
}
.wiwet-dash5 .panel-profile .panel-title h5{
  font-size: 18px;
  margin: 0px 0px 10px;
  font-weight: 300;
  text-transform: none;
}
.wiwet-dash5 .panel-profile .panel-content h4{
  color: #0088cc;
  font-size: 14px;
  font-weight: 700;
}
.wiwet-dash5 .panel-profile .panel-content .radio-btn{
  margin-bottom: 20px;
}
.wiwet-dash5 .panel-profile .panel-content .radio-btn span{
  border-radius: 0px;  
  width: 15px;
  height: 15px;
  line-height: 5px;
  position: relative;
  top: -2px;
  display: inline-block;
  color: #262e2e;
  font-size: 14px;
  font-weight: 400;
}
.wiwet-dash5 .panel-profile .panel-content .radio-btn input:checked + label{
  text-decoration: line-through;
}
.wiwet-dash5 .panel-profile .panel-content .radio-btn span i{
  font-size: 0.5em;
}
.wiwet-dash5 .panel-profile .panel-content .row button{
  border: none;
  background: transparent;
  padding: 0px;
}
.wiwet-dash5 .panel-profile .panel-content .row > div:nth-child(2),
.wiwet-dash5 .panel-profile .panel-content .row > div:nth-child(3){
  padding: 0px 5px;
}
.wiwet-dash5 .panel-profile .panel-content .btn-primary{
  width: 100%;
  margin-top: 10px;
}
.wiwet-dash5 .panel-profile .panel-content .btn-primary i{
  background: #FFF;
  color: #0088cc;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  text-align: center;
}
.panel-profile-white .panel-content,
.wiwet-dash5 .messages-received .panel-content{
  padding-top: 20px !important;
  border-radius: 6px !important;
}
.wiwet-dash5 .messages-received .panel-content span{
  background: #FFF;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  color: #0088cc;
  font-size: 27px;
  font-weight: bold;
}
.wiwet-dash5 .messages-received .panel-content h4{
  margin: 0px;
  font-size: 18px;
}
.wiwet-dash5 .messages-received .panel-content a{
  display: block;
  text-align: right;
  color: #FFF;
  font-weight: 700;
  font-size: 14px;
  padding-right: 10%;
}
.panel-profile-white h4{
  font-weight: 300;
  font-size: 24px;
  color: #262e2e;
  margin: 0px;
  margin-top: 15%;
}
.panel-profile-white p{
  font-weight: 700;
  font-size: 14px;
  color: #0088cc;
}
.panel-activity .panel-title{
  text-transform: none;
}
.panel-activity .panel-content{
  padding-top: 0px;
  padding-bottom: 0px;
}
.panel-activity .panel-content .timeline .timeline-feed{
  padding-top: 0px;
  padding-right: 0px;
}
.panel-activity .panel-content .timeline-post > span{
  border-width: 5px;
}
.panel-activity .panel-content .timeline .timeline-feed .month-year{
  margin: 0 0 40px 0;
  background: transparent;
  color: #68dde4;
  font-size: 12px;
  text-align: left;
}
.panel-activity .panel-content .three-dots{
  color: #0088cc;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 40px;
  font-size: 1.5em;
}
