@import url(//netdna.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.css);

body {
    background-color:black;
    color: white;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: black; /* Fills the page */
    position: relative; /* Fix for absolute positioning */
}

* {
    color: inherit;
}

mt-20 {
  margin-top: 20px;
}

mt-10 {
  margin-top: 10px;
}

hr.line-color {
  border-color: #25485b;
}


/* Invite page css: */
input[type="checkbox"].custom-switch {
    position: absolute;
    margin: 8px 0 0 16px;    
  }
  input[type="checkbox"].custom-switch + label {
    position: relative;
    padding-left: 50px;
    line-height: 2.0em;
  }
  input[type="checkbox"].custom-switch + label:before {
    content: "";
    position: absolute; display: block;
    left: 0; top: 0;
    width: 40px; /* x*5 */
    height: 24px; /* x*3 */
    border-radius: 16px; /* x*2 */
    background: #143343;
    border: 2px solid #204e66;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  input[type="checkbox"].custom-switch + label:after {
    content: "";
    position: absolute; display: block;
    left: 0px; top: 0px;
    width: 24px; /* x*3 */
    height: 24px; /* x*3 */
    border-radius: 16px; /* x*2 */
    background: #204e66;
    border: 1px solid #204e66;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  input[type="checkbox"].custom-switch:checked + label:after {
    margin-left: 16px;
    border: 1px solid #00fd00;
  }
  input[type="checkbox"].custom-switch:checked + label:before {
    background: #00ff00;
  }
input[type="checkbox"].ios8-switch-lg {
    margin: 10px 0 0 20px;
}

input[type="checkbox"].switch-lg + label {
    position: relative;
    padding-left: 90px; /* x*6 */
    line-height: 1.5em;
}
input[type="checkbox"].switch-lg + label:before {
    width: 75px; /* x*5 */
    height: 45px; /* x*3 */
    border-radius: 30px; /* x*2 */
}
input[type="checkbox"].switch-lg + label:after {
    width: 45px; /* x*3 */
    height: 45px; /* x*3 */
    border-radius: 30px; /* x*2 */
}
input[type="checkbox"].switch-lg + label:hover:after {
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
}
input[type="checkbox"].switch-lg:checked + label:after {
    margin-left: 30px; /* x*2 */
}

div.form-group.padded {
  padding: 10px 10px;
  }
  div.form-group.padded label span {
    font-size: 0.8em;
  }

form.invitation-form hr {
  width: 110%;
  left: -10px;
  position: relative;
  border: 2px solid #25495b;
}
form.invitation-form input[type="submit"] {
  float: right;
  background-color: #57a2c8;
  text-transform: capitalize;
  font-size: 2.5em;
}

div.row.group_select {
  line-height: 1.8em;
}
div.row.group_select {
  font-size: 1.8em;
}
  div.row.group_select span#show-groups {
    text-align: right;
    color: #00fd01;
    cursor: pointer;
    float: right;
  }

div.form-group.groups-selection {
  display: none;
}

/* invite page */
div.row.grey-panel label {
  font-weight: normal;
}
div.colored label {
  color: #57a2c8;
}

.error-msg {
  color: red;
}

.mob-view .caret {
  border-top: 20px solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
}

.mob-view .comment_toggle {
  font-size: 2em;
}

.mob-view .expandable-post,
.mob-view .ravename small {
  font-size: 40px;
  font-weight: 650;
}

.mob-view .create-comment {
  font-size: 200%;
}

.mob-view .submit-comment,
.mob-view .add-body-img {
  font-size: 40px;
}

.mob-view #a5 input[type="radio"] {
  position: static;
}

.mob-view #a5 .row p {
  text-align: center;
}

.mob-view .personal-data {
  font-size: 1.8em;
}

.mob-view .personal-data h3 {
  font-size: 1.8em;
}

.mob-view .personal-data h5 {
  font-size: 1em;
}

.mob-view .post .date {
  font-size: 25px;
}

.mob-view .create-post1 section,
.mob-view .create-comment section {
  height: 50px;
  line-height: 40px;
  font-size: 40px;
}

.mob-view .create-post1 input {
  height: 50px;
  line-height: 40px;
  font-size: 40px;
}

.mob-view .create-post1 button {
  font-size: 40px;
}

.mob-view .nav-tabs a {
  height: 80px;
  line-height: 55px !important;
  font-size: 2em !important;
}

.mob-view #gallery a,
.mob-view #vid_test2 a{
  width: 33%;
  height: 60px;
  font-size: 25px;
  line-height: 40px;
}

.mob-view .invite-panel {
  font-size: 170%;
}

@media all and (max-width: 992px) {
  .error-msg {
    font-size: 3em;
  }
}

a.star {
  margin-left: 10px;
  top: 24px;
}

.star-list,
.star-list-post {
  display: inline-block;
  margin-right: 20px;
  cursor: pointer;
}

.star-list a,
.star-list-post a {
  margin-left: 0px !important;
}

.star-list:hover,
.star-list-post:hover,
.star-list.selected,
.star-list-post.selected {
  border-color: #50a0ff;
  box-shadow: 0 0 10px #50a0ff;
  border: 1px solid #50a0ff;
}

.tabs {
  margin-top: 30px;
}

.tabs .button {
  background-color: #24C4DF;
  color: #FFFFFF;
  display: inline-block;
  width: auto;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  padding: 0 10px;
  margin-left: 20px;
  text-decoration: none;
}

.tabs .button.active {
  background-color: #ffffff;
  color: #000000;
  cursor: default;
}

/* invites */
div.invite-panel {
  padding: 20px;
  }
  div.invite-panel div.value-column, div.invite-panel div.value-column a {
    color: #ffffff;
    font-size: 1.3em;
    line-height: 1.3em;
  }
  div.invite-panel div.header-column, div.status-wrapper div.value-column {
    color: #57a2c8;
    text-transform: capitalize;
    font-size: 1.3em;
    line-height: 1.3em;
    padding-top: 0.2em;
  }

  div.invite-panel button {
    width:100%;
    border-radius: 0;
    font-size: 1.5em;
    border: none;
  }

div.status-wrapper.media {
  position: relative;
}
div.status-wrapper.media div.invite-status {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.2em;
  font-size: 1.2em;
}

button.accept {
  background-color: #00ff00;
  color: #000000;
}

button.reject {
  background-color: #ff00ff;
  color: #000000;
}

button.ignore {
  background-color: #57a2c8;
  color: #000000;
}

.invite-status.awaiting {
  color: #fd9301;
}

.invite-status.accepted {
  color: #00ff00;
}

.confidential {
  color: #FC6621 !important;
}

.confidential:focus {
  outline: 0;
}

.confidential-bg {
  background-color: #FC6621;
  border-color: #FC6621;
}

@media all and (max-width: 992px) {
    /* Customization of select2 for mobile */
    h3.confidential {
      font-size: 4em;
    }
    
    p.confidential {
      font-size: 2em;
    }
    
    #msgform button, #msgform a#add-img-btn {
      width: 250px;
      height: 100px;
      font-size: 4em;
      position: initial;
    }
    
    #msgform textarea.form-control,
    #msgform input.form-control {
      font-size: 3em;
      max-width: 100% ;
    }
    
    #msgform input.form-control {
      height: 80px;
    }
    
    .modal-content.rbz.conf-msg {
      max-width: 100%;
    }
    
    .modal-content.rbz.conf-msg h3 {
      font-size: 5em;
    }
    
    .modal-content.rbz.conf-msg h4 {
      font-size: 4em;
    }
    
    .modal-content.rbz.conf-msg p {
      font-size: 2em;
    }
    
    .modal-content.rbz.conf-msg button {
      width: 250px;
      height: 100px;
      font-size: 4em;
    }
}

.new-label {
  background-color: #5AA3C6;
  font-size: 15px;
  padding: 2px 5px;
  border-radius: 10px;
  margin-left: 10px;
}

.grey-panel {
  border-style: solid;
  border-width: 2px;
  border-radius: 10px;
  border-color: black;
  background-color: #143343;
  margin: 5px;
  padding: 10px;
  overflow: hidden;
}

.editable,
.editable2 {
    width: 100%;
    min-height: 250px;
    overflow-y: scroll;
    clear: both;
}

.inside-post-edit {
    background-color: white;
    color: black;
}

.prewrap {
    white-space: pre-line;
}

/* Mobile login page */
#mobile_login input {
    height: 130px;
    max-width: initial;
    font-size: 400%;
    margin-bottom: 30px;
}

#mobile_login input{
    height: 130px;
    max-width: initial;
    font-size: 400%;
    margin-bottom: 30px;
}

#mobile_login input[type="checkbox"] {
    width: 60px;
    height: 60px;
}

#mobile_login label {
    font-size: 300%;
}

#mobile_login button {
    font-size: 400%;
    max-width: initial;
    height: 130px;
    margin-bottom: 30px;
}

#mobile_login_bottom_row {
    margin-bottom: 30px;
}

#mobile_login_checkbox {
    margin-top: 0px;
    margin-bottom: 0px;
}

#mobile_forgot_password {
    font-size: 300%;
    float: right;
}

#mobile_login b {
    font-size: 300%;
}

#mobile_login_error {
    font-size: 300%;
}

#mobile_login a {
    font-size: 300%;
}


.mobile {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
}

.mobile .form-group input{
    height: 130px;
    max-width: initial;
    font-size: 400%;
    margin-bottom: 30px;
}

.mobile input[type="radio"] {
    width: 60px;
    height: 60px;
}

.mobile input[type="checkbox"] {
    width: 60px;
    height: 60px;
}

.mobile .checkbox-label,
.mobile .radio-label {
  font-size: 300%;
}

.mobile .form-group label {
    font-size: 300%;
}

.mobile button {
    font-size: 400%;
    max-width: initial;
    height: 130px;
    margin-bottom: 30px;
}


.mobile b {
    font-size: 300%;
}

.mobile-error {
    font-size: 300%;
}

.mobile .links a {
    font-size: 300%;
}

.mobile .captcha-placeholder {
  display: block;
  margin-bottom: 250px;
}

/* Mobile header icons */

#mob-header-secondrow a {
    font-size: 200%;
    text-decoration: none;
}

#mob-header-secondrow {
    margin-top: 30px;
    margin-bottom: 20px;
}

#mob-profile-link {
    /* margin-left: 10px; */
}

#mob-settings-link {
    margin-left: 10px;
}

#mob-search-link {
    margin-left: 10px;
}

#mobile-uni-search div.modal-dialog {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

#mobile-uni-search label {
    font-size: 350%;
}

#mobile-uni-search h4.modal-title {
    font-size: 350%;
}

@media all and (max-width: 992px) {
    /* Customization of select2 for mobile */

    li.select2-results__option {
        font-size: 380%;
    }
    input.select2-search__field {
        font-size: 380%;
        line-height: 60px;
    }
    li.select2-search {
        font-size: 380%;
    }

    .select2-container--default .select2-results> ul.select2-results__options {
        max-height: 400px;
    }
}

/* Create user page customization */

@media all and (max-width: 992px) {
    #create-user-form {
        font-size: 300%;
    }

    #create-user-form legend {
        font-size: 300%;
    }

    #create-user-form input[type="text"] {
        height: 130px;
        max-width: initial;
        font-size: 200%;
        margin-bottom: 30px;
    }

    /* Just due to the long placeholder */
    #create-user-form input[type="text"]#state {
        height: 130px;
        max-width: initial;
        font-size: 120%;
        margin-bottom: 30px;
    }

    /* Also override for recaptcha */
    #create-user-form input[type="text"]#recaptcha_response_field {
        height: initial;
        font-size: initial;
    }

    #create-user-form input[type="password"] {
        height: 130px;
        max-width: initial;
        font-size: 200%;
        margin-bottom: 30px;
    }

    #create-user-form input[type="checkbox"] {
        width: 80px;
        height: 80px;
        font-size: 300%;
        position: relative;
        top: 15px;
    }

    #create-user-form .checkbox-text {
        font-size: 150%;
    }

    #create-user-form input[type="radio"] {
        width: 60px;
        height: 60px;
        font-size: 300%;
    }

    #create-user-form label {
        font-size: 200%;
    }

    #create-user-form button {
        font-size: 200%;
        width: 100%;
        height: 150px;
        margin-bottom: 30px;
    }

    #recaptcha_widget_div {
        position: relative;
        left: 300px;
        top: 100px;
    }

    #recaptcha-container {
        height: 500px;
    }

    #recaptcha_area {
        -webkit-transform: scale(2.0);
        transform: scale(2.0);
    }

    #terms-cons .terms {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    #terms-cons .terms .modal-content {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    #terms-cons .terms .modal-header h2 {
        font-size: 300%;
    }

    #terms-cons .terms .modal-body {
        font-size: 300%;
        text-align: center;
    }
    #terms-cons .terms .modal-body h2 {
        font-size: 120%;
    }
    #terms-cons .terms .modal-body h3 {
        font-size: 110%;
    }

    #agree-button {
        width: 60%;
        height: 100px;
        font-size: 400%;
        margin: 0 auto;
    }
}
@media all and (min-width: 992px) {
    #terms-cons .terms .modal-body {
        text-align: center;
        font-weight: bold;
        font-size: 120%;
    }
    #agree-button {
        margin: 0 auto;
    }
}

/*Left List Buttons*/
#left-btns {
    width: 100%;
}

#left-btns.mobile .l-btn {
    height: 10em;
}

#left-btns.mobile .llist_button {
    height: 8em;
    line-height: 6em;
    font-size: 1em;
}

.l-btn {
    width: 100%;
    max-width: 12em;
    min-width: 9em;
    margin-right: 1em;
    float: right;
    padding: 0.5em;
}

.llist_button {
    border:2px solid #dadada;
    border-radius:7px;
    outline:none;

    font-family: Ravebold;
    background-color: black;
    padding: 1em;
    width: 100%;
}

.llist_button_footer {
    border:2px solid #dadada;
    border-radius:7px;
    outline:none;

    font-family: Ravebold;
    background-color: black;
    padding: 1em;
}

/* Left List Buttons -- List modal -- Mobile */

.pick-list-mobile .roundedOne {
    width: 112px;
    height: 112px;
    background: #fcfff4;

    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
    margin: 80px auto;

    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;

    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    position: relative;
}

.pick-list-mobile .roundedOne label {
    cursor: pointer;
    position: absolute;
    width: 80px;
    height: 80px;

    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    left: 16px;
    top: 16px;

    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
    -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);

    background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
    background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
    background: -o-linear-gradient(top, #222 0%, #45484d 100%);
    background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
    background: linear-gradient(top, #222 0%, #45484d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.pick-list-mobile .roundedOne label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 64px;
    height: 64px;
    background: #00bf00;

    background: -webkit-linear-gradient(top, #00bf00 0%, #009400 100%);
    background: -moz-linear-gradient(top, #00bf00 0%, #009400 100%);
    background: -o-linear-gradient(top, #00bf00 0%, #009400 100%);
    background: -ms-linear-gradient(top, #00bf00 0%, #009400 100%);
    background: linear-gradient(top, #00bf00 0%, #009400 100%);

    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    top: 8px;
    left: 8px;

    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
}

.pick-list-mobile {
    font-size: 500%;
}

.pick-list-mobile h4 {
    font-size: 100%;
}


/* ROUNDED ONE */
.roundedOne {
    width: 28px;
    height: 28px;
    background: #fcfff4;

    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
    margin: 20px auto;

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;

    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    position: relative;
}

.roundedOne label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    left: 4px;
    top: 4px;

    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
    -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);

    background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
    background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
    background: -o-linear-gradient(top, #222 0%, #45484d 100%);
    background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
    background: linear-gradient(top, #222 0%, #45484d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.roundedOne label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: #00bf00;

    background: -webkit-linear-gradient(top, #00bf00 0%, #009400 100%);
    background: -moz-linear-gradient(top, #00bf00 0%, #009400 100%);
    background: -o-linear-gradient(top, #00bf00 0%, #009400 100%);
    background: -ms-linear-gradient(top, #00bf00 0%, #009400 100%);
    background: linear-gradient(top, #00bf00 0%, #009400 100%);

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    top: 2px;
    left: 2px;

    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
}

.roundedOne label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.roundedOne input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}



@media all and (min-width: 992px) {
    #main-content.main-content-desktop {
        padding-left:1.5em;
    }

    .col-xs-1.h-i-1 span {
        float: right;
    }

    .profile-image,
    .personal-data {
        min-height: 20em;
        max-height: 28em;
    }
}

.profile-image {
  width: 29%;
}

#banner-panel > .row {
    padding-left: 4%;
}

.h-i-2,
.h-i-3 {
    top: 1.2em;
}

#notifs {
    display: inline-block;
    float:left;
}

#notifs>span>span {
    margin-right: 1.5em;
}

#user-icons {
    display: inline-block;
    float: right;
}

#user-icons>span {
    margin-right: 1em;
}

#menu-icon {
    padding-left:0.1em;
    color:white;
    position:absolute;
    display:block;
}

#header-container {
    margin-top: 0px;
    margin-bottom: 0px;
}

.notification-wrapper {
  position: relative;
}
.desk-number-notification{
	position: absolute;
  top: 0;
  right: 0;
	color: #32CD32;
	border-radius: 50%;
	border-width: thin;
	border-style: solid;
	padding: 3px 8px;
  background: black;
}

.desk-tooltip .desk-tooltiptext {
    visibility: hidden;
    background-color: rgba(0,0,0,.75);
    color: #32CD32;
    text-align: center;
    padding: 5px 0;
    border-radius: 2px;
	margin-top: -20px;
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */

.desk-tooltip:hover .desk-tooltiptext {
    visibility: visible;
}

@media all and (max-width: 992px) {
    #h-i-2 {
        bottom: 1em;
    }

    #header-icons {
        min-width: 830px;
    }

    #right-menu {
        width: 40%;
        margin-left: 30%;
    }

    .right-menu-section * {
        text-align: left;
    }
}

#header-container .glyphicon {
    font-size: 2em;
}

#header-container .icon-menu {
    font-size: 2.5em;
}

.mm-menu {
    width: 20%;
    min-width: 140px;
    max-width: 440px;
}
html.mm-opening .mm-slideout {
    -webkit-transform: translate(25%, 0);
    -moz-transform: translate(25%, 0);
    -ms-transform: translate(25%, 0);
    -o-transform: translate(25%, 0);
    transform: translate(25%, 0);
}
@media all and (max-width: 175px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate(140px, 0);
        -moz-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        -o-transform: translate(140px, 0);
        transform: translate(140px, 0);
    }
}
@media all and (min-width: 550px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate(25%, 0);
        -moz-transform: translate(25%, 0);
        -ms-transform: translate(25%, 0);
        -o-transform: translate(25%, 0);
        transform: translate(25%, 0);
    }
}
@media all {
    .container {
        width: 98%;
    }
}


/**** SCROLLBAR ****/
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment  {
    height: 30px;
    display: block;
    background-color: transparent;
}

::-webkit-scrollbar-track-piece  {
    background-color: #3b3b3b;
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
    height: 50px;
    background-color: #666;
    border: 1px solid #eee;
    -webkit-border-radius: 6px;
}

/*******************/

#info-panel .tab-content {
    margin-top: 0.5em;
}

#group-about {
    background-color: black;
    color: white !important;
    height: 65%;
    overflow-y: auto;
    padding:1em;
}

#bio .columned-text {
    background: rgba(39, 39, 39, 0.8);
    color: white !important;
    height: 65%;
    overflow-y: auto;
    padding:1em;
}


@media all and (max-width: 992px) {
    #bio .columned-text {
        font-size: 170%;
    }
}

#event-about {
    height: 95%;
    overflow-y: auto;
    padding:1em;
}

.comment {
    color:black;
}

.slick-slide {
    border-width: 1px;
    border-color: gray;
    border-style: solid;
}

.slick-slide img {
    height: 200px;
}

#my-menu {
    background-color:#333333;
    max-width: 20%;
}

#header-container {
    margin-bottom: 1em;
}

.mm-title {
    color:white !important;
}

.mm-prev,
.mm-next {
    background-color: #4f4f4f !important;
}

.right-menu-section {
    height: 15em;
    overflow-y: scroll;
    background-color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
    border:2px solid #50a0ff;
    border-radius:7px;
    box-shadow:0 0 10px #50a0ff;
}

.right-menu-section a {
    padding-top: 2px;
    padding-bottom: 0px;
}


.right-menu-section>h3,
.right-menu-section>h3>a {
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 5px;
    font-family: Ravebold;
    font-weight: 100;
    font-size: 1.5vw;
    color: #27ba38;
}

/* Disable changing image size on hover */

.right-menu-calendar-icon {
    color: #27ba38;
}

.dropdown-menu>li>a {
    color:black;
}

.scrollable-menu {
    height: auto;
    max-height: 6em;
    overflow-x: hidden;
}

legend {
    color:white;
}

img.profile-thumb-small {
    width:15px;
}

img.event-profile-thumb-small {
    width: 4em;
    float: left;
    margin-right: 0.5em;
}

img[src='#'] {
    display: none !important;
}

.nav>li>a.unstyled-link,
.outgoing_ravename .unstyled-link {
    color:white;
}

.nav>li>a.unstyled-link:hover,
.outgoing_ravename .unstyled-link:hover {
                                   background:none;
                                   border-radius: 0px;
                                   border:none;
                                   color:#31b0d5;
                               }

input#post {
    max-width:500px;
}

.profile-image {
    text-align: center;
}

.profile-image h1.glyphicon {
    font-size: 64px;
}

.profile-image .col-xs-2 {
    width: 20%;
}

.posts-list {
    padding: 0.5em;
}

.mobile_post {
    font-size: 1.6em;
    padding-left: 6em;
}

@media only screen and (max-device-width:991px) {
    /* Cell phone, tablet */


    #letemknow {
        padding-right: 1em;
        padding-left: 1em;
    }

    .expandable-post {
        font-size: 1.3em;
        padding-left: 1em;
    }

    .post img {
        max-height: 20em;
    }

    .post {
        border-style: solid;
        border-width: 2px;
        border-radius: 10px;
        border-color: black;
        background: rgba(39, 39, 39, 0.8);
        width: 102%;
    }

    .post .rave-post-image {
        display: block;
        margin: 0 auto;
        background: transparent center center;
        background-size: 90% 90%;
        width: 90%;
        height: 90%;
    }

    .post .rave-post-img {
        margin: 5%;
        max-width: 90%;
        max-height: 90%;
    }

    .post .rave-post-attached-img {
        margin: 1.7%;
        max-width: 90%;
        max-height: 90%;
    }

    .post .text-content  {
        font-size: 2.5em;
        color: white;
    }

    .post h5.ravename,
    h6.ravename {
        font-size: 2.5em;
        padding: 0;
        margin: 0;
    }

    .post .comment-text-content  {
        font-size: 2.5em;
        color: white;
    }


    .post .post-content {
        color: #fff;
        margin-top: 10px;
    }

    .post  h6.ravename {
        display: inline;
        line-height: 1.4;
    }

    .post .comments-area {
        display: none;
    }

    .post .edit-post-area {
        display: none;
    }

    .post .delete-post-area {
        display: none;
    }

    .post .publish-post-area {
        display: none;
    }

    .link_published {
        color: #FFA500;
    }

    .comments-list {
        border-style: solid;
        border-width: 2px;
        border-radius: 10px;
        border-color: black;
        background: #393939;
        padding: 0.5em;
        margin-bottom: 1em;
        margin-top: 1em;
    }


    .post .comment {
        border-style: solid;
        border-width: 2px;
        border-radius: 10px;
        border-color: black;
        background-color: #505050;
        margin: 2.5% 0% 0% 0%;
        color: white;
    }

    .post .comment input {
        border-bottom-style: solid;
    }

    .post .rave-comment-image {
        margin: 5%;
        max-width: 90%;
        max-height: 90%;
    }

    .comment img {
        max-height: 20em;
    }

    .post .comments-area img.comment-author-image {
        max-height: 33px;
        float: left;
        margin-right: 10px;
    }

}

@media only screen and (min-device-width:992px) {
    /* PC */

    #letemknow {
        padding-right: 1em;
        padding-left: 1em;
    }

    .expandable-post {
        padding-left: 6em;
        font-size: 1.3em;
    }

    .post img {
        max-height: 20em;
    }

    .post .text-content  {
        font-size: 1.3em;
        color: white;
    }

    .post h5.ravename,
    h6.ravename {
        font-size: 1.3em;
        padding: 0;
        margin: 0;
    }

    .post .comment-text-content  {
        font-size: 1.3em;
        color: white;
    }

    .post {
        background: rgba(39, 39, 39, 0.8);
        border-bottom: 1px solid #444;
        padding: 0.5em;
        margin: 0;
    }

    .post .rave-post-image {
        display: block;
        margin: 0 auto;
        background: transparent center center;
        background-size: cover;
        width: 6em;
        height: 6em;
    }

    .post .rave-post-image:hover {
        width: 6em;
        height: 6em;;
    }

    .post .post-content {
        color: #fff;
        margin-top: 10px;
    }

    .post h5.ravename,
    h6.ravename {
        padding: 0;
        margin: 0;
    }

    .post  h6.ravename {
        display: inline;
        line-height: 1.4;
    }

    .post .comments-area {
        display: none;
    }

    .post .edit-post-area {
        display: none;
    }

    .post .delete-post-area {
        display: none;
    }

    .post .publish-post-area {
        display: none;
    }

    .link_published {
        color: #FFA500;
    }

    .post .comment {
        margin: 10px 0;
        font-size: 13px;
        padding-bottom: 5px;
        border-bottom: 1px dotted #444;
        color: white;
    }

    .post .comment input {
        border-bottom-style: solid;
    }

    .post .comment:first-child {
        border-top: 1px dotted #444;
        padding-top: 5px;
    }

    .post .rave-comment-image {
        display: block;
        background: transparent center center;
        background-size: cover;
        width: 2.5em;
        height: 2.5em;
    }

    .post .rave-comment-image:hover {
        width: 5em;
        height: 5em;;
    }

    .post .rave-comment-image.inline {
        float: left;
        margin-right: 20px;
    }

    .comment img {
        max-height: 20em;
    }

    .post .comments-area img.comment-author-image {
        max-height: 33px;
        float: left;
        margin-right: 10px;
    }



}

.delete-img {
    display: none;
    cursor: pointer;
    width: 15%;
}

#main-content.main-content-desktop {
    padding-right: 1.8em;
}

#right-menu {
    padding-left: 0em;
}

#right-menu .nav {
    padding-left: 0.5em;
}

#right-menu h3 {
    margin-left: 0.5em;
}
#right-menu li a {
    padding: 0.1em;
}

img { max-width: 100%; }
img.nav-logo { border-radius: 5px; margin-right: 10px; margin-top: -5px; max-width: 100%; height: 50px; }
.text-center { text-align: center; }

span.org-group-contact { cursor: pointer; }
table.org-group-contact-details { display: none; }

.alert.alert-registration {
    background-color: rgb(223, 244, 182);
    border: 1px solid rgb(166, 203, 93);
    color: #71B7DE;
}

table.table { table-layout: fixed }
table.table td li { word-wrap: break-word; }

label.radio-with-help small {
    color: #ccc;
    font-size: 12px;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    min-width: 720px;
}

.center-div {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 3px;
}


.center-div .button {
  display: block;
  color: #fff;
  width: 200px;
  height: 50px;
  line-height: 50px;
  background-color: #000;
  text-align: center;
  margin: auto;
  margin-bottom: 20px;
  border-color: #50a0ff;
  box-shadow: 0 0 25px #50a0ff;
  font-family: Ravebold;
  text-decoration: none;
}

.center-div .button:hover {
  color: #50a0ff;
  box-shadow: 0 0 40px #50a0ff;
  text-decoration: none;
}

@media only screen and (min-device-width:992px) {
  .center-div .button {
   display: block;
   color: #fff;
   width: 200px;
   height: 50px;
   line-height: 50px;
   background-color: #000;
   text-align: center;
   margin: auto;
   margin-bottom: 20px;
   border-color: #50a0ff;
   box-shadow: 0 0 25px #50a0ff;
   font-family: Ravebold;
   text-decoration: none;
 }
 
 .center-div .button:hover {
   color: #50a0ff;
   box-shadow: 0 0 40px #50a0ff;
   text-decoration: none;
 }
      .center-div {
          width: 90%;
          height: 30%;
      }

    .index-page-messages {
        color: blue;
        font-size: 4em;
    }
}

@media only screen and (max-device-width:991px) {
    .center-div {
        width:90%;
        height: 80%;
    }

    .index-page-messages {
        color: blue;
        font-size: 7em;
    }
    
    .center-div .button {
      width: 50%;
      height: 80px;
      line-height: 80px;
      margin-bottom: 40px;
      font-size: 200%;
    }
}
.tab-pane {
  padding: 10px;
}

.center-div img {
    margin-bottom: 40px;
}
.center-div .button {
       width: 50%;
       height: 120px;
       line-height: 120px;
       margin-bottom: 70px;
       font-size: 200%;
}
#main-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #95A5A6;
}

#main-footer .copyright {
    text-align: right;
    padding-top: 15px;
    color: #FFF;
}

#main-footer .links {
    padding-top: 15px;
}

#main-footer .links a {
    color: #FFF;
}

#main-page-container {
    margin-bottom: 100px;
}

.stripe-button {
    margin-top: 5px;
    margin-bottom: 6px;
}

@media (max-width: 767px) {
    .visible-xs {
        display: inline-block !important;
    }
    .block {
        display: block !important;
        width: 100%;
        height: 1px !important;
    }
}
#back-to-bootsnipp {
    position: fixed;
    top: 10px; right: 10px;
}

.form-group {
    text-align: left;
}

@media (max-width: 480px) {
    .form-control {
        width: 100%;
    }
}

@media (min-width: 480px) {
    .form-control {
        width: 100%;
    }
}

.c-search > .form-control {
    border-radius: 0px;
    border-width: 0px;
    border-bottom-width: 1px;
    font-size: 1.3em;
    padding: 12px 12px;
    height: 44px;
    outline: none !important;
}
.c-search > .form-control:focus {
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none;
}
.c-search > .input-group-btn .btn {
    border-radius: 0px;
    border-width: 0px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    height: 44px;
}


.c-list {
    padding: 0px;
    min-height: 44px;
}
.title {
    display: inline-block;
    font-size: 1.7em;
    font-weight: bold;
    padding: 5px 15px;
}
ul.c-controls {
    list-style: none;
    margin: 0px;
    min-height: 44px;
}

ul.c-controls li {
    margin-top: 8px;
    float: left;
}

ul.c-controls li a {
    font-size: 1.7em;
    padding: 11px 10px 6px;
}
ul.c-controls li a i {
    min-width: 24px;
    text-align: center;
}

ul.c-controls li a:hover {
    background-color: rgba(51, 51, 51, 0.2);
}

.c-toggle {
    font-size: 1.7em;
}

.name {
    font-size: 1.7em;
    font-weight: 700;
}

.btn-contact-select,
.btn-lc-select {
    cursor: pointer;
}

.c-info {
    padding: 5px 10px;
    font-size: 1.25em;
}

.view-buttons li {
    list-style-type: none;
    margin-bottom:1px;
}

.details-box {
    border-radius: 10px;
    border-style: solid;
    border-width: 2px;
    border-color: #ecf0f1;
    padding:10px;
    min-height:700px;
}

#contact-list > li {
    margin-top:10px;
    border-width:1px;
    border-radius:8px;
}


#contact-panel {
    border:0;
}

#contact-panel.scrollable {
    max-height: 700px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.action-buttons {
    width: 100%;
}

.action-buttons a {
    width: 34%;
}

.button-choice {
    color: #ffffff;
    background-color: #5B5B64;
    border-color: #eea236;
}
.button-choice:hover,
.button-choice:focus,
.button-choice.focus,
.button-choice:active,
.button-choice.active,
.open > .dropdown-toggle.button-choice {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #d58512;
}
.button-choice:active,
.button-choice.active,
.open > .dropdown-toggle.button-choice {
    background-image: none;
}
.button-choice.disabled,
.button-choice[disabled],
fieldset[disabled] .button-choice,
.button-choice.disabled:hover,
.button-choice[disabled]:hover,
fieldset[disabled] .button-choice:hover,
.button-choice.disabled:focus,
.button-choice[disabled]:focus,
fieldset[disabled] .button-choice:focus,
.button-choice.disabled.focus,
.button-choice[disabled].focus,
fieldset[disabled] .button-choice.focus,
.button-choice.disabled:active,
.button-choice[disabled]:active,
fieldset[disabled] .button-choice:active,
.button-choice.disabled.active,
.button-choice[disabled].active,
fieldset[disabled] .button-choice.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.button-choice .badge {
    color: #f0ad4e;
    background-color: #ffffff;
}

.normalized {
    margin-left: 0px;
    padding-left: 0px;
}

.normalized > li > a {
    margin-right:5px;
}

.margin-top-05  {
    margin-top:5px;
}

h4.contact-name,
h4.lc-name {
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
}

.group-members .nav>li>a {
    display:inline;
}

.group-events .nav>li>a {
    display:inline;
}



/* Implement logo Colors */

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    background-color:#71B7DE;
    color:white;
}

.navbar-default .navbar-nav>li>a {
    color: #71B7DE;
}

.navbar-default .navbar-brand {
    color: #71B7DE;
}

.navbar-default {
    background-color: rgb(223, 244, 182);
    min-height: 80px;
    border-bottom: 1px solid rgb(166, 203, 93);
}

.panel > .list-group .list-group-item,
.list-group .list-group-item {
    border-width:1px;
    border-color:#F7B9A4;
    margin-top: 15px;
}

.panel > .list-group div.row:first-child .list-group-item,
.list-group div.row:first-child .list-group-item {
    margin-top: 0;
}

.panel > .list-group .list-group-item.listing,
.list-group .list-group-item.listing {
    border-width: 1px 1px;
    border-radius: 5px;
}
.panel > .list-group .list-group-item.listing .listing-banner,
.list-group .list-group-item.listing .listing-banner {
    max-height: 100px;
}

.panel > .list-group .list-group-item.listing .listing-banner.big,
.list-group .list-group-item.listing .listing-banner.big {
    max-height: 150px;
}

.panel > .list-group .list-group-item.listing h4,
.list-group .list-group-item.listing h4 {
    text-align: center;
}

.panel > .list-group .list-group-item.own-contact,
.list-group .list-group-item.own-contact {
    background-color: rgb(246, 255, 229);
}

.panel > .list-group .list-group-item .listing-controls,
.list-group .list-group-item .listing-controls {
    text-align: center;
    border-top: 1px solid #e7e7e7;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.panel > .list-group .list-group-item .listing-controls.no-border,
.list-group .list-group-item .listing-controls.no-border {
    border-top: none;
}

.panel>.list-group:last-child .list-group-item:last-child,
.list-group:last-child .list-group-item:last-child {
    border-bottom:1px solid #EC5E2C;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent;
    color: #71B7DE;
}

.navbar-nav>li>a {
    padding-top: 24.5px;
    padding-bottom: 24.5px;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    background-color:#71B7DE;
    color:white;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #A4C95A;
    border-color: #A4C95A;
}

#right-panel {
    border-width:1px;
    border-color:#ecf0f1;
}

.navbar-nav.navbar-right:last-child {
    margin-top: 10px;
}


#info-nav>li>a {
    color: white;
}

#info-nav>li>a:hover,
#info-nav>li.active>a {
    background-color: white;
    color: #71B7DE;
}


/*testing with nav-tabs */


/* Actual tabs (as links) */
#info-nav > li > a {
    line-height: 10px;
    background-color: #71B7DE;
    border: none;
    outline: 0;
}

/* Active state, and it's :hover/:focus to override normal :hover/:focus */
#info-nav > .active > a,
#info-nav > .active > a:hover,
#info-nav > .active > a:focus {
    border-style: solid;
    border-width: 0px 0px 0;
    border-color: white white transparent;
}

/*end testing nav-tabs */


.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
    width: 100%;
}

.select2-autocomplete {
    width: 100%;
    height: 1.5em;
}

.select2-autocomplete .select2-results {
    background: white;
    color: black;
    border: 1px solid #eee;
}

/*
  ######################################
  # USER PROFILE
  ######################################
*/

.user-profile header {
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(166, 203, 93);
}

.user-profile header img {
    margin-right: 20px;
    width: 90px;
    border-radius: 90px;
}

.list-group-item.profile-contact-card {
    border-radius: 8px;
}

.list-group-item.profile-contact-card .name {
    line-height: 100px;
    cursor: inherit;
}

.list-group-item.profile-contact-card img {
    cursor: inherit;
}

.orange_item {
    color: #F7B9A4;
}

.orange_item>a,
.orange_item>a:link,
.orange_item>a:visited,
.orange_item>a:hover {
    color: #F7B9A4;
    text-decoration: none;
}

.form-group.form-control {
    text-align: left;
}

.form-inline .form-control.event-input {
    width: 300px;
}

.form-inline .form-control.event-input.select2-container {
    width: 300px;
}

.form-inline .form-control.select2-container .select2-choice {
    background: transparent;
    border: none;
    box-shadow: none;
    margin: 0 !important;
    line-height: 1.42857;
}

.form-inline .form-control.select2-dropdown-open .select2-choice {
    box-shadow: none;
}

.form-inline .form-control.select2-container .select2-choice .select2-arrow {
    display: none;
}

/*
  ######################################
  # HELPER CLASSES
  ######################################
*/

.tooltip {
    position: fixed;
}

.img-centered {
    display: block;
    margin: auto auto;
}

.no-border {
    border: none;
}
/*
#Additional style from Ateke
*/
#arrows {
    margin:auto;
    border-radius:2px;
    border-style:solid;
    border-color:lavender;
    box-shadow:2px 5px 5px;
    text-align:center;
    max-width: 500px;
    height:100%;
}

input[type="file"] {
    max-width:276px;
}

input[type="password"] {
    max-width:276px;
}

select {
    max-width:276px;
}

#arrows p {
    margin-left:10px;
    margin-right:10px;
    font-size:1.2em;
    color:#68B25B;


}

#arrows span {
    display:inline;
    margin:auto;
    text-align:center;
    color:graytext;

}


@media (max-width: 992px) {
    #right-menu {
        text-align: center;
    }

}

#main-content.main-content-desktop` {
    padding-bottom: 1em;
}

#banner-panel {
    margin-left: 0px;
    padding-top: 1em;
    padding-bottom: 1em;
}


#info-panel {
    margin-top: 3em;
    margin-left: 0px;
    padding: 1em;
}


/* Calendar Styles */
.calendar {width:100%; border-collapse:collapse;}
.calendar tr.navigation th {padding-bottom:20px;}
.calendar th.prev-month {text-align:left;}
.calendar th.current-month {text-align:center; font-size:1.5em;}
.calendar th.next-month {text-align:right;}
.calendar tr.weekdays th {text-align:center;}
.calendar td {width:14%; height:100px; vertical-align:top; border:1px solid #CCC; background:#1919A3;}
.calendar td.day.event-day {width:14%; height:100px; text-align:center; vertical-align:top; border:1px solid #CCC; background:#B800B8;}
.calendar td.today {background:#BABAE3;}
.calendar td.prev-next {background:#003366;}
.calendar td.prev-next span.date {color:#9C9C9C;}
.calendar td.holiday {background:#47008F;}
.calendar span.date {display:block; padding:4px; line-height:12px; background:#0A0A0A;}
.calendar div.day-content {}
.calendar ul.output {margin:0; padding:0 4px; list-style:none;}
.calendar ul.output li {margin:0; padding:5px 0; line-height:1em; border-bottom:1px solid #CCC;}
.calendar ul.output li:last-child {border:0;}

/* Small Calendar */
.calendar.small {width:auto; border-collapse:separate;}
.calendar.small tr.navigation th {padding-bottom:5px;}
.calendar.small tr.navigation th a {font-size:1.5em;}
.calendar.small th.current-month {font-size:1em;}
.calendar.small tr.weekdays th {text-align:center;}
.calendar.small td {width:auto; height:auto; padding:4px 8px; text-align:center; background:#003366;}
.calendar.small td.day.event-day {width:auto; height:auto; padding:4px 8px; text-align:center; background:#B800B8;}
.calendar.small span.date {display:inline; padding:0; background:#0A0A0A;}


#user-icons img {
  width: 2.4em;
}
#notifs span {
  font-size: 1.3em;
}
#notifs span a img {
  width: 1.3em;
}
/*** tooltips style ***/
.tip,
.tipClick {
    position:relative !important;
    display:inline-block;
}

.tip > .tooltipL,
.tip > .tooltipB,
.tip > .tooltipR,
.tip > .tooltipT,
.tip > .tooltipSmall,
.tip > .tooltipSmallL,
.tip > .tooltipSmallR,
.tipClick > .tooltipL,
.tipClick > .tooltipB,
.tipClick > .tooltipR,
.tipClick > .tooltipT { /* Used to hide the tooltip */
    display:none;
}

.tip:hover > .tooltipL,
.tip:hover > .tooltipB,
.tip:hover > .tooltipR,
.tip:hover > .tooltipT, /* This shows the tooltip when an elements with the .tip class is hovered over */
.tip:hover > .tooltipSmall,
.tip:hover > .tooltipSmallL,
.tip:hover > .tooltipSmallR,
.tipClick > a:focus + .tooltipL,
.tipClick > a:focus + .tooltipB,
.tipClick > a:focus + .tooltipR,
.tipClick > a:focus + .tooltipT { /* This shows the tooltip once an element with the .tipClick class is clicked */
    display:block;
}

.tooltipL,
.tooltipR,
.tooltipB,
.tooltipT {
    background: #333333; /* old browsers */
    background: rgba(0,0,0,0.85); /* For IE9 */
    background: -moz-linear-gradient(top, rgba(51,51,51,0.85) 0%, rgba(0,0,0,0.85) 100%); /* firefox */
    background: linear-gradient(top, rgba(51,51,51,0.85) 0%, rgba(0,0,0,0.85) 100%); /* future browsers */
    -pie-background: linear-gradient(top, rgba(51,51,51,0.25) 0%, rgba(0,0,0,0.25) 100%); /* pie for less than ie9 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,51,51,0.85)), color-stop(100%,rgba(0,0,0,0.85))); /* webkit */
    -moz-box-shadow: 0 0 6px 1px #666666;
    -webkit-box-shadow: 0 0 6px 1px #666666;
    box-shadow: 0 0 6px 1px #666666;
    border:solid #FFFFFF;
    color: #E7E7E7;
    min-width:200px;
    padding: 5px;
    position: absolute;
    text-align: center;
    z-index: 10;
}

.tooltipSmall {
    display:inline-block;
    background: #333333; /* old browsers */
    background: rgba(0,0,0,0.85); /* For IE9 */
    box-shadow: 0 0 6px 1px #666666;
    color: #E7E7E7;
    padding: 5px;
    position: absolute;
    top: 90%;
    margin-right: 170px;
    text-align: center;
    z-index: 10;
}

.tooltipSmallL {
    display:inline-block;
    background: #333333; /* old browsers */
    background: rgba(0,0,0,0.85); /* For IE9 */
    box-shadow: 0 0 6px 1px #666666;
    color: #E7E7E7;
    padding: 5px;
    position: absolute;
    top: 170%;
    left: -40%;
    text-align: center;
    z-index: 10;
}

.tooltipSmallR {
    display:inline-block;
    background: #333333; /* old browsers */
    background: rgba(0,0,0,0.85); /* For IE9 */
    box-shadow: 0 0 6px 1px #666666;
    color: #E7E7E7;
    padding: 5px;
    position: absolute;
    top: 90%;
    margin-left: 1px;
    text-align: center;
    z-index: 10;
}

.tooltipL { /* The styling on the tooltip */
    left: -226px;
    margin-top: -28px;
}

.tooltipB { /* The styling on the tooltip */
    top: 30px;
    left: -183px;
}

.tooltipR { /* The styling on the tooltip */
    right: -226px;
    margin-top: -28px;
}

.tooltipT { /* The styling on the tooltip */
    bottom:26px;
    left: -186px;
}

.tooltipSmall { /* The styling on the tooltip */
    right: -226px;
    margin-top: -28px;
}

.tooltipSmallR,
.tooltipSmallL { /* The styling on the tooltip */
    right: -226px;
    margin-top: -28px;
}

.tooltipL:before,
.tooltipR:before,
.tooltipB:before,
.tooltipT:before,
.tooltipSmall:before,
.tooltipSmallL:before,
.tooltipSmallR:before {
    border-style: solid;
    border-width: 10px;
    height:0px;
    width:0px;
    position:absolute;
    display:block;
    content:"\00a0";
}

.tooltipL:before {
    border-color: transparent transparent transparent #333333; /* Right facing arrow */
    top:5px;
    right:-20px;
}

.tooltipB:before {
    border-color: transparent transparent #333333 transparent; /* Top facing arrow */
    right:5px;
    top:-20px;
}

.tooltipR:before {
    border-color: transparent #333333 transparent transparent; /* Left facing arrow */
    top:5px;
    left:-20px;
}

.tooltipT:before {
    border-color: #333333 transparent transparent transparent; /* Bottom facing arrow */
    right:5px;
    bottom:-20px;
}

.tooltipSmall:before {
    border-color: transparent transparent transparent transparent; /* Top facing arrow */
    right:5px;
}

.tooltipSmallL:before {
    border-color: transparent transparent transparent transparent; /* Top facing arrow */
    right:5px;
}

.tooltipSmallR:before {
    border-color: transparent #333333 transparent transparent; /* Top facing arrow */
    right:5px;
}


#gallery-manager {
    display: none;
    height:30px;
    width:290px;
    margin-left:10px;
    z-index: 10;
}

a:hover + #gallery-manager {
    display: block;
    position:relative;
}

/***
  Creating blank space
***/

.glyphicon-none:before {
    content: "\2122";
    color: transparent !important;
}

.columned-text {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;

    -webkit-column-gap: 2.5em; /* Chrome, Safari, Opera */
    -moz-column-gap: 2.5em; /* Firefox */
    column-gap: 2.5em;

}

#about-box {
    text-align:center;
    display:inline-block;
    background: #333333;
    background: rgba(0,0,0,0.85);
    box-shadow: 0 0 6px 1px #666666;
    color: #E7E7E7;
    padding: 5px;
}

#about-me {
    display: none;
    background: #333333;
    background: rgba(0,0,0,0.85);
    box-shadow: 0 0 6px 1px #666666;
    color: #E7E7E7;
    padding: 5px;
    position: absolute;
}

#image-manager {
    display:inline-block;
    position: relative;
    padding:5px;
    top: 3em;
    left: 3em;
}

.profile-image .col-xs-2 {
    width: 20%;
}

.personal-data *:not(h1,h2,h3,h4) {
    font-weight: 600;
    font-size: 100%;
}

.personal-data h2 {
    font-size: 200%;
}

.btn-send-msg {
    float: right;
    margin: 1em;
    background-color: #808080;
}

.btn-send-msg:hover {
    background-color: #606060;
}

.btn-view-admin-mail {
    margin: 1em;
    background-color: #808080;
}

.btn-view-admin-mail:hover {
    background-color: #606060;
}


#grInv {
    color:black;
}

#grInv:hover {
    text-decoration: none;
}


/*** MODALS changed ***/

.modal-body.form-group {
    margin-bottom: 5px;
}

.modal-content {
    background-color: black;
    color: white;
}

.modal-content.rbz {
    position: relative;
    display:inline-block;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-content.rbz.conf-msg {
    max-width: 30em;
}
.modal-header {
    border-bottom: 0px;
}

.modal-footer .btn-success {
    margin-left: 5px;
    margin-bottom: 0;
    position:relative;
    bottom:1em;
    right:1em;
}

.modal-footer {
    border-top: 0px;
}

.terms {
    width: 50%;
}

/*** Visibility options ***/
.vis_row {
    position: relative;
}

.vis_col {
    position: absolute;
    top: 48%;
    left:68%
}

.group-visibility .col-xs-2 {
    text-align: center;
}

/*** Select2 options ***/
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: black;
}
.select2-results__option,
.select2-selection__choice,
.select2-search__field {
    color: black;
}
.hide_option {
    display: none;
    padding: 0px;
}

#search-list {
    color:black;
    width:100% !important;
}

.search-uni .select2-container {

}

/***Paginator Links***/
.pager {
    margin: 0px;
}

.pager .disabled {
    display: none;
}

.pager a[rel=prev] {
    display: none;
}

@media all and (max-width: 992px) {
    /* Increase pagination links on mobile */
    .lists-scroll .pagination>li>a {
        font-size: 500%;
        line-height: initial;
        padding-left: 30px;
        padding-right: 30px;
    }
    .lists-scroll .pagination>li>span {
        font-size: 500%;
        line-height: initial;
        padding-left: 30px;
        padding-right: 30px;
    }
    /* List container */
    .list-container h3 {
      font-size: 2.5em;
    }
    
    .list-container h4{
      font-size: 2.5em !important;
    }
}
@media all and (min-width: 992px) {
    /* List container */
    .list-container {
        max-height: 300em;
        overflow-y: scroll;
    }
}


/*** Lists Big Elements ***/
.list-big-panel {
    border-style: solid;
    border-width: 2px;
    border-radius: 10px;
    border-color: black;
    background-color: #143343;
    margin: 5px;
    padding: 5px;
    height: 17em;
    overflow: hidden;
    width: 95%;
}
.list-big-panel.list-big-panel-event {
    height: initial;
}
.list-big-panel img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*for HOMEPAGE items */
.list-big-panel2 {
    border-style: solid;
    border-width: 2px;
    border-radius: 10px;
    border-color: black;
    background-color: #505050;
    margin: 5px;
    padding: 5px;
    width: 95%;
    height: 17em;
    overflow: hidden;
}

.list-big-panel2 .post-content-column {
    color: white;
    height: 16em;
    overflow: hidden;
}

.list-big-panel-mobile {
    border-style: solid;
    border-width: 2px;
    border-radius: 10px;
    border-color: black;
    background-color: #505050;
    margin: 5px;
    padding: 5px;
    width: 99.5%;
}

.list-big-panel-mobile .homepage-posts {
    max-height: 130px;
    overflow: hidden;
}

.list-big-panel-mobile .homepage-posts2 {
    max-height: 150px;
    overflow: hidden;
}

.list-big-panel-mobile h2.post-title-mobile {
    font-size: 3em;
    color: black;
    font-weight: bold;
    margin-top: 10px;
}

.post-info-profile h2.post-title-mobile {
    font-size: 64px;
    font-weight: bold;
    margin-top: 10px;
}

.list-big-panel-mobile h5 {
    font-size: 2.5em;
}

.list-big-panel-mobile h4 {
    font-size: 3em;
}

.list-big-panel-mobile h4 {
    font-size: 3em;
}

.list-big-panel-mobile div.homepage-posts {
    font-size: 3em;
}

.list-big-panel-mobile img.first-img {

}

.list-big-panel-mobile img.profile-picture {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.list-big-panel-mobile.event h3 {
    color: black;
    font-weight: bold;
    font-size: 3em;
}

.event-entry-text h3 {
    font-size: 1.6em;
}

.event-entry-text h4 {
    /* font-weight: 600; */
    font-size: 1.3em;
}

@media all and (min-width: 992px) {
    .social-media-icon {
        max-width: 80px;
        max-height: 80px;
    }
}
@media all and (max-width: 992px) {
    .social-media-icon {
        max-width: 150px;
        max-height: 150px;
    }
    .download-app-store-icon {
        height: 170px;
    }

    .download-google-play-icon {
        height: 250px;
    }
}

.centered-icon {
    margin: 0 auto;
}

/***Footer Links***/
.footer-links   {color:white; background-color:black; text-decoration:none}
.footer-links:hover   {color:blue; background-color:black; text-decoration:none}

/**Ravebold**/
@font-face {
    font-family: Ravebold;
    src: url('../fonts/Ravebold.ttf');
}

/**Icomoon**/
@font-face {
    font-family: 'icomoon';
    src:    url('../fonts/icomoon.eot?jlc661');
    src:    url('../fonts/icomoon.eot?jlc661#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?jlc661') format('truetype'),
    url('../fonts/icomoon.woff?jlc661') format('woff'),
    url('../fonts/icomoon.svg?jlc661#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-menu:before {
    content: "\e900";
}

.group-rcol-image {
    width: 25px;
}

@media all and (max-width: 992px) {
    .group-rcol-image {
        width: 80px;
    }
}

.message-delete-btn {
   font-size: 1.6em;
}

@media all and (max-width: 992px) {
    .message-author {
        font-size: 2.5em;
    }
    .message-subject {
        font-size: 5em;
    }
    .message-body {
        font-size: 3em;
    }
    .message-delete-btn {
        font-size: 6em;
    }

    .message-new-btn {
        font-size: 3.5em;
    }
    
    a.confidential {
        font-size: 3em;
    }
    
    .new-label {
      font-size: 0.5em;
    }
    
    .media-body {
      font-size: 1.5em;
    }
}

.soundcloud-div {
 position: relative;
 text-align: center;
}

.soundcloud-div img {
  position: relative;
   width: 100%;
}

.soundcloud-div span {
   position: absolute;
   bottom: 0px;
   left: 0;
   width: 100%;
}

/* SoundCloud Custom player start */
iframe.sc-widget { display: none; }

.player {
  cursor: pointer;
  margin: auto;
  height: 200px;
  width: 100%;
  font-family: Helvetica, Arial, sans-serif;
  background-color: #efefef;
  background-size: cover;
  background-position: center;
  transition: background-image 1s linear;
}

.player .waveform {
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: 100% 100%;
  transition: background-image 1s linear;
}

.player .position {
  opacity: 0.5;
  position: absolute;
  height: 100%;
  width: 0;
  background-color: white;
  transition: width .1s linear;
  mix-blend-mode: overlay;
}

.player .info {
  user-select: none;
  z-index: 5;
  position: absolute;
  height: 25px;
  width: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 20px;
  font-weight: 600;
  /*letter-spacing: -.08em;*/
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  color: white;
  mix-blend-mode: difference;
}

.player .actions {
  position: absolute;
  bottom: 0;
  color: black;
  font-size: 30px;
  z-index: 2;
}
/* SoundCloud Custom player end */

#images-input {
   height: 100px;
}

#images-input {
  height: 100px;
}

/*Edit Page */

.desk-tabs{
	width:100%;
	display:inline-block;
}

.tab-links:after{
	display: block;
	clear:both;
	content:"";
}

.tab-links li{
	margin: 0px 5px;
	float: left;
	list-style:none;
}
.tab-links a {
padding:9px 15px;
display:inline-block;
border-radius:3px 3px 0px 0px;
background:#6CB7E8;
font-size:16px;
font-weight:600;
color:#000000;
transition:all linear 0.15s;
}
.tab-links a:hover {
background:#a7cce5;
text-decoration:none;
}
li.active a, li.active a:hover {
background:#32CD32;
color:#000000;
}

.tab-content {
padding:15px;
border-radius:3px;
box-shadow:-1px 1px 1px rgba(0,0,0,0.15);
background:	#304C58;
}
.tab {
display:none;
}
.tab.active {
display:block;
}

.accordion {
    padding-left: 20px;
  padding-right: 20px;
    width: 100%;
    margin: 0 auto;
}

.accordion-item .content{
        font-size: 20px;
        color: white;
        padding-left:30px;
}


.accordion_heading .title{
        color: white;
        font-size: 30px;
}


.accordion-item {
    position: center;
}

.content {

}


#bio_input, #quote, 
#soundcloud,#event_details,
#event_about,
#create_event_detail {
  max-width: 500px;
  width:100%;
  height: 200px;
  
}

.save_btn{
  background-color: #64A8D2;
  color: white;  
  display: block;
}

.tip a{
        color: white;
}

.users_admin{
  color: white;
  font-size: 35px;
 }
 
 p.set_check{
  display: inline-block;
  padding-left: 15px;
 }

 
@media (max-width: 1024px) {
  .accordion , .accordion .content, {
        margin: 0 auto !important;
  }

  .accordion_heading .title{
        color: white;
        font-size: 70px;
  }

  label{
        font-size: 40px;
  }
  
  label.soundcloud {
    font-size: 30px;
  }
  
 #bio_input, #quote, 
 #soundcloud, #event_details,
 #create_event_detail,
 #event_about{
  max-width: 600px !important;
  height: 400px;
  font-size: 50px;  
  }
  
  li.contact{
  font-size: 50px;
  }
  
  #donate_heading,#invite_heading{
  font-size: 70px;
  text-align: center;  
  }
  
  .donate,.invite_check{
  font-size: 35px;
  text-align: center; 
  }
  
  .users_admin {
  font-size: 35px;
  }
  
input.edit_input[type="text"],
input.create_event[type="text"], 
input.edit_input[type="file"],
input.create_event[type="file"],
input.edit_event[type="file"],
input.edit_event[type="text"],
ul.edit_event,
input.edit_input[type="password"], 
input#banner_image[type="file"],
input#genre-name,
input.edit_input[type="password"],
.edit_input select,
input.kandi_input[type="text"],
input.invite_input[type="email"],
input#ravename[type="text"],
input#rave_bff[type="text"],
input#create_groupname[type="text"],
select#invite_select,
select#activate_kandi,
#profile_picture,
#page_color, #font_color,
#banner_color, #banner_font_color,
#info_color,#info_font_color,#background_image,
#banner_background_image, #info_background_image,
#date_start, #date_end, #time_start, #time_end{
  max-width: 650px !important;
  height: 75px;
  font-size: 25px;
}

#donate_button{
  width: 250px;
  height: 125px;
}

.accordion-item .content .col-xs-3 p,
#how_to,
#add_kandicode{
    font-size: 35px;
  color: white;
}

#how_to{
  position:relative !important;
    display:flex;
}


input.edit_input[type="radio"]{
  font-size: 100px;
}

input.edit_radio[type="radio"]{
	transform: scale(2.0);
}

input#admin_check[type="checkbox"],
input.edit_check[type="checkbox"],
input.invite_check[type="checkbox"],
input.event_check[type="checkbox"]
{
	transform: scale(2.0);
	padding: 20px;
}

p.set_check{
  font-size:35px;
  color:white;
  display: inline-block;
  padding-left: 20px;
}

input.edit_input[type="email"]{
    max-width:625px;
}

#profPic{
  max-width: 700px !important;
  max-height: 450px !important;
}

.save_btn{
  width: 200px;
  height: 100px;
  font-size: 30px;
}
  
#admin_msg_btn{
  font-size: 30px;
  width: 400px;
  height: 100px;
}

#images-input {
  height: 100px;
}



/* Invitation page. */
form.invitation-form div.form-group div.checkbox {
  padding-bottom: 10px;
  padding-top: 10px;
  border-top: 1px solid #25485b;
}

form.invitation-form input.mobile-checkbox  {
  display: inline;
  position: relative !important;
  width: 45px;
  height: 45px;
  margin-right: 15px;
}

/* message read page: */
div.message-view {
  background-color: #143343;
  }
  div.message-view span.glyphicon-tag {
    color: #57a2c8;
    font-size: 2em;
  }

div.reply-wrapper {
  display: inline-block;
  }
  div.reply-wrapper form div.reply-buttons {
    margin: 60px 0px;
  }

} /* end of media query */

/* Registration form */
div.container div.row div.register-wrapper {
  background-color: #143343;
  color: #57a2c8;
  padding: 30px 40px;
  margin: 0 10px;
}


div.container div.row div.register-wrapper input,
div.container div.row div.register-wrapper input#ravename.form-control {
  font-size: 22px;
  line-height: 22px;
  height: inherit;
}

div.container div.row div.register-wrapper label.radio {
  margin-bottom: 5%;
}

div.container div.row div.register-wrapper span.help-block{
  margin-top: 20px;
}

div.container div.row div.register-wrapper label.radio input {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-left: 0px;
}

div.container div.row div.register-wrapper label.radio span {
  margin-bottom: 10%;
  margin-left: 10%;
}

div.container div.row div.register-wrapper input[type="submit"] {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
}

/* welcome page */
.welcome-wrapper h1 {
  color: #00ff00;
  font-family: "Open sans", sans-serif;
}

.welcome-wrapper.center-div {
  position: relative;
  background: url('/img/rbz_back.jpg') center no-repeat;
  text-align: center;
  padding-bottom: 20px;
  }
  .welcome-wrapper.center-div .welcome-content {
    font-size: 30px;
    padding: 5px 10px;
    font-weight: 500;
    font-family: "open sans", sans-serif;
    color: lightgreen;
}

@media all and (max-width: 992px) {
  span.help-block {
    font-size: 35px;
  }
}

.success-invitation-message {
  font-size: 25px;
  height: 25px;
}