﻿/** Grid **/ 
.divAppTitle
{
    position: fixed;
    width: 100%;
    min-width: 960px;
    color: white;
    height: 45px; 
    background-color: #6E2D91;
}

#divPageContent
{
    min-height: 100%;
    width: 100%;
    min-width: 960px;
    padding: 45px 0 51px 0;
    box-sizing: border-box;
    background-color: White; 
}

#divNoteContent
{
	color: #1f5f93;
	font-size: 12px
}

#divNoteContent td
{ 
	padding: 5px 5px 0px 0px;
	vertical-align: top;
}

#divContent
{
    margin: 0px auto;
    padding: 0 5px 5px 5px;
    width: 960px;
    min-width: 960px;
    box-sizing: border-box;
}

#divFooter
{
    width: 100%;
    min-width: 960px;
    color: White;
    font-size: 12px;
    height: 38px;
    /*border-top: solid 1px #494949;*/
    margin-top: -39px; 
    background-color: #6E2D91;
    position: fixed;   
}

/** In Header **/
#divHMenuButton
{
    position: relative;
    float: left;
    width: 55px;
    height: 100%;
    border-right: solid 1px white;
    cursor: pointer;
    transition: all .2s linear;
}

#divHMenuButton::after
{
    position: absolute;
    content: "";
    right: 5px;
    top: 21px;
    height: 0px;
    width: 0px;
    border-top: solid 6px white;
    border-right: solid 4px transparent;
    border-left: solid 4px transparent;
}

#divHMenuButton:hover
{
    background-color: #660066;
}

#divHMenuButton .divMenuStrip
{
    position: absolute;
    width: 25px;
    height: 3px;
    left: 10px;
    background-color: white;
    border-radius: 1px;
}

#divHMenuButton .MenuStrip1
{
    top: 11px;
}

#divHMenuButton .MenuStrip2
{
    top: 20px;
}

#divHMenuButton .MenuStrip3
{
    top: 29px;
}

#divHTitle
{
    position: relative;
    float: left;
    padding: 5px 0px 0px 5px;
    height: 100%; 
    font-size: 25px;
    line-height: 45px;
    cursor: pointer;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 100;
    font-family: Arial;
    transition: all .2s linear;
    border-radius: 5px;
}
/*
#divHTitle:hover
{
    background-color: #41924b;
}
*/

.divHSearch
{
    position: relative;
    width: 605px;
    height: 30px;
    top: 7px;
    margin: 0 auto;
}

.ddlHSearchBy
{
    position: relative;
    float: left;
    width: 120px;
    height: 100%;
    margin: 0px;
    padding: 0px;
    padding-left: 10px;
    border: 0px;
    border-right: solid 1px black;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.txtHSearch
{
    position: relative;
    float: left;
    width: 436px;
    height: 100%;
    margin: 0px;
    padding: 0px 0px 0px 10px;
    border: none;
}

.divHSearchIcon
{
    position: relative;
    width: 37px;
    height: 100%;
    margin: 0px;
    padding: 0px;
    float: left;
    background-image: url('Icons/Search.png');
    background-repeat: no-repeat;
    background-position: center;
    background-color: #E6E6E6;
    background-size: 23px 23px;
    border-left: solid 1px black;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    cursor: pointer;
}

#divHUser
{
    position: absolute;
    top: 0px;
    right: 0px;
    height: 45px;
    cursor: pointer;
    background-image: url('Icons/UserWhite.png');
    background-repeat: no-repeat;
    background-position: 5% 50%;
    background-size: 28px 28px;
    transition: all .2s linear;
    border-radius: 5px;
}

#divHUser::after
{
    position: absolute;
    right: 10px;
    top: 21px;
    width: 0px;
    height: 0px;
    border-top: solid 6px white;
    border-right: solid 4px transparent;
    border-left: solid 4px transparent;
    content: "";
}

#divHUser:hover
{
    background-color: #6E2D91;
}

#divHUser span
{
    display: block;
    font-size: 15px;
    color: White;
    padding: 15px 25px 10px 40px;
}

#divUserOpt
{
    position: absolute;
    right: 0px;
    top: 45px;
    background-color: #5B1F69;
    z-index: 2000;
    display: none;
    width: 175px;
    border-bottom-left-radius: 5px;
}

#divUserOpt .user-option
{
    padding: 10px 10px 10px 30px;
    background-color: #5B1F69;
    background-size: 28px 28px;
    color: White;
    border-bottom-left-radius: 5px;
    border-bottom: solid 1px white;
    cursor: pointer;
}

#divUserOpt .user-option:hover
{
    background-color: #6E2D91;
}

.user-option i
{
    font-size: 11px;
    margin-right: 11px;
}

#divUserOpt .user-option:last-child
{
    border-bottom-width: 0;
}

/** In Content **/
#divPageHdr
{ 
    vertical-align: bottom;
    margin: 0 auto 15px auto;
    width: 960px;
    min-width: 960px;
    padding: 25px 0px 0px 0px;
}

#divPageHdr span
{
    display: block;
    color: #00A9E0;
    font-family: Arial;
}

#divPageHdr .h1
{
    height: 32px;
    line-height: 36px;
    font-size: 25px;
    font-weight: bold;
    margin-left: 10px;
}

#divPageHdr .h2
{
    font-size: 15px;
}

#divPageHdrRight
{
    margin: 10px;
}

/** In Footer **/
#divFooter #divFSystemInfo
{
    float: left;
    box-sizing: border-box;
    line-height: 17px;
    margin: 8px 0 0 9px;
}

#divFooter .divFCompanyLogo
{
    position: relative;
    background-image: url('images/AWlogo_Small.png');
    background-repeat: no-repeat;
    background-position: right; 
    background-size: 80px 30px;
    float: right;
    height: 100%;
    width: 103px; 
    margin-right: 5px;
}

/** In Menu **/
#divMenuWrapper
{ 
    float: right; 
    right: 0px;
    padding: 30px 5px 10px 5px; 
    height: 50px;
    width: 200px; 
}

#divMenu
{
    /*position: relative; 
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #0A4948;
    float: right;
    z-index: 2;
    background-image: url('Icons/Menu.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
    cursor: pointer;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    -ms-transition: -ms-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;*/
}

.divMenuItem
{
    position: absolute;
    height: 40px;
    width: 40px;
    border-radius: 50%; 
    transition: all 0.15s linear;
    right: 15px;
    z-index: 1; 
    cursor: pointer;
    text-align: center;
}

.divMenuItem > span
{
    color: White;
    font-size: 16px;
    margin-top: 11px;
    display: block;
}

.circular-menu-enquiry
{
    background-color: #EEAF30;
} 
.circular-menu-report
{
    background-color: #34B233;
} 
.circular-menu-email
{
    background-color: #00A599;
}
.circular-menu-home
{
    background-color: #565A5C;
}

/*
#divMenuWrapper:hover #divMenu
{
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}*/

#divMenuWrapper  .circular-menu-home
{
    right: 139px;
} 
#divMenuWrapper  .circular-menu-enquiry
{
    right: 96px;
}

#divMenuWrapper .circular-menu-report
{
    right: 53px;
}

#divMenuWrapper  .circular-menu-email
{
    right: 10px;
}

 [
tooltip]:before
{
    /* needed - do not touch */
    content: attr(tooltip);
    position: absolute;
    opacity: 0;
    transition: all 0.2s ease;
    padding: 5px;
    color: white;
    font-weight: bold;
    background-color: #565A5C; 
    border-radius: 2px; 
    bottom: 105%; 
    left: 50%;  
    -webkit-transform: translateX(-50%); 
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);    
}

 [
tooltip]:hover:before
{
    /* needed - do not touch */
    opacity: 1;
}

 [
tooltip]:not([tooltip-persistent]):before
{
    pointer-events: none;
}

.tooltips
{
    display: inline-block;
    position: relative; 
}

.tooltips:hover:after
{
    background: #565A5C; 
    border-radius: 5px; 
    color: white;
    content: attr(myTitle);
    font-family: Arial;
    font-size: 12px; 
    text-align: right;
    padding: 5px;
    position: absolute;
    z-index: 98;
    width: 100%;
    min-width: 180px; 
    bottom: 105%; 
    right:1px;
 
}

/* For Feedback Button Position*/
#divFeedback
{
    position: fixed;
    right: 0;
    padding: 15px 10px 10px 5px;
    bottom: 38px; 
    border-top-left-radius: 20px;
    text-decoration: none; 
    font-size:14px;
    color:#6E2D91;  
}

