﻿.outerbox {
    background-color: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

h1 {
    font-size: 24px;
    color: black;
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: normal;
}

h2 {
    font-size: 20px;
    color: #593d2b;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
}

h3 {
    background-color: #e7e7e7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 5px;
    color: black;
    font-weight: normal;
    margin-top: 0;
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.50);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.50);
}

h4 {
    line-height: 14px;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

body {
    font-family: Segoe UI,Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 16px;
}

.headertop {
    padding: 10px;
}

.headermenu {
    background-image: url(images/header_tile.jpg);
    height: 43px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 12px;
    color: white;
    line-height: 13px;
}

.usericon {
    padding-top: 7px;
    padding-left: 10px;
}

.smallitalics {
    font-size: 10px;
    font-style: italic;
    line-height: 10px;
}

.lvalternatingitem {
    background-color: #E9EBE0;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.lvitem {
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 55px;
    border-radius: 5px;
    background-color: #fffaf0;
}

.lvalternatingitem:hover {
    background-color: #E3E4D1;
    padding: 10px;
}

.lvitem:hover {
    padding: 10px;
    background-color: #E3E4D1;
}

.smalltext {
    font-size: 10px;
    line-height: 7px;
}

.largetext {
    font-size: 17px;
    line-height: 25px;
}

a {
    color: #aaad75;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
        color: #593d2b;
    }


.val {
    color: red;
}

.val2 {
    color: red;
    margin-left: 5px;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 1px;
    background-color: #E9EBE0;
    border: none;
    padding: 0px;
}

.photo {
    margin: auto;
    background: white;
    border: 5px solid white;
    position: relative;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.50);
}

.messagebox {
    background: #f7f7f7;
    border: 1px solid #b1b1b1;
    position: relative;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.50);
    padding: 20px;
}

.smallphoto {
    margin: auto;
    background: #ccc;
    border: 1px solid white;
    position: relative;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.50);
}

.listphoto {
    margin: auto;
    border: 1px solid white;
    position: relative;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.50);
    -webkit-border-radius: 20px;
    -moz-border-radius: 55px;
    border-radius: 20px;
}

.namebar {
    padding: 10px;
    color: white;
    background-color: #3d3d3d;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.50);
    -webkit-border-radius: 20px;
    -moz-border-radius: 55px;
    border-radius: 10px;
    text-align: center;
    line-height: 12px;
    margin-top: 10px;
}

.listheaderbar {
    padding: 15px;
    color: black;
    background-color: #ededed;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    line-height: 12px;
}

.margintop {
    margin-top: 10px;
}

.multipage {
    padding: 20px;
}

.multipagenopad {
    padding: 0px;
}

.membername {
    margin-bottom: 5px;
    font-weight: bold;
}

.overduecounterbox {
    background-color: #E9EBE0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 5px;
    padding: 5px;
    color: black;
    font-weight: normal;
    margin-top: -4px;
    padding-bottom: 3px;
}

.indicator {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 3px;
}


.message {
    border: solid 2px #979a68;
    margin-top: 10px;
    padding: 10px;
}

.padbutton {
    margin-top: -4px;
}

.pantopright {
    margin-bottom: 20px;
}

.graphbox {
    background-color: #E9EBE0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 5px;
    color: black;
    font-weight: normal;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.50);
    text-align: center;
    font-size: 9px;
}

.graphboxinner {
    padding: 5px;
    display: block;
}

.indicator {
    display: block;
    background-color: #FFFAF0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 5px;
    padding: 5px;
    color: black;
    font-weight: normal;
    font-size: 30px;
    margin-top: 0px;
    line-height: 30px;
}

.indicatorinline {
    display: inline;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 5px;
    padding: 5px;
    color: black;
    font-weight: normal;
    margin-left: 5px;
}

.commandrow {
    background: #e5e7ea;
    color: #000;
    padding: 3px;
    margin-top: 10px;
}

.caseindicator {
    display: inline;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 5px;
    padding: 5px;
    color: black;
    font-weight: normal;
    margin-right: 5px;
    font-size: 10px;
    line-height: 10px;
}

.userselect {
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: right;
}

.blacklegend {
    background-color: black;
    width: 10px;
    height: 10px;
}

.redlegend {
    background-color: red;
    width: 10px;
    height: 10px;
}

.greenlegend {
    background-color: green;
    width: 10px;
    height: 10px;
}

.graylegend {
    background-color: gray;
    width: 10px;
    height: 10px;
}

.orangelegend {
    background-color: orange;
    width: 10px;
    height: 10px;
}

.bluelegend {
    background-color: blue;
    width: 10px;
    height: 10px;
}

.footer {
    padding: 20px;
    padding-top: 10px;
}

.radmenuzindex {
    z-index: 11 !important;
}

.minusmargin {
    margin-top: -15px;
}

.RadToolBar_BlackMetroTouch {
    background-color: transparent !important;
}

.readonlyeditor {
    background-color: white !important;
}

    .readonlyeditor.reToolCell {
        display: none !important;
    }

    .readonlyeditor.reToolbarWrapper {
        display: none !important;
    }

    .readonlyeditor.reLeftVerticalSide, .readonlyeditor.reRightVerticalSide {
        padding: 0px;
    }

    .readonlyeditor.Default.reWrapper, .readonlyeditor.Default.RadEditor .readonlyeditor.reContentCell, .readonlyeditor.Default.reColorPicker, .readonlyeditor.Default.reInsertTable, .readonlyeditor.Default.reDropDownBody, .readonlyeditor.Default.reCustomLinks a:hover {
        border: 0px !important;
        background-color: white !important;
    }



.whitebackground {
    background-color: white !important;
}

.menuzindex {
    z-index: 1000 !important;
}

.progress {
    overflow: hidden;
    margin: 100px auto;
    padding: 0 15px;
    width: 220px;
    height: 34px;
    background: #d3d5d9;
    border-radius: 17px;
    @include linear-gradient(top, #ebecef, #bfc3c7);
    @include box-shadow(inset 0 1px rgba(white, .8), 0 2px 4px rgba(black, .35), 0 0 0 1px rgba(black, .1), 0 0 0 6px #b6babe, 0 7px rgba(white, .1));
}


.gaugeheading 
{
    font: 16px Arial,Helvetica,sans-serif;
    margin-top: 30px;
    padding-top: 10px;
}

.validationfailedbox {
    border-color: red;
    border-style: solid;
    border-width: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #ffe3e3;
    padding: 20px;
}

.validationwarningbox {
    border-color: #e1d606;
    border-style: solid;
    border-width: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #fffbae;
    padding: 20px;
}

.RadMenu_Default .rmRootGroup {
    background-color: transparent !important;
    border: none !important;
    background-image: none !important;
}

.messagelistviewitem {
    width: 300px;
    cursor: pointer;
}

    .messagelistviewitem:hover {
        background-color: #dedede
    }

.messagelistviewinner {
    padding: 10px;
}

.messages {
    border: solid 1px #c8c8c8;
    margin: 0px !important;
    padding: 0px !important;
    background-color: #fefefe;
    color: #1a1a1a;
}

    .messages hr {
        margin: 0px;
        padding: 0px;
    }

.RadTabStripTop_Bootstrap .rtsLevel1 .rtsUL {
    width: 100% !important;
}

.infobox {
    padding: 20px;
    padding-bottom: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #c4d9ff;
    margin-bottom: 20px;
}

.dashboardlistitem {
    background-color: #f7f7f7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 20px;
    color: black;
    font-weight: normal;
    margin-top: 0;
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.50);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.50);
}

.buttonicon
{
    padding-bottom: 20px;
    margin-right: 20px;
}

.hideme {
    cursor: pointer;
}

.rotatoritem
{
    font-size: 10px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    margin: 0px;
    vertical-align: middle;
    height: 120px;
    cursor: pointer;
}

.rotatoritem a:hover
{
    background-color: #aaad75;
}

.marginbottom
{
    margin-bottom: 20px!important;
}