/* Main CSS for Geekturf */
/*-----------------------------*/
/** GLOBAL REUSABLE CLASSES**/
/*-----------------------------*/
@import url('http://fonts.cdnfonts.com/css/proxima-nova-2');
body {
    font-family: 'Proxima Nova', sans-serif;
}
header.header-mobile.d-block.d-lg-none {
    background: #00a350;
}
table.dataTable.no-footer {
    border-bottom: none;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 5px 10px;
    border-bottom: none;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 5px 10px;
    border-bottom: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #333 !important;
    border: none;
    background-color: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
    background: white;
    background: white;
    background: white;
    background: white;
    background: white;
    border-radius: 10px;
    padding: 2px 15px;
}
.nav-cont {
    padding-left: 1vw;
    list-style: none;
    border-top: 1px solid #ffffff;
    /* -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1); */
}

.nav-cont:hover {/* 
    color: white !important;
    background: #739122;  */
    cursor: pointer;
}

.navbar-sidebar {
     padding: 0px; 
    padding-bottom: 0;
}

.white-cont {
    padding: 10px;
    background: white;
    border-radius: 3px;
    min-height: 100px;
}

.mt {
    margin-top: 1vh;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 5px 10px;
    border-bottom: 1px solid lightgray;
}

.btn-primary {
    color: white !important;
    background: #363636;
    border: none;
}

.btn-primary:hover {
    background: #383838 !important;
}

.login-content {
    background: #fff;
    color: black;
    padding: 2vw 2vw;
    border: 1px solid #e8e8e8;
    border-radius: 0px;
}

.header-desktop3 {
    background: #212121;
}

.account-wrap {
    position: relative;
    right: 20px;
}

.page-content--bgf7 {
    background: #fff;
    min-height: 100vh;
    position: relative;
    
    padding-top: 20px;
}
.tc-footer {
    display: inline-flex;
}
.footer {
   /*  margin: 0px 10vw;  */
    padding: 2vw 5vw;
background: rgb(242,242,242);
}

.ft-cont {
width: 100%;
bottom: 0px;
}
.ft-link {
    color: gray;
}

.ft-ul {
    list-style: none;
}

a.header-item {
    color: white;
    padding: 10px 20px;
    margin: 0px -35px;
    border-radius: 5px;
    font-size: 1em;
}
.header-item:hover {
    cursor: pointer;
    background: gray;
    
}

.dyn-cont {
    padding: 1vw 5vw;
    margin-bottom: 32vh;
}

.test_div {
    background: red;
    color: white;
}
/* 
.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
  }
  .custom-file-input::before {
    content: 'Select some files';
    display: inline-block;
    background: linear-gradient(top, #f9f9f9, #e3e3e3);
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
  }
  .custom-file-input:hover::before {
    border-color: black;
  }
  .custom-file-input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
  } */

  .main-content {
    margin-left: 2vw;
}

.color-orange {
    color: #FF6700 !important;
}

.card {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: none;
    color: #848484;
}


table#t1 {
    font-size: .9em;
}

div#t1_filter {
}

.table-v1 > thead {
    background-color: #eaeaea;
    color: #383838;
}

.card-body {
    font-size: .9em;
}