/*---Generalize Style---*/
:root {
    --p-color: #007BFF;
    --p-dark: #006c78;
    --s-color: #343434;
    --g-color: #6c6c6c;
    --tb-color: #393939;
}
/*--p-color: #DA680F;*/
html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

body {
  background-color: #f2f2f2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #212529;
  font-size: 14px;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: var(--p-color);
}
a {
  transition: 0.2s all ease;
}
img {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button,
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}
/*--Common Style---*/
.f-400 {
  font-weight: 400 !important;
}
.f-500 {
  font-weight: 500 !important;
}
.f-600 {
  font-weight: 600 !important;
}
.bg-primary {
  background: var(--p-color) !important;
}
.bg-secondary {
  background: var(--s-color) !important;
}
.text-primary {
  color: var(--p-color) !important;
}
.text-secondary {
  color: var(--s-color) !important;
}

/* Background colors */
.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black {
  color: #f9f9f9 !important;
}
.bg-gray {
  background-color: #eaeaec !important;
}

.bg-black {
  background-color: #222222 !important;
}

.bg-red {
  background-color: #f56954 !important;
}

.bg-yellow {
  background-color: #f39c12 !important;
}

.bg-aqua {
  background-color: #00c0ef !important;
}

.bg-blue {
  background-color: #0073b7 !important;
}

.bg-light-blue {
  background-color: #3c8dbc !important;
}

.bg-green {
  background-color: #00a65a !important;
}

.bg-navy {
  background-color: #001f3f !important;
}

.bg-olive {
  background-color: #3d9970 !important;
}

.bg-orange {
  background-color: #ff851b !important;
}

.bg-purple {
  background-color: #932ab6 !important;
}

.bg-maroon {
  background-color: #85144b !important;
}
/* Text colors */
.text-black {
  color: #111 !important;
}
.text-red {
  color: #f56954 !important;
}

.text-yellow {
  color: #f39c12 !important;
}

.text-aqua {
  color: #00c0ef !important;
}

.text-blue {
  color: #0073b7 !important;
}

.text-light-blue {
  color: #3c8dbc !important;
}

.text-green {
  color: #00a65a !important;
}

.text-navy {
  color: #001f3f !important;
}

.text-olive {
  color: #3d9970 !important;
}

.text-orange {
  color: #ff851b !important;
}

.text-purple {
  color: #932ab6 !important;
}

.text-maroon {
  color: #85144b !important;
}
/* Border colors */
.border-teal {
  border-color: #1c8ea1;
}
.border-red {
  border-color: #f56954 !important;
}

.border-yellow {
  border-color: #f39c12 !important;
}

.border-aqua {
  border-color: #00c0ef !important;
}

.border-blue {
  border-color: #0073b7 !important;
}

.border-light-blue {
  border-color: #3c8dbc !important;
}

.border-green {
  border-color: #00a65a !important;
}

.border-navy {
  border-color: #001f3f !important;
}

.border-olive {
  border-color: #3d9970 !important;
}

.border-orange {
  border-color: #ff851b !important;
}

.border-purple {
  border-color: #932ab6 !important;
}

.border-maroon {
  border-color: #85144b !important;
}
.filter-white {
  filter: brightness(0) invert(1);
}
.border-radius-0 {
  border-radius: 0 !important;
}
.box-shadow-0 {
  box-shadow: none !important;
}
.btn-round {
  border-radius: 90px;
}
.btn-primary {
  color: #fff;
  background: var(--p-color);
  border-color: var(--p-color);
}

.btn-primary:hover,
.btn-outline-primary {
  background: #fff;
  color: var(--p-color);
  border-color: var(--p-color);
}
.btn-secondary {
  color: #fff;
  background-color: var(--s-color);
  border-color: var(--s-color);
}
.btn-secondary:hover {
  background: #fff;
  color: var(--s-color);
  border-color: var(--s-color);
}

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem #006c782f;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #006c78;
  border-color: #006c78;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #006c782f;
}

.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 0.12rem rgba(3, 3, 3, 0.493);
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #222;
  border-color: #222;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(3, 3, 3, 0.493);
}

.btn-white {
  background: #fff;
  color: #0b013f;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 3px 12px 0 #0b013f5e;
  padding: 0.5rem 1.4rem;
}
/*  Ripple */

.ripple {
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  transform: scale(0);
  position: absolute;
  opacity: 1;
}
.rippleEffect {
  animation: rippleDrop 0.6s linear;
}

@keyframes rippleDrop {
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
}
.card {
  margin-bottom: 30px;
  /* border-color: var(--p-color); */
  box-shadow: 0 1px 15px 1px rgba(123, 123, 123, 0.09);
}
.card-header {
  padding: 0.5rem 1rem;
  position: relative;
}
.card-body {
  padding: 1rem;
}
.card-title {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
.card-head-bg {
  background: var(--p-color);
}
.card-head-bg .card-title {
  color: #fff;
}
a i,
button i {
  margin-right: 4px;
}

.form-control {
  border-bottom: 1px solid #555 !important;
  border: none;
  border-radius: 0;
  outline: none !important;
  padding: 10px 0;
  height: auto;
  box-shadow: none !important;
  background: none;
  color: #222;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
}
.form-control:focus {
  background: none;
}
.form-group.input-group .input-group-prepend .input-group-text {
  background: none !important;
  border: 0;
  /* color: #222; */
  color: var(--p-color);
  border-bottom: 1px solid #555 !important;
  border-radius: 0;
  padding: 0;
  padding-right: 15px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-size: 18px;
}

.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #222;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #222;
}
.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #222;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #222;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: var(--p-color);
  background-color: var(--p-color);
}
.nav-linetriangle {
  border: 0;
}
.nav-linetriangle .nav-item {
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  margin-left: 0;
  position: relative;
}
.nav-linetriangle .nav-item > a.nav-link {
  position: relative;
  display: block;
  /* overflow: hidden; */
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2rem;
  padding: 0.5rem 0.5rem;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
  color: var(--s-color);
  border: 0;
  border-bottom: 2px solid !important;
  font-weight: 600;
}

.nav-linetriangle .nav-item > a.nav-link.active {
  background-color: #fff;
  border-radius: 0;
  color: var(--p-dark);
  border-bottom: 2px solid var(--p-dark) !important;
  background-color: transparent;
  font-weight: 700;
}
.nav-linetriangle .nav-item > a.nav-link i {
  vertical-align: middle;
}
.nav-linetriangle li > a.active::after {
  content: "";
  position: absolute;
  text-align: center;
  display: block;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -9px;
  width: 10px;
  border-right: 7px solid transparent;
  border-top: 7px solid var(--p-dark);
  border-left: 7px solid transparent;
  border-top-color: var(--p-dark);
}
.tab-content {
  padding: 20px 0 0 0;
}
/*---Splash-Login-Registeration-Forgot Design---*/
.login-wrapper {
  /* background: url("../images/meeting-bg-img.jpg") no-repeat; */
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 10000;
}
.login-wrapper::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: #fff;
  opacity: 1;
}
.welcome-login {
  margin: 1rem 0 1rem 0;
}
.welcome-login h4 {
  font-weight: 600;
  font-size: 20px;
  color: var(--p-color);
}
.welcome-login h3 {
  font-weight: 500;
  font-size: 16px;
  color: var(--s-color);
}
/*---INNER PAGES---*/
/*-Header-*/
.c-navbar {
  height: 50px;
  box-shadow: 0 0 15px 0 rgba(105, 105, 105, 0.4);
  color: #fff;
  background: var(--p-color) !important;
}

.nav-title {
  margin: 0;
  font-weight: 400;
  font-size: 1.4rem;
}

.left-icon a,
.right-icon a {
  color: #fff !important;
  text-decoration: none !important;
  font-size: 20px;
}
/*-Main wrapper-*/
.main-wrapper {
  /* margin-top: 50px; */
  min-height: 100%;
  padding: 25px 0;
  position: relative;
}
/*-Footer-*/
.footer-content {
  background: var(--s-color);
  padding: 8px 0;
  font-weight: 400;
  font-weight: 600;
  color: #fff;
}

/*---CONTENT STYLE--- */

#content {
  width: 100%;
  min-height: 100vh;
  transition: all 0.3s;
  position: relative;
  top: 0;
  right: 0;
  margin-top: 1rem;
}
/*-----SIDEBAR STYLE---- */
#sidebar {
  width: 300px;
  position: fixed;
  top: 0;
  left: -300px;
  height: 100vh;
  z-index: 999;
  background: #fff;
  /* background: #7386d5; */
  color: #fff;
  transition: all 0.3s;
  overflow-y: scroll;
  /* box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2); */
  z-index: 100000;
}

#sidebar.active {
  left: 0;
}

#dismiss {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 20px;
  /* background: #2565d6; */
  position: absolute;
  top: 12px;
  right: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#dismiss:hover {
  background: #fff;
  color: #0b013f;
  border-radius: 100%;
}

.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.overlay.active {
  display: block;
  opacity: 1;
}

#sidebar .sidebar-header {
  padding: 15px 10px;
  background: var(--p-color);
  background-image: url("../images/texture-2.png");
  background-repeat: repeat;
  background-position: top center;
  /* background: #555; */
  border-bottom: 1px solid var(--p-color);
}

#sidebar .sidebar-header div.sidebar-icon {
  float: left;
  width: 30px;
  height: 30px;
  line-height: 28px;
  background: var(--p-dark);
  text-align: center;
  border-radius: 100%;
  border: 1px solid #fff;
  font-size: 18px;
  vertical-align: middle;
  margin-right: 5px;
  display: inline-block;
  position: relative;
  top: -5px;
}

#sidebar .sidebar-header h3 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 400;
}
#sidebar ul.components {
  padding: 0;
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
}

#sidebar ul li a {
  padding: 15px 12px;
  font-size: 1.1em;
  display: block;
  color: var(--s-color);
  margin-bottom: 1px;
  font-weight: 400;
  border-radius: 0;
}
#sidebar ul li a.btn:hover {
  background: var(--p-color);
}
#sidebar ul li a:hover {
  color: var(--p-color);
  background: #efefef;
}

#sidebar ul li.active > a,
#sidebar a[aria-expanded="true"] {
  color: var(--p-color);
  transition: 0.2s all ease;
  background: #efefef;
}

a[data-toggle="collapse"] {
  position: relative;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

ul ul a {
  font-size: 0.9em !important;
  padding-left: 20px !important;
  background: transparent;
  color: #001f3f;
}

ul.CTAs {
  padding: 15px;
}

ul.CTAs a {
  text-align: center;
  padding: 10px 15px !important;
}

a.download {
  background: #fff;
  color: #7386d5;
}

a.article,
a.article:hover {
  background: #6d7fcc !important;
  color: #fff !important;
}
/*--Widget Sidebar--*/
.fixed-sidebar {
  position: fixed;
  top: 50%;
  right: 0;
  font-size: 30px;
  color: #fff;
  background: var(--p-color);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100% 0 0 100%;
}
.fixed-sidebar i,
.fixed-sidebar-close i {
  margin: 0 !important;
  color: #fff !important;
  transform: rotate(90deg);
}
.fixed-sidebar-close {
  background: var(--p-color);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  top: 50%;
  right: 232px;
  font-size: 30px;
  color: #fff;
  z-index: 100000;
}
#widget-sidebar {
  width: 250px;
  position: fixed;
  top: 0;
  right: -250px;
  height: 100vh;
  z-index: 999;
  background: #fff;
  color: #fff;
  transition: all 0.3s;
  overflow-y: scroll;
  z-index: 10000;
  background: var(--p-dark);
  background-image: url("../images/texture1.png");
  background-repeat: repeat;
  background-position: top center;
}
#widget-sidebar.active {
  right: 0;
}

#dismiss-2 {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 20px;
  /* background: #2565d6; */
  position: absolute;
  top: 12px;
  right: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#dismiss-2:hover {
  background: #fff;
  color: #0b013f;
  border-radius: 100%;
}

.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.overlay.active {
  display: block;
  opacity: 1;
}

#widget-sidebar .widget-sidebar-content {
  padding: 15px;
  margin-top: 1rem;
}
.widget-description {
  margin-top: 1rem;
}
.widget-description + hr {
  border-color: #fff !important;
}
/*---Dashboard---*/

.dashboard-menu-content a {
  border-radius: 6px;
  background: #fff !important;
  box-shadow: 2px 2px 8px 2px #e2e2e2b3;
}

.dashboard-menu-content a img {
  /* filter: brightness(0.2) invert(0); */
}

.dashboard-menu-content a h5.text-white {
  font-size: 18px;
  font-weight: 400;
  color: var(--p-dark) !important;
}
.dashboard-menu-2 {
  margin: -5px;
}
.dashboard-menu-2 .dashboard-menu-content {
  padding: 0;
  margin: 1.66%;
  max-width: 30%;
}
.dashboard-menu-2 .dashboard-menu-content a h5.text-white {
  font-size: 14.5px;
}
.dashboard-menu-2 .dashboard-menu-content a {
  margin: 0 !important;
  cursor: pointer;
}
/* .dashboard-menu-2 .dashboard-menu-content:nth-child(even) {
    margin: 5px;
} */
.inpage-profile-info .profile-img .user {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.inpage-profile-info .profile-img .user img {
  width: 40px;
  max-width: 100%;
  border-radius: 100%;
}
.inpage-profile-info .profile-name {
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
}
.inpage-profile-info .profile-info {
  color: #fff;
  font-size: 13px;
}
/*---List View----*/
.list-card {
  border: 0;
}
.list-card .card-header {
  position: relative;
  padding: 10px;
  background: none;
}
.list-card .card-header > a {
  color: #212529;
  font-weight: bold;
}

.list-card .card-body {
  padding: 10px;
}
.collapse-title {
  position: relative;
}
.collapse-title.collapsed::after {
  content: "keyboard_arrow_right";
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.collapse-title::after {
  content: "keyboard_arrow_down";
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.collapse-details h6 {
  margin-bottom: 10px;
  font-weight: 400;
  text-align: justify;
}

.view-link {
  position: absolute;
  font-size: 19px;
  color: #fff;
  right: 50px;
  vertical-align: middle;
}

.view-link:hover {
  color: #fff;
}
/*---Profile Page---*/
.profile-pic {
  width: 170px;
  height: 170px;
  border: 4px solid var(--s-color);
  border-radius: 100%;
  display: block;
  margin: 0 auto;
}

.profile-pic img {
  width: 162px;
  height: 162px;
  line-height: 162px;
  border-radius: 100%;
  text-align: center;
  border-radius: 100%;
}

.profile-details table tbody tr th i {
  font-size: 18px;
  vertical-align: inherit !important;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #cccccc;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #faffff;
}
.table .thead-dark th {
  border-color: #555;
  background-color: #555;
}
.upload-pic {
  text-align: center;
  margin: 10px 0;
}
#upload_link {
  text-decoration: none;
}
#upload {
  display: none;
}

.ui-datepicker {
  width: 100%;
}
.ui-widget-header {
  border: 0;
  background: var(--p-dark);
  color: #fff;
  font-weight: bold;
  border-radius: 0 !important;
  padding: 7px 0 !important;
}
.ui-widget-header .ui-icon {
  background-image: url(../images/ui-icons_ffffff_256x240.png) !important;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  margin-top: -3px;
}
.ui-widget.ui-widget-content {
  border: 0;
  padding: 0;
}
.ui-datepicker th {
  padding: 0.7rem;
  background: #212529;
  color: #fff;
}
.ui-datepicker td span,
.ui-datepicker td a {
  padding: 0.5rem;
  text-align: center;
  font-weight: 600 !important;
}
.ui-datepicker td > a {
  border: 0 !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: var(--p-color) !important;
  color: #fff !important;
  border-radius: 2%;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background: var(--p-color) !important;
  color: #fff !important;
  border-radius: 2%;
}
.ui-datepicker .ui-datepicker-title select {
  background: var(--p-dark) !important;
  border: 0 !important;
  color: #fff;
}
.ui-datepicker .ui-datepicker-title select:focus {
  border: 0;
  outline: 0;
  box-shadow: none;
}
.notation ul {
  list-style-type: none;
}
.notation ul li {
  margin-right: 7px;
}
.notation ul li > span {
  width: 12px;
  height: 12px;
  line-height: 12px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: 100%;
}
.notation ul li > a {
  color: #212529;
  font-weight: 600;
  margin-left: 3px;
}
/*-DatePicker-*/
.bootstrap-datetimepicker-widget {
  font-size: 14px !important;
}
.bootstrap-datetimepicker-widget table th {
  line-height: 25px;
  height: 25px;
}
.bootstrap-datetimepicker-widget table td {
  padding: 3px;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 2px 2.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 5px;
  width: auto;
  min-width: 12rem;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover,
.bootstrap-datetimepicker-widget table td span.active {
  background: var(--p-color);
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  border: 1px solid #dee2e6;
}
.bootstrap-datetimepicker-widget .timepicker table td,
.bootstrap-datetimepicker-widget .timepicker table th {
  border: 0 !important;
}
.bootstrap-datetimepicker-widget .timepicker table td {
  padding: 0;
}
.ap-layout-popup .ap-cont {
  width: 90%;
}