body {
    font-size: 15px;
    line-height: normal;
}

.container {
    width: 100%;
}

/*.container table {*/
    /*border-spacing: 2px;*/
    /*border-collapse: separate;*/
/*}*/

.message {
    line-height: 26px;
    word-wrap:break-word;
}

.member-name {
    font-size: 18px;
    font-weight: bold;
}

.jumbotron h1 {
    font-size: 40px;
    margin: 0 0 10px;
}

blockquote {
    margin: 0 0 5px;
}

blockquote p {
    font-size: 16px;
}

hr {
    margin: 5px 0;
}

.breadcrumb>li+li:before{
    content:"\2192"
}

#logo .navbar-inner {
    padding-left: 0;
    border: 0;
    border-bottom: 1px solid #D4D4D4;
}

.no-space {
    margin-left:0;
}

.no-padding {
    padding:0;
}
@media (max-width: 767px) {
    .no-padding {
        margin-left: -20px;
        margin-right: -20px;
    }
}

.sidebar {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 14px;
    background-color: #fafafa;
    border: solid 1px #b8b8b8;
    border-top-color: #e8e8e8;
    border-radius: 12px;
    margin: 0 0 10px;
    padding: 5px 0;
    box-shadow: 0 3px 8px rgba(0,0,0,0.125);
    background-image: linear-gradient(to bottom, #fafafa, #f1f1f1);
    color: #808080;
}

.sidebar ul li:before {
    content: "\00BB \0020";
    color: #CC9900;
}

.sidebar li {
    text-indent: -12px;
}

.sidebar .badge {
    text-indent: initial;
    vertical-align: baseline;
    background-color: #337ab7;
}

.sidebar ul {
    list-style: none;
    padding: 0 20px;
}

.sidebar table, .sidebar .avsimTable {
    margin: 0 3px;
}

.sidebar td, .sidebar .avsimTableCell  {
    vertical-align: top;
    border-top: solid 1px #efefef;
    padding: 3px;
}


.sidebar-title {
    font-size: 16px;
    margin-bottom: 12px;
    color: #2283B6;
    text-align: center;
}

.sidebar-md {
    font-size: 14px;
}

.sidebar-sm {
    font-family: Verdana, Tahoma, Arial, sans-serif;
    font-size: 12px;
}

.grid-view {
    text-align: center;
}

/* legacy */

.newsimgdiv {
    float: left;
}

.newsimgsmall {
    width: 150px;
    padding-right: 10px;
}

.filesbox {
    color: #000000; width: 80%;
    background-color: #fafafa;
    margin-top: 10px;
    border-radius: 10px;
    padding: 5px;
}

a.wikilink:link,
a.wikilink:visited,
a.wikilink:active
{
    color: #008000;
    text-decoration: none;
    border-bottom: dashed 1px #008000;
}

.commentsTable {
    font: 13px Arial,Helvetica,sans-serif;
}




.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}

.colorGrey {
    color: #808080;
}

.news {
    color:#000000;
    font-family: Verdana, Tahoma, Arial, sans-serif;
}
.newstitle, a.newstitle, a.newstitle:visited {
    font: 20px/23px Tahoma, Verdana, Arial, sans-serif;
    color: #2283b6;
}
a.newstitle:hover {
    color: #1273a6;
}

.exportedImages {
    max-width: 250px; border:0; padding: 10px;
}

.avsim-logo {
    /*background: url("/images/avsim-logo2013-web-5.png") top left no-repeat;*/
    background: url("/images/avsim-logo2013-web-5.png") top left no-repeat;
    background-size: 235px 100px;
}

.avsimCommentText {
    color: #000000;
}

.avsimCommentButton {
    color: #000000;
}


@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    .avsim-logo {
        background: url("/images/avsim-logo2013-web-5@2x.png") top left no-repeat;
        /*background: url("/images/avsim-logo2013-ny-web-5@2x.png") top left no-repeat;*/
        background-size: 235px 100px;
    }
}

.avsimTable { display: table; }
.avsimTableRow { display: table-row; }
.avsimTableHeading { display: table-header-group; }
.avsimTableBody { display: table-row-group; }
.avsimTableFoot { display: table-footer-group; }
.avsimTableCell, .rTableHead { display: table-cell; }

.avsimDownloadBox {
    max-width: 400px;
}
.avsimDownloadServerSelectBox {
    background-color: #eee;
    border-radius: 5px;
}

.avsimDownloadServerSelectBox ol {
    padding: 15px 35px;
}

.avsimFileInfo {
    margin-bottom: 15px;
    padding: 0 15px;
}

.avsimFileInfo .fileTitle {
    color: #FFCC33;
    padding: 5px;
}

.avsimFileInfo .fileFolder {
    padding: 5px;
}

.avsimFileInfo .screenshotCol {
    /*min-width: 200px;*/
    /*max-width: 200px;*/
    background-color: #f8f8f8;
    padding: 0;
}

.avsimFileInfo .screenshotCol img {
    width: auto;
    max-height: 200px;
    max-width: 100%;
}

.avsimFileInfo .colNextToScreenshot {
    /*width: calc(100% - 200px);*/
}

.avsimFileInfo .fileDescription {
    background-color: #ededed;
    margin: 0 -15px;
    padding: 15px;
}

.avsimFileInfo .actions {
    background-color: #D1EDD3;
    margin: 0 -15px;
}

.avsimInlineButton, .avsimInlineButton .badge {
    vertical-align: baseline;
}

/*.avsimFileInfo .actions, .avsimFileInfo .actions .badge {*/
    /*vertical-align: text-bottom;*/
/*}*/

@media only screen and (min-width : 768px) {
    .is-table-row {
        display: table;
    }
    .is-table-row [class*="col-"] {
        float: none;
        display: table-cell;
        vertical-align: top;
    }
}

.text-xs-left { text-align: left; }
.text-xs-right { text-align: right; }
.text-xs-center { text-align: center; }
.text-xs-justify { text-align: justify; }

@media (min-width: 768px) {
    .text-sm-left { text-align: left; }
    .text-sm-right { text-align: right; }
    .text-sm-center { text-align: center; }
    .text-sm-justify { text-align: justify; }
}

@media (min-width: 992px) {
    .text-md-left { text-align: left; }
    .text-md-right { text-align: right; }
    .text-md-center { text-align: center; }
    .text-md-justify { text-align: justify; }
}

@media (min-width: 1200px) {
    .text-lg-left { text-align: left; }
    .text-lg-right { text-align: right; }
    .text-lg-center { text-align: center; }
    .text-lg-justify { text-align: justify; }
}

.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
    font-size: 18px;
    font-weight: bold;
}

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

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

/* CSE */
.cse .gsc-control-cse,
.gsc-control-cse {
    padding: 0 !important;
    width: auto !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    background-color: #428BCA !important;
    border-color: #428BCA !important;
    color: #FFFFFF !important;
    padding: 3px !important;
}
.cse .gsc-cursor-box, .gsc-cursor-box {
    text-align: center !important;
}
.cse .gsc-results .gsc-cursor-page.gsc-cursor-current-page, .gsc-results .gsc-cursor-page.gsc-cursor-current-page {
    text-shadow: none !important;
}
.cse .gs-webResult .gs-visibleUrl,
.gs-webResult .gs-visibleUrl,
.cse .gs-webResult .gs-visibleUrl-short,
.gs-webResult .gs-visibleUrl-short,
.gs-imageResult .gs-visibleUrl,
.gs-imageResult .gs-visibleUrl-short {
    color: #008000 !important;
    font-weight: normal !important;
}

.cse input.gsc-input, input.gsc-input {
    border-radius: 5px !important;
}

.cse .gsc-tabsArea, .gsc-tabsArea {
    border-bottom: solid 1px #ddd !important;
}
.cse .gsc-tabHeader, .gsc-tabHeader {
    text-transform: none !important;
    margin-bottom: -1px !important;
    font-weight: normal !important;
}

.gsc-tabHeader.gsc-tabhActive {
    border-bottom: 1px solid #ffffff !important;
    border-left: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
    border-top: 1px solid #ddd !important;
    padding: 10px 15px !important;
    background-color: #ffffff !important;
    color: #555 !important;
    border-radius: 4px 4px 0 0 !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 15px !important;
}
.cse .gsc-tabHeader.gsc-tabhInactive, .gsc-tabHeader.gsc-tabhInactive {
    border-bottom: solid 1px #ddd !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    padding: 10px 15px !important;
    background-color: #ffffff !important;
    color: #428bca !important;
    border-radius: 4px 4px 0 0 !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 15px !important;
}
.gsc-selected-option-container {
    font-weight: normal !important;
}

div.gsc-clear-button {
    display: none !important;
}

.cse .gsc-webResult.gsc-result, .gsc-webResult.gsc-result, .gsc-imageResult-classic, .gsc-imageResult-column {
    border-left: solid 1px #ffffff !important;
}

.cse input.gsc-search-button, input.gsc-search-button {
    color: #fff !important;
    background-color: #428bca !important;
    border-color: #357ebd !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-weight: normal !important;
    height: auto !important;
}
wbr:after { content: "\00200B"; }

