/*************************************************
****            HTML ELEMENTS                  ***
*************************************************/
header {
    padding:30px 0px; 
    text-align:center;
}

a.anchor {
    display: block;
    position: relative;
    top: -60px;
    visibility: hidden;
}

a {
    cursor: pointer;
}

img {
    max-width: 100%;
}

.table {
    width: 100% !important;
    table-layout: fixed !important;
}

/*************************************************
****                CLASSES                    ***
*************************************************/
/***********BB Codes***********/

.boldText {
    font-weight: bold;
}

.italicText {
    font-style: italic;
}

.underlineText {
    text-decoration: underline;
}

.bbcodeButtons {
    padding-bottom:5px;
}

.equalHeightRow {
    display: -webkit-flex; 
    display: flex;
}

.replycomment {
    width: 100%;
    border-left: none !important;
    border-right: none !important;
}

.searchfind {
    text-decoration: underline;
    font-weight: bold;
    color: darkred;
}

.emoticon, .emoticon #img{
    max-height: 24px;
    max-width: 24px;
    width: 24px;
    height: 24px;
    border: none;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
}

.emoticon-select {
    cursor: pointer;
    text-decoration: none !important;
}

/*********** Images and logos ***********/
.logo {
    width:100%; 
    max-width:1024px;
}

.imgalignleft {
    margin: 5px;
    float: left;
}

.imgalignright {
    margin: 5px;
    float: right;
}

/*********** Add Picture Box ***********/
.loaderIcon {
    font-size: 100px;
    height: 100px; 
    width: 100px;
    color: limegreen;
    margin-top: 50px;
}

.updateIcon {
    font-size: 30px;
    height: 30px; 
    width: 30px;
    color: limegreen;
    margin-bottom: 20px;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

.editPictureForm {
    max-height: 150px !important;
    margin: 5px; 
}

.addPictureButton {
    height: 150px; 
    width: 150px;
    text-align: center;
    font-size: 75px;
    margin-top: 50px;
}

.pictureBox {
    text-align: center;
    height: 300px;
}

/*********** Other ***********/
.termsOfUse, .gitBlock {
    border: 1px solid #e5e5e5;
    height: 200px;
    overflow: auto;
    padding: 10px;
}

.expander-href {    
    cursor: pointer;
}

.hiding {
    display: none;
    opacity: 0.0;
}

.avatar {
    max-height: 150px;
    max-width: 150px;
    height: auto;
    width:auto;
}

.ad {
  margin-top:10px;
  margin-left:auto;
  margin-right:auto;
  height:auto;
  max-width:60%;
  background-color: #FFF;
}

td .indent {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    text-indent: 0px;
}
.indent {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    margin-right: 5px;
    text-indent: 20px;
}

/*************************************************
****                  IDs                      ***
*************************************************/

#searchinput {
    width: 200px;
}


/*************************************************
****                Calendar                   ***
*************************************************/

table.calendar td {
    height: 100px;
    border-width: 3px !important;
    border-color: lightblue !important;
    border-style: ridge !important;
}

.today {
    display: block;
    height: 30px;
    width: 30px;
    line-height: 30px;

    -moz-border-radius: 50%;
    border-radius: 50%;

    background-color: gold;
    color: black;
    text-align: center;
    font-size: 1em;
    margin-bottom: -20px;
}