﻿.divA {
  max-width: 300px;
  display: none;
  float:left;
}

.divB {
  max-width: 100%;
}

.main-menu-cont ul li ul li a.arrow {
    padding: 4px 2px 4px 12px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.5 30'%3E%3Cpath d='M17.2,15.7l-14,14C3,29.9,2.7,30,2.5,30S2,29.9,1.8,29.7l-1.5-1.5C0.1,28,0,27.8,0,27.5c0-0.2,0.1-0.5,0.3-0.7 L12.1,15L0.3,3.2C0.1,3,0,2.7,0,2.5S0.1,2,0.3,1.8l1.5-1.5C2,0.1,2.3,0,2.5,0S3,0.1,3.2,0.3l14,14c0.2,0.2,0.3,0.5,0.3,0.7 S17.4,15.5,17.2,15.7z' fill='%23b4b2d9'/%3E%3C/svg%3E") no-repeat 0 8px;
    background-size: 5px auto;
    color: #b3b3e6;
}
.code{
    width:65px!important;
}
.rollno {
    width: 100px !important;
}
.studentnames {
    width: 150px !important;
}
.des50 {
    width: 310px !important;
}
.des {
    width: 265px !important;
}
.width350{
    width: 350px !important;
}
 input[type="number"] {
    font: 500 1.2rem/1.6rem 'Roboto', sans-serif;
    color: #6c6c6c;
    outline: none;
    border: 1px solid #ccc;
    padding: 4px 8px;
    margin-bottom: 10px;
}
 /*--<sc> 2025-03-11 : date type */
.date {
    font: 500 1.2rem/1.6rem 'Roboto', sans-serif;
    color: #6c6c6c;
    outline: none;
    border: 1px solid #ccc;
    padding: 4px 8px;
    margin-bottom: 10px;
    
}
/*--<sc> 2025-04-02 : prevent to click the control, used for disabled the checkbox or other required controls */
.no-pointer {
    pointer-events: none;
    opacity: 0.5; /* Optional: makes the element appear visually disabled */
}

/*--<sc> 2025-02-05 : table class with no zebra strip transparent : start --> */
table.nozebra {
    background: transparent;
    background-color: transparent;
    border: 0;
}

table.nozebra th {
    background: transparent;
    background-color: transparent;
    border: 0;
}

table.nozebra td {
    background: transparent;
    background-color: transparent;
    border: 0;
}

table.nozebra tr {
    background: transparent;
    background-color: transparent;
    border: 0;
}

table.nozebra > tbody > tr:nth-of-type(even) {
    background-color: transparent;
}
/*<--<sc> 2025-02-05 : table class with no zebra strip transparent : end ---*/