@import url(./select2.css);

html {
  overflow-y: scroll;
}

body {
  font: 100% Poppins, sans-serif;
  background: #242935;
}

a {
  color: #5780f7;
}
a i:hover {
  color: #3d4352;
}
a i:active {
  color: #3d4352;
}
a i:visited {
  color: #3d4352;
}
a i:focus {
  color: #3d4352;
}

li {
  color: #747985;
}

select, option {
  -webkit-appearance: none;
}

.pointer {
  cursor: pointer;
}

label {
  color: #747985;
}

.lang-label {
  margin-top: 5px;
}

.map-border {
  background: #1F2431;
  padding: 10px;
}

.map-bg {
  background-color: #242935;
  border-top: 1px solid #1F2431;
  border-right: 1px solid #1F2431;
}

/*   Fade in   */
/*   --------------------------------------------------------------------------------------------------------------  */
.fade-in {
  animation: fadeIn ease 2s;
  -webkit-animation: fadeIn ease 2s;
  -moz-animation: fadeIn ease 2s;
  -o-animation: fadeIn ease 2s;
  -ms-animation: fadeIn ease 2s;
}
@keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*   Spinner   */
/*   --------------------------------------------------------------------------------------------------------------  */
@keyframes spinner-border {
  to { transform: rotate(360deg); }
}

.spinner-border {
  display: inline-block;
  width: 7px;
  height: 7px;
  vertical-align: text-bottom;
  border: 2px solid #eb3f3f;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 1.3s linear infinite;
  margin-bottom: 10px;
}

.spinner-border-sm {
  width: 2px;
  height: 2px;
  border-width: 1px;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 7px;
  height: 7px;
  vertical-align: text-bottom;
  background-color: #eb3f3f;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 1.3s linear infinite;
}

.spinner-grow-sm {
  width: 2px;
  height: 2px;
}

.help {
  font-size:150%;
  margin-right:7px;
}

/*   Navbar - User Image   */
/*   --------------------------------------------------------------------------------------------------------------  */
.navbar-nav > .user-menu .user-image {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: 5px;
}

/*   Mini Header / Breadcrumb / Page Link  */
/*   --------------------------------------------------------------------------------------------------------------  */
.mini-header {
  width: 100%;
  /*display: block;*/
  position: relative;
  border-radius: 4px;
  z-index: 1;
  height: 100px;
  /*background: url(http://localhost/zday4/assets/admin/lime/images/mini-header_dark.jpg) center center no-repeat;*/
  /*background-size: cover;*/
  margin-bottom: 20px;
}

.breadcrumb-mh {
  background: transparent;
  padding: 15px 15px 0 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  list-style: none;
  border-radius: .25rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #f2f2f2;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #242935;
  border-color: #3d4352;
}

.page-badge {
  font-size: 85%;
  font-weight: 300;
  padding: 7px;
  opacity: 0.85;
}

.mh-color {
  color: #f2f2f2;
}

.footer-text {
  color: #747985;
}

/*   Mini Header Frontend / Breadcrumb / Page Link  */
/*   --------------------------------------------------------------------------------------------------------------  */
.profile-header .profile-img img {
  width: 120px;
  height: 120px;
  border-radius: 120px;
  border: 5px solid #2C3041;
}
.profile-cover {
  width: 100%;
  display: block;
  position: relative;
  border-radius: 4px;
  z-index: 1;
  height: 150px;
  background: url(/assets/frontend/images/header/mini-header-150.png) center center no-repeat;
}
.profile-cover:after {
  display: block;
  content: ' ';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 6px;
  background: none;
}

/*   Nav Pills   */
/*   --------------------------------------------------------------------------------------------------------------  */
.nav-pills .nav-link.active {
  background-color: #5780f7;
}

.nav-link:hover {
  color: #5780f7;
}

/*   Tables & Datatables */
/*   --------------------------------------------------------------------------------------------------------------  */
.table * {
  border-color: #242935 !important;
  font-size: 13px;
}
.table * .badge {
  font-size: 75%;
}
.table * .nav-link:hover {
  color: #747985;
}
.table * .nav-link i {
  font-size: 21px;
}
.table * .nav-link i:hover {
  color: #747985;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #292e3e;
}

.table td {
  padding: 12px 20px;
  vertical-align: middle;
}

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 20px 0 !important;
}

.table-borderless thead {
  border-bottom: 1px solid #262b35 !important;
}

table.dataTable td, table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  font-size: 100% !important;
  vertical-align: middle;
}

.dataTables_info {
  color: #747985;
}

/*   Social Media   */
/*   --------------------------------------------------------------------------------------------------------------  */
.social-media-list .social-media-item {
  border-bottom: 1px solid #262b35;
}

.social-media-item .social-icon i {
  margin-top: 13px;
}

.social-media-item .ticket-text {
  display: block;
  float: left;
  padding: 5px 10px;
  width: calc(100% - 50px);
}
.social-media-item .ticket-text p {
  margin-bottom: 2px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #747985;
  font-size: 12px;
}
.social-media-item .ticket-text span {
  font-size: 75%;
}
.social-media-item .news-title {
  margin-bottom: 2px;
  font-size: 14px;
  color: #747985;
  display: block;
  float: left;
  padding: 5px 10px;
  width: calc(100% - 50px);
}
.social-media-item .news-text {
  display: block;
  float: left;
  padding: 5px 10px;
  width: calc(100% - 50px);
}
.social-media-item .news-text span {
  margin-bottom: 2px;
  color: #747985;
}

.info-text {
  padding: 20px 40px;
}

/*   Section   */
/*   --------------------------------------------------------------------------------------------------------------  */
h3.section-title:before {
  content: ' ';
  border-radius: 5px;
  height: 8px;
  width: 30px;
  background-color: #5780f7;
  display: inline-block;
  float: left;
  margin-top: 7px;
  margin-right: 15px;
}

.section-title {
  font-size: 18px;
  position: relative;
  margin: 30px 0 25px 0;
  color: #747985;
}

/*   Card   */
/*   --------------------------------------------------------------------------------------------------------------  */
h5.banner-card-title:before {
  content: ' ';
  border-radius: 5px;
  height: 8px;
  width: 30px;
  background-color: #5780f7;
  display: inline-block;
  float: left;
  margin-top: 6px;
  margin-right: 15px;
}

.banner-card-title {
  font-size: 16px;
  color: #747985 !important;
  position: relative;
  margin: 0 0 20px 0;
}

.card .card-body-statistic {
  padding: 25px 45px;
}

/*   Form Control   */
/*   --------------------------------------------------------------------------------------------------------------  */
.form-control {
  background: #242935;
  border-color: #3d4352;
}
.form-control[readonly] {
  background-color: #242935;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(3rem + 2px);
}

/*   Scrollbar   */
/*   --------------------------------------------------------------------------------------------------------------  */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #3d4352;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: #5780f7;
}

/*   Alignment                                                                                                       */
/*   -------------------------------------------------------------------------------------------------------------   */
.left {
  float: left;
}

.text-left {
  text-align: left;
}

.right {
  float: right;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.clear {
  clear: both;
}

.text-white {
  color: #f2f2f2;
}

.text-grey {
  color: #747985;
}

.post-comments .post-comm .comment-container span.comment-author small {
  color: #747985;
}

.post-comments {
  border: none;
  padding-top: 0;
}

/*   Background                                                                                                      */
/*   -------------------------------------------------------------------------------------------------------------   */
.bg-light {
  background-color: #202431 !important;
}

.btn.btn-light, .badge.badge-light, .btn.btn-dark {
  background: #3d4352;
  color: #9ba0ab;
}

.badge.badge-gray {
  background: #1F2431;
}

.bg-primary {
  background-color: #17a2b8;
}

.btn.btn-primary {
  background: #17a2b8;
}
.btn.btn-primary:hover {
  background: #5160d0 !important;
}
.btn.btn-primary:visited {
  background: #17a2b8;
}

/*   -------------------------------------------------------------------------------------------------------------   */
/*   Plugins                                                                                                         */
/*   -------------------------------------------------------------------------------------------------------------   */
/*   Summernote   */
/*   -------------------------------------------------------------------------------------------------------------   */
.note-toolbar .note-dropdown-menu {
  min-width: 180px !important;
}

.note-editor.note-frame {
  border: 1px solid #3d4352 !important;
  border-radius: 4px;
}
.note-editor.note-frame .note-editing-area .note-editable {
  background-color: #242935 !important;
  color: #838d91 !important;
}
.note-editor.note-airframe {
  border: 1px solid #3d4352 !important;
  border-radius: 4px;
}
.note-editor.note-frame .note-statusbar {
  background-color: #242935 !important;
  border-top: 1px solid #242935 !important;
}

.note-toolbar i, .note-toolbar span {
  color: #747985 !important;
}

.dropdown-toggle::after {
  display: none;
}

.note-btn {
  background: #242935;
}

/*   Datepicker    */
/*   -------------------------------------------------------------------------------------------------------------   */
.datepicker-days {
  color: #495057 !important;
}

/* Image Input Theme Switcher Profile */
.input-hidden {
  position: absolute;
  left: -9999px;
}

input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

input[type=radio]:checked + label > img {
  overflow: hidden;
  padding: 5px;
  position: relative;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
input[type=radio]:checked + label > img {
  overflow: hidden;
  padding: 5px;
  background: #6777ef;
  position: relative;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
input[type=radio] + label > img {
  width: 200px;
  /*transition: 500ms all;*/
  overflow: hidden;
  padding: 5px;
  background: rgba(55, 65, 77, 0.4);
  position: relative;
  border-radius: 4px;
}

/*   Tagsinput                                                                                                       */
/*   -------------------------------------------------------------------------------------------------------------   */
.bootstrap-tagsinput {
  background: #242935 !important;
  border: 1px solid #3d4352 !important;
  box-shadow: none !important;
  display: inline-block;
  padding: 6px !important;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  width: 100%;
  line-height: 22px;
  cursor: text;
}
.bootstrap-tagsinput .tag {
  margin-right: 1px;
  color: white;
  background: #5780f7;
  border-radius: 3px;
  padding: 4px 8px;
}
.bootstrap-tagsinput input {
  padding: 3px !important;
}

/*# sourceMappingURL=custom.css.map */
