/* 
    Document   : rcmaq_admin
    Created on : 17-Dec-2012, 3:21:07 PM
    Author     : martelp
    Description:
        Purpose of the stylesheet follows.
*/

root
{
    display: block;
}

html, body
{
    height: 100%;
    margin: 0;
}

.PageContent
{
    width: 100%;
    position: relative;
    padding: 65px 0 0;
    min-height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
}

.ContentMenu
{
    min-width: 200px;
    background-color: rgba(0, 79, 124, 0.07);
    padding: 20px 20px 0;
}

.ContentMenuList
{
    list-style: none;
    padding: 0 10px;
}

.ContentMenuList li
{
    margin: 12px 0;
    white-space: nowrap;
    font-size: 15px;
}

.menuLink
{
    font-family: Arial, helvetica, sans-serif;
    text-decoration: none;
    color: rgb(77, 102, 238);
}

.menuLink:hover
{
    color: rgb(15, 36, 83);
}

#mainContainer
{
    background-color: white;
    width: 100%;
    padding: 45px 30px 20px;
}

#logoHeader
{
    position: relative;
    top: 10px;
    left: 15px;
}

#DescBanner
{
    height: 25px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size: 19px;
    color: rgb(0, 140, 191);
    width: auto;
    padding-bottom: 10px;
}

#DataBanner
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: rgb(0, 0, 0);
    padding-top:10px;
    padding-bottom:10px;
}

/* ***** */
/* Button Objects */
#MenuButton
{
    height: 24px;
    width: 160px;
    margin-left: 32px;
    margin-top: 10px;
    font-family:Arial, Helvetica, sans-serif;
    vertical-align: middle;
    text-align:right;
    padding-right: 10px;
    font-weight: bold;
    padding-top: 6px;
    background-image: url('../imgs/buttons/tab_side_unselected.png')
}
#MenuButton:hover
{
    height: 24px;
    width: 160px;
    margin-left: 32px;
    margin-top: 10px;
    font-family:Arial, Helvetica, sans-serif;
    vertical-align: middle;
    text-align: right;
    padding-right: 10px;
    font-weight: bold;
    padding-top: 6px;
    background-image:url('../imgs/buttons/tab_side_hover.png')
}

#MenuSelButton
{
    height: 24px;
    width: 160px;
    margin-left: 32px;
    margin-top: 10px;
    font-family:Arial, Helvetica, sans-serif;
    vertical-align: middle;
    text-align:right;
    padding-right: 10px;
    font-weight: bold;
    padding-top: 6px;
    background-image: url('../imgs/buttons/tab_side_selected.png')
}

#MenuSelButton:hover
{
    height: 24px;
    width: 160px;
    margin-left: 32px;
    margin-top: 10px;
    font-family:Arial, Helvetica, sans-serif;
    vertical-align: middle;
    text-align:right;
    padding-right: 10px;
    font-weight: bold;
    padding-top: 6px;
    background-image: url('../imgs/buttons/tab_side_hover.png')
}

#NavigationZone
{
    margin: 5px 0;
    text-align: center;
    width: 100%;
}

.ImgLink
{
    border: 0;
}

.ImgLink:hover
{
    background-color: rgb(204, 204, 204);
}

/* ***** */
/* Message Box */
#BodyPage {
	width: 100%;
	height: 100%;
	padding-top: 20%;

}

#MessageBox
{
	width : 500px;
	float: none;
    margin: 100px auto;
}

#MessBoxzone
{
	width: 500px;
	min-height: 60px;
}

#OkMessage
{
    position: relative;
    margin-top: 20px;
    margin-left: 20px;
    height: 40px;
    width: 40px;
    background-image: url('../imgs/indicators/good_icon.png');
}

#ErMessage
{
    margin-top: 20px;
    margin-left: 20px;
    height: 40px;
    width: 40px;
    background-image: url('../imgs/indicators/error_icon.png');
}

#MessMessageBox
{
    position: relative;
    min-height: 60px;
    width: 400px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-left: 80px;
    margin-top: -40px;
    text-align:justify;
    font-weight: bold;
}

#ButtonMessage
{
    height: 15px;
    width: 300px;
    padding-top : 5px;
    padding-bottom: 5px;
    text-align: center;
    margin-bottom: 15px;
}

.UserRight
{
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

.ErrorMessage
{
    background: rgb(255, 171, 151);
    color: rgb(130, 14, 15);
    border: 1px solid rgb(130, 14, 15);
    border-radius: 15px;
    font-family: Arial, sans-serif, helvetica;
    padding: 20px 15px;
    margin: 15px 0;
    font-size: 14px;
}

.SuccessMessage
{
    background: rgb(160, 255, 172);
    color: rgb(37, 130, 45);
    border: 1px solid rgb(37, 130, 45);
    border-radius: 15px;
    font-family: Arial, sans-serif, helvetica;
    padding: 20px 15px;
    margin: 15px 0;
    font-size: 14px;
}

.SectionHeader
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-self: center;
    margin: 5px 0 25px;
}

.SectionDescription
{
    display: flex;
    align-self: center;
    margin-right: 20px;
    font-weight: bold;
    font-size: 13px;
}

.SectionAdd
{
    display: flex;
    flex-shrink: 0;
    flex-grow: 0;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: rgb(255, 255, 255);
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: rgb(119, 119, 119);
    border-radius: 10px;
}

.badge-primary {
    background-color: rgb(0, 123, 255);
}

.badge-dark {
    background-color: rgb(0, 0, 0);
}
