#loading-layer {
    display: block !important;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
}
#loading-layer:before,
#loading-layer:after {
    content: "";
    border-radius: 50%;
    background-color: #95c00e;
    position: absolute;
    left: 50%;
    top: 50%;
}
#loading-layer:before {
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
}
#loading-layer:after {
    width: 40px;
    height: 40px;
    background-color: #8663c4;
    margin: -20px 0 0 -20px;
}
#loading-layer:before {
    -webkit-animation: load1 1s infinite ease;
    animation: load1 1s infinite ease;
}
#loading-layer:after {
    -webkit-animation: load2 1s infinite -0.32s ease;
    animation: load2 1s infinite -0.32s ease;
}
@-webkit-keyframes load1 {
    0%, 80%, 100% {
        -webkit-transform: scale(1, 1);
    }
    40% {
        -webkit-transform: scale(.6, .6);
    }
}
@keyframes load1 {
    0%, 80%, 100% {
        transform: scale(1, 1);
    }
    40% {
        transform: scale(.6, .6);
    }
}
@-webkit-keyframes load2 {
    0%, 80%, 100% {
        -webkit-transform: scale(1, 1);
    }
    40% {
        -webkit-transform: scale(.5, .5);
    }
}
@keyframes load2 {
    0%, 80%, 100% {
        transform: scale(1, 1);
    }
    40% {
        transform: scale(.5, .5);
    }
}
.voteprogress,
.pollprogress {
    overflow: hidden;
    height: 6px;
    margin-bottom: 10px;
    background-color: #e7e7e7;
    border-radius: 3px;
    margin-top: 6px;
}
.voteprogress span,
.pollprogress span {
    text-indent: -9999px;
    height: 6px;
    display: block;
    overflow: hidden;
    background-color: #1a1a1a;
}
#dropmenudiv {
    padding: 10px 0;
    min-width: 140px;
    width: auto !important;
    opacity: 1 !important;
    display: none;
    font-size: .9em;
    border-radius: 6px;
    border: 1px solid #e6e6e6;
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 40px -10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 8px 40px -10px rgba(0, 0, 0, 0.3);
    background-clip: padding-box;
}
#dropmenudiv {
    background-color: #fff;
}
#dropmenudiv a {
    text-decoration: none !important;
    color: inherit;
    display: block;
    padding: 5px 20px;
    border: 0 none;
    white-space: nowrap;
    color: inherit;
}
#dropmenudiv a:hover {
    background-color: #b5b5b5;
    color: #fff;
}
#searchsuggestions {
    z-index: 2200;
    width: 290px;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 40px -10px rgba(0, 0, 0, 0.3);
    border: 1px solid #ddd;
    border-color: rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
    font-size: .9em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#searchsuggestions a,
#searchsuggestions span.notfound {
    padding: 15px 25px;
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #e5e5e5;
}
#searchsuggestions a {
    color: inherit;
}
#searchsuggestions a:hover {
    background-color: #f7f7f7;
}
#searchsuggestions a span {
    display: block;
    cursor: pointer;
}
#searchsuggestions span.searchheading {
    display: block;
    font-weight: bold;
    margin-bottom: .2em;
}
#searchsuggestions span.seperator {
    display: block;
}
#searchsuggestions span.seperator a {
    padding: 10px 0;
    text-align: center;
    border: 0 none;
    background-color: transparent;
    color: #919191;
}
#searchsuggestions span.notfound {
    padding: 15px 25px;
    display: block;
}
#searchsuggestions .break {
    display: none;
}
.ui-autocomplete {
    position: absolute;
    cursor: default;
}
* html .ui-autocomplete {
    width: 1px
}
.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    float: left;
    background: #fff 50% bottom repeat-x;
    border: 1px solid #dedede;
    color: #353535;
}
.ui-menu .ui-menu {
    margin-top: -3px;
}
.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    zoom: 1;
    float: left;
    clear: left;
    width: 100%;
}
.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: .2em .4em;
    line-height: 1.5;
    zoom: 1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px;
    border: 1px solid #a7a7a7;
    color: #4e4e4e;
    font-weight: bold;
}
.quick-edit-text {
    padding: .4em;
    width: 350px;
}
.quick-edit-textarea {
    height: 210px;
    padding: 2px;
    border: 1px solid #d7d7d7;
    width: 100%;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="file"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    display: inline-block;
    line-height: 22px;
    padding: 8px 10px;
    vertical-align: middle;
    border-radius: 3px;
    background: #fbfbfb;
    border: 1px solid #dcdcdc;
    -webkit-transition: border 0.2s linear 0s;
    transition: border 0.2s linear 0s;
    box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.06);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
textarea {
    margin: 0;
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}
textarea:focus, select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    background-color: #fff;
}
input[type="radio"],
input[type="checkbox"] {
    line-height: normal;
    margin: -2px 6px 0 0;
    vertical-align: middle;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
    width: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
.btn,
.button,
.bbcodes {
    border: 0 none;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    color: #fff !important;
    padding: 8px 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);
    background-color: #4fa8fe;
    background-image: -webkit-linear-gradient(top, #4fa8fe  0%, #528dc6  100%);
    background-image: -moz-linear-gradient(top, #4fa8fe 0%, #528dc6  100%);
    background-image: -o-linear-gradient(top, #4fa8fe 0%, #528dc6  100%);
    background-image: linear-gradient(top, #4fa8fe 0%, #528dc6  100%);
    box-sizing: border-box -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.ui-button {
    padding: 4px 12px;
    height: 30px;
    font-size: 11px;
    margin: 2px;
}
.btn:hover,
.button:hover,
.bbcodes:hover,
.ui-button:hover {
    background-color: #000;
    background-image: -webkit-linear-gradient(top, #2c77c0 0%, #2c77c0 100%);
    background-image: -moz-linear-gradient(top, #2c77c0 0%, #2c77c0 100%);
    background-image: -o-linear-gradient(top, #2c77c0 0%, #2c77c0 100%);
    background-image: linear-gradient(top, #2c77c0 0%, #2c77c0 100%);
}
.xfields textarea,
.xprofile textarea {
    width: 100%;
    height: 186px;
    margin-top: 5px;
}
.xfieldsnote {
    color: #838383;
    font-size: .9em;
}
.xfields_table td {
    vertical-align: top;
}
.xfieldsrow {
    padding-top: 5px;
    clear: both;
}
.xfieldscolleft {
    float: left;
    width: 30%;
}
.xfieldscolright {
    float: left;
    width: 70%;
}
.file-box {
    width: 95%;
    max-width: 437px;
    border: 1px solid #B3B3B3;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #F5F5F5;
    padding: 10px;
    margin-top: 10px;
}
.xfieldimagegallery {
    margin: 0;
    padding: 0;
    list-style: none;
    clear: both;
}
.xfieldimagegallery li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.xfieldimagegallery li img {
    float: left;
    margin-right: 5px;
    border: 5px solid #fff;
    width: 100px;
    height: 100px;
    transition: box-shadow 0.5s ease;
}
.xfieldimagegallery li img:hover {
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4);
}
.qq-uploader {
    position: relative;
    width: 100%;
}
.qq-upload-button {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}
.qq-upload-drop-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    max-width: 437px;
    background: #FF9797;
    text-align: center;
}
.qq-upload-drop-area span {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -8px;
    font-size: 16px;
}
.qq-upload-drop-area-active {
    background: #FF7171;
}
.uploadedfile {
    display: inline-block;
    width: 115px;
    height: 140px;
    margin: 10px 5px 5px 5px;
    border: 1px solid #B3B3B3;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    text-align: center;
    background: #ffffff;
}
.uploadedfile .uploadimage {
    margin-top: 5px;
    width: 115px;
    height: 90px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.uploadedfile .info {
    text-align: left;
    white-space: nowrap;
    margin: 0px 5px 0px 5px;
    overflow: hidden;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.progress {
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: whitesmoke;
    height: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    background: #eee;
    -webkit-box-shadow: 0 1px 0 white, 0 0px 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 4px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 white, 0 0px 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.progress .progress-bar {
    float: left;
    width: 0%;
    font-size: 12px;
    line-height: 20px;
    color: white;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 8px;
}
.progress-bar span {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
}
.progress-blue {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#9bcff5), to(#6db9f0));
    background-image: -webkit-linear-gradient(top, #9bcff5, 0%, #6db9f0, 100%);
    background-image: -moz-linear-gradient(top, #9bcff5 0%, #6db9f0 100%);
    background-image: linear-gradient(to bottom, #9bcff5 0%, #6db9f0 100%);
    background-repeat: repeat-x;
    border: 1px solid #55aeee;
    background: blue
}
.tag_list .clouds_xlarge a {
    font-size: 26px;
}
.tag_list .clouds_large a {
    font-size: 20px;
}
.tag_list .clouds_medium a {
    font-size: 16px;
}
.tag_list .clouds_small a {
    font-size: 14px;
}
.tag_list .tag_span a {
    font-size: 12px;
}
select[multiple],
select[size],
textarea { height: auto; }
::-moz-placeholder, :-moz-placeholder, ::-webkit-input-placeholder {
    opacity: 0.6;
}
input:focus {
    outline: none;
}
input[type="file"], input[type="image"] {
    padding: 0;
    border-width: 0;
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.wide, .bb-editor textarea, .ui-dialog textarea, select #category, .timezoneselect, .quick-edit-text {
    width: 100% !important;
}
#searchuser, #searchinput {
    width: 100% !important;
    margin-bottom: 10px;
}
table.xfields input {
    width: 100%;
}
table.xfields tr > td:first-child {
    padding-right: 10px;
}