﻿.td-limit {
    text-overflow: ellipsis;
    white-space: pre-wrap;
    overflow: hidden;
}

.dateTimeUser
{
    padding-left:30px;
    font-size:16px;
}

.ballotTableHeader {
    background-color: lightgray;
    font-size: 20px;
}

.smallFont {
    font-size: 19px;
}

.dhivehiText {
    font-family: Faruma;
    text-align:right;
}

.voteTbl {
    vertical-align: middle;
    font-size: 25px;
    direction: rtl;
    text-align: center;
    vertical-align: middle;
    width:100%;
}
.ballotPaperTbl {
    vertical-align: middle;
    font-size: 25px;
    direction: rtl;
    width: 70%;
    text-align: center;
    vertical-align: middle;
    margin-left: 15%;
}

.ballotPaperTbl thead {
    text-align: center;
    font-size: 35px;
}

.ballotPaperTbl tr{
    border: 2px solid black;
}
.ballotPaperTbl td{
    vertical-align: middle;
}

.ballotIndex {
   font-size:50px;
   font-weight:bold;
   text-align:center;
}
.ballotIndexMobile {
   font-size:28px;
   font-weight:bold;
   text-align:center;
}

.graphIndex {
   font-size:40px;
   font-weight:bold;
   text-align:center;
}

.ballotVoteTd {
    width:100px;
}
.ballotVoteTdMobile {
    width:30px;
}

.borderAround {
    width: 100px;
    height: 100px;
    padding: 10px;
    border: 2px solid black;
}

.islandTable {
    padding-bottom: 20px;
}

.page-break-after {
    page-break-after: always;
}

tfoot select {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
}

.printViewHead {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px
}
.printViewHead2 {
    top: 0;
    right: 0;
    width: 100px;
    float: right;
}

.myGray{
    background-color:lightgray;
}

.fullHeight {
    height: 80vh;
    text-align: center;
}

.fullWidth {
    width: 100%;
    text-align: center;
}

.fullHeightWidth {
    height: 80vh;
    width: 80vh;
    text-align: center;
}

.bottomaligned {
    position: absolute;
    bottom: 0;
    margin-bottom: 7px;
    left: 0;
}

.loadingOverlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}

.loadingText {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    text-align: center;
}

.rowTopPadding
{
    padding-top:25px;
}

.form-control:focus {
    border-color: #ec008a;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

/*Color Scheme*/
.page-item.active .page-link {
    background-color: #ec008a;
    border-color: #f761b9;
    color: white !important;
}
.fa-plus {
    color: #fff !important;
}
.fa-edit {
    color: #fff !important;
}

i {
    color: #ec008a !important;
}

a {
    color: #ec008a !important;
}

tr th {
    background-color: #ec008a !important;
    color: white !important;
}

.btn-primary {
    background-color: #ec008a !important;
    border-color: #ec008a !important;
}

    .btn-primary:hover {
        background-color: #9c005b !important;
    }

.text-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
}

.highlight2 {
    background-color: #f761b9 !important;
    color:white!important;
    font-weight: bold;
}

.pointerFinger {
    cursor:pointer;
}

.fullHeight {
    height: 80vh;
    text-align: center;
}
.fullWidth {
    width: 100%;
    text-align: center;
}
.fullHeightWidth {
    height: 80vh;
    width: 80vh;
    text-align: center;
}

.bg-dark {
    background-color: blue;
}

.testsw {
    background-color: red;
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}

#text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    text-align: center;
}
