td.mono {
	font-family: monospace;
}

.modal-dialog {
    max-width: 600px;
}

.modal .modal-content .modal-header .close {
    color: #aeb2b7;
	font-family:"Font Awesome 5 Pro";
}

.modal .modal-content .modal-header .close:before {
    content: "\f00d";
}

.datepicker {
    width: 100%;
}

/*.k-portlet {
	background-color: #f1f1f1;
}

.k-portlet .k-portlet__head {
    border-bottom: 1px solid #dbdde2;
}

.form-control, .form-control:focus {
	background-color: #f6f6f6;
}

.bootstrap-select > .dropdown-toggle.btn-light, .bootstrap-select > .dropdown-toggle.btn-secondary {
    background: #f6f6f6;
}

.k-sub-header {
	background-color: #f1f1f1;
}

body {
	background-color: #e8e8e8;
}

.table td {
    border-top: 1px solid #e8e8e8; }
  .table thead th {
    border-bottom: 2px solid #e8e8e8; }
  .table tbody + tbody {
    border-top: 2px solid #e8e8e8; }

table.dataTable tbody tr {
    background-color: #f1f1f1;
}

.table .thead-light th {
  background-color: #dbdde2;
  border-color: #e8e8e8; }

.table-hover tbody tr:hover {
    background-color: #e0e0e0;
}*/

.form-group {
	margin-bottom: 1rem;
}

table tbody tr.first > td {
	border: 0px;
}

table tbody tr.summary {
	font-size: 1.2em;
	font-weight: bold;
}

table tbody tr.summary td {
	padding-top: 20px;
}

table tbody tr td.actions {
	text-align: center;
}

.table td {
	vertical-align: middle;
}

.table td.actions {
	width: 1px;
}

.k-error404-v1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 768px) {
    .k-error404-v1 {
      padding: 2rem;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; } }
  .k-error404-v1 .k-error404-v1__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (max-width: 768px) {
      .k-error404-v1 .k-error404-v1__content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .k-error404-v1 .k-error404-v1__content .k-error404-v1__title {
      font-size: 12rem;
      color: #4C72CB;
      font-weight: 700; }
    .k-error404-v1 .k-error404-v1__content .k-error404-v1__desc {
      font-size: 1.5rem; }
  .k-error404-v1 .k-error404-v1__image {
    width: 50%;
    position: relative; }
    @media (max-width: 768px) {
      .k-error404-v1 .k-error404-v1__image {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }
    .k-error404-v1 .k-error404-v1__image .k-error404-v1__image-content {
      width: 100%; }

.k-profile .k-profile__content {
  padding: 2rem;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebedf2; }
  @media (max-width: 1024px) {
    .k-profile .k-profile__content {
      padding: 1.5rem; } }
  .k-profile .k-profile__content > .row > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .k-profile .k-profile__content .k-profile__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	border-right: 1px solid #ebedf2;
    }
    @media (max-width: 1024px) {
      .k-profile .k-profile__content .k-profile__main {
        border-right: 0;
        border-bottom: 1px solid #ebedf2;
        padding-bottom: 1rem; } }
    .k-profile .k-profile__content .k-profile__main .k-profile__main-pic {
      position: relative;
      max-width: 130px;
      max-height: 130px;
      margin-right: 2rem; }
      @media (max-width: 1024px) {
        .k-profile .k-profile__content .k-profile__main .k-profile__main-pic {
          max-width: 80px;
          max-height: 80px;
          margin-right: 1rem; } }
      .k-profile .k-profile__content .k-profile__main .k-profile__main-pic input {
        width: 0;
        height: 0;
        overflow: hidden;
        opacity: 0; }
      .k-profile .k-profile__content .k-profile__main .k-profile__main-pic img {
        width: 100%;
        height: auto; }
      .k-profile .k-profile__content .k-profile__main .k-profile__main-pic .k-profile__main-pic-upload {
        cursor: pointer;
        background-color: #5578eb;
        border-radius: 50%;
        width: 2.5rem;
        height: 2.5rem;
        position: absolute;
        bottom: 0.25rem;
        right: 0.25rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(103, 92, 139, 0.05);
        box-shadow: 0px 0px 20px 0px rgba(103, 92, 139, 0.05);
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        .k-profile .k-profile__content .k-profile__main .k-profile__main-pic .k-profile__main-pic-upload i {
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          color: #ffffff;
          font-size: 1.25rem; }
        .k-profile .k-profile__content .k-profile__main .k-profile__main-pic .k-profile__main-pic-upload:hover {
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          background-color: #2754e6; }
          .k-profile .k-profile__content .k-profile__main .k-profile__main-pic .k-profile__main-pic-upload:hover i {
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            color: #e6e6e6; }
    .k-profile .k-profile__content .k-profile__main .k-profile__main-info {
      margin: 1.5rem 0; }
      .k-profile .k-profile__content .k-profile__main .k-profile__main-info .k-profile__main-info-name {
        font-size: 1.5rem;
        font-weight: 600;
        color: #464457; }
      .k-profile .k-profile__content .k-profile__main .k-profile__main-info .k-profile__main-info-position {
        font-weight: 500;
        color: #b2afc6; }
  .k-profile .k-profile__content .k-profile__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-right: 1px solid #ebedf2; }
    @media (max-width: 1024px) {
      .k-profile .k-profile__content .k-profile__contact {
        border-right: 0;
        border-bottom: 1px solid #ebedf2;
        padding-top: 1rem;
        padding-bottom: 1rem; } }
    .k-profile .k-profile__content .k-profile__contact .k-profile__contact-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 1rem; }
      @media (max-width: 1024px) {
        .k-profile .k-profile__content .k-profile__contact .k-profile__contact-item {
          margin-bottom: 0.75rem; } }
      .k-profile .k-profile__content .k-profile__contact .k-profile__contact-item:last-child {
        margin-bottom: 0; }
      .k-profile .k-profile__content .k-profile__contact .k-profile__contact-item .k-profile__contact-item-icon i {
        font-size: 1.5rem;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
      .k-profile .k-profile__content .k-profile__contact .k-profile__contact-item .k-profile__contact-item-icon.k-profile__contact-item-icon-whatsup {
        color: #45cb9a; }
      .k-profile .k-profile__content .k-profile__contact .k-profile__contact-item .k-profile__contact-item-icon.k-profile__contact-item-icon-twitter {
        color: #18c1f8; }
      .k-profile .k-profile__content .k-profile__contact .k-profile__contact-item .k-profile__contact-item-text {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        font-weight: 500;
        padding-left: 1.5rem;
        padding-bottom: 0.15rem;
        color: #b2afc6; }
      .k-profile .k-profile__content .k-profile__contact .k-profile__contact-item:hover {
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        .k-profile .k-profile__content .k-profile__contact .k-profile__contact-item:hover .k-profile__contact-item-text {
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          color: #536be2; }
  .k-profile .k-profile__content .k-profile__stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (max-width: 1399px) {
      .k-profile .k-profile__content .k-profile__stats {
        padding: 1.5rem 0; } }
    @media (max-width: 1024px) {
      .k-profile .k-profile__content .k-profile__stats {
        padding: 1rem 0 0 0; } }
    @media (min-width: 1025px) and (max-width: 1399px) {
      .k-profile .k-profile__content .k-profile__stats {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media (max-width: 576px) {
      .k-profile .k-profile__content .k-profile__stats {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
    .k-profile .k-profile__content .k-profile__stats .k-profile__stats-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-right: 1rem; }
      @media (min-width: 1025px) and (max-width: 1399px) {
        .k-profile .k-profile__content .k-profile__stats .k-profile__stats-item {
          padding-right: 0; } }
      .k-profile .k-profile__content .k-profile__stats .k-profile__stats-item:last-child {
        padding-right: 0; }
        @media (max-width: 576px) {
          .k-profile .k-profile__content .k-profile__stats .k-profile__stats-item:last-child {
            padding-right: 1rem; } }
      .k-profile .k-profile__content .k-profile__stats .k-profile__stats-item .k-profile__stats-item-label {
        color: #5d5b6f;
        font-size: 1.1rem;
        font-weight: 600;
        margin-bottom: 0.25rem; }
      .k-profile .k-profile__content .k-profile__stats .k-profile__stats-item .k-profile__stats-item-chart {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .k-profile .k-profile__content .k-profile__stats .k-profile__stats-item .k-profile__stats-item-chart span {
          color: #b2afc6;
          font-size: 1rem;
          font-weight: 400; }
        .k-profile .k-profile__content .k-profile__stats .k-profile__stats-item .k-profile__stats-item-chart canvas {
          margin-left: 1rem; }
      @media (max-width: 576px) {
        .k-profile .k-profile__content .k-profile__stats .k-profile__stats-item {
          -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

.k-profile .k-profile__nav {
  padding: 0 2rem; }
  .k-profile .k-profile__nav .nav.nav-tabs.nav-tabs-line {
    border-bottom: 1px solid transparent !important;
    margin-bottom: 0; }
    .k-profile .k-profile__nav .nav.nav-tabs.nav-tabs-line .nav-item {
      margin-right: 4rem; }
      .k-profile .k-profile__nav .nav.nav-tabs.nav-tabs-line .nav-item:last-child {
        margin-right: 0; }
      .k-profile .k-profile__nav .nav.nav-tabs.nav-tabs-line .nav-item a.nav-link {
        padding: 1.5rem 0;
        font-weight: 500;
        font-size: 1.1rem;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        .k-profile .k-profile__nav .nav.nav-tabs.nav-tabs-line .nav-item a.nav-link.active, .k-profile .k-profile__nav .nav.nav-tabs.nav-tabs-line .nav-item a.nav-link:hover {
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          color: #536be2;
          border-bottom-width: 2px; }
  @media (max-width: 1024px) {
    .k-profile .k-profile__nav {
      padding: 0 1rem; }
      .k-profile .k-profile__nav .nav.nav-tabs.nav-tabs-line .nav-item {
        margin-right: 1rem; }
        .k-profile .k-profile__nav .nav.nav-tabs.nav-tabs-line .nav-item:last-child {
          margin-right: 0; }
        .k-profile .k-profile__nav .nav.nav-tabs.nav-tabs-line .nav-item a.nav-link {
          padding: 1.5rem 0;
          font-size: 1rem; } }


a.btn-default {
    color: #5867dd !important;
    text-decoration: none;
}

a.btn-default:hover {
    color: white !important;
    text-decoration: none;
}

.twitter-typeahead {
	width: 100%;
}

a.dropdown-item {
	color: #414b4c !important;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #DDDDDD;
}

table.dataTable > thead > tr > th, table.dataTable > thead > tr > td {
    padding: 10px 18px;
    border-bottom: 1px solid #DDDDDD;
	border-top: 0;
}

table.dataTable thead .sorting {
    background-image: url(../images/sort_both.png);
}

table.dataTable thead .sorting_asc {
    background-image: url(../images/sort_asc.png);
}

table.dataTable thead .sorting_desc {
    background-image: url(../images/sort_desc.png);
}

.tool-details {
	margin-top: 8px;
}

.tool-details tr:first-child td {
	border-top: 1px solid #ddd !important;
}

.tool-details tr:last-child td {
	border-bottom: 1px solid #ddd !important;
}

.tool-details table {
	margin-bottom: 0px;
}

table.dataTable .tool-details {
	padding: 12px;
}

table.dataTable .tool-details h5, table.dataTable .tool-details h6 {
	margin-bottom: 8px;
}

td.details-control {
    background: url('../images/round-add-button.png') no-repeat center center;
    cursor: pointer;
}

tr.details td.details-control {
    background: url('../images/round-delete-button.png') no-repeat center center;
}

.bootstrap-select .dropdown-menu.inner > li > a {
	padding: 4px 15px;
}

.dataTables_wrapper .dataTable {
	margin: 0 !important;
}

a.btn {
	color: #5867dd !important;
}

a.btn:hover {
	color: white !important;
}

a.btn-icon:hover {
    color: #5867dd !important;
}

.numberpad {
	display: grid;
	position: fixed;
	right: 100px;
	bottom: 100px;
	width: 500px;
	background: white;
	border: 2px solid #e0e0e0;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px;
	padding: 20px;
}

.numberpad > button {
	box-sizing: border-box;
	font-size: 40px;
	font-weight: bold;
}

select {
	border: 1px solid #ebedf2;
	border-radius: 0.25rem;
}
