﻿/* -- a -- */
a {
    color: #0e71b2;
    text-decoration: none;
}

    a:hover {
        color: #CC0000;
    }

/* -- Page Format -- */
.TopCaption
{
    color:#454545;
    font-family:F1;
    font-size:16pt;
    font-weight:bold;
}


.UserData
{
    color:#454545;
    font-family:F1;
    font-size:10pt;
    border-top:#DDDDDD 1px solid;
    border-bottom:#DDDDDD 1px solid;
    margin-bottom:5px;
    padding-top:5px;
    padding-bottom:5px;
}

.TopBtn{
    background-color:#454545;
    border-radius:4px;
    color:#FFFFFF;
    display:inline-block;

    font-family:F1;
    font-size:8pt;
    padding:3px;
    margin-top:3px;
    margin-bottom:3px;
}


a.TopBtn:hover
{
    color:yellow !important;
}
   


.Page_Bottom {
    color: #AAAAAA;
    direction:ltr;
}

 


.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 {
    text-align:center;
    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;
}

/* -- 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;
    }




.election-Item-box {
    border: 1px solid #DDD;
    background-color: #FFF;
    margin: 10px;
    padding: 10px;
    border-radius: 4px;
}

.election-Item-box:hover {
    box-shadow:0px 0px 10px #aaa;
}

.election-Item-box .caption {
    color: #FFF;
    background-color: #454545;
    padding:10px;
    margin: -10px;
    margin-bottom: 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-weight: bold;
}

    .election-Item-box .btn-box {
        text-align:center;
        border-top:1px solid #DDD;
        margin-top:10px;
        padding-top:5px;
    }


    .election-Item-box .row {
        display: flex;
        justify-content: space-between;
    }

    .election-Item-box .body {
        margin-left:10px;
    }
    .election-Item-box .status {
        text-align:center;
        width:270px;
    }

@media (max-width: 700px) {
    .election-Item-box .row {
        flex-direction:column-reverse;
    }
    .election-Item-box .body {
        margin-left: 0px;
        margin-top:10px;
    }
    .election-Item-box .status {
        width: 100%;
    }
}





.election-Item-box .status-red,
.election-Item-box .status-green,
.election-Item-box .status-orange {
    min-width: 250px;
    max-width: 100%;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    margin: auto;
}

    .election-Item-box .status-red {
        background-color: #ffadad;
        border: 1px solid #CC0000;
        color: #CC0000;
    }

.election-Item-box .status-orange {
    background-color: #fbe1b0;
    border: 1px solid orangered;
    color: orangered;
}


    .election-Item-box .status-red:before,
    .election-Item-box .status-green:before,
    .election-Item-box .status-orange:before {
        font-family: 'FontAwesome';
        font-size: 30pt;
        display: block;
    }

        .election-Item-box .status-red:before {
            content: "\f00d";
        }

        .election-Item-box .status-green:before {
            content: "\f00c";
        }

.election-Item-box .status-orange:before {
    content: "\f071";
}




.election-Item-box .status-green {
    background-color: #9cfa9c;
    border: 1px solid #257F25;
    color: darkgreen;
}



 