/* ---------------------------------------------------
GENERAL BASE STYLES
----------------------------------------------------- */
*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
a {
text-decoration: none !important;
}
html, body {
background: #f2f2f2;
}
a.clickme {
color:#1C1CBC;
}
.icon-overlay {
position: absolute;
right: 5px;
top: 5px;
opacity: 0.86;
}
th {
font-size:12px;
font-weight:semibold;
color: #4A4A4A;
text-transform:uppercase;
}
.table thead th {
min-width: 110px;
}
thead {
background: #f2f2f2;
}
.table td, .table th {
padding:15px;
border-top: 0px solid #E6E6E6;
}
.table thead th {
border-bottom:0;
}
.table td {
color: ##5f5f5f;
}
a.clickme:hover {
color:#5151E9;
}
.slicer {
font-size:14px;
}
.breadcrumb {
background-color: #fbfbfb;
border: 1px solid #eaeaea;
}
li.breadcrumb-item.active{
color: #717171;
background-color: #757575;
background-color: rgba(255, 255, 255, 0.1);
transition: ease-in 0.2s ease-out;
}
li.breadcrumb-item > a {
color: #1374e4;
}
.breadcrumb-item + .breadcrumb-item::before {
display: inline-block;
padding-right: .5rem;
color: #6c757d;
content: "›";
}
li.active::after {
content: '';
}
.shadow-on-hover:hover {
webkit-box-shadow: 0px 5px 6px 3px rgba(242,242,242,1) !important;
-moz-box-shadow: 0px 5px 6px 3px rgba(242,242,242,1) !important;
box-shadow: 0px 5px 6px 3px rgba(242,242,242,1) !important;
transition: 400ms ease;
}
.bottom-shadow-on-hover:hover {
-webkit-box-shadow: 0px 5px 5px 0px rgba(196,196,196,1);
-moz-box-shadow:  0px 5px 5px 0px rgba(196,196,196,1) !important;
box-shadow:  0px 5px 5px 0px rgba(196,196,196,1) !important;
transition: 400ms ease-out;
}
.top-right-icon {
position: absolute;
right: 20px;
top: 10px;
}
div.card.bg-white.noshadow.bottom-shadow-on-hover:hover > a > div.icon-overlay.text-right > i.see-through-sm {
transform: scale(0.9);
transition: 200ms ease;
}
.noborder {
border: 0 !important;
}
.bball {
display: inline-flex;
width: 25px;
height: 25px;
border-radius: 50%;
background-color: #2CC338;
border: 3px solid #ededed;
flex-direction: row;
justify-content: center;
align-items: center;
transition: all .5s ease-in-out;
}
td a.importantlink {
color: #1980ec;
font-size:14px;
}
a.importantlink {
color: #1980ec;
}
.flex {
display:flex;
}
.space-between {
justify-content: space-between;
}
.space-around {
justify-content: space-around;
}

.c18-card-dob {
font-size:15px;
font-weight: lighter;
}

.flexdesktop {
display:flex;
}

.noshadow {
box-shadow: none !important;
}

.select2-selection--multiple .select2-search--inline .select2-search__field {
width: auto !important;
}

.select2 .select2-container .select2-container--default .select2-container--focus {
width:auto !important;
}

.nowrap {
flex-wrap: nowrap;
}

.mainimg {
width: auto;
height: 100px;
object-fit: contain;
}

.nomargin {
margin:0 !important;
}

.nopadding {
padding:0;
}

.c18-spantoend {
grid-column-start:3;
grid-column-end: 5;
}

.c18-grid-title {
font-weight:bold;
}

.c18-gr.id-edit {
text-align:right;
font-size:0.75em;
}

tr {
border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.item {
background: #fff;
border-radius: 5px;
}

.bordered td, .bordered th {
/*border: 1px solid #7777771a;
*/
}
.fancybg {
background-image: url('https://i.imgur.com/k80a75o.png');
box-shadow: inset 0 0 0 2000px rgba(255, 255, 255, 0.3);
}
.memberpic {
border-radius: 50px;
height: 100px;
width: 100px;
object-fit: cover;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.c18-info_title {
font-weight: bold;
}
table thead tr th {
color:#777;
}
/*table tr:last-child > td {
border-bottom: 1px solid #fff;
}*/
table {
background: white;
}
.table-responsive {
padding:0 1rem;
}
.c18-delete_btn i {
float:none;
margin:0;
}

.pagination {
margin: 0.5em 0;
flex-wrap: wrap;
}
}
.collection {
margin: 10px 0;
border-radius: 3px;
padding:15px;
box-shadow: 0 1px 2px 0 rgba(206, 206, 206, 0.4);
transition: box-shadow 0.28s cubic-bezier(0.4,0,0.2,1);
}

.collection:hover {
box-shadow: 0 4px 10px 0 rgba(206, 206, 206, 0.8)
}
.c18-hide-on-desktop{
display:none;
}

.c18-userpic {
border: 2px solid #e1e1e3;
height: 65px;
position: absolute;
left: 30px;
}

.c18-cathead {
padding:0 15px;
/*border-top: 1px solid #f0f0f0;*/
}

.c18-cathead a {
font-weight: normal;
font-size: 0.75em;
}

.c18-button {
display:table;
}

.sideperson {
padding:10px 0 5px 5px;
}

.c18-top-name {
font-size: 10px;
padding-right: 1em;
color: #888;
text-transform: uppercase;
}
.showme{
display: none;
}
.showhim:hover .showme{
display : block;
}

.member-brackets {
text-align: center;
width: 1.25em;
color: #1980ec;
font-size: 18px;
}

.btn-group-sm > .btn, .btn-sm {
align-self: center;
}

.category-title {
text-transform: uppercase;
color: gray;
font-size: 12px;
}

.fa-disabled {
color: gray;
}

.yolocontainer {
padding: 0;
font-size: 14px;
line-height: 2.3;
}

.fa-ellipsis-v {
color:#747474;
}

/*hide all breadcrumbs*/
.breadcrumb {
display: none;
}

.c18-roundmeup {
display: inline-flex;
padding: 0;
color: #888;
font-size:12px;
border: 4px solid #fff;
}

.categories-wrapper {
justify-content: center;
flex-wrap: wrap;
}

.light-bd {
border: 1px solid #eaeaea !important;
}

.member-stats {
font-size:15px;
}

.charge-data {
background: #fbfbfb;
padding: 1em;
border: 1px solid #eaeaea;
border-radius: .25rem;
}

ul.pl-4 > li {
line-height:1.75;
}

.c18-sec-title {
/*font-size: 20px;*/
font-size: 24px;
font-weight: bold;
display: flex;
flex-direction: column;
align-self: center;
margin: 0;
padding-bottom: 15px;
}

.card-title {
margin-bottom:.5rem;
}

.alert-light {
display: none;
}

.card {
webkit-box-shadow: 0px 5px 6px 3px rgba(242,242,242,1);
-moz-box-shadow: 0px 5px 6px 3px rgba(242,242,242,1);
box-shadow: 0px 5px 6px 3px rgba(242,242,242,1);
border:1px solid #ececec;
}

.hideondesktop {
display:none;
}

/*
SEARCH RESULT BADGES!
*/
.betheball {
width: 20px;
height: 20px;
margin: 2.5px;
opacity: 0.95;
box-shadow: 1px solid white;
}
.columndesktop {
flex-direction:column;
}
.roundicon {
display: inline-block;
border-radius: 60px;
padding: 0.5em 0.6em;
font-size: 10px;
}
.sm-card-body {
padding:5px;
}
.result-container {
padding-left:5px;
}
.rip {
background:#474747;
color:white;
border-radius: 60px;
}
.afk {
background:#959595;
color:white;
border-radius: 60px;
}
.delinquent {
background:#ff3535;
color:white;
border-radius: 60px;
}
.okdude {
background:#40c258;
color:white;
border-radius: 60px;
}
/*
SIDENAV START
*/
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
font-family: 'Poppins', sans-serif;
/*background: #fafafa;*/
}
p {
font-family: 'Poppins', sans-serif;
font-weight: 300;
}
a,
a:hover,
a:focus {
color: inherit;
text-decoration: none;
transition: all 0.3s;
}
.navbar {
padding: 15px 10px;
background: #fff;
border: none;
border-radius: 0;
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
z-index: 9;
}
.navbar-btn {
box-shadow: none;
outline: none !important;
border: none;
}
.line {
width: 100%;
height: 1px;
border-bottom: 1px dashed #ddd;
margin: 40px 0;
}
i,
span {
display: inline-block;
}
/* ---------------------------------------------------
SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
display: flex;
align-items: stretch;
}
#sidebar {
min-width: 250px;
max-width: 250px;
background: #024081;
color: #fff;
transition: all 0.3s;
}
#sidebar .sidebar-header {
padding: 20px;
background: #013061;
}
#sidebar.active {
min-width: 80px;
max-width: 80px;
text-align: center;
}
#sidebar.active .sidebar-header h3,
#sidebar.active .CTAs {
display: none;
}
#sidebar.active .sidebar-header strong {
display: block;
}
#sidebar ul li a {
text-align: left;
}
#sidebar.active ul li a {
padding: 20px 10px;
text-align: center;
font-size: 0.9em;
}
#sidebar.active ul li a i {
margin-right: 0;
display: block;
font-size: 1.8em;
margin-bottom: 5px;
}
#sidebar.active ul .sideperson .text-center a .memberpic {
display: block;
margin: 0 auto;
}
#sidebar.active ul ul a {
padding: 10px !important;
}
#sidebar.active .dropdown-toggle::after {
top: auto;
bottom: 10px;
right: 50%;
-webkit-transform: translateX(50%);
-ms-transform: translateX(50%);
transform: translateX(50%);
}
.userdata {
padding: 10px 2px;
text-align: center;
font-size: 0.78rem;
font-weight: lighter;
}
.userdata .fullname {
font-weight: bold;
font-size: 14px;
}
#sidebar .sidebar-header strong {
display: none;
font-size: 1.8em;
}
#sidebar ul.components {
padding:0 0 20px 0;
border-bottom: 1px solid #fff;
}
#sidebar ul li a {
padding: 10px;
font-size: 1.1em;
display: block;
}
#sidebar ul li a:hover {
color: #013061;
background: #fff;
}
#sidebar ul li a i {
margin-right: 10px;
}
#sidebar ul li.active>a,
a[aria-expanded="true"] {
color: #fff;
background: #6d7fcc;
border-left: 3px solid white;
}
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: 30px !important;
background: #6d7fcc;
}
ul.CTAs {
padding: 20px;
}
ul.CTAs a {
text-align: center;
font-size: 0.9em !important;
display: block;
border-radius: 5px;
margin-bottom: 5px;
}
a.download {
background: #fff;
color: #024081;
}
a.article,
a.article:hover {
background: #6d7fcc !important;
color: #fff !important;
}
/* ---------------------------------------------------
CONTENT STYLE
----------------------------------------------------- */
#content {
width: 100%;
padding: 20px;
min-height: 100vh;
transition: all 0.3s;
}
.kehile-title {
font-weight: 500;
text-shadow:2px 3px #27272780;
}
.kehile-header {
background: #156ac6;
color: #fff;
position: relative;
border-radius: 2px 2px 0 0;
border-bottom: 5px solid #fff;
}
.fa-4x {
color: #006ee4;
}
.kehile-bg::before {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
content: '';
background: url('https://i.imgur.com/K7YnpOp.jpg');
background-position-x: 0%;
background-position-y: 0%;
background-size: auto auto;
background-position: 50%;
background-size: cover;
-webkit-filter: blur(10px);
filter: blur(10px);
transform: scale(1.1);
opacity: 1;
}
/* ---------------------------------------------------
NAVBAR
----------------------------------------------------- */
.nav-icon {
font-size: 1.3em;
color: #1374e4;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
color: rgb(24, 85, 156);
}
.kehile-subtitle {
max-width: 60%;
font-size: 18px;
line-height: 1.8;
}
.navbar-light .navbar-nav .nav-link {
color: #888;
text-transform: uppercase;
font-size: 12px;
font-weight: 600;
}
/* ---------------------------------------------------
COLLAPSES
----------------------------------------------------- */
.collapsible {
background-color: #f2f2f2;
cursor: pointer;
width: 100%;
border: none;
text-align: left;
outline: none;
color: #717171;
font-weight:500;
text-transform: uppercase;
font-size: 14px;
padding: 15px;
border-bottom:1px solid rgba(0, 0, 0, 0.09);
}
.active, .collapsible:hover {
color: #717171;
background-color: #757575;
background-color: rgba(0,0,0,.075);
transition: ease-in 0.2s ease-out;
}
.collapsible:after {
content: '\002B';
color: #1980ec;
font-weight: bold;
float: right;
margin-left: 5px;
}
.active:after {
content: "\2212";
}
.content {
padding: 0 18px;
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
background-color: #f1f1f1;
}
td {
vertical-align: middle !important;
}
.c18-sec-title--block {
  display: block;
}
/* ---------------------------------------------------
MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
  #sidebar {
  min-width: 80px;
  max-width: 80px;
  text-align: center;
  margin-left: -80px !important;
  }
  .dropdown-toggle::after {
  top: auto;
  bottom: 10px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  }
  #sidebar.active {
  margin-left: 0 !important;
  }
  #sidebar .sidebar-header h3,
  #sidebar .CTAs {
  display: none;
  }
  #sidebar .sidebar-header strong {
  display: block;
  }
  #sidebar ul li a {
  padding: 20px 10px;
  }
  #sidebar ul li a span {
  font-size: 0.85em;
  }
  #sidebar ul li a i {
  margin-right: 0;
  display: block;
  }
  #sidebar ul ul a {
  padding: 10px !important;
  }
  #sidebar ul li a i {
  font-size: 1.3em;
  }
  #sidebar {
  margin-left: 0;
  }
  #sidebarCollapse span {
  display: none;
  }

}
/* ---------------------------------------------------
MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
  #sidebar {
  margin-left: -250px;
  }
  #sidebar.active {
  margin-left: 0;
  }
  #content {
  width: 100%;
  }
  #content.active {
  width: calc(100% - 250px);
  }
  #sidebarCollapse span {
  display: none;
  }
  #sidebar.active {
  min-width: 150px;
  max-width: 150px;
  text-align: center;
  }
  .hideondesktop {
  display:block;
  }
}
@media (max-width: 1580px) {
  .sm-block {
  display:block;
  }
}
@media (max-width: 920px) {
  .kehile-title {
  font-size:2.2em;
  }
  .kehile-subtitle {
  max-width: 100%;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 1em;
  }
  .fa-4x {
  /*font-size: 2em;*/
  }
  .columndesktop {
  flex-direction:row;
  }
  .memberpic {
  display:none;
  }
  .flex {
  display:flex;
  }
  .flexdesktop {
  display:block;
  text-align:center;
  }
  .nomarginmobile {
  margin: 0
  }
  .padding-sm {
  padding:15px 0;
  }
  .flexcenter-sm {
  justify-content:center !important;
  }
  .mainimg-sm {
  height: 90px;
  object-fit: contain;
  width: auto;
  border-radius: 50%;
  }
  .sidesearch div input {
  width:80% !important;
  }
  .userdata .fullname {
  font-size:1.2em;
  }
  .sidebar-header {
  display: none;
  }
  .bordered td, .bordered th {
  border: 0 !important;
  }
  }
  .c18-fullwidth-mobiles {
  width: 100%;
  }
  .c18-delete_btn {
  float:none;
  }
  .c18-hide-on-desktop{
  display:block;
  }
  .flexmobile {
  display:flex;
  }
  .c18-hide-on-mobile {
  display:none;
  }
}
