/* ------------------------------------------ */
/****************** General *******************/
/* ------------------------------------------ */
* {
    margin: 0;
    padding: 0;
    font-family: 'Century Gothic', sans-serif; }

/* ------------------------------------------ */
/******************* Tags *********************/
/* ------------------------------------------ */
body {
    background-color: #EEFAFF; }

a {
    text-decoration: none; }

a:hover {
    text-decoration: none; }

/* ------------------------------------------ */
/****************** Class *********************/
/* ------------------------------------------ */
.container {
    width: 100%;
    padding-top: 40px;
    padding-right: 5%;
    padding-left: 5%;
    max-width: 1600px; }

.dashboard {
    width: 100%;
    min-height: 90vh;
    float: left;
    margin-bottom: 40px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75); }

.section {
    width: 100%;
    float: left;
    background-color: white; }

.article {
    width: 100%;
    float: left;
    padding: 5%;
    background-color: white; }

.footer{
    width: 100%;
    height: auto;
    float: left;
    color: white;
    padding: 0.5%;
    box-sizing: border-box; }

#cart {
    width: 450px;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.0);
    position: fixed;
    z-index: 103;
    right: -150%; }

.social-media {
    width: 60px;
    height: 230px;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 30%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #0b4f7e; }

.center {
    text-align-last: center; }

.back-space-title {
    padding: 5px;
    color: white;
    background-color: #0b4f7e; }

.box-shadow {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75); }

.input-style {
    width: 250px;
    padding: 5px;
    border: 2px #136ba8 solid;
    border-radius: 5px;
    text-align: center; }

.button-style {
    width: 100px;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 1.2em;
    background-color: #136ba8;
    border: 2px #136ba8 solid;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s; }

.button-create {
    width: 110px;
    color: white;
    padding: 5px;
    text-align: center;
    font-size: 1.1em;
    border-radius: 5px;
    border: 1px #28a745 solid;
    background-color: #28a745;
    cursor: pointer;
    transition: 0.5s; }

.button-create:hover {
    color: #28a745;
    border: 1px #28a745 solid;
    background-color: white; }

.button-update {
    width: 110px;
    color: white;
    padding: 5px;
    text-align: center;
    font-size: 1.1em;
    border-radius: 5px;
    border: 1px #00b9e7 solid;
    background-color: #00b9e7;
    cursor: pointer;
    transition: 0.5s; }

.button-update:hover {
    color: #00b9e7;
    border: 1px #00b9e7 solid;
    background-color: white; }

.button-delete {
    width: 110px;
    color: white;
    padding: 5px;
    text-align: center;
    font-size: 1.1em;
    border-radius: 5px;
    border: 1px #d50000 solid;
    background-color: #d50000;
    cursor: pointer;
    transition: 0.5s; }

.button-delete:hover {
    color: #d50000;
    border: 1px #d50000 solid;
    background-color: white; }

.button-done {
    width: 110px;
    color: white;
    padding: 5px;
    text-align: center;
    font-size: 1.1em;
    border-radius: 5px;
    border: 1px #28a745 solid;
    background-color: #28a745;
    cursor: pointer;
    transition: 0.5s; }

.button-done:hover {
    color: #28a745;
    border: 1px #28a745 solid;
    background-color: white; }

.button-cancel {
    width: 110px;
    color: white;
    padding: 5px;
    text-align: center;
    font-size: 1.1em;
    border-radius: 5px;
    border: 1px #d50000 solid;
    background-color: #d50000;
    cursor: pointer;
    transition: 0.5s; }

.button-cancel:hover {
    color: #d50000;
    border: 1px #d50000 solid;
    background-color: white; }

.title {
    font-size: 2em; }

.title-medium {
    font-size: 1.5em; }

.title-blue {
    font-size: 2em;
    color: #136ba8; }

.bg-color-blue{
    background-color: #136ba8; }

.min-h-90 {
    min-height: 90vh; }

.w-250 {
    width: 250px; }

#myTable_filter {
    width: 250px;
    float: right; }

#myTable_filter #label {
    width: 250px; }

#myTable_filter input[type=search] {
    width: 250px;
    border-radius: 5px; }

@media (max-width:1100px){
    .container {
        padding-left: 0%;
        padding-right: 0%; }

    .dashboard {
        margin-bottom: 0px; }
}

/* ------------------------------------------ */
/****************** Navbar ********************/
/* ------------------------------------------ */
@import url(https://weloveiconfonts.com/api/?family=fontawesome|typicons);
[class*="fontawesome-"]:before{
    font-family: 'FontAwesome', sans-serif; }

header{
    width: 100%;
    height: 47px;
    background: #fff;
    color: #000;
    position: fixed;
    z-index: 100;
    border-bottom: 1px #fff solid;
    border-top: 1px #fff solid;
    box-shadow: 0px 0.2px 0.6em gray; }

#navbar{
    float: right;
    margin-top: -43px; }

#navicon{
    float: right;
    margin-top: -43px;
    margin-right: 15px; }

#navicon img{
    width: 35px;
    margin-left: 5px; }

#menu-bar{
    display: none; }

header .logo{
    float: left;
    margin-top: 6px;
    margin-left: 1%; }

header label{
    float: right;
    font-size: 28px;
    cursor: pointer;
    margin-right: 15px; }

.menu{
    position: absolute;
    top: 38px;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(255,255,255,1);
    transition: all 0.6s;
    transform: translateX(-100%); }

.menu a{
    display: block;
    color: #5d5d5d;
    font-weight: bold;
    height: auto;
    text-decoration: none;
    padding: 10px;
    border-left: 1px #c6c6c6 solid;
    transition: all 0.5s; }

.menu a:hover{
    background: #136ca8;
    color: #fff; }

#menu-bar:checked ~ .menu{
    margin-top: 10px;
    transform: translateX(0%); }

@media screen and (min-width:1100px){
    .menu{
        position: static;
        width: auto;
        height: auto;
        transform: translateX(0%);
        float: right;
        display: flex; }

    header label{
        display: none; }

    .article-card {
        float: left; }
}

@media screen and (max-width: 1100px){
    .menu a {
        text-align: center; }

    .menu a:hover{
        background: #136ca8;
        color: #fff; }

    a {
        border-bottom: 3px #c6c6c6 solid; }

    #cart {
        width: 100%; }

    .social-media{
        top: auto;
        bottom: 0px; }

    .gone {
        display: none; }
}
