@charset "UTF-8";
/* CSS Document */
*{
    margin:0;
    padding:0;
    font-family: 'Montserrat', sans-serif;
}
*:focus{
    outline: none;
}

body {
    font-size: 14px;
    background: url('../../assets/images/oaklandroots.svg')
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.header{
    width: 100%;
    height: 5.3em;
    background-color: #E9EBE8;
    border-bottom: 3px solid #4fbc26;
}
.logo{
    width: 100%;
    height: auto;
    padding-top: 0.1em;
}
.username{
    font-size: 14px;
    /* font-weight: 500; */
    width: auto;
    height: auto;
    text-align: right;
    margin:auto;
}
.username a{
    text-decoration:none;
}
.content{
    margin-top: 3em;    
    margin-left: 3em;
    margin-right: 3em;
}
.mainheading{
    text-align: center;
    font-size: 1.5em;
    font-weight:800;
}
.text-field{
    width: 100%;
    height: 2.5em;
    margin-top: 0.5em;
    border: solid 1px #888888;
    padding-left: 0.5em;
    background: #ffffff;
}
.textarea-field {
    width: 100%;
    height: 165px !important;    
    margin-top: 0.5em;
    border: solid 1px #888888;
    padding-left: 0.5em;
    resize: none;
}

.checkbox-field {   
    margin-right: 1em;
}

.cmnt{
    width: 100%;
    height: 3em;
    margin-top: 1em;
    border: solid 1px #888888;
    padding-left: 1em;
    resize: none;
    padding-top: 0.7em;
}
::-webkit-input-placeholder{
    font-size: 14px;
    font-weight: 500;
    color: #646963;
}
.checkbox{
    width: 100%;
    margin-top: 1em;
    cursor: pointer;
}
.checkboxname{
    font-size: 14px;
    font-weight: 500;
    color: #646963;
    float: left;
}
.d-check{
    display: none;
}
.check{
    width: 1.5em;
    height: 1.5em;
    background-color: #FFFFFF;
    border: solid 1px #888888;
    float: right;
}
.checkmark{
    display: none;
}
.checkmark img{
    padding-bottom: 3px;
    padding-left: 2px;
}
.checkbox input:checked + .checkmark{
    display: block;
}

.green_btn{
    height: 2em;
    background-color: #4FBC26;
    font-size: 14px;
    color: #FFF;
    border: none;
    border-radius: 0px;
}

.bigbtn{
    width: 100%;
    height: 2.5em;
    background-color: #4FBC26;
    font-size: 1.25em;
    color: #FFF;
    border: none;
    border-radius: 0px;
    margin-top: 1em;
    margin-bottom: 1em;
}
.drpdn{
    width: 100%;
    height: 3em;
    background-color: #FFFFFF;
    border: solid 1px #888888;
    border-radius: 0px;
    padding-left: 1em;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("img/icon-drpdn.png" );
    background-repeat: no-repeat;
    background-position: right;
    font-size: 14px;
    font-weight: 500;
    color: #646963;
    margin-top: 1em;
}
.popup{
    width: 100%;
    height: auto;
    background-color: #CFD0CE;
    margin-top: 5em;
}
.subheading{
    font-size: 1.5em;
    font-weight:800;
    padding-top: 1em;
    text-align: center;
}
.smlbtn{
    width: 100%;
    height: 3.125em;
    background-color: #4FBC26;
    font-size: 1.25em;
    font-weight: 800;
    color: #FFFF44;
    border: none;
    border-radius: 0px;
    margin-top: 1em;
    margin-bottom: 1em;
}

.minibtn{
    padding: 5px;
    height: 2em;
    background-color: #4fbc26;
    font-size: 11px;
    font-weight: 500;
    color: #ffffff;
    border: none;
    border-radius: 0px;
    line-height: 10px;
}

/* Extra small devices (portrait phones, less than 576px)*/
/* No media query for `xs` since this is the default in Bootstrap*/

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
}

@media only screen and (max-width: 600px) {
    .signout-section {
        display: none;
    }

    .mobile-signout {
        display: block !important;
        float: right;
        position: absolute;
        right: 20px;
        top: -10px;
    }

    .col-12 .pageheading {
        font-size: 19px;
        text-align: center;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    /* .logo{
        padding-top: 2.3em;
    }
    .username{
        padding-top: 2.5em;
    } */
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}

.header .row {
    padding-top: 4.23px;
}

a.signout_btn {
    margin-right: 5px;
    display: inline-block;
}

.v-middle {
    margin: auto;
}

.mx-2.text-right {
    flex-grow: 1;
}

.font-bold {
    font-weight: 700;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    /* margin-top: 10px; */
}

.nav ul {
    list-style: none;
    background-color: #3b3b3b;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.nav li {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    border-bottom: 1px solid #888;
    width: 175px;
    display: inline-block;
}

.nav a {
    text-decoration: none;
    color: #fff;
    display: block;
    transition: .3s background-color;
}

.nav a.active {
    background-color: #4fbc26;
    color: #fff;
    cursor: default;
}

table.dataTable thead {
    background-color: #3b3b3b;
    color: white;
}

table.dataTable th {
    border-top: 3px solid #4fbc26;
    height: 30px;
    line-height: 30px;
    /*text-align: center;*/
}

/*table.dataTable td {
    text-align: center;
}*/

.mdbtn-black {
    background-color: #3b3b3b;
    color: #fff !important;
    padding: 5px 15px;
    text-align: center;
    width: auto;
    height: 35px;
    line-height: 26px;
    border: none;
}

.mdbtn-theme, .swal-button {
    background-color: #4fbc26 !important;
    color: #fff !important;
    padding: 5px 15px;
    text-align: center;
    width: auto;
    height: 35px;
    line-height: 26px;
    font-weight: 500;
}

.pageheading{
    font-size: 1.5em;
    font-weight:800;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #4fbc26 !important;
    color: #ffffff !important;
    border: none !important;
    /* border: 1px solid #3b3b3b !important; */
    background-color: #4fbc26 !important;
}

div .odd {
    background-color: #f9f9f9;
}

.modal-header {
    background-color: #E9EBE8;
    border-top: 5px solid #4fbc26;
}

.modal-body h5 {
    background-color: #3b3b3b;
    padding: 10px;
    margin-bottom: 0;
    border-top: 3px solid #4fbc26;
    color: #ffffff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

#add_project_form .row.pl-3 {
    background-color: #3b3b3b;
    padding: 10px;
    margin-bottom: 0;
    border-top: 3px solid #4fbc26;
    color: #ffffff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    margin: 0;
}

#add_project_form #description {
    height: 120px !important;
}

/* Hamburger Menu */

.topnav {
    overflow: hidden;
    background-color: #3b3b3b;
}

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 14px;
}

/* .topnav a:hover {
    background-color: #ddd;
    color: black;
} */

.topnav a.active {
    background-color: #4fbc26;
    color: white;
}

.topnav .icon {
    display: none;
}

@media screen and (max-width: 600px) {
    .topnav a {display: none;}
    .topnav a.icon {
        float: right;
        display: block;
    }

    .navbar-collapse {
        position: absolute;
        right: 25px;
        top: 25px;
        background-color: white;
    }

    /* .navbar-collapse a:first-child {
        text-align: center;
        width: 200px;
    } */

    .dropdown-toggle {
        text-align: center;
        width: 200px;
    }

    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

.mobile-signout a {
    font-size: 20px;
    color: #3b3b3b;
}

.swal-button {
    border-radius: 0;
}

.swal-footer {
    text-align: center !important;
}

.swal-button:focus {
    outline: none;
    box-shadow: none;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #4fbc26 !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #3b3b3b;
}

.dropdown-menu {
    font-size: 14px;
}