* {
  
    padding: 0;
    box-sizing: border-box;
    text-align: center;
}

    .login-container{
        margin: 0 auto;
        width: 90%;
        margin-top: 8vh;
        /* margin-bottom: 8vh;
        margin-left: 10vh;
        margin-right: 10vh; */
    }

    .form-element{
        width: 100%;
    }
    .form-element label{
        display: block;
        font-size: 22px;
        margin-top: 1rem;
    }

    .form-element input[type="text"],
    .form-element input[type="password"],
    .form-element-select select {
        font-size: 15px;
        width: 250px;
        padding: 12px;
        border: 1px solid #ccc;
        border-radius: 4px;
        color: #888888;
    }

    .login-container h2{
       text-align: center;
       font-size: 40px; 
    }
    
    .login-container button {
        width: 250px;
        letter-spacing: 6px;
        border-radius: 4px;
        margin-top: 2rem;
        font-size: 20px;
        padding: 0.5rem;
        background-color: rgb(2, 110, 165);
        border: none;
        color: white;
        cursor: pointer;
    }


    .login-container button:hover {
        background-color: rgb(50, 216, 218);
    }

    .login-container {
        /* background-color: white;
        border: 1px solid grey; */
        border-radius: 4px;
        /* height: auto;
        padding: 2rem;
        box-shadow: 5px 6px 18px #888888; */
    }

    .form-date {
        width: 100%;
        height: auto;
        text-align: left;
        font-size: 14px;
        color: blueviolet;
    }
     
    .form-filter {
        width: 100%;
        height: auto;
        text-align: center;
        font-size: 14px;
        
    }
        .form-filter select {
            font-size: 13px;
            width: 60%;
            border: 1px solid #ccc;
            border-radius: 4px;
            color: #666565;
            float: left;
            padding: 6px;
            margin-left: 5%;
            
        }
        
    
    .form-logo {
        width: 100%;
        height: auto;
        text-align: center;
                     
    }

    .form-logo .btn {
        position: absolute;
        top: 20%;
        left: 40%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        color: white;
        padding: 50px 120px;
        cursor: pointer;
        border-radius: 5px;
        text-align: center;
        height: auto;
        width: 20%;
        opacity: .0;
             
    }

    #formlogin {
        /* background-image: url("../img/biuniform.jpg"); */
        background-color: #000000;
        /* height: 600px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto;
        position: relative; */
    }

    /* message */

    .message {
        width: 100%;
        padding: 1rem;
}

    .message.warning {
        background: #e9e77f;
        border-left: 6px solid #ceca09;
        color: #817f05;
        text-align: left;

    }

    .message.success{
        background: #4bb838;
        border-left: 6px solid #069b1e;
        color: #e9f0e6;
        text-align: left;
    }

     
    .message.info{
        background: #248baa;
        border-left: 6px solid #06589b;
        color: #ffffff;
        text-align: left;
    }

    /* end message */

body {
        font-family: "Arial" ;
}

    .wrapper{
        padding: 0 10rem 0 10rem;
    }
h1{

    text-align:center;
    margin-top: 2rem;
}
h2{

        text-align:left;
        margin-top: 2rem;
        color: blue;
    }
h3{

            text-align:center;
            margin-top: 2rem; 

}
table{
    border: 1px solid rgba(165, 162, 162, 0.867);
    border-collapse: collapse;
    width: 100%;
}
th{ text-align: left;
    word-wrap: break-word;
    background-color: #4a7ee6;
    color: white;
    padding : 15px;
    border: 1px solid #ddd;

}
 
td{
    text-align: left;
    padding : 15px;
    border: 1px solid #ddd;
    
}

tr:hover {background-color:#f5f5f5;}


p.thicker{
    font-weight: bold;

}

/* tr:nth-child(even) { */
    /* background-color: #f2f2f2; */
/* } */


.search-container{
    width: 40%;
    padding-bottom: 1rem;
    border-radius: 4px;
    text-align: center;
}

.search-input{
    padding: 6px;
    font-size: 16px;
    border: 1px solid #ddd;
    width: 60%;
    background: #ffffff;
    border-radius: 4px;
    
    
}

.search-button{
    width: 30%;
    padding: 6px;
    background: #185adb;
    color: white;
    font-size: 14px;
    border: 1px solid #ddd;
    cursor: pointer;
    letter-spacing: 2px;
    border-radius: 4px;
    text-align: center;
    float: inherit;
}

.search-button :hover {
    opacity: 0.6;
}

.button-add {
    margin: 0;
    text-align: left;
    border-radius: 4px;
}

.button-add a {
    font-size: 14px;
    float: left;
    font-weight: bold;
    color: white;
    letter-spacing: 2px;
    border: 1px solid rgb(2, 94, 139);
    background: rgb(95, 146, 29);
    border-radius: 4px;
}
.button-add a:hover {
    background: rgb(6, 107, 57);
}

.button-adduser {
    margin: 0;
    float: left;
    border-radius: 4px;
}

.button-adduser a {
    font-size: 14px;
    float: left;
    font-weight: bold;
    color: white;
    letter-spacing: 2px;
    border: 1px solid rgb(2, 94, 139);
    background: rgb(2, 110, 165);
    border-radius: 4px;
}

.button-adduser a:hover {
    background: rgb(6, 77, 112);
}

.button-container{
    margin: 0;
    float: right;
    border-radius: 4px;
}

.button-container a {
    font-size: 12px;
    float: right;
    border: 1px solid rgb(2, 94, 139);
    background: rgb(2, 110, 165);
    padding: 8px 10px 8px 10px;
    color: white;
    text-decoration: none;
    letter-spacing: 2px;
    border-radius: 4px;
}

.button-container a:hover {
    background: rgb(6, 77, 112);

}
    .button-pass{
        margin: 0;
        float: right;
        border-radius: 4px;
    }
    
    .button-pass a {
        font-size: 12px;
        color: darkslategray;
        }
    
    .button-pass a:hover {
        background: rgb(133, 115, 214);
}


.button-changelog{
    margin: 0;
    float: right;
    border-radius: 4px;
}

.button-changelog a {
    font-size: 12px;
    color: rgb(35, 218, 111);
    }

.button-changelog a:hover {
    background: grey;
}

.button-logout{
    margin: 0;
    float: right;
    border-radius: 4px;
}

.button-logout a {
    font-size: 12px;
    font-weight: bold;
    float: right;
    color: rgb(228, 13, 13);
    letter-spacing: 2px;
    }

.button-logout a:hover {
        background: rgb(4, 235, 127);

    }
.button-small{
    border: none;
    background: #6cadf4;
    color: white;
    text-decoration: none;
    letter-spacing: 2px;
    padding: 3px 5px 3px 5px;
    font-size: 14px;
    border-radius: 4px;
}


.button-danger {
    background: rgb(236, 49, 2);
    padding: 3px 5px 3px 5px;
    color: white;
    text-decoration: none;
    letter-spacing: 2px;
    font-size: 14px;
    border: none;
    border-radius: 4px; 
}

.button-danger:hover{
    background: rgb(126, 8, 4);

}

.button-small:hover{
    background: rgb(2, 55, 82);
}



/* add form */


.form-container{
    margin: 0 10px;
    padding-top: 2rem;
}

.form-container input, 
.form-container select {
    display: block;
    font-size: 22px;
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #888888;
    margin: 12px 0;
}
.form-container label{
    font-size: 22px;
}

.form-container input[type="submit"] {
    width: 100%;
    letter-spacing: 6px;
    border-radius: 4px;
    margin-top: 2rem;
    font-size: 32px;
    padding: 1rem;
    background-color: rgb(2, 110, 165);
    border: none;
    color: white;
    cursor: pointer;

}



 
  
.image{
    display: block;
    width: auto;
    height: auto;
    margin: 0 0 0 1rem;
        
}
.responsive{
    width: 90%;
    max-width: 200px;
    height: auto;
}





/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #ccc; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/*
	Label the data
	*/
	td:nth-of-type(1):before { content: "Delete"; }
    td:nth-of-type(2):before { content: "Type"; }
	td:nth-of-type(3):before { content: "Reference No."; }
	td:nth-of-type(4):before { content: "Title / Subject"; }
	td:nth-of-type(5):before { content: "Date"; }
	td:nth-of-type(6):before { content: "Download"; }
    td:nth-of-type(7):before { content: "Edit"; }
	
}



/* 
iphone 5, 5s, 5c and 5se.
*/
@media 
only screen 
and (max-width: 568px),
(min-device-width: 320px) 
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait)


{
    
    .wrapper {
        padding: 0 .5rem 0 .5rem;
    }    
	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
        
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #ccc; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 40%; 
        font-size: 14px;
       
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 15px;
		left: 4px;
		width: 100%; 
		padding-right: 5px; 
		white-space: nowrap;
        font-size: 12px;
	}
	
	/*
	Label the data
	*/
    td:nth-of-type(1):before { content: "Delete"; }
    td:nth-of-type(2):before { content: "Type"; }
	td:nth-of-type(3):before { content: "Reference No."; }
	td:nth-of-type(4):before { content: "Title / Subject"; }
	td:nth-of-type(5):before { content: "Date"; }
	td:nth-of-type(6):before { content: "Download"; }
    td:nth-of-type(7):before { content: "Edit"; }
	

}



    
