﻿/* -- Candidate -- */
.Candidate_IMG{

}


/* -- a -- */
a {
    color: #0e71b2;
    text-decoration: none;
}

    a:hover {
        color: #CC0000;
    }

/* -- Page Format -- */
.Page_Top {
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
    background-image:url('../img/bg_top.jpg');
    background-position:bottom right;
    background-color:green;
    color:#FFFFFF;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    height:40px;
    padding:5px;
}

.Page_Top_Text {
    line-height: 40px;
    font-family: F1;
    font-size: 12pt;
    float:left;
    padding-left:10px;
}


.Page_Top H1 {
    font-family: F1;
    font-size: 14pt;
    line-height: 20px;
    display: inline-block !important;
    margin: 0px !important;
    background-color: #FFFFFF;
    border-radius: 4px;
    padding: 10px;
    color: #CC0000;
    text-align: center;
}


.Page_Right {
    position: fixed;
    top: 50px;
    right: 0px;
    bottom: 0px;
    width: 190px;
    padding: 5px;
    color: #666666;
    border-left: 1px solid #e0dada;
}

.Page_Main {
    margin-top: 50px;
    margin-right: 200px;
    border: 5px solid #FFFFFF;
}

.Page_Title {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: -5px;
    margin-right: -5px;
    border-top: 1px solid #e7eaec;
    border-bottom: 1px solid #DDDDDD;
    padding: 5px;
    padding-right: 15px;
    font-family: F1;
    font-size: 10pt;
    font-weight: bold;
    color: #333333;
}


.Page_Bottom {
    background-color: #FFFFFF;
    border-top: 1px solid #e7eaec;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 200px;
    font-family: F1;
    font-size: 10pt;
    font-weight: bold;
    padding: 5px;
    padding-right: 20px;
    line-height: 30px;
    color: #454545;
}


.Page_Message_Box_Info, .Page_Message_Box_Stop {
    position: fixed;
    background-color: #ceffcf;
    border: 1px solid green;
    color: green;
    padding: 5px;
    padding-bottom: 2px;
    padding-right: 10px;
    line-height: 30px;
    font-family: F1;
    font-size: 12pt;
    margin-left: 13px;
    margin-right: 10px;
    top: 55px;
    right: 200px;
    left: 0px;
    border-radius: 3px;
    cursor: pointer;
}

.Page_Message_Box_Stop {
    background-color: #ffe7e7;
    border: 1px solid #CC0000;
    color: #CC0000;
}

.Page_Message_Box_Space {
    height: 50px;
}




.PM_Box_OK, .PM_Box_Stop {
    background-color: #ceffcf;
    border: 1px solid green;
    color: green;
    padding: 5px;
    padding-bottom: 2px;
    padding-right: 10px;
    line-height: 30px;
    font-family: F1;
    font-size: 12pt;
    margin: 5px;
    border-radius: 3px;
}

.PM_Box_Stop {
    background-color: #ffe7e7;
    border: 1px solid #CC0000;
    color: #CC0000;
}


a.Red {
    color: #CC0000;
    text-decoration: none;
}

    a.Red:hover {
        color: red;
}

 
a.Menu, a.Menu_Item, .Menu_Item_On {
    font-family: F1;
    font-size: 10pt;
    color: #555555 !important;
    display: inline-block;
    padding: 5px;
    text-decoration: none;
    width: 100%;
}

a.Menu_Item, .Menu_Item_On {
    padding-right: 30px;
}

.Menu_Item_On {
    color: #257F25 !important;
}

a.Menu:hover, a.Menu_Item:hover {
    color: #257F25 !important;
}

 a.Menu_Item_On:hover {
    color: #CC0000 !important;
}

._Index {
    font-weight: bold;
    font-size: 12pt;
}


/* --- Chart --- */

.Chart .BG
        {
            background-color:#CCCCCC;
            height:30px;
            float:right;
            width:10%;
            text-align:left;
            line-height:10px;
            padding-top:5px;
            font-family:Tahoma;
            font-size:8pt;
        }
        .Chart .BG::after
        {
            content: "%";
        }

        .Chart .BG:nth-child(2n+1)
        {
            background-color:#DDDDDD;
        }

        .Chart::after
        {
            display: table;
            content: " ";
            float:none;
            clear:both;
        }


        .Chart .Value
        {
            background-color:green;
            border-top-left-radius:3px;
            border-bottom-left-radius:3px;
            height:15px;
            float:right;
            position:relative;
            top:-20px;
            text-align:left;
            color:#FFFFFF;
            font-family:Tahoma;
            font-size:8pt;
        }



/* -- Paging -- */
.Paging_Box {
    border-top: 1px solid #EEEEEE;
    text-align: center;
    direction: ltr;
    padding: 5px;
}

    .Paging_Box .Paging_Item:first-child {
        border-left: 1px solid #CCCCCC;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }	

    .Paging_Box .Paging_Item:last-child {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }	

.Paging_Item {
    min-width: 30px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    display: inline-block;
    color: #222222;
    line-height: 30px;
}

.Paging_Item:hover {
        background-color: #EEEEEE !important;
        color: #222222;
}

.Paging_Item_On {
    background-color: #DDDDDD !important;
    color: #222222;
}


._Center {
    text-align: center !important;
}

._Right {
    text-align: right !important;
}

._Left {
    text-align: left !important;
}

._Empty {
    text-align: center;
    font-family: F1;
    font-size: 12pt;
    padding: 5px;
}
 

a._Btn
{
    display:inline-block;
    border:none;
    color:#FFFFFF;
	font-family:F1;
	font-size:12pt;
    line-height:24pt;
    border-radius:4px;
	padding-left:5px;
    padding-right:5px;
	background-color:#1ab394;
	min-width: 150px;
    margin:2px;
}

a._Btn:hover
{
	border:none;
	background-color:#18a689;
	color:yellow;
    cursor:pointer;
}

a._Btn:focus
{
    border:none;
	background-color:#18a689;
	color:yellow;
    cursor:pointer;
    font-weight:bold;

}














.Loading_BG {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background-color: rgba(255, 255, 255, 0.50);
    z-index: 150;
}

.Loading_Text {
    margin-top: 200px;
    background-color: #ffffff;
    color: #257F25;
    width: 200px;
    border-radius: 5px;
    border: 2px solid #257F25;
    padding: 10px;
}


.pt {
    padding-top: 10px;
}

.pb {
    padding-bottom: 10px;
}

.pr {
    padding-right: 10px;
}

.pl {
    padding-left: 10px;
}

.mc {
    margin: 0 auto;
}

.mb {
    margin-bottom: 15px !important;
}

.mt {
    margin-top: 15px;
}

.mr {
    margin-right: 15px;
}

.ml {
    margin-left: 15px;
}

.Group {
    background-color: #646464 !important;
    padding: 5px !important;
    text-align: center !important;
    color: #FFFFFF !important;
}

    .Group::after {
        content: '' !important;
    }
