﻿@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf');
}

* {
    font-family: 'Roboto';
    font-size: 14px;
    color: #212121;
}

body {
    margin:0px;
    padding:0px;
    background-color: #D6E6FF;
}

input[type=text],
input[type=password],
input[type=number],
input[type=date] {
    margin: 2px;
    padding: 5px;
    height: 25px;
    width: 200px;
    background-color: white;
    border-color: black;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
}

select {
    margin: 2px;
    padding: 5px;
    height: 37px;
    width: 212px;
    background-color: white;
    border-color: black;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
}

textarea {
    margin: 2px;
    padding: 5px;
    height: 100px;
    width: 200px;
    background-color: white;
    border-color: black;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
}

input[type=text][required],
input[type=password][required],
input[type=number][required],
input[type=date][required],
select[required],
textarea[required] {
    background-color: lemonchiffon;
}

input[type=text][data-required],
input[type=password][data-required],
input[type=number][data-required],
input[type=date][data-required],
select[data-required],
textarea[data-required] {
    background-color: lemonchiffon;
}


input[type=checkbox] {
    height: 30px;
    width: 30px;
    vertical-align: middle;
}

input[type=file] {
    width: 0px;
    height: 0px;
    display: none;
}

input[type=Submit],
input[type=Button] {
    height: 37px;
    width: 112px;
}

div:has(> .datatable)
{
    margin: 0px;
    padding: 10px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 3px 3px 5px 3px lightgray;
}

.datatable {
    margin: 10px 0px;
    width: 100%;
    border-style: none;
    border-collapse: collapse;
    border-width: 0px;
}

.datatable tr {
    height: 50px;
}

    .datatable tr:hover {
        background-color: lightgray;
    }

.datatable th {
    padding: 5px;
    text-align: left;
}

.datatable td {
    padding: 5px;
    border-top: solid;
    border-color: rgba(0,0,0,0.2);
    border-width: 1px;
}

/*#region Master*/

.Master-Topbanner 
{
    position: absolute; 
    top: 0px; 
    right: 0px; 
    left: 0px; 
    height: 400px; 
    z-index: -1; 
    background-image: url('../../hrisapplicantportal/images/background.jpg');
}

.Master-Contentholder 
{
    width: 900px; 
    margin: 200px auto 10px auto; 
    border-radius: 15px; 
    box-shadow: 2px 2px 10px 0px; 
    padding: 15px; 
    background-color: whitesmoke;
}

.Master-Footer
{
    height: 30px; 
    font-size: 16px; 
    line-height: 30px; 
    margin: 10px auto 50px auto; 
    text-align:center;
}

.Master-Footer-Anchor
{
    text-decoration:none; 
    font-size: 16px; 
    line-height: 30px;
}

/*#endregion*/

/*#region Default*/

.Default-Contentholder-Title
{
    height: 50px; 
    font-size: 30px; 
    line-height: 50px; 
    text-align:center; 
    font-weight: bold;
}

.Default-Contentholder-Listing-ItemHolder 
{
    box-shadow: 2px 2px 10px 0px; 
    border-radius: 15px; 
    padding: 15px; 
    margin-top: 30px; 
    background-color: #DDDDDD;
}

.Default-Contentholder-Listing-ItemHolder-Title-Title 
{
    height: 30px; 
    font-size: 30px; 
    line-height: 30px; 
    font-weight:bold;
}

.Default-Contentholder-Listing-ItemHolder-Title-PostDate 
{
    height: 12px; 
    font-size: 12px; 
    line-height: 12px; 
    padding: 0px 2px;
}

.Default-Contentholder-Listing-ItemHolder-Section 
{
    padding-top: 10px;
}

.Default-Contentholder-Listing-ItemHolder-Section-Title
{
    height: 30px; 
    font-size: 18px; 
    line-height: 30px; 
    font-weight:bold;
}

.Default-Contentholder-Listing-ItemHolder-Section-Description
{
    padding: 0px 20px;
}

.Default-Contentholder-Listing-ItemHolder-Section-Description-ul
{
    margin: 0px; 
    padding-left: 10px;
}

.Default-Contentholder-Listing-ItemHolder-Section-Action
{
    display: flex;
    height: 40px;
}

.Default-Contentholder-Listing-ItemHolder-Section-Action-Spacer
{
    flex-grow:1;
}

.Default-Contentholder-Listing-ItemHolder-Section-Action-Anchor
{
    text-decoration:none;
}

.Default-Contentholder-Listing-ItemHolder-Section-Action-Button
{
    height: 40px; 
    width: 100px; 
    border-radius: 5px; 
    border-color: Black; 
    border-style: solid; 
    border-width: 1px; 
    text-align: center; 
    font-size: 20px; 
    line-height: 40px; 
    background-color:Red;
    cursor: pointer;
}

.Default-Contentholder-Listing-ItemHolder-Section-Action-Button:hover
{
    border-color: white; 
    border-style: solid; 
    border-width: 1px; 
    background-color: #990000;
    color: white;
}

.Default-Contentholder-PostScript
{
    padding: 20px 0px 15px 0px;
} 

.Default-Contentholder-PostScript-Anchor
{
    color: Black;
} 

/*#endregion*/

/*#region Apply*/

.Apply-Title
{
    height: 50px;
    font-size: 24px;
    line-height: 50px;
}

.Apply-Photo
{
    Display:block;
    height: 216px;
    width: 216px;   
}

.Apply-Button
{
    margin: 2px;
    padding: 5px;
    height: 37px;
    width: 212px;
    border-color: Black;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    cursor: pointer;
    /*background-color: Orange;*/
}

    .Apply-Button:Hover
    {
        /*background-color: DarkOrange;*/
    }

.Appy-BigMessage
{
    height: 24px;
    font-size: 18px;
    line-height: 24px;
}

/*#endegion*/
