/* errors */
.berrors {background: #6d90a8; color: #fff; margin: 0 0 20px 0; padding: 10px 20px;}
.berrors a { color: #aa4e43; text-decoration:underline; }

/* Votes */
.vote-box {}
.vote-title {font-size:18px; line-height:21px; margin-bottom:20px;}
.vote {margin-bottom:10px;}
.vote:after {content: ""; display: table; clear: both;}
.vote input {display:none;}
.vote label {position:relative;}
.vote label:before { content:""; float:left; margin:1px 10px 0 0; cursor:pointer; 
width:16px; height:16px; border-radius:8px; background-color:#f6f6f6;}
.vote input:checked + label:before {box-shadow:inset 0 0 0 4px #f6f6f6; background-color:#d7295e;}
.vote label:hover {cursor:pointer; color:#06c;}
.vcount {margin-top:10px;}

.vote-buts {padding:10px 0 0 0;}
.votebuts button:hover {opacity:0.8;}
.vvote {}
button.vres, button.vall {width:auto; background:#f6f6f6; color:#2a2a2a;}
button.vres:hover, button.vall:hover {background:#f0f0f0;}
.vote-buts .fa {color:#2a2a2a;}

/* Content-other */
.ui-icon, .close { display: block; overflow: hidden; text-indent: -9999px; white-space: nowrap; }
#pollbox { border-bottom: 1px dashed #E3E3E3; padding-bottom: 22px }
#dle-poll-list, #searchtable, .pm-status { padding: 0 0 20px 0; border-radius: 6px;}


/* Userinfo */
.user-prof {border:1px solid #111; background-color:#222; margin-bottom:20px;}
.up-first {padding:30px 170px 0 150px; position:relative; background-color:#111; color:#FFF; height:100px; z-index:20;}
.up-first > * {position:relative; z-index:10;}
.up-img {width:100px; height:100px; border-radius:3px; border:5px solid #000; box-shadow:2px 2px 5px 0 rgba(0,0,0,0.5); 
position:absolute; left:30px; bottom:-30px;}
.up-first h1 {font-size:18px; font-weight:400; margin-bottom:10px; color:#fff;}
.up-group span {color:#fff !important; font-weight:700;}
.up-status {text-align:center; width:100px; position:absolute; left:30px; bottom:-73px;}
.offline, .online {padding: 5px 10px; display:inline-block; 
color: #fff; background-color: #626262; border-radius:3px;}
.online {background:#99ce1b;}
.up-second {height:100px; background-color:#222; padding:20px 30px 20px 150px;}
.up-second li {width:50%; display:flex; flex-direction:column; justify-content:center; text-align:center; font-weight:700;}
.up-second li p {font-weight:400; font-size:12px; text-transform:uppercase; margin-top:10px;}
.up-second li:first-child {border-right:1px solid #666;}
.up-second li a {padding:0 10px; line-height:40px !important; font-size:12px;}
.up-third {padding:10px 0; 
border-bottom:1px solid #111; border-top:1px solid #111; box-shadow:inset 0 5px 5px -5px rgba(0,0,0,0.5);}
.up-third li {padding:15px 20px; display:block;}
.up-third li a {text-decoration:underline; color:#f48625;}
.up-third li:nth-child(2n) {background-color:#222;}
.up-edit {padding:20px;}
.up-edit a {padding:0 10px; line-height:40px !important; display:block; text-align:center;}
.up-edit {padding:20px;}
.up-edit a {padding:0 10px; line-height:40px !important; display:block; text-align:center;}

.user-popup {padding:20px 0; position:relative; margin:-20px;}
.upop-left {width:28%; float:left; position:relative; z-index:50; text-align:center;}
.upop-left .up-img {position:static; display:block; margin:0 auto 10px auto;}
.upop-right {width:72%; float:right;}
.upop-right li {padding:5px 0;}


@media screen and (max-width: 1220px) {
.up-second {height:auto; padding:10px 30px 10px 150px;}
.up-second li {width:48%; padding:5px 0; border:0 !important;}
}
@media screen and (max-width: 760px) {
.up-first {padding:20px 10px; height:auto; text-align:center;}
.up-img {position:relative; margin:10px auto; left:0; bottom:0;}
.up-status {position:relative; margin:0 auto; left:0; bottom:0;}
.up-second, .up-edit {padding:20px 10px;}
}


/* search */
.search-page {margin-bottom:20px;}
.searchstyle { width: 480px }
.search { padding: 0 }
#searchtable, #searchtable td { vertical-align: top; text-align: left }
#searchtable fieldset { font-size: 11px; border: 1px solid #d7d7d7; padding: 10px; text-align: left; 
margin: 0 4px 4px 0 !important; border-radius: 6px }
fieldset legend { font-size: 11px; font-weight: bold; color: #696969; }
#searchtable table, #searchtable form { margin: 0; width:100%;}
#searchtable select { background-color: #666 }
#searchuser, #searchinput { width: 90% !important; }
.search > div {margin-bottom:10px;}
.search input[type="text"], .search select {display:block; width:100% !important; margin-bottom:10px;}
.search input[type="checkbox"], .search input[type="radio"] {margin-right:5px;}
#searchinput + br, #searchinput + br + br {display:none;}










#dle-pm-preview .bform { display: none; }

/*--- AJAX---*/
#loading-layer {display: block !important;background-color: #000;background-color: rgba(0,0,0,0.5);z-index:8888 !important;
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: #000;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: #ffc100;margin: -20px 0 0 -20px;}
#loading-layer:before {animation: load1 1s infinite ease;}
#loading-layer:after {animation: load2 1s infinite -0.32s ease;}
@keyframes load1 {0%, 80%, 100% { transform: scale(1,1); } 40% { transform: scale(.6,.6); }}
@keyframes load2 {0%, 80%, 100% { transform: scale(1,1); } 40% { transform: scale(.5,.5); }}

/*--- QUOTES ---*/
.scriptcode, .title_spoiler, .text_spoiler { padding: 3px 5px; background: #222; border: 1px solid #111; }
.title_quote { margin-top: 2px; font-weight: bold; }
.quote { margin:15px 0 10px 10px; padding:5px 10px; border-left: 3px solid #ffc100;
 font-family: Georgia, serif; font-style: italic; color: #ccc; background-color:#222 }
.title_spoiler { margin-top: 2px; }
.text_spoiler { margin-bottom: 2px; }
.title_spoiler img { vertical-align: middle !important; margin:0 5px 0 0; border:0;}
.scriptcode { color: #ccc; text-align: left; font-family: "Courier New" }
.title_spoiler { font-weight: normal; }
.text_spoiler { border-top: 0; text-align: justify; }
.hide { background-color: #222; padding: 5px; color: #ccc; margin: 0 0 1em 0 }
.hide a { text-decoration: underline; } 
.hide a:hover { text-decoration: none }
.inhide { border: 1px solid #111; padding: 5px; background-color: #222; margin-bottom: 5px }


.quick-edit-text {padding: .4em;width: 350px;}
.quick-edit-textarea {height: 250px;padding: 2px; border: 1px solid #d7d7d7;width: 100%;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);}


/*--- DROP NENU ---*/
#dropmenudiv { font: 12px Arial; padding: 10px; display: none; background: #000; 
border-radius: 8px;  box-shadow: 0 0 50px 0 rgba(0,0,0,0.22); z-index:200 !important;}
#dropmenudiv a { display: block; text-decoration: none; padding: 5px 8px; width: 154px }

/*--- ---*/
fieldset {border: 1px solid #bfced6;padding: 5px;text-align: left;}




.xfieldimagegallery {margin:20px -5px; list-style: none; clear: both;}
.xfieldimagegallery:after {content: ""; display: table; clear: both;}
.xfieldimagegallery li {list-style: none; margin:0;}
.xfieldimagegallery li img {float: left; margin:5px; border: 5px solid #fff; width: 150px; height: 100px;}
.xfieldimagegallery li img:hover {box-shadow: 0px 0px 7px rgba(0,0,0,0.4);}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {cursor:not-allowed; pointer-events:none; opacity:0.65;}



/*--- UI WIDGETS ---*/
.ui-widget-overlay { background: #000; opacity:0.5; left: 0; top: 0; right: 0; bottom: 0; position: fixed; }
.ui-helper-clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden }
.ui-helper-clearfix { display: inline-block }
* html .ui-helper-clearfix { height: 1% }
.ui-helper-clearfix { display: block }

.ui-dialog { background-color: #202328; overflow: hidden; padding: 0; position: absolute; width: 300px; 
box-shadow:0 0 40px 0 rgba(0,0,0,0.3); border-radius:3px;}
.ui-dialog-titlebar { padding:20px 20px; background-color:#111; border-bottom:1px solid #111;}
.ui-dialog-title { margin-top: 2px; float: left; font-size: 18px; color: #fff;}

.ui-dialog .ui-dialog-content {padding:20px; border: 0; overflow: auto; position: relative; zoom: 1; }
.ui-dialog-content h2 { display: inline; font-size: 1em; font-weight: bold }
.ui-dialog .ui-dialog-buttonpane { border-top: 1px solid #111; padding: 15px 20px; text-align: center; background-color:#2a2d34; }

.ui-dialog .ui-resizable-se { bottom: 3px; height: 14px; right: 3px; width: 14px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }

.ui-state-error { background: #fef1ec 50% 50% repeat-x !important; border: 1px solid #cd0a0a; color: #cd0a0a; }

.ui-icon-closethick {cursor: pointer; position:absolute; right:10px; top:18px; width:30px; height:30px;}
.ui-icon-closethick:before {content:"X"; width:30px; height:30px; line-height:30px; text-align:center; color:#fff; 
position:absolute; right:0; top:0; text-indent:0; font-size:28px; transform:scale(1,0.7);}
a:hover .ui-icon-closethick {opacity:0.8;}
.ui-dialog .ui-dialog-buttonset button { margin-right:10px !important; line-height:15px !important; font-size:12px; padding:0 10px;}

/*--- NEW FORM ---*/
.form-wrap {}
.form-wrap h1 {font-size:24px; margin-bottom:20px;}
.form-wrap > div, .form-vote > div {margin-bottom:20px;}
.form-item {margin-bottom:20px; padding-left:200px; position:relative;}
.form-item > label {display:block; float:left; width:200px; margin-left:-200px; padding-top:10px;}
.form-item > input[type="text"], .form-item > input[type="password"], .form-item > input[type="file"] {float:left; max-width:600px;}
.imp > label:after {content: "*"; margin: 0 0 0 10px; color: #e85319;}
.form-buts input[type="button"], .form-buts a {width:48%; float:left; display:block; text-align:center; box-shadow:none; border-radius:0; font-size:14px;}
.form-buts a {float:right;}
.findrelated {background: #ffc; border:1px solid #9E9E9E; padding:5px;}
.form-textarea > label {display:block; padding:10px 20px; background-color:#444; color:#fff; font-size:16px;}
#category {width:100% !important;}
.form-xfield .addnews {vertical-align:middle;}
.form-checks input#allow_main {margin-left:50px;}
.form-checks label, #allow_subscribe + label {display:inline-block; line-height:30px; margin-left:5px; position:relative; top:1px;}
.form-submit button:last-child {margin-left:10px;}
.form-secur {width:100%; float:right;}
.form-secur input {display:inline-block; max-width:300px; vertical-align:top;}
.form-secur > a {display:inline-block; vertical-align:top; margin-left:10px;}
.form-secur select {width:100%; max-width:600px;}
.form-item > input[type="button"] {position:absolute; right:0; top:0; height:40px; line-height:40px;}
#result-registration {text-align:center;}

    
.dle-captcha { position: relative; }
.dle-captcha:after { clear: both; display: block; content: ""; }
.dle-captcha > a { float: left; margin-right: 5px; }
.dle-captcha img {position: relative; display: block; width: 130px; height: 46px; transition: all ease .2s;}
.dle-captcha > input { float: left; width: 130px; }
.xfieldsnote {color: #838383; font-size: .9em;}
.instagram-media, .twitter-tweet {display: inline-block !important;}
        

@media screen and (max-width: 600px) {
.form-wrap h1 {font-size:16px;}
.form-item {padding-left:0;}
.form-item > label {float:none; width:100%; margin-left:0; padding:0 0 10px 0;}
.form-item > input[type="text"], .form-item > input[type="password"], .form-item > input[type="file"] {float:none;}
.form-item > input[type="button"] {display:none;}
.form-checks input#allow_main {margin-left:10px;}
.form-buts input[type="button"], .form-buts a {width:50%; padding:0; font-size:12px;}
.stat-list {width:100%; float:none;}
.bb-pane{padding:0 0 0 5px;height:50px !important;
white-space:nowrap; overflow-y:hidden; overflow-x:auto;}
.bb-btn{float:none;}
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;

}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.fa-cog:before {content: "\f013";}.fa-user:before {content: "\f007";}.fa-star:before {content: "\f005";}.fa-search:before {content: "\f002";}.fa-reply:before {content: "\f112";}.fa-plus:before {content: "\f067";}.fa-minus:before {content: "\f068";}.fa-tags:before {content: "\f02c";}.fa-arrow-left:before {content: "\f060 ";}.fa-arrow-right:before {content: "\f061";}.fa-reorder:before {content: "\f0c9";}.fa-th:before {content: "\f00a";}.fa-angle-double-right:before {content: "\f101";}.fa-play:before {content: "\f04b";}.fa-chevron-up:before {content: "\f077";}.fa-angle-double-left:before {content: "\f100";}.fa-thumbs-up:before {content: "\f164";}.fa-thumbs-down:before {content: "\f165";}.fa-chevron-left:before {content: "\f053";}.fa-chevron-right:before {content: "\f054";}

