html, body {
    width: 100%;
    height: 100%;
}

.navbar .container .navbar-brand {
    color: #fff;
}

.photo-list {
    position: relative;
}

.photo-list .loader {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 80px;
    width: 100%;
    height: 100%;
    padding: 10px 0;
    background: rgba(255, 255, 255, 0.6) url('../img/preloader.gif') no-repeat 50% 50%;
}

.preloader {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.6) url('../img/preloader.gif') no-repeat 50% 50%;
}

.locked-profile,
.login-form {
    width: 300px;
    position: absolute;
    left: 50%;
    margin-left: -150px;
    top: 30%;
}

.locked-profile {
    width: 600px;
    margin-left: -300px;
}

.edit-author .input-group,
.add-article-form .input-group,
.wfcms-form .input-group,
.input-group {
    margin: 0 0 10px;
}

.login-wfcms-form .checkbox-remember {
    margin-left: 30px;
}

.login-wfcms-form .checkbox-remember input {
    position: relative;
    top: 2px;
    margin-right: 10px;
}

.login-wfcms-form .checkbox-remember label {
    cursor: pointer;
}

.navbar .user-profile {
    margin: 10px 0 0;
}

.main-wrap {
    margin-top: 80px;
    overflow: hidden;
    min-height: 600px;
    padding-bottom: 40px;
}

.navbar .search-form {
    padding: 10px 10px 0 0;
}

.add-article-form .subtitle {
    height: 58px;
}

.add-article-form .lead {
    height: 116px;
}

.add-article-form .content {
    height: 300px;
}

.add-article-form .nav-tabs {
    margin: 0 0 15px;
}

.control-label {
    cursor: pointer;
}

.add-vote {
    margin: 20px 0;
}

#vote-area .form-control {
    margin: 0 0 10px;
}

.add-another-variant {
    cursor: pointer;
    text-decoration: underline;
}

.add-another-variant:hover {
    text-decoration: none;
}

#vote-area .input-group {
    margin: 0;
}

#cancelNewVote {
    margin-left: 10px;
}

.popup__body,
#reformator-upload-img .popup__body {
    padding: 10px 0 20px;
}

.popup__body .form-control,
#reformator-upload-img .popup__body .form-control {
    margin: 0 0 10px;
}

.add-story {
    margin: 10px 0 0;
}

.btn-cancel {
    margin-left: 20px;
}

.add-message .input-group {
    margin: 0 0 10px;
}

#message-list {
    margin: 30px 0;
}

#message-list .one-message {
    background: #f0f0f0;
    border: 1px solid #eee;
    padding: 10px 20px;
    margin: 0 0 20px;
}

.author-pic {
    height: 255px;
}

#reformator-upload-img #uploadPicture {
    margin-bottom: 10px;
}

#reformator-upload-img .img-inner {
    width: 600px;
    display: block;
    margin: 0 auto;
}

#addWatermark {
    margin-right: 5px;
}

#reformator-upload-img .progress {
    margin: 10px;
}

#reformator-upload-img .btn {
    position: relative;
}

.btn input {
    top: 0;
    left: 0;
    z-index: 2;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    font-size: 50px;
}

.popup__body .js-img {
    width: 580px;
    margin: 0 auto;
    display: block;
}

.popup__body .js-img img {
    width: 580px;
}

.modal-fixed {
    z-index: 23000;
    background: #fff;
    position: fixed;
    width: 800px;
    top: 60px;
    left: 50%;
    margin-left: -400px;
    display: block;
    float: none;
}

.modal-fixed .js-preview {
    text-align: center;
}

td.nowrap {
    white-space: nowrap;
}

#uploadPhotos {
    position: relative
}

#uploadPhotos #upload-uploadPhotos {
    position: absolute;
    font-size: 23px;
}

/*
    Add FileAPI
*/

.b-upload {
    white-space: nowrap;
}

.b-upload__name,
.b-upload__size {
    display: inline-block;
    position: relative;
    overflow: hidden;
    max-width: 150px;
    vertical-align: middle;
}

.b-upload__size {
    color: #666;
    font-size: 12px;
}

.b-upload .js-files:after {
    clear: both;
    content: '';
    display: block;
}

.b-upload__dnd {
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: rgba(0, 0, 0, .1);
}

.b-upload__dnd_hover {
    color: #fff;
    background-color: orange;
}

.b-upload__hint {
    padding: 5px 8px;
    font-size: 12px;
    white-space: normal;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, .08);
}

.b-thumb {
    float: left;
    margin: 3px;
    padding: 5px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 2px rgba(0, 0, 0, .4);
    background-color: #fff;
}

.b-thumb__del {
    top: -6px;
    right: -1px;
    color: #FF0000;
    cursor: pointer;
    opacity: 0;
    z-index: 999;
    position: absolute;
    font-size: 20px;
    -webkit-transition: opacity .1s ease-in;
    -moz-transition: opacity .1s ease-in;
    transition: opacity .1s ease-in;
}

.b-thumb:hover .b-thumb__del {
    opacity: 1;
}

.b-thumb__rotate {
    top: 40%;
    left: 50%;
    width: 32px;
    height: 32px;
    cursor: pointer;
    margin: -16px 0 0 -16px;
    position: absolute;
    background: url('uploader/rotate.gif');
}

.b-thumb__preview {
    width: 150px;
    height: 150px;
    -webkit-transition: -webkit-transform .2s ease-in;
    -moz-transition: -moz-transform .2s ease-in;
    transition: transform .2s ease-in;
}

.b-thumb__preview__pic {
    width: 100%;
    height: 100%;
    background: url('uploader/file-icon.png') 50% 50% no-repeat;
}

.b-thumb__name {
    width: 80px;
    overflow: hidden;
    font-size: 12px;
}

.b-thumb__progress {
    top: 120px;
    left: 10px;
    right: 10px;
    position: absolute;
}

#uploadPhotos .btn {
    cursor: pointer;
    *zoom: 1;
    *display: inline;
    display: inline-block;
    position: relative;
    overflow: hidden;
    font-size: 20px;
    font-family: Arial;
    border-radius: 4px;
    vertical-align: middle;
}

.btn_browse {
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 8px 20px;
    background-color: #FFDC73;
    background: -moz-linear-gradient(top, #FFE599 0%, #FFDC73);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFE599), to(#FFDC73));
    box-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}

.btn_browse_small {
    padding: 5px 10px;
    font-size: 16px;
}

.btn_browse_small[aria-disabled] {
    opacity: .5;
}

.btn_choose {
    color: #fff;
    border: 2px solid rgba(255, 255, 255, .4);
    padding: 5px 10px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    background-color: rgba(0, 0, 0, .4);
    *background-color: #aaa;
}

.btn__inp {
    top: -10px;
    right: -10px;
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0;
    font-size: 50px;
    position: absolute;
}

.btn__progress {
    top: 0;
    left: 0;
    height: 100%;
    opacity: .5;
    position: absolute;
    background-color: #f60;
}

.fileprogress {
    padding: 1px;
    height: 5px;
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .5);
}

.fileprogress__bar {
    width: 0;
    height: 100%;
    border-radius: 10px;
    background-color: orange;
}

.b-upload {
    white-space: nowrap;
}

.b-upload__name,
.b-upload__size {
    display: inline-block;
    position: relative;
    overflow: hidden;
    max-width: 150px;
    vertical-align: middle;
}

.b-upload__size {
    color: #666;
    font-size: 12px;
}

.b-upload .js-files:after {
    clear: both;
    content: '';
    display: block;
}

.b-upload__dnd {
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: rgba(0, 0, 0, .1);
}

.b-upload__dnd_hover {
    color: #fff;
    background-color: orange;
}

.themodal-overlay {
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    z-index: 100000;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.lock {
    overflow: hidden;
}

.js-files {
    margin: 20px 0;
}

#photoList {
    clear: both;
}

.photo-one {
    margin: 0 20px 20px 0;
    width: 420px;
    position: relative;
}

.photo-one .remove {
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
    background: #fff;
    padding: 5px;
}

.photo-one .remove span {
    position: relative;
    top: -3px;
    left: 5px;
    padding-right: 5px;
    display: none;
}

.photo-one .remove:hover span {
    display: inline;
}

.photo-one .photo-img {
    max-width: 400px;
    margin: 0 auto 10px;
}

.photo-one .form-control {
    margin-top: 10px;
}

#savePhoto-ajax {
    clear: both;
    float: left;
}

#dataPhotos {
    overflow: hidden;
}

#dataPhotos .dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
}

#dataPhotos div.placeholder {
    position: relative;
    /** More li styles **/
}

#dataPhotos div.placeholder:before {
    position: absolute;
    /** Define arrowhead **/
}

#dataPhotos .photo-sortable-item {
    float: left;
    margin: 0 20px 20px 0;
}

table.upload-table th {
    text-align: center;
    padding: 5px 10px;
}

table.upload-table td {
    padding: 5px 10px;
}

#reformator-upload-video {
}

#reformator-upload-video textarea {
    width: 99%;
    height: 200px;
}

h3 {
    margin-top: 0;
}

.photos .row {
    margin: 0 0 30px;
    overflow: hidden;
}

#sortable {
    overflow: hidden;
}

.photos .photo {
    width: 22%;
    margin-right: 3%;
    margin-bottom: 15px;
    overflow: hidden;
    float: left;
}

#sortable .clear {
    clear: both;
}

.video-list .one {
    box-sizing: content-box;
    padding: 10px;
    border: 1px solid #ccc;
    width: 200px;
    overflow: hidden;
    height: 150px;
}

.video-list .one iframe {
    width: 200px;
    height: 150px;
}

#team-lineup {
    overflow: hidden;
    margin: 0 0 10px;
}

#team-lineup .player {
    border-bottom: 1px solid #ccc;
    padding: 5px;
}

#team-lineup .player .number {
    margin: 0 5px 0 0;
}

#team-lineup .player .name {
    margin: 0 5px 0 0;
}

#team-lineup .player .delete {
    cursor: pointer;
}

table.team-list tbody td {
    vertical-align: middle;
}

form .nav-tabs {
    margin: 0 0 15px;
}

.delete-pic {
    margin-left: 20px;
}

form div.img {
    margin: 0 0 10px;
}

td a.attention {
    font-weight: bold;
}

td a.urgent {
    color: #f00;
}

.photo-list img,
.photo-list input,
.photo-list button {
    margin: 0 0 5px;
}

#files-upload {
    margin: 0 20px 0 0;
    width: 200px;
    float: left;
}

.statistic {
    margin: 30px 0 0;
}

.statistic .soauthor {
    text-decoration: underline;
}

.cropper-container {
    margin: 0 0 10px;
}

td .answer {
    color: #999;
}

td .country {
    color: #666;
    font-size: 12px;
}

td .city {
    color: #999;
    font-size: 11px;
}

#redactor-modal-body .image-preview {
    margin: 0 0 10px;
}

.article-view {
    margin: 0 0 30px;
}

.article-view .preview .form-control {
    margin: 0 0 10px;
}

.article-view .article-remove {
    cursor: pointer;
}
.adv{
    color: #8E2EA4;
    font-size: 14px;
}
.re-superscript{

}
.re-subscript{

}

td.ans-com{
    word-wrap:break-word;
    max-width:520px;
}
.thin-column{
    width: 100px;
}
td span.notify{
    border-bottom: 1px dotted #3B7808;
    color:#3B7808;
    cursor: pointer;
}
td span.notify:hover{
    border-bottom:0;
}
tr span.admin-note{
    background:#3B7808;
    color: #fff;
    padding: 2px 5px;
    display: block;
}
.danger td span.admin-note{
    background:#fff;
    color:#000;
}
td span.ban{
    border-bottom: 1px dotted #b60000;
    color:#b60000;
    cursor: pointer;
}
td span.ban:hover{
    border: 0;
}
td span.send-user-message{
    border-bottom: 1px dotted #3B7808;
    color:#3B7808;
    cursor: pointer;
}
td span.send-user-message:hover{
    border:0;
}

span.col-span-collapse{
    cursor:pointer;
}
.teaser-group{
    margin:0 0 40px;
}
.user-info-page{}
.user-info-page dl{
    overflow: hidden;
}
.user-info-page dl dt{
    clear: both;
    float: left;
    width: 120px;
    margin:0 0 10px;
}
.user-info-page dl dd{
    margin:0 0 10px;
    float: left;
}
.censured,
table.table tbody tr.censured td{
    background:#000;
    color:#fff;
}
tr.editable td{
    background:#f00;
    color:#fff;
}
tr.editable td a{
    color:#fff;
}
.ans-com b{
    font-size: 15px;
}

.poll-item.col-xs-12.col-md-12{
    border-bottom: 1px solid #ccc;
    border-color: #0A246A;
    margin-bottom: 15px;
}