﻿
 /*On screens that are less than 400px, display the bar vertically, instead of horizontally*/ 
@media screen and (max-width: 400px) {
  .sidebar a {
    text-align: center;
    float: none;
  }

  .shadow {
  -webkit-box-shadow: 0 0.125rem 0.8rem rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0.125rem 0.8rem rgba(0, 0, 0, 0.1) !important;
}
}

div.content {
    left: 0;
    margin-right: 200px;
    padding: 1px 16px;
    height: 100%;
}


ul {
    list-style: none;
    padding-left: 0px;
    width: 100%;
    text-align: center;
}

.nav li {
    list-style-type: none;
    padding: 0;
}

    .nav li:hover {
        border-bottom: 3px solid #eee;
    }

    .nav li.active {
        background-color: #b7975a;
    }

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

.wrapper {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 55%;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 15px 20px rgba(0,0,0,0.1);
    font-family: 'Poppins', sans-serif;
}

    .wrapper .title {
        font-size: 35px;
        font-weight: 600;
        text-align: center;
        line-height: 100px;
        color: #000000;
        user-select: none;
        border-radius: 15px 15px 0 0;
        background: linear-gradient(#646464, #eee, #e5a311);
    }

.defaultTextBox {
    height: 27px;
    width: 100%;
    outline: none;
    font-size: 17px;
    border: 1px solid lightgrey;
    border-radius: 5px;
}

.lgnbtn {
    color: #000;
    display: block;
    border: none;
    border-radius: .4em;
    padding-left: 0;
    margin-top: -10px;
    margin-left: auto;
    margin-right: auto;
    width: 70px;
    height: 40px;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    background: linear-gradient(#000, #808080, rgba(0, 0, 0, 0.1));
    box-shadow: 5px 5px 10px #444, inset -5px -5px 10px #222;
    transition: all 0.3s ease;
}
.btn {
    color: #000;
    display: block;
    border: none;
    border-radius: .4em;
    /*padding-left: 0;*/
    margin-top: -10px;
    margin-left: auto;
    margin-right: auto;
    min-width:35px;
    width: fit-content;

    height: 32px;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    background: linear-gradient(rgba(0, 0, 0, 0.1), #808080, rgba(0, 0, 0, 0.1));
    box-shadow: 5px 5px 10px #444, inset -5px -5px 10px #222;
    transition: all 0.3s ease;
    padding: 2px;
    position: relative;
}

*:disabled {
    opacity: 0.6;
    /*background: #000;*/
    cursor: not-allowed;
}


    .gridbtn {
        color: #000;
        display: block;
        border: none;
        border-radius: .4em;
        padding-left: 0;
        margin-left: auto;
        margin-right: auto;
        width: fit-content;
        height: 20px;
        font-size: 10px;
        font-weight: 500;
        cursor: pointer;
        background: linear-gradient(#000, #808080, rgba(0, 0, 0, 0.1));
        /*box-shadow: 5px 5px 10px #444, inset -5px -5px 10px #222;*/
        transition: all 0.3s ease;
    }
    .lgnbtn:active {
        transform: scale(0.95);
    }

.label {
    color: #000000;
    font-family:'Calisto MT';
    font-size:large;
    width:200px;
    text-align:right;
    font-family: bolder;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
}
tr{
    height:50px;
    width:250px;
}
.td {
    height: 50px;
    width: 250px;
    text-align: right;
}

.mydatagrid {
    /*width: auto;*/
    border: solid 2px black;
    width: 50%;
    direction: rtl;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.gridheader {
    background-color: #c8b286;
    font-family: Arial;
    color: White;
    border: solid 2px black;
    height: 45px;
    text-align: right;
    font-size: 16px;
}

.rows {
    background-color: #fff;
    font-family: Arial;
    font-size: 14px;
    color: #000;
    height: 10px;
    width:auto;
    text-align: right;
    /*border: solid 1px black;*/
}

    .rows:hover {
        background-color: #b7975a;
        font-family: Arial;
        color: #fff;
        text-align: right;
    }

.selectedrow {
    background-color: #ff8000;
    font-family: Arial;
    color: #fff;
    font-weight: bold;
    text-align: right;
}

.mydatagrid a /** FOR THE PAGING ICONS  **/ {
    background-color: Transparent;
    padding: 5px 5px 5px 5px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

   .mydatagrid a:hover /** FOR THE PAGING ICONS  HOVER STYLES**/ {
        background-color: #000;
        color: #fff;
    }

/*.mydatagrid span*/ /** FOR THE PAGING ICONS CURRENT PAGE INDICATOR **/ /*{
    background-color: #c9c9c9;
    color: #000;
  
}*/

.pager {
    background-color: #646464;
    font-family: Arial;
    color: White;
    height: 30px;
    text-align: left;
}

/*.mydatagrid td {
    padding: 5px;
}

.mydatagrid th {
    padding: 5px;
}*/
