﻿body
{
    background-image: url('../images/stars.jpg');
    background-color: black;
    background-repeat: repeat;
    color: white;
}

h3
{
    font-size: 16px;
    font-weight: bold;
}

.input-group-addon
{
    background-color: orange;
}

.cont ul
{
    list-style: square;
}

.menu-block
{
    margin-left: -16px;
}

a, a:focus
{
    text-decoration: underline;
    color: orange;
    text-decoration-skip-ink: none;
}

a:hover
{
    color: darkorange;
}

a.ajaxlink
{
    text-decoration: none;
    border-bottom: 1px dotted;
}

a.ajaxlink:hover
{
    border-bottom: 1px dotted;
}

a.pdf:before
{
    content: '';
    position: relative;
    background: url('../images/pdf.png') left center no-repeat;
    padding: 5px 0px 15px 15px;
    margin-right: 5px;
    top: -5px;
}

a.pdf
{
    outline: none;
    line-height: 22px;
}

h1
{
    margin-top: 0;    
}

img
{
    border: none;
}

input
{
    vertical-align: middle;
}

.aspNetHidden
{
    display: none;
    visibility: hidden;
}

textarea
{
    color: black;
}

.container
{
    width: 970px !important;
    min-width: 970px !important;
    max-width: 970px !important;
}

.container > div.row:first-child
{
    background: url('../images/header.jpg') no-repeat center bottom;
}

.logo > a
{
    font-size: 35px;
    color: white;
    font-style: italic;
    text-decoration: none;
    white-space: normal;
    padding-left: 0px;
    display: inline-block;
    padding-top: 0px;
    outline: none;
    position: relative;
    left: 150px;
    width: 500px;
}

ol.random , ul.random
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.random li
{
    display: none;
}

/* left menu*/
.cont
{
    background-color: rgba(255,255,255,0.1) !important;
}

.cont .well
{
    filter: none;
    margin-top: 15px;
    background-color: gray;
    background-color: rgba(128, 128, 128, 0.7) !important;
    background-image: none;
    border: 1px solid transparent;
}

.cont .well h1, .cont .well h2
{
    border: 1px dotted white;
    text-transform: uppercase;
    background-color: gray;
    font-size: 16px;
    text-align: center;
    padding: 5px;
    margin: 0 auto;
    font-weight: bold;
    color: orange;
    text-decoration: none;
}

.cont .well h2
{
    font-size: 14px;
    color: orange;
}

.cont td table td
{
    vertical-align: top;
}

.leftmenu
{
    text-align: left;
}

.hidden
{
    display: none;
}

.leftmenu ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.leftmenu ul li:first-child
{
    display: none;
}

.leftmenu ul li:last-child
{
    border-bottom-style: none;
}


.leftmenu ul li
{
    border-bottom: 1px dotted orange;
    padding: 5px 5px 5px 10px;
    text-align: left;
    margin-bottom: 1px;
}

/*.leftmenu ul li:hover, .left-selected
{
    background-color: #f5f5f5;
}*/

.left-selected
{
}

.leftmenu ul li a
{
    width: 145px;
    white-space: normal;
    text-decoration: underline;
    color: darkorange;
}

.leftmenu ul li a:hover
{
    color: orange;
}

.leftmenu ul li a.selected
{
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.search
{
    position: relative;
    float: right;
    opacity: 0.8;
}

.search input[type="text"]
{
    width: 170px;
    border: 1px solid silver;
    color: black;
}

/* Login */

.editable
{
    border: 1px dotted #FF9933;
    margin: -1px;
}

.required
{
    color: #b66;
    background-color: #ffeeff !important;
    border: 1px solid red !important;
    box-shadow: 0px 0px 4px #ff3c00;
}

.required-text
{
    color: Red;
}

.navigation
{
    margin-right: 6px;
    margin-left: 6px;
    vertical-align: middle;
    color: white;
}

.collapsed
{
}

.collapsed + div, .collapsed + p
{
    display: none;
}

.equation, math
{
    font-size: 20px;
}

.equation svg
{
    zoom: 85%;
}

.equation svg > g
{
    fill: white !important;
    stroke: white !important;
}

.epigraph
{
    position: absolute;
    right: 0;
}

/* Error */

.error-sign
{
    display: inline-block;
    border: 5px solid red;
    font-weight: bold;
    width: 140px;
    height: 140px;
    vertical-align: middle;
    border-radius: 90px;
    text-align: center;
    margin-left: 30px;
    margin-top: 20px;
}

.error-sign > div
{
    display: inline-block;
    background-color: darkorange;
    width: 120px;
    height: 120px;
    vertical-align: middle;
    line-height: 120px;
    border-radius: 90px;
    margin-top: 10px;
    text-align: center;
}

.error-sign > div > span
{
    margin-top: 46px;
    display: inline-block;
    width: 90px;
    height: 26px;
    background-color: White;
}

/* Slideshow */
ins.slideshow
{
    display: -moz-inline-stack;
    display: inline-block;
    margin-bottom: 10px;
}

ins.slideshow ins
{
    position: relative;
    float: left;
    cursor: pointer;
}

ins.slideshow ins ins
{
    position: absolute;
    left: 50%;
    bottom: -30px;
    z-index: 7999;
}

ins.slideshow ins ins ins
{
    position: static;
    /*background: transparent url('../Images/slideshow.gif') 0 0 no-repeat;*/
    height: 10px;
    width: 10px;
    float: left;
    margin: 0 6px 6px 0;
    border: 2px solid darkorange;
    border-radius: 50%;
}

ins.slideshow ins ins ins.selected
{
    background-color: orange;
    background-position: -18px 0;
}
