/*
Template Name: Adminto Dashboard
Author: CoderThemes
Email: coderthemes$gmail.com
File: Core
link: https://coderthemes.com/adminto/layouts/light/index.html
*/
/* @import url('https://fonts.googleapis.com/css?family=Roboto:400,300,500,700');
@import url('https://fonts.googleapis.com/css?family=Karla:400,700');
@import url('https://fonts.googleapis.com/css?family=Rancho'); */

@font-face {
    font-family: noirpro-bold;
    src: url('/assets/fonts/noirpro/noirpro-bold.otf');
}

@font-face {
    font-family: noirpro-bolditalic;
    src: url('/assets/fonts/noirpro/noirpro-bolditalic.otf');
}

@font-face {
    font-family: noirpro-italic;
    src: url('/assets/fonts/noirpro/noirpro-italic.otf');
}

@font-face {
    font-family: noirpro-light;
    src: url('/assets/fonts/noirpro/noirpro-light.otf');
}

@font-face {
    font-family: noirpro-lightitalic;
    src: url('/assets/fonts/noirpro/noirpro-lightitalic.otf');
}

@font-face {
    font-family: noirpro-medium;
    src: url('/assets/fonts/noirpro/noirpro-medium.otf');
}

@font-face {
    font-family: noirpro-mediumitalic;
    src: url('/assets/fonts/noirpro/noirpro-mediumitalic.otf');
}

@font-face {
    font-family: noirpro-regular;
    src: url('/assets/fonts/noirpro/noirpro-regular.otf');
}

@font-face {
    font-family: noirpro-semibold;
    src: url('/assets/fonts/noirpro/noirpro-semibold.otf');
}

/*
Template Name: UBold Dashboard
Author: CoderThemes
Email: coderthemes$gmail.com
File: Core
*/
/* =============
  == Core List==

   - Common
   - Helper classes
   - Extra
   - Bootstrap Custom
   - Animation (Some loader)
   - Waves effect
   - Print (Invoice css)

============= */
/* =============
   Common
============= */
body {
  background: #ebeff2;
  font-family: 'noirpro-regular', sans-serif;
  margin: 0;
  padding-bottom: 60px;
  overflow-x: hidden;
  font-size: 14px;
}

html {
  position: relative;
  min-height: 100%;
  background: #ebeff2;
}

h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
  font-family: 'noirpro-regular', sans-serif;
}

h1 {
  line-height: 43px;
  font-size: 36px;
}

h2 {
  line-height: 35px;
  font-size: 30px;
}

h3 {
  line-height: 30px;
  font-size: 24px;
}

h3 small {
  color: #444444;
}

h4 {
  line-height: 22px;
  font-size: 18px;
}

h4 small {
  color: #444444;
}

h5 {
  font-size: 15px;
}

h5 small {
  color: #444444;
}

h6 {
  font-size: 12px;
}

p {
	line-height: 1.6;
  font-family: 'noirpro-light', sans-serif;
}

* {
  outline: none !important;
}

b {
  font-weight: 600;
}

a:hover {
  outline: 0;
  text-decoration: none;
}

a:active {
  outline: 0;
  text-decoration: none;
}

a:focus {
  outline: 0;
  text-decoration: none;
}

.container {
  width: auto;
}

.container-alt {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

::-webkit-scrollbar {
  width: 0.6em;
  border-radius: 100px;
}
 
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(67, 89, 102, 0.3);
  border-radius: 100px;
}
 
::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: none;
  border-radius: 100px;
}

/* Footer */
.footer {
  border-top: 1px solid rgba(152, 166, 173, 0.2);
  bottom: 0px;
  color: #98a6ad;
  text-align: left !important;
  padding: 19px 30px 20px;
  position: absolute;
  right: 0px;
  left: 250px;
}

#wrapper {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.page {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

/* Page titles */
.page-title {
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 70px;
  font-weight: 600;
}

.page-title>a {
  color: #435966;
}

.header-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 8px;
  margin-top: 0;
  font-family: 'noirpro-regular', sans-serif;
}

/* =============
   Helper clasess
============= */
.p-20 {
  padding: 20px !important;
}

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

.p-t-10 {
  padding-top: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.p-l-r-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.m-r-5 {
  margin-right: 5px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

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

.m-t-15 {
  margin-top: 15px !important;
}

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

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

.m-t-40 {
  margin-top: 40px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

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

.m-b-15 {
  margin-bottom: 15px !important;
}

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

.m-b-25 {
  margin-bottom: 25px !important;
}

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

.w-xs {
  min-width: 80px;
}

.w-sm {
  min-width: 95px;
}

.w-md {
  min-width: 110px;
}

.w-lg {
  min-width: 140px;
}

.m-h-40 {
  min-height: 40px;
}

.m-h-50 {
  min-height: 50px;
}

.l-h-34 {
  line-height: 34px;
}

.font-600 {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-normal {
  font-weight: normal;
}

.font-light {
  font-weight: 300;
}

.font-13 {
  font-size: 13px !important;
}

.wrapper-md {
  padding: 20px;
}

.pull-in {
  margin-left: -20px;
  margin-right: -20px;
}

.b-0 {
  border: none !important;
}

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


.vertical-middle {
  vertical-align: middle;
}

.bx-shadow {
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

.bx-shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.mx-box {
  max-height: 380px;
  min-height: 380px;
}

.thumb-sm {
  height: 32px;
  width: 32px;
}

.thumb-md {
  height: 48px;
  width: 48px;
}

.thumb-lg {
  height: 88px;
  width: 88px;
}

.thumb-xl {
  height: 120px;
  width: 120px;
}

.add-new-plus {
  height: 32px;
  text-align: center;
  width: 32px;
  display: block;
  line-height: 32px;
  color: #98a6ad;
  font-weight: 700;
  background-color: #ebeff2;
  border-radius: 50%;
}

/* =============
   Extras
============= */
/* Table type box */
.table-box {
  display: table;
  height: 100%;
  width: 100%;
}

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

/* Card Box */
.card-box {
  padding: 30px 20px!important;
  -webkit-box-shadow: 0px 0px 0px -1px rgba(0, 0, 0, 0.10)!important;
  box-shadow: 0px 0px 0px -1px rgba(0, 0, 0, 0.10)!important;
  border-radius: 10px!important;
  margin-bottom: 20px;
  background-color: #ffffff;
  height: 100%;
}

.card-box .card-drop {
  color: #98a6ad;
  font-size: 30px;
  height: 20px;
  line-height: 40px!important;
  display: inline-block;
  margin-right: 10px;
}

.content-page .content {
  padding: 0 10px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.widget-detail-1 h2 {
  line-height: 35px;
  font-size: 25px;
}

.edit-project-page .switchery>small, .add-project-page .switchery>small {
  height: 20px;
  top: 0;
  width: 20px;
}

.edit-project-page .switchery, .add-project-page .switchery {
  height: 20px;
  width: 50px;
}

.edit-project-page .switchery-demo, .add-project-page .switchery-demo {
  padding-top: 10px;
}

.cpprojects {
  border: 1px solid #E3E3E3;
  margin-top: 20px;
  margin-bottom: 10px;
}

/* Grid page */
.grid-structure .grid-container {
  background-color: #f4f8fb;
  margin-bottom: 10px;
  padding: 10px 20px;
}

/* Demo only */
.icon-list-demo div {
  cursor: pointer;
  line-height: 45px;
  white-space: nowrap;
  color: #75798B;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
}

.icon-list-demo div p {
  margin-bottom: 0;
  line-height: inherit;
}

.icon-list-demo i {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  vertical-align: middle;
  width: 40px;
}

.icon-list-demo .col-md-4 {
  border-radius: 3px;
}

.icon-list-demo .col-md-4:hover {
  background-color: rgba(	88, 200, 224, 0.07);
}

.button-list {
  margin-left: -8px;
  margin-bottom: -12px;
}

.button-list .btn {
  margin-bottom: 12px;
  margin-left: 8px;
}

.demo-dropdown {
  position: static;
  display: block;
  margin-bottom: 5px;
  clear: left;
}

#static-modal {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  display: block;
}

/* Switchery demo */
.switchery-demo .switchery {
  margin-bottom: 10px;
}

/* =============
   Bootstrap-custom
============= */
.row {
  margin-right: -10px;
  margin-left: -10px;
}

.container, .container-fluid, .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto,
.col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6,
.col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2,
.col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1,
.col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8,
.col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4,
.col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-left: 10px;
  padding-right: 10px;
}

.breadcrumb {
  background-color: transparent;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-left: 0;
}

.blockquote {
  font-size: 16px;
}

.card {
  -webkit-box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
          box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
  border-radius: 5px;
  border: none;
}

/* Dropdown */
.dropdown-menu {
  padding: 4px 0;
  font-size: 14px;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
}

.dropdown-menu-animated {
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  margin-top: 20px !important;
}

.show > .dropdown-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0 !important;
}

.dropdown-item.active, .dropdown-item:active {
  color: #435966;
  text-decoration: none;
  background-color: #eeeeee;
}

.dropdown-item {
  padding: 6px 1.5rem;
}

.dropdown-lg {
  width: 260px;
}

.arrow-none:after {
  border: none;
  margin: 0;
  display: none;
}

/* Background colors */
/*Light blue*/
.bg-custom {
  background-color: #58c8e0 !important;
}

/*Bright blue*/
.bg-primary {
  background-color: #188ae2 !important;
}

/*Bright green*/
.bg-success {
  background-color: #10c469 !important;
}

/*Cyan*/
.bg-info {
  background-color: #35b8e0 !important;
}

/*Soft orange*/
.bg-warning {
  background-color: #FFBC03 !important;
}

/*Light red*/
.bg-danger {
  background-color: #ff5b5b !important;
}

/*Light grey*/
.bg-muted {
  background-color: #f4f8fb !important;
}

/*Dark grey*/
.bg-inverse {
  background-color: #3b3e47 !important;
}

/*Purple*/
.bg-purple {
  background-color: #5b69bc !important;
}

/*Pink*/
.bg-pink {
  background-color: #ff8acc !important;
}

/*White*/
.bg-white {
  background-color: #ffffff !important;
}

/*Very light grey*/
.bg-lightdark {
  background-color: #f4f8fb !important;
}

/* Text colors */
.text-custom {
	color: #71b6f9 !important;
}

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

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

.taskboard-box .text-danger, .taskboard-box .text-primary, .taskboard-box .text-success, .taskboard-box .text-warning {
  font-size: 15px;
  vertical-align: baseline;
  line-height: 20px;
}

.text-muted {
	color: #98a6ad !important;
}

.text-primary {
	color: #188ae2 !important;
}

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

.text-success {
	color: #10c469 !important;
}

.text-info {
	color: #35b8e0 !important;
}

.text-inverse {
	color: #3b3e47 !important;
}

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

.text-purple {
	color: #5b69bc !important;
}

.text-dark {
	color: #797979 !important;
}

.text-crt-navy{
	color: #063458 !important;
}

.text-crt-orange{
	color: #FF7800 !important;
}

.text-crt-orange{
	color: #EAF1F4 !important;
}

/* Form components */
label {
	font-weight: 500;
}

textarea.form-control {
	min-height: 90px;
}

.form-control {
	background-color: #ffffff;
	border: 1px solid #E3E3E3;
	border-radius: 4px;
	font-size: 14px;
	max-width: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
  height: 38px;
  padding: 5px;
}

.form-control:focus {
	background-color: #ffffff;
	border: 1px solid #AAAAAA;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0 !important;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.input-group-btn .btn {
  padding: 8px 12px;
}

.input-group-btn .btn-sm {
  padding: 5px 10px;
}

.input-group-btn .btn-lg {
  padding: 10px 17px;
}

select[multiple] {
  height: auto;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #188ae2;
  background-color: #188ae2;
}

/* Badge */
.new-badge {
  vertical-align: top!important;
}

.badge {
  font-weight: 500;
  padding: 3px 5px;
  font-size: 12px;
  margin-top: 1px;
  color: #ffffff;
}

.badge-xs {
  font-size: 9px;
}

.badge-xs, .badge-sm {
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
}
/* CRT Light Blue */
.badge-custom {
	background-color: #58c8e0;
}

/*blue*/
.badge-primary {
	background-color: #188ae2;
}
/*----*/
/*Green*/
.badge-success {
	background-color: #10c469;
}
/*----*/
/*cyan*/
.badge-info {
	background-color: #35b8e0;
}
/*----*/
/*Soft orange*/
.badge-warning {
	background-color: #FFBC03;
}
/*-----*/
/*Light red*/
.badge-danger {
	background-color: #ff5b5b;
}
/*--------*/
/*purple*/
.badge-purple {
	background-color: #5b69bc;
}
/*-------*/
/*Pink*/
.badge-pink {
	background-color: #ff8acc;
}
/*-----*/
/*Dark grey*/
.badge-inverse {
	background-color: #3b3e47;
}

.badge-light-grey {
	background-color: #98a6ad;
}

.badge-crt-navy {
	background-color: #063458;
}

.badge-crt-orange {
	background-color: #FF7800;
}

.badge-crt-yellow {
	background-color: #FFBC03;
}

.badge-crt-grey {
	background-color: #EAF1F4;
}

/*-------*/

/* Pagination/ Pager */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

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

.pagination > li > a,
.pagination > li > span {
  color: #636e7b;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #e4e7ea;
}

.pagination-split li {
  margin-left: 5px;
  float: left;
}

.pagination-split li:first-child {
  margin-left: 0;
}

.pagination-split li a {
  border-radius: 3px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.page-item.active .page-link {
  background-color: #71b6f9;
  border-color: #71b6f9;
}

.pager li > a, .pager li > span {
  border-radius: 3px;
  color: #636e7b;
}

/* Tabs */
.tab-content {
  padding: 20px;
  border: 2px solid #eeeeee;
  border-top: none;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:focus, .nav-tabs > .active > a:hover {
  border: 2px solid #eeeeee !important;
  border-bottom-color: #ffffff !important;
}

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

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

.nav-tabs a {
  color: #435966;
  font-size: 15px;
  font-weight: 600;
  font-family: "noirpro-regular";
}

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: #f4f8fb;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  border-color: #eeeeee;
}

/* List group */
.list-group-item {
  border: 1px solid #ebeff2;
  border-left: none;
  border-right: none;
}

.list-group-item:hover {
  background-color: rgba(152, 166, 173, 0.1);
}

.list-group-item:first-child {
  border-top: none;
}

.list-group-item:last-child {
  border-bottom: none;
}

.list-no-border .list-group-item {
  border: none;
}

/* Dropcap */
.dropcap {
  font-size: 3.1em;
}

.dropcap, .dropcap-circle, .dropcap-square {
  display: block;
  float: left;
  font-weight: 400;
  line-height: 36px;
  margin-right: 6px;
  text-shadow: none;
}

/* Alert */
.alert .btn {
  margin-top: 10px;
}

.alert-success {
  background-color: rgba(95, 190, 170, 0.3);
  border-color: rgba(95, 190, 170, 0.4);
  color: #5fbeaa;
}

.alert-info {
  background-color: rgba(52, 211, 235, 0.2);
  border-color: rgba(52, 211, 235, 0.3);
  color: #35b8e0;
}

.alert-warning {
  background-color: rgba(255, 189, 74, 0.2);
  border-color: rgba(255, 189, 74, 0.3);
  color: #FFBC03;
}

.alert-danger {
  background-color: rgba(240, 80, 80, 0.2);
  border-color: rgba(240, 80, 80, 0.3);
  color: #ff5b5b;
}

/* Modals */
/* .modal-lg, .modal-xl {
  max-width: 1000px;
} */

.modal .modal-dialog .modal-content {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #DDDDDD;
  border-radius: 2px;
  box-shadow: none;
  padding: 25px;
}

.modal .modal-dialog .modal-content .modal-header {
  border-bottom-width: 2px;
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
}

.modal .modal-dialog.modal-lg .modal-content .modal-body, .modal .modal-dialog.modal-xl .modal-content .modal-body {
  padding: 20px 0;
  min-height: 550px;
  max-height: 570px;
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
}

.modal .modal-dialog .modal-content .modal-footer {
  padding: 0;
  padding-top: 15px;
}

.modal-full {
  width: 98%;
}

.modal-content .nav.nav-tabs + .tab-content {
  margin-bottom: 0px;
}

.modal-content .panel-group {
  margin-bottom: 0px;
}

.modal-content .panel {
  border-top: none;
}

/* Custom-modal */
.modal-demo {
  background-color: #FFF;
  width: 650px;
  border-radius: 4px;
  display: none;
}

.modal-demo .close {
  position: absolute;
  top: 15px;
  right: 25px;
  color: #eeeeee;
}

.custom-modal-title {
  padding: 15px 25px 15px 25px;
  line-height: 22px;
  font-size: 18px;
  background-color: #36404a;
  color: #ffffff;
  text-align: left;
  margin: 0px;
}

.custom-modal-text {
  padding: 20px;
}

.custombox-modal-flash .close, .custombox-modal-rotatedown .close {
  top: 20px;
  z-index: 9999;
}

/* Tabs-Accordions */
.tabs-vertical-env .tab-content {
  margin-bottom: 0px;
}

.table > thead > tr > td.middle-align, .table > tbody > tr > td.middle-align,
.table > .tfood > tr > td.middle-align, .table > thead > tr > th.middle-align,
.table > tbody > tr > th.middle-align, .table > .tfood > tr > th.middle-align {
  vertical-align: middle;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  background-color: #71b6f9;
  border-color: #71b6f9;
}

.nav-pills > .active > a > .badge {
  color: #71b6f9;
}

.has-success .form-control {
  border-color: #10c469;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.has-warning .form-control {
  border-color: #FFBC03;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.has-error .form-control {
  border-color: #ff5b5b;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

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

/* Tooltips */
.tooltip-inner {
  border-radius: 1px;
  padding: 6px 10px;
}

.jqstooltip {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: auto !important;
  height: auto !important;
}

/* Popover */
.popover {
  font-family: inherit;
  border-radius: 3px;
}

.popover .popover-header {
  background-color: transparent;
  color: #71b6f9;
  font-weight: 600;
  margin: 0;
}

/* Code */
code {
  color: #188ae2;
  background-color: #f4f8fb;
  border-radius: 4px;
}

/* Pre */
pre {
  background-color: #f4f8fb;
  border: 1px solid #D4D8DA;
}

/* Carousel */
.carousel-control {
  width: 10%;
}

.carousel-control span {
  position: absolute;
  top: 50%;
  /* pushes the icon in the middle of the height */
  z-index: 5;
  display: inline-block;
  font-size: 30px;
}

/* Owl */
.slider-bg {
  background-size: cover !important;
  padding: 5.5% 4.5%;
}

/* Media */
.media {
  margin-bottom: 20px;
}

.media .media-heading {
  font-weight: 600;
  font-size: 16px;
}

.media:last-of-type {
  margin-bottom: 0;
}

/* =============
   Animation
============= */
/* Progressbar Animated */
@-webkit-keyframes animationProgress {
  from {
    width: 0;
  }
}

@keyframes animationProgress {
  from {
    width: 0;
  }
}

/* Portlets loader */
@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}

.waves-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

.waves-circle {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-block {
  display: block;
}

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.4);
}

.waves-effect.waves-custom .waves-ripple {
  background-color: rgba(	88, 200, 224, 0.4);
}

.waves-effect.waves-primary .waves-ripple {
  background-color: rgba(24, 138, 226, 0.4);
}

.waves-effect.waves-success .waves-ripple {
  background-color: rgba(16, 196, 105, 0.4);
}

.waves-effect.waves-info .waves-ripple {
  background-color: rgba(53, 184, 224, 0.4);
}

.waves-effect.waves-warning .waves-ripple {
  background-color: rgba(249, 200, 81, 0.4);
}

.waves-effect.waves-danger .waves-ripple {
  background-color: rgba(255, 91, 91, 0.4);
}

.waves-effect.waves-pink .waves-ripple {
  background-color: rgba(255, 138, 204, 0.4);
}

.waves-effect.purple .waves-ripple {
  background-color: rgba(91, 105, 188, 0.2);
}

.waves-effect.waves-inverse .waves-ripple {
  background-color: rgba(59, 62, 71, 0.4);
}

/* =============
   Print css
============= */
@media print {
  .page-title-box, .topbar-left, .hidden-print, .breadcrumb, .page-title, .footer, .topbar {
    display: none;
    margin: 0;
    padding: 0;
  }
  .left, .right-bar {
    display: none;
  }
  .content {
    margin-top: 0 !important;
    padding-top: 0;
  }
  .content-page {
    margin-left: 0 !important;
    margin-top: 0;
  }
}

/* =============
   Buttons
============= */
.btn {
  border-radius: 2px;
  padding: 6px 14px;
  font-size: 14px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-group-lg > .btn, .btn-lg {
  padding: 10px 16px !important;
  font-size: 16px;
}

.btn-group-sm > .btn, .btn-sm {
  padding: 5px 10px !important;
  font-size: 12px;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: 0;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
}

.btn-custom, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger, .btn-inverse, .btn-purple, .btn-pink, .btn-crt-navy, .btn-crt-yellow, .btn-crt-orange, .btn-crt-grey {
  color: #ffffff !important;
}

.btn-custom {
  background-color: #58c8e0;
  border-color: #58c8e0;
  transition: all 0.8s;
}

.btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom.active,
.btn-custom.focus, .btn-custom:active, .btn-custom:focus, .btn-custom:hover,
.open > .dropdown-toggle.btn-custom {
  background-color: #58c8e0!important;
  border-color: #58c8e0!important;
}

.btn-custom:hover i, .btn-custom:focus i, .btn-custom:active i, .btn-custom.active i,
.btn-custom.focus i, .btn-custom:active i, .btn-custom:focus i, .btn-custom:hover i,
.open > .dropdown-toggle.btn-custom i {
  /* border-color: #fff!important;
  background-color: #fff!important; */
  color: #fff!important;
}

.btn-primary {
  background-color: #188ae2 !important;
  border: 1px solid #188ae2 !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
.btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  background-color: #167ccb !important;
  border: 1px solid #167ccb !important;
}

.btn-success {
  background-color: #10c469 !important;
  border: 1px solid #10c469 !important;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success {
  background-color: #0eac5c !important;
  border: 1px solid #0eac5c !important;
}

.btn-info {
  background-color: #35b8e0 !important;
  border: 1px solid #35b8e0 !important;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info {
  background-color: #21afda !important;
  border: 1px solid #21afda !important;
}

.btn-warning {
  background-color: #FFBC03 !important;
  border: 1px solid #FFBC03 !important;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open > .dropdown-toggle.btn-warning {
  background-color: #f8c038 !important;
  border: 1px solid #f8c038 !important;
}

.btn-danger {
  background-color: #ff5b5b !important;
  border: 1px solid #ff5b5b !important;
}

.btn-danger:active, .btn-danger:focus, .btn-danger:hover, .btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
  background-color: #ff4242 !important;
  border: 1px solid #ff4242 !important;
}

.btn-inverse {
  background-color: #3b3e47 !important;
  border: 1px solid #3b3e47 !important;
}

.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.focus, .btn-inverse:active, .btn-inverse:focus, .btn-inverse:hover, .open > .dropdown-toggle.btn-inverse {
  background-color: #2f3239 !important;
  border: 1px solid #2f3239 !important;
}

.btn-purple {
  background-color: #5b69bc !important;
  border: 1px solid #5b69bc !important;
}

.btn-purple:hover, .btn-purple:focus, .btn-purple:active {
  background-color: #4a59b4 !important;
  border: 1px solid #4a59b4 !important;
}

.btn-pink {
  background-color: #ff8acc !important;
  border: 1px solid #ff8acc !important;
}

.btn-pink:hover, .btn-pink:focus, .btn-pink:active {
  background-color: #ff71c1 !important;
  border: 1px solid #ff71c1 !important;
}

.btn-crt-navy {
	background-color: #063458;
	border: 1px solid #063458;
}

.btn-crt-orange {
	background-color: #FF7800;
	border: 1px solid #FF7800;
}

.btn-crt-yellow {
	background-color: #FFBC03;
	border: 1px solid #FFBC03;
}

.btn-crt-grey {
	background-color: #EAF1F4;
	border: 1px solid #EAF1F4;
}

.btn-bordred {
  border-bottom: 3px solid transparent;
}

.btn-bordred.btn-secondary {
  background-color: #727b84;
  border-bottom: 2px solid #616971 !important;
}

.btn-bordred.btn-custom {
  background-color: #58c8e0;
  border-bottom: 2px solid #4fa4f8 !important;
}

.btn-bordred.btn-primary {
  border-bottom: 2px solid #1576c2 !important;
}

.btn-bordred.btn-success {
  border-bottom: 2px solid #0da357 !important;
}

.btn-bordred.btn-info {
  border-bottom: 2px solid #20a8d1 !important;
}

.btn-bordred.btn-warning {
  border-bottom: 2px solid #f7b820 !important;
}

.btn-bordred.btn-danger {
  border-bottom: 2px solid #ff2828 !important;
}

.btn-bordred.btn-inverse {
  border-bottom: 2px solid #0d0d0f !important;
}

.btn-bordred.btn-purple {
  border-bottom: 2px solid #4755ad !important;
}

.btn-bordred.btn-pink {
  border-bottom: 2px solid #ff66bc !important;
}

.btn-rounded {
  border-radius: 2em;
  padding: 5px 10px;
}

.header-btns .btn-add-task.btn-rounded {
  border-radius: 2em;
  padding: 0;
  background-color: transparent;
  transition: all 0.8s;
}

.header-btns .btn-add-task.btn-rounded i {
  color: #063458;
  font-size: 35px;
}

.header-btns .btn-add-task:hover {
  background-color: #063458;
  color: #fff;
}

.header-btns .btn-add-task:hover i {
  background-color: #063458;
  color: #fff;
}

.btn-trans.btn-custom {
  border: 1px solid rgba(	88, 200, 224, 0.1) !important;
  background-color: rgba(	88, 200, 224, 0.15) !important;
  color: #58c8e0 !important;
}

.btn-trans.btn-secondary {
  border: 1px solid rgba(114, 123, 132, 0.1) !important;
  background-color: rgba(114, 123, 132, 0.15) !important;
  color: #727b84 !important;
}

.btn-trans.btn-primary {
  border: 1px solid rgba(24, 138, 226, 0.1) !important;
  background-color: rgba(24, 138, 226, 0.15) !important;
  color: #188ae2 !important;
}

.btn-trans.btn-success {
  border: 1px solid rgba(16, 196, 105, 0.1) !important;
  background-color: rgba(16, 196, 105, 0.15) !important;
  color: #10c469 !important;
}

.btn-trans.btn-info {
  border: 1px solid rgba(53, 184, 224, 0.1) !important;
  background-color: rgba(53, 184, 224, 0.15) !important;
  color: #35b8e0 !important;
}

.btn-trans.btn-warning {
  border: 1px solid rgba(249, 200, 81, 0.1) !important;
  background-color: rgba(249, 200, 81, 0.15) !important;
  color: #FFBC03 !important;
}

.btn-trans.btn-danger {
  border: 1px solid rgba(255, 91, 91, 0.1) !important;
  background-color: rgba(255, 91, 91, 0.15) !important;
  color: #ff5b5b !important;
}

.btn-trans.btn-inverse {
  border: 1px solid rgba(59, 62, 71, 0.1) !important;
  background-color: rgba(59, 62, 71, 0.15) !important;
  color: #3b3e47 !important;
}

.btn-trans.btn-purple {
  border: 1px solid rgba(91, 105, 188, 0.1) !important;
  background-color: rgba(91, 105, 188, 0.15) !important;
  color: #5b69bc !important;
}

.btn-trans.btn-pink {
  border: 1px solid rgba(255, 138, 204, 0.1) !important;
  background-color: rgba(255, 138, 204, 0.15) !important;
  color: #ff8acc !important;
}

/* File Upload */
.fileupload {
  overflow: hidden;
  position: relative;
}

.fileupload input.upload {
  cursor: pointer;
  filter: alpha(opacity=0);
  font-size: 20px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* Social Buttons */
.btn-facebook {
  color: #ffffff !important;
  background-color: #3b5998 !important;
}

.btn-twitter {
  color: #ffffff !important;
  background-color: #00aced !important;
}

.btn-linkedin {
  color: #ffffff !important;
  background-color: #007bb6 !important;
}

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

.btn-googleplus {
  color: #ffffff !important;
  background-color: #dd4b39 !important;
}

.btn-instagram {
  color: #ffffff !important;
  background-color: #517fa4 !important;
}

.btn-pinterest {
  color: #ffffff !important;
  background-color: #cb2027 !important;
}

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

.btn-flickr {
  color: #ffffff !important;
  background-color: #ff0084 !important;
}

.btn-tumblr {
  color: #ffffff !important;
  background-color: #32506d !important;
}

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

.btn-youtube {
  color: #ffffff !important;
  background-color: #bb0000 !important;
}

.btn-github {
  color: #ffffff !important;
  background-color: #171515 !important;
}

/* =============
   Checkbox and Radios
============= */
.checkbox {
  padding-left: 5px;
}

.taskboard-box .checkbox label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  height: 10px;
  vertical-align: middle;
}

.checkbox label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.checkbox label::before {
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #98a6ad;
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-left: -17px;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 17px;
  outline: none !important;
}

.checkbox label::after {
  color: #98a6ad;
  display: inline-block;
  font-size: 11px;
  height: 16px;
  left: 0;
  margin-left: -17px;
  padding-left: 3px;
  padding-top: 1px;
  position: absolute;
  top: 0;
  width: 16px;
}

.checkbox input[type="checkbox"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}

.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}

.checkbox input[type="checkbox"]:focus + label::before {
  outline-offset: -2px;
  outline: none;
}

.checkbox input[type="checkbox"]:checked + label::after {
  content: "\f00c";
  font-family: 'FontAwesome';
}

.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox.checkbox-single input {
  height: 18px;
  width: 18px;
  position: absolute;
}

.checkbox.checkbox-single label {
  height: 18px;
  width: 18px;
}

.checkbox.checkbox-single label:before {
  margin-left: 0;
}

.checkbox.checkbox-single label:after {
  margin-left: 0;
}

.checkbox-custom .custom-control-label::before {
  border-radius: 50%;
}

.checkbox-custom .custom-control-input:checked~.custom-control-label::after {
  /* background-color: purple !important; */
  background-color: #58c8e0!important;
  border-radius: 15px!important;
}

.checkbox-custom input[type="checkbox"]:checked + label::before {
  background-color: #58c8e0;
  border-color: #58c8e0;
}

.checkbox-custom input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #188ae2;
  border-color: #188ae2;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #ff5b5b;
  border-color: #ff5b5b;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #35b8e0;
  border-color: #35b8e0;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #FFBC03;
  border-color: #FFBC03;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #10c469;
  border-color: #10c469;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

.checkbox-purple input[type="checkbox"]:checked + label::before {
  background-color: #5b69bc;
  border-color: #5b69bc;
}

.checkbox-purple input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

.checkbox-pink input[type="checkbox"]:checked + label::before {
  background-color: #ff8acc;
  border-color: #ff8acc;
}

.checkbox-pink input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

.checkbox-inverse input[type="checkbox"]:checked + label::before {
  background-color: #3b3e47;
  border-color: #3b3e47;
}

.checkbox-inverse input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

/* Radios */
.radio label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
  font-weight: 400;
  font-size: 13px;
}

.radio label::before {
  -o-transition: border 0.5s ease-in-out;
  -webkit-transition: border 0.5s ease-in-out;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #98a6ad;
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-left: -20px;
  position: absolute;
  transition: border 0.5s ease-in-out;
  width: 17px;
  outline: none !important;
}

.radio label::after {
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -webkit-transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  background-color: #98a6ad;
  border-radius: 50%;
  content: " ";
  display: inline-block;
  height: 11px;
  left: 3px;
  margin-left: -20px;
  position: absolute;
  top: 3px;
  transform: scale(0, 0);
  transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  width: 11px;
}

.radio input[type="radio"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}

.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}

.radio input[type="radio"]:focus + label::before {
  outline-offset: -2px;
  outline: 5px auto -webkit-focus-ring-color;
  outline: thin dotted;
}

.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}

.radio.radio-inline {
  margin-top: 0;
}

.radio.radio-single label {
  height: 17px;
}

.radio-custom input[type="radio"] + label::after {
  background-color: #58c8e0;
}

.radio-custom input[type="radio"]:checked + label::before {
  border-color: #58c8e0;
}

.radio-custom input[type="radio"]:checked + label::after {
  background-color: #58c8e0;
}

.radio-primary input[type="radio"] + label::after {
  background-color: #188ae2;
}

.radio-primary input[type="radio"]:checked + label::before {
  border-color: #188ae2;
}

.radio-primary input[type="radio"]:checked + label::after {
  background-color: #188ae2;
}

.radio-danger input[type="radio"] + label::after {
  background-color: #ff5b5b;
}

.radio-danger input[type="radio"]:checked + label::before {
  border-color: #ff5b5b;
}

.radio-danger input[type="radio"]:checked + label::after {
  background-color: #ff5b5b;
}

.radio-info input[type="radio"] + label::after {
  background-color: #35b8e0;
}

.radio-info input[type="radio"]:checked + label::before {
  border-color: #35b8e0;
}

.radio-info input[type="radio"]:checked + label::after {
  background-color: #35b8e0;
}

.radio-warning input[type="radio"] + label::after {
  background-color: #FFBC03;
}

.radio-warning input[type="radio"]:checked + label::before {
  border-color: #FFBC03;
}

.radio-warning input[type="radio"]:checked + label::after {
  background-color: #FFBC03;
}

.radio-success input[type="radio"] + label::after {
  background-color: #10c469;
}

.radio-success input[type="radio"]:checked + label::before {
  border-color: #10c469;
}

.radio-success input[type="radio"]:checked + label::after {
  background-color: #10c469;
}

.radio-purple input[type="radio"] + label::after {
  background-color: #5b69bc;
}

.radio-purple input[type="radio"]:checked + label::before {
  border-color: #5b69bc;
}

.radio-purple input[type="radio"]:checked + label::after {
  background-color: #5b69bc;
}

.radio-pink input[type="radio"] + label::after {
  background-color: #ff8acc;
}

.radio-pink input[type="radio"]:checked + label::before {
  border-color: #ff8acc;
}

.radio-pink input[type="radio"]:checked + label::after {
  background-color: #ff8acc;
}

/* X Editable */
.editable-checklist label {
  display: block;
}

/* =============
   Cards
============= */
.card-title, .card-header {
  margin-top: 0;
  font-weight: 700;
}

.card-draggable-placeholder {
  border: 2px dashed rgba(67, 89, 102, 0.5);
  margin-bottom: 16px;
  background-color: rgba(67, 89, 102, 0.08);
}

/* =============
   Progressbars
============= */
.progress {
  -webkit-box-shadow: none !important;
  background-color: #ebeff2;
  box-shadow: none !important;
  height: 10px;
  margin-bottom: 18px;
  overflow: hidden;
}

.progress-bar {
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 8px;
  font-weight: 600;
  line-height: 12px;
}

.progress.progress-sm {
  height: 5px !important;
}

.progress.progress-sm .progress-bar {
  font-size: 8px;
  line-height: 5px;
}

.progress.progress-md {
  height: 15px !important;
}

.progress.progress-md .progress-bar {
  font-size: 10.8px;
  line-height: 14.4px;
}

.progress.progress-lg {
  height: 20px !important;
}

.progress.progress-lg .progress-bar {
  font-size: 12px;
  line-height: 20px;
}

.progress-bar-primary {
	background-color: #188ae2;
}

.progress-bar-success {
	background-color: #10c469;
}

.progress-bar-info {
	background-color: #35b8e0;
}

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

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

.progress-bar-inverse {
	background-color: #3b3e47;
}

.progress-bar-purple {
	background-color: #5b69bc;
}

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

.progress-bar-custom {
	background-color: #58c8e0;
}

.progress-bar-crt-navy {
	background-color: #063458;
}

.progress-bar-crt-orange {
	background-color: #FF7800;
}

.progress-bar-crt-yellow {
	background-color: #FFBC03;
}

.progress-bar-crt-grey {
	background-color: #EAF1F4;
}

/* Custom progressbars */
.progress-bar-custom-alt {
  background-color: rgba(	88, 200, 224, 0.2);
}

.progress-bar-primary-alt {
  background-color: rgba(24, 138, 226, 0.2);
}

.progress-bar-success-alt {
  background-color: rgba(16, 196, 105, 0.2);
}

.progress-bar-info-alt {
  background-color: rgba(53, 184, 224, 0.2);
}

.progress-bar-warning-alt {
  background-color: rgba(249, 200, 81, 0.2);
}

.progress-bar-danger-alt {
  background-color: rgba(255, 91, 91, 0.2);
}

.progress-bar-purple-alt {
  background-color: rgba(91, 105, 188, 0.2);
}

.progress-bar-inverse-alt {
  background-color: rgba(59, 62, 71, 0.2);
}

.progress-bar-pink-alt {
  background-color: rgba(255, 138, 204, 0.2);
}

.progress-animated {
  -webkit-animation-duration: 5s;
  -webkit-animation-name: animationProgress;
  -webkit-transition: 5s all;
  animation-duration: 5s;
  animation-name: animationProgress;
  transition: 5s all;
}

/* Progressbar Vertical */
.progress-vertical {
  min-height: 250px;
  height: 250px;
  width: 10px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px;
}

.progress-vertical .progress-bar {
  width: 100%;
}

.progress-vertical-bottom {
  min-height: 250px;
  height: 250px;
  position: relative;
  width: 10px;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px;
}

.progress-vertical-bottom .progress-bar {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.progress-vertical.progress-sm, .progress-vertical-bottom.progress-sm {
  width: 5px !important;
}

.progress-vertical.progress-sm .progress-bar, .progress-vertical-bottom.progress-sm .progress-bar {
  font-size: 8px;
  line-height: 5px;
}

.progress-vertical.progress-md, .progress-vertical-bottom.progress-md {
  width: 15px !important;
}

.progress-vertical.progress-md .progress-bar, .progress-vertical-bottom.progress-md .progress-bar {
  font-size: 10.8px;
  line-height: 14.4px;
}

.progress-vertical.progress-lg, .progress-vertical-bottom.progress-lg {
  width: 20px !important;
}

.progress-vertical.progress-lg .progress-bar, .progress-vertical-bottom.progress-lg .progress-bar {
  font-size: 12px;
  line-height: 20px;
}

/* =============
   Tables
============= */
.table {
  margin-bottom: 10px;
}

.table-striped > tbody > tr:nth-of-type(odd), .table-hover > tbody > tr:hover,
.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: #f4f8fb !important;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th,
.table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td,
.table > thead > tr > th, .table-bordered {
  border-color: #ebeff2;
}

.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-color: #ebeff2;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-color: #ebeff2;
}

.table-bordered {
  border-color: #ebeff2;
}

.table-dark td, .table-dark th, .table-dark thead th {
  border-color: #32383e !important;
}

table.focus-on tbody tr.focused th {
  background-color: #58c8e0;
  color: #ffffff;
}

table.focus-on tbody tr.focused td {
  background-color: #58c8e0;
  color: #ffffff;
}

table.dataTable th.focus, table.dataTable td.focus {
  outline: 2px solid #58c8e0 !important;
  outline-offset: -1px;
  background-color: rgba(	88, 200, 224, 0.15);
}

table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
  background-color: #58c8e0;
}

/* Responsive Table */
.table-rep-plugin .dropdown-menu li.checkbox-row {
  padding: 2px 15px !important;
}

.table-rep-plugin .table-responsive {
  border: none !important;
}

.table-rep-plugin tbody th {
  font-size: 14px;
  font-weight: normal;
}

.table-rep-plugin .checkbox-row {
  padding-left: 40px;
}

.table-rep-plugin .checkbox-row label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
}

.table-rep-plugin .checkbox-row label::before {
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #98a6ad;
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-left: -20px;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 17px;
  outline: none !important;
}

.table-rep-plugin .checkbox-row label::after {
  color: #f3f3f3;
  display: inline-block;
  font-size: 11px;
  height: 16px;
  left: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  position: absolute;
  top: -1px;
  width: 16px;
}

.table-rep-plugin .checkbox-row input[type="checkbox"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:focus + label::before {
  outline-offset: -2px;
  outline: none;
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:checked + label::after {
  content: "\f00c";
  font-family: 'FontAwesome';
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:checked + label::before {
  background-color: #ffffff;
  border-color: #58c8e0;
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:checked + label::after {
  color: #58c8e0;
}

.table-rep-plugin table.focus-on tbody tr.focused th, .table-rep-plugin table.focus-on tbody tr.focused td,
.table-rep-plugin .sticky-table-header {
  background: #58c8e0;
  color: #ffffff;
  border-color: #58c8e0;
}

.table-rep-plugin .sticky-table-header {
  top: 70px !important;
}

.table-rep-plugin .btn-default {
  background-color: #ffffff;
  border: 1px solid rgba(67, 89, 102, 0.3);
}

.table-rep-plugin .btn-group.pull-right {
  float: right;
}

.table-rep-plugin .btn-group.pull-right .dropdown-menu {
  left: auto;
  right: 0;
}

.table-rep-plugin .btn-toolbar {
  display: block;
}

.modal-block {
  background: transparent;
  margin: 40px auto;
  max-width: 600px;
  padding: 0;
  position: relative;
  text-align: left;
}

/* editable table */
#datatable-editable .actions a {
  padding: 5px;
}

#datatable-editable .form-control {
  background-color: #ffffff;
  width: 100%;
}

#datatable-editable .fa-trash-o {
  color: #ff5b5b;
}

#datatable-editable .fa-times {
  color: #ff5b5b;
}

#datatable-editable .fa-pencil {
  color: #10c469;
}

#datatable-editable .fa-save {
  color: #10c469;
}

/* Data tables */
#datatable td {
  font-weight: normal;
}

.paginate_button {
  display: inline-block !important;
}

div.dataTables_paginate ul.pagination {
  margin-top: 30px;
}

div.dataTables_info {
  padding-top: 38px;
}

.dt-buttons {
  float: left;
}

div#datatable-buttons_info {
  float: left;
}

/* Responsive data table */
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  -webkit-box-shadow: 0 0 3px fade(#435966, 20%);
          box-shadow: 0 0 3px fade(#435966, 20%);
  background-color: #188ae2;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  background-color: #ff5b5b;
}

/* Fixed table */
.fixedHeader-floating {
  top: 70px !important;
}

/* Key Table */
table.dataTable th.focus, table.dataTable td.focus {
  outline: 3px solid #58c8e0 !important;
  outline-offset: -1px;
}

/* Tablesaw */
.tablesaw thead {
  background: #ebeff2;
  background-image: none;
  border: none;
}

.tablesaw thead th {
  text-shadow: none;
  letter-spacing: 0.06em;
}

.tablesaw thead tr:first-child th {
  padding-top: 1.1em;
  padding-bottom: 0.9em;
}

.tablesaw thead tr:first-child th {
  font-weight: 600;
  font-family: inherit;
  border: none;
}

.tablesaw td, .tablesaw tbody th {
  font-size: inherit;
  line-height: inherit;
  padding: 10px !important;
}

.tablesaw-stack tbody tr, .tablesaw tbody tr {
  border-bottom: none;
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after, .tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
  font-family: FontAwesome;
  font-size: 10px;
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after {
  content: "\f176";
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
  content: "\f175";
}

.tablesaw-bar .btn-select.btn-small:after, .tablesaw-bar .btn-select.btn-micro:after {
  font-size: 8px;
  padding-right: 10px;
}

.tablesaw-swipe .tablesaw-cell-persist {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.tablesaw-enhanced .tablesaw-bar .btn {
  text-shadow: none;
  background-image: none;
}

.tablesaw-enhanced .tablesaw-bar .btn.btn-select:hover {
  background: #ffffff;
}

.tablesaw-enhanced .tablesaw-bar .btn:hover, .tablesaw-enhanced .tablesaw-bar .btn:focus, .tablesaw-enhanced .tablesaw-bar .btn:active {
  color: #188ae2 !important;
  background-color: #ebeff2;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-image: none;
}

/* =============
   Widgets
============= */
.widget-chart-1 .widget-chart-box-1 {
  float: left;
}

.widget-chart-1 .widget-detail-1 {
  text-align: right;
  margin-left: 80px;
  min-height: 77px;
}

.widget-box-2 .widget-detail-2 {
  text-align: right;
}

.widget-box-2 .widget-detail-2 .badge {
  padding: 5px 10px;
}

.widget-user {
  min-height: 112px;
}

.widget-user img {
  height: 72px;
  float: left;
}

.widget-user .wid-u-info {
  margin-left: 90px;
}

.widget-user .wid-u-info p, .widget-user .wid-u-info h4 {
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Inbox-widget */
.inbox-widget .inbox-item {
  border-bottom: 1px solid #f3f3f3;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}

.inbox-widget .inbox-item .inbox-item-img {
  display: block;
  float: left;
  margin-right: 15px;
  width: 40px;
}

.inbox-widget .inbox-item img {
  width: 40px;
}

.inbox-widget .inbox-item .inbox-item-author {
  color: #333333;
  display: block;
  margin: 0;
}

.inbox-widget .inbox-item .inbox-item-text {
  color: #98a6ad;
  display: block;
  font-size: 12px;
  margin: 0;
}

.inbox-widget .inbox-item .inbox-item-date {
  color: #98a6ad;
  font-size: 11px;
  position: absolute;
  right: 7px;
  top: 2px;
}

/*
Template Name: Adminto Dashboard
Author: CoderThemes
Email: coderthemes$gmail.com
File: Pages
*/
/* =============
  == Pages List==

   - Calendar
   - Form Elements
   - Notification
   - Range slider
   - Sweet Alert
   - Charts
   - Timelines
   - Count down
   - Gallery
   - Maintenance
   - Maps
   - Tree view page
   - Tour page
   - Pricing
   - Taskboard & Task detail
   - Projects
   - Account pages
   - Inbox
   - Profile

============= */
/* =============
   Calendar
============= */
.calendar {
  float: left;
  margin-bottom: 0px;
}

.fc-view {
  margin-top: 30px;
}

.none-border .modal-footer {
  border-top: none;
}

.fc-toolbar {
  margin-bottom: 5px;
  margin-top: 15px;
}

.fc-toolbar h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
}

.fc-day {
  background: #ffffff;
}

.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active,
.fc-toolbar button:focus, .fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
  z-index: 0;
}

.fc-widget-header {
  border: 1px solid #ebeff2;
}

.fc-widget-content {
  border: 1px solid #ebeff2;
}

.fc th.fc-widget-header {
  background: #ebeff2;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0px;
  text-transform: uppercase;
}

.fc-button {
  background: #ffffff;
  border: 1px solid #ebeff2;
  color: #555555;
  text-transform: capitalize;
}

.fc-text-arrow {
  font-family: inherit;
  font-size: 16px;
}

.fc-state-hover {
  background: #f3f3f3;
}

.fc-state-highlight {
  background: #f0f0f0;
}

.fc-cell-overlay {
  background: #f0f0f0;
}

.fc-unthemed .fc-today {
  background: #ffffff;
}

.fc-event {
  border-radius: 2px;
  border: none;
  cursor: move;
  font-size: 13px;
  margin: 5px 7px;
  padding: 5px 5px;
  text-align: center;
}

.external-event {
  color: #ffffff;
  cursor: move;
  margin: 10px 0;
  padding: 6px 10px;
}

.fc-basic-view td.fc-week-number span {
  padding-right: 5px;
}

.fc-basic-view td.fc-day-number {
  padding-right: 5px;
}

.fc-content {
  color: #ffffff;
}

/* =============
   Form Advanced
============= */
.error {
  color: #ff5b5b;
  font-size: 12px;
  font-weight: 500;
}

/* X-Editable */
.editable-click, a.editable-click, a.editable-click:hover {
  border: none;
}

/* Bootstrap tagsinput */
.bootstrap-tagsinput {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 3px 7px 6px;
  border: 1px solid #e3e3e3;
  width: 100%;
}

.bootstrap-tagsinput .label-info {
  background-color: #58c8e0;
  display: inline-block;
  padding: 0 8px;
  font-size: 13px;
  margin: 3px 1px;
  border-radius: 3px;
}

/* Multiple */
.ms-container {
  background: transparent url("../images/multiple-arrow.png") no-repeat 50% 50%;
}

.ms-container .ms-list {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #e3e3e3;
}

.ms-container .ms-list.ms-focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #aaaaaa;
}

.ms-container .ms-selectable li.ms-elem-selectable {
  border: none;
  padding: 5px 10px;
}

.ms-container .ms-selection li.ms-elem-selection {
  border: none;
  padding: 5px 10px;
}

/* Custom Select 2 */
.select2-container {
  width: 100% !important;
}

.select2-container .select2-selection--single {
  border: 1px solid #ebebeb;
  height: 38px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
  padding-left: 12px;
}

.select2-container .select2-selection--single .select2-selection__arrow {
  height: 34px;
  width: 34px;
  right: 3px;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #c8c8c8 transparent transparent transparent;
  border-width: 6px 6px 0 6px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff!important;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 5px;
}

.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #c8c8c8 transparent !important;
  border-width: 0 6px 6px 6px !important;
}

.select2-results__option {
  padding: 6px 12px;
}

.select2-dropdown {
  border: 1px solid #e1e1e1;
}

.select2-container--default .select2-search--dropdown {
  padding: 10px;
  background-color: #fbfbfb;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #e1e1e1;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #58c8e0;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #eeeeee;
  color: #435966;
}

.select2-container--default .select2-results__option[aria-selected=true]:hover {
  background-color: #58c8e0;
  color: #ffffff;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
  border: 1px solid #e1e1e1 !important;
  height: 38px;
  padding: 5px;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  padding: 2px 10px;
}

.select2-container .select2-selection--multiple .select2-search__field {
  margin-top: 7px;
  border: 0;
  padding-left: 10px!important;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
  background-color: #58c8e0!important;
  border: 1px solid transparent;
  color: #ffffff;
  border-radius: 3px;
  padding: 0 7px;
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove {
  color: #ffffff;
  margin-right: 5px;
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #ffffff;
}

/* Bootstrap-select */
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100% !important;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}

.bootstrap-select .glyphicon {
  padding-right: 6px;
}

/* Form validation */
.parsley-error {
  border-color: #ff5b5b !important;
}

.parsley-errors-list {
  display: none;
  margin: 0;
  padding: 0;
}

.parsley-errors-list.filled {
  display: block;
}

.parsley-errors-list > li {
  font-size: 12px;
  list-style: none;
  color: #ff5b5b;
}

/* Datepicker */
.datepicker {
  padding: 8px;
}

.datepicker th {
  font-size: 14px !important;
}

.datepicker table tr td.today, .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.selected, .datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td span.active, .datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
  background-image: none;
}

.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled, .datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled], .datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #58c8e0;
}

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #58c8e0 !important;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}

.datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover {
  background-color: #fafafa;
}

.datepicker-inline {
  border: 2px solid #eeeeee;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #188ae2;
  border-color: #188ae2;
}

.daterangepicker .input-mini.active {
  border: 1px solid #AAAAAA;
}

.daterangepicker .ranges li {
  border-radius: 2px;
  color: #435966;
  font-weight: 600;
  font-size: 12px;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect,
.daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  border: 1px solid #e3e3e3;
  padding: 2px;
  width: 60px;
}

.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
  background-color: #188ae2;
  border: 1px solid #188ae2;
}

.search-input {
  margin-bottom: 10px;
}

.ms-selectable {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none !important;
}

.ms-container .ms-list.ms-focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ms-container .ms-selectable li.ms-hover {
  background-color: #188ae2;
}

.ms-container .ms-selection li.ms-hover {
  background-color: #188ae2;
}

/* Timepicker */
.bootstrap-timepicker-widget table td a:hover {
  background-color: transparent;
  border-color: transparent;
  border-radius: 4px;
  color: #188ae2;
  text-decoration: none;
}

.bootstrap-timepicker-widget table td input {
  border: none;
}

/* Bootstrap-touchSpin */
.bootstrap-touchspin .input-group-addon {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #435966;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid rgba(67, 89, 102, 0.15);
}

.bootstrap-touchspin .input-group-btn:not(:first-child) > .btn, .bootstrap-touchspin .input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.bootstrap-touchspin .input-group .form-control:not(:first-child), .bootstrap-touchspin .input-group-addon:not(:first-child), .bootstrap-touchspin .input-group-btn:not(:first-child) > .btn, .bootstrap-touchspin .input-group-btn:not(:first-child) > .btn-group > .btn, .bootstrap-touchspin .input-group-btn:not(:first-child) > .dropdown-toggle, .bootstrap-touchspin .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn, .bootstrap-touchspin .input-group-btn:not(:last-child) > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.bootstrap-touchspin .input-group .form-control:not(:last-child), .bootstrap-touchspin .input-group-addon:not(:last-child), .bootstrap-touchspin .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn, .bootstrap-touchspin .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle), .bootstrap-touchspin .input-group-btn:not(:last-child) > .btn, .bootstrap-touchspin .input-group-btn:not(:last-child) > .btn-group > .btn, .bootstrap-touchspin .input-group-btn:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* Form wizard */
.navtab-wizard li:first-of-type a {
  border-left: none !important;
}

.navtab-wizard li:first-of-type a:hover, .navtab-wizard li:first-of-type a:focus, .navtab-wizard li:first-of-type a:active {
  border-left: none !important;
}

.navtab-wizard li:last-of-type a {
  border-right: none !important;
}

.navtab-wizard li:last-of-type a:hover, .navtab-wizard li:last-of-type a:focus, .navtab-wizard li:last-of-type a:active {
  border-right: none !important;
}

/* Wysiwig */
.mce-content-body p {
  color: #9398a0;
  font-size: 14px;
  font-weight: 300;
}

.mce-popover .mce-arrow:after {
  border-bottom-color: red;
}

.mce-popover .mce-colorbutton-grid {
  margin: 0px;
  border: 1px solid #d7dce5 !important;
  padding: 4px;
}

.mce-reset .mce-window-head {
  border-bottom: 1px solid #d7dce5;
}

.mce-reset .mce-window-head .mce-title {
  color: #707780;
  font-size: 16px;
  font-weight: 400;
}

.mce-reset .mce-textbox {
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
  border-color: #d7dce5;
  height: 30px;
  font-weight: 300;
  line-height: 30px;
  color: #aaaaaa;
  font-size: 14px;
}

.mce-reset .mce-textbox:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #58c8e0;
}

.mce-reset .mce-checkbox .mce-ico {
  background-image: none;
  background-color: #ffffff;
  border-radius: 0px;
  border: 1px solid #d7dce5;
}

.mce-reset .mce-checkbox .mce-label {
  color: #707780;
  font-size: 12px;
  font-weight: 400;
}

.mce-container {
  border-radius: 0px !important;
  border-width: 0px !important;
}

.mce-container .mce-menubar {
  background-color: #f2f4f7 !important;
  border: 1px solid #d7dce5 !important;
  padding: 2px;
}

.mce-container .mce-menubar .mce-btn button span {
  color: #707780;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.mce-container .mce-menubar .mce-btn button .mce-caret {
  border-top-color: #707780;
}

.mce-container .mce-menubar .mce-btn button:hover {
  background-color: #e8ebf1;
}

.mce-container .mce-menubar .mce-btn.mce-active button {
  background-color: #e8ebf1;
}

.mce-container .mce-btn {
  background-color: #d7dce5;
  background-image: none;
  outline: 0;
  border: 0px;
  border-radius: 0px;
}

.mce-container .mce-btn button {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-shadow: none;
}

.mce-container .mce-btn:hover {
  background-color: #b8c1d1;
  background-image: none;
}

.mce-container .mce-primary {
  background-color: #58c8e0;
  background-image: none;
  outline: 0;
  border: 0px;
  border-radius: 0px;
}

.mce-container .mce-primary button {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-shadow: none;
}

.mce-container .mce-primary:hover {
  background-color: #0c7cd5;
  background-image: none;
}

.mce-container .mce-toolbar-grp {
  background-color: #f2f4f7 !important;
  border: 1px solid #d7dce5 !important;
  border-top-width: 0px !important;
  padding: 6px;
}

.mce-container .mce-edit-area {
  border: 1px solid #d7dce5 !important;
  border-width: 0px 1px !important;
}

.mce-container .mce-statusbar {
  background-color: #f2f4f7 !important;
  border: 1px solid #d7dce5 !important;
}

.mce-container .mce-statusbar .mce-path .mce-path-item {
  color: #707780;
  font-size: 14px;
  font-weight: 400;
}

.mce-container .mce-widget {
  color: #9398a0;
  font-size: 14px;
  font-weight: 400;
  border-left: 1px solid transparent;
}

.mce-container .mce-btn-group {
  border: 1px solid #e9ecf2 !important;
}

.mce-container .mce-btn-group .mce-btn {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-image: none;
  background-color: #ffffff;
  border-width: 0px;
  border-radius: 0px !important;
}

.mce-container .mce-btn-group .mce-btn:hover,
.mce-container .mce-btn-group .mce-btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-image: none;
  background-color: #ffffff;
}

.mce-container .mce-btn-group .mce-btn button span {
  color: #707780;
  font-size: 14px;
  font-weight: 300;
}

.mce-container .mce-btn-group .mce-btn button .mce-caret {
  color: #707780;
  font-size: 14px;
}

.mce-container .mce-ico {
  color: #707780;
  font-size: 14px;
}

.mce-container .mce-panel {
  background-image: none;
}

.mce-container.mce-menu {
  border: 1px solid #d7dce5 !important;
}

.mce-container.mce-menu .mce-menu-item {
  background-image: none;
}

.mce-container.mce-menu .mce-menu-item .mce-ico {
  color: #58c8e0;
  font-size: 14px;
}

.mce-container.mce-menu .mce-menu-item .mce-text {
  color: #707780;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.mce-container.mce-menu .mce-menu-item .mce-menu-shortcut {
  color: #aaaaaa;
  font-size: 12px;
  font-weight: 300;
  text-transform: capitalize;
}

.mce-container.mce-menu .mce-menu-item:hover,
.mce-container.mce-menu .mce-menu-item:focus,
.mce-container.mce-menu .mce-menu-item.mce-selected {
  background-color: #58c8e0;
}

.mce-container.mce-menu .mce-menu-item:hover .mce-ico,
.mce-container.mce-menu .mce-menu-item:focus .mce-ico,
.mce-container.mce-menu .mce-menu-item.mce-selected .mce-ico,
.mce-container.mce-menu .mce-menu-item:hover .mce-text,
.mce-container.mce-menu .mce-menu-item:focus .mce-text,
.mce-container.mce-menu .mce-menu-item.mce-selected .mce-text,
.mce-container.mce-menu .mce-menu-item:hover .mce-menu-shortcut,
.mce-container.mce-menu .mce-menu-item:focus .mce-menu-shortcut,
.mce-container.mce-menu .mce-menu-item.mce-selected .mce-menu-shortcut {
  color: #ffffff;
}

.mce-container.mce-menu .mce-menu-item.mce-disabled .mce-ico,
.mce-container.mce-menu .mce-menu-item.mce-disabled .mce-text,
.mce-container.mce-menu .mce-menu-item.mce-disabled .mce-menu-shortcut {
  color: #aaaaaa;
}

.mce-container.mce-menu .mce-menu-item.mce-disabled:hover,
.mce-container.mce-menu .mce-menu-item.mce-disabled:focus,
.mce-container.mce-menu .mce-menu-item.mce-disabled.mce-selected {
  background-color: #d7dce5;
}

.mce-container.mce-menu .mce-menu-item.mce-disabled:hover .mce-ico,
.mce-container.mce-menu .mce-menu-item.mce-disabled:focus .mce-ico,
.mce-container.mce-menu .mce-menu-item.mce-disabled.mce-selected .mce-ico,
.mce-container.mce-menu .mce-menu-item.mce-disabled:hover .mce-text,
.mce-container.mce-menu .mce-menu-item.mce-disabled:focus .mce-text,
.mce-container.mce-menu .mce-menu-item.mce-disabled.mce-selected .mce-text,
.mce-container.mce-menu .mce-menu-item.mce-disabled:hover .mce-menu-shortcut,
.mce-container.mce-menu .mce-menu-item.mce-disabled:focus .mce-menu-shortcut,
.mce-container.mce-menu .mce-menu-item.mce-disabled.mce-selected .mce-menu-shortcut {
  color: #ffffff;
}

.mce-container.mce-menu .mce-menu-item-sep {
  background-color: #d7dce5;
}

.mce-container.mce-menu .mce-menu-item-sep:hover {
  background-color: #d7dce5;
}

.mce-menubtn button {
  color: #435966 !important;
}

.mce-menu-item-normal.mce-active {
  background-color: #58c8e0 !important;
}

.mce-menu-item-normal.mce-active .mce-text {
  color: #ffffff !important;
}

/* =============
   Notification
============= */
#toast-container > div {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  opacity: 1;
}

#toast-container > :hover {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  opacity: 0.9;
}

.toast {
  background-color: #58c8e0;
}

.toast-success {
  background-color: rgba(16, 196, 105, 0.8);
  border: 2px solid #10c469;
}

.toast-error {
  background-color: rgba(255, 91, 91, 0.8);
  border: 2px solid #ff5b5b;
}

.toast-info {
  background-color: rgba(53, 184, 224, 0.8);
  border: 2px solid #35b8e0;
}

.toast-warning {
  background-color: rgba(249, 200, 81, 0.8);
  border: 2px solid #FFBC03;
}

/* =========== */
/* Sweet Alert */
/* =========== */
.swal2-modal {
  font-family: 'noirpro-regular', sans-serif;
  -webkit-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1) !important;
}

.swal2-modal .swal2-title {
  font-size: 28px;
}

.swal2-modal .swal2-content {
  font-size: 16px;
}

.swal2-modal .swal2-spacer {
  margin: 10px 0;
}

.swal2-modal .swal2-file, .swal2-modal .swal2-input, .swal2-modal .swal2-textarea {
  border: 2px solid #98a6ad;
  font-size: 16px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.swal2-icon.swal2-question {
  color: #58c8e0;
  border-color: #58c8e0;
}

.swal2-icon.swal2-success {
  border-color: #10c469;
}

.swal2-icon.swal2-success .line, .swal2-icon.swal2-success [class^=swal2-success-line][class$=long],
.swal2-icon.swal2-success [class^=swal2-success-line] {
  background-color: #10c469;
}

.swal2-icon.swal2-success .placeholder, .swal2-icon.swal2-success .swal2-success-ring {
  border-color: #10c469;
}

.swal2-icon.swal2-warning {
  color: #FFBC03;
  border-color: #FFBC03;
}

.swal2-icon.swal2-error {
  border-color: #ff5b5b;
}

.swal2-icon.swal2-error .line {
  background-color: #ff5b5b;
}

.swal2-modal .swal2-file:focus, .swal2-modal .swal2-input:focus, .swal2-modal .swal2-textarea:focus {
  outline: 0;
  border: 2px solid #58c8e0;
}

/* =============
   Charts
============= */
/* Morris chart */
.morris-chart text {
  /* font-family: "Roboto", sans-serif !important; */
  font-family: 'noirpro-regular', sans-serif!important;
}

.morris-hover.morris-default-style {
  border-radius: 5px;
  padding: 10px 12px;
  background: #435966;
  border: none;
  color: #ffffff !important;
  font-family: 'noirpro-regular', sans-serif!important;
}

.morris-hover.morris-default-style .morris-hover-point {
  color: #f4f8fb !important;
}

/* Morris chart Title */
.chart-detail-list li {
  margin: 0px 10px;
}

.chart-detail-list li h5 {
  font-weight: 600;
}

.pieLabel div {
  font-size: 14px !important;
}

.jqstooltip {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.chart {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.chart.chart-widget-pie {
  margin-top: 5px;
  margin-bottom: 5px;
}

.percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
  font-weight: 600;
  font-size: 18px;
  color: #435966;
}

.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}

/* Flot chart */
#flotTip {
  padding: 8px 12px;
  background-color: #435966;
  z-index: 100;
  color: #ffffff;
  opacity: 0.9;
  font-size: 13px;
  border-radius: 3px;
}

.legend tr {
  height: 20px;
}

.legendLabel {
  padding-left: 5px !important;
  line-height: 10px;
  padding-right: 10px;
}

/* Sparkline chart */
.jqstooltip {
  background-color: #435966 !important;
  padding: 5px 10px !important;
  border-radius: 3px;
  -moz-border-radius: 3px;
  border-color: #435966 !important;
}

.jqsfield {
  font-size: 12px !important;
  line-height: 18px !important;
}

/* Chartist chart */
.ct-golden-section:before {
  float: none;
}

.ct-chart {
  max-height: 300px;
}

.ct-chart .ct-label {
  fill: #a3afb7;
  color: #a3afb7;
  font-size: 12px;
  line-height: 1;
}

.ct-grid {
  stroke: rgba(67, 89, 102, 0.15);
}

.ct-chart.simple-pie-chart-chartist .ct-label {
  color: #ffffff;
  fill: #ffffff;
  font-size: 16px;
}

.ct-chart .ct-series.ct-series-a .ct-bar, .ct-chart .ct-series.ct-series-a .ct-line, .ct-chart .ct-series.ct-series-a .ct-point, .ct-chart .ct-series.ct-series-a .ct-slice-donut {
  stroke: #5b69bc;
}

.ct-chart .ct-series.ct-series-b .ct-bar, .ct-chart .ct-series.ct-series-b .ct-line, .ct-chart .ct-series.ct-series-b .ct-point, .ct-chart .ct-series.ct-series-b .ct-slice-donut {
  stroke: #ff8acc;
}

.ct-chart .ct-series.ct-series-c .ct-bar, .ct-chart .ct-series.ct-series-c .ct-line, .ct-chart .ct-series.ct-series-c .ct-point, .ct-chart .ct-series.ct-series-c .ct-slice-donut {
  stroke: #FFBC03;
}

.ct-chart .ct-series.ct-series-d .ct-bar, .ct-chart .ct-series.ct-series-d .ct-line, .ct-chart .ct-series.ct-series-d .ct-point, .ct-chart .ct-series.ct-series-d .ct-slice-donut {
  stroke: #35b8e0;
}

.ct-chart .ct-series.ct-series-e .ct-bar, .ct-chart .ct-series.ct-series-e .ct-line, .ct-chart .ct-series.ct-series-e .ct-point, .ct-chart .ct-series.ct-series-e .ct-slice-donut {
  stroke: #435966;
}

.ct-chart .ct-series.ct-series-f .ct-bar, .ct-chart .ct-series.ct-series-f .ct-line, .ct-chart .ct-series.ct-series-f .ct-point, .ct-chart .ct-series.ct-series-f .ct-slice-donut {
  stroke: #188ae2;
}

.ct-chart .ct-series.ct-series-g .ct-bar, .ct-chart .ct-series.ct-series-g .ct-line, .ct-chart .ct-series.ct-series-g .ct-point, .ct-chart .ct-series.ct-series-g .ct-slice-donut {
  stroke: #10c469;
}

.ct-series-a .ct-area, .ct-series-a .ct-slice-pie {
  fill: #188ae2;
}

.ct-series-b .ct-area, .ct-series-b .ct-slice-pie {
  fill: #ff8acc;
}

.ct-series-c .ct-area, .ct-series-c .ct-slice-pie {
  fill: #35b8e0;
}

.ct-series-d .ct-area, .ct-series-d .ct-slice-pie {
  fill: #58c8e0;
}

.chartist-tooltip {
  position: absolute;
  display: inline-block;
  opacity: 0;
  min-width: 10px;
  padding: 2px 10px;
  border-radius: 3px;
  background: #435966;
  color: #ffffff;
  text-align: center;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.chartist-tooltip.tooltip-show {
  opacity: 1;
}

/* Circliful charts */
.circliful-chart {
  margin: 0px auto;
}

.circle-text, .circle-info, .circle-text-half, .circle-info-half {
  font-size: 12px;
  font-weight: 600;
}

/* =============
   Count Down
============= */
.home-wrapper {
  margin: 10% 0px;
}

.home-text {
  font-weight: 600;
}

#count-down {
  margin-top: 50px;
}

#count-down .clock-presenter {
  height: 140px;
  line-height: 30px;
  padding: 0px 30px;
  text-align: center;
}

#count-down .clock-presenter .digit {
  margin-top: 20px;
  font-size: 60px;
  line-height: 60px;
  height: 60px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  position: relative;
  cursor: default;
}

#count-down .clock-presenter .note {
  position: relative;
  bottom: 0px;
  padding-top: 5px;
  cursor: default;
  font-size: 16px;
  opacity: 0.7;
}

@media (max-width: 992px) {
  #count-down .clock-presenter .digit {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  #count-down .clock-presenter {
    width: 50%;
    float: left;
  }
  #count-down .clock-presenter .digit {
    font-size: 36px;
  }
  #count-down .hours_dash {
    border-right: none;
  }
}

/* =============
   Timeline
============= */
.timeline {
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  margin-bottom: 50px;
  position: relative;
  table-layout: fixed;
  width: 100%;
}

.timeline .time-show {
  margin-bottom: 30px;
  margin-right: -75px;
  margin-top: 30px;
  position: relative;
}

.timeline .time-show a {
  color: #ffffff;
}

.timeline:before {
  background-color: rgba(152, 166, 173, 0.3);
  bottom: 0px;
  content: "";
  left: 50%;
  position: absolute;
  top: 30px;
  width: 1px;
  z-index: 0;
}

.timeline .timeline-icon {
  -webkit-border-radius: 50%;
  background: #98a6ad;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 21px;
  left: -54px;
  margin-top: -11px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 21px;
}

.timeline .timeline-icon i {
  color: #ebeff2;
}

.timeline .time-icon:before {
  font-size: 16px;
  margin-top: 5px;
}

h3.timeline-title {
  color: #98a6ad;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.timeline-item {
  display: table-row;
}

.timeline-item:before {
  content: "";
  display: block;
  width: 50%;
}

.timeline-item .timeline-desk .arrow {
  border-bottom: 8px solid transparent;
  border-right: 8px solid #ffffff !important;
  border-top: 8px solid transparent;
  display: block;
  height: 0;
  left: -7px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 0;
}

.timeline-item.alt:after {
  content: "";
  display: block;
  width: 50%;
}

.timeline-item.alt .timeline-desk .arrow-alt {
  border-bottom: 8px solid transparent;
  border-left: 8px solid #ffffff !important;
  border-top: 8px solid transparent;
  display: block;
  height: 0;
  left: auto;
  margin-top: -10px;
  position: absolute;
  right: -7px;
  top: 50%;
  width: 0;
}

.timeline-item.alt .timeline-desk .album {
  float: right;
  margin-top: 20px;
}

.timeline-item.alt .timeline-desk .album a {
  float: right;
  margin-left: 5px;
}

.timeline-item.alt .timeline-icon {
  left: auto;
  right: -56px;
}

.timeline-item.alt:before {
  display: none;
}

.timeline-item.alt .panel {
  margin-left: 0;
  margin-right: 45px;
}

.timeline-item.alt .panel .panel-body p + p {
  margin-top: 10px !important;
}

.timeline-item.alt h4 {
  text-align: right;
}

.timeline-item.alt p {
  text-align: right;
}

.timeline-item.alt .timeline-date {
  text-align: right;
}

.timeline-desk {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}

.timeline-desk h4 {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}

.timeline-desk .panel {
  background: #ffffff;
  display: block;
  margin-bottom: 5px;
  margin-left: 45px;
  position: relative;
  text-align: left;
  padding: 20px;
}

.timeline-desk h5 span {
  color: #797979;
  display: block;
  font-size: 12px;
  margin-bottom: 4px;
}

.timeline-desk p {
  color: #999999;
  font-size: 14px;
  margin-bottom: 0;
}

.timeline-desk .album {
  margin-top: 12px;
}

.timeline-desk .album a {
  float: left;
  margin-right: 5px;
}

.timeline-desk .album img {
  height: 36px;
  width: auto;
  border-radius: 3px;
}

.timeline-desk .notification {
  background: none repeat scroll 0 0 #ffffff;
  margin-top: 20px;
  padding: 8px;
}

/* =============
   Gallery
============= */
.portfolioFilter a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #333333;
  font-weight: 600;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 5px;
}

.portfolioFilter a:hover {
  color: #58c8e0;
}

.portfolioFilter a.current {
  color: #58c8e0;
}

.thumb {
  background-color: #ffffff;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  width: 100%;
}

.thumb-img {
  border-radius: 2px;
  overflow: hidden;
  width: 100%;
}

.gal-detail h4 {
  margin-top: 16px;
  font-weight: 600;
  font-size: 16px;
  padding: 0px 5px;
}

.gal-detail p {
  padding: 0px 5px;
  font-size: 13px;
}

/* =============
   Maintenance
============= */
.icon-main {
  font-size: 88px;
  margin-bottom: 50px;
}

.maintenance-page {
  margin: 10% 0%;
}

/* =============
   Maps
============= */
.gmaps, .gmaps-panaroma {
  height: 300px;
  background: #eeeeee;
  border-radius: 3px;
}

.gmaps-overlay {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 40px;
  background: #58c8e0;
  border-radius: 4px;
  padding: 10px 20px;
}

.gmaps-overlay_arrow {
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  position: absolute;
}

.gmaps-overlay_arrow.above {
  bottom: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #58c8e0;
}

.gmaps-overlay_arrow.below {
  top: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #58c8e0;
}

.jvectormap-zoomin, .jvectormap-zoomout {
  width: 10px;
  height: 10px;
  line-height: 10px;
}

.jvectormap-zoomout {
  top: 40px;
}

/* =============
   Tree view page
============= */
.jstree-default .jstree-clicked {
  background: rgba(	88, 200, 224, 0.4);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.jstree-default .jstree-hovered {
  background: rgba(	88, 200, 224, 0.2);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.jstree-default .jstree-wholerow-clicked {
  background: rgba(	88, 200, 224, 0.4);
}

.jstree-default .jstree-wholerow-hovered {
  background: rgba(	88, 200, 224, 0.2);
}

.jstree-default .zmdi {
  font-size: 16px;
}

/* =============
   Tour page
============= */
div.hopscotch-bubble {
  border: 3px solid #188ae2;
  border-radius: 5px;
}

div.hopscotch-bubble .hopscotch-next {
  background-color: #188ae2 !important;
  background-image: none !important;
  border-color: #188ae2 !important;
  text-shadow: none !important;
  margin: 0 0 0 5px !important;
}

div.hopscotch-bubble .hopscotch-prev {
  background-color: #188ae2 !important;
  background-image: none !important;
  border-color: #188ae2 !important;
  text-shadow: none !important;
  color: #ffffff !important;
}

div.hopscotch-bubble .hopscotch-bubble-number {
  background: #58c8e0;
  padding: 0px;
  border-radius: 50%;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border {
  border-right: 19px solid #188ae2;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow {
  border-left: 19px solid #188ae2;
  left: -2px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow {
  border: none;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border {
  border-left: 0px solid #188ae2;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow {
  border-bottom: 19px solid #188ae2;
  top: 0px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
  border-bottom: 0px solid rgba(0, 0, 0, 0.5);
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow {
  border-top: 19px solid #188ae2;
  top: -2px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border {
  border-top: 0px solid rgba(0, 0, 0, 0.5);
}

/* =============
   Pricing
============= */
.pricing-column {
  position: relative;
  margin-bottom: 40px;
}

.pricing-column .inner-box {
  position: relative;
  padding: 0px 0px 50px;
}

.pricing-column .plan-header {
  position: relative;
  padding: 30px 20px 25px;
}

.pricing-column .plan-title {
  font-size: 16px;
  font-family: "Karla", sans-serif;
  margin-bottom: 10px;
  color: #188ae2;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}

.pricing-column .plan-price {
  font-size: 48px;
  font-family: "Karla", sans-serif;
  margin-bottom: 10px;
  color: #435966;
}

.pricing-column .plan-duration {
  font-size: 13px;
  color: #98a6ad;
}

.pricing-column .plan-stats {
  position: relative;
  padding: 30px 20px 15px;
}

.pricing-column .plan-stats li {
  margin-bottom: 15px;
  line-height: 24px;
}

.ribbon {
  position: absolute;
  left: 5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  -webkit-box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
          box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
  background: #79A70A;
  background: -webkit-gradient(linear, left top, left bottom, from(#3BAFDA), to(#3bafda));
  background: linear-gradient(#3BAFDA 0%, #3bafda 100%);
  position: absolute;
  top: 19px;
  left: -21px;
}

.ribbon span:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #3bafda;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #3bafda;
}

.ribbon span:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #3bafda;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #3bafda;
}

/* =============
   Taskboard & Detail
============= */
.taskboard-box ul.task-list {
  min-height: 50px;
}

.task-list .card-box {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  box-shadow: none;
  border: 1px solid #ececec;
  border-radius: 10px!important;
  padding: 10px 20px!important;
}

.urgent-box {
  /* display: block; */
  height: auto;
  float: left;
  width: 100%;
  padding: 10px;
  /* border: 1px solid rgb(255 91 91 / 0.33); */
  box-shadow: 0 0px 7px 0px rgba(255 91 91 / 0.40)!important;
}

.taskboard-box .badge {
  font-weight: 500;
  padding: 3px 5px;
  font-size: 12px;
  margin-top: -20px;
  margin-bottom: 0px;
  color: #ffffff;
  margin-right: -30px;
}

.taskboard-box .kanban-box .kanban-detail h4 a {
    margin-left: 0;
}

.taskboard-box .checkbox {
    padding-left: 0;
    margin-right: 0px;
}

.taskboard-box .project-indicator a, .taskboard-box .kanban-detail span {
    font-size: 13px;
    
}

.gu-mirror {
  list-style: none;
}

.kanban-box .checkbox-wrapper {
  float: left;
  margin-bottom: 10px;
}

.kanban-box .checkbox-wrapper .checkbox {
  margin-top: 3px;
}

.kanban-box .kanban-detail {
  margin-left: 35px;
}

.kanban-box .kanban-detail h4 {
  margin-top: 0px;
  font-size: 15px;
  font-weight: 500;
  font-family: 'noirpro-regular', sans-serif;
}

.kanban-box .kanban-detail h4 a {
  color: #435966;
}

.kanban-box .kanban-detail ul li a {
  display: inline-block;
}

.kanban-box .kanban-detail ul li a i {
  font-size: 16px;
  color: #98a6ad;
  padding: 0px 5px;
  line-height: 32px;
}

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

.dashboard-task-dates span {
	background-color: #f8f9fa;
    width: auto;
    display: block;
    padding: 5px 10px;
    height: auto;
    float: none;
    max-width: 140px;
	margin-bottom: 5px;
	font-size: 11px!important;
	vertical-align: middle;
}

.task-list .card-box {
    display: block;
    height: auto;
    float: left;
    width: 100%;
	padding: 10px;
	box-shadow: none;
    border: 1px solid #ececec;
}

.gu-mirror {
  -webkit-box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
          box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(67, 89, 102, 0.1) !important;
  margin-bottom: 0px !important;
  opacity: 1;
}

.gu-mirror .card-box {
  margin-bottom: 0px !important;
}

/* Task Detail */
.task-detail-body {
  max-height: 350px;
  overflow-y: scroll;
}

.task-detail .task-dates li {
  width: 50%;
  float: left;
}

.task-detail .task-tags .bootstrap-tagsinput {
  padding: 0px;
  border: none;
}

.task-detail .assign-team a {
  display: inline-block;
  margin: 5px 5px 5px 0px;
}

.task-detail .files-list .file-box {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  padding: 2px;
  border-radius: 3px;
}

.task-detail .files-list .file-box img {
  line-height: 70px;
}

.task-detail .files-list .file-box p {
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.task-detail .add-new-plus {
  height: 32px;
  text-align: center;
  width: 32px;
  display: block;
  line-height: 32px;
  color: #98a6ad;
  font-weight: 700;
  background-color: #ebeff2;
  border-radius: 50%;
  margin-top: 10px;
}

.task-detail .subtask-box .round label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 20px;
  left: auto;
  position: absolute;
  top:14px;
  width: 20px;
  right: 0;
}

.task-detail .subtask-box .round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transform: rotate(-45deg);
  width: 9px;
}

.task-detail .subtask-box input {
  min-width: 60%;
  max-width: 60%;
  width: auto;
  height: 40px;
  border-left: 0;
  border-top: 0;
  border-bottom: 1px solid;
  margin-left: 20px;
  border-right: 0;
}

.task-detail .btn-add-task {
  background-color: #063458;
  color: #fff!important;
  font-size: 14px;
  margin-top: 0;
}

.project-sort-item .form-inline label {
    font-size: 15px;
}

/* =============
   Projects
============= */
.project-sort {
  height: auto;
  vertical-align: middle;
  line-height: 70px;
}

.project-sort-item .form-group {
  margin-right: 30px;
}

.project-sort-item .form-group:last-of-type {
	margin-right: 0px;
}

.project-box {
	position: relative;
}

.notification-boxes {
	position: absolute;
	right: 20px;
}

.notification-boxes .badge {
  display: inline-block;
  margin-left: 5px;
}

.notification-boxes .badge:hover {
  cursor: pointer;
}


.proj-details {
    width: 100%;
    min-height: 70px;
    height: auto;
}

.comment-icon {
    display: inline-block;
    width: 30px;
}

.comment-icon i {
    color: #000;
    vertical-align: top;
    font-size: 20px;
}

/* .project-box .badge {
	position: absolute;
	right: 20px;
} */

.project-box .badge-pink{
	top: 10px;
	left: 290px;
	right: unset;
}

.card-box.project-box .list-inline-item.all-tasks {
    width: 31%;
    padding: 10px 0;
}

.main-project-page .project-box ul li {
    padding-right: 5px;
    width: 22%;
    float: left;
    margin-left: auto;
}

.card-box.project-box .btn-view-all {
    float: right;
}

.project-box h4 {
	text-overflow: ellipsis;
/* 	white-space: nowrap; */
	display: block;
	/* width: auto!important; */
	overflow: hidden;
	font-weight: 600;
	white-space: pre-wrap;
}

.project-box ul li {
	/* padding-right: 30px; */
	padding-right: 5px;
	width: 20%;
    float: left;
    margin-left: auto;
}

.list-inline-item.all-tasks {
    width: 32%;
    padding: 10px 0;
}

.project-box .project-members a {
	margin: 3px;
	display: inline-block;
}

.project-box .project-members a:first-of-type {
	margin-left: 0px;
}

.list-inline-item .text-muted {
  font-size: 13px!important;
  width: 15px;
  text-align: left;
  height: 15px;
  vertical-align: middle;
}

.list-inline-item h3 {
	font-size: 20px;
}

.list-inline-item:not(:last-child) {
    margin-right: .3rem;
}

/* =============
   Accounts pages
============= */
.account-pages {
	background: url("../images/big/bg1.jpg") center;
	position: absolute;
	height: 100%;
	top: 0;
	width: 100%;
	background-size: cover;
}

.wrapper-page {
	margin: 5% auto;
	position: relative;
	width: 420px;
}

.wrapper-page .card-box {
  -webkit-box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
          box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
}

.wrapper-page .logo {
	font-size: 42px;
}

.wrapper-page .logo img {
  width: 80%;
}

.panel-pages {
	border-radius: 6px;
}

.panel-pages .panel-body {
	padding: 30px;
}

.panel-pages .panel-heading {
	border-radius: 6px 6px 0px 0px;
	padding: 40px 20px;
	position: relative;
}

.panel-pages .panel-heading h3 {
	position: relative;
	z-index: 999;
}

.user-thumb {
	position: relative;
	z-index: 999;
}

.user-thumb img {
	height: 88px;
	margin: 0px auto;
	width: 88px;
}

.ex-page-content .text-error {
	color: #58c8e0;
	text-shadow: rgba(	88, 200, 224, 0.3) 5px 1px, rgba(	88, 200, 224, 0.2) 12px 3px, rgba(	88, 200, 224, 0.3) 6px 4px;
	font-size: 98px;
	font-weight: 700;
	line-height: 150px;
}

.ex-page-content .text-error i {
	font-size: 78px;
	padding: 0 10px;
}

/* INBOX */
.inbox-app-main {
	margin-left: -20px;
}

.circle-icon {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 28px;
	border: 2px solid #98a6ad;
	border-radius: 100px;
	font-size: 14px;
	color: #98a6ad;
	cursor: pointer;
	display: block;
	float: left;
}

.circle-icon:hover {
	color: #6e818a;
	border-color: #6e818a;
}

.circle-icon.small {
	height: 25px;
	width: 25px;
	line-height: 23px;
	font-size: 11px;
}

.circle-icon.red {
	color: #ff5b5b;
	border-color: #ff5b5b;
}

.circle-icon.red:hover {
	color: #c10000;
	border-color: #c10000;
}

.checkbox-wrapper-mail {
	cursor: pointer;
	height: 20px;
	width: 20px;
	position: relative;
	display: inline-block;
	-webkit-box-shadow: inset 0 0 0 1px #98a6ad;
		  box-shadow: inset 0 0 0 1px #98a6ad;
	border-radius: 1px;
}

.checkbox-wrapper-mail input {
	opacity: 0;
	cursor: pointer;
	display: none;
}

.checkbox-wrapper-mail input:checked ~ label {
	opacity: 1;
}

.checkbox-wrapper-mail label {
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	cursor: pointer;
	background: #98a6ad;
	opacity: 0;
	margin-bottom: 0px !important;
	-webkit-transition-duration: .05s;
		  transition-duration: .05s;
}

.checkbox-wrapper-mail label:active {
	background: #87949b;
}

#sidebar {
	position: fixed;
	height: 100%;
	width: 240px;
	-webkit-transition-duration: .3s;
		  transition-duration: .3s;
	z-index: 5;
	color: #435966;
}

#sidebar-menu ul ul a {
    color: #63747c;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-left: 3px solid transparent;
    display: block;
    padding: 10px 20px 10px 20px!important;
}

#sidebar-menu > ul > li > a {
    color: #435966;
    display: block;
    padding: 12px 5px!important;
    margin: 4px 0px;
    background-color: #ffffff;
    border-left: 3px solid transparent;
}

#sidebar a {
	color: #435966;
}

#sidebar .menu-segment {
	padding: 0 50px;
}

#sidebar .menu-segment ul, #sidebar .menu-segment li {
	margin: 0;
	padding: 0;
}

#sidebar .menu-segment .ball.pink {
	border-color: #ff8acc;
}

#sidebar .menu-segment .ball.green {
	border-color: #10c469;
}

#sidebar .menu-segment .ball.blue {
	border-color: #188ae2;
}

#sidebar .menu-segment li.title {
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px 0;
	color: #465162;
}

#sidebar .menu-segment li.title .icon {
  float: right;
}

#sidebar .menu-segment li.active a,
#sidebar .menu-segment li.active a:hover {
  color: #ff5b5b;
  font-weight: 600;
}

#sidebar .menu-segment li a {
  display: block;
  margin: 0 -50px;
  padding: 10px 50px;
}

#sidebar .menu-segment li a:hover {
  background: rgba(152, 166, 173, 0.3);
}

#sidebar .menu-segment li .italic-link {
  font-style: italic;
  font-weight: 600;
}

#sidebar .menu-segment .labels li a span,
#sidebar .menu-segment .chat li a span {
  display: block;
  border: 5px solid #ff5b5b;
  border-radius: 100px;
  margin-top: 6px;
}

#sidebar .menu-segment .labels.labels li a span,
#sidebar .menu-segment .chat.labels li a span {
  float: right;
}

#sidebar .menu-segment .labels.chat li a span,
#sidebar .menu-segment .chat.chat li a span {
  float: left;
  margin-right: 10px;
}

#sidebar .menu-segment .chat li a {
  padding-left: 50px;
}

#sidebar .separator {
  margin: 30px 35px;
  height: 1px;
  background: rgba(152, 166, 173, 0.5);
}

#sidebar .bottom-padding {
  height: 100px;
}

#sidebar > .nano-pane {
  background: transparent;
  width: 5px;
}

#sidebar > .nano-pane .nano-slider {
  background: rgba(152, 166, 173, 0.3);
}

#sidebar-menu ul li a i {
    display: inline-block;
    font-size: 16px;
    line-height: 17px;
    margin-left: 3px;
    margin-right: 0;
    text-align: center;
    vertical-align: middle;
    width: 20px;
}

#main {
  position: fixed;
  top: 72px;
  left: 490px;
  bottom: 0;
  right: 0;
  z-index: 4;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  background-color: #ffffff;
}

#main .overlay {
  position: absolute;
  top: 0;
  left: -5px;
  right: 0;
  bottom: 100%;
  background: rgba(67, 89, 102, 0.6);
  z-index: 5;
  opacity: 0;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

#main .header {
  padding: 20px 25px;
  border-bottom: 1px solid rgba(152, 166, 173, 0.3);
  overflow: hidden;
}

#main .header .page-title {
  display: block;
  float: left;
}

#main .header .page-title .sidebar-toggle-btn {
  width: 0;
  margin-top: 1px;
  padding: 11px 0 0 0;
  float: left;
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
  opacity: 0;
  margin-right: 0;
}

#main .header .page-title .sidebar-toggle-btn .line {
  height: 3px;
  display: block;
  background: #888;
  margin-bottom: 4px;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

#main .header .page-title .sidebar-toggle-btn .line-angle1 {
  width: 8px;
  margin: 0;
  position: absolute;
  top: 15px;
  left: -11px;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}

#main .header .page-title .sidebar-toggle-btn .line-angle2 {
  width: 8px;
  margin: 0;
  position: absolute;
  top: 21px;
  left: -11px;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}

#main .header .page-title .icon {
  font-size: 15px;
  margin-left: 20px;
  position: relative;
  top: -5px;
  cursor: pointer;
}

#main .header .search-box {
  width: 180px;
  height: 40px;
  margin-left: 30px;
  position: relative;
}

#main .header .search-box input {
  position: absolute;
  top: 0;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  text-indent: 15px;
  height: 40px;
  z-index: 2;
  outline: none;
  color: #999;
  background: transparent;
  border: 2px solid #EFEFEF;
  border-radius: 5px;
  -webkit-transition-timing-function: cubic-bezier(0.3, 1.5, 0.6, 1);
          transition-timing-function: cubic-bezier(0.3, 1.5, 0.6, 1);
}

#main .header .search-box input:focus {
  color: #333;
  border-color: #d6d6d6;
}

#main .header .search-box input:focus ~ .icon {
  opacity: 1;
  z-index: 3;
  color: #10c469;
}

#main .header .search-box .icon {
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  text-align: center;
  line-height: 40px;
  z-index: 1;
  cursor: pointer;
  opacity: .5;
}

#main .action-bar {
  padding: 5px;
  overflow: hidden;
}

#main .message-list {
  display: block;
  padding-left: 0;
}

#main .message-list li {
  position: relative;
  display: block;
  height: 50px;
  line-height: 50px;
  cursor: default;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

#main .message-list li:hover {
  background: rgba(152, 166, 173, 0.15);
  -webkit-transition-duration: .05s;
          transition-duration: .05s;
}

#main .message-list li .mail-col {
  float: left;
  position: relative;
}

#main .message-list li .mail-col-1 {
  width: 400px;
}

#main .message-list li .mail-col-1 .star-toggle,
#main .message-list li .mail-col-1 .checkbox-wrapper-mail,
#main .message-list li .mail-col-1 .dot {
  display: block;
  float: left;
}

#main .message-list li .mail-col-1 .dot {
  border: 4px solid transparent;
  border-radius: 100px;
  margin: 22px 26px 0;
  height: 0;
  width: 0;
  line-height: 0;
  font-size: 0;
}

#main .message-list li .mail-col-1 .checkbox-wrapper-mail {
  margin-top: 15px;
  margin-right: 10px;
}

#main .message-list li .mail-col-1 .star-toggle {
  margin-top: 18px;
  font-size: 16px;
  margin-left: 5px;
}

#main .message-list li .mail-col-1 .title {
  position: absolute;
  top: 15px;
  left: 140px;
  right: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#main .message-list li .mail-col-2 {
  position: absolute;
  top: 0;
  left: 400px;
  right: 0;
  bottom: 0;
}

#main .message-list li .mail-col-2 .subject,
#main .message-list li .mail-col-2 .date {
  position: absolute;
  top: 0;
}

#main .message-list li .mail-col-2 .subject {
  left: 0;
  right: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#main .message-list li .mail-col-2 .date {
  right: 0;
  width: 200px;
  padding-left: 80px;
}

#main .message-list li.active, #main .message-list li.selected {
  background: rgba(152, 166, 173, 0.15);
  -webkit-transition-duration: .05s;
          transition-duration: .05s;
}

#main .message-list li.active,
#main .message-list li.active:hover {
  -webkit-box-shadow: inset 3px 0 0 #58c8e0;
          box-shadow: inset 3px 0 0 #58c8e0;
}

#main .message-list li.unread {
  font-weight: 600;
  color: #555;
}

#main .message-list li.blue-dot .mail-col-1 .dot {
  border-color: #188ae2;
}

#main .message-list li.orange-dot .mail-col-1 .dot {
  border-color: #FFBC03;
}

#main .message-list li.green-dot .mail-col-1 .dot {
  border-color: #10c469;
}

#main .load-more-link {
  display: block;
  text-align: center;
  margin: 30px 0 50px 0;
}

.show-main-overlay #main .overlay {
  opacity: 1;
  bottom: 0;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}

.show-sidebar #main .header .page-title .sidebar-toggle-btn {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.show-sidebar #main .header .page-title .sidebar-toggle-btn .line-angle1 {
  -webkit-transform: rotate(-120deg);
          transform: rotate(-120deg);
}

.show-sidebar #main .header .page-title .sidebar-toggle-btn .line-angle2 {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}

#main #main-nano-wrapper {
  position: absolute;
  top: 100px;
  bottom: 0;
  height: auto;
}

#message {
  position: fixed;
  top: 72px;
  left: 60%;
  bottom: 0;
  width: 40%;
  z-index: 5;
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  padding: 20px 30px;
  background: #ffffff;
  -webkit-box-shadow: 0 0px 77px 0 rgba(0, 0, 0, 0.08), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
          box-shadow: 0 0px 77px 0 rgba(0, 0, 0, 0.08), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
}

#message .header {
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(152, 166, 173, 0.2);
}

#message .header .page-title {
  display: block;
  float: none;
  margin-bottom: 15px;
  line-height: 40px;
}

#message .header .page-title .icon {
  margin-top: 4px;
  margin-right: 10px;
}

#message .header .grey {
  margin-left: 10px;
  color: #999;
}

#message .message-container {
  padding: 0 30px;
}

#message .message-container li {
  padding: 25px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #FFF;
  margin: 0 0 30px 0;
  position: relative;
}

#message .message-container li .details {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  overflow: hidden;
}

#message .message-container li .details .left {
  float: left;
  font-weight: 600;
  color: #888;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

#message .message-container li .details .left .arrow {
  display: inline-block;
  position: relative;
  height: 2px;
  width: 20px;
  background: rgba(0, 0, 0, 0.15);
  vertical-align: top;
  margin: 12px 20px 0 15px;
  border: 0px solid rgba(0, 0, 0, 0.15);
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

#message .message-container li .details .left .arrow:after {
  position: absolute;
  top: -4px;
  left: 100%;
  height: 0;
  width: 0;
  border: inherit;
  border-width: 7px;
  border-style: solid;
  content: '';
  border-right: 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
}

#message .message-container li .details .right {
  float: right;
  color: #999;
}

#message .message-container li .message {
  margin-bottom: 40px;
}

#message .message-container li .message p:last-child {
  margin-bottom: 0;
}

#message .message-container li:hover .tool-box .red-hover {
  color: #ff5b5b;
  border-color: #ff5b5b;
}

#message .message-container li:hover .tool-box .red-hover:hover {
  color: #f40000;
  border-color: #f40000;
}

#message .message-container li .tool-box {
  position: absolute;
  bottom: 0;
  right: 0;
  border: 0px solid #DDDFE1;
  border-top-width: 1px;
  border-left-width: 1px;
  padding: 8px 10px;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

#message .message-container li .tool-box a {
  margin-right: 10px;
}

#message .message-container li .tool-box a:last-child {
  margin-right: 0;
}

#message .message-container li:hover .details .left .arrow {
  background: #10c469;
  border: 0px solid #10c469;
}

#message .message-container li:hover .details .left .arrow.orange {
  background: #FFBC03;
  border: 0px solid #FFBC03;
}

.show-message #message {
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

#message #message-nano-wrapper {
  position: absolute;
  top: 130px;
  bottom: 0;
  height: auto;
  left: 0;
  right: 0;
  width: auto;
}

.show-message #message {
  -webkit-transform: none;
          transform: none;
}

.show-message #main {
  margin-right: 40%;
}

@media only screen and (min-width: 1499px) {
  #main .overlay {
    display: none;
  }
}

@media only screen and (max-width: 1500px) {
  .show-message #main {
    margin-right: 0;
  }
  .show-message #message {
    left: 50%;
    width: 50%;
  }
}

@media only screen and (max-width: 1024px) {
  .show-sidebar #sidebar {
    -webkit-transform: none;
            transform: none;
  }
  .show-sidebar #main {
    -webkit-transform: translateX(250px);
            transform: translateX(250px);
  }
  .show-message #main {
    margin-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  #sidebar {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  #main {
    left: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #main .header .page-title .sidebar-toggle-btn {
    margin-right: 20px;
    opacity: 1;
    width: 20px;
    margin-left: 10px;
  }
  #main .header .page-title .sidebar-toggle-btn .line {
    height: 2px;
  }
  .show-sidebar #sidebar {
    -webkit-transform: none;
            transform: none;
  }
  .show-sidebar #main {
    -webkit-transform: translateX(250px);
            transform: translateX(250px);
  }
  .show-message #main {
    margin-right: 0;
  }
  .show-message #message {
    left: 20%;
    width: 80%;
  }
}

@media only screen and (max-width: 600px) {
  #main .header .search-box {
    float: none;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 0;
  }
  #main .action-bar {
    float: none;
  }
  .action-bar ul {
    margin-bottom: 0;
    text-align: center;
  }
  #main .header .search-box input,
  #main .header .search-box input:focus {
    width: 100%;
  }
  #main #main-nano-wrapper {
    position: absolute;
    top: 150px;
    bottom: 0;
    height: auto;
  }
  #main .message-list li .mail-col-1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 120px;
    width: auto;
  }
  #main .message-list li .mail-col-2 {
    right: 0;
    left: auto;
    width: 120px;
  }
  #main .message-list li .mail-col-2 .date {
    padding-left: 0;
    position: static;
  }
  #main .message-list li .mail-col-2 .subject {
    display: none;
  }
}

/**
 * Nano scroll stuff
*/
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.nano > .nano-content:focus {
  outline: none;
}

.nano > .nano-content::-webkit-scrollbar {
  visibility: hidden;
}

.has-scrollbar > .nano-content::-webkit-scrollbar {
  visibility: visible;
}

.nano > .nano-pane {
  background: rgba(152, 166, 173, 0.1);
  position: absolute;
  width: 7px;
  right: 8px;
  top: 8px;
  bottom: 8px;
  visibility: hidden \9;
  /* Target only IE7 and IE8 with this hack */
  opacity: .01;
  border-radius: 5px;
  -webkit-transition: .3s;
  transition: .3s;
}

.nano > .nano-pane > .nano-slider {
  background: rgba(152, 166, 173, 0.35);
  position: relative;
  border-radius: 3px;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transition-property: background;
  transition-property: background;
}

.nano > .nano-pane:hover > .nano-slider,
.nano > .nano-pane.active > .nano-slider {
  background: #A6A6A6;
}

.nano:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
  visibility: visible \9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99;
}

/* Profile */
.bg-picture {
  padding: 30px;
}

.profile-info-name img {
  width: 110px;
  float: left;
  margin-right: 30px;
  border: 3px solid #dee2e6;
}

.profile-info-detail {
  overflow: hidden;
}

.profile-pills li a {
  color: rgba(67, 89, 102, 0.5) !important;
  padding: 0 10px;
  display: block;
  line-height: 30px !important;
}

.profile-pills li a i {
  font-size: 14px;
}

.comment {
  padding-top: 12px;
}

.comment .comment-avatar {
  position: relative;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  display: block;
  float: left;
  height: 32px;
  width: 32px;
}

.comment .comment-body {
  float: none;
  margin-left: 40px;
  position: relative;
}

.comment .comment-text {
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  padding: 7px 12px 8px;
}

.comment .comment-header {
  font-size: 12px;
  padding-bottom: 2px;
}

.comment .comment-header a {
  color: #435966;
  font-weight: bold;
}

.comment .comment-header span {
  color: #98a6ad;
  display: inline-block;
  font-size: 11px;
  margin-left: 5px;
}

.comment .comment-footer {
  display: block;
  font-size: 12px;
  padding: 4px 12px 0;
}

.comment .comment-footer i {
  font-size: 13px;
  margin-right: 7px;
}

.comment .comment-footer, .comment .comment-footer a {
  color: rgba(67, 89, 102, 0.5);
}

.comment .comment-footer:hover, .comment .comment-footer a:hover {
  color: #58c8e0;
}

.comment > .comment {
  margin-left: 32px !important;
}

/*
Template Name: Adminto Dashboard
Author: CoderThemes
Email: coderthemes$gmail.com
File: Menu
*/
.topbar {
  left: 0px;
  position: fixed;
  right: 0;
  top: 0px;
  z-index: 999;
}

.topbar .topbar-left {
  background: #ffffff;
  border-top: 3px solid #58c8e0;
  float: left;
  text-align: center;
  height: 73px;
  position: relative;
  width: 200px;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}

.topbar .topbar-left img {
  width: 100%;
}

.topbar .topbar-left .logo {
  line-height: 70px;
}

.navbar-default {
  background-color: #ebeff2;
  border-radius: 0px;
  border: none;
  border-top: 3px solid #58c8e0;
  margin-bottom: 0px;
  padding: 0px 10px;
}

.navbar-default .navbar-left li {
  padding-right: 10px;
}

.navbar-default .button-menu-mobile {
  display: none;
}

.navbar-default .nav-link {
  padding: 0;
  line-height: 70px;
  color: rgba(67, 89, 102, 0.8);
}

.navbar-default .dropdown-toggle:after {
  content: initial;
}

.navbar-default .menu-left {
  overflow: hidden;
}

.navbar-default .topbar-right-menu li {
  float: left;
}

.logo {
  color: #188ae2 !important;
  font-size: 32px;
  font-family: 'Rancho', cursive;
}

.logo i {
  display: none;
}

.logo span span {
  color: #10c469;
}

.user-box {
    text-align: center;
    padding: 10px 0px 0px 0px;
}

.user-box .user-img {
  position: relative;
  height: 88px;
  width: 88px;
  margin: 0px auto;
}

.user-box h5 a {
  color: #98a6ad;
}

.user-box .user-status {
  height: 12px;
  width: 12px;
  position: absolute;
  bottom: 7px;
  right: 15px;
}

.user-box .user-status i {
  font-size: 15px;
}

.user-box .user-status.away i {
  color: #FFBC03;
}

.user-box .user-status.offline i {
  color: #ff5b5b;
}

.user-box .user-status.online i {
  color: #10c469;
}

.user-box .user-status.busy i {
  color: #98a6ad;
}

.user-box ul li a {
  color: #98a6ad;
}

.user-box ul li a:hover {
  color: #58c8e0;
}

.notification-box ul {
  max-height: 60px;
}

.notification-box ul li a {
  font-size: 26px;
  color: #435966;
  display: block;
  line-height: 70px;
}

.notification-box .noti-dot {
  position: relative;
  top: -46px;
}

.notification-box .pulse {
  width: 2px;
  height: 2px;
  border: 3px solid #ff5b5b;
  border-radius: 30px;
  background-color: #ff5b5b;
  z-index: 10;
  position: absolute;
  right:7px;
}

.notification-box .dot {
  border: 4px solid #ff5b5b;
  background: transparent;
  border-radius: 60px;
  height: 30px;
  width: 30px;
  -webkit-animation: pulse 3s ease-out;
  animation: pulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -11px;
  left: 5px;
  z-index: 1;
  opacity: 0;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
  }
  25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0.0;
  }
}

.side-menu {
  top: 70px;
  width: 250px;
  z-index: 10;
  background: #ffffff;
  bottom: 0;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 30px;
  position: fixed;
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
          box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
}

.side-menu .waves-effect .waves-ripple {
  background-color: rgba(	88, 200, 224, 0.3);
}

.content-page {
  margin-left: 250px;
  overflow: hidden;
}

.content-page .content {
  padding: 0 10px;
  margin-top: 75px;
}

.button-menu-mobile {
  background: transparent;
  border: none;
  color: #435966;
  font-size: 21px;
  line-height: 68px;
}

.button-menu-mobile:hover {
  color: #58c8e0;
}

.sidebar-inner {
  height: 100%;
}

#sidebar-menu, #sidebar-menu ul, #sidebar-menu li, #sidebar-menu a {
  border: 0;
  font-weight: normal;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-decoration: none;
}

#sidebar-menu {
  width: 100%;
}

#sidebar-menu a {
  line-height: 1.3;
}

#sidebar-menu ul li .menu-arrow {
  -webkit-transition: -webkit-transform .15s;
  transition: -webkit-transform .15s;
  transition: transform .15s;
  transition: transform .15s, -webkit-transform .15s;
  position: absolute;
  right: 20px;
  display: inline-block;
  font-family: "Material Design Icons";
  text-rendering: auto;
  line-height: 18px;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

#sidebar-menu ul li .menu-arrow:before {
  content: "\F142";
}

#sidebar-menu ul li a.subdrop .menu-arrow {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#sidebar-menu ul ul {
  display: none;
}

#sidebar-menu ul ul li {
  border-top: 0;
}

#sidebar-menu ul ul li.active a {
  color: #58c8e0;
}

#sidebar-menu ul ul a {
  color: #63747c;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-left: 3px solid transparent;
  display: block;
  padding: 10px 20px 10px 65px;
}

#sidebar-menu ul ul a:hover {
  color: #58c8e0;
}

#sidebar-menu ul ul a i {
  margin-right: 5px;
}

#sidebar-menu ul ul ul a {
  padding-left: 80px;
}

#sidebar-menu .label {
  margin-top: 2px;
}

#sidebar-menu .subdrop {
  border-left: 3px solid #58c8e0;
  color: #58c8e0 !important;
}

#sidebar-menu > ul > li > a {
  color: #435966;
  display: block;
  padding: 12px 20px;
  margin: 4px 0px;
  background-color: #ffffff;
  border-left: 3px solid transparent;
}

#sidebar-menu > ul > li > a:hover {
  color: #58c8e0;
  text-decoration: none;
}

#sidebar-menu > ul > li > a > span {
  vertical-align: middle;
}

#sidebar-menu ul li a i {
  display: inline-block;
  font-size: 16px;
  line-height: 17px;
  margin-left: 3px;
  margin-right: 15px;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}

#sidebar-menu ul li a i.md {
  font-size: 18px;
}

#sidebar-menu ul li a .drop-arrow {
  float: right;
}

#sidebar-menu ul li a .drop-arrow i {
  margin-right: 0px;
}

#sidebar-menu > ul > li > a.active {
  border-left: 3px solid #58c8e0;
  color: #58c8e0 !important;
}

.user-box .user-img {
    position: relative;
    height: 50px;
    width: 50px;
    margin: 0px auto;
}

.user-box .user-status {
    height: 12px;
    width: 12px;
    position: absolute;
    bottom: 5px;
    right: 4px;
}

.menu-title {
  padding: 12px 20px !important;
  letter-spacing: .035em;
  pointer-events: none;
  cursor: default;
  font-size: 13px;
}

#wrapper.enlarged .menu-title, #wrapper.enlarged .menu-arrow {
  display: none !important;
}

#wrapper.enlarged .user-box .user-img {
  height: 48px;
  width: 48px;
}

#wrapper.enlarged .user-box h5 {
  display: none;
}

#wrapper.enlarged #sidebar-menu ul ul {
  border: 2px solid #f4f8fb;
  margin-top: -5px;
  padding-top: 5px;
  z-index: 9999;
  background-color: #ffffff;
}

#wrapper.enlarged .left.side-menu {
  width: 70px;
  z-index: 5;
}

#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a {
  padding: 15px 20px;
}

#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:hover {
  background: #f4f8fb !important;
}

#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:active {
  background: #f4f8fb !important;
}

#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:focus {
  background: #f4f8fb !important;
}

#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a i {
  margin-right: 20px !important;
  font-size: 20px;
}

#wrapper.enlarged .left.side-menu .label {
  position: absolute;
  top: 5px;
  left: 35px;
  text-indent: 0;
  display: block !important;
  padding: .2em .6em .3em !important;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li {
  position: relative;
  white-space: nowrap;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > a {
  position: relative;
  width: 260px;
  background: #f4f8fb;
  color: #58c8e0;
  border-color: #58c8e0;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul {
  display: block;
  left: 70px;
  position: absolute;
  width: 190px;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul a {
  background: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 15px;
  position: relative;
  width: 186px;
  z-index: 6;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul a:hover {
  color: #58c8e0;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover a span {
  display: inline;
}

#wrapper.enlarged .left.side-menu #sidebar-menu li .show-menu + ul {
  display: block;
  left: 70px;
  position: absolute;
  width: 190px;
}

#wrapper.enlarged .left.side-menu #sidebar-menu li .show-menu + ul a {
  background: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 15px;
  position: relative;
  width: 186px;
  z-index: 6;
}

#wrapper.enlarged .left.side-menu #sidebar-menu li .show-menu + ul a:hover {
  color: #58c8e0;
}

#wrapper.enlarged .left.side-menu #sidebar-menu a.subdrop {
  color: #58c8e0 !important;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li > ul {
  display: none;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li:hover > ul {
  display: block;
  left: 190px;
  margin-top: -36px;
  position: absolute;
  width: 190px;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li > a span.pull-right {
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  position: absolute;
  right: 20px;
  top: 12px;
  transform: rotate(270deg);
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li.active a {
  color: #71b6f9;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li > a span {
  display: none;
  padding-left: 10px;
}

#wrapper.enlarged .left.side-menu .user-details {
  display: none;
}

#wrapper.enlarged .content-page {
  margin-left: 70px;
}

#wrapper.enlarged .footer {
  left: 70px;
}

#wrapper.enlarged .topbar .topbar-left {
  width: 70px !important;
}

#wrapper.enlarged .topbar .topbar-left .logo span {
  display: none;
  opacity: 0;
}

#wrapper.enlarged .topbar .topbar-left .logo i {
  display: block;
  line-height: 70px;
  color: #435966 !important;
}

#wrapper.enlarged #sidebar-menu > ul > li:hover > a.open :after {
  display: none;
}

#wrapper.enlarged #sidebar-menu > ul > li:hover > a.active :after {
  display: none;
}

#wrapper.right-bar-enabled .right-bar {
  right: 0;
}

#wrapper.right-bar-enabled .left-layout {
  left: 0;
}

/* Right sidebar */
.side-bar.right-bar {
  float: right !important;
  right: -266px;
  top: 0px;
}

.side-bar {
  -moz-transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
          box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
  display: block;
  float: left;
  height: 100%;
  position: fixed;
  transition: all 200ms ease-out;
  width: 240px;
}

.right-bar {
  background: #ffffff !important;
  z-index: 999 !important;
}

.right-bar h4 {
  border-bottom: 1px solid fade(#98a6ad, 50%);
  padding: 4px 10px 10px 18px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.right-bar .right-bar-toggle {
  float: right;
  line-height: 46px;
  font-size: 20px;
  color: #333;
  padding: 15px 10px 0 10px;
}

/* .notification-list {
  height: calc(100% - 50px);
  min-width: 120px;
  max-width: 140px;
} */

.notification-list .list-group-item {
  border-bottom: 1px solid rgba(152, 166, 173, 0.2) !important;
  margin-bottom: 0;
}

.notification-list .list-group-item.active {
  background-color: rgba(152, 166, 173, 0.1);
}

.user-list .user-list-item .avatar {
  float: left;
  margin-right: 5px;
  width: 30px;
  height: 30px;
}

.user-list .user-list-item .avatar img {
  border-radius: 50%;
  width: 100%;
}

.user-list .user-list-item .icon {
  float: left;
  margin-right: 5px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
}

.user-list .user-list-item .icon i {
  color: #ffffff;
  line-height: 30px;
  font-size: 16px;
}

.user-list .user-list-item .user-desc {
  margin-left: 40px;
}

.user-list .user-list-item .user-desc span.name {
  color: #435966;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  overflow: hidden;
}

.user-list .user-list-item .user-desc span.desc {
  color: #98a6ad;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  overflow: hidden;
  font-size: 12px;
}

.user-list .user-list-item .user-desc span.time {
  font-size: 11px;
  color: #71b6f9;
  font-style: italic;
}

/* Seach */
.app-search {
  position: relative;
}

.app-search button {
  position: absolute;
  background-color: transparent;
  border: none;
  top: 4px;
  right: 8px;
  color: rgba(152, 166, 173, 0.7);
}

.app-search button:hover {
  color: #98a6ad;
}

.app-search .form-control, .app-search .form-control:focus {
  border: 1px solid rgba(152, 166, 173, 0.15);
  font-size: 13px;
  height: 34px;
  color: #435966;
  font-weight: 600;
  padding-left: 20px;
  padding-right: 40px;
  margin-top: 18px;
  margin-left: 20px;
  background: rgba(152, 166, 173, 0.1);
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 30px;
  width: 190px;
}

/*
Template Name: Adminto Dashboard
Author: CoderThemes
Email: coderthemes@gmail.com
File: Responsive
*/
@media only screen and (max-width: 6000px) and (min-width: 700px) {
  .wrapper.right-bar-enabled .right-bar {
    right: 0;
    z-index: 99;
  }
  
  .topbar .topbar-left {
    height: 75px;
    width: 250px;
  }
}

@media (max-width: 1023px) {
  .button-menu-mobile {
    display: block !important;
  }
  .navbar-nav {
    margin: 0px;
    display: inline-block;
  }
  .navbar-nav li {
    display: inline-block;
    line-height: 1px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body {
    overflow-x: hidden;
  }
}

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
  .enlarged .left.side-menu {
    margin-left: -75px;
  }
  .topbar-left {
    width: 70px !important;
  }
  .topbar-left span {
    display: none !important;
  }
  .topbar-left i {
    display: block !important;
    line-height: 75px !important;
  }
  .content-page .content {
    margin-top: 95px;
  }
  .topbar .topbar-left {
    height: 75px;
  }
  .navbar-default {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
            box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
  }
  .navbar-nav.navbar-right {
    float: right;
  }
  .content-page {
    margin-left: 0px !important;
  }
  .footer {
    left: 0px !important;
  }
  .mobile-sidebar {
    left: 0px;
  }
  .mobile-content {
    left: 250px;
    right: -250px;
  }
  .wrapper-page {
    width: 90%;
  }
  .dataTables_wrapper .col-xs-6 {
    width: 100%;
    text-align: left;
  }
  div#datatable-buttons_info {
    float: none;
  }
  .ms-container {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .side-menu {
    z-index: 10 !important;
  }
  .button-menu-mobile {
    display: block;
  }
  .search-bar {
    display: none !important;
  }
  .sidebar-inner {
    overflow: auto !important;
    height: 100%;
    bottom: 0;
  }
  .hide-phone {
    display: none !important;
  }
}

/* Container-alt */
@media (min-width: 768px) {
  .container-alt {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container-alt {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container-alt {
    width: 1170px;
  }
}

@media (max-width: 419px) {
  .topbar-left {
    width: 70px !important;
  }
  .logo .icon-c-logo {
    display: inline-block !important;
    line-height: 58px !important;
  }
  .logo span {
    display: none !important;
  }
  .wrapper-page .logo span {
    display: inline-block !important;
  }
  .content-page {
    margin-left: 70px;
  }
  .forced .side-menu.left {
    -webkit-box-shadow: 0 12px 12px rgba(0, 0, 0, 0.1);
            box-shadow: 0 12px 12px rgba(0, 0, 0, 0.1);
  }
  .enlarged .side-menu.left {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) !important;
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) !important;
  }
  .page-title {
    font-size: 15px;
    line-height: 67px;
    max-width: 250px;
    white-space: nowrap;
  }
  .navbar-default {
    padding: 0px;
  }
  .navbar-default .navbar-left {
    padding-left: 0px !important;
  }
  .navbar-default .navbar-left li {
    padding: 0px 5px;
  }
  .topbar-left {
    display: none;
  }
  .editable-responsive {
    overflow-x: auto;
  }
  .profile-info-name img {
    float: none;
    margin: 0px auto;
    margin-bottom: 20px;
  }
  div.hopscotch-bubble .hopscotch-bubble-container {
    max-width: 180px;
  }
}
/*# sourceMappingURL=style.css.map */

.point-person {
    /* border: 2px solid #58c8e0; */
    /* padding: 0% 1%; */
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin-right: 3%;
/*     position: absolute;
    right: 0;
    top: 12%; */
}

.point-person .table thead th {
    padding: .75rem;
    vertical-align: top;
    border-top: none;
}

.switchery-demo .switchery {
    margin-bottom: 0;
    margin-right: 10px;
}

.input-links{
    padding: 5px 10px;
    /* border-radius: 10px; */
    border-radius: 4px;
	/* border: 1px solid #58c8e0; */
	border: 1px solid #E3E3E3;
    float:right;
    margin-right:10%;
    width:40%;
}

.modal-demo label {
    display: block;
}

.modal-demo textarea {
    overflow: auto;
    resize: vertical;
    width: 100%;
    height: 80px;
	max-height: 100px;
    min-height: 30px;
}

.select2-container--open .select2-dropdown--below {
    z-index: 10004!important;
}

.dropify-wrapper {
    height: 60px!important;
}

.custom-radio{
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
    align-items: center;
}

.up-coming.custom-radio .custom-control-input:checked~.custom-control-label::after {
/*     background-color: purple !important; */
	background-color: #58c8e0!important;
    border-radius: 15px!important;
}

.on-going.custom-radio .custom-control-input:checked~.custom-control-label::after {
/*     background-color: lightgreen !important; */
	background-color: #58c8e0!important;
    border-radius: 15px!important;
}

.on-hold.custom-radio .custom-control-input:checked~.custom-control-label::after {
/*     background-color: orange !important; */
	background-color: #58c8e0!important;
    border-radius: 15px!important;
}

.in-complete.custom-radio .custom-control-input:checked~.custom-control-label::after {
/*     background-color: orange !important; */
	background-color: #58c8e0!important;
    border-radius: 15px!important;
}

.over-due.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-color: red !important;
/* 	background-color: #58c8e0!important; */
    border-radius: 15px!important;
}

.do-ne.custom-radio .custom-control-input:checked~.custom-control-label::after {
/*     background-color: #58c8e0!important; */
	background-color: #58c8e0!important;
    border-radius: 15px!important;
}

.text-reason{
	border-radius: 5px;
    border: 1px solid #ced4da;
    padding: 2px 3px;
    width: 60%;
    /* float: right; */
    display: flex;
}
.add-task-radio input.text-reason{
    float:none;
	width: 80%;
	margin-left:0;
}

.project-indicator a{
    color:#000;
    margin-right:20px;
}

.card-box {
    padding: 20px;
	-webkit-box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.19);
}

.home .widget-chart-1 .widget-detail-1 {
	margin-left: 0;
    min-height: 77px;
    height: 200px;
    text-align: center;
}

.project-box h4 {
    width:50%;
}

.thumb-xl {
    height: 160px;
    width: 160px;
    float: left;
    margin-right: 6%;
}

.table-responsive.drive-icon td{
    vertical-align: middle;
}

.home-links.drive {
	text-align: center;
}

.home-links.drive i {
	font-size: 20px;
	vertical-align: middle;
}

.c-p-projects{
    position: absolute;
    right: 5%;
    top: 4%;
/*     border: 1px solid black; */
    height: auto;
    max-height: 30%;
    width: 41%;
    padding: 0 10px;
    overflow-y: auto;
}

.c-p-projects h3{
    margin:0;
    text-align:center;
}

.cpprojects{
	border: 1px solid #E3E3E3;
}

.task-status{
    position: absolute;
    right: 1%;
    top: 0%;
}

.errorlog{
    
}

.errorlog .mdi-check-circle-outline:before {
  font-size: 28px;
}

.errorlog .badge {
  padding: 0;
  margin-top: 0;
  margin-left: 10px;
}

.error-height{
  height:600px;
  width:100%;
}

.home .my-projects {
  margin: 0 10px 20px 0;
  max-height: 400px;
  overflow-y: auto;
  width: 100%;
}

.home .my-tasks {
  margin: 0 10px 0px;
  max-height: 580px;
  overflow: auto;
}

.center-graph .card-box{
  margin: 0 10px;
	color:#36404a;
}

.center-graph .header-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 8px;
    margin-top: 0;
}

.kanban-box .kanban-detail h4 a {
    color: #435966;
    margin-left: 10px;
}

.home-graphs .col-xl-4{
	float:left;
	padding:0;
}

.task-detail .col-md-6 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    float: left;
}

.task-detail .widget-user {
    min-height: 150px;
}

.drive-link{
	width: 15%;
    float: left;
}

.drive-link i{
	font-size: 45px;
}

.content-links{
	width: auto;
	float: left;
}

.content-links p, .content-links a{
	margin-bottom: 0px;
  	color: #000;
}

.content-links a:hover{
  	color:#58c8e0;
}

/* .project-box ul li {
    padding-right: 20px;
} */

.all-tasks{
	text-align: center;
    padding-right: 0!important;
    margin-left: 10px;
}

.all-tasks a{
	color: #000;
}

/* Dropify Custom in Add task */
.custombox-modal-wrapper .fileupload {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    display: inline-block;
}

.form-group.upload-here label {
    display: inline-block;
    vertical-align: top;
    padding-top: 6px;
    padding-right: 20px;
}

.custom-modal-text .modal-demo textarea {
    overflow: auto;
    resize: vertical;
    width: 100%;
    height: 80px;
    max-height: 100px;
    min-height: 30px;
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
    border: 1px solid #E3E3E3;
}

#addTask .dropify-wrapper {
	margin-bottom: 10px;
	width: 90%!important;
	float: left!important;
}

.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p {
	text-align: left!important;
}

.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message::before {
	left: 20%!important;
}

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

.dropify-wrapper .dropify-clear {
    top: 15px!important;
    right: 10px;
    font-size: 11px;
    padding: 0px 2px!important;
}

.dropify-wrapper .dropify-message p {
    margin: 0!important;
}

.dropify-wrapper .dropify-message span.file-icon {
	font-size: 40px!important;
}

.dropify-wrapper .dropify-message {
    position: relative;
	top: 20px!important;
}

.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message {
    margin-top: 0!important;
	padding-top: 0!important;
}

.fileupload {
	overflow: hidden;
	position: relative;
	margin: 0 auto 10px;
	display: block;
}

/* Teams Adding */
.teams-add{
	width:100%;
}

.teams-add .col-xl-3{
	float: left;
}

.mdi-trash-can:before {
	content: "\FA78";
	font-size: 25px;
	color: red;
	position: relative;
	top:10px;
}

.team-names{
	border-bottom: 0!important;
	font-size: 20px;
	margin-bottom: 30px;
}

.team-name-head{
	margin-bottom: 30px;
}

.edit-team-instruction{
	font-size: 17px;
	padding-left: 20px;
	position: relative;
	top: 5px;
}

.task-list .kanban-box .kanban-detail h4 {
    padding-right: 50px;
    margin-bottom: 0;
}

.task-list .kanban-box .kanban-detail {
    margin-left: 10px;
}

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

/* Categories Adding */
.categories-add{
	width: 100%;
}

.categories-add .kanban-box{
	padding: 10px;
}

.categories-add .mdi-trash-can:before {
	bottom: unset;
}

/* Subtask adding */
.editable-click, a.editable-click, a.editable-click:hover {
  text-decoration: none!important;
  border-bottom: none!important;
  color: #343a40!important;
}

.subtask-add {
  width: 95%;
  margin-bottom: 0;
  height: 50px;
  float: right;
  overflow: hidden;
}

/* .subtask-box{
	overflow: auto;
  height: 270px;
} */

.editable-buttons.editable-buttons-bottom {
  display: block;
  margin-top: 10px;
  margin-left: 10px!important;
  float: right;
}

.task-detail .editableform .form-control {
  width: 50em!important;
  height: 50px;
  min-height: 50px;
	max-height: 90px;
}

.task-detail .mdi-plus:before {
  font-size: 20px;
	color: #000;
}

/* .subtask-box {
	overflow: auto;
  height: auto;
  max-height: 270px;
	min-height: 30px;
} */

.subtask-box input{
	width: 80%;
  height: 39px;
  border-left: 0;
  border-top: 1px solid;
  border-bottom: 0;
  margin-left: 30px;
}

.task-detail .add-new-plus {
  float: left;
  margin-right: 0px;
}

.task-detail .mdi-trash-can:before {
  bottom: 0;
	top: 3px;
}

/* Changes to all pages, add to css category when able */
.kanban-box .kanban-detail h4 {
    padding-right: 50px;
}

.taskboard-box{
	height: 100%;
}

.home-links a{
	color: #063458;
  text-decoration: none;
}

.home-links a:hover, .home-project-links:hover{
	color: #99ddec;
}

.home-link{
	color: #063458;
  text-decoration: none;
}

.home-link:hover{
	color: #99ddec;
}

.home-project-links{
	color: #000;
}

.upload-file {
  position: absolute;
  top: 45%;
  right: 0;
  display: inline-block;
  left: 100%;
  width: 20px;
  font-size: 15px;
}

.remove-upload {
  position: absolute;
  top: -6px;
  right: 0;
  left: 85%;
  width: 23px;
  font-size: 12px;
  color: #fff;
  background-color: #000;
  border-radius: 100%;
  padding: 6px;
  height: 23px;
  text-align: center;
}

.remove-upload:hover {
  color: #fff;
}

.fa-arrow-alt-up:before {
  content: "\F737";
  font-size: 20px;
  position: relative;
  bottom: 40px;
  /* background-color: #58c8e0; */
  color: #58c8e0;
}

.remove-subtask i {
  font-size: 20px;
  vertical-align: top;
  line-height: 65px;
  text-align: center;
  letter-spacing: 13px;
}

.remove-subtask .comments-toggle i {
  font-size: 20px!important;
  vertical-align: middle!important;
  line-height: normal!important;
  margin-right: 0px!important;
  line-height: 10px!important;
  margin-top: -17px;
}

.remove-subtask a {
  line-height: 90px;
  letter-spacing: -5px;
}

.btn-view-all {
    background-color: lightgray;
    padding: 5px;
    display: block;
    font-size: 13px;
    border-radius: 5px;
}

.status-comment{
	width: 40%;
	margin-bottom: 0;
	font-weight: 500;
	text-align: right;
}

/* .proj-details{
	width: 60%;
	height: 70px;
} */

.project-dates{
	width: 40%;
	float: right;
}

.project-dates .date-due, .project-dates .date-started{
	width: 45%;
  float: right;
}

.round {
	position: relative;
	width: 40px;
	float: left;
}

.round label {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 50%;
	cursor: pointer;
	height: 28px;
	left: 0;
	position: absolute;
	top: 8px;
	width: 28px;
}

.round label:after {
	border: 2px solid #fff;
	border-top: none;
	border-right: none;
	content: "";
	height: 6px;
	left: 7px;
	opacity: 0;
	position: absolute;
	top: 8px;
	transform: rotate(-45deg);
	width: 12px;
}

.round input[type="checkbox"] {
	visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
	background-color: #66bb6a;
	border-color: #66bb6a;
}

.round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.q-logo{
	width: 85%!important;
}

.btn-add-task {
  background-color: #063458;
  color: #fff!important;
  font-size: 14px;
	margin-top: 15px;
}

.project-box .btn-add-task{
	font-size: 12px;
}

.btn-add-task:hover{
	color: #fff;
}

.home .btn-add-task {
  margin-top: 0;
}

.client-detail .btn-add-task {
  margin-top: 0;
  margin-right: 20px;
}

.add-client .dropify-wrapper{
	width: 100%;
}

.filters{
	float: left;
  margin-right: 30px;
}

.filters input{
	padding: 10px;
	font-size: 15px;
	border: 1px solid #E3E3E3;
}

.filters select{
	padding: 13px;
	width: 160px;
	font-size: 15px;
	border: 1px solid #E3E3E3;
}

.filter-btn{
	float: left;
	padding: 10px 20px;
	margin: 30px 0 0;
	width: 12%;
	font-size: 16px;
	border: 1px solid transparent;
}

.error-select2 .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 46px;
}

.error-select2 .select2-container .select2-selection--single {
  border: 1px solid #E3E3E3;
  height: 47px;
}

.error-select2 .select2-container .select2-selection--single .select2-selection__arrow {
  height: 44px;
}

.error-select2 .select2-container {
	width: 160px!important;
}

.error-select2 .select2-container--default .select2-selection--single {
  border-radius: 0;
}

.error-search{
	width: 85%;
  float: right;
  padding: 0 20px;
	font-size: 25px;
	border: 2px solid #58c8e0;
}

.filters .input-group .form-control {
	height: 47px!important;
}

.projects-inherited{
	display: none;
}

.client-details .btn-add-task{
	font-size: 12px;
}

/* Custom Light Blue Color : #99ddec */

.datepicker td, .datepicker th {
  width: 35px;
  height: 25px;
}

/* Bootstrap Notify */
[data-notify="container"][class*="alert-pastel-"] {
	background-color: rgb(255, 255, 255)!important;
	border-width: 0px;
	border-left: 15px solid #5f8d46;
	border-radius: 0px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	letter-spacing: 1px;
}

[data-notify="container"].alert-pastel-info {
  	border-left-color: #58c8e0;
}

[data-notify="container"].alert-pastel-danger {
  	border-left-color: #F2493B;
}

[data-notify="container"][class*="alert-pastel-"]>[data-notify="title"] {
	color: #333;
	display: block;
	font-weight: 700;
	margin-bottom: 5px;
}

[data-notify="container"][class*="alert-pastel-"]>[data-notify="message"] {
  	font-weight: 400;
}

.users .img-thumbnail {
    max-width: 40%;
    min-height: 16.3em;
}

.fa-cog:before {
  	font-size: 18px;
}

.users .edit-user{
	margin-left: 5px;
	margin-right:5px;
}

.modal .modal-dialog .modal-content {
  padding: 20px;
}

.modal-demo .close, .modal-dialog .close {
  position: absolute;
  top: 15px;
  right: 25px;
  color: #eeeeee;
}

/* Add Client */
#logo-preview{
    margin: 0 auto;
    display: block;
    max-width: 250px;
    max-height: 150px;
}

.remove-image, .remove-image:hover{
	color:#ff5b5b;
}

.contact-edit-del{
	padding:0 15px!important;
	font-size:30px;
}

.remove-client-contact, .remove-client-contact:hover {
  color: #ff5b5b;
  line-height: 25px;
  vertical-align: top;
}

.edit-client-contact, .edit-client-contact:hover{
	color: #58c8e0;
}

.edit-client-contact i {
  padding-right: 10px;
  font-size: 20px;
}

.buttons .btn{
	margin: 15px 5px 10px;	
}

/* Edit Client */
.edit-client .dropify-wrapper {
	height: auto!important;
    padding: 6%;
}

.add-client .dropify-wrapper {
	height: auto!important;
    padding: 6%;
}

/* Add Task */

.mdi-arrow-up-bold-box:before {
	content: "\F737";
	font-size: 25px;
	position: relative;
	bottom: 45px;
	color: #58c8e0;
}

/* Categories */
.categories-add .mdi-trash-can:before {
    top: 0px;
}

.category-item{
	width: 85%;
	height: 37px;
	border: none;
}

/* Projects Page  */
.project-description{
	margin-bottom: 40px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* View Clients  */

.client-list-page .card-box {
	min-height: 364px;
}

.client-list-page .thumb-xl {
	height: 100px;
	width: 100px;
	float: left;
	margin-right: 6%;
	display: block;
  /* margin-bottom: 12%!important; */
}

.client-list-page .card-box p {
	margin-bottom: 0.5rem;
}

.client-list-page .card-box h3 {
  height: 40px;
  overflow: auto;
}

/* Current Teams  */
.current-teams .mdi-trash-can:before {
	top: -10px;
}

.card-header:first-child {
	background-color:#58c8e0 ;
}

.img-thumbnail {
	border: 0;
}

.remove-head{
	position: fixed;
	width: 20em;
}

.remove-head label{
	width: 7em;
	float: left;
	line-height: 2;
}

.upload-here{
	overflow: auto;
	max-height: 10em;
	margin-top: 45px;
}

/* Google Login Styling  */

.btn-google {
  background-color: #fff;
  color: #777;
  border: 1px solid transparent;
  -webkit-box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.1);
  box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.1);
  width: auto!important;
  height: auto!important;
  padding: 10px!important;
}

.btn-google:hover {
  color: #53CAE2;
  border: 1px solid #53CAE2;
  transition: all 0.5s ease;
}

.btn-google:hover, .btn-google:focus {
  background-color: #fff;
}

.social-login-wrapper img {
  width: 30px;
  margin-right: 25px;
  vertical-align: middle;
}

.login-main-page h1 {
  font-size:50px; 
  margin-top: 20%; 
  margin-bottom: 30%;
}

.login-message {
  padding: 10px;
  background-color: #53CAE2;
  color: #fff;
  margin-bottom: 30px;
  font-size: 20px;
  border-radius: 0.5em;
  line-height: 1.2;
}

.request-access-form{
  margin-bottom: 1em;
}

.btn-request-access{
  background-color: #fff;
  color: #53CAE2;
  border: 1px solid #53CAE2;
  font-size: 1.2em;
}

.btn-request-access:hover{
  color: #fff;
  background-color: #53CAE2;
  transition: all 0.5s ease;
}

#requestEmail, #email2{
  display: none;
}

/* Users  */
/* tabs */
.nav-tabs-vertical {
  margin-top: 40px;
}

.nav-tabs-vertical .nav-tabs {
  border-right: 0;
  float: left;
  border-bottom: none;
  margin-right: 24px;
}

.nav-tabs-vertical .nav-tabs > li {
  position: relative;
  float: none;
  margin-bottom: 0;
  margin-right: -2px;
  display: block;
}

.nav-tabs-vertical .nav-tabs > li > a {
  padding: 8px 16px;
  border-right: 2px solid transparent;
  border-bottom: none;
}

.tab-content>.active {
  display: block;
  margin-top: 40px;
}

.tab-content {
  padding: 20px 0;
  border: 2px solid #eeeeee;
  border-top: none;
}

.bootstrap-tagsinput {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 6px 0px 6px;
  border: 0;
  width: 100%;
}

.modal-dialog .close {
  position: absolute;
  top: 15px;
  right: 25px;
  color: #000;
  opacity: 1;
  font-size: 40px;
}

.thumb {
  max-width: 40%;
  display: inline-block;
}

.thumb-lg {
  min-height: 100px;
  max-height: 80px;
  height: 100%;
  min-width: auto;
  max-width: 90px;
  width: 100%;
}

#wrapper.comments-right-bar-enabled .comments-sidebar {
  right: 1%;
}

.comments-sidebar .comments-toggle {
  float: right;
  line-height: 46px;
  font-size: 20px;
  color: #333;
  padding: 0 30px;
}

.comments-toggle i {
  font-size: 20px!important;
  vertical-align: top!important;
  line-height: normal!important;
  margin-right: 5px!important;
}

.comments-sidebar {
  float: right !important;
  right: -400px;
  top: auto;
  border-radius: 10px;
}

.comments-sidebar {
  -moz-transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
  display: block;
  float: left;
  height: auto;
  position: fixed;
  transition: all 200ms ease-out;
  width: 400px;
  padding: 20px 0 20px 20px;
  overflow-y: auto;
  max-height: 630px;
  min-height: 610px;
}

.comments-sidebar {
  background: #ffffff !important;
  z-index: 999 !important;
}

.comments-sidebar .comments-toggle {
  float: right;
  line-height: 46px;
  font-size: 20px;
  color: #333;
  padding: 0 10px;
}

.files-list .fileupload {
  overflow: hidden;
  position: relative;
  margin: 55px 30px;
  display: block;
  vertical-align: middle;
  float: right;
}

.home-links.drive i {
  font-size: 23px;
  vertical-align: middle;
}

.home-links a, .home-links i {
  line-height: 80px;
  color: #063458;
  font-size: 25px;
  vertical-align: top;
  line-height: 80px;
  margin-right: 5px;
}

.home-links .comments-toggle i {
  font-size: 19px!important;
  vertical-align: middle!important;
  line-height: 80px!important;
  margin-right: 5px!important;
}

.comments-toggle i {
  font-size: 20px;
  vertical-align: middle;
  line-height: 80px;
}

.dashboard-links a {
  color: #063458;
  font-size: 12px;
  margin-left: 10px;
}

.home-links a:hover, .home-project-links:hover {
  color: #063458;
}

.reuirement-links button {
  vertical-align: middle;
  font-size: 17px;
  line-height: 80px;
}

.dropdown-menu a {
  color: #323a46;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  line-height: normal!important;
  font-size: 15px;
}

.dropdown-menu i {
  font-size: 15px;
  vertical-align: middle;
  line-height: normal;
  margin-right: 5px;
}

.dropdown-menu.action-btns i {
  font-size: 15px;
  vertical-align: middle;
  line-height: normal;
  margin-right: 0px;
  width: 15px;
  height: auto;
}

.dropdown-menu.action-btns .btn-sm {
  padding: 8px 10px!important;
  font-size: 12px;
  text-align: center;
}

.page-title {
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 0;
  line-height: normal!important;
  font-weight: 600;
}

.task-detail .notification-boxes {
  position: absolute;
  right: 20px;
  top: 0;
}

.task-detail .bootstrap-tagsinput .label-info {
  background-color: #58c8e0;
  display: block;
  padding: 0 8px;
  font-size: 13px;
  margin: 3px 1px;
  border-radius: 3px;
  width: max-content;
  float: right;
}

.task-detail .bootstrap-tagsinput {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 6px 0px 6px;
  border: 0;
  width: min-content;
}

.notification-boxes .comment-icon {
  display: inline-block;
  width: 30px;
  line-height: 20px;
}

.project-box .btn-custom {
  border-radius: 2em;
  padding: 0 8px!important;
  line-height: 33px;
}

.btn-rounded {
  border-radius: 2em;
  padding: 0px;
  height: 40px;
  width: 40px;
}

.btn-rounded i {
  line-height: 30px;
  vertical-align: middle;
  font-size: 17px;
  text-align: center;
  width: auto;
  height: 30px;
}

/* .project-box .btn-add-task.btn-rounded {
  border-radius: 2em;
  padding: 0 10px!important;
  line-height: 33px;
}

.project-box .btn-rounded i {
  line-height: 30px;
  vertical-align: middle;
  font-size: 15px;
} */

.action-btns {
  position: absolute;
  left: 0;
  right: 0;
}

.create-project-icon {
  padding: 0px;
  line-height: normal;
  background-color: transparent!important;
  border-color: transparent!important;
}

.create-project-icon i {
  font-size: 35px;
  color: #58c8e0;
}

.paginate_button .btn-custom:hover, .paginate_button .btn-custom:focus, .paginate_button .btn-custom:active, .paginate_button .btn-custom.active, .paginate_button .btn-custom.focus, .paginate_button .btn-custom:active, .paginate_button .btn-custom:focus, .paginate_button .btn-custom:hover, .open > .dropdown-toggle.btn-custom {
  background-color: #fff!important;
  border-color: #fff!important;
  transition: all 0.8s ease-in-out;
}

.custombox-modal-container {
  z-index: 10003;
  width: 1000px!important;
  margin-top: 5%;
  margin-bottom: 5%;
  /* max-height: 400px; */
}

.dropify-wrapper {
  display: block;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 130px!important;
  padding: 35px!important;
  font-size: 14px;
  line-height: 22px;
  color: #777;
  background-color: #FFF;
  background-image: none;
  text-align: center;
  border: 2px solid #E5E5E5;
  -webkit-transition: border-color .15s linear;
  transition: border-color .15s linear;
}

.tab-content {
  padding: 20px 0;
  border: 2px solid #eeeeee;
  border-top: none;
  min-height: 500px;
  max-height: 500px;
  overflow-y: auto;
}

.nav-tabs {
  border-bottom: 2px solid transparent!important;
  padding: 10px 0;
  margin-bottom: 10px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #212529;
  background-color: #fff;
  border-bottom-color: #58c8e0!important;
  border-bottom: 2px solid #58c8e0!important;
  width: 270px;
  padding: 10px 0;
  margin-bottom: 10px;
}

.nav-tabs .nav-link i {
  width: 20px;
}

.nav-tabs a {
  padding-left: 0;
  color: #212529;
  margin-bottom: 10px;
}

.modal-body .col-md-9 {
  border-left: 2px solid #58c8e0!important;
}

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
}

.btn-save {
  background-color: #FF7800!important;
  border-color: #FF7800!important;
}

.light-icons p>i, .assigned-by i {
  font-size: 20px;
  vertical-align: middle;
}

.task-detail-heading .light-icons p>i {
  font-size: 15px;
  vertical-align: middle;
}

.proj-details {
  width: 70%;
  min-height: 70px;
  max-height: 80px;
  height: auto;
}

.card-box.project-box{
  padding: 10px 20px!important;
}

.card-box.project-box .card-drop {
  color: #063458;
  font-size: 25px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
}

.card-box.project-box .dropdown-menu {
  padding: 0px 20px;
  font-size: 14px;
  border: none;
  box-shadow: 0px 2px 9px 3px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.card-header:first-child {
  background-color: transparent;
}

.tooltip-inner {
  background-color: rgba(0, 0, 0, 0.50);
}

.tooltip.bs-tooltip-right .arrow:before, .tooltip.bs-tooltip-right .arrow:after {
  border-right-color: rgba(0, 0, 0, 0.50)!important;
}

.tooltip.bs-tooltip-left .arrow:before, .tooltip.bs-tooltip-left .arrow:after {
  border-left-color: rgba(0, 0, 0, 0.50)!important;
}

.tooltip.bs-tooltip-bottom .arrow:before, .tooltip.bs-tooltip-bottom .arrow:after {
  border-bottom-color: rgba(0, 0, 0, 0.50)!important;
}

.tooltip.bs-tooltip-top .arrow:before, .tooltip.bs-tooltip-top .arrow:after {
  border-top-color: rgba(0, 0, 0, 0.50)!important;
}

.project-details-buttons .btn-view-all {
  border-radius: 2em;
  padding: 8px 13px!important;
  display: inline-block;
}

.project-box .card-title, .project-box .card-header {
  margin-top: 0;
  font-weight: 700;
  line-height: 35px;
  vertical-align: middle;
  margin-bottom: 0;
}

.avatar-group .avatar-group-item {
  margin: 0 0 0px -12px!important;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 50%;
}

/* Search box in topbar */

.search {
  position: absolute;
  top: 30%;
  left: auto;
  /* margin-left: 15px; */
  -webkit-transform: translateX(-100%) translateY(-20%);
  transform: translateX(-100%) translateY(-20%);
}

.search * {
  outline: none;
  box-sizing: border-box;
}

.search__wrapper {
  position: relative;
}

.search__field {
  width: 30px;
  height: 50px;
  color: #2B333F;
  font-size: 17px;
  padding: 0.35em 50px 0.35em 0;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  max-width: 60%;
  float: right;
  font-family: Futura-bold;
  background-color: transparent;
}

.search__field:focus {
  border-bottom-color: #2B333F;
  width: 100vw;
  color: #2B333F;
  cursor: default;
  background-color: transparent;
}

.search__field:focus ~ .search__icon {
  background-color: transparent;
  cursor: pointer;
  pointer-events: auto;
  background-color: transparent;
}

.search__icon {
  position: absolute;
  top: 0;
  right: 0;
  /* background-color: #fff; */
  width: 40px;
  height: 50px;
  font-size: 1.35em;
  text-align: center;
  border-color: transparent;
  border-radius: 50%;
  pointer-events: none;
  display: inline-block;
  transition: background-color 0.2s ease-in-out;
  background-color: transparent;
}

.search__field::-webkit-input-placeholder {
  position: relative;
  top: 0;
  left: 0;
  transition-property: top, color;
  transition-duration: 0.1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  color:#2B333F;
  background-color: transparent;
}

.search__field:-moz-placeholder {
  position: relative;
  top: 0;
  left: 0;
  transition-property: top, color;
  transition-duration: 0.1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  color:#2B333F;
  background-color: transparent;
}

.search__field::-moz-placeholder {
  position: relative;
  top: 0;
  left: 0;
  transition-property: top, color;
  transition-duration: 0.1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  color:#2B333F;
  background-color: transparent;
}

.search__field:-ms-input-placeholder {
  position: relative;
  top: 0;
  left: 0;
  transition-property: top, color;
  transition-duration: 0.1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  color:#2B333F;
  background-color: transparent;
}

.search__field::-webkit-input-placeholder[style*=hidden] {
  color:#2B333F;
  font-size: 0.65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
  background-color: transparent;
}

.search__field:-moz-placeholder[style*=hidden] {
  color:#2B333F;
  font-size: 0.65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}

.search__field::-moz-placeholder[style*=hidden] {
  color:#2B333F;
  font-size: 0.65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}

.search__field:-ms-input-placeholder[style*=hidden] {
  color:#2B333F;
  font-size: 0.65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}

.spinner-border {
  display: inline-block;
  width: 0.8rem!important;
  height: 0.8rem!important;
  vertical-align: text-bottom;
  border: .15em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}