/* html,
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
} */

.hide {
    display: none;
}

.show {
    display: block;
}

.clearFix {
    clear: both;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
}
/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

#searchList {
    font-size: 10px;
}

table#mainTable td {
    text-align: center;
}

#cartList table#mainTable {
    font-size: 8px;
}

    #cartList table#mainTable td, #orderList table#ordersTable td {
        font-size: 12px;
    }

#cartDetails table#cartTable {
    font-size: 10px;
}

th .right, td .right {
    text-align: right;
}

th .center, td .center {
    text-align: center;
}

td .url, th .url {
    width: 90%;
    white-space: nowrap;
    max-width: 500px;
}

table .full {
    width: 100%;
}

.alert1 {
    font-size: larger;
    color: red;
}

a.alert1:hover {
    color: #B22222;
}

td, th {
    padding: 5px;
}

table .d1 th, table .d1 td {
    border: 1px solid black;
}

#permMainTech .d1 .head {
    background-color: #bbbbbb;
    color: white;
}

table .d1 .main {
    background-color: #bbcccc;
}

table .d1 .odd {
    background-color: #F4F4F8;
}

table .d1 .even {
}

table .d1 .hilight1 {
    background-color: yellow;
}

table .d1 .hilight2 {
    font-weight: 600;
    color: red;
}

a {
    cursor: pointer;
}

#permMainSS .nmso .head {
    background-color: #4285F4;
    font-weight: bold;
}

.nmso .col1 {
    max-width: 300px;
    white-space: pre-line;
}

.nmso .alert, .nmso .alert2, .alert3 {
    background-color: #fcf69a;
    font-weight: bold;
}

.nmso .alert2 {
    font-size: larger;
    color: red;
}

.alert4 {
    font-size: larger;
    color: #B22222;
}

.scroll1 {
    max-width: 1500px;
    overflow-x: auto;
    white-space: nowrap;
    max-height: 700px;
}

.ellipseit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.smallSize {
    max-width: 50px;
}

.mediumSize {
    max-width: 100px;
}

.largeSize {
    max-width: 200px;
}
