/*!
 * FullCalendar Scheduler v1.6.1
 * Docs & License: https://fullcalendar.io/scheduler/
 * (c) 2017 Adam Shaw
 */
.fc-resource-area .fc-cell-content,
.fc-timeline .fc-cell-text {
  padding-left: 4px;
  padding-right: 4px;
}

.fc-resource-area th > div,
.fc-scroller-canvas,
.fc-scroller-canvas > .fc-content,
.fc-scroller-clip {
  position: relative;
}

/* ui-select heigth */
.ui-select-bootstrap > .ui-select-choices,
.ui-select-bootstrap > .ui-select-no-choice {
  max-height: 400px;
  overflow-y: scroll;
}

.fc-scroller-clip,
.fc-timeline .fc-cell-content,
tr.fc-collapsed > td,
tr.fc-transitioning > td {
  overflow: hidden;
}

.fc-no-scrollbars {
  background: rgba(255, 255, 255, 0);
}

.fc-timeline .fc-body .fc-divider.ui-widget-header,
.fc-timeline .fc-body .ui-widget-content {
  background-image: none;
}

.fc-no-scrollbars::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.fc-scroller-canvas {
  box-sizing: border-box;
  min-height: 100%;
}

.fc-scroller-canvas > .fc-bg {
  z-index: 1;
}

.fc-scroller-canvas > .fc-content {
  z-index: 2;
  border-style: solid;
  border-width: 0;
}

.ui-widget .fc-scroller-canvas > .fc-content {
  border-color: transparent;
}

.fc-scroller-canvas.fc-gutter-left > .fc-content {
  border-left-width: 1px;
  margin-left: -1px;
}

.fc-scroller-canvas.fc-gutter-right > .fc-content {
  border-right-width: 1px;
  margin-right: -1px;
}

.fc-scroller-canvas.fc-gutter-top > .fc-content {
  border-top-width: 1px;
  margin-top: -1px;
}

.fc-rtl .fc-timeline {
  direction: rtl;
}

.fc-timeline .fc-divider {
  width: 3px;
  border-style: double;
}

.fc-timeline .fc-head > tr > .fc-divider {
  border-bottom: 0;
}

.fc-timeline .fc-body > tr > .fc-divider {
  border-top: 0;
}

.fc-scrolled .fc-head .fc-scroller {
  z-index: 2;
}

.fc-timeline.fc-scrolled .fc-head .fc-scroller {
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.075);
}

.fc-timeline .fc-body .fc-scroller {
  z-index: 1;
}

.fc-timeline .fc-scroller-canvas > div > div > table,
.fc-timeline .fc-scroller-canvas > div > table {
  border-style: hidden;
}

.fc-timeline .fc-scroller-canvas > .fc-content > .fc-rows > table {
  border-bottom-style: none;
}

.fc-timeline td,
.fc-timeline th {
  white-space: nowrap;
}

.fc-timeline .fc-col-resizer {
  cursor: col-resize;
}

.fc-timeline th {
  vertical-align: middle;
}

.fc-timeline .fc-head .fc-cell-content {
  padding-top: 3px;
  padding-bottom: 3px;
}

.fc-resource-area {
  width: 30%;
}

.fc-resource-area col {
  width: 40%;
  min-width: 70px;
}

.fc-resource-area col.fc-main-col {
  width: 60%;
}

.fc-flat .fc-expander-space {
  display: none;
}

.fc-ltr .fc-resource-area tr > * {
  text-align: left;
}

.fc-rtl .fc-resource-area tr > * {
  text-align: right;
}

.fc-resource-area .fc-super th {
  text-align: center;
}

.fc-resource-area th .fc-cell-content {
  position: relative;
  z-index: 1;
}

.fc-resource-area th .fc-col-resizer,
.fc-time-area .fc-bgevent,
.fc-time-area .fc-highlight,
.fc-time-area .fc-slats {
  position: absolute;
  top: 0;
  bottom: 0;
}

.fc-resource-area th .fc-col-resizer {
  z-index: 2;
  width: 5px;
}

.fc-ltr .fc-resource-area th .fc-col-resizer {
  right: -3px;
}

.fc-rtl .fc-resource-area th .fc-col-resizer {
  left: -3px;
}

tr.fc-transitioning > td > div {
  transition: margin-top 0.2s;
}

tr.fc-collapsed > td > div {
  margin-top: -10px;
}

.fc-body .fc-resource-area .fc-cell-content {
  padding-top: 8px;
  padding-bottom: 8px;
}

.fc-no-overlap .fc-body .fc-resource-area .fc-cell-content {
  padding-top: 5px;
  padding-bottom: 5px;
}

.fc-resource-area .fc-icon {
  width: 1em;
  font-size: 0.9em;
  vertical-align: middle;
  margin-top: -1%;
}

.fc-resource-area .fc-expander {
  cursor: pointer;
  color: #666;
}

.fc-time-area col {
  min-width: 2.2em;
}

.fc-ltr .fc-time-area .fc-chrono th {
  text-align: left;
}

.fc-rtl .fc-time-area .fc-chrono th {
  text-align: right;
}

.fc-time-area .fc-slats {
  z-index: 1;
  left: 0;
  right: 0;
}

.fc-time-area .fc-slats table {
  height: 100%;
}

.fc-time-area .fc-slats .fc-minor {
  border-style: dotted;
}

.fc-time-area .fc-slats td {
  border-width: 0 1px;
}

.fc-ltr .fc-time-area .fc-slats td {
  border-right-width: 0;
}

.fc-rtl .fc-time-area .fc-slats td {
  border-left-width: 0;
}

.fc-time-area .fc-bgevent-container,
.fc-time-area .fc-highlight-container {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 0;
}

.fc-ltr .fc-time-area .fc-bgevent-container,
.fc-ltr .fc-time-area .fc-helper-container,
.fc-ltr .fc-time-area .fc-highlight-container {
  left: 0;
}

.fc-rtl .fc-time-area .fc-bgevent-container,
.fc-rtl .fc-time-area .fc-helper-container,
.fc-rtl .fc-time-area .fc-highlight-container {
  right: 0;
}

.fc-time-area .fc-rows {
  position: relative;
  z-index: 3;
}

.fc-time-area .fc-rows .ui-widget-content {
  background: 0 0;
}

.fc-time-area .fc-rows td > div {
  position: relative;
}

.fc-time-area .fc-rows .fc-bgevent-container,
.fc-time-area .fc-rows .fc-highlight-container {
  z-index: 1;
}

.fc-time-area .fc-event-container {
  position: relative;
  z-index: 2;
  width: 0;
}

.fc-time-area .fc-helper-container {
  position: absolute;
  z-index: 3;
  top: 0;
}

.fc-time-area .fc-event-container {
  padding-bottom: 8px;
  top: -1px;
}

.fc-time-area tr:first-child .fc-event-container {
  top: 0;
}

.fc-no-overlap .fc-time-area .fc-event-container {
  padding-bottom: 0;
  top: 0;
}

.fc-timeline .fc-now-indicator {
  z-index: 3;
  top: 0;
}

.fc-time-area .fc-now-indicator-arrow {
  margin: 0 -6px;
  border-width: 6px 5px 0;
  border-left-color: transparent;
  border-right-color: transparent;
}

.fc-time-area .fc-now-indicator-line {
  margin: 0 -1px;
  bottom: 0;
  border-left-width: 1px;
}

.fc-timeline-event {
  position: absolute;
  border-radius: 0;
  padding: 2px 0;
  margin-bottom: 1px;
}

.fc-no-overlap .fc-timeline-event {
  padding: 5px 0;
  margin-bottom: 0;
}

.fc-ltr .fc-timeline-event {
  margin-right: 1px;
}

.fc-rtl .fc-timeline-event {
  margin-left: 1px;
}

.fc-timeline-event .fc-content {
  padding: 0 1px;
  white-space: nowrap;
  overflow: hidden;
}

.fc-timeline-event .fc-time {
  font-weight: 700;
  padding: 0 1px;
}

.fc-rtl .fc-timeline-event .fc-time {
  display: inline-block;
}

.fc-timeline-event .fc-title {
  padding: 0 1px;
}

.fc-timeline-event.fc-selected .fc-bg {
  display: none;
}

.fc-ltr .fc-timeline-event .fc-title {
  padding-left: 10px;
  margin-left: -8px;
}

.fc-rtl .fc-timeline-event .fc-title {
  padding-right: 10px;
  margin-right: -8px;
}

.fc-ltr .fc-timeline-event.fc-not-start .fc-title {
  margin-left: -2px;
}

.fc-rtl .fc-timeline-event.fc-not-start .fc-title {
  margin-right: -2px;
}

.fc-body .fc-time-area .fc-following,
.fc-timeline-event.fc-not-start .fc-title {
  position: relative;
}

.fc-body .fc-time-area .fc-following:before,
.fc-timeline-event.fc-not-start .fc-title:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  border: 5px solid #000;
  border-top-color: transparent;
  border-bottom-color: transparent;
  opacity: 0.5;
}

.fc-ltr .fc-body .fc-time-area .fc-following:before,
.fc-ltr .fc-timeline-event.fc-not-start .fc-title:before {
  border-left: 0;
  left: 2px;
}

.fc-rtl .fc-body .fc-time-area .fc-following:before,
.fc-rtl .fc-timeline-event.fc-not-start .fc-title:before {
  border-right: 0;
  right: 2px;
}

.fc-license-message {
  position: absolute;
  z-index: 99999;
  bottom: 1px;
  left: 1px;
  background: #eee;
  border-color: #ddd;
  border-style: solid;
  border-width: 1px 1px 0 0;
  padding: 2px 4px;
  font-size: 12px;
  border-top-right-radius: 3px;
}

.full-screen {
  width: 100% !important;
  height: 100% !important;
  margin: 0;
  top: 0;
  left: 0;
}

/*!
 * FullCalendar v2.1.1 Stylesheet
 * Docs & License: http://arshaw.com/fullcalendar/
 * (c) 2013 Adam Shaw
 */

/* here you can put your own css to customize and override the theme */

.editable-click,
a.editable-click {
  border-bottom: none;
}

.selectize-input {
  padding: 5px 8px;
}

/*Author: DuongPD 
 Override*/
.page-header.navbar .page-logo {
  border-right: 1px solid #26374e !important;
}

.page-header.navbar .page-logo {
  padding-left: 10px !important;
}

.logo-default {
  width: 155px;
  height: auto;
  margin: 0px 0 0 20px !important;
}

.has-error {
  color: #e73d4a !important;
}

.page-content {
  padding: 0 !important;
  background-color: #212f41 !important;
}

.page-title {
  margin: 10px 0 !important;
  font-weight: unset !important;
}

.page-footer-inner {
  text-align: center;
  padding-left: 35%;
}

.modal-header {
  padding: 10px !important;
}

.portlet .portlet-title {
  margin-bottom: unset !important;
  border-bottom: none !important;
}

.portlet .portlet-title .actions {
  float: right !important;
  display: inline-block !important;
  padding: 4px 5px !important;
}

.portlet.light {
  background-color: #212f41 !important;
}

.portlet.light > .portlet-title > .caption {
  color: #666 !important;
}

.portlet.light > .portlet-title > .caption.caption-md-right {
  float: right !important;
}

.portlet.light > .portlet-title > .caption.caption-md-right > .caption-subject {
  float: right !important;
  font-size: 13px;
  color: #8dabc4 !important;
}

.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  color: #337ab7;
}

.sub-menu > li > a {
  font-size: 13px !important;
}

.btn-group > .dropdown-menu,
.dropdown-toggle > .dropdown-menu,
.dropdown > .dropdown-menu {
  margin-top: unset !important;
}
/*Override angular loading bar lib*/
#loading-bar {
  pointer-events: all;
  z-index: 99999;
  border: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  /* background-color: rgba(0, 0, 0, 0.7); */
}

#loading-bar-spinner {
  left: 45% !important;
  z-index: 999999 !important;
  text-align: center !important;
  color: #000 !important;
  background: #ffc;
  padding: 0 5px;
  top: 4px;
  border-radius: 0 0 4px 4px !important;
}

#loading-bar-spinner .spinner-icon {
  margin-left: 40% !important;
  width: 25px !important;
  height: 25px !important;
  border-top: solid 1px #29d;
  border-left: solid 3px #29d;
  border-bottom: solid 4px #29d;
  border-radius: 50% !important;
  margin-bottom: 5px;
}

/*Author: DuongPD
 Custom Modal*/
.cmodal .modal-header {
  background-color: #012345 !important;
  color: white !important;
  position: relative;
}

.cmodal .modal-title {
  font-size: 15px !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
}
/*hoant*/
/* MODAL */
.cmodal {
  position: relative;
}

.cmodal .modal-close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  padding: 10px;
  color: #fff;
}

.modal-800 .modal-lg {
  width: 800px;
}

.modal-870 .modal-lg {
  width: 870px;
}

.modal-1000 .modal-lg {
  width: 1100px;
}

.modal-1100 .modal-lg {
  width: 1100px;
}

.modal-1200 .modal-lg {
  width: 1200px;
}

.modal-1300 .modal-lg {
  width: 1300px;
}

.modal-full .modal-lg {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

fieldset {
  padding: 0.35em 0.625em 0.75em !important;
  /* margin: 0 unset!important; */
  border: 1px solid #c0c0c0 !important;
}

legend {
  display: block;
  padding: 0;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: inherit;
  color: #0070c0;
  width: auto;
  border-bottom: 0px;
  font-weight: 700;
}

body {
  font-family: "Roboto", sans-serif;
  background-color: #1c293b !important;
  color: #829fb8 !important;
}

/*Author: DuongPD
 Custom Grid*/
.grid-header {
  background-color: #ebeef2;
}
/*Author: DuongPD*/
.resize-none {
  resize: none !important;
}

.text-through {
  text-decoration: line-through;
}
/*Author: HoaNT
 Custom margin, padding*/
.margin-none {
  margin: unset !important;
}

.padding-none {
  padding: unset !important;
}

.padding-left-none {
  padding-left: unset !important;
}

.padding-left-5 {
  padding-left: 5px !important;
}

.padding-left-10 {
  padding-left: 10px !important;
}

.padding-left-15 {
  padding-left: 15px !important;
}

.padding-left-20 {
  padding-left: 20px !important;
}

.padding-left-25 {
  padding-left: 25px !important;
}

.padding-left-30 {
  padding-left: 30px !important;
}

.padding-right-none {
  padding-right: unset !important;
}

.padding-right-5 {
  padding-right: 5px !important;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.padding-right-15 {
  padding-right: 15px !important;
}

.padding-right-20 {
  padding-right: 20px !important;
}

.padding-right-25 {
  padding-right: 25px !important;
}

.padding-right-30 {
  padding-right: 30px !important;
}

.padding-top-none {
  padding-top: unset !important;
}

.padding-top-5 {
  padding-top: 5px !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-top-15 {
  padding-top: 15px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-top-25 {
  padding-top: 25px !important;
}

.padding-top-30 {
  padding-top: 30px !important;
}

.padding-bottom-none {
  padding-bottom: unset !important;
}

.padding-bottom-5 {
  padding-bottom: 5px !important;
}

.padding-bottom-10 {
  padding-bottom: 10px !important;
}

.padding-bottom-15 {
  padding-bottom: 15px !important;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.padding-bottom-25 {
  padding-bottom: 25px !important;
}

.padding-bottom-30 {
  padding-bottom: 30px !important;
}

.margin-right-none {
  margin-right: unset !important;
}

.margin-right-5 {
  margin-right: 5px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-right-15 {
  margin-right: 15px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.margin-right-25 {
  margin-right: 25px !important;
}

.margin-right-30 {
  margin-right: 30px !important;
}

.margin-left-none {
  margin-left: unset !important;
}

.margin-left-5 {
  margin-left: 5px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.margin-left-15 {
  margin-left: 15px !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.margin-left-25 {
  margin-left: 25px !important;
}

.margin-left-30 {
  margin-left: 30px !important;
}

.margin-top-none {
  margin-top: unset !important;
}

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-top-5percent {
  margin-top: 5% !important;
}

.margin-top-3percent {
  margin-top: 3% !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-25 {
  margin-top: 25px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-bottom-none {
  margin-bottom: unset !important;
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-25 {
  margin-bottom: 25px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}
/*Sonpn*/

.label-title {
  font-weight: 600;
  font-size: 12px;
}

.vertical-middle {
  vertical-align: middle !important;
}

.font-25 {
  font-size: 25px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-13 {
  font-size: 13px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-11 {
  font-size: 11px !important;
}

.font-10 {
  font-size: 10px !important;
}

.font-9 {
  font-size: 9px !important;
}
/*Author: DuongPD 
 Height*/
.height-50-vh {
  height: 50vh !important;
}

.height-55-vh {
  height: 55vh !important;
}

.height-60-vh {
  height: 60vh !important;
}

.height-65-vh {
  height: 65vh !important;
}

.height-70-vh {
  height: 70vh !important;
}

.height-75-vh {
  height: 75vh !important;
}

.height-80-vh {
  height: 80vh !important;
}

.modal-xl {
  width: 90%;
}

/*SONPN Profile css*/

.profile-sidebar {
  float: left;
  width: 300px;
  margin-right: 20px;
}

.profile-content {
  overflow: hidden;
}

.profile-sidebar-portlet {
  padding: 30px 0 0 !important;
}

.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 50%;
  height: 50%;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}

.profile-usertitle-name {
  color: #5a7391;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 7px;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 7px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0;
}

.profile-userbuttons button {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
}

.profile-usermenu {
  margin-top: 30px;
  padding-bottom: 20px;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 16px;
  font-weight: 400;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 16px;
}

.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #5b9bd1;
}

.profile-usermenu ul li.active a {
  color: #5b9bd1;
  background-color: #f6f9fb;
  border-left: 2px solid #5b9bd1;
  margin-left: -2px;
}

.profile-stat {
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f4f7;
}

.profile-stat-title {
  color: #7f90a4;
  font-size: 25px;
  text-align: center;
}

.profile-stat-text {
  color: #5b9bd1;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}

.profile-desc-title {
  color: #7f90a4;
  font-size: 17px;
  font-weight: 600;
}

.profile-desc-text {
  color: #7e8c9e;
  font-size: 14px;
}

.profile-desc-link i {
  width: 22px;
  font-size: 19px;
  color: #abb6c4;
  margin-right: 5px;
}

.profile-desc-link a {
  font-size: 14px;
  font-weight: 600;
  color: #5b9bd1;
}

@media (max-width: 991px) {
  .profile-sidebar {
    float: none;
    width: 100% !important;
    margin: 0;
  }

  .profile-sidebar > .portlet {
    margin-bottom: 20px;
  }

  .profile-content {
    overflow: visible;
  }
}

.profile,
.profile-classic .profile-image {
  position: relative;
}

.add-portfolio,
.portfolio-block,
.portfolio-stat,
.portfolio-text,
.portfolio-text .portfolio-text-info {
  overflow: hidden;
}

.page-container-bg-solid .profile {
  background: #fff;
  padding: 20px;
}

.profile p {
  color: #636363;
  font-size: 13px;
}

.profile p a {
  color: #169ef4;
}

.profile label {
  margin-top: 10px;
}

.profile label:first-child {
  margin-top: 0;
}

.profile-classic .profile-edit {
  top: 0;
  right: 0;
  margin: 0;
  color: #fff;
  opacity: 0.6;
  padding: 0 9px;
  font-size: 11px;
  background: #000;
  position: absolute;
  filter: alpha(opacity=60);
}

.profile-classic .profile-image img {
  margin-bottom: 15px;
}

.profile-classic li {
  padding: 8px 0;
  font-size: 13px;
  border-top: solid 1px #f5f5f5;
}

.profile-classic li:first-child {
  border-top: none;
}

.profile-classic li span {
  color: #666;
  font-size: 13px;
  margin-right: 7px;
}

.profile .tabbable-custom-profile .nav-tabs > li > a {
  padding: 6px 12px;
}

.profile ul.profile-nav {
  margin-bottom: 30px;
}

.profile ul.profile-nav img.pic-bordered {
  border: 1px solid #e1e7ee;
}

.profile ul.profile-nav li {
  position: relative;
}

.profile ul.profile-nav li a {
  color: #557386;
  display: block;
  font-size: 14px;
  padding: 8px 10px;
  margin-bottom: 1px;
  background: #f0f6fa;
  border-left: solid 2px #c4d5df;
}

.profile ul.profile-nav li a:hover {
  color: #169ef4;
  background: #ecf5fb;
  text-decoration: none;
  border-left: solid 2px #169ef4;
}

.profile ul.profile-nav li a.profile-edit {
  top: 0;
  right: 0;
  margin: 0;
  color: #fff;
  opacity: 0.6;
  border: none;
  padding: 3px 9px;
  font-size: 12px;
  background: #000;
  position: absolute;
  filter: alpha(opacity=60);
}

.profile ul.profile-nav li a.profile-edit:hover {
  text-decoration: underline;
}

.profile ul.profile-nav a span {
  top: 0;
  right: 0;
  color: #fff;
  font-size: 16px;
  padding: 7px 13px;
  position: absolute;
  background: #169ef4;
}

.profile ul.profile-nav a:hover span {
  background: #0b94ea;
}

.profile-info h1 {
  color: #383839;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 10px;
}

.profile-info ul {
  margin-bottom: 15px;
}

.profile-info li {
  color: #6b6b6b;
  font-size: 13px;
  margin-right: 15px;
  margin-bottom: 5px;
  padding: 0 !important;
}

.profile-info li i {
  color: #b5c1c9;
  font-size: 15px;
}

.profile-info li:hover i {
  color: #169ef4;
}

.sale-summary ul {
  margin-top: -10px;
}

.sale-summary li {
  padding: 10px 0;
  overflow: hidden;
  border-top: solid 1px #eee;
}

.sale-summary li:first-child {
  border-top: none;
}

.sale-summary li .sale-info {
  margin-top: 4px;
  float: left;
  color: #646464;
  font-size: 14px;
  text-transform: uppercase;
}

.sale-summary li .sale-num {
  float: right;
  color: #169ef4;
  font-size: 20px;
  font-weight: 300;
}

.sale-summary li span i {
  top: 1px;
  width: 13px;
  height: 14px;
  margin-left: 3px;
  position: relative;
  display: inline-block;
}

.sale-summary .caption h4 {
  color: #383839;
  font-size: 18px;
}

.sale-summary .caption {
  border-color: #c9c9c9;
}

.profile .table-advance thead tr th {
  background: #f0f6fa;
}

.profile .table-bordered,
.profile .table-bordered td,
.profile .table-bordered th {
  border-color: #e5eff6;
}

.profile .table-striped tbody > tr:nth-child(2n + 1) > td,
.profile .table-striped tbody > tr:nth-child(2n + 1) > th {
  background: #fcfcfc;
}

.profile .table-hover tbody tr:hover td,
.profile .table-hover tbody tr:hover th {
  background: #f5fafd;
}

.add-portfolio {
  margin-bottom: 30px;
  background: #f0f6fa;
  padding: 12px 14px;
}

.add-portfolio span {
  float: left;
  display: inline-block;
  font-weight: 300;
  font-size: 22px;
  margin-top: 0;
}

.add-portfolio .btn {
  margin-left: 20px;
}

.portfolio-block {
  background: #f7f7f7;
  margin-bottom: 15px;
}

.portfolio-text img {
  float: left;
  margin-right: 15px;
}

.portfolio-btn a {
  display: block;
  padding: 25px 0;
  background: #ddd !important;
}

.portfolio-btn a:hover {
  background: #1d943b !important;
}

.portfolio-btn span {
  color: #fff;
  font-size: 22px;
  font-weight: 200;
}

.portfolio-info {
  float: left;
  color: #616161;
  font-size: 12px;
  padding: 10px 25px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.portfolio-info span {
  color: #16a1f2;
  display: block;
  font-size: 28px;
  line-height: 28px;
  margin-top: 0;
  font-weight: 200;
  text-transform: uppercase;
}

.profile-settings {
  background: #fafafa;
  padding: 15px 8px 0;
  margin-bottom: 5px;
}

.profile-settings p {
  padding-left: 5px;
  margin-bottom: 3px;
}

.profile-settings .controls > .checkbox,
.profile-settings .controls > .radio {
  font-size: 12px;
  margin-top: 2px !important;
}

.page-header.navbar {
  background-color: #1c293b !important;
  border-bottom: 1px solid #26374e !important;
}

.page-header.navbar .menu-toggler.sidebar-toggler {
  float: left !important;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle {
  padding: 6px 6px 3px 8px !important;
}

.page-header.navbar
  .top-menu
  .navbar-nav
  > li.dropdown-user
  .dropdown-toggle
  > img {
  margin-top: 4px !important;
}

.page-sidebar,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover {
  background-color: #1c293b !important;
  border-right: 1px solid #25354c !important;
}

.page-sidebar .page-sidebar-menu > li > a,
.page-sidebar-closed.page-sidebar-fixed
  .page-sidebar:hover
  .page-sidebar-menu
  > li
  > a {
  background-color: #1c293b !important;
  border: none !important;
}

.page-sidebar .page-sidebar-menu-bottom {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-sidebar .page-sidebar-menu-bottom > li {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}

.page-sidebar .page-sidebar-menu-bottom > li > a {
  border-top: 1px solid #3d4957;
  color: #b4bcc8;
}

.page-sidebar .page-sidebar-menu-bottom > li.active + li > a {
  border-top-color: transparent;
  color: #b4bcc8 !important;
}

.page-sidebar .page-sidebar-menu-bottom > li > a > i {
  color: #606c7d;
}

.page-sidebar .page-sidebar-menu-bottom > li > a > i {
  font-size: 16px;
  margin-right: 5px;
  text-shadow: none;
}

.page-sidebar .page-sidebar-menu-bottom li > a {
  position: relative;
  display: block;
  position: relative;
  margin: 0;
  border: 0;
  padding: 7px 15px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 300;
}

.page-sidebar .page-sidebar-menu > li.active.open > a,
.page-sidebar .page-sidebar-menu > li.active > a,
.page-sidebar-closed.page-sidebar-fixed
  .page-sidebar:hover
  .page-sidebar-menu
  > li.active.open
  > a,
.page-sidebar-closed.page-sidebar-fixed
  .page-sidebar:hover
  .page-sidebar-menu
  > li.active
  > a {
  color: #327737 !important;
}

.page-sidebar .page-sidebar-menu > li.active.open > a > .arrow.open:before,
.page-sidebar .page-sidebar-menu > li.active.open > a > .arrow:before,
.page-sidebar .page-sidebar-menu > li.active.open > a > i,
.page-sidebar .page-sidebar-menu > li.active > a > .arrow.open:before,
.page-sidebar .page-sidebar-menu > li.active > a > .arrow:before,
.page-sidebar .page-sidebar-menu > li.active > a > i,
.page-sidebar-closed.page-sidebar-fixed
  .page-sidebar:hover
  .page-sidebar-menu
  > li.active.open
  > a
  > .arrow.open:before,
.page-sidebar-closed.page-sidebar-fixed
  .page-sidebar:hover
  .page-sidebar-menu
  > li.active.open
  > a
  > .arrow:before,
.page-sidebar-closed.page-sidebar-fixed
  .page-sidebar:hover
  .page-sidebar-menu
  > li.active.open
  > a
  > i,
.page-sidebar-closed.page-sidebar-fixed
  .page-sidebar:hover
  .page-sidebar-menu
  > li.active
  > a
  > .arrow.open:before,
.page-sidebar-closed.page-sidebar-fixed
  .page-sidebar:hover
  .page-sidebar-menu
  > li.active
  > a
  > .arrow:before,
.page-sidebar-closed.page-sidebar-fixed
  .page-sidebar:hover
  .page-sidebar-menu
  > li.active
  > a
  > i {
  color: #327737 !important;
}
/* .page-sidebar .page-sidebar-menu-bottom>li:hover>a{
    background: #2C3542;
    color: #b4bcc8;
} */
.dashboard-container {
  border: 1px solid #999999;
  background-color: #26374c;
  border-radius: 5px !important;
  float: left;
  width: 100%;
  min-height: 156px;
}

.dashboard-container .title {
  color: #f9fafb;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  float: left;
  width: 100%;
  /*border-bottom: 2px solid #2c405a;*/
  padding: 5px 12px;
  color: #ffffff !important;
  background-color: #676767;
}

.dashboard-container .description {
  color: #829fb8;
  font-size: 10px;
  padding: 5px 0px 10px 10px;
  border-bottom: 1px solid #2c405a;
  float: left;
  width: 100%;
}

.dashboard-container .content {
  margin-top: 10px;
  float: left;
  width: 100%;
}
.block-one {
  color: #ffffff;
}
.block-one .content {
  font-weight: bold;
  font-size: 20px;
}
.block-one span {
  font-size: 40px;
}
.copyright {
  color: #88a6be;
  font-size: 10px;
  text-align: center;
}
