/* begin Page */
html 
{
    height:100%;
}

body
{
  padding: 0; 
  margin:0;
  color: #000000;
  height:100%;
  min-height:100%;
  background-color: #ABABAB;
  min-width: 900px;
}

#art-main, table
{
  font-family: "Century Gothic",Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  text-align: justify;
}

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li
{
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6
{
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  text-decoration: none;
}

ul { list-style-type: none; }

ol { list-style-position: inside; }

.cleared
{
  display:block;
  clear: both;
  float: none;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 0;
  height:0;
  overflow:hidden;
}

.reset-box
{
  overflow:hidden;
  display:table; 
}

table.position
{
  position: relative;
  width: 100%;
  table-layout: fixed;
}

/* begin Header */
div.art-header
{
    margin: 0 auto;
  position: relative;
  z-index: -1;
  width:900px;
  height: 180px;
  margin-top: 0;
  margin-bottom: -5px;
}

div.art-header-clip
{
  position: absolute;
  width:100%;
  left:0;
  overflow:hidden;
  height:180px;
}

.art-header-wrapper 
{
  position: relative;
  width:900px;
  margin:0 auto;
}
.art-header-inner { margin: 0 5px; }

div.art-header-center
{
	position: relative;
	width: 900px;
	left:50%;
}

div.art-header-png
{
  position: absolute;
  left:-50%;
  top: 0;
  width: 900px;
  height: 180px;
  background-image: url('../images/header.png');
  background-repeat: no-repeat;
  background-position:center center; 
}

div.art-header-jpeg
{
  position: absolute;
  top: 0;
  left:-50%;
  width: 900px;
  height: 180px;
  background-image: url('../images/header.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}
/* end Header */

/* begin Logo */
div.art-logo
{
  display: block;
  position: absolute;
  top: 27px;
  left: 50%;
  margin-left: -444px;
  width: 889px;
}

h1.art-logo-name
{
  display: block;
  text-align: center;
  font-variant: small-caps;
  font-size: 34px;
  padding: 0;
  color: #B0B0B0 !important;
}

h2.art-logo-text
{
  display: block;
  text-align: center;
  font-size: 17px;
  padding: 0;
  color: #D6D6D6 !important;
}

/* end Logo */

/* begin Menu */

.art-nav 
{
  display: block;
  height: 29px;
  color: #000000;
}
  
input, select, textarea
{
  vertical-align: middle;
  font-family: "Century Gothic",Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}

.date { float:right }

/* MENU DESIGNS STARTS */

.art-nav
{
  position: relative;
  width:900px;
  margin:0 auto;
  min-height: 35px;
  z-index: 100;
  margin-bottom: 0;
  padding-left: 20px;
}

ul{
  margin:0;
  padding:0;
  width: 98.2%;
}
li{
  display:inline;
  list-style:none;
}
a.glidebutton, a.glidebutton-logout{
  display: inline-block;
  position: relative;
  color: #4A4A4A; /* default color */
  background: #ececec; /* default bg color */
  text-decoration: none;
  font: bold 14px Arial; /* font settings */
  letter-spacing: 1px; /* font settings */
  overflow: hidden;
  height: 30px; /* height of each button */
  text-align: center;
  border-radius: 5px; /* border radius */
  -moz-transition: all 0.3s ease-in-out; /* Enable CSS transition between property changes */
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a.glidebutton > span:first-child ,a.glidebutton-logout > span:first-child { /* first span inside button */
  position: relative;
  display: block; 
  height: 100%;
  padding: 6px; /* padding of button */
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.3s ease-in-out; /* Enable CSS transition between property changes */
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a.glidebutton > span:first-child:after, a.glidebutton-logout > span:first-child:after { /* CSS generated content */
  content: attr(data-text); /* Duplicate text of span markup */
  display: block;
  width: 100%;
  height: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: inherit;
  position: absolute;
  top:100%;
  left:0;
}

a.glidebutton:hover{
  color: white; /* color of button on hover */
  background:#333333; /* bg color of button on hover */
  box-shadow: 0 0 4px #333333 inset;
}
a.glidebutton-logout:hover{
  color: white; /* color of button on hover */
  background:red; /* bg color of button on hover */
  box-shadow: 0 0 4px red inset;
}
a.glidebutton:hover > span:first-child, a.glidebutton-logout:hover > span:first-child {
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* MENU DESIGNS ENDS */

/* NEEDED DESIGNS STARTS */

#art-main
{
  position: relative;
  z-index: 0;
  width: 100%;
  left: 0;
  top: -14px;
  cursor:default;
  float: right;
  overflow:visible;
  clear: left;
}

/* NEEDED DESIGNS ENDS */

/* NEW DESIGNS */

::-webkit-scrollbar{ display: none; }

.user-name{ 
  float: right;
  margin-right: 10px;
  margin-top: -20px;
  letter-spacing: 2px;
  text-transform: capitalize;
}

.art-sheet
{
  position: relative;
  margin: 0 auto;
  min-height: 51px;
  margin-top: 15px;
  width: 887px;
  background: white;
  border-radius: 18px;
  box-shadow: 0px 0px 10px 0px;
  padding: 25px 0px;
}
.art-sheet h3{ 
  text-align: center; 
  color: #3f3f3f;
  margin-top: 10px;
}

.table-design, .bordered-table-design{
  width: 100%;
  margin: 10px auto;
  border-collapse: collapse;
}
.table-design td, .table-design th{
  text-align: center;
  padding: 10px;
  border: 0px;
}

.bordered-table-design td, .bordered-table-design th {
  padding: 10px;
  border: 1px solid;
}

input[type='submit'], .edit_design{
  color: white;
  background: #3f3f3f;
  padding:7px 15px; 
  border-radius: 7px;
  font-weight: 600;
  cursor: pointer;
}
select{
  width: 60%;
  padding: 5px;
  border-radius: 10px;
}

.art-footer
{
  color: #121212;
  font-size: 15px;
  min-height: 50px;
  text-align: center;
}

.form-design input[type="text"], .form-design input[type="password"] {
  width: 68%;
  padding: 4px;
  border: 1px solid;
  border-radius: 10px;
}
.admin-input{
  width: 57.6%;
  padding: 6px 11px;
  border: 1px solid;
  border-radius: 10px;
}
.admin-input::placeholder{ color:black;}
.admin-sem{ border:1px solid black;}
.form-design-login{
  width: 50%;
  margin: auto;
  border: 2px solid;
  margin-top: 15px;
  padding-top: 10px;
  border-radius: 16px;
}
.form-design-login input[type="text"], .form-design-login input[type="password"]{ 
  width: 80%; 
  padding: 5px 8px;
}
.mark_input{ 
  width: 26px;
  text-align: center;
}

.form-design select{ 
  width: 72%;
  padding: 4px;
  border-radius: 10px;
  border: 1px solid;
}

.form-design-fee{
  width: 50%;
  border: 1px solid;
  margin: auto;
  margin-top: 10px;
  border-radius: 10px;
}

.form-design-fee select{ width: 83%; }

.date-design{
  width: 68%;
  padding: 4px;
  border: 1px solid;
  border-radius: 10px;
}

.session-design{
  border: 1px solid;
  border-radius: 8px;
  width: 83%; 
  margin: auto;
}
.session-design h3{
  font-size: 16px;
  margin-top:6px;
}
.session-design select{ 
  border:1px solid black;
  width:50%; 
}
.session-design select:first-child{ margin-right: 5px; }
.session-design div{ 
  display: flex;
  padding: 5px; 
}

.selected{
  color:white!important;
  background: black!important;
}

.fa-trash-can{
  font-size: 19px;
  color: red;
}

button{cursor: pointer;}

/* DROPDOWN DESIGNS */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  top:30px;
  width: 100%;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  z-index: 1;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.dropdown:hover .dropdown-content { display: block; }

.dropdown:hover>.glidebutton {
  border-bottom-left-radius: 0px!important;
  border-bottom-right-radius: 0px!important;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  font-weight: 600;
  text-decoration: none;
  display: block;
  font-family: "Century Gothic", Arial, Helvetica, Sans-Serif;
  font-size: 12px;
}

.dropdown-content a:hover { background-color: #b1b0b0; }

.dropdown-last-tag:hover {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

hr{ 
  margin:0;
  margin-top:1px; 
}

.sem-session-div{
  display:flex;
  gap:5px;
}
.sem-session-div select{ width:23%; }

/* POPUP DESIGNS STARTS */
.popup {
  border-radius: 10px;
  width: 35%;
  position: fixed;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  border: 2px solid rgb(59 59 59);
  z-index: 9999;
  display: none;
  backdrop-filter: blur(20px);
}
/* POPUP DESIGN ENDS */

.bordered-table-design-course{ 
  width: 99%;
  border-collapse: collapse;
  margin: auto;
}
.bordered-table-design-course td, .bordered-table-design-course th{
  border: 1px solid;
  padding: 2px;
}
.print-div{ 
  text-align:center;
  margin-top:10px;
}

.heading-print, .dateSd-div { display: none; }

.bordered-table-design-in-course{
  border-collapse: collapse;
  font-family:auto!important;
  width: 100%;
}
.bordered-table-design-in-course td, .bordered-table-design-in-course th {
  padding: 5px;
  border: 1px solid;
}