﻿.current-user {
    font-family: Georgia, "Times New Roman", Times, serif;
    margin-bottom: 15px;
    border-radius: 6px;
    padding: 10px;
    border: 2px solid #ceb46c;
    background-image: -moz-linear-gradient(top, #d9dadd  0, #cdd0d2  100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d9dadd), color-stop(100%,#cdd0d2 ));
    background-image: -webkit-linear-gradient(top, #d9dadd 0,#cdd0d2  100%);
    background-image: -o-linear-gradient(top, #d9dadd 0, #cdd0d2  100%);
    background-image: -ms-linear-gradient(top, #d9dadd 0, #cdd0d2  100%);
    background-image: linear-gradient(to bottom, #d9dadd 0, #cdd0d2  100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFd9dadd', endColorstr='#FFcdd0d2',GradientType=0 );
}

.current-user__userinfo {
    padding-top: 10px;
    margin-bottom: 10px;
}

.current-user__username {
    font-size: 18px;
}

.hover-white:hover,
.hover-white:active,
.hover-white:focus {
    color: #fff;
}



/*menus*/

.sidenavigation {
    line-height: 25px;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: -2px;
}

    .sidenavigation > li {
        margin-top: 3px;
        margin-left: -2px;
        margin-right: -2px;
    }

    .sidenavigation li {
        list-style-type: disc;
        color: #ec6907;
    }

    .sidenavigation li.no-navigation {
        list-style-type: none;
        color: #006189;
    }

    .sidenavigation ul.first {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 10px;
    }

    .sidenavigation > li > a {
        display: table-cell;
        width: 1%;
        vertical-align: middle;
        font-family: "MyriadPro-Cond";
        font-size: 18px;
        border: 1px solid #ddd;
        padding: 15px;
        height: 55px;
        background: -moz-linear-gradient(top, #fff 0, #f5f5f5 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#fff), color-stop(100%,#f5f5f5));
        background: -webkit-linear-gradient(top, #fff 0,#f5f5f5 100%);
        background: -o-linear-gradient(top, #fff 0,#f5f5f5 100%);
        background: -ms-linear-gradient(top, #fff 0,#f5f5f5 100%);
        background: linear-gradient(to bottom, #fff 0,#f5f5f5 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffffff', endColorstr='#fff5f5f5',GradientType=0 );
        box-shadow: 0 0 2px rgba(50, 50, 50, 0.35);
    }

    .sidenavigation a {
        text-decoration: none;
        color: #006189;
        display: block;
    }

        .sidenavigation a:hover,
        .sidenavigation li.current > a {
            color: #ec6907;
        }

        .sidenavigation a:hover {
            text-decoration: underline;
        }

    .sidenavigation .sorter {
        margin: 10px;
        list-style: none;
    }

    .sidenavigation .sorting li a {
        border: 1px solid #daebff;
        cursor: move;
    }

    .sidenavigation .sorting li.moved a {
        border: 1px solid #ec6907;
    }




    .column-header {
    font-family: 'MyriadPro-Bold';
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    background: #006189;
    background: -moz-linear-gradient(top, #0081b6 0, #006189 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0081b6), color-stop(100%,#006189));
    background: -webkit-linear-gradient(top, #0081b6 0, #006189 100%);
    background: -o-linear-gradient(top, #0081b6 0, #006189 100%);
    background: -ms-linear-gradient(top, #0081b6 0, #006189 100%);
    background: linear-gradient(to bottom, #0081b6 0, #006189 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF0081b6', endColorstr='#FF006189',GradientType=0 );
    border-bottom: 6px solid #ec6907;
    border-top: 1px solid #66a0b8;
    box-shadow: 0 5px 10px -4px rgba(0,0,0,0.3);
}

    .column-header .navigation li.current {
        background: #006189;
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3) inset;
        -ms-box-shadow: 0 0 10px rgba(0,0,0,0.3) inset;
        box-shadow: 0 0 10px rgba(0,0,0,0.3) inset;
    }


    .column-header ul {
        margin: 0;
    }

    .column-header li,
    .column-header span {
        padding: 10px 20px;
    }

    .column-header span {
        display: block;
    }

    .column-header .navigation li {
        padding: 0;
    }

    .column-header a {
        display: block;
        color: white;
        text-decoration: none;
        padding: 10px 20px;
    }

        .column-header a:hover {
            text-decoration: underline;
            color: #ec6907;
        }





.navigation-icon {
    width: 25px;
    text-align: center;
    margin-right: 15px;
    font-size: 24px;
    vertical-align: middle;
}



.sidenavigation a:hover,
.sidenavigation li.current > a {
    color: #ec6907;
}






    .headerLabelBox {
        min-width: 150px;
    }

    #userTypeRadio {
        text-align: center;
        margin-bottom: 10px;
    }

    .ui-tabs-vertical {
        width: 570px;
    }

        .ui-tabs-vertical .ui-tabs-nav {
            padding: .2em .1em .2em .2em;
            float: left;
            width: 160px;
        }

            .ui-tabs-vertical .ui-tabs-nav li {
                clear: left;
                width: 100%;
                border-bottom-width: 1px !important;
                border-right-width: 0 !important;
                margin: 0 -1px .2em 0;
            }

                .ui-tabs-vertical .ui-tabs-nav li a {
                    display: block;
                    height: 50px;
                    white-space: normal;
                    width: 159px;
                }

                .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
                    padding-bottom: 0;
                    padding-right: .1em;
                    border-right-width: 1px;
                }

        .ui-tabs-vertical .ui-tabs-panel {
            padding: 1em;
            float: right;
            width: 400px;
        }


