﻿/*#region MAIN*/

html, body, form {
    height: 100%;
    padding: 0px;
    margin: 0px;
    margin: 0 0 0 0;
    font-family: verdana;
    font-size: 12px;
    overflow: hidden;
}

fieldset {
    border: 1px solid #ddd;
    padding: 10px 10px 10px 10px;
    border-radius: 4px;
}

legend {
    font-size: 12px;
    font-weight: bold;
    color: #0574B9;
}

.legend_Center {
    font-size: 12px;
    font-weight: normal;
    color: #0574B9;
    text-align: center;
}

.Tab_Iframe {
    border: 1px solid #e1e1e1;
    width: 99%;
    height: 150%;
    position: absolute;
    padding: 10px 10px 20px 10px;
    overflow-y: auto;

}

/*#endregion*/

/*#region DIV Header Content*/

.Div_Header_ContentHolder {
    margin: 0 0 0 0;
    border: none;
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    /*background-color: red;*/
}

.Div_Header_TopLeft {
    margin-left: 10px;
    border: none;
    width: 70px;
    height: 60px;
    /*background-color: red;*/
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    background-size: contain;
    background: url('../../Images/Site/Logo.png') no-repeat;
    z-index: 1;
}

.Div_Header_Title {
    margin: 0 0 0 0;
    padding-top: 16px;
    border: none;
    height: 60px;
    /*background-color: red;*/
    position: absolute;
    top: 0;
    left: 70px;
    overflow: hidden;
    z-index: 1;
}

.Div_Header_TopRight {
    margin: 0 0 0 0;
    border: none;
    width: 500px;
    height: 60px;
    background-size: contain;
    background: url('../../Images/Site/Header_Top_Right.png') no-repeat;
    /*background-color: red;*/
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
}

/*#endregion*/

/*#region DIV Menu Content*/

.Div_Menu {
    margin: 0 0 0 0;
    border: none;
    width: 100%;
    background-color: #c8c6c6ff;
    position: absolute;
    top: 60px;
    height: 35px;
    left: 0;
    overflow-y: auto;
    /*border: solid 1px red;*/
}

.Div_Menu_Estate {
    margin: 0 0 0 0;
    border: none;
    width: 200px;
    position: absolute;
    top: 90px;
    left: 0px;
    z-index: 1000;
    /*border: solid 1px red;*/
}

/*#endregion*/

/*#region DIV Body Content*/
.Div_Body {
    margin: 0 0 0 0;
    border: none;
    width: 99.3%;
    background-color: white;
    position: absolute;
    top: 105px;
    bottom: 27px;
    left: 5px;
    overflow-y: auto;
    /*border: solid 1px red;*/
}

/*#endregion*/

/*#region DIV Footer Content*/

.Div_Footer {
    padding-top: 3px;
    border: none;
    width: 100%;
    height: 20px;
    background-color: #c8c6c6ff; /*Light Grey*/
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    text-align: center;
}

/*#endregion*/

/*#region TEXTBOX & CHECKBOX & COMBOBOX & IMAGE*/

.TxtBox {
    font-family: Verdana;
    font-size: 13px;
    padding: 5px 5px 5px 5px;
    border: solid #ddd 1px;
    border-radius: 5px;
    height: 30px;
}

.CckBox {
    padding: 5px 5px 3px 5px;
    border: solid #ddd 1px;
    border-radius: 5px;
    width: 25px;
}

.ImgBox {
    padding: 5px 5px 5px 5px;
    border: solid #ddd 1px;
    border-radius: 5px;
    width: 25px;
    height: 25px;
}

.CbBox_20 {
    padding: 5px 5px 3px 5px;
    border: solid #ddd 1px;
    border-radius: 5px;
    width: 20%;
}

.CbBox_25 {
    padding: 5px 5px 3px 5px;
    border: solid #ddd 1px;
    border-radius: 5px;
    width: 25%;
}

.CbBox_40 {
    padding: 5px 5px 3px 5px;
    border: solid #ddd 1px;
    border-radius: 5px;
    width: 40%;
}

.CbBox_50 {
    padding: 5px 5px 3px 5px;
    border: solid #ddd 1px;
    border-radius: 5px;
    width: 50%;
}

.CbBox_75 {
    padding: 5px 5px 3px 5px;
    border: solid #ddd 1px;
    border-radius: 5px;
    width: 75%;
}

.CbBox_100 {
    padding: 5px 5px 3px 5px;
    border: solid #ddd 1px;
    border-radius: 5px;
    width: 100%;
}

/*#endregion*/

/*#region TABLES*/

.Tbl_Comments {
    border: solid #ddd 1px;
    border-radius: 5px;
    padding: 3px 3px 3px 3px;
    font-size: 13px;
    font-family: Verdana;
    background-color: #eae8e8;
}

    .Tbl_Comments td {
        border: solid #ddd 1px;
        border-radius: 5px;
        padding: 5px 5px 5px 5px;
        font-size: 13px;
        font-family: Verdana;
        background-color: #ffffff;
    }

/*#endregion*/

/*#region LABLES*/

.LbL_SiteName /*Note : Specific placing*/ 
{
    padding-left: 5px;
    font-size: 25px;
    color: #6c6c6c;
}

/*#endregion*/

/*#region BUTTONS */

.Btn_Grid {
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
    font-size: 9px;
    padding: 5px 6px 5px 6px;
    border: solid 1px #828282;
    background-color: #0574B9;
    cursor: pointer;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.Btn_Default {
    background-image: linear-gradient(to bottom, #E0E0E0 0%, #D0D0D0 100%);
    color: #000000;
    padding: 8px 16px;
    border: 1px solid #A0A0A0;
    border-radius: 5px;
    cursor: pointer;
    font-family: verdana;
    font-size: 12px;
    cursor: pointer;
}

    .Btn_Default:hover {
        background-image: linear-gradient(to bottom, #F0F0F0 0%, #0574B9 100%);
    }

    .Btn_Default.Round {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

.LnkBtn_Default {
    display: none; /* these items will be tweaked into something else */
    text-align: center;
    font-family: Sans-Serif;
    vertical-align: middle;
    color: #000000;
    padding: 3px;
    font-size: 12px;
    height: 15px;
    display: inline-block;
    border: solid 1px #828282;
    background-color: #D6D6D6;
    cursor: pointer;
    text-decoration: none;
}

    .LnkBtn_Default:hover {
        text-align: center;
        vertical-align: middle;
        color: #FFFFFF;
        padding: 3px;
        font-size: 12px;
        height: 15px;
        display: inline-block;
        border: solid 1px #828282;
        background-color: #7FA5D7;
        cursor: pointer;
        text-decoration: none;
    }

a:link { /* unvisited link */
    color: Blue;
    text-decoration: none; /* remove the underline */
}

a:visited {
    color: Blue;
    text-decoration: none; /* remove the underline */
}

a:hover { /* mouse over link highlights the link text*/
    color: Green;
    text-decoration: underline;
}

.LnkBtn_Default.Round {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
/*#endregion*/

/*#region TOOLTIP */

.tooltip-container {
    position: relative;
    display: inline-block; /* Or block, depending on layout */
    cursor: pointer;
}

.tooltip-text {
    visibility: hidden;
    width: 120px;
    background-color: #0574B9; /*Blue*/
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    /* Positioning the tooltip to the right */
    left: 120%; /* Adjust as needed for spacing */
    top: 50%;
    transform: translateY(-50%); /* Vertically center the tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip-container:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

/* Arrow styling using ::before pseudo-element */
.tooltip-text::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 99%; /* Position the arrow to the left of the tooltip */
    transform: translateY(-50%); /* Vertically center the arrow */
    border-width: 8px; /* Adjust for arrow size */
    border-style: solid;
    border-color: transparent #0574B9 transparent transparent; /* Right border forms the arrow */
}

/*#endregion*/





