/* Minification failed. Returning unminified contents.
(1249,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1256,17): run-time error CSS1039: Token not allowed after unary operator: '-darkblue'
(1263,17): run-time error CSS1039: Token not allowed after unary operator: '-darkblue'
(1364,17): run-time error CSS1039: Token not allowed after unary operator: '-darkblue'
(1464,28): run-time error CSS1039: Token not allowed after unary operator: '-darkblue'
 */
html {
    /*background-color: #ffffff;*/
    margin: 0;
    padding: 0;
}

body {
    background-color: #0c203d;
    font-family: "Roboto", Sans-Serif;
    margin: 0;
    padding: 0;
    font-size: 14px !important;
    line-height: 24px !important;
    font-weight: 300 !important;
    color:#777777 !important;
}
#body, header{
    background-color:#fff;
}

a {
    /*color: #333;*/
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: none;
}

a:link, a:visited,
a:active, a:hover {
    color: #333;
}

a:hover {
    text-decoration: underline;
}

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}
.dark, .dark p, .dark td {
    color: #f1f1f1;
}
.dark ul.menu > li > a:hover, .dark ul.menu > li.active > a, .dark ul.menu > li.current-cat > a, .dark .widget > ul > li > a:hover, .dark .widget > ul > li.active > a, .dark .widget > ul > li.current-cat > a {
    color: #fff;
}
.dark a, .dark .widget a {

    color: currentColor;

}
h1, h2, h3,
h4, h5, h6 {
    color: #1a355d;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
    line-height:2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-facebook-f::before, .fa-facebook::before {
    content: "\f09a";
}
.fa-twitter::before {
    content: "\f099";
}
.fa-instagram::before {
    content: "\f16d";
}
.fa-linkedin::before {
    content: "\f0e1";
}
.flex-right {
    margin-left: auto;
}
.flex-col {
    max-height: 100%;
}
.nav-right {

    -ms-flex-pack: end;
    justify-content: flex-end;

}
.nav {

    width: 100%;
    position: relative;
    display: inline-block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;

}
.nav, .nav ul:not(.nav-dropdown) {

    margin: 0;
    padding: 0;

}
.nav li:first-child {

    margin-left: 0 !important;

}
.nav > li {

    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    margin: 0 7px;
        margin-left: 7px;
    transition: background-color .3s;

}
.header-main .nav > li > a {

    font-weight: 500 !important;
    padding: 0px 8px !important;
    line-height: 65px !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    color: 

    #334862 !important;

}
.header-main .nav > li > a {

    line-height: 16px;

}
.nav > li > a {

    font-weight: 500;

}
/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 1150px;
}

#body {
    clear: both;
    padding-bottom: 35px;
}

    .main-content {
 
        padding-left: 10px;
        padding-top: 30px;
    }

    .featured + .main-content {
        
    }

header .content-wrapper {
    padding-top: 20px; 
}
ul.menu > li, .widget > ul > li {
    list-style: none;
    margin-bottom: .3em;
    text-align: left;
}   
.menu-container li {

    border: none !important;

} 
footer {
    background-color: rgb(26, 53, 94);
    padding-top:30px;
    padding-bottom:30px;
    display:block;
    margin:0;
}

ul.menu > li > a, ul.menu > li > span:first-child, .widget > ul > li > a, .widget > ul > li > span:first-child {
    display: inline-block;
    padding: 6px 0;
    -ms-flex: 1;
    flex: 1;
}

footer .menu-container{
    padding: 0 15px 30px;
}
.menu a:hover{
    background-color:none;
}
header .button-menu-item a {
    background-color: #98999c !important;
    color: #ffffff !important;
    border-radius: 0;
    font-family: Roboto, sans-serif !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    padding: 3px 20px;
    line-height: 30px !important;
    border: none;
    border: 5px solid#98999c !important;
    box-shadow: inset 0 0 0 1px#fff !important;
    margin-top: -5px;
}
footer .menu .button-menu-item a{
    background-color:#98999c !important;
    color:#ffffff !important;
    border-radius: 0;
    font-family: Roboto, sans-serif !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    padding: 3px 20px;
    line-height: 30px !important;
    border: none;
    border: 5px solid#98999c !important;
    box-shadow: inset 0 0 0 1px#fff !important;
    margin-top: -5px;
}
footer ul li{
    margin: 0;
    margin-right: 0px;
    margin-left: 0px;
    float: left;
    margin-right: 20px;
    margin-left: 0 !important;
}

.absolute-footer{
    background-color: #0c203d;
    font-size:0.9em;
    padding:10px 0 15px;
}

.absolute-footer .dark{
     color: rbga(255,255,255,0.5);
}
.text-center {

    text-align: center;

}
.col{
    position:relative;
    display:inline-block;
    margin:0px;
    padding:0px;
    float:left;
    text-align:left;
}
.col20{
    width:20%;
}
.col25{
    width:25%;
}
.col33{
    width:33.333337%;
}
.col40{
    width:40%
}
.col50{
    width:50%;
}
.col60{
    width:60%;
}
.col66{
    width:66.6666%;
}
.col75{
    width:75%;
}
.col80{
    width:80%;
}
.col100{
    width:100%;
}
footer .menu-container{
    display:block;
    padding:0px 10px 10px 10px;
    color:#fff;
}
footer .thumb-footer{
    padding:5px 15px;
}
footer a{
    color:#fdfdfd;
}
footer a:hover{
    color:#fff;
}
/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}
.site-title .site-header-logo{
        max-height:100px;
    }
#login{
    text-align:right;
}
#login ul{
    display:inline-block;
    padding:2px;
}
.header-main .nav > li > a {
    font-weight: 500 !important;
    padding: 0px 8px !important;
    line-height: 65px !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    color: #334862 !important;
}
#login ul li{
    display:inline-block;
    text-decoration:none;
    list-style:none;
    list-style-type:none;
    margin:2px 10px;
}
.nav li a{
    text-transform:uppercase;
}
.nav li a:hover{
    font-weight:bold;
    background-color:none;
}
/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #fff;
        }

        .featured p {
            font-size: 1.1em;
        }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom:  5px;
    }

fieldset.open-auth-providers {
    margin-top: 15px;
}

    fieldset.open-auth-providers button {
        margin-bottom: 12px;
    }
    
/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }
    
    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

    label {
        display: block;
        font-size: 1.2em;
        font-weight: 600;
    }

    label.checkbox {
        display: inline;
    }

    input, textarea {
        border: 1px solid #e2e2e2;
        background: #fff;
        color: #333;
        font-size: 1.2em;
        margin: 5px 0 6px 0;
        padding: 5px;
        width: 300px;
    }

    textarea {
        width: 500px;
    }
    
        input:focus, textarea:focus {
            border: 1px solid #7ac0da;
        }

        input[type="checkbox"] {
            background: transparent;
            border: inherit;
            width: auto;
        }
        
    /*input[type="submit"],
    input[type="button"],
    button {
        background-color: #d3dce0;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;
        margin-right: 8px;
        width: auto;
    }*/

.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    position: relative;
    display: inline-block;
    background-color: transparent;
    text-transform: uppercase;
    font-size: .97em;
    letter-spacing: .03em;
    -ms-touch-action: none;
    touch-action: none;
    cursor: pointer;
    font-weight: bolder;
    text-align: center;
    color: currentColor;
    text-decoration: none;
    border: 1px solid transparent;
    vertical-align: middle;
    border-radius: 0;
    margin-top: 0;
    margin-right: 1em;
    text-shadow: none;
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 1.2em;
    max-width: 100%;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
    background-color:#98999c !important;
color:#ffffff !important;
border-radius: 0;
font-family: Roboto, sans-serif !important;
font-weight: 400 !important;
text-transform: uppercase;
font-size: 12px;
position: relative;
padding: 3px 20px;
line-height: 30px !important;
border: none;
border: 5px solid#98999c !important;
box-shadow: inset 0 0 0 1px#fff !important;
}
.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
    background-color: #0c203d !important;
    border: 5px solid #0c203d !important;
}

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
	font-size: 1.2em;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
        
    }

    /*  WIP:  This was stomping on my gv css*/
	/*th a:link, th a:visited, th a:active, th a:hover {
		color: #333;
		font-weight: 600;
		text-decoration: none;
        padding: 0;
	}*/

	th a:hover {
		color: #000;
	}

    th.asc a, th.desc a {
        margin-right: .75em;
    }
    
    th.asc a:after, th.desc a:after {
		display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
	}

	th.asc a:after {
		content: '▲';
	}

	th.desc a:after {
		content: '▼';
	}

td {
    padding: .25em 2em 0.25em .25em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

        #login a:hover {
            color: #333;
        }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

     /* features */
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    
    
    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }

    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}
/* END: Mobile Styles */

header{
    padding-bottom:10px;
}
.main-content{
    padding-top:0px;
}
#body{
    padding-bottom:0px;
}
.header-login-banner{
    display:block;
    max-height:800px;
    background-image:url(/library/gui/aeg-connect-slider_1_home3.jpg);
    background-position:center;
    background-size:cover;
    overflow:hidden;
}

.header-login-banner .login-wrapper{
    margin-top:2em;
    margin-bottom:2em;
    background-color:rgba(255,255,255,0.9);
    box-shadow:0px 0px 6px #000;
    display:inline-block;
    max-width:90%;
    padding:2em;
    position:relative;
}

.eg, .errorGroup{
    color:red;
}
.wg, .warningGroup{
    color:yellow;
}
.sg, .successGroup{
    color:green;
}


/*.gv {
    width: 100%;
    border-collapse: collapse;
    z-index: 2;
    margin-bottom: 10px;
    font-size: 0.9em;
    color: var(--darkblue);
    border-top-color: var(--darkblue);
    border-left-color: var(--darkblue);
    border-right-color: var(--darkblue);
}

.gv * {
    z-index: 3;
}

.gv td {
    white-space:nowrap;
}

.gv th {
    border: 1px solid white;
    white-space: nowrap;
}

.gv-header {
    color: #c6c6cb;
    background-color: #002a5d;
    padding: 4px 10px 3px 10px;
}

.gv-header a {
    color: #ededf5;
}

.gv-header a:hover {
    color: #FFFFFF;
}

.gv-alt-row {
    background-color: #bdbdc2;
}

.gv-warning-row {
    background-color: #feff82;
}

.gv-error-row {
    background-color: Red;
    color: White;
}

.gv-row td, .gv-alt-row td, .gv-error-row td, .gv-warning-row td, .gv-header td {
    border: solid 1px #002a5d;
}

.gv-pager a:hover {
    background-color: #002a5d;
    color: #FFFFFF;
}*/

.gv {
    width: 100%;
    border-collapse: collapse;
    z-index: 2;
    margin-bottom: 10px;
}

    .gv * {
        z-index: 3;
    }

    .gv td {
    }

.gv-header {
    text-align:left;
    color: #c6c6cb;
    font-weight:bold;
    background-color: #002a5d;
}

    .gv-header a {
        color: #ededf5;
    }

        .gv-header a:hover {
            color: #FFFFFF;
        }

.gv-header th, .gv-header td
{
	padding:2px 5px 2px 2px;
}

.gv-alt-row {
    background-color: #bdbdc2;
}

.gv-warning-row {
    background-color: #feff82;
}

.gv-error-row {
    background-color: Red;
    color: White;
}

    .gv-row td, .gv-alt-row td, .gv-error-row td, .gv-warning-row td, .gv-header td {
        border: solid 1px #002a5d;
    }

.gv-pager a:hover {
    background-color: #002a5d;
    color: #FFFFFF;
}

.gv-empty td {
    padding: 10px;
    color: #fff;
    background: #00295d;
    font-style: italic;
    border: solid 1px #000;
}

.modal-popup {
    background-color: #FFFFFF;
    border: solid 2px #002a5d;
    padding:3em;
}

.modal-bg {
    background-color: #000000;
    z-index:999 !important;
}

.calendar-popup {
    border: solid 1px #445a3b;
    background-color: #FFFFFF;
}


.scroll-div {
    border: solid 1px #445a3b;
}



.modal-popup {
    background-color: #FFFFFF;
    border: solid 2px #002a5d;
}

.modal-bg {
    background-color: #000000;
    opacity: 0.5;
}

.calendar-popup {
    border: solid 1px #33617a;
    background-color: #FFFFFF;
    z-index:999 !important;
}

.fHd, .fVl {
    padding: 2px 5px;
}

.scroll-div {
    border: solid 1px #33617a;
}

.fHd
{
	font-weight:bold;
	padding-right:10px;
}
.fHd2
{
    font-weight:bold;
  	padding-right:10px;
    text-align:center;
}

.fHd3
{
    font-size:12px !important;
    font-weight:bold;
  	padding-right:10px;
    text-align:center;
}

.fHd4
{
    font-weight:bold;
  	padding-right:5px;
    text-align:center;
}

.fVI2 {
    font-size: 12px !important;
    font-style:italic !important;
    color:grey;
   }

/*.fVl{}
input, select, textarea
{
	margin-right:5px;
	font-size:11px;
    vertical-align:middle;
}*/
.sm-tb
{
	width:150px;
}


.img-btn {
    /*margin-top:3px;*/
    vertical-align: middle;
    cursor: pointer;
    z-index: 999 !important;
}


:root {
    --darkblue: #002060;
}

.dashboardnowrapheader {
    white-space: nowrap;
    font-size: small;
    font-weight: bold;
    color: var(--darkblue);
}

.dashboardnowrappriceheader {
    white-space: nowrap;
    font-size: large;
    font-weight: bold;
    color: var(--darkblue);
}

.nowrapright {
    padding: 0px 0px 0px 20px;
    white-space: nowrap;
    text-align: right;
    font-size: small;
    vertical-align: top;
}

.nowrapleft {
    white-space: nowrap;
    text-align: left;
}

.rewardlargefont {
     white-space: nowrap;
    text-align: right;
    color: #1a355d;;
    font-size:25px;
    font-weight: bold;
    vertical-align: middle;
}

.rewardmedfont {
     white-space: nowrap;
    text-align: center;
    color: #0000ff;
    font-size:15px;
    font-weight: bold;
    vertical-align: middle;
}

.rewardsPoint {
    font-size: 45px !important;
    font-weight: bold;
    text-align: right;
    color: #1a355d;
    width: 100%;
    white-space: nowrap;
   
}

.rewards30DayPoint{
    color:red;
    font-weight:bold;
    font-style:italic;
}

.fHdRIB1
{
    font-size:12px !important;
    font-weight:bold;
    font-style:italic;
    font-family:Arial  !important;
  	text-align:left;
    color:blue; /** #33617A */;
    
}

.fVI0 {
    font-size: 11px !important;
    font-style:italic !important;
    color:grey;
   }


.dashboardpricecontainer {
    font-size: x-large;
    color: #0000ff;
    width: 100%;
    white-space: nowrap;
}

.dashboardprice {
    display: flex;
    flex-direction: row;
    padding: 0px 0px 0px 20px;
}

.dashboardpricefueler {
    white-space: nowrap;
    font-size: medium;
}

.dashboardpriceicao {
    white-space: nowrap;
    font-size: medium;
}

.dashboardsub {
    font-size: x-small;
    font-weight: bold;
    vertical-align: bottom;
    padding: 0px 0px 0px 10px;
}

.dashboardsummary {
    font-size: xx-large;
    font-weight: bold;
    color: var(--darkblue);
    padding: 5px;
}

.dashboardpercentage {
    font-size: small;
    font-weight: bold;
}

.positive {
    color: green;
    font-weight: bold;
}

.negative {
    color: red;
    font-weight: bold;
}

.uplifts-month {
    grid-area: uplifts-month;
    flex-wrap: nowrap;
    width: 150px;
    height: 100px;
}

.uplifts-year {
    grid-area: uplifts-year;
    flex-wrap: nowrap;
    width: 150px;
    height: 100px;
}

.quotes-year {
    grid-area: quotes-year;
    flex-wrap: nowrap;
    width: 150px;
    height: 100px;
}

.gallons-month {
    grid-area: gallons-month;
    flex-wrap: nowrap;
    width: 150px;
    height: 100px;
    position: relative;
    left: 75px;
}

.gallons-year {
    grid-area: gallons-year;
    flex-wrap: nowrap;
    width: 150px;
    height: 100px;
    position: relative;
    left: 75px;
}


.dashboardreports {
    grid-area: reports;
    width: 100%;
    min-width: 300px;
}

.dashboardnotescomments {
    grid-area: notes;
    width: 100%;
    min-width: 300px;
}

.dashboardprice {
    grid-area: price;
}

.dashboardcontact {
    grid-area: contact;
    width: 100%;
}

.grid-container {
    display: grid;
    grid-template-areas: auto;
    grid-gap: 10px;
    padding: 10px;
}

.grid-container > div {
    /*text-align: center;*/
    padding: 20px 0;
    box-shadow: 0px 0px 6px #000;
}

/*.centered {
    width: 80%;
    margin: 0 auto;
    padding: 20px;
}*/

.rounded {
    border: 1px solid var(--darkblue);
    padding: 5px 10px 1px 10px;
    margin: 2px;
    border-radius: 20px;
    background-color: lightgray;
    opacity: .3;
    transition: 0.5s;
}

.rounded:hover {
    opacity: 1;
    transition: 0.5s;
}


.padded {
    padding: 5px 5px 5px 5px;
    text-align: left;
    font-size: small;
    vertical-align: top;
}


.centered {
    text-align: center;
}

.item {
    display: block;
 }

input[type=checkbox] {
    display: inline;
}

.accordion{
    margin-bottom:15px;
}

.accordion-header{
    background-color:#002b5c;
    border:solid 1px #000;
    cursor:pointer;
    padding:10px;
    color:#fff;
}
.accordion-content{
    border:solid 1px #000;
    display:block;
    padding:15px;
    margin-bottom:15px;
}
.accordion-header-selected{
    background-color:#005b84;
    padding:15px;
    color:#fff;
}
.Button_login_aeg {
    background-color: #98999c !important;
    color: #ffffff !important;
    border-radius: 0;
    font-family: Roboto, sans-serif !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    padding: 3px 20px;
    line-height: 45px;
    border: none;
    border: 5px solid #98999c !important;
    box-shadow: inset 0 0 0 1px #fff !important;
    width: 30%;
}

.Button_login_aeg:hover {
    background-color: #0c203d !important;
    border: 5px solid #0c203d !important;
}

.card {
    border: 2px solid #002B5C;
    border-radius: 5px;
    color: #002B5C;
    margin: 5px;
    padding: 15px 5px 15px 5px;
    text-align: center;
    white-space: nowrap;
    width: 100px;
}

.card:hover {
    background-color: #002B5C;
    color: #FFF;
}

.card.hovered {
    background-color: #002B5C;
    color: #FFF;
}

.acctCredit.too-expensive{
    background-color: darkgray;
    color: #FFF;
}

.cardvalue {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
}

.cardpoints {
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}

.divRedeem {
    padding:20px;
}

.headerRedeem {
    color: #002b5c;
    font-size: 24px;
    font-weight: bold;
}

.headerBalance {
    color: #002b5c;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.rewardsBalance {
    color: #002b5c;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.divRewardContent {
    padding: 10px;
}

.divCard {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.tableCharity {
    color: #002B5C;
    font-weight: bold;
    padding-left: 10px;
}

.progressModal {
    background-color: rgba(0,0,0,0.6);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.progressCenter {
    background-color: #FFF;
    border-radius: 10px;
    margin: 25% auto;
    padding: 20px;
    text-align: center;
    white-space: nowrap;
    width: 300px;
    z-index: 1000;
}

.progressCenter h3 {
    color: #00295d;
    margin: 0;
    padding: 0;
}

.modal-popup-redeem {
    height: auto;
    overflow: auto;
    width: 37%;
}

.upPanelprogressCenter {
    border-radius: 10px; 
    margin: 25% auto;
    padding: 20px;
    text-align: center;
    white-space: nowrap;
    width: 16px;
    z-index: 1000;
}

.downldBtn {
    background-color: #98999c !important;
    color: #ffffff !important;
    border-radius: 0;
    font-family: Roboto, sans-serif !important;
    font-weight: 300 !important;
    text-transform: uppercase;
    font-size: 6px;
    position: relative;
    padding: 3px 10px;
    line-height: 15px;
    border: none;
    border: 5px solid #98999c !important;
    box-shadow: inset 0 0 0 1px #fff !important;
    width: 40%;
}

.downldBtn:hover {
    background-color: #0c203d !important;
    border: 5px solid #0c203d !important;
}


/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
 */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../Content/fonts/glyphicons-halflings-regular.eot");
  src: url("../Content/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../Content/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../Content/fonts/glyphicons-halflings-regular.woff") format("woff"), url("../Content/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../Content/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
/** {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}*/

