﻿#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: 50px;
    background-color: #DDD;
    color: #555;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}

    #back2Top:hover {
        background-color: #DDF;
        color: #000;
    }

.aspLabel {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

/* https://stackoverflow.com/questions/33132465/how-to-achieve-glyphicons-with-numeric-subscripts-inside-bootstrap-3 */
.rw-number-notification {
    position: absolute;
    top: 1em;
    right: 0.5em;
    line-height: 1;
    padding: 3px 3px 2px 3px;
    background-color: red;
    color: white;
    font-family: arial;
    font-weight: bold;
    font-size: 10px;
    border-radius: 4px;
    box-shadow: 1px 1px 1px silver;
}

.ballot {
    display: block;
    float: left;
    background-position: 0 -1819px;
    background-image: url('/images/4cbbt5po.png');
    background-repeat: no-repeat;
    height: 12px;
    width: 16px;
}

body {
    background-color: #f5f5f5;
}

.centered {
    margin: auto;
}

.checkmark {
    display: block;
    float: left;
    background-position: 0 -1710px;
    background-image: url("/images/4cbbt5po.png");
    background-repeat: no-repeat;
    height: 13px;
    width: 16px;
}

.col-sm-offset-35 {
    margin-left: 29.16666665%;
}

.form-control {
    padding: 3px;
}

.half {
    width:50%;
}

hr {
    border-color: rgba(0,0,0, .1)
}

.inlineCtrl {
    display: inline;
    width: 30%;
}

.list-group-item {
    padding:6px;
}

.logo {
    height:50px;
    width: auto;
}



/*Side Menu*/
.menuItem {
    margin-top: 5px;
    text-align:center;
    font-size:large;
}

.menuItemSelected,
.menuItemSelected > a{
    color: #ffffff;
    background-color: #56B1DD;
}

.navbar, .navbar-collapse,
.navbar-header, .navbar-default {
    background-color: #56B1DD;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-text,
.navbar-default .navbar-nav > li > a {
       color: #fff;
}

.nav-item {
    border-left:  solid;
    border-width: 2px;
    border-color: rgba(255,255,255,.4);
}

.nav-pills > li > a {
    background-color: #dce2ed;
    border-style: solid;
    border-color: #CCCCFF;
    border-width: 1px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-bottom: 0px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    border-color: #56B1DD;
    background-color: #56B1DD;
}

.oneDigit { 
    display: inline; width: 50px;
}

.nomarg{
    margin:0px;
}

.nopad {
    padding-left: 0px;
    padding-right: 0px;
}

.pad-top {
    padding-top: 10px;
}

.panel { 
    border-color: #CCCCFF;
    padding: 20px;
}

.panel-content {
    border-color: #CCCCFF;
    background-color: #ffffff;
    border-radius: 4px;
}

.quarter {
    width:25%;
}

.footer {
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
}

.centerTxt {
    text-align: center;
}

.header {
    height: 100px;
}

.large {
    font-size: larger;
}

.login {
    vertical-align: top;
}

.tab-base {
    border: none;
    height: 2px;
    background-color: #56B1DD;
    width: 100%;
    margin-top: 0px;
}   

.table {
    border: solid;
    border-width: 1px;
    border-color: #CCCCFF;
    background-color: #FFFFFF;
    border-radius: 4px;
}

.top {
    vertical-align: top;
}

.right {
    float: right;
}

.selected > a {
    color:#ffffff;
}

.topMargin {
    margin-top: 13px;
}

.bold {
    font-weight: bold;
}

.modal-xl {
    width: 90%;
    max-width: 1200px;
}

.no-padding {
    padding: 0;
}

.padding-5 {
    padding: 5px;
}

.pad-edges-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.margin-5 {
    margin: 5px;
}

.margin-10 {
    margin: 10px;
}

.newsEntry {
    margin-right: 20px;
}

.newsEntryDate, .PCANJNewsEntryDate {
    font-size: 1.25em;
    font-style: italic;
}

.newsList {
    list-style-type: circle;
}

.newsList li {
    margin-bottom: 5px;
}

.width-10 {
    width: 10%;
}

.width-20 {
    width: 20%;
}

.width-30 {
    width: 30%;
}

.width-40 {
    width: 40%;
}

.width-50 {
    width: 50%;
}

.inactive {
    background-image: -webkit-linear-gradient(top, #ededed 0%, #c4c4c4 100%);
    background-image: -o-linear-gradient(top, #ededed 0%, #c4c4c4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#c4c4c4));
    background-image: linear-gradient(to bottom, #ededed 0%, #c4c4c4 100%);
    background-repeat: repeat-x;
    color: #5b5b5b;
    background-color: #ededed;
    border-color: #c4c4c4;
}

.checkBoxList-horizontal tbody tr td {
    padding-right: 5px !important;
}

.width-60 {
    width: 60%;
}

.width-70 {
    width: 70%;
}

.width-80 {
    width: 80%;
}

.width-90 {
    width: 90%;
}

.width-100 {
    width: 100%;
}

.green {
    color: green;
}

.red {
    color: red;
}

.left-align-text {
    text-align: left !important;
}

.bold-text {
    font-weight: bold;
}
/*================ Loader section =============*/
/*Credit: https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_loader */
.loader {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 5px 10px 5px;
    width: 30px;
    height: 30px;
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loader-text {
    display: inline;
    vertical-align: middle;
    font-size: 25px;
}

.loader-sm {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 5px 0px 0px;
    width: 20px;
    height: 20px;
    border: 2px solid #f3f3f3;
    border-radius: 50%;
    border-top: 2px solid #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loader-text-sm {
    display: inline;
    vertical-align: middle;
    font-size: 15px;
}
/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*================ End Loader section =============*/ 

.width-80 {
    width: 80%;
}

.width-90 {
    width: 90%;
}

.width-100 {
    width: 100%;
}

.green {
    color: green;
}

.red {
    color: red;
}

.left-align-text {
    text-align: left !important;
}

.bold-text {
    font-weight: bold;
}
/*================ Loader section =============*/
/*Credit: https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_loader */
.loader {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 5px 10px 5px;
    width: 30px;
    height: 30px;
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loader-text {
    display: inline;
    vertical-align: middle;
    font-size: 25px;
}

.loader-sm {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 5px 0px 0px;
    width: 20px;
    height: 20px;
    border: 2px solid #f3f3f3;
    border-radius: 50%;
    border-top: 2px solid #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loader-text-sm {
    display: inline;
    vertical-align: middle;
    font-size: 15px;
}
/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*================ End Loader section =============*/

.rounded-border {
    border-radius: 5px;
    border: 1px solid #f2f2f2;
    padding: 5px;
}

.cursor-pointer {
    cursor: pointer;
}

.block {
    display: block;
}

.medium-caret {
    display: inline-block; /* Default */
    width: 0; /* Default */
    height: 0; /* Default */
    margin-left: 0; /* Default */
    margin-bottom: .075em;
    vertical-align: middle; /* Default */
    content: ""; /* Default */
    border-top: .35em solid; /* caret size */
    border-right: .35em solid transparent; /* caret size */
    border-left: .35em solid transparent; /* caret size */
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.outer-row {
    margin-bottom: 10px;
    padding: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.center-vertical-table td {
    vertical-align: middle !important;
}

.info-color {
    color: #31708f; 
}

.notification {
    display: inline-block;
    margin: 0px auto;
    position: fixed;
    z-index: 999;
    top: 20px;
    left: 0px;
    right: 0px;
    width: 50%;
}

.badge-red {
    background-color: #ed2f21;
}

.margin-left-15 {
    margin-left: 15px;
}

.word-wrap {
    word-wrap: break-word;
}