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

/*
 *******************************************
 * Carousel image animation
 *******************************************
*/
@-webkit-keyframes swipeLeftGesture {
    0% { background-position: 75% 18px; }
    100% { background-position: 25% 18px; }
}

@-moz-keyframes swipeLeftGesture {
    0% { background-position: 75% 18px; }
    100% { background-position: 25% 18px; }
}

@keyframes swipeLeftGesture {
    0% { background-position: 75% 18px; }
    100% { background-position: 25% 18px; }
}
.swipeLeft {
    background-image: url('../images/swipe_left.png');
    background-repeat: no-repeat;
/*background-position: 75% 18px;*/

    -webkit-animation: swipeLeftGesture 2.5s infinite;
    -moz-animation: swipeLeftGesture 2.5s infinite;
    -o-animation: swipeLeftGesture 2.5s infinite;
    animation: swipeLeftGesture 2.5s infinite;

/* easeOutExpo */
    -webkit-transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);

    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
}

@-webkit-keyframes swipeRightGesture {
    0% { background-position: 25% 18px; }
    100% { background-position: 75% 18px; }
}

@-moz-keyframes swipeRightGesture {
    0% { background-position: 25% 18px; }
    100% { background-position: 75% 18px; }
}

@keyframes swipeRightGesture {
    0% { background-position: 25% 18px; }
    100% { background-position: 75% 18px; }
}
.swipeRight {
    background-image: url('../images/swipe_right.png');
    background-repeat: no-repeat;
    /*background-position: 18% 75px;*/

    -webkit-animation: swipeRightGesture 2.5s infinite;
    -moz-animation: swipeRightGesture 2.5s infinite;
    -o-animation: swipeRightGesture 2.5s infinite;
    animation: swipeRightGesture 2.5s infinite;

    /* easeOutExpo */
    -webkit-transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);

    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
}


/*
 *******************************************
 * Option buttons on listing lines
 *******************************************
*/
.optionbutton-icon {
    float: left;
    height:25px;
    width:25px;
    padding-right: 5px;
    cursor:pointer;
}


/*
 *******************************************
 * Listing content
 *******************************************
*/
.listing-clickable {
    cursor:pointer;
}

.listing-emailaddress {
    color: blue;
    text-decoration: underline;
    cursor:pointer;
}

.listing-image-yesno {
    max-height:75px;
    max-width:75px;
    cursor:pointer;
}


/*
 *******************************************
 * Glyphicon placement within text field
 *******************************************
*/
.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .glyphicon {
  position: absolute;
  margin-top: 10px;
  cursor: pointer;
  pointer-events: all;
}

.inner-addon .fa {
  position: absolute;
  margin-top: -30px;
  margin-right: 5px;
  cursor: pointer;
  pointer-events: all;
}

.inner-addon .fab {
  position: absolute;
  cursor: pointer;
  pointer-events: all;
}

/* align icon */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}
.right-addon .fa { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }


/*
 *******************************************
 * Icon positioning within Menu NavBar
 *******************************************
*/
.menu-icon {
    position: absolute;
    top: -5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    pointer-events: all;
}


/*
 *******************************************
 * Menu hover to show dropdown options
 *******************************************
*/
.dropdown:hoverr .dropdown-menuu {
  display: block;
}


/*
 *******************************************
 * Overlay used for either spinner
 *******************************************
*/
#overlay {
    display: none;
    z-index: 12000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.30;
    width: 100%;
    height: 100%;
    background-color: #E6E6E6;
}


/*
 *******************************************
 * Spinner with image
 *******************************************
*/
.spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -175px; /* half width of the spinner gif */
    margin-top: -75px; /* half height of the spinner gif */
    text-align: center;
    z-index: 9999;
    /*overflow: auto;*/
    width: 200px; /* width of the spinner gif */
    height: 100px; /*hight of the spinner gif +2px to fix IE8 issue */
    background: #CFDCD0;
    -moz-border-radius: 75px;
    -webkit-border-radius: 75px;
    border-radius: 75px;
}

.spinner-text {
    color: black;
    font:bold 1.4em Helvetica, Arial, sans-serif;
}


/*
 *******************************************
 * Spinner with animated drawing
 *******************************************
*/
.css-spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    /* manually determined based on placement on screen */
    margin-left: -150px;
    /* manually determined based on placement on screen */
    margin-top: -185px;
    height: 150px;
    z-index: 12001;
}

.css-spinner-ring1{
    border: 3px solid #f1aa57;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border-left-color: transparent;
    border-right-color: transparent;
    animation:rotate 2s cubic-bezier(0.26, 1.36, 0.74,-0.29) infinite;
}

.css-spinner-ring2{
    border: 3px solid #3bc9db;
    width: 75px;
    height: 75px;
    position: relative;
    top: -68px;
    border-left-color: transparent;
    border-right-color: transparent;
    animation:rotate2 2s cubic-bezier(0.26, 1.36, 0.74,-0.29) infinite;
}

.css-spinner-ring3{
    border: 3px solid #f1aa57;
    width: 90px;
    height: 90px;
    position: relative;
    top: -150px;
    border-left-color: transparent;
    border-right-color: transparent;
    animation:rotate 2s cubic-bezier(0.26, 1.36, 0.74,-0.29) infinite;
}

.css-spinner-ring4{
    border: 3px solid #3bc9db;
    width: 106px;
    height: 106px;
    position: relative;
    top: -248px;
    border-left-color: transparent;
    border-right-color: transparent;
    animation:rotate2 2s cubic-bezier(0.26, 1.36, 0.74,-0.29) infinite;
}

@keyframes rotate{
    0%{transform:rotateZ(-360deg)}
    100%{transform:rotateZ(0deg)}
}

@keyframes rotate2{
    0%{transform:rotateZ(360deg)}
    100%{transform:rotateZ(0deg)}
}

.css-spinner-ring-canvas{
    position: relative;
    top: +173px;
}


/*
 *******************************************
 * Table with fixed header and vertical scrolling
 *******************************************
*/
.table-fixed thead {
    color: black;
    width: 97%;
}
.table-fixed tbody {
    height: 230px;
    overflow-y: auto;
    width: 100%;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
    display: block;
}
.table-fixed tbody td, .table-fixed thead > tr> th {
    float: left;
    border-bottom-width: 0;
}

/*
 *******************************************
 * Panel section definitions
 *******************************************
*/
.panel-container {
    background-color: #E1DFDF;
    position: absolute;
    overflow: hidden;
    margin-top: 10px;
    left: 0;
    width: 100%;
    height: 400px;
}

.panel-titlebar {
    background-color: #262626;
    color: #FFF;
    /* background-color: #F2A448;
    color: #000;*/
    border-bottom: 1px solid #B7B7BB;
    text-align: center;
    max-height: 14mm;
    height: 14mm;
    line-height: 14mm;
    position: relative;
    width: 100%;
    z-index: 20;
}

.panel-title {
    display: inline-block;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.panel-content {
    padding: 10px
}