﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
html {
    color: #333333;
    direction: ltr;
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    background: url("./themes/base/images/body_bg.png") repeat-x scroll left top #FFFFFF;
    background-color: #F5F5F5;
    background: url("./themes/base/images/content_bg.jpg") repeat scroll left top #DDDCE2;
    font-size: .75em;
    _font-family: Arial, Verdana, Helvetica, Sans-Serif;
    _font-family: "Segoe UI Light", Arial,Helvetica, Sans-Serif;
    font-family: "Helvetica Neue",Helvetica,Arial,Verdana, sans-serif;
    margin: 0;
    padding: 0;
    color: #333333;
    height: 99%;
    min-height: 99%;
}

hr {
    color: #c8c1de;
    border: 0.4px solid;
}

a:link:not(.navbar a) {
    color: #034af3;
    text-decoration: underline;
}

a:visited {
    color: #505abc;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    _color: #12eb87;
}

a.nounderline {
    text-decoration: none;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

header, footer, nav, section {
    display: block;
}


/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    _color: #000;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 5px 0;
    margin: 5px 0;
}

h3 {
    font-size: 1.2em;
    padding: 0 0 5px 0;
    margin: 5px 0;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
    font-size: 65%;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 98%;
    margin: 3px auto;
    min-width: 1170px;
    padding: 0 5px;
    height: 99%;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
    background-color: #3B5998;
    _background: url("./images/header_bgk.png") repeat-x scroll 0 0;
    min-height: 80px;
    _border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

    header h1, #header h1 {
        font-weight: bold;
        margin: 0;
        color: #FFFFFF;
        border: none;
        line-height: 2em;
        font-size: 32px !important;
        _text-shadow: 1px 1px 2px #111;
        padding-left: 10px;
    }

nav {
    height: 35px;
}

    nav div {
        float: right;
        margin-right: 5px;
    }


/* simple action menu */

#nav,
.arkivium-dropdown {
    /* container */
    height: 15px;
    margin-top: 0px;
    text-align: left;
}

    #nav > a,
    .arkivium-dropdown > a {
        display: none;
    }

    #nav li,
    .arkivium-dropdown li {
        position: relative;
    }

    #nav .divider,
    .arkivium-dropdown .divider {
        background-color: #e5e5e5;
        height: 1px;
        margin: 5px 3px;
        padding: 0;
        overflow: hidden;
    }

    /* first level */

    #nav > ul,
    .arkivium-dropdown > ul {
        z-index: 9999;
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        #nav > ul > li,
        .arkivium-dropdown > ul > li {
            width: 100%;
            height: 100%;
            float: left;
        }

    /* second level */

    #nav li ul,
    .arkivium-dropdown li ul {
        z-index: 999;
        font-size: 0.8em;
        display: none;
        position: absolute;
        top: 100%;
        list-style: none;
        margin-bottom: 0px;
        padding: 3px;
        border-style: solid;
        border-width: 1px;
        white-space: nowrap;
        background-color: #fff;
        _border-color: #828282;
        border-color: #A4A4A4;
        -moz-box-shadow: 2px 2px 2px #aaa;
        -webkit-box-shadow: 2px 2px 2px #aaa;
        box-shadow: 2px 2px 2px #aaa;
    }

    #nav.dropdown-scroll li ul,
    .arkivium-dropdown.dropdown-scroll li ul {
        max-height: 250px;
        overflow: auto;
        overflow-x: hidden;
    }

    #nav li:hover ul,
    .arkivium-dropdown li:hover ul {
        display: block;
    }

    #nav.dropdown-scroll li:hover ul,
    .arkivium-dropdown.dropdown-scroll li:hover ul {
        _display: inline-block;
    }

    #nav li ul li,
    .arkivium-dropdown li ul li {
        padding: 0.15em 0.85em;
    }

        #nav li ul li a,
        .arkivium-dropdown li ul li a {
            text-decoration: none;
        }

        #nav li ul li:hover,
        .arkivium-dropdown li ul li:hover {
            background-color: #ffe79c;
            border-color: #c98400;
        }


/*@media only screen and ( max-width: 40em )
{
    #nav, 
    .arkivium-dropdown {
        position: relative;
    }

        #nav > a, 
        .arkivium-dropdown > a {
        }

        #nav:not( :target ) > a:first-of-type, #nav:target > a:last-of-type, 
        .arkivium-dropdown:not( :target ) > a:first-of-type, .arkivium-dropdown:target > a:last-of-type {
            display: block;
        }


        #nav > ul, 
        .arkivium-dropdown > ul {
            height: auto;
            display: none;
            position: absolute;
            left: 0;
            right: 0;
        }

        #nav:target > ul,
        .arkivium-dropdown:target > ul {
            display: block;
        }

        #nav > ul > li,
        .arkivium-dropdown > ul > li {
            width: 100%;
            float: none;
        }

        #nav li ul,
        .arkivium-dropdown li ul {
            position: static;
        }
}*/



#main {
    position: relative;
    padding: 3px 10px;
    background-color: #fff;
    _min-height: 400px;
    min-height: 80%;
    border: 1px solid #92A0B0;
    _border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}

footer, #footer {
    _background-color: #fff;
    color: #999;
    padding: 10px 0;
    _text-align: center;
    line-height: normal;
    margin: 0 0 25px 5px;
    font-size: .9em;
    _min-height: 25px;
    _border-top: 1px solid #5C87B2;
}

#LogOn div fieldset, form fieldset {
    background: none repeat scroll 0 0 #F5F5F5;
}

.toolpanel {
    position: relative;
    height: 25px;
    margin-bottom: 5px;
}

    .toolpanel > .left {
        position: absolute;
        float: none;
        left: 0px;
        bottom: 0px;
    }

    .toolpanel > .right {
        position: absolute;
        float: none;
        right: 0px;
        bottom: 0px;
    }

    .toolpanel .t-button {
        _height: 23px;
    }

.dialog {
    overflow: auto;
    display: none;
}

.spinner {
    position: fixed;
    _top: 50%;
    _left: 50%;
    _margin-left: -50px; /* half width of the spinner gif */
    _margin-top: -50px; /* half height of the spinner gif */
    text-align: center;
    z-index: 1234;
    overflow: auto;
    width: 100%; /* width of the spinner gif */
    height: 100%; /*hight of the spinner gif +2px to fix IE8 issue */
    background-color: #FAFAFA;
    opacity: 0.75;
}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    _padding: 0 1.4em 1.4em 1.4em;
    padding: 0 1.4em 0.4em 1.4em;
    margin: 0 0 1.5em 0;
}

.dialog fieldset {
    margin: 0;
}

legend {
    _font-size: 1.2em;
    font-size: 1em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
    min-width: 750px;
}

input[type="text"], input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1em;
    color: #444;
}

input:not(.t-input):not([disabled]):not([readonly]):not([type=button]):not([type=checkbox]):not([type=submit]) {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1em;
    color: #444;
}

fieldset input[type="text"], fieldset input[type="password"] {
    width: 200px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1em;
    color: #444;
}

input[type="submit"] {
    font-size: 1em;
    padding: 5px;
}

input:not(.t-input):not([disabled]):not([readonly]):not([type=button]):not([type=checkbox]):not([type=submit]):focus,
textarea:focus {
    border-color: #6699FF;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    outline: 0 none;
}


/* TABLE
----------------------------------------------------------*/

table {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

    table td {
        padding: 5px;
        border: solid 1px #e8eef4;
    }

    table th {
        padding: 6px 5px;
        text-align: left;
        background-color: #e8eef4;
        border: solid 1px #e8eef4;
    }

    table tbody .action, .action {
        font-size: 0.85em;
    }

.tableHover tr:hover {
    background-color: #FCF8E3;
    border-color: #c98400;
}

.nowrap {
    white-space: nowrap;
}

.table-noborder {
    margin: -5px;
}

    .table-noborder th {
        padding-bottom: 2px;
    }

    .table-noborder, .table-noborder tr, .table-noborder th, .table-noborder td {
        border: none;
        padding-bottom: 2px;
        font-weight: 100;
        background-color: transparent;
    }

.field-table select {
    width: 100px;
}

.address-postalcode, .address-state {
    width: 60px !important;
}


.table-striped tbody > tr:nth-child(even) {
    background: #F0F0F0
}

.table-striped tbody > tr:nth-child(odd) {
    background: #FFF
}

.table-hover tbody > tr:hover {
    background: #FFE79C
}


/* TELERIK override
----------------------------------------------------------*/
.t-widget {
    _color: #696969;
    color: #333333;
}

.t-grid td {
    vertical-align: top;
    overflow: visible;
}

.t-menu {
    background-color: #FDFDFD;
}

.t-grid .t-menu, .c-menu-actions .t-menu {
    line-height: 1em;
}

    .t-grid .t-menu .t-item, .c-menu-actions .t-menu .t-item {
        border: none;
        font-size: 0.85em;
    }

    .t-grid .t-menu .t-link, .c-menu-actions .t-menu .t-link {
        padding: 0.15em 0.85em;
    }

.t-grid-header .t-header {
    font-size: 0.85em;
    font-weight: bold !important;
}

/* Edit grid inline
-----------------------------------------------------------*/

.t-grid .t-button-icon {
    padding-left: 2px;
    padding-right: 2px;
    background: none;
    border: none;
}

.t-grid .t-button, .t-edit-form .t-button {
    margin: 0;
    background: none;
    border: none;
}

.t-button, button.t-button.t-state-disabled:hover, a.t-button.t-state-disabled:hover, .t-state-disabled .t-button:hover {
    _background: none;
    _border: none;
}

.t-edit {
    background-position: 0;
    background-image: url("images/edit.png");
}

.t-delete {
    background-position: 0;
    background-image: url("images/delete.png");
}


/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

.cursor-pointer {
    cursor: pointer !important;
}

.highlight {
    background-color: yellow;
}

nav, #menucontainer {
    margin-top: 15px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    font-size: 1em;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    display: block;
    text-align: right;
    margin: 1px 5px 5px 10px;
    padding-top: 5px;
    _color: White;
    color: #D8DFEA;
}

    #logindisplay a:link {
        _color: white;
        color: #D8DFEA;
        text-decoration: none;
    }

    #logindisplay a:visited {
        _color: white;
        color: #D8DFEA;
        text-decoration: none;
    }

    #logindisplay a:hover {
        color: white;
        text-decoration: underline;
    }

.imgEdit {
    background: url(images/pencil.png) no-repeat;
}

.imgDelete {
    background: url(images/cancel.png) no-repeat;
}

#Grid tr:hover {
    _background-color: #ffe79c;
    _background-color: #ffffe1;
    background-color: #fae185;
    _background-color: #FCF8E3;
    border-color: #c98400;
}


.t-state-selected {
    background-color: #ffe79c;
}

.left {
    float: left;
}

.right {
    float: right;
}

.c-icon {
    display: inline-block;
    font-size: 0;
    height: 16px;
    line-height: 0;
    overflow: hidden;
    text-align: center;
    text-indent: -3333px;
    vertical-align: middle;
    width: 16px;
    background: no-repeat;
}

.c-icon-left {
    padding-right: 3px;
}

.c-accept {
    background-image: url(images/accept.png);
}

.c-arrow_merge {
    background-image: url(images/arrow_merge.png);
}

.c-arrow-refresh {
    background-image: url(images/arrow_refresh.png);
}

.c-add {
    background-image: url(images/add.png);
}

.c-attachdetails {
    background-image: url(images/table_go.png);
}

.c-attachview {
    background-image: url(images/zoom.png);
}

.c-blank {
    background-image: url(images/blank.png);
}

.c-bulletgo {
    background-image: url(images/bullet_go.png);
}

.c-calendar {
    background-image: url(images/calendar.png) !important;
}

.c-cancel {
    background-image: url(images/cancel.png);
}

.c-content {
    background-image: url(images/content.png);
}

.c-copy {
    background-image: url(images/page_copy.png);
}

.c-cross {
    background-image: url(images/cross.png);
}

.c-cart {
    background-image: url(images/cart.png);
}

.c-cart_add {
    background-image: url(images/cart_add.png);
}

.c-cart_delete {
    background-image: url(images/cart_delete.png);
}

.c-cart_edit {
    background-image: url(images/cart_edit.png);
}

.c-cart_error {
    background-image: url(images/cart_error.png);
}

.c-cart_go {
    background-image: url(images/cart_go.png);
}

.c-cart_put {
    background-image: url(images/cart_put.png);
}

.c-cart_remove {
    background-image: url(images/cart_remove.png);
}

.c-delete {
    background-image: url(images/delete.png);
}

.c-delete-small, .c-bullet_delete {
    background-image: url(images/bullet_delete.png);
}

.c-disk {
    background-image: url(images/disk.png) !important;
}

.c-download {
    background-image: url(images/icon_download.gif);
}

.c-edit {
    background-image: url(images/edit.png);
}

.c-email_go {
    background-image: url(images/email_go.png);
}

.c-email_receive {
    background-image: url(images/email_receive.png);
}

.c-email_send {
    background-image: url(images/email_send.png);
}

.c-email_queued {
    background-image: url(images/email_queued.png);
}

.c-email_reply {
    background-image: url(images/email_reply.png);
}

.c-email_reply_all {
    background-image: url(images/email_reply_all.png);
}

.c-email_forward {
    background-image: url(images/email_forward.png);
}

.c-endorsed {
    background-image: url(images/flag_green.gif);
}

.c-error {
    background-image: url(images/error.png);
}

.c-error {
    background-image: url(images/error.png);
}

.c-exclamation {
    background-image: url(images/exclamation.png);
}

.c-export {
    background-image: url(images/export_excel.png);
}

.c-export_pdf {
    background-image: url(images/export_pdf.png);
}

.c-export_xml {
    background-image: url(images/export_xml.png);
}

.c-export_word {
    background-image: url(images/export_word.png);
}

.c-flag_blue {
    background-image: url(images/flag_blue.png);
}

.c-flag_green {
    background-image: url(images/flag_green.png);
}

.c-flag_yellow {
    background-image: url(images/flag_yellow.png);
}

.c-flag_red {
    background-image: url(images/flag_red.png);
}

.c-flag_green_flat {
    background-image: url(images/flag_green.gif);
}

.c-folder {
    background-image: url(images/folder.png);
}

.c-folder_add {
    background-image: url(images/folder_add.gif);
}

.c-folder_delete {
    background-image: url(images/folder_delete.gif);
}

.c-folder_edit {
    background-image: url(images/folder_edit.gif);
}

.c-folderexplore {
    background-image: url(images/folder_explore.png);
}

.c-folder_page {
    background-image: url(images/folder_page.png);
}

.c-addnote {
    background-image: url(images/note_add.png);
}

.c-addnote_old {
    background-image: url(images/page_add.png);
}

.c-help {
    background-image: url(images/help.png);
}

.c-info {
    background-image: url(images/information.png);
}

.c-invoice_in {
    background-image: url(images/down.png);
}

.c-invoice_out {
    background-image: url(images/up.png);
}

.c-join {
    background-image: url(images/join.png);
}

.c-joinbreak {
    background-image: url(images/join_break.png);
}

.c-linkgo {
    background-image: url(images/link_go.png);
}

.c-loading {
    background-image: url(images/loading.gif);
}

.c-logout {
    background-image: url(images/logout.png);
}

.c-mapmarker {
    background-image: url(images/mapmarker16x16.png);
}

.c-money {
    background-image: url(images/money.png);
}

.c-money_add {
    background-image: url(images/money_add.png);
}

.c-money_delete {
    background-image: url(images/money_delete.png);
}

.c-nomailing {
    background-image: url(images/mailing_stop.png);
}

.c-page {
    background-image: url(images/page.png);
}

.c-page_add {
    background-image: url(images/page_add.png);
}

.c-page_copy {
    background-image: url(images/page_copy.png);
}

.c-page_delete {
    background-image: url(images/page_delete.png);
}

.c-page_paste {
    background-image: url(images/page_paste.png);
}

.c-page_white_find {
    background-image: url(images/page_white_find.png);
}

.c-play {
    background-image: url(images/play.png);
}

.c-query {
    background-image: url(images/page_white_find.png);
}

.c-stats {
    background-image: url(images/chart_curve.png);
}

.c-stop {
    background-image: url(images/stop.png);
}

.c-table_add, .c-addjobadn {
    background-image: url(images/table_add.png);
}

.c-tablego {
    background-image: url(images/table_go.png);
}

.c-tablerowdelete {
    background-image: url(images/table_row_delete.png);
}

.c-tag_white {
    background-image: url(images/tag_white.png);
}

.c-tag_blue {
    background-image: url(images/tag_blue.png);
}

.c-tag_green {
    background-image: url(images/tag_green.png);
}

.c-tag_orange {
    background-image: url(images/tag_orange.png);
}

.c-tag_red {
    background-image: url(images/tag_red.png);
}

.c-tag_yellow {
    background-image: url(images/tag_yellow.png);
}

.c-tag_blue_delete {
    background-image: url(images/tag_blue_delete.png);
}

.c-treeexpand {
    background-image: url(images/tree_expand.png);
}

.c-treecollapse {
    background-image: url(images/tree_collapse.png);
}

.c-unjoin {
    background-image: url(images/cross.png);
}

.c-wand {
    background-image: url(images/wand.png) !important;
}

.c-zoom {
    background-image: url(images/zoom.png);
}

.c-zoomin {
    background-image: url(images/zoom_in.png);
}

.c-zoomout {
    background-image: url(images/zoom_out.png);
}

.div-rating {
    margin: 0px;
    padding-top: 8px;
}

.stars_0 {
    background: url(/content/images/stars_0.png) 30px 0px no-repeat;
}

.stars_1 {
    background: url(/content/images/stars_1.png) 30px 0px no-repeat;
}

.stars_2 {
    background: url(/content/images/stars_2.png) 30px 0px no-repeat;
}

.stars_3 {
    background: url(/content/images/stars_3.png) 30px 0px no-repeat;
}

.stars_4 {
    background: url(/content/images/stars_4.png) 30px 0px no-repeat;
}

.stars_5 {
    background: url(/content/images/stars_5.png) 30px 0px no-repeat;
}

/* ajax loader */
#ajax-loader-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    _background-color: Silver;
    opacity: .8;
}

.ajax-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px; /* -1 * image width / 2 */
    margin-top: -32px; /* -1 * image height / 2 */
    display: block;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000 !important;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
fieldset h3 {
    _margin-bottom: 0;
}

.display-label, .editor-label {
    margin: 1em 0 0 0;
}

.display-field, .editor-field {
    margin: 0.5em 0 0 0;
}

    .editor-field .t-grid, .t-grid {
        clear: both;
    }

.birthdate .editor-field {
    float: left;
    margin-right: 5px;
}

.birthdate .text-box, .birthdate .t-input {
    width: 50px;
}

.birthdate .field-validation-error {
    clear: both;
    float: left;
}

.text-box {
    width: 30em;
}

    .text-box.multi-line {
        height: 6.5em;
    }

.tri-state {
    width: 6em;
}

.record-info {
    font-size: 0.8em;
    margin: 15px 10px 3px 0;
    position: absolute;
    bottom: 0;
    right: 0;
    _clear: both;
    _float: right;
}


/* Styles for details 
----------------------------------------------------------*/

#details {
    _position: relative;
    margin: 0 0 2.5em;
    min-height: 150px;
}

    #details label {
        font-weight: bold;
        font-size: 0.95em;
    }

    #details table td {
        vertical-align: top;
    }

.noborder, .noborder tr, .noborder td {
    border: none;
}

.counter {
    width: 15px;
}

.startDate, .endDate {
    width: 90px;
}

.incomings {
    width: 150px;
}

.rightBox {
    float: right;
    margin: 5px 15px 0 0;
    padding: 15px 15px 0 0;
    _border: 1px solid #999999;
    _background: url("./themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll left top #F5F5F5;
}

    .rightBox > div {
        _float: right;
        clear: both;
        padding: 0 0 7px 0;
    }

#details .tm-tag {
    padding: 1px 4px;
    font-size: 0.85em;
}

table .tm-tag {
    padding: 1px 4px;
    font-size: 0.85em;
}

.delete-action-details {
    margin: 15px 10px 3px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}


/* Styles for PersonPerSearch
----------------------------------------------------------*/
.PersonPerSearch #PanelNotes {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #000000;
}

.PersonPerSearch .t-state-default {
    background: none repeat scroll 0 0 #E6E6E6;
}

.PersonPerSearch .status-footer {
    text-align: right;
}

    .PersonPerSearch .status-footer label {
        font-size: 0.75em;
        color: #999;
    }

/* Styles for CompanyPerSearch
----------------------------------------------------------*/

.CompanyPerSearch #PanelNotes {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #000000;
}

.CompanyPerSearch .t-state-default {
    background: none repeat scroll 0 0 #E6E6E6;
}

.CompanyPerSearch .status-footer {
    text-align: right;
}

    .CompanyPerSearch .status-footer label {
        font-size: 0.75em;
        color: #999;
    }

/* Styles for MenuAccount
----------------------------------------------------------*/

#MenuAccount {
    display: block;
    z-index: 999;
    background-color: #3B5998;
    border: none;
}

    #MenuAccount span {
        color: #D8DFEA;
        font-weight: bold;
        font-family: tahoma,verdana,arial,sans-serif;
    }

        #MenuAccount span:hover {
            color: #000000;
        }

    #MenuAccount a:link {
        color: #000000;
        text-decoration: none;
    }

    #MenuAccount a:visited {
        color: #000000;
        text-decoration: none;
    }

    #MenuAccount a:hover {
        color: #000000;
        text-decoration: none;
    }


/* Styles for Home
----------------------------------------------------------*/

.boxes {
    list-style: none outside none;
    margin-left: -20px;
    margin-bottom: 10px;
}

    .boxes:before, .boxes:after {
        content: "";
        display: table;
        line-height: 0;
    }

    .boxes:after {
        clear: both;
    }

    .boxes > li {
        display: block;
        float: left;
        margin-left: 3px;
        min-height: 50px;
        width: 100px;
        text-align: center;
    }

    .boxes a:link, .boxes a:visited {
        _color: #034AF3;
        color: #333333;
        text-decoration: none;
    }

    .boxes a:hover {
        color: #034AF3;
        text-decoration: underline;
    }


.box {
    border: 1px solid #DDDDDD;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    display: block;
    line-height: 20px;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
    min-height: 60px;
}

    .box:hover {
        box-shadow: 0 0 8px #ddd;
        -webkit-transition: box-shadow 0.2s ease-in-out;
        -moz-transition: box-shadow 0.2s ease-in-out;
        -o-transition: box-shadow 0.2s ease-in-out;
        transition: box-shadow 0.2s ease-in-out;
    }


/* Styles for relations
----------------------------------------------------------*/

div > .releationList {
    padding: 5px;
    background-color: #FFF;
    border: 1px solid #ccc;
}

    div > .releationList .element {
        width: 100%;
        display: inline-block;
        margin-bottom: 5px;
    }

        div > .releationList .element:hover {
            background-color: #FCF8E3;
            _border: 1px solid #C98400;
        }

        div > .releationList .element .remove {
            float: right;
            cursor: pointer;
        }

    div > .releationList a {
        margin-left: 10px;
    }


/* Styles for logbook
----------------------------------------------------------*/

div > .logbookEntry {
    padding: 5px;
    margin-bottom: 10px;
}

    div > .logbookEntry:hover {
        background-color: #FCF8E3;
    }

    div > .logbookEntry .header {
        padding-left: 0;
        font-weight: bold;
        font-size: 0.8em;
    }

        div > .logbookEntry .header .remove {
            float: right;
            cursor: pointer;
        }

    div > .logbookEntry .subject {
        font-size: 0.9em;
        padding-left: 20px;
    }

    div > .logbookEntry .detail {
        font-size: 0.9em;
        font-style: italic;
        padding-left: 20px;
    }

    div > .logbookEntry .recordinfo {
        float: right;
        font-size: 0.7em;
        padding-right: 15px;
        padding-top: 5px;
        color: Gray;
    }

    div > .logbookEntry .relations {
        margin-top: 3px;
        font-size: 0.9em;
        padding-left: 20px;
    }

        div > .logbookEntry .relations .element {
            float: left;
            margin-right: 10px;
        }

.visibleonhover {
    display: none;
}

.lastemployment:hover .visibleonhover {
    display: inline-block;
}

.identify:hover .visibleonhover {
    display: inline-block;
}

/* Styles from bootstrap
----------------------------------------------------------*/

.label {
    _border: 1px solid #000;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #777;
}

    .label-default[href]:hover,
    .label-default[href]:focus {
        background-color: #5e5e5e;
    }

.label-primary {
    background-color: #337ab7;
}

    .label-primary[href]:hover,
    .label-primary[href]:focus {
        background-color: #286090;
    }

.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:hover,
    .label-success[href]:focus {
        background-color: #449d44;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:hover,
    .label-info[href]:focus {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:hover,
    .label-warning[href]:focus {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #d9534f;
}

    .label-danger[href]:hover,
    .label-danger[href]:focus {
        background-color: #c9302c;
    }


.label-projectstatus_1 {
    background-color: #FCB67F;
}

.label-projectstatus_2 {
    background-color: #A3C088;
}

.label-projectstatus_3 {
    background-color: #F7E298;
}

.label-projectstatus_4 {
    background-color: #9ED7FF;
}

.label-projectstatus_5 {
    background-color: #FF7066;
}

.label-projectstatus_6 {
    background-color: #cc99ff;
}

/* Invoce_Status_ToBeIssued */
.label-invoicestatus_0 {
    background-color: #5e5e5e;
}
/* Invoce_Status_Delivered */
.label-invoicestatus_10 {
    background-color: #FCB67F;
}
/* Invoce_Status_Viewed */
.label-invoicestatus_20 {
    background-color: #9ED7FF;
}
/* Invoce_Status_PartiallyPaid */
.label-invoicestatus_30 {
    background-color: #F7E298;
}
/* Invoce_Status_CompletelyPaid */
.label-invoicestatus_40 {
    background-color: #A3C088;
}
/* Invoce_Status_Expired */
.label-invoicestatus_50 {
    background-color: Red;
}

/* Invoce_Status_Canceled */
.label-invoicestatus_60 {
    background-color: #333333;
}



.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }


/* Styles from jquery autocomplete
----------------------------------------------------------*/

.ui-autocomplete {
    max-height: 150px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
/* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
* html .ui-autocomplete {
    height: 150px;
}
