@import url('../fontawesome/font-awesome.css');
/*Icons Fonts*/

@font-face {
  font-family: 'Captom-Book';
  src: url('../../fonts/campton/campton-book.eot');
  src: local('☺'), url('../../fonts/campton/campton-book.woff') format('woff'),
    url('../../fonts/campton/campton-book.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Captom-Light';
  src: url('../../fonts/campton/campton-light.eot');
  src: local('☺'), url('../../fonts/campton/campton-light.woff') format('woff'),
    url('../../fonts/campton/campton-light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Captom-Medium';
  src: url('../../fonts/campton/campton-medium.eot');
  src: local('☺'), url('../../fonts/campton/campton-medium.woff') format('woff'),
    url('../../fonts/campton/campton-medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Captom-Semibold';
  src: url('../../fonts/campton/campton-semibold.eot');
  src: local('☺'),
    url('../../fonts/campton/campton-semibold.woff') format('woff'),
    url('../../fonts/campton/campton-semibold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  background-color: #f9f9f9;
  color: #85868d;
  font-family: 'Captom-Light';
  position: relative;
}

body,
html {
  overflow-x: hidden;
}

strong,
b {
  font-weight: 700;
}

.transit {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

a:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
}

/*****************************
Loader
*****************************/

.loading-container {
  position: fixed;
  background-color: #f9f9f9;
  z-index: 9;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: wait;
}

.loading {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-image: url('../../../images/logo-new-canguru-draw.png');
  background-size: 140px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
}

.loading div {
  width: 16px;
  height: 16px;
  position: absolute;
}

/*****************************
Left Panel (aside navigation)
*****************************/

aside.left-panel {
  background-color: #2b2f3e;
  width: 230px;
  position: fixed;
  padding: 25px 0px;
  box-shadow: inset -5px 0px 8px rgba(0, 0, 0, 0.3);
  height: 100%;
  top: 0px;
  left: 0px;
}

aside.left-panel.collapsed {
  overflow: hidden !important;
  position: absolute;
  bottom: 0px;
}

/*** Aside sizes ***/

aside.left-panel.lg {
  width: 250px;
}

aside.left-panel.lg+.content {
  margin-left: 250px;
}

/*** Aside Collapsed ***/
@media (min-width: 768px) {
  aside.left-panel.collapsed {
    width: 75px;
    text-align: center;
  }

  aside.left-panel.collapsed+.content {
    margin-left: 75px;
  }

  aside.left-panel.collapsed .user .user-login,
  aside.left-panel.collapsed span.nav-label {
    display: none;
  }

  aside.left-panel.collapsed .navigation>ul>li>a {
    padding: 20px;
  }

  aside.left-panel.collapsed i.fa {
    font-size: 22px;
  }

  aside.left-panel.collapsed .navigation>ul>li.has-submenu:after {
    display: none;
  }
}

/*****************************
User
*****************************/

.user {
  margin-bottom: 35px;
}

.user h4.user-name {
  color: #8e909a;
  font-size: 16px;
}

.user img {
  height: 52px;
}

.user .user-login {
  display: inline-block;
}

.user .user-login .btn {
  border: 1px solid #343847;
  background-color: transparent;
  color: #616574;
  padding: 4px 8px;
}

.user-login .dropdown-menu {
  border: 1px solid #343847;
  color: #616574;
  background-color: #2b2f3e;
  width: 100%;
  margin-top: -1px;
  min-width: 100%;
  border-radius: 0px 0px 4px 4px;
  border-top: 0px;
}

.user-login .dropdown-menu li a {
  font-size: 12px;
  color: #616574;
  padding: 4px 8px;
}

.user-login .dropdown-menu li a:hover,
.user-login .dropdown-menu li a:focus {
  background-color: #616574;
  color: #fff;
}

.user .user-login .status-icon {
  font-size: 6px;
  line-height: 0px;
  margin-right: 2px;
  position: relative;
  bottom: 2px;
}

.user .user-login .status-icon.available {
  color: #27c7bc;
}

.user .user-login .status-icon.busy {
  color: #ec971f;
}

.user .user-login .status-icon.invisibled {
  color: #4a4e5d;
}

.user .user-login .status-icon.signout {
  color: #ff404b;
}

/*****************************
Navigation
*****************************/

.navigation {
  margin: 20px 0px;
  position: relative;
  min-height: 73%;
  padding-bottom: 55px;
}

.navigation>ul>li {
  position: relative;
}

.navigation>ul>li.has-submenu:after {
  content: '\f105';
  font-family: 'FontAwesome';
  display: inline-block;
  position: absolute;
  color: #7a7e8a;
  right: 15px;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  top: 10px;
  visibility: hidden;
}

.navigation>ul>li.active.has-submenu:after,
.navigation>ul>li.has-submenu:hover:after {
  color: #fff;
}

.navigation>ul>li>a {
  display: block;
  padding: 12px 25px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: none;
  font-weight: 100;
  border-bottom: 1px solid #2f3444;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  font-family: 'Captom-Semibold';
}

.navigation>ul:hover>li.active>a {
  background-color: transparent;
  box-shadow: none;
  color: #7a7e8a;
}

.navigation>ul>li:hover>a,
.navigation>ul>li.active:hover>a,
.navigation>ul>li.active>a {
  color: #fff;
  background-color: #00a9c8;
  -webkit-box-shadow: inset -6px 0 8px -2px rgba(0, 0, 0, 0.3);
  box-shadow: inset -6px 0 8px -2px rgba(0, 0, 0, 0.3);
}

.navigation ul li a i {
  margin-right: 6px;
  font-size: 14px;
}

/*** Sub Menu ***/
.navigation ul li ul {
  display: none;
  background-color: #333747;
  -webkit-box-shadow: inset -6px 0 8px -2px rgba(0, 0, 0, 0.2);
  box-shadow: inset -6px 0 8px -2px rgba(0, 0, 0, 0.2);
}

aside:not(.collapsed) .navigation ul li.active ul {
  display: block;
}

.navigation ul li ul li a {
  padding: 8px 25px;
  color: #5e6271;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  font-size: 13px;
  border-left: 0px solid #5e6271;
  text-align: left;
  display: block;
}

.navigation ul li ul li a:hover,
.navigation ul li ul li.active a {
  border-left: 5px solid #5e6271;
  color: #5e6271;
}

/*** Aside Collapsed Sub Menu ***/
@media (min-width: 768px) {
  aside.left-panel.collapsed .navigation ul li ul {
    position: absolute;
    z-index: 3;
    left: 100%;
    top: 0px;
    background-color: #f2f2f4;
    box-shadow: none;
    padding: 10px 0px;
    min-width: 200px;
    border: 1px solid #dddddd;
  }

  aside.left-panel.collapsed .navigation ul li ul:before {
    display: block;
    content: '';
    height: 20px;
    width: 20px;
    border-color: transparent #f2f2f4 transparent transparent;
    border-width: 10px;
    border-style: solid;
    position: absolute;
    cursor: pointer;
    right: 100%;
    top: 22px;
  }

  aside.left-panel.collapsed .navigation>ul>li:hover>ul {
    display: block !important;
  }

  aside.left-panel.collapsed .navigation ul li ul li a {
    border: 0px;
    color: #8f8f9f;
    border-bottom: 1px dashed #ececee;
  }
}

/*****************************
Top Header
*****************************/

header {
  background-color: #f2f2f4;
  border-bottom: 1px solid #ececee;
  padding-top: 4px;
  padding-bottom: 4px;
}

.navbar-toggle {
  margin: 0px 0px 0px 0px;
  display: block;
  padding-left: 0px;
}

.navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.app-search {
  position: relative;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 15px;
}

.app-search .form-control,
.app-search .form-control:focus {
  border: 1px solid #d3d3db;
  font-size: 13px;
  color: #c4c4cd;
  padding-left: 30px;
  background: none;
  box-shadow: none;
}

.app-search:before {
  content: '\f002';
  position: absolute;
  left: 12px;
  font-family: FontAwesome;
  cursor: pointer;
  top: 7px;
  color: #c4c4cd;
  display: inline-block;
}

.app-search .form-control::-moz-placeholder {
  color: #c4c4cd;
}

/*** Nav Toolbar (right)***/

header .navbar-default .navbar-nav>li>a {
  color: #b3b3be;
}

/*** Nav Toolbar (right)***/

.nav-toolbar {
  margin: 8px 0px;
  float: right;
}

.nav-toolbar>li {
  padding: 0px;
  display: inline-block;
  margin-left: 5px;
  position: relative;
  list-style: none;
}

.nav-toolbar li span.badge {
  position: absolute;
  top: -3px;
  right: -3px;
  background-color: #991572;
  font-weight: 300;
  cursor: pointer;
  height: 18px;
  width: 18px;
  padding: 1px;
}

.nav-toolbar li span.badge.bg-info {
  background-color: #991572;
}

.nav-toolbar li span.badge.bg-warning {
  background-color: #e35b5a;
}

.nav-toolbar>li>a {
  color: #d3d3db;
  font-size: 18px;
  border: 1px solid #d3d3db;
  border-radius: 50px;
  height: 34px;
  width: 34px;
  text-align: center;
  display: block;
  padding: 4px;
}

.nav-toolbar>li>a:hover {
  color: #c1c1c9;
  border: 1px solid #c1c1c9;
}

.nav-toolbar .dropdown-menu.panel {
  padding-top: 0px;
  padding-bottom: 0px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}

/*****************************
Content Area (right)
*****************************/

.content {
  margin-left: 230px;
}

.content>.container-fluid {
  padding-left: 25px;
  padding-right: 25px;
}

.warper {
  padding-top: 20px;
  padding-bottom: 20px;
  /* min-height:550px; */
  min-height: 86.3vh;
}

/*** Page Header / Page Title ***/

.page-header {
  margin: 0px;
  border: 0px;
}

.page-header h1 {
  font-family: 'Captom-Medium';
  color: #84868e;
  font-weight: 300;
  font-size: 32px;
  margin-top: 5px;
  margin-bottom: 20px;
}

.page-header * {
  font-weight: 300;
}

.page-header * small {
  font-size: 14px;
  color: #9d9ea5;
}

/*****************************
Custom Margins & Paddings
*****************************/

.no-margn {
  margin: 0px;
}

.no-margn-t {
  margin-top: 0px;
}

.no-margn-b {
  margin-bottom: 0px;
}

.margn-t-xs {
  margin-top: 5px;
}

.margn-t-sm {
  margin-top: 10px;
}

.no-padd {
  padding: 0px;
}

.padd-xs {
  padding: 5px;
}

.padd-sm {
  padding: 10px;
}

.padd-md {
  padding: 15px;
}

.padd-lg {
  padding: 20px;
}

.padd-t-xs {
  padding-top: 5px;
}

.padd-t-sm {
  padding-top: 10px;
}

.padd-t-md {
  padding-top: 15px;
}

.padd-t-lg {
  padding-top: 20px;
}

/*****************************
Styled Radio/Checkbox
*****************************/

.cr-styled {
  display: inline-block;
  margin: 0px 2px;
}

.cr-styled i {
  display: inline-block;
  height: 20px;
  width: 20px;
  cursor: pointer;
  vertical-align: middle;
  border: 2px solid #ccc;
  border-radius: 3px;
  text-align: center;
  padding-top: 1px;
  font-family: 'FontAwesome';
}

.cr-styled input {
  visibility: hidden;
  display: none;
}

/* Checkbox */
.cr-styled input[type='checkbox']:checked+i:before {
  content: '\f00c';
}

/* Radio */
.cr-styled input[type='radio']+i {
  border-radius: 20px;
}

.cr-styled input[type='radio']:checked+i:before {
  content: '\f111';
}

/*** cr-styled Theaming/Colorss ***/

.cr-styled input:checked+i {
  border-color: #a49bc4;
  color: #a49bc4;
}

/*****************************
 Pages / Widgets / Elements
*****************************/

/****Dashboard Stats****/

.dashboard-stats.panel {
  position: relative;
  cursor: pointer;
  padding: 10px 10px 10px 106px;
}

.dashboard-stats i.fa.stats-icon {
  width: 80px;
  padding: 20px;
  font-size: 40px;
  position: absolute;
  margin-left: 10px;
  left: 0px;
  top: 10px;
  text-align: center;
  z-index: 1;
  color: #fff;
  height: 80px;
}

.dashboard-stats.rounded i.fa.stats-icon,
.dashboard-stats.rounded.panel {
  border-radius: 50px;
}

/****Messages-Chating****/

.messages {
  max-height: 520px;
  overflow: auto;
}

.messages .media {
  padding-top: 18px;
  padding-bottom: 18px;
  margin: 0px;
  border-top: 1px dashed #eaeef1;
}

.messages .media:first-child {
  border: 0px;
}

.messages .media .media-body .media {
  margin-top: 18px;
  padding-bottom: 0px;
}

/*user status icon*/
.user-status {
  position: relative;
  display: inline-block;
}

.user-status:before,
.user-status:before {
  content: '';
  display: inline-block;
  height: 12px;
  width: 12px;
  border-radius: 100%;
  background-color: #666;
  position: absolute;
  top: 0px;
  right: 0px;
  border: 2px solid #fff;
}

/*user status icon color*/
.user-status.online:before {
  background-color: #70ba63;
}

.user-status.busy:before {
  background-color: #01a0e6;
}

.user-status.invisibled:before {
  background-color: #f2b635;
}

.user-status.offline:before {
  background-color: #f25648;
}

.messages .media>.pull-left {
  margin-right: 15px;
}

.messages .media>.pull-right {
  margin-left: 15px;
}

.messages .media>.pull-right+.media-body {
  text-align: right;
}

.messages .media img.media-object {
  width: 54px;
  border-radius: 100%;
}

.messages .media .media-body {
  font-size: 13px;
}

/****ToDo List****/
.todo-list li {
  border: 0px;
  margin: 0px;
  border-radius: 0px;
  border-bottom: 1px dashed #e0e0e0;
}

/****Activities List****/

.activities-list {
  max-height: 560px;
  overflow: auto;
}

.activities-list>li {
  position: relative;
  padding: 10px 95px 10px 40px;
}

.activities-list>li:before {
  content: '';
  position: absolute;
  left: 15px;
  top: 0px;
  height: 100%;
  border-left: 1px solid #ccc;
}

.activities-list>li:after {
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
  height: 12px;
  width: 12px;
  border-radius: 20px;
  border: 1px solid #ccc;
  background-color: #fff;
}

.activities-list>li span.time {
  font-size: 12px;
  color: #ccc;
}

.activities-list li .activity-actions {
  position: absolute;
  right: 0px;
  top: 25px;
}

.activities-list>li.info-activity:before,
.activities-list>li.info-activity:after {
  border-color: #4fcdfc;
}

.activities-list>li.warning-activity:before,
.activities-list>li.warning-activity:after {
  border-color: #fcd036;
}

.activities-list>li.danger-activity:before,
.activities-list>li.danger-activity:after {
  border-color: #ff6264;
}

.activities-list>li.success-activity:before,
.activities-list li.success-activity:after {
  border-color: #68b828;
}

.activities-list>li.primary-activity:before,
.activities-list>li.primary-activity:after {
  border-color: #7c38bc;
}

.activities-list>li.info-activity:before,
.activities-list>li.info-activity:after {
  border-color: #4fcdfc;
}

/*****************************
Footer
*****************************/

.footer {
  background-color: #f2f2f4;
  border-top: 1px solid #ececee;
  padding-bottom: 15px;
  padding-top: 15px;
}

/***********************************************
================================================
 Custom Bootstrap / Overwriting
================================================
************************************************/

/*****************************
 Grid
*****************************/

.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-left: 0;
  padding-right: 0;
}

/*****************************
 Color >> Backgrounds + Text
*****************************/

.bg-white {
  background-color: #fff;
}

.text-white {
  color: #fff;
}

.bg-pink {
  background-color: #eaa1bd;
}

.text-pink {
  color: #eaa1bd;
}

.bg-yellow {
  background-color: #f9dc85;
}

.text-yellow {
  color: #f9dc85;
}

.bg-gray {
  background-color: #b2b2b2;
}

.text-gray {
  color: #b2b2b2;
}

.bg-lightgray {
  background-color: #fbfbfd;
}

.text-lightgray {
  color: #fbfbfd;
}

.bg-red {
  background-color: #f16364;
}

.text-red {
  color: #f16364;
}

.bg-blue {
  background-color: #00a0e6;
}

.text-blue {
  color: #00a0e6;
}

.bg-green {
  background-color: #67bf74;
}

.text-green {
  color: #67bf74;
}

.bg-purple {
  background-color: #991572;
}

.text-purple {
  color: #991572;
}

.bg-yellow {
  background-color: #f9a43e;
}

.text-yellow {
  color: #f9a43e;
}

.bg-orange {
  background-color: #f58559;
}

.text-orange {
  color: #f58559;
}

.bg-test {
  background-color: #79b9d9;
}

.text-test {
  color: #79b9d9;
}

.bg-warning {
  background-color: #feb252;
}

.text-warning {
  color: #feb252;
}

.bg-danger {
  background-color: #e9573f;
}

.text-danger {
  color: #e9573f;
}

.bg-success {
  background-color: #70ba63;
}

.text-success {
  color: #70ba63;
}

.bg-info {
  background-color: #4dc5f9;
}

.text-info {
  color: #4dc5f9;
}

.bg-calendar {
  background-color: #991572;
}

.text-calendar {
  color: #991572;
}

/*** calendar ***/
.panel-calendar {
  border-color: #991572;
}

.panel-calendar>.panel-heading,
.panel-calendar>.panel-footer {
  border-color: #991572;
  background-color: #991572;
  color: #fff;
  box-shadow: none;
}

/*****************************
 Form Elements
*****************************/

/*** Custom Colors Btn ***/
.btn-purple {
  background-color: #bd1a8d;
  border-color: #a31678;
  color: #fff;
}

.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active,
.open .dropdown-toggle.btn-purple {
  background-color: #a31678;
  color: #fff;
}

.btn-green {
  background-color: #70ba63;
  border-color: #579e4b;
  color: #fff;
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-purple {
  background-color: #579e4b;
  color: #fff;
}

/*** Btn Shapes ***/
.btn-circle,
.form-control-circle,
.btn-group .btn-circle:first-child:not(:last-child):not(.dropdown-toggle) {
  border-radius: 50px;
}

.btn-flat,
.form-control-flat {
  border-radius: 0px;
}

/*****************************
Form Elements
*****************************/

.has-feedback div[class*='col-'] .form-control-feedback {
  right: 15px;
  line-height: 34px;
}

/*****************************
Panel Styling
*****************************/

.panel {
  margin-bottom: 30px;
}

.panel-heading {
  font-weight: 700;
  padding: 10px 10px;
}

.panel-heading small,
.panel-heading span,
.panel-heading.un-bold {
  font-weight: 400;
}

/*** default ***/
.panel-default>.panel-heading,
.panel-default>.panel-footer {
  border-color: #e8e8eb;
  box-shadow: none;
}

.panel-default>.panel-heading,
.btn-default {
  color: #9d9ea5;
}

/*** primary ***/
.panel-primary {
  border-color: #991572;
}

.panel-primary>.panel-heading,
.panel-primary>.panel-footer {
  border-color: #991572;
  background-color: #991572;
  box-shadow: none;
}

/*** success ***/
.panel-success {
  border-color: #70ba63;
}

.panel-success>.panel-heading,
.panel-success>.panel-footer {
  border-color: #70ba63;
  background-color: #70ba63;
  color: #fff;
  box-shadow: none;
}

/*** info ***/
.panel-info {
  border-color: #4cbceb;
}

.panel-info>.panel-heading,
.panel-info>.panel-footer {
  border-color: #4cbceb;
  background-color: #4cbceb;
  color: #fff;
  box-shadow: none;
}

/*** warning ***/
.panel-warning {
  border-color: #feb252;
}

.panel-warning>.panel-heading,
.panel-warning>.panel-footer {
  border-color: #feb252;
  background-color: #feb252;
  color: #fff;
  box-shadow: none;
}

/*** danger ***/
.panel-danger {
  border-color: #e35b5a;
}

.panel-danger>.panel-heading,
.panel-danger>.panel-footer {
  border-color: #e35b5a;
  background-color: #e35b5a;
  color: #fff;
  box-shadow: none;
}

/*** Clean Panel Heading ***/
.panel-heading.clean,
.panel-footer.clean {
  background: none;
  border: none;
}

/*****************************
 Dropdown
*****************************/

.dropdown-menu {}

.dropdown-menu>li>a {
  color: #84868e;
}

/*** Dropdown Menu Sizes ***/

.dropdown-menu.md {
  min-width: 300px;
}

.dropdown-menu.lg {
  min-width: 400px;
}

.dropdown-menu.arrow:after,
.dropdown-menu.arrow:before {
  content: '';
  display: block;
  position: absolute;
  height: 11px;
  width: 11px;
  border-color: inherit;
  border-style: solid;
  border-width: 11px;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  bottom: 100%;
  left: 6px;
}

.dropdown-menu.arrow.arrow-top-right,
.dropdown-menu.arrow.arrow-top-left {
  top: calc(100% + 15px);
}

/**Top Right Arrow**/
.dropdown-menu.arrow.arrow-top-right:after,
.dropdown-menu.arrow.arrow-top-right:before {
  border-bottom-color: inherit;
  right: 6px;
  left: auto;
}

.dropdown-menu.arrow.arrow-top-right:before {
  right: 5px;
  left: auto;
}

.dropdown-menu.arrow.arrow-top-right:after {
  border-bottom-color: #fff;
}

/**Top Left Arrow**/
.dropdown-menu.arrow.arrow-top-left:after,
.dropdown-menu.arrow.arrow-top-left:before {
  border-bottom-color: inherit;
  left: 6px;
  left: auto;
}

.dropdown-menu.arrow.arrow-top-left:before {
  left: 5px;
}

.dropdown-menu.arrow:after {
  height: 10px;
  width: 10px;
  border-width: 10px;
}

.dropdown-menu.arrow.panel-default:after {
  border-bottom-color: #f5f5f5;
}

/*****************************
Progress Bars
*****************************/

.progress.progress-xxs {
  height: 4px;
}

.progress.progress-xs {
  height: 8px;
}

.progress.progress-sm {
  height: 12px;
}

.progress.progress-lg {
  height: 24px;
}

/*****************************
Horizaontal Row
*****************************/

hr.sm {
  margin-top: 15px;
  margin-bottom: 15px;
}

hr.xs {
  margin-top: 10px;
  margin-bottom: 10px;
}

hr.dotted {
  border-style: dashed;
}

hr.clean {
  border: 0px;
}

/*****************************
Tabs with panel
*****************************/

.panel.tab-pane.tabs-up {
  border-top: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

/****************************************
=========================================
Responsive Stying
=========================================
*****************************************/

@media (max-width: 768px) {
  aside.left-panel.collapsed {
    width: 250px;
    left: 0px;
    overflow: hidden !important;
  }

  aside.left-panel.collapsed+.content {
    margin-left: 0px;
    transform: translate3d(250px, 0px, 0px);
    -ms-transform: translate3d(250px, 0px, 0px);
    -webkit-transform: translate3d(250px, 0px, 0px);
  }

  aside.left-panel {
    left: 100%;
  }

  section.content {
    margin-left: 0px;
  }

  .content>.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-header h1 {
    margin-top: 0px;
  }
}

@media (max-width: 450px) {
  .dropdown-menu {
    min-width: 280px !important;
  }

  .messages-dropdown {
    right: -80px !important;
  }

  .messages-dropdown.arrow.arrow-top-right:after {
    right: 85px;
  }

  .messages-dropdown.arrow.arrow-top-right:before {
    right: 84px;
  }

  .notifications {
    right: -40px !important;
  }

  .notifications.arrow.arrow-top-right:after {
    right: 45px;
  }

  .notifications.arrow.arrow-top-right:before {
    right: 44px;
  }
}

/****************************************
=========================================
Just For Demo / Showcase
=========================================
*****************************************/

.showcase-btn li,
.showcase-btn {
  margin-bottom: 10px;
}

.showcase-switch-button {
  margin-right: 15px;
}

.showcase-pagination {
  margin-top: 10px;
  margin-bottom: 10px;
}

.showcase-icons div {
  line-height: 40px;
  cursor: pointer;
  height: 40px;
}

.showcase-icons i {
  transition: font-size 0.2s ease 0s;
  text-align: center;
  width: 40px;
}

.showcase-icons>div:hover i {
  font-size: 26px;
}

@media only screen and (max-device-width: 1024px) {

  body,
  html {
    overflow-x: auto;
  }
}

@media only screen and (max-device-width: 768px) {

  body,
  html {
    overflow-x: auto;
  }
}

.boxLoading {
  display: none;
}

.boxLoader {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  display: table;
}

.boxLoader .boxInner {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.boxLoader .boxInner img {
  width: 99px;
  display: inline-block;
  height: 99px;
}

.newCallModalLabel .form-group .checkbox label {
  padding-left: 10px;
}

.newCallModalLabel .form-group .checkbox label input {
  margin-right: 10px;
}

/* AUTH */
.logo-auth {
  width: 225px;
  height: auto;
  margin-bottom: 12px;
}

/* DASHBOARD */
.canguru-draw {
  display: none;
}

.canguru-logo {
  height: auto !important;
}

@media screen and (min-width: 770px) {
  .left-panel.collapsed .canguru-logo {
    display: none;
  }

  .left-panel.collapsed .canguru-draw {
    display: inline-block;
  }

  .left-panel.collapsed .user-name {
    font-size: 12px;
  }
}

.filter-interval {
  display: flex;
  margin-top: 15px;
  margin-bottom: 30px;
}

.filter-interval>div {
  flex-grow: 1;
}

.filter-interval>div:not(:first-child) {
  margin-left: 10px;
}

/* CHARTS */
.legend {
  text-align: left;
  margin-top: 15px;
}

.legend .doughnut-label {
  margin-bottom: 5px;
}

.label-color-box {
  display: inline-block;
  height: 15px;
  width: 23px;
  border: solid 1px;
  margin-right: 10px;
  vertical-align: text-bottom;
}

.chart-container {
  max-width: 800px;
  margin: auto;
}

/* Add style to state counter in charts */
.ol-numbers {
  text-align: left;
  margin-top: 15px;
  padding-left: 30px;
  list-style-type: none;
}

.ol-numbers li {
  counter-increment: state-counter;
  margin-bottom: 5px;
}

.ol-numbers li:last-of-type::before {
  background-color: transparent;
  border: solid 1px #795b84;
  color: #795b84;
}

.ol-numbers li::before {
  content: counter(state-counter);
  display: inline-block;
  width: 3rem;
  padding: 4px 8px;
  margin-right: 20px;
  background-color: #795b84;
  border-radius: 11px;

  font-size: 1.1rem;
  line-height: 1.1rem;
  color: white;
  text-align: center;
  font-weight: bold;
}

/* Use for table scroll */
.panel-table {
  overflow-x: auto;
}

.table-w-name th:first-child {
  min-width: 170px;
}

.pregnants-table .table-w-name th:first-child,
.pregnant-monitoring-table .table-w-name th:first-child {
  min-width: 40px;
}

.pregnants-table .table-w-name th:nth-child(2),
.pregnant-monitoring-table .table-w-name th:nth-child(2) {
  min-width: 170px;
}

/* Header for selected page */
.page-header .header-actions {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

  margin-top: 40px;
}

.page-header .header-actions>div {
  margin-bottom: 10px;
}

.page-header .header-filter {
  flex-grow: 1;
  text-align: left;
  margin-right: 20px;
}

.page-header .header-search {
  flex-grow: 999;
  flex-basis: 270px;
  text-align: right;
}

.page-header .header-search form {
  display: inline-block;
  max-width: 568px;
}

.page-header .header-monitoring a:not(:first-child) {
  margin-left: 15px;
}

/* Table sort symbols */
.table-carret {
  margin-right: 12px;
  vertical-align: top;
}

.table-carret.fa-sort-up {
  vertical-align: sub;
}

/* Labels informing the patient risks */
.label-risk {
  display: inline-block;
  margin-top: 4px;
  white-space: normal;
  text-align: left;
  line-height: 13px;
  font-size: 12px;
  font-weight: 600;
}

/* User header dropdown */
.header-dropdown-options {
  display: flex;
  flex-wrap: wrap;
}

.header-dropdown-options>div {
  width: 150px;
}

@media (min-width: 450px) {
  .header-dropdown {
    min-width: 350px !important;
  }
}

@media (max-width: 450px) {
  .header-dropdown {
    min-width: auto !important;
  }

  .header-dropdown-options>div:not(:last-child) {
    margin-bottom: 25px;
  }
}

.deleted-content,
.deleted-content a,
.deleted-content *,
.deleted-content h1 {
  color: red;
  text-decoration: line-through;
}

.form-operators ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.form-operators ul li {
  float: left;
  list-style-type: none;
  margin-right: 20px;
  margin-bottom: 20px;
}

.form-operators ul li a {
  cursor: pointer;
  margin-left: 5px;
}

.danger-forum,
.danger-forum {
  background: rgba(255, 128, 0, 0.36) !important;
  font-weight: bold;
  color: #0c0c0c;
  border-top: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
}

.danger-forum a {
  color: #0c0c0c;
}

.col-main-panel {
  border: solid 1px #ddd;
  background: #f2f2f4;
  display: inline-block;
  padding: 30px 0px 0px;
  border-radius: 5px;
}

.col-panel-geral {
  margin-bottom: 30px;
}

.col-main-panel-table {
  padding: 20px;
}

.col-main-panel table {
  width: 100%;
  border-radius: 5px;
}

.col-main-panel table tr td {
  border: solid 1px #ddd;
  padding: 10px;
  background: #ffffff;
}

.header-actions-bottom {
  margin-top: 20px !important;
  border-top: solid 1px #ddd;
  padding-top: 35px;
}

.page-header .header-actions-bottom .header-search form {
  min-width: inherit;
  text-align: left !important;
}

.page-header .header-actions-bottom .header-search {
  text-align: left !important;
}

.page-header .header-actions-bottom .header-search .form-control {
  width: 50%;
}

.doughnut-label {
  text-align: left;
}

.doughnut-label strong {
  display: inline-block;
  min-width: 26px;
}

.page-header strong {
  font-size: 14px;
  display: inline-block;
  float: none;
  background: #fff;
  padding: 11px 20px;
  border-radius: 5px;
}

.page-header a.controlsMonth {
  font-size: 12px;
  margin-right: 6px;
}

.calender-title {
  margin-top: 14px;
  display: inline-block;
}

.cal-row-head [class*='cal-cell']:first-child,
.cal-row-head [class*='cal-cell'] {
  font-weight: normal !important;
  font-size: 12px;
}

.events-list {
  background: #00abcd;
  color: #fff;
  text-align: center;
  border-radius: 56px;
  margin: 10px auto;
  width: 26px;
  height: 26px;
  padding: 3px 0 0 0;
  left: 10px;
  font-weight: bold;
}

.painel-header {
  display: inline-block;
  width: 100%;
}

.painel-header h2 {
  text-align: center;
}

.info-small {
  display: block;
  text-align: left;
}

.block_percent {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 5px;
}

.block_percent .percent_left {
  min-height: 20px;
  background: #27b200;
  float: left;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  height: 20px;
}

.block_percent .percent_right {
  min-height: 20px;
  background: #ddd;
  float: left;
  text-align: center;
  color: #555;
  font-weight: bold;
}

.list-watson {
  padding: 20px 0 10px 20px;
  border: solid 1px #ddd;
  border-radius: 5px;
  position: relative;
  margin: 5px 0 15px;
}

.list-watson strong {
  display: block;
  position: absolute;
  margin: -31px 0 0 -13px;
  background: #fff;
  padding: 0 19px;
}

.list-watson span {
  display: inline-block;
  background: #a31678;
  margin: 0 10px 10px 0;
  padding: 2px 10px;
  color: #fff;
  border-radius: 5px;
}

.btn-watson-update {
  background: #5bc0de;
  font-size: 12px;
  color: #fff;
  float: right;
}

.list-watson-intents span {
  background: #5cb85c;
}

span.error {
  color: #d90004;
  font-weight: bold;
}

span.success {
  color: #4d9200;
  font-weight: bold;
}

.custom-icon {
  width: 21px;
  height: 22px;
  background-size: 100% 100%;
  display: inline-block;
}

nav.navigation .custom-icon,
.panel .custom-icon {
  margin-bottom: -5px;
}

.custom-icon.ico-panel {
  background: url('../../images/icons/list/ico-002.png') no-repeat center center;
}

.custom-icon.ico-pregnant {
  background: url('../../images/icons/list/ico-001.png') no-repeat center center;
}

.custom-icon.ico-forum {
  background: url('../../images/icons/list/ico-003.png') no-repeat center center;
}

.custom-icon.ico-hospitals {
  background: url('../../images/icons/list/ico-004.png') no-repeat center center;
}

.custom-icon.ico-operators {
  background: url('../../images/icons/list/ico-005.png') no-repeat center center;
}

.custom-icon.ico-campains {
  background: url('../../images/icons/list/ico-006.png') no-repeat center center;
}

.custom-icon.ico-channels {
  background: url('../../images/icons/list/ico-008.png') no-repeat center center;
}

.custom-icon.ico-push {
  background: url('../../images/icons/list/ico-007.png') no-repeat center center;
}

.custom-icon.ico-watson {
  background: url('../../images/icons/list/ico-009.png') no-repeat center center;
}

.custom-icon.ico-professionals {
  background: url('../../images/icons/list/ico-011.png') no-repeat center center;
}

.custom-icon.ico-managers {
  background: url('../../images/icons/list/ico-012.png') no-repeat center center;
}

.custom-icon.ico-paineldata {
  background: url('../../images/icons/list/ico-013.png') no-repeat center center;
}

.custom-icon.ico-upload {
  background: url('../../images/icons/list/ico-014.png') no-repeat center center;
}
.custom-icon.ico-nurse {
  background: url('../../images/icons/list/ico-nurse.png') no-repeat center center;
}

.custom-icon.ico-pregnant-list {
  background: url('../../images/icons/list/gray/ico-001.png') no-repeat center center;
}

.custom-icon.ico-birth-list {
  background: url('../../images/icons/list/gray/ico-002.png') no-repeat center center;
}

.custom-icon.ico-maps-list {
  background: url('../../images/icons/list/gray/ico-003.png') no-repeat center center;
}

.custom-icon.ico-info-list {
  background: url('../../images/icons/list/gray/ico-004.png') no-repeat center center;
}

.custom-icon.ico-after-plan-list {
  background: url('../../images/icons/list/gray/ico-005.png') no-repeat center center;
}

.btn-disabled {
  background-color: #dedee6;
  border-color: #cacaca;
  color: #4f4f4f;
}

.logo-geotrust {
  margin: 40px auto 30px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
}

.tagsList {
  display: inline-block;
  margin: 6px 10px 0;
  font-weight: bold;
}

.tagsList label {
  cursor: pointer;
}

.tagsList input {
  margin-bottom: -1px;
}

.block-monitoring-status {}

.reason_status,
.type_status {
  display: none;
}

.no-padding {
  padding: 0px !important;
}

.padding-right5 {
  padding: 0 5px 0 0 !important;
}

.button-plus-info {
  border: none;
  width: 164px;
  display: block;
  text-align: center;
  margin: 0px auto;
  font-weight: bold;
  text-decoration: none;
  color: #991572 !important;
}

.button-plus-info i {
  display: block;
  font-weight: bold;
  color: #991572;
}

.button-minus-info {
  border: none;
  width: 164px;
  display: none;
  text-align: center;
  margin: 0px auto;
  font-weight: bold;
  text-decoration: none;
  color: #991572 !important;
}

.button-minus-info i {
  display: block;
  font-weight: bold;
  color: #991572;
}

.table-more-info {
  display: none;
  overflow: hidden;
  border-top: solid 1px #ccc;
  margin: 20px 0 0 0;
  padding-top: 20px;
}

.maskAvatar {
  width: 100%;
  min-height: 100%;
  border-radius: 118px;
  overflow: hidden;
  max-height: 150px;
  max-width: 150px;
  border: solid 1px #ccc;
}

.maskAvatar img {
  width: 100%;
  min-height: 100%;
  max-width: none;
  padding: 0px !important;
}

.label-forums {
  display: inline-block;
  padding: 4px 10px 10px;
  text-decoration: none;
}

.label-forums .custom-icon {
  margin-bottom: -7px;
}

.label-forums.label-success {}

.no-read {
  background: #e7f1f8;
  color: #333;
  font-weight: bold;
}

.no-read td {
  background: #e7f1f8;
  vertical-align: middle !important;
}

.no-read td a {
  font-weight: bold;
  color: #333;
}

.table-forums tr {
  cursor: pointer;
}

.table-forums tr:hover td {
  background: #fff !important;
}

.table-forums tr td {
  vertical-align: middle !important;
}

.date-error {
  color: #d9534f;
  font-weight: bold;
}

.date-alert {
  color: #f0ad4e;
  font-weight: bold;
}

.date-success {
  color: #449d44;
  font-weight: bold;
}

.box-btns {
  position: relative;
  display: inline-block;
}

.box-btns .alerts {
  position: absolute;
  border-radius: 30px;
  padding: 3px;
  margin: -19px 0 0 0;
  width: 25px;
  height: 25px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

.box-btns .alerts.beforeDate {
  background: #d9534f;
  right: 0;
}

.box-btns .alerts.nowDate {
  background: #f0ad4e;
  right: 25px;
}

.bootstrap-datetimepicker-widget td.disabled,
.bootstrap-datetimepicker-widget td.disabled:hover {
  background: #ddd;
}

.fluid-menu {
  position: relative;
  overflow: hidden;
  float: left;
  border-radius: 0px 0 34px 0px;
  padding: 0px 5px 5px 5px;
  background: #bd1a8d;
}

@media (max-height: 600px) {
  .logo-geotrust {
    margin: 20px auto 30px;
    position: relative;
    left: auto;
    display: block;
    transform: none;
  }
}

.modal-dialog-more {
  width: 900px;
}

.modal-dialog-more .checkbox label {
  padding: 0px;
  display: block;
  line-height: 25px;
}

.modal-dialog-more .checkbox label input {
  position: initial;
  margin-left: 0px;
}

.modal-dialog-edit .checkbox label {
  padding: 0px 20px 0px 0px;
  line-height: 25px;
}

.modal-dialog-edit .checkbox label input {
  position: initial;
  margin-left: 0px;
}