/*  */

/*  */

body {
    background-color: #FFFFFF;
    background-image: ;
    background-repeat: ;
    background-attachment: ;
    background-position: ;
}

/* we want some elements to have a solid background irrespective of user settings */
body > .main-content > .row {
    background-color: #FFFFFF;
}
@media (min-width: 768px) {
    body > .main-content > .row {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        margin-bottom: 20px; /* to show the user's custom body background, if set */
    }
}
@media (max-width: 767px) {
    .main-content {
        padding-top: 0 !important;
    }
}


/** all other custom settings should be scoped to be within .user-page-content **/
/* with the exception of the page title and page description */

/* page settings (also page description) */

.user-page-content,
.user-page-content .panel .panel-body table,
.user-page-content .panel-body ul,
#view-description {
    font-family: 'Arial', 'Helvetica', 'Nimbus Sans L', 'FreeSans', sans-serif;
    color: #000000;
            font-size: small;
    
}

.user-page-content pre {
    color: #000000;
            font-size: small;
    
}


/* links and headings */

.user-page-content a,
.user-page-content a:link,
.user-page-content a:visited {
    color: #0000EE;
    text-decoration: none;
}
.user-page-content a:hover,
.user-page-content a:active {
    color: #EE0000;
    text-decoration: none;
}
.user-page-content h1,
.user-page-content h2,
.user-page-content h3,
.user-page-content .panel-body h3,
.user-page-content h4,
.user-page-content h5,
.user-page-content h6,
.user-page-content .list-group-item-heading,
#viewh1 {
    color: #000000;
    font-family: 'Arial', 'Helvetica', 'Nimbus Sans L', 'FreeSans', sans-serif;
    font-weight: bold;
}


/* blocks */

.user-page-content .panel .title:not(.feedtitle) {
    font-weight: bold;
    color: #000000;
    font-family: 'Arial', 'Helvetica', 'Nimbus Sans L', 'FreeSans', sans-serif;
    border-color: #000000;
}
.user-page-content .panel .title a,
.user-page-content .panel .title a:link,
.user-page-content .panel .title a:visited,
.user-page-content .panel .title a:active {
    color: #000000;
    text-decoration: none;
}
.user-page-content .panel .title a:hover {
    color: #EE0000;
    text-decoration: none;
}
.user-page-content .link-blocktype:hover {
    background-color: transparent;
}
.user-page-content .panel {
    background-color: transparent; /* take away default white panel bg */
}


/* list groups */

.user-page-content .list-group-item {
    background-color: transparent;
}
.user-page-content .panel > .block .list-group .list-group-item {
    border-color: #000000;
}


/* pagination */

.user-page-content .pagination > .active > a,
.user-page-content .pagination > .active > a:focus,
.user-page-content .pagination > .active > a:hover,
.user-page-content .pagination > .active > span,
.user-page-content .pagination > .active > span:focus,
.user-page-content .pagination > .active > span:hover {
    background-color: #0000EE;
}


/** advanced: custom css **/

.abs {
position:absolute
}

.table {
display:table
}

.infront {
z-index:1
}

.behind {
z-index:0
}

.focus:hover {
transform:scale(1)
}

.focus {
transform:scale(.7);
transform-origin:50% 50%;
-webkit-transition:transform 1s;
transition:transform 1s
}

.focus2:hover {
transform:scale(1)
}

.focus2 {
transform:scale(.9);
transform-origin:50% 50%;
transition:transform 1s
}

.appear:hover {
opacity:1
}

.appear {
opacity:0;
-webkit-transition:opacity 1s;
transition:opacity 1s
}

.center {
text-align:center;
display:table;
width:100%
}

div#view.view-container {
padding:10px;
border-radius:25px;
-webkit-box-shadow:inset 0 0 48px -10px rgba(0,0,0,0.2);
-moz-box-shadow:inset 0 0 48px -10px rgba(0,0,0,0.2);
box-shadow:inset 0 0 48px -10px rgba(0,0,0,0.2);
background-color:rgba(46,106,218,0.08)
}

.page-header span.subsection-heading {
margin-left:auto;
margin-right:auto;
width:auto;
display:table
}

.page-header {
border-bottom:0
}

.viewfooter.view-container {
display:none
}

.metadata.text-right {
display:none
}

body .main {
padding-bottom:0;
margin-bottom:10px
}

main#main {
background-color:rgba(0,0,0,.04)
}

footer {
display:none
}

body {
background-color:rgba(0,0,0,.04)
}

.focus2 img {
-webkit-box-shadow:0 0 48px -10px rgba(0,0,0,0.5);
-moz-box-shadow:0 0 48px -10px rgba(0,0,0,0.5);
box-shadow:0 0 48px -10px rgba(0,0,0,0.5);
border-radius:4px
}
