﻿/*********** GLOBAL STYLES **********/

html {
    position: relative;
    min-height: 100%;
    background-color: #F2F4F8;
}

body {
    color: #666666;
    background-color: #F2F4F8;
    padding-top: 160px;
    margin-bottom: 100px; /*needed for sticky footer*/
    font-family: "Open Sans";
}

@media (min-width: 1200px) {
    .container {
        /*width: 1280px;*/
        width: 1310px;
    }

    .dropdown-menu.multi-column {
        min-width: 240px !important;
        overflow-x: hidden;
    }

    .nav .avatar {
        width: 30px;
        margin-top: -5px;
        margin-right: 5px;
    }

    .logo-text {
        color: #fff;
        font-family: "Open Sans";
        font-size: 11px;
        font-weight: normal;
    }
}

.vbox > header ~ section {
    /* app override */
    top: 100px;
}

.vbox > section.w-f {
    /* app override */
    bottom: 100px;
}

.vbox > footer ~ section {
    /* app override */
    bottom: 100px;
}

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 30px;
    padding-right: 30px;

}*/

/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 680px;
}

.roundBorder {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #7B7C80;
    width: 500px;
    height: 35px;
    font-weight: bold;
}

a {
    color: #0099cc;
    text-decoration: none;
}

#search {
    width: 160px;
    font-weight: bold;
}

.disabledtext {
    background-color: lightgray;
    width: 100px;
}

.bg-accent.light {
    background-color: #7cb1d6;
}

.bg-accent {
    background-color: #2780bf;
}

    .bg-accent.dark {
        background-color: #155b8c;
    }

#transdesc hr {
    border: none;
    height: 5px;
    /* Set the hr color */
    color: #00497C; /* old IE */
    background-color: #00497C; /* Modern Browsers */
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}
/* FF 4-18 */
input:focus::-moz-placeholder {
    color: transparent;
}
/* FF 19+ */
input:focus:-ms-input-placeholder {
    color: transparent;
}
/* IE 10+ */

/*********** HEADER **********/

#top {
    padding-top: 15px;
    padding-bottom: 30px;
    background-color: #00497C;
}

/* Not being used anywhere: */
/*.header-logo .img-logo {
    display: inline-block;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}*/

/*********** NAV **********/

.navbar-brand {
    width: 390px;
    line-height: 0;
    text-align: left;
}

    .navbar-brand img {
        max-height: 145%;
        max-width: 100%;
        float: left;
    }

/*.aside-md {
    width: 450px;
}*/

.logo-text {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    margin-top: 150px;
}

.nav-text-padding {
    padding-left: 5px;
}

.nav-xs > .vbox > .header,
.nav-xs > .vbox > .footer {
    /* app override */
    padding: 0 95px;
}

.navbar {
    /* bootstrap override */
    /*padding-left: 0;
    padding-right: 0;*/
}

    .navbar + section .nav-off-screen {
        /* app override */
        top: 150px;
    }

        .navbar + section .nav-off-screen + * {
            /* app override */
            top: 150px;
        }

.nav-list {
    width: 200px;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    /* bootstrap override */
    color: #ddd;
    background-color: inherit;
}

.navbar-default {
    /* bootstrap override */
    background-color: transparent;
    border: none;
}

.navbar-fixed-top + * {
    /* app override */
    padding-top: 100px;
}

.navbar-inverse {
    /* bootstrap override */
    background-color: blue;
}



.navbar .navbar-nav > li > a:hover {
    /* bootstrap override */
    color: #bbb;
}

.navbar .navbar-nav > li > a {
    /* bootstrap override */
    color: #fff;
}

/* Check if these are needed or not */
.navbar-nav > li > a {
    /* bootstrap override */
    padding-bottom: 0;
    padding-top: 5px;
    padding-right: 0;
}

.navbar-text {
    /* bootstrap override */
    margin-top: 10px;
    margin-bottom: 10px;
    /* additional: */
    padding-left: 0;
    margin-left: 0;
}

.navbar-form {
    /* bootstrap override */
    margin: 0 5px;
}

.navbar .navbar-nav > li > a:visited {
    color: #fff;
}

.nav .avatar {
    /* app override */
    width: 40px;
    /*margin-top: -5px;
    margin-right: 5px;*/
}

.nav > li > a {
    color: #fff;
    font-size: 13px;
}

    .nav > li > a:hover:visited {
        color: #bbb;
        background-color: #256e9C;
    }

    .nav > li > a:visited {
        color: #fff;
        background-color: #256e9C;
    }


/*********** NAV TABS **********/

.menu-margin {
    margin-right: 30px;
}

.menu-container {
    width: 100%;
    margin: 0 auto;
    background: #256e9C;
}

.menu-mobile {
    display: none;
    padding: 20px;
}

    .menu-mobile:after {
        content: "\f394";
        font-family: "Ionicons";
        font-size: 2.5rem;
        padding: 0;
        float: right;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-25%);
        -ms-transform: translateY(-25%);
        transform: translateY(-25%);
    }

.menu-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    background: #fff;
    color: #333;
}

.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

    .menu > ul:before,
    .menu > ul:after {
        content: "";
        display: table;
    }

    .menu > ul:after {
        clear: both;
    }

    .menu > ul > li {
        float: left;
        background: #256e9C;
        color: #eeeeee;
        font-size: 16px;
        padding: 0;
        margin: 0;
    }

        .menu > ul > li a {
            text-decoration: none;
            padding: .9em 1em;
            display: block;
            color: inherit;
        }

.menu-selected {
    color: #333333 !important;
}

.menu > ul > li:hover {
    background: #F7F7F7;
}

.menu > ul > li > ul {
    display: none;
    width: 100%;
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    background: #F7F7F7;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    box-shadow: 0px 6px 6px rgba(0,0,0,0.175);
}

    .menu > ul > li > ul:before,
    .menu > ul > li > ul:after {
        content: "";
        display: table;
    }

    .menu > ul > li > ul:after {
        clear: both;
    }

    .menu > ul > li > ul > li {
        margin: 0;
        padding-bottom: 0;
        list-style: none;
        width: 25%;
        background: none;
        float: left;
    }

        .menu > ul > li > ul > li a {
            color: #333333;
            padding: .2em 0;
            width: 95%;
            display: block;
            border-bottom: 1px solid #ccc;
        }

        .menu > ul > li > ul > li h4 {
            margin: 0;
            color: #717171;
            font-size: 100%;
            padding: .4em 0;
            width: 95%;
            display: block;
            border-bottom: 1px solid #ccc;
        }

        .menu > ul > li > ul > li > ul {
            display: block;
            padding: 0;
            list-style: none;
            box-sizing: border-box;
        }

            .menu > ul > li > ul > li > ul:before,
            .menu > ul > li > ul > li > ul:after {
                content: "";
                display: table;
            }

            .menu > ul > li > ul > li > ul:after {
                clear: both;
            }

            .menu > ul > li > ul > li > ul > li {
                float: left;
                width: 100%;
                padding: 3px 0;
                margin: 0;
                font-size: .8em;
            }

                .menu > ul > li > ul > li > ul > li a {
                    border: 0;
                }

                    .menu > ul > li > ul > li > ul > li a:hover {
                        color: #0099FF;
                        text-decoration: underline;
                    }

    .menu > ul > li > ul.normal-sub {
        width: 300px;
        left: auto;
        padding: 10px 20px;
    }

        .menu > ul > li > ul.normal-sub > li {
            width: 100%;
        }

            .menu > ul > li > ul.normal-sub > li a {
                border: 0;
                padding: 1em 0;
            }

.menu p {
    color: #333333;
}

.menu-active-link {
    display: inline !important;
    color: #0099cc !important;
}

.menu-btn {
    margin: 8px 0;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 959px) {
    .menu-container {
        width: 100%;
    }

    .menu-mobile {
        display: block;
    }

    .menu-dropdown-icon:before {
        display: block;
    }

    .menu > ul {
        display: none;
    }

        .menu > ul > li {
            width: 100%;
            float: none;
            display: block;
        }

            .menu > ul > li a {
                padding: 1.5em;
                width: 100%;
                display: block;
            }

            .menu > ul > li > ul {
                position: relative;
            }

                .menu > ul > li > ul.normal-sub {
                    width: 100%;
                }

                .menu > ul > li > ul > li {
                    float: none;
                    width: 100%;
                    margin-top: 20px;
                }

                    .menu > ul > li > ul > li:first-child {
                        margin: 0;
                    }

                    .menu > ul > li > ul > li > ul {
                        position: relative;
                    }

                        .menu > ul > li > ul > li > ul > li {
                            float: none;
                        }

    .menu .show-on-mobile {
        display: block;
    }
}

/*********** NAV Admin Menus **********/
.dropdown-menu {
    min-width: 200px;
    font-size: 13px;
}

    .dropdown-menu.columns-2 {
        min-width: 400px;
    }

    .dropdown-menu.columns-3 {
        min-width: 600px;
    }

    .dropdown-menu li.indent {
        margin-left: 8px;
    }

.arrow.top-left {
    left: 20%;
    margin-left: -8px;
    border-top-width: 0;
    border-bottom-color: #eee;
    border-bottom-color: rgba(0,0,0,0.1);
    top: -8px;
}

    .arrow.top-left:after {
        content: " ";
        top: 1px;
        margin-left: -7px;
        border-top-width: 0;
        border-bottom-color: #fff;
    }

.arrow.top-right {
    right: 12px;
    border-top-width: 0;
    border-bottom-color: #eee;
    border-bottom-color: rgba(0,0,0,0.1);
    top: -8px;
}

    .arrow.top-right:after {
        content: " ";
        top: 1px;
        margin-left: -7px;
        border-top-width: 0;
        border-bottom-color: #fff;
    }

/*********** TOOLBAR STYLES **********/

.page-title h3 {
    margin-top: 25px;
    margin-bottom: 5px;
}

.toolbar-container {
    margin-bottom: 14px;
}

    .toolbar-container .sub-title {
        margin-top: 5px;
    }

        .toolbar-container .sub-title label {
            font-size: 14px;
            margin-right: 3px;
        }

        .toolbar-container .sub-title span {
            font-size: 14px;
            font-weight: bold;
            margin-right: 10px;
        }

    .toolbar-container .spacer {
        margin-bottom: 12px;
    }

.back-to {
    margin-top: 22px;
    margin-bottom: 10px;
}

    .back-to a {
        margin-left: 0;
        color: #0099cc !important;
        font-weight: bold;
        background-color: transparent;
        cursor: pointer;
        font-size: 11px;
    }

.toolbar {
    font-size: 1.1em;
    color: #9dacaf;
    line-height: 32px;
    float: right;
}

    .toolbar span {
        margin-right: 2px;
    }

    .toolbar li {
        list-style: none;
        display: inline;
        float: left;
        clear: none;
        padding: 0 3px 0 3px;
    }

        .toolbar li:last-child {
            padding-right: 0;
        }



/*********** NAV SEARCH **********/

#searchNameBox {
    width: 275px;
}

.btn-search {
    color: #fff !important;
    background-color: #256e9c;
    border-color: #256e9c;
    border-bottom-color: #256e9c;
    -webkit-box-shadow: 0 1px 1px rgba(90,90,90,0.1);
    box-shadow: 0 1px 1px rgba(90,90,90,0.1);
}

    .btn-search:hover,
    .btn-search:focus,
    .btn-search:active,
    .btn-search.active,
    .open .dropdown-toggle.btn-search {
        color: #fff !important;
        background-color: #256e9c;
        border-color: #256e9c;
    }

    .btn-search:active,
    .btn-search.active,
    .open .dropdown-toggle.btn-search {
        background-image: none;
    }

    .btn-search.disabled,
    .btn-search.disabled:hover,
    .btn-search.disabled:focus,
    .btn-search.disabled:active,
    .btn-search.disabled.active,
    .btn-search[disabled],
    .btn-search[disabled]:hover,
    .btn-search[disabled]:focus,
    .btn-search[disabled]:active,
    .btn-search[disabled].active,
    fieldset[disabled] .btn-search,
    fieldset[disabled] .btn-search:hover,
    fieldset[disabled] .btn-search:focus,
    fieldset[disabled] .btn-search:active,
    fieldset[disabled] .btn-search.active {
        background-color: #256e9c;
        border-color: #256e9c;
    }

    .btn-search.btn-bg {
        border-color: rgba(0,0,0,0.1);
        background-clip: padding-box;
    }

.tt-dropdown-menu {
    border: 0px solid #cccccc;
    border: 0px solid rgba(0, 0, 0, 0.15);
}

/*********** Dynamic Menu **********/

#ddmenu {
    max-height: 50px;
}

    #ddmenu ul {
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
    }

/*********** BODY CONTENT **********/
/*#bodycontent {
    margin-left: 0;
    margin-right: 0;
    color: #00ccff;
    font-size: 13px;
}*/

/*********** STICKY FOOTER **********/

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    background-color: #333333;
    color: #979797;
}


/*********** GENERAL TEXT SYLTES **********/
.text-dark {
    color: #256e9c;
}

.text-title {
    color: #717171;
    font-size: 24px;
    font-weight: normal;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.text-dashinfo {
    color: #7b7979;
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: bold;
}

.text-dashtitle {
    color: #666666;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: bold;
}

.text-subtext {
    color: #666666;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: bold;
}


.text-dashtext {
    color: #666666;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: normal;
}

.text-black {
    color: #666666;
}

/*********** GENERAL SYLTES **********/

.bodymargin {
    Margin-Top: 9px;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.table-header-label {
    color: #666666; 
    font-family: Open Sans; 
    font-weight: Bold; 
    font-size: 13px;
}
/*
    * Row with equal height columns
    * --------------------------------------------------
    */
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}

/*override default bootstrap style*/
.alert {
    margin-bottom: 0;
}

.header-alert {
    margin-top: 30px;
    margin-bottom: 0;
}

/*********** PANEL SYLTES **********/

.panel-heading .meta-info label {
    margin-right: 3px;
}

.panel-heading .meta-info span {
    font-weight: bold;
    margin-right: 10px;
}

.panel-primary {
    border-color: #256e9C;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #256e9C;
        border-color: #256e9C;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #256e9C;
        }

        .panel-primary > .panel-heading .badge {
            color: #256e9C;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #256e9C;
    }

/*********** MISC SYLTES **********/
input::-webkit-calendar-picker-indicator {
    display: none;
}

input[type="date"]::-webkit-input-placeholder {
    visibility: hidden !important;
}

.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

.multi-app-menu-icon {
    background: url(../Images/16x16-16-offset-menu-icon.png);
    display: block;
    float: left;
    width: 16px;
    height: 17px;
    top: 6px;
}

    .multi-app-menu-icon + .dropdown-menu {
        margin-left: -32px;
        margin-top: 15px !important; /*!important needed I believe because of css precedence with a sibling selector*/
    }

.input-group .form-control {
    position: relative;
    z-index: 0;
    float: left;
    width: 100%;
    margin-bottom: 0; /*overide for amount*/
}

.top-buffer {
    margin-top: 5px;
}

.loading-message {
    margin-top: 25px;
    margin-bottom: 25px;
    vertical-align: top;
}

.ball-spin-fade-loader {
    margin-left: 40px;
}

/*********** DASHBOARD STYLES **********/
#election-dates {
    margin-top: 32px;
}

    #election-dates li {
        list-style: none;
        display: inline;
        float: left;
        clear: none;
        padding: 0 5px 0 5px;
    }

        #election-dates li:last-child {
            padding-right: 0;
        }


    #election-dates label {
        font-size: 14px;
        margin-right: 3px;
    }

    #election-dates span {
        font-size: 14px;
        font-weight: bold;
    }

.dashboard-title-info {
    margin-bottom: 14px;
}

.dashboard-menu-table-accent {
    padding-top: 10px;
}

.dashboard-menu-nyc-votes-panel {
    padding-top: 0;
    margin-top: 0;
}

    .dashboard-menu-nyc-votes-panel .line {
        margin-top: 0;
    }

.nycv-logo {
    background: url(../Images/NYC-Votes-logo.png) no-repeat;
    width: 0;
    height: 0;
    outline: none;
    padding: 0 40px 25px 40px;
    margin: 0 auto 5px auto;
    vertical-align: middle;
}

.dashboard-report {
    height: 300px;
}

/*********** LANDING PAGE STYLES **********/
.landing hr {
    border: none;
    height: 5px;
    /* Set the hr color */
    color: #00497C; /* old IE */
    background-color: #00497C; /* Modern Browsers */
}

.landing h5 {
    font-size: 13px;
    margin: 5px 0;
}

.landing p {
    margin-bottom: 25px;
}


/*********** ADMIN STYLES **********/
#panel-change-encryption-key, #panel-reset-submission, #panel-change-election-cycle {
    display: none;
}

@media (max-width: 1024px) {
    #admin-menu a {
        font-size: 12px;
    }
}

#reset-submission .alert {
    margin-bottom: 15px;
}

/*********** MONETARY CONTRIBUTION STYLES **********/

.form-group {
    margin-bottom: 5px;
}

.link-color {
    color: #09c;
}

.settings-wheel {
    min-width: 100px;
}

.previous-transaction {
    margin-right: 3px;
}

.next-transaction {
    margin-left: 3px;
}

/*********** REPORT STYLES **********/

#rpt-no-results i,
#dnm-popup-results i {
    margin-right: 5px;
    height: 25px;
    vertical-align: middle;
}

#report-form .form-group {
    margin-bottom: 10px;
}

/****** DataTables Grid *****/
.dt-header {
    width: 30%;
    height: 40px;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-color: #e8e8e8;
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    float: left;
}

.dt-footer {
    width: 100%;
    padding: 10px 15px;
    border-bottom: none;
    color: #333;
    background-color: white;
    float: left;
}

.table.dataTable.no-footer {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.dataTables_length {
    height: 40px;
    width: 70%;
    padding: 10px 10px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-color: #e8e8e8;
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    float: right;
    text-align: right;
}

.documentationWizard .badge-info {
    background-color: #4cc0c1;
}

.documentationWizard .badge-success {
    background-color: #8ec165;
}

.documentationWizard ul li.active {
    color: #4cc0c1;
}

/*.dataTables_processing {
background-image : url("~/Content/images/loading.gif");

}*/

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    cursor: not-allowed !important;
    background-color: #fff !important;
    border-color: #ddd !important;
}

.dataTables_wrapper .dataTables_info {
    padding-top: 1.9em !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    position: relative !important;
    float: left !important;
    padding: 6px 12px !important;
    margin-left: -1px !important;
    line-height: 1.42857143 !important;
    color: #428BCA !important;
    text-decoration: none !important;
    background-color: #FFF !important;
    border: 1px solid #DDD !important;
}

.dataTables_wrapper .dataTables_paginate {
    display: inline-block !important;
    padding-left: 0 !important;
    margin: 20px 0 !important;
    border-radius: 4px !important;
    color: #FFF !important;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        z-index: 2 !important;
        color: #DDD !important;
        cursor: default !important;
        background-color: #428BCA !important;
        border-color: #428BCA !important;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #428BCA), color-stop(100%, #428BCA));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #428BCA 0%, #428BCA 100%);
        /* Chrome10+,Safari5.1+ */
        background: -moz-linear-gradient(top, #428BCA 0%, #428BCA 100%);
        /* FF3.6+ */
        background: -ms-linear-gradient(top, #428BCA 0%, #428BCA 100%);
        /* IE10+ */
        background: -o-linear-gradient(top, #428BCA 0%, #428BCA 100%);
        /* Opera 11.10+ */
        background: linear-gradient(to bottom, #428BCA 0%, #428BCA 100%);
        /* W3C */
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        color: white !important;
        border: 1px solid #111;
        background-color: #DDD;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(95%, #DDD), color-stop(5%, #428BCA));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #DDD 95%, #428BCA 5%);
        /* Chrome10+,Safari5.1+ */
        background: -moz-linear-gradient(top, #DDD 95%, #428BCA 5%);
        /* FF3.6+ */
        background: -ms-linear-gradient(top, #DDD 95%, #428BCA 5%);
        /* IE10+ */
        background: -o-linear-gradient(top, #DDD 95%, #428BCA 5%);
        /* Opera 11.10+ */
        background: linear-gradient(to bottom, #DDD 95%, #428BCA 5%);
        /* W3C */
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button:active {
        z-index: 2 !important;
        color: #428BCA !important;
        cursor: default !important;
        background-color: #FFF !important;
        border-color: #DDD !important;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(100%, #FFF));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,#FFF 0%, #FFF 100%);
        /* Chrome10+,Safari5.1+ */
        background: -moz-linear-gradient(top, #FFF 0%, #FFF 100%);
        /* FF3.6+ */
        background: -ms-linear-gradient(top, #FFF 0%, #FFF 100%);
        /* IE10+ */
        background: -o-linear-gradient(top, #FFF 0%, #FFF 100%);
        /* Opera 11.10+ */
        background: linear-gradient(to bottom, #FFF 0%, #FFF 100%);
        /* W3C */
        box-shadow: inset 0 0 3px #FFF;
    }

.dataTables_length div.dt-buttons {
    float: right;
    text-align: right;
    padding: 0 0 0 40px;
}


button.dt-button,
div.dt-button,
a.dt-button {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin-right: 0.333em;
    padding: 0.5em 1em;
    border: 1px solid #335397;
    border-radius: 2px;
    cursor: pointer;
    font-size: 0.88em;
    color: #fff !important;
    white-space: nowrap;
    overflow: hidden;
    background-color: #335397;
    bottom: 5px;
}

/*********** NAME STYLES **********/
@media (min-width: 768px) {
    #nameDetail.form-horizontal .control-label {
        padding-top: 0;
        margin-bottom: 0;
        text-align: right;
    }
}

.districtRadioButtons {
    list-style-type: none;
}

/*********** ADVANCE STYLES **********/
.checkbox {
    margin-left: 10px;
}

/*********** TIMEOUT REDIRECT **********/
.timeout-container {
    max-width: 850px;
}

.timeout-logo-text-color {
    color: #256E9C !important;
}


@media (min-width: 768px) {
    .modal-dialog {
        width: 700px;
        margin: 30px auto;
    }
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: grey; /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}
/*
    Searchbox style
*/
#searchBox .linkmerge {
    display: block;
    padding: 1px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropList:hover {
    background-color: #ececec;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

/* Submission*/

.text-psub {
  font-size: 14px;
}
#affirmation p{
    margin: 0 0 15px;
}
/*
   Menu fix for IE Z-index
*/
 .cover {
        position: absolute;
        border: none;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
    }

 /*
     Margins
 */
 .top-5 { margin-top: 5px; }
 .top-7 { margin-top: 7px; }
 .top-10 { margin-top: 10px; }
 .top-15 { margin-top: 15px; }
 .top-17 { margin-top: 17px; }
 .top-20 { margin-top: 20px; }
 .top-30 { margin-top: 30px; }

 .bottom-5 { margin-bottom: 5px; }
 .bottom-7 { margin-bottom: 7px; }
 .bottom-10 { margin-bottom: 10px; }
 .bottom-15 { margin-bottom: 15px; }
 .bottom-17 { margin-bottom: 17px; }
 .bottom-20 { margin-bottom: 20px; }
 .bottom-30 { margin-bottom: 30px; }