﻿body
{
    min-width: 250px;
    padding-left: 10px;
    padding-right: 10px;
}

a
{
    text-decoration: underline;
    text-decoration-skip-ink: none;
}

.menu-block
{
    margin-left: -16px;
    margin-top: 0px;
}

a:hover
{
    color: dodgerblue;
}

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/icons.png') -60px center no-repeat;
    padding: 5px 0px 15px 25px;
    margin-right: 5px;
    top: -5px;
}

a.pdf
{
    outline: none;
    line-height: 22px;
}

img
{
    border: none;
}

input
{
    vertical-align: middle;
}

.aspNetHidden
{
    display: none;
    visibility: hidden;
}

.logo a
{
    color: #428BCA;
    font-size: 14pt;
    line-height: normal;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    outline: none;
}

.logo
{
    background-image: url('../Images/wave.png');
    background-repeat: no-repeat;
    background-position: center center;
}

/* left menu*/
.cont div > .well
{
    margin-top: 25px;
    margin-left: -15px;
}

.leftmenu ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-left: -5px;
    outline: none;
}

.leftmenu ul li:first-child
{
    display: none;
}

.leftmenu ul li
{
    padding: 5px 5px 5px 10px;
    margin-bottom: 1px;
    border-left: 3px solid transparent;
}

/*.leftmenu ul li:hover, .left-selected
{
    background-color: #f5f5f5;
}*/

.left-selected
{
    border-color: #428bca !important;
}

.leftmenu ul li a.selected
{
    color: black;
    text-decoration: none;
    font-weight: bold;
}

/* 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: 8px;
    margin-left: 8px;
    vertical-align: middle;
}

.1collapsed + div
{
    display: none;
}

/* Error */

.error-sign
{
    display: inline-block;
    border: 5px solid #00AEFF;
    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: #00AEFF;
    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 #7E649E;
    border-radius: 50%;
}

ins.slideshow ins ins ins.selected
{
    background-color: #BB94EA;
    background-position: -18px 0;
}

/* For tablets phones */
@media only screen and (max-width: 768px)
{
    .cont div > .well
    {
        margin-top: 0;
        margin-left: 0;
    }

    .logo
    {
        background-image: none;
    }
}

@media only screen and (max-width: 500px)
{
    #menu a
    {
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
    }
}