﻿* {
    padding: 0;
    margin: 0;
}
body {
    font-family: 'helvetica' !important;
    /*margin: 0 !important;*/
    padding: 0 !important;
    min-height: 60vh;
    /*min-height: 100% !important;*/
    /*height: 100% !important;*/
    background-color: #f1f1f1 !important;
    margin-bottom: 50px !important;
}
.footer_sec {
    background-color: #e9e8e8;
    text-align: center;
    padding: 0.5% 0% 0.2% 0%;
    position: fixed;
    bottom: 0 !important;
    left: 0;
    height: auto;
    overflow: hidden;
    width: 100%;
    z-index: 10;
}
.footer_div p {
    font-size: 16px;
    font-weight: 600;
    display: inline;
}
.actives1 {
    /*border-bottom: 25px solid #68cc34 !important;*/
    background-color: #68cc34 !important;
}
.actives2 {
    background-color: #1e1e1e !important;
}
body.modal-open {
    overflow: hidden;
}
a:link {
    text-decoration: none !important;
}
a:hover {
    text-decoration: none !important;
}
a:active {
    text-decoration: none !important;
}
a:visited {
    text-decoration: none !important;
}
a:focus {
    text-decoration: none !important;
}
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Regular.ttf);
}
@font-face {
    font-family: 'Roboto Black' ;
    src: url(../fonts/Roboto-Black.ttf) ;
}
@font-face {
    font-family: FontAwesome;
    src: url(../fonts/FontAwesome.otf);
}
@font-face{
	font-family:"Calibri";
	src:url("../fonts/Calibri.ttf");
}
.top_wrap {
    width: 100%;
    height: auto;
    /*overflow: hidden;*/
    position: fixed;
    z-index: 10;
    top: 0;
    background-color: #fff;
    box-shadow: 0px 0px 6px #333;
}
.top_inner_wrap {
    width: 98%;
    margin: 0 auto;
    height: auto;
    /*overflow: hidden;*/
}
.logo_div {
    width: 22%;
    float: left;
}
/*input[type=text]:focus {
            width: 30%;
        }*/
.searchbar:focus {
    width: 30%;
}
.headerRight_div {
    width: 78%;
    float: left;
    text-align: right;
}
.election_name {
    /*margin-top: 24%;*/
    padding: 0% 7%;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10%;
}
.common_85 {
    width: 100%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    background-color: #f1f1f1;
    /*padding-bottom: 5%;*/
    padding-left: 2px;
}
/*.input[type=text] {
    width: 130px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}*/
.searchbar {
    width: 130px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}
.searchbar {
    width: 130px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    background-color: white;
    /*background-image: url('searchicon.png');*/
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 5px 10px 5px 15px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    margin-top: 1%;
    display: inline-block;
}
.profile_div {
    float: right;
    width: 18%;
    margin-top: 0.4%;
}
.profile_pic {
    float: left;
    display: inline-block;
    margin-right: 10%;
}
.profile_name h4 {
    margin-top: 15px;
}
.profile_ul {
    right: 0px !important;
    left: 35px !important;
}
.leftside_menu {
    /*background-color: #33414e;
    padding-left: 0px !important;
    padding-right: 0px !important;
    height: 100% !important;
    padding-top: 7%;
    width: 25% !important;
    z-index: 9;
    transition: 0.5s;
    transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);*/
    background-color: #33414e;
    padding-left: 0px !important;
    padding-right: 0px !important;
    /*min-height: 1100px !important;*/
    /*height: auto;*/
    height: 100% !important;
    padding-top: 7%;
    /*width: 25% !important;*/
    z-index: 8 !important;
    /*transition: 0.5s;
    transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);*/
}
.sidenavbar {
    width: 100%;
}
.sidenavbar li {
    width: 100%;
}
.sidenavbar li a {
    color: #fff;
    font-size: 18px;
    /*padding: 10px 15px 10px 30px !important;*/
}
.sidenavbar li a:hover{
    background-color: #253340 !important;
}
.sidenavbar li a:link, .sidenavbar li a:focus {
    background-color: #33414e !important;
}
.submenu_ul {
    background-color: #33414e;
    width: 100%;
    border-color: #33414e !important;
    border: none !important;
    padding: 0px !important;
    position: relative !important;
}
.submenu_ul li {
    border: 1px solid #6a8863 !important;
    padding: 2%;
    padding-left: 10%;
    background-color: #33414e;
}
.submenu_ul li a {
    color: #fff !important;
    font-size: 15px;
}
.submenu_ul li a:hover {
    background-color: #33414e !important;
}
/*.sidenavbar li a:active {
    border-left: 7px solid #85c976 !important;
    background-color: #253340 !important;
}*/
.sidenavbar > li.active > a {
    border-left: 7px solid #85c976 !important;
    background-color: #253340 !important;
}
.election_logo {
    width: 80px;
    height: 80px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    float: left;
}
.election_logo img {
    width: 100%;
}
.election_head {
    width: 68%;
    float: left;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    margin-top: 25px;
}
.dashboad_div {
    padding: 2% 5%;
    width: 100%;
    height: auto;
    overflow: hidden;
    cursor: pointer;
}
.dashboad_div:focus {
    border-left: 7px solid #85c976;
    background-color: #253340;
}
.icon_div img {
    float: left;
    margin-right: 5%;
    margin-top: 3.5%;
}
.menu_head {
    float: left;
    margin-top: 12px;
    font-size: 20px;
    color: #fff;
}
.menu_head a {
    color: #fff;
}
.menu_head a:hover {
    color: #fff;
}
.menu_head2 a {
    font-size: 20px;
    color: #fff;
}
.menu_head2 a:hover, .menu_head2 a:link, .menu_head2 a:visited, .menu_head2 a:active {
    color: #fff;
}
.list-group-item {
    border-radius: 0px !important;
    padding: 10px 10px 10px 60px !important;
    background-color: #33414e !important;
    color: #fff;
    border-color: #6a8863 !important;
}
.dashboard_9 {
    background-color: #f1f1f1;
    padding-top: 5%;
    padding-left: 25px !important;
    padding-bottom: 5%;
}
.main_heading {
    margin-bottom: 3%;
}
.main_heading h3 {
    font-weight: 600;
}
.voting_category {
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 0px 3px #ccc;
    padding: 4% 0%;
}
.votes_name {
    border-bottom: 1px solid #ccc;
}
.votes_count h3 {
    color: #6f6f6f;
    font-weight: 600;
    font-size: 30px;
    margin-top: 10px;
}
.cast {
    color: #33cc00;
    font-weight: 600;
}
.pending {
    color: #ff0033;
    font-weight: 600;
}
.total {
    color: #3399f3;
    font-weight: 600;
}
.voting_days {
    height: auto;
    background-color: #fff;
    box-shadow: 0px 0px 3px #ccc;
    margin-top: 5%;
    padding: 1% 2%;
    overflow: hidden;
    margin-bottom: 5%;
}
.votedays_heading {

}
.votesdropdown {
    width: 100%;
    border: none;
    font-size: 18px;
    font-weight: 600;
    color: #6f6f6f;
    outline: none;
}
.votedays_heading h4 {
    color: #6f6f6f;
    font-weight: 600;
    font-size: 20px;
}
.voting_graph_div {
    height: 300px;
}
.votes_numbering_div {
    border-top: 1px solid #ccc;
}
.total_votes h3, .avg_votes h3, .max_votes h3, .min_votes h3 {
    font-weight: 600;
    color: #6f6f6f;
}
.total_votes h3{
    border-left: 4px solid #85c976;
    padding-left: 15px;
}
.avg_votes h3{
    border-left: 4px solid #f2a809;
    padding-left: 15px;
}
.max_votes h3{
    border-left: 4px solid #00cdcd;
    padding-left: 15px;
}
.min_votes h3{
    border-left: 4px solid #3366fd;
    padding-left: 15px;
}
.total_votes {

}
.avg_votes {

}
.max_votes {

}
.min_votes {

}
.add_voter {
    width: 100%;
    margin: 2% 0%;
    height: auto;
    overflow: hidden;
}
.add_ul {
    list-style: none;
}
.add_ul li {
    display: inline;
    float: left;
    padding-right: 4%;
    font-weight: 600;
    font-size: 18px;
    color: #333;
    outline: none;
}
.add_ul li a {
    font-weight: 600;
    font-size: 18px;
    color: #333;
    outline: none;
}
.user_table_div {
    width: 100ss%;
    background-color: #ccc;
    box-shadow: 0px 0px 3px #ccc;
    margin-bottom: 2%;
}
.user_table {
    background-color: #fff;
    border-color: #ccc;
    width: 100%;
}
.user_table th {
    background-color: #85c976;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}
.user_table td {
    padding: 1.5% 1% !important;
    /*border: 1px solid #dcdcdc;*/
}
.user_label {
    font-size: 15px;
}
.user_select_div {
    text-align: right;
    padding-bottom: 1%;
    padding-right: 1%;
    font-weight: 600;
}
.user_dropdown {
    padding: 0.2%;
}
.ballot_post {
    width: 95%;
    border-bottom: 2px solid #85c976;
    height: auto;
    overflow: hidden;
    margin: 2% 0%;
}
.ballot_ul {
    list-style: none;
    height: auto;
    overflow: hidden;
}
.addpost_li {
    display: inline;
    float: left;
    font-size: 24px;
    font-weight: 600;
}
.preview_li {
    display: inline;
    float: right;
    font-size: 18px;
}
.preview_icon {
    margin-right: 10px;
}
.president_select {
    width: 100%;
    border-bottom: 1.5px solid #ccc;
    height: auto;
    overflow: hidden;
    margin: 4% 0% 2% 0%;
}
.president_select h4 {
    font-size: 24px;
}
.dropdown_icon {
    margin-left: 1%;
    cursor: pointer;
}
.login_inner_div {
    width: 35%;
    margin: 6% auto 2%;
    text-align: center;
    box-shadow: 0px 0px 2px #969696;
    background-color: #fff;
    padding: 2% 3% 2% 3%;
}
.login_logo {
    margin-bottom: 8%;
}
.login_inner_div h4 {
    font-size: 22px;
    color: #666;
    margin-bottom: 20px;
}
.login_panel {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #fff;
    /*padding: 10% 10%;
    box-shadow: 0px 0px 2px #969696;*/
}
/*.login_panel {
    width: 34%;
    height: 30%;
    overflow: hidden;
    background-color: #f6f4f4;
    padding: 3% 3%;
    box-shadow: 0px 0px 2px #969696;
    position: absolute;
    top: 60%;
    left: 50%;
    margin: -15% 0 0 -17%;
}*/
.login_input {
    width: 100%;
    padding: 2.5% 25% 2.5% 2.5%;
    /*margin-bottom: 5%;*/
    font-style: italic;
    position: relative;
}
.pass_div {
    margin-bottom: 4% !important;
}
.login_btn {
    width: 100%;
    border: none;
    font-style: initial;
    font-weight: 600;
    font-size: 20px;
    padding: 2%;
    background-color: #2390f6;
    box-shadow: 0px 0px 3px #ccc;
    color: #fff;
}
.login_div {
    position: relative;
    margin-bottom: 5%;
}
.user_icon {
    position: absolute;
    top: 10%;
    left: 80%;
}
.conduct_main_div {
    width: 95%;
    margin-top: 2%;
    margin-bottom: 1%;
    height: auto;
    overflow: hidden;
}
.conductelect_button {
    text-align: right;
}
.election_btns {
    display: inline;
    position: relative;
    margin-left: 1%;
}
.openelect_btn {
    padding: 1.5% 1%;
    background-color: #253340;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    outline: none;
}
.savebtn_div {
    padding: 1px;
}
.verify_btn {
    padding: 0.8% 2%;
    background-color: #253340;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    outline: none;
}
.verify_btn:hover {
    background-color: #fff;
    color: #253340;
    /*transition: all 0.2s ease-in-out 0s;*/
    box-shadow: 0px 0px 4px #253340;
}
.open_btn {
    text-align: right;
    padding-left: 4%;
}
.lock_icon {
    position: absolute;
    top: -85%;
    left: 1%;
}
.conduct_election_field {
    height: auto;
    overflow: hidden;
    width: 100%;
    margin-top: 1%;
}
.title_input {
    width: 100%;
    margin-bottom: 2%;
    border: none;
    padding: 1% 1% 1% 0%;
    background-color: #f1f1f1;
    font-size: 24px;
    border-bottom: 2px solid #ccc;
    outline: none;
}
.title_input2 {
    width: 60%;
    clear: both;
    margin-bottom: 2%;
    border: none;
    padding: 1% 1% 1% 0%;
    background-color: #f1f1f1;
    font-size: 24px;
    border-bottom: 2px solid #ccc;
    outline: none;
}
.company_input {
    width: 60%;
    float: left;
    margin-bottom: 2%;
    border: none;
    padding: 1% 1% 1% 0%;
    background-color: #f1f1f1;
    font-size: 24px;
    border-bottom: 2px solid #ccc;
    outline: none;
}
.ballot_sec {
    margin: 4% 0% 2% 0%;
    border-bottom: 2px solid #ccc;
    height: auto;
    overflow: hidden;
}
.ballot_approve_ul {
    list-style: none;
    height: auto;
    overflow: hidden;
    padding-bottom: 0.2%;
}
.ballot_approve_ul li {
    display: inline;
}
.ballot_approve_li {
    width: 20%;
    float: left;
    font-size: 26px;
}
.approval_li {
    width: 20%;
    float: left;
}
.manage_ballot_li {
    width: 25%;
    float: left;
    font-size: 18px;
    margin-top: 0.6%;
    text-align: right;
}
.logo_label {
    font-size: 16px;
    font-weight: 600;
    color: #a9a9a9;
    width: 100%;
    float: left;
    margin-bottom: 1%;
}
.logo_upload {
    margin-top: 1%;
    width: 40%;
    clear: both;
}
.verified {
    /*margin-left: 1%;*/
    font-weight: 600;
    color: #fff;
    background-color: #85c976;
    padding: 1% 1%;
}
.login_check {
    text-align: left;
    width: 100%;
    float: left;
    margin-bottom: 2%;
    color: #666;
}
.manageballot_field {
    width: 90%;
}
.btitle_input {
    width: 55%;
    /*margin-right: 14%;*/
    border: none;
    border-bottom: 1px solid #ccc;
    background-color: #f1f1f1;
    padding: 1% 1% 1% 0%;
    font-size: 24px;
    font-style: italic;
    outline: none;
}
.choice_dropdown {
    width: 30%;
    border: none;
    background-color: #f1f1f1;
    border-bottom: 1px solid #ccc;
    padding: 1% 1% 1% 0%;
    outline: none;
    font-size: 24px;
    color: #a9a9a9;
    font-style: italic;
    float: right;
}
.title_div {
    margin-bottom: 5%;
    margin-top: 5%;
}
.add_condidate h4 {
    font-weight: 600;
    font-size: 16px;
}
.condidate_profile_div {
    width: 65%;
    height: auto;
    overflow: hidden;
    margin: 3% 0%;
}
.candidate_profile_pic {
    width: 22%;
    float: left;
}
.candidate_info_div {
    width: 78%;
    float: left;
    padding-bottom: 2px;
}
.cname_input {
    width: 100%;
    background-color: #f1f1f1;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 1% 1% 1% 0%;
    font-size: 18px;
    margin-bottom: 2%;
    outline: none;
}
.profileAdd_btn {
    padding: 1.2% 4%;
    background-color: #33414e;
    color: #fff;
    border: none;
    border-radius: 8px;
    margin-top: 3%;
    font-size: 15px;
    outline: none;
}
.cprofile {
    margin-top: 2%;
    font-size: 12px;
}
.profile_img {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.cprofile2 {
    margin-bottom: 2%;
    font-size: 12px;
    float: left;
}
.image_file {
    float: left;
    font-weight: 600;
    width: 22%;
}
.hidden_arrow {
    display: none;
    transform: rotate(180deg);
    cursor: pointer;
}
.hidden_img {
    display: none;
    cursor: pointer;
}
.subtitle_btn {
    padding: 1% 3%;
    background-color: #33414e;
    color: #fff;
    border: none;
    border-radius: 8px;
    margin-top: 3%;
    font-size: 15px;
    outline: none;
}
.edit_td {
    width: 10%;
    text-align: right;
    font-weight: 600;
}
.edit_td2 {
    font-weight: 600;
}
.addzone_edit {
    font-weight: 600;
}
.addvoter_btn {
    padding: 2% 6%;
    background-color: #253340;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    outline: none;
    margin-right: 2%;
    /*box-shadow: 0px 0px 4px #253340;*/
    margin-top: 1%;
}
.csv_btn {
    padding: 1.5% 3%;
}
.addvoter_btn:hover {
    background-color: #fff;
    color: #253340;
    transition: all 0.2s ease-in-out 0s;
    box-shadow: 0px 0px 4px #253340;
    /*border: 1px solid #253340;*/
}
.addvoter_label {
    text-align: left !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
}
.addvoter_header {
    padding-left: 4% !important;
}
.addvoter_header h4 {
    font-weight: 600;
}
.star {
    color: red;
    font-size: 14px;
}
.addvoter_body {
    padding-left: 5% !important;
}
.addvoter_dialog, .csv_dialog {
    margin-top: 8% !important;
}
.emailtemplate_div {
    width: 90%;
    /*margin-top: 2%;*/
}
.email_prelabel {
    text-align: right;
    float: right;
    font-weight: 600;
    font-size: 17px;
}
.email_label {
    font-size: 18px;
    font-weight: 600;
}
.email_textfield {
    margin: 0.5% 0% 2% 0%;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 2px;
}
.email_input {
    width: 100%;
    padding: 1%;
}
.email_textarea {
    height: auto;
    min-height: 160px;
}
.ulr_input {
    width: 15%;
    padding: 1%;
    float: left;
    font-style: italic;
    font-size:16px;
}
.link_input {
    width: 85%;
    padding: 1%;
    float: left;
    font-style: italic;
    font-size:16px;
}
.email_btn {
    padding: 1% 3%;
    background-color: #253340;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    outline: none;
    font-size: 16px;
}
.email_btn:hover {
    background-color: #fff;
    color: #253340;
    transition: all 0.2s ease-in-out 0s;
    box-shadow: 0px 0px 4px #253340;
}
.noelection {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}

.edit_delete_btns {
    margin-top: 2%;
    padding-bottom: 2px;
    margin-bottom: 1%;
}
.edit_btn {
    padding: 0.8% 2%;
    background-color: #253340;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    outline: none;
    margin-right: 2%;
}
.edit_btn:hover {
    background-color: #fff;
    color: #253340;
    transition: all 0.2s ease-in-out 0s;
    box-shadow: 0px 0px 4px #253340;
}
.center_th th {
    
}
.election_link {
    padding-right: 5px;
    border-right: 1px solid #333;
}
.padding_none {
    padding-right: 1% !important;
}
.no_image {
    float: left;
    margin-right: 2%;
}
.post_name {
    font-weight: 600;
}
.table_ol {
    padding-left: 2%;
}
.table_ol li {
    line-height: 36px;
}
.bold_tr td {
    font-weight: 600;
    font-size: 15px;
}
.days6 {
    width: 33.333%;
    float: left;
}
.search_6 {
    width: 49.333%;
}
.zone_6 {
    text-align: right;
}
.search_label {
    font-size: 15px;
    font-weight: 600;
    margin-right: 2%;
}
.days_dropdown {
    padding: 1.5% 1%;
    width: 50%;
}
.search_voter {
    padding: 1% 1%;
    width: 75%;
}
.search_voting_div {
    width: 100%;
    margin-bottom: 1%;
    height: auto;
    /*overflow: hidden;*/
}
.download_votes {
    text-align: right;
    height: auto;
    overflow: hidden;
}
.download {
    margin-left: 2%;
    font-weight: 600;
}
.search_btn {
    padding: 1.8% 5%;
    background-color: #253340;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    outline: none;
}
.search_btn:hover {
    background-color: #fff;
    color: #253340;
    transition: all 0.2s ease-in-out 0s;
    box-shadow: 0px 0px 4px #253340;
}
.search_4 {
    padding: 2px 0px;
    margin-top: -0.5%;
    
}
.select_file {
    margin-right: 2%;
    float: left;
}
.csv_ol {
    padding-left: 3%;
    margin: 4% 0%;
}
.csv_ol li {
    line-height: 28px;
}
.zone_ul {
    list-style: none;
}
.zone_ul li {
    display: inline-block;
}
.voice_president {
    width: 65%;
    height: auto;
    overflow: hidden;
    margin: 3% 0% 5% 0%;
}
.voicepresident_info h4 {
    font-weight: 600;
}
.voicepresident_info h4 span {
    font-weight: 300;
}
.voicepresident_info p {
    font-size: 16px;
}
.profile_section {
    padding: 1% 0%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.president_ul {
    list-style: none;
    margin-bottom: 0px;
}
.president_ul li {
    display: inline-block;
    margin-right: 5%;
    font-size: 13px;
    font-weight: 600;
}
.candidate_zone_name {
    margin-top: 1%;
    font-size: 16px;
    font-weight: 600;
}
.candidate_zone_ul {
    list-style: none;
}
.candidate_zone_ul li {
    display: inline-block;
    font-size: 12px;
    box-shadow: 0px 0px 2px #666;
    padding: 1% 3%;
    margin-right: 3%;
    border-radius: 25px;
    width: auto;
    text-align: center;
    cursor: pointer;
    margin-bottom: 2%;
}
.candidate_zone_ul > li.active {
    background-color: #85c976;
    color: #fff;
}
.activezone {
    background-color: #85c976;
    color: #fff;
}

.add_zone {
    width: 100%;
    float: left;
    margin-bottom: 1%;
    
}
.add_zone a {
    font-weight: 600;
    color: #333;
    clear: both;
    outline: none !important;
}
.addzone_table {
    width: 100%;
}
.managezone_head {
    display: inline-block;
    float: left;
    margin-right: 5%;
}
.manage_zone {
    display: inline-block;
    margin-top: 1%;
}
.candidate_head h4 a {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}
.duplicate_div {
    margin: 1% auto 2%;
    width: 100%;
}
.duplicate_main_div {
    width: 90%;
    margin: 4% auto;
    overflow: hidden;
    height: auto;
    padding: 0px 0px 5px 1px;
}
.HeadingCss {
    font-size: 18px;
    font-weight: 600;
}
.vote_inner {
    width: 80%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}
.vote_logo{margin-top:3%;}
.vote_election_title {
    text-align: center;
}
.steps_ul {
    list-style: none;
    text-align: center;
}
.steps_ul li{
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    padding: 0% 2%;
    opacity: 0.3;
    cursor: pointer;
    width: 20%;
}
.votenow_steps {
    margin: 2% 0%;
}
.steps_ul > li.active {
    opacity: 1;
}
.verify_div {
    text-align: center;
    padding: 1% 0%;
}
.verify_div h2 {
    margin-bottom: 30px;
    margin-top: 10px;
}
.verify_input {
    width: 60%;
    padding: 1.5% 1%;
    font-size: 20px;
    margin-bottom: 4%;
}
.vote_verify {
    padding: 1% 3%;
    font-size: 18px;
}
.votenow_table {
    margin: 0 auto;
    width: 80%;
}
.votenow_table td {
    text-align: left;
}
.otp_btn {
    padding: 3% 5%;
}
.otp_btn2 {
    padding: 3.3% 5%;
}
.otp_input {
    text-align: center;
    margin-top: 3%;
}
.otp_timer {
    margin-top: 1%;
    font-weight: 600;
    font-size: 16px;
    color: #253340;
    margin-bottom: 2%;
}
.sorry_sms {
    margin-top: 0%;
    line-height: 40px;
    color: red;
    font-weight: 600;
}
.error_label {
    float: right;
    width: 100%;
    padding-right: 5px;
    text-align: right;
    margin-top: 1%;
    font-size: 15px;
    font-weight: 600;
}
.no_count {
    width: 25px;
    height: 25px;
    background-color: #253340;
    color: #fff;
    border-radius: 50px;
    padding: 3% 6%;
    text-align: center;
}
.casting_vote_div {
    width: 38%;
    margin: 0 auto 2%;
    background-color: #c7c7c7 ;
    /*background-color: #fbf9fa;*/
    height: auto;
    overflow: hidden;
    box-shadow: 0px 0px 2px #333;
}
.cast_head {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #85c976;
	padding:0px 3px;
}
.cast_head h4 {
    color: #fff;
    font-size: 20px;
}
.select_vote {
    width:90%;
    margin: 1% auto 1%;
    background-color: #fff;
    padding: 1% 0% 1% 0%;
    box-shadow: 0px 0px 2px #ebebeb;
    height: auto;
    overflow: hidden;
    position: relative;
}
.voter_profile_pic {
    width: 25%;
    float: left;
}
.voter_info_div {
    width: 75%;
    float: left;
    text-align: left;
    padding-left: 5%;
}
.voter_info_div h4 {
    font-weight: 600;
    margin-bottom: 0px;
}
.voter_info_div p {
    font-size: 16px;
}
.view_profile_span {
    font-size: 16px;
    font-style: italic;
    color: #787878;
}
.vote_btn {
    background-color: #336799;
    color: #fff;
    width: 65%;
    font-size: 22px;
    font-weight: 600;
    padding: 1%;
    border: none;
    margin-top: 4%;
}
.select_icon {
    position: absolute;
    top: 83%;
    left: 25%;
	z-index: 99;
}
.select_btn {
    opacity: 0.5;
    background-color: green;
}
.confirmation_sms h4 {
    margin-bottom: 25px;
}
/*.vote_footer {
    text-align: center;
    margin-top: 3%;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}*/
.thanku_sms {
    width: 60%;
    margin: 0 auto;
    background-color: #fff;
    padding: 3% 1%;
    text-align: left;
    box-shadow: 0px 0px 1px #666;
    height: auto;
    overflow: hidden;
}
.thanku_sms span {
    font-size: 20px;
}
.emailpreview_div {
    background-color: #ccc;
    padding: 5% 0%;
    width: 90%;
    margin-top: 2%;
    height: auto;
    overflow: hidden;
}
.preview_sec {
    width: 75%;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0px 0px 2px #999;
}
.email_inner_div {
    width: 100%;
    margin: 0 auto;
    padding: 2% 5%;
    /*background-color: #fff;*/
}
.email_logo_div {
    text-align: center;
    margin-bottom: 3%;
}
.email_inner_div h4 {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 20px;
    margin-top: 25px;
}
.email_inner_div p {
    /*font-weight: 600;*/
    font-size: 16px;
    text-align: justify;
}
.email_inner_div ul {
    padding-left: 3%;
}
.email_inner_div ul li {
    font-size: 16px;
    text-align: justify;
}
.previewbtn_div {
    text-align: center;
    margin: 7% 0%;
}
.preview_footer {
    background-color: #e9e8e8;
    text-align: center;
    padding: 0.5% 0% 0.2% 0%;
    height: auto;
    overflow: hidden;
    width: 100%;
    z-index: 10;
}
.email_link {
    width: 90%;
    margin-top: 2%;
    text-align: right;
}
.preview_email {
    cursor: pointer;
    margin-bottom: 1%;
}
.verify_error {
    width: 100%;
    float: left;
    margin-top: 1%;
    font-weight: 600;
}
.confirmvote_btn {
    margin-bottom: 3%;
}
.link_edit {
    font-size: 16px;
    font-weight: 600;
    margin-left: 1%;
}

.rateBackground {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/progress0.gif) no-repeat;
	width:200px;
    height:12px;
}
.rateColor {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/progress1.gif) no-repeat;
	height:12px;
}
.email_margin {
    margin-bottom: 10px;
}
.thanks_form {
    width: 65%;
    margin: 5% auto;
}
.thnx_btn {
    float: left;
}
.thanks_form h4 {
    font-weight: 600;
    margin-bottom: 20px;
}
.cust_tooltip {
    color: #333;
}
.edit_sec {
    float: right;
    width: 30%;
    text-align: right;
    margin-top: 1.5%;
    display: inline;
}
/*side nav bar change css start*/
.sidenav {
    height: 100%;
    width: 5%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}
.zone_off, .zone_on {
    width: 78px;
}

.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 6%;
    right: 25px;
    font-size: 36px;
    left: 78%;
    opacity: 0;
}

#maindiv {
    transition: margin-left .5s;
}
.mid_sec {
    width: 90%;
    margin: 3% auto;
    padding-top: 2%;
    padding-left: 1.5%;
}
.menu_icon {
    /*width: 4%;*/
    float: left;
    font-size:30px;
    cursor:pointer; 
    color: #fff;
    margin-top: 3%;
    margin-bottom: 3%;
    margin-left: 25%;
}
.admin_btn {
    position: absolute;
    width:70px;
    top: 20%;
    left: 80%;
    background-color: #2390f6;
    border: none;
    color: #fff;
    padding: 1% 1%;
    font-size: 13px;
    box-shadow: 0px 0px 2px #969696;
}
.forget_link {
    float: left;
    margin-bottom: 3%;
    /*font-weight: 600;*/
}
.login_panel p {
    margin-top: 20px;
    font-weight: 600;
    font-size: 14px;
    color: #666;
}
.login_panel p span {
    font-style: italic;
}
.login_link {
    font-size: 14px;
    font-weight: 300 !important;
}
.login_link a {
    font-weight: 600;
}

.popWhite {width:100%;height:100%;position:fixed;top:0;left:0;z-index: 500;display:block;background-color:rgba(255,255,255,0.8);}
.popLoading{width:50%;height:auto;padding:2% 2%; position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index: 501;line-height:100%;text-align:center;font-size:30px;display:block;border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;}
