﻿@charset "UTF-8";

html {
    overflow-y: scroll;
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100%;
}

body {
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: "Helvetica Neue", Arial, Verdana, "Nimbus Sans L", sans-serif;
    font-size: 13px;
    color: #222222; /*#3d3d3d;*/
    height: 100%;
    background-color: #f8f8f8;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
    list-style: none;
    min-height: 100%;
    /*text-rendering: optimizeLegibility;*/
    padding: 0;
    margin: 0;
    position: absolute;
    min-width:100%;
}

img {
    border: 0;
}

ul {
    padding: 0;
    margin: 0;
}

#wrapper {
    min-height: 94%;
    position: absolute;
    min-width:100%;
    width: 100%;
    margin-top:49px;
}

#header {
    top:0;
    min-width: 100%;
    background-color: #004659;
    height: 49px;
    color: #fff;
    text-align: center;
    line-height: 49px;
    font-size: 15px;
    font-weight: bold;
    position: fixed;
    z-index:20;
}

#container {
    padding-bottom: 60px;
    position: absolute;
    /*text-align: center;*/
    margin: auto;
    min-height:94%;
    min-width:100%;
}

#footer {
    background: #f8f8f8;
    border-top: 1px solid #dadada;
    color: #888888;
    font-size: 13px;
    height: 31px;
    line-height: 31px;
    padding-bottom: 5px;
    bottom: 0;
    width: 100%;
    position: fixed;
}

.footer-wrapper {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0 auto;
    padding: 0 10px;
    width: 90%;
}

.footer-right {
    float: right;
    line-height: 24px;
    margin-top: 4px;
    text-align: right;
}

    .footer-right > a {
        color: #cccccc;
        float: left;
        margin-left: 30px;
        text-decoration: none;
    }

        .footer-right > a:hover, .footer-right > a:focus {
            text-decoration: none;
            color: #999999;
        }


#subnav_manage {
    width: 100%;
    height: 35px;
    background-color: #f8f8f8;
    text-align: center;
    padding-bottom: 7px;
    text-decoration: none;
    border-bottom: 1px solid #dadada;
    font-weight: bold;
    vertical-align: middle;
}

    #subnav_manage a {
        text-decoration: none;
        color: darkgray;
    }

        #subnav_manage a:hover {
            color: black;
        }

    #subnav_manage .current {
        color: black;
    }


#TopMenu {
    margin: 0;
    padding: 0;
    height: 49px;
    display: inline;
    float: right;
    position: relative;
    margin-right: 50px;
    color: White;
}

    #TopMenu a {
        color: #FDB913;
    }

        #TopMenu a:hover {
            color: White;
        }

.topmenu {
    font-family: "Helvetica Neue", Arial, Verdana, "Nimbus Sans L", sans-serif;
    font-size: 9pt;
    margin-left: 2px;
    margin-right: 2px;
    font-weight: bold;
    line-height: 49px;
}

td .frmText {
    font-family: "Helvetica Neue", Arial, Verdana, "Nimbus Sans L", sans-serif;
    font-size: 13px;
    width: 100%;
}

table {
    font-family: "Helvetica Neue", Arial, Verdana, "Nimbus Sans L", sans-serif;
}

.frmButton {
    font-family: "Helvetica Neue", Arial, Verdana, "Nimbus Sans L", sans-serif;
    font-size: 13px;
}

.nc {
    width: 100%;
    padding: 0 0 0 5px;
    text-decoration: none;
    border-bottom: 1px solid #dadada;
    font-weight: bold;
    vertical-align: middle;
    /* text-align: center;*/
    min-width: 940px;
    font-size: 13px;
    position: absolute;
    line-height: 20px;
}

    .nc a {
        text-decoration: none;
        color: #777777;
    }

        .nc a:hover {
            color: black;
        }

.nc1 {
    width: 100%;
    margin: -10px 0 0 0;
    padding: 0 0 8px 0;
    text-decoration: none;
    /*border-bottom: 1px solid #dadada;*/
    font-weight: bold;
    vertical-align: middle;
    /* text-align: center;*/
    min-width: 940px;
}

    .nc1 a {
        text-decoration: none;
    }

        .nc1 a:hover {
            color: black;
        }

.search {
    height: 20px;
    width: 200px;
    background-color: #F0F8FF; /* #F0F8FF;*/
    color: gray;
    font-size: 8pt;
    text-align: left;
    background: url(../images/find.png) no-repeat #fff;
    padding-left: 23px;
    border: 1px solid #ccc;
}

.WaterMarkedTextBox {
    height: 20px;
    width: 200px;
    background-color: #F0F8FF;
    color: gray;
    font-size: 12px !important;
    text-align: left;
    background: url(../images/find.png) no-repeat;
    padding-left: 23px;
    border: 1px solid #ccc;
}

.WaterMarkedTextBoxNoSearch {
    height: 18px;
    width: 250px;
    background-color: #F0F8FF;
    color: gray;
    font-size: 12px;
    text-align: left;
    padding-left: 23px;
    border: 1px solid #ccc;
}

.NormalTextBox {
    height: 16px;
    width: 168px;
}

/*. Initial {
    text-decoration: none;
    font-size: 13px;
    display: block;
    padding: 4px 18px 4px 18px;
    float: left;
    background: url("/images/button_hover.png");
    color: white;
    font-weight: bold;
    -moz-border-top-right-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -khtml-border-top-right-radius: 15px;
    border-top-right-radius: 15px;
}

    .Initial:hover {
        color: #FDB913;
        background: url("/images/button.png");
    }

.Clicked {
    float: left;
    display: block;
    text-decoration: none;
    font-size: 13px;
    background: url("/images/button.png");
    padding: 4px 18px 4px 18px;
    font-weight: bold;
    color: White;
    -moz-border-top-right-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -khtml-border-top-right-radius: 15px;
    border-top-right-radius: 15px;
}
*/

.taba {
    text-decoration: none;
    font-size: 13px;
    display: block;
    padding: 4px 18px 4px 18px;
    float: left;
}

.tabinitial {
    height: 20px;
    text-decoration: none;
    font-size: 13px;
    background-color: #f8f8f8;
    color: black;
    font-weight: bold;
    border-bottom: 1px solid #dadada;
    height: 20px;
    margin-bottom: -4px;
}

    .tabinitial:hover {
        color: #FDB913;
        background-color: #fff;
        cursor: pointer;
    }

.tabclicked {
    height: 20px;
    text-decoration: none;
    font-size: 13px;
    background-color: #fff;
    font-weight: bold;
    color: black;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid white;
    margin-bottom: -4px;
}

.grid {
    margin-top: 10px;
    min-width: 90%;
    font: normal 10pt "Helvetica Neue", Arial, Verdana, "Nimbus Sans L", sans-serif; /* Verdana, Geneva, Arial, Helvetica, sans-serif;*/
    border-style: none;
    border-width: 0;
    color: #777777;
}

    .grid a {
        text-decoration: none;
        color: #777777;
    }

.gridheader {
    font: bold 10pt Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #222222;
    background-color: #f8f8f8;
    border-top: none;
}

    .gridheader a {
        font: bold 10pt Verdana, Geneva, Arial, Helvetica, sans-serif;
        color: #222222;
        text-decoration: none;
    }

.ahref {
    color: #777777;
    font-size: 13px;
    text-decoration: none;
}

    .ahref:hover {
        color: black;
        text-decoration: none;
    }

.font14black {
    font-size: 14px;
    color: black;
    font-weight: bold;
}

.table2 {
    font: normal 10pt "Helvetica Neue", Arial, Verdana, "Nimbus Sans L", sans-serif;
    color: #777777;
}

.table2 a{
    text-decoration: none;
    color: #777777;
}

.table3 {
    font: normal 10pt "Helvetica Neue", Arial, Verdana, "Nimbus Sans L", sans-serif;
    color: #777777;
}

    .table3 a {
        color: navy;
        text-decoration: initial;
    }

.table1 {
    font: normal 10pt "Helvetica Neue", Arial, Verdana, "Nimbus Sans L", sans-serif;
    min-width: 90%;
    width: 90%;
    color: #777777;
}

.table1 a{
    text-decoration: none;
    color: #777777;
}

.paging td a {
    color: #777777;
}

.grid1 {
    font: normal 10pt "Helvetica Neue", Arial, Verdana, "Nimbus Sans L", sans-serif;
    min-width: 100%;
    color: #777777;
}

    .grid1 td {
        border-bottom: 1px solid #dadada;
    }

        .grid1 td a {
            color: #777777;
        }

            .grid1 td a:hover {
                color: black;
            }

    .grid1 th {
        border-bottom: 1px solid #dadada;
        border-top: 1px solid #dadada;
        padding-top: 10px;
        padding-bottom: 10px;
    }

.grid100 {
    font: normal 10pt "Helvetica Neue", Arial, Verdana, "Nimbus Sans L", sans-serif;
    min-width: 100%;
    color: #777777;
}

    .grid100 td a {
        color: #777777;
    }

        .grid100 td a:hover {
            color: black;
        }



.wrapper {
    background-color: #f8f8f8;
    padding: 5px 0 0 0;
    height: 100%;
}

.wrapperwhite {
    background-color: #fff;
}

.tdbg {
    background-color: #f8f8f8;
    border-bottom: 1px solid #dadada;
    margin-bottom: -4px;
}

.tdwhite {
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    border-top: none;
    background-color: #fff;
    width: 100%;
    border-radius: 4px;
}

.tablewhite1 {
    margin-top: -1px;
    border: 1px solid #dadada;
    border-radius: 4px;
    background-color: #fff;
    padding: 10px 10px 10px 10px;
    min-width: 90%;
    color: #777777;
    font-size: 13px;
}

.tablegray1 {
    margin-top: -1px;
    border: 1px solid #dadada;
    border-radius: 4px;
    padding: 10px 10px 10px 10px;
    min-width: 90%;
    color: #777777;
    font-size: 13px;
    background-color: lightgray;
}

.tablewhite2 {
    border: 1px solid #dadada;
    border-radius: 4px;
    background-color: #fff;
    padding: 10px 10px 10px 10px;
    min-width: 920px;
    color: #777777;
    font-size: 13px;
    text-align: left;
}

.tablewhite4 {
    border-style: none;
    border-width: 0;
    background-color: #fff;
    padding: 10px 10px 10px 10px;
    min-width: 920px;
    color: #777777;
    font-size: 13px;
    text-align: left;
}

.tablewhite3 {
    border: 1px solid #dadada;
    border-radius: 4px;
    background-color: #fff;
    padding: 10px 10px 10px 10px;
    color: #777777;
    font-size: 13px;
    text-align: left;
}

.tablewhite {
    font: normal 10pt "Helvetica Neue", Arial, Verdana, "Nimbus Sans L", sans-serif;
    font-weight: bold;
    border-style: none;
    border-width: 0;
    background-color: #fff;
    padding: 20px 50px 20px 50px;
}

.sub-nav-wrapper {
    width: 90%;
    min-width:1100px;
    border: 1px solid transparent;
    text-align: center !important;   
}


#sub-nav {
    background: #f8f8f8;
    border-bottom: 1px solid #dadada;
    font-size: 13px;
    width: 100%;
    min-width:1100px;
    float: left;
    z-index:20;
    position: fixed;
}

    #sub-nav a {
        color: #777777;
        text-decoration: none;
    }

        #sub-nav a:hover {
            color: black;
        }

        #sub-nav a:focus {
            box-shadow: 0 0 6px rgba(80,167,238,0.6);
        }

        #sub-nav a:active {
            box-shadow: inset 0 0 0 rgba(0,0,0,0);
            color: #222222;
        }

        #sub-nav a.current {
            color: #222222;
        }

.sub-nav-tabs {
    margin: 0 -15px;
}

    .sub-nav-tabs > li {
        float: left;
        position: relative;
    }

        .sub-nav-tabs > li > a {
            display: inline-block;
            font-weight: bold;
            height: 40px;
            line-height: 40px;
            padding: 0 15px;
            -webkit-font-smoothing: antialiased;
        }

    .sub-nav-tabs .current:before, .sub-nav-tabs .current:after {
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        bottom: -1px;
        content: "";
        height: 0;
        left: 50%;
        position: absolute;
        width: 0;
    }

    .sub-nav-tabs .current:before {
        border-bottom: 7px solid #c4c4c4;
        margin: 0 0 0 -7px;
    }

    .sub-nav-tabs .current:after {
        border-bottom: 7px solid #f8f8f8;
        margin: 0 0 -1px -7px;
    }

.clearfix:after, #global-footer .wrapper:after, .content-wrapper:after, form.form:after, form.form .form-field:after, .inline-form:after, .new-form .nf-field:after, .new-form .nf-submit:after, .btn-submit-container:after, .btn-inline-container:after, .btn_container:after, .btn_container_footer:after, .btn_container_topbar:after, .new-chrome:after, #page-top:after, .reports-top .reports-timeframe:after, .reports-headline:after, .reports-headline .reports-headline-name .breadcrumbs:after, .reports-summary:after, #lifespan-budget-summary:after, #detailed-summary:after, .detailed-summary:after, #invoice_header:after, #invoice_header h1:after, #configure:after, ul.color-options:after, .timesheet-header:after, .timesheet-bottom:after, .welcome-screen:after, .trial-stamp .days-left:after, .referrals #share .referral-stats li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.frmtextbox {
    width: 300px;
    border-radius: 4px;
    border: 1px solid #dadada;
}

.frmtextboxmedium {
    width: 200px;
    border-radius: 4px;
    border: 1px solid #dadada;
}

.frmtextboxshort {
    width: 100px;
    border-radius: 4px;
    border: 1px solid #dadada;
    font-family: "Helvetica Neue", Arial, Verdana, "Nimbus Sans L", sans-serif !important;
}

.frmtextbox140 {
    width: 140px;
    border-radius: 4px;
    border: 1px solid #dadada;
}

.frmtextbox50 {
    width: 50px;
    border-radius: 4px;
    border: 1px solid #dadada;
}

.frmtextbox30 {
    width: 30px;
    border-radius: 4px;
    border: 1px solid #dadada;
    text-align: center;
}

.frmtextbox70 {
    width: 70px;
    border-radius: 4px;
    border: 1px solid #dadada;
}

.frmtextbox400 {
    width: 400px;
    border-radius: 4px;
    border: 1px solid #dadada;
}

.frmtextboxsmall {
    width: 30px;
    border-radius: 4px;
    border: 1px solid #dadada;
}

.frmtextarea {
    border-radius: 4px;
    border: 1px solid #dadada;
}

.disabled {
    background: #dadada !important;
}

.imgbutton {
    background: #fafafa;
    background: -webkit-linear-gradient(top, #fff, #eee);
    background: -moz-linear-gradient(top, #fff, #eee);
    background: -o-linear-gradient(top, #fff, #eee);
    background: linear-gradient(to bottom, #fff, #eee);
    border: 1px solid #bbbbbb;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(255,255,255,0.2);
    color: #555555 !important;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue", Arial, Verdana, "Nimbus Sans L", sans-serif;
    font-size: 13px;
    font-weight: 500;
    height: 31px;
    line-height: 28px;
    margin: 0;
    outline: 0;
    padding: 0 13px;
    text-shadow: 0 1px 0 white;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .imgbutton > .ss-icon {
        color: #666666;
    }

    .imgbutton > [class^="ss-"]:before, .imgbutton > [class*=" ss-"]:before, .imgbutton > [class^="ss-"].ss-after:after, .imgbutton > [class*=" ss-"].ss-after:after {
        font-size: 11px;
        line-height: normal;
        top: 1px;
    }

    .imgbutton:hover {
        background: #f0f0f0;
        background: -webkit-linear-gradient(top, #f8f8f8, #e8e8e8);
        background: -moz-linear-gradient(top, #f8f8f8, #e8e8e8);
        background: -o-linear-gradient(top, #f8f8f8, #e8e8e8);
        background: linear-gradient(to bottom, #f8f8f8, #e8e8e8);
        text-decoration: none;
    }

    .imgbutton:focus {
        border-color: #bbbbbb;
        box-shadow: inset 0 1px 1px rgba(255,255,255,0.2),0 0 6px rgba(80,167,238,0.6);
    }

    .imgbutton:active {
        background: #eeeeee;
        box-shadow: inset 0 1px 4px rgba(0,0,0,0.1);
    }

    .imgbutton:-moz-focus-inner {
        border: 0;
    }

/*AutoComplete flyout */
.autocomplete_completionListElement {
    margin: 0px !important;
    background-color: inherit;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: 'default';
    overflow: auto;
    height: 100px;
    font-family: Tahoma;
    font-size: small;
    text-align: left;
    list-style-type: none;
    z-index: 100;
}
/* AutoComplete highlighted item */
.autocomplete_highlightedListItem {
    background-color: #ccc;
    color: black;
    padding: 1px;
}

/* AutoComplete item */
.autocomplete_listItem {
    background-color: window;
    color: windowtext;
    padding: 1px;
}


.dropdownprojects option {
    /* Whatever color  you want */
    background-color: #fff;
    color: #777777 !important;
    font-weight: normal !important;
}

.dropdownprojects::-ms-expand {
    display: none;
}

.dropdownprojects {
    border: 0 !important; /*Removes border*/
    -webkit-appearance: none; /*Removes default chrome and safari style*/
    -moz-appearance: none; /* Removes Default Firefox style*/
    background: url('../images/1downarrow.png') no-repeat; /*Adds background-image*/
    background-size: 30px;
    background-position: 0 8px; /*Position of the background-image*/
    /*width: 100px; Width of select dropdown to give space for arrow image*/
    text-indent: 0.01px; /* Removes default arrow from firefox*/
    height: 50px;
    width: auto;
    padding-left: 25px;
    color: #fff;
}

.imgbuttonsmall {
    background: #fafafa;
    border: 1px solid #bbbbbb;
    border-radius: 4px;
    background: linear-gradient(to bottom, #fff, #eee);
    box-shadow: inset 0 1px 1px rgba(255,255,255,0.2);
    color: #555555 !important;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue", Arial, Verdana, "Nimbus Sans L", sans-serif;
    font-size: 11px;
    font-weight: 500;
    height: 20px;
    line-height: 17px;
    margin: -3px 0 0 0;
    outline: 0;
    padding: 0 4px;
    /*text-align: center;*/
    text-shadow: 0 1px 0 white;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    box-sizing: border-box;
}

    .imgbuttonsmall:hover {
        background: #f0f0f0;
        text-decoration: none;
    }

.imgbuttonblue {
    background: #7E98B3;
    border: 1px solid #bbbbbb;
    border-radius: 4px;
    background: linear-gradient(to bottom, #CFDBF2, #004659);
    box-shadow: inset 0 1px 1px rgba(255,255,255,0.2);
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue", Arial, Verdana, "Nimbus Sans L", sans-serif;
    font-size: 13px;
    font-weight: 500;
    height: 31px;
    line-height: 28px;
    margin: 0;
    outline: 0;
    padding: 0 13px;
    text-align: center;
    /*text-shadow: 0 1px 0 black;*/
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    box-sizing: border-box;
}

    .imgbuttonblue:hover {
        background: #CFDBF2;
        text-decoration: none;
    }

.imgbuttonred {
    background: #FF0000;
    border: 1px solid #bbbbbb;
    border-radius: 4px;
   /* background: linear-gradient(to bottom, #CFDBF2, #004659);*/
    box-shadow: inset 0 1px 1px rgba(255,255,255,0.2);
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue", Arial, Verdana, "Nimbus Sans L", sans-serif;
    font-size: 13px;
    font-weight: 500;
    height: 31px;
    line-height: 28px;
    margin: 0;
    outline: 0;
    padding: 0 13px;
    text-align: center;
    /*text-shadow: 0 1px 0 black;*/
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    box-sizing: border-box;
}

    .imgbuttonred:hover {
        background: #FFB6C1;
        text-decoration: none;
    }

.imgbuttonredsq {
    background: #FF0000;
    border: 1px solid #bbbbbb;
    border-radius: 4px;
   /* background: linear-gradient(to bottom, #CFDBF2, #004659);*/
    box-shadow: inset 0 1px 1px rgba(255,255,255,0.2);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue", Arial, Verdana, "Nimbus Sans L", sans-serif;
    font-size: 11px;
    font-weight: 500;
    height: 20px;
    line-height: 17px;
    margin: 0;
    outline: 0;
    padding: 0 4px;
    text-align: center;
    /*text-shadow: 0 1px 0 black;*/
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    box-sizing: border-box;
    text-decoration: none;
}

    .imgbuttonredsq:hover {
        background: #FFB6C1;
        text-decoration: none;
    }

.PopupWindow {
    position: fixed;
    /*top:125px;
left:25%;*/
    top: 30%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    font-size: 13px;
    z-index: 100;
}

.PopupWindow1 {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    font-size: 13px;
    z-index: 100;
}

.searchform {
    font-size: 11px;
    border: 1px solid #dadada;
    min-width: 920px;
}

.sfheader {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 10px;
}

.pheader {
    font-size: 18px !important;
    font-weight: bold !important;
}

.lblmsg {
    font-size: 13px !important;
    font-weight: bold !important;
}

.overlay {
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 2;
    opacity: 0.5;
    filter: alpha(opacity=50);
    display: none;
}

.GridViewEditRow input {
    width: 50px;
}

.invisible {
    display: none;
}

.visible {
    display: block;
}

.nowrap {
    white-space: nowrap;
}

.navclient {
    font-weight: normal !important;
    font-size: 12px;
    color: gray;
}

.navuname {
    line-height: 20px;
}


.dash {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    margin: 0 auto;
}

.dashpanel {
    border: 1px solid black;
    background-color: #fff;
}

.font11 {
    font-size: 11px;
}

.font9 {
    font-size: 9px;
}

.message {
    font-size: 13px;
    color: red;
}

.font13 {
    font-size: 13px;
}

.font16 {
    font-size: 16px;
}

.btn-action:focus {
    box-shadow: 0 0 6px rgba(80,167,238,0.6);
}

.btn-action:active {
    background: #e4e4e4 !important;
    box-shadow: inset 0 0 0 transparent;
}



.btn-next {
    height: 24px !important;
    line-height: 24px !important;
    border-radius: 0 4px 4px 0;
    font-size:16px;
    font-weight:bold;
}

.btn-prev {
    height: 24px !important;
    line-height: 24px !important;
    border-radius: 4px 0 0 4px;
    font-size:16px;
    font-weight:bold;
    }


.aright {
    float: right;
    margin-top: 3px;
}

.bold{
    font-weight: bold;
}

.ajax__combobox_itemlist
    {
        position:absolute!important;            
        top: auto!important;
        left: auto!important;
        overflow: hidden!important;      
        display: block!important;    
    }

.colorda {
    background-color:#dadada;
}


/*navigation*/
#global-header {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.nav-wrapper {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 90%;
    min-width: 1100px;
    margin: 0 auto;
}
.nav-right {
left: auto !important;
    right: 0;
}

#nav {
    background:  #004659;
    box-shadow: 0 1px 5px rgba(0,0,0,0.2);
    color: white;
    font-size: 15px;
    height: 49px;
    width: 100%;
    min-width: 1100px;
}

    #nav:before {
        background: transparent;
        background: -webkit-linear-gradient(top, rgba(255,255,255,0.2), rgba(255,255,255,0));
        background: -moz-linear-gradient(top, rgba(255,255,255,0.2), rgba(255,255,255,0));
        background: -o-linear-gradient(top, rgba(255,255,255,0.2), rgba(255,255,255,0));
        background: linear-gradient(to bottom, rgba(255,255,255,0.2), rgba(255,255,255,0));
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),inset 0 -1px 0 rgba(0,0,0,0.15);
        content: " ";
        display: block;
        height: 49px;
        left: 0;
        min-width: 980px;
        position: absolute;
        top: 0;
        width: 100%;
    }

    

    #nav .separator a:before {
        background: rgba(255,255,255,0.35);
        content: "";
        display: block;
        height: 30px;
        left: 0;
        position: absolute;
        top: 10px;
        width: 1px;
    }

    #nav .separator .current:before {
        display: none;
    }

.logo {
    background: url(../images/logo.png) no-repeat;
    background-position: 0 8px;
    background-size: 32px;
    width:32px;
}

.logofooter{
    background: url(../images/vs.jpg) no-repeat;
    background-size: 120px;
    height:30px;
    width:120px;
    float:left;
}


.nav-tabs > div {
        float: left;
        position: relative;
    }

.nav-tabs {
    margin: 0 -12px 0 -15px;
}
ul {
    list-style-type: none;
}

    .nav-tabs > li {
        float: left;
        position: relative;
    }
    .nav-tabs > li > a > img {
        margin-top: 8px;
    }

        .nav-tabs > li > a {
            border: 0 solid transparent;
            color: white;
            display: inline-block;
            font-weight: bold;
            height: 48px;
            line-height: 47px;
            opacity: 1;
            padding: 0 15px;
            text-decoration: none;
            text-shadow: 0 -1px 0 rgba(0,0,0,0.15);
            -webkit-font-smoothing: antialiased;
        }

            .nav-tabs > li > a:hover {
                background: #7E98B3;
                background: -webkit-linear-gradient(top, rgba(255,255,255,0.1), rgba(255,255,255,0.15));
                background: -moz-linear-gradient(top, rgba(255,255,255,0.1), rgba(255,255,255,0.15));
                background: -o-linear-gradient(top, rgba(255,255,255,0.1), rgba(255,255,255,0.15));
                background: linear-gradient(to bottom, rgba(255,255,255,0.1), rgba(255,255,255,0.15));
                opacity: 1;
            }

            .nav-tabs > li > a:focus {
                box-shadow: 0 0 10px rgba(255,255,255,0.8);
            }

            .nav-tabs > li > a:active {
                background: #7E98B3;
                box-shadow: inset 0 0 0 rgba(0,0,0,0);
                opacity: 1;
            }

    .nav-tabs .current, .nav-tabs .current:hover {
        background: #7E98B3;
        box-shadow: inset 0 2px 6px rgba(0,0,0,0.3);
        opacity: 1;
    }

    .nav-tabs .nav-tab-right {
        float: right;
    }

        .nav-tabs .nav-tab-right > a {
            font-size: 13px;
        }

    .nav-tabs .nav-home > .ss-icon {
        font-family: "SSStandard";
        font-size: 17px;
        line-height: 52px;
        top: 0;
    }

    .nav-tabs .nav-user > a {
        opacity: 1;
        padding-right: 12px;
    }

        .nav-tabs .nav-user > a:after {
            font-size: 7px;
            opacity: 0.75;
            top: 0;

        }

        .nav-tabs .nav-user > a > img {
            border-radius: 3px;
            box-shadow: 0 1px 1px rgba(0,0,0,0.2);
            display: inline-block;
            margin-top: -1px;
            vertical-align: middle;
        }

        .ss-dropdown:before, .ss-dropdown.ss-after:after {
    content: '▾';
    font-size:25px;
}


/*user popup*/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align:left;
  z-index:100;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  clear: both;
  opacity: 0;
    visibility: hidden;
    transition: visibility 0.5s;
  line-height: 0;
  height: 0;
}

#cssmenu {
  width: auto;
  font-family: "Helvetica Neue", Arial, Verdana, "Nimbus Sans L", sans-serif;
  background: transparent;
  
}
#cssmenu > ul {
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.05);
  
}

#cssmenu > ul > li {
  float: left;
  display: inline-block;
}

#cssmenu > ul > li > a 
{
    height:49px;
  padding: 5px 10px 5px 10px;
  border-right: 1px solid rgba(80, 80, 80, 0.12);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  color: #d3eced;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#cssmenu > ul > li.has-sub > a {
  padding-right: 45px;
}
#cssmenu > ul > li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #fff;
  right: 17px;
  top: 22px;
}
#cssmenu > ul > li.has-sub.active > a::after,
#cssmenu > ul > li.has-sub:hover > a {
  border-top-color: #CFDBF2;
}
#cssmenu ul ul {
  position: absolute;
  z-index: 1;
  top: 60px;
  padding-top: 6px;
  font-size: 13px;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.5s;
  /*-webkit-transition: top 10.2s ease, opacity 10.2s ease-in;
  -moz-transition: top 10.2s ease, opacity 10.2s ease-in;
  -ms-transition: top 10.2s ease, opacity 10.2s ease-in;
  -o-transition: top 10.2s ease, opacity 10.2s ease-in;
  transition: top 10.2s ease, opacity 10.2s ease-in;*/

}

#cssmenu > ul > li > ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #CFDBF2;
  top: -12px;
  left: 17px;
}

#cssmenu > ul > li > ul {
  opacity: 0;
    visibility: hidden;
    transition: visibility 0.5s;
}


#cssmenu > ul > li > a:focus + ul
{
  top: 52px;
  left: 0;
  opacity: 1;
  visibility: visible;
}


#cssmenu ul ul li a {
  text-decoration: none;
  font-weight: 400;
  padding: 8px 10px;
  width: 180px;
  left: -50px;
  color: #777777;
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.active > a {
  color: #fff;
  background-color:#7E98B3;
}

#cssmenu ul ul li:first-child > a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

    #cssmenu ul ul li:first-child {
        font-weight: bold;
        font-size:14px;
  padding: 8px 10px;
  width: 180px;
  left: -50px;
  color: black;
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
    }
#cssmenu ul ul li:last-child > a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#cssmenu > ul > li > ul::after {
  position: absolute;
  visibility: visible;
}
#cssmenu ul ul li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left-color: #777777;
  right: 17px;
  top: 14px;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  border-left-color: transparent;
  border-right-color: #777777;
  right: auto;
  left: 17px;
}
#cssmenu ul ul li.has-sub.active > a::after,
#cssmenu ul ul li.has-sub:hover > a::after {
  border-left-color: #777777;
}
#cssmenu.align-right ul ul li.has-sub.active > a::after,
#cssmenu.align-right ul ul li.has-sub:hover > a::after {
  border-right-color: #777777;
  border-left-color: transparent;
}
@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    #cssmenu {
        background: #39b1cc;
    }

        #cssmenu > ul {
            opacity: 0;
            visibility: hidden;
            transition: visibility 0.5s;
        }

            #cssmenu > ul.open {
                visibility: visible;
                border-top: 1px solid rgba(0, 0, 0, 0.1);
            }

            #cssmenu > ul > li,
            #cssmenu.align-right > ul > li {
                float: none;
                visibility: visible;
            }

                #cssmenu > ul > li > a {
                    padding: 18px 25px 18px 25px;
                    border-right: 0;
                }

                #cssmenu > ul > li:hover > a,
                #cssmenu > ul > li.active > a {
                    background: rgba(0, 0, 0, 0.1);
                }

                #cssmenu ul ul,
                #cssmenu ul li:hover > ul,
                #cssmenu > ul > li > ul,
                #cssmenu ul ul ul,
                #cssmenu ul ul li:hover > ul,
                #cssmenu.align-right ul ul,
                #cssmenu.align-right ul li:hover > ul,
                #cssmenu.align-right > ul > li > ul,
                #cssmenu.align-right ul ul ul,
                #cssmenu.align-right ul ul li:hover > ul {
                    left: 0;
                    right: auto;
                    top: auto;
                    opacity: 1;
                    width: 100%;
                    padding: 0;
                    position: relative;
                    text-align: left;
                }

                    #cssmenu ul ul li {
                        width: 100%;
                    }

                        #cssmenu ul ul li a {
                            width: 100%;
                            box-shadow: none;
                            padding-left: 35px;
                        }

                    #cssmenu ul ul ul li a {
                        padding-left: 45px;
                    }

                    #cssmenu ul ul li:first-child > a,
                    #cssmenu ul ul li:last-child > a {
                        border-radius: 0;
                    }

                    #cssmenu > ul > li.has-sub > a::after,
                    #cssmenu ul ul li.has-sub > a::after {
                        z-index: 110;
                        position: absolute;
                        opacity: 0;
                        visibility: hidden;
                        transition: visibility 0.5s;
                    }
}


.username {
    border-bottom: 1px solid #dadada !important;
    background-color: #CFDBF2 !important;
}

.dropdownreports {
font-family: Verdana;
font-size: 11px;
height:25px;
width:400px;
padding: 1px 0;
}

.img0 {
    transform-origin: top left; /* IE 10+, Firefox, etc. */
    -webkit-transform-origin: top left; /* Chrome */
    -ms-transform-origin: top left; /* IE 9 */
}

.rotate90 {
    transform: rotate(90deg) translateY(-100%);
    -webkit-transform: rotate(90deg) translateY(-100%);
    -ms-transform: rotate(90deg) translateY(-100%);
}
.rotate180 {
    transform: rotate(180deg) translate(-100%,-100%);
    -webkit-transform: rotate(180deg) translate(-100%,-100%);
    -ms-transform: rotate(180deg) translateX(-100%,-100%);
}
.rotate270 {
    transform: rotate(270deg) translateX(-100%);
    -webkit-transform: rotate(270deg) translateX(-100%);
    -ms-transform: rotate(270deg) translateX(-100%);
}

.divcolor{
    border: 1px solid #dadada;
}

.noscrollbar{
    -ms-overflow-style: none;  
    scrollbar-width: none; 
}

.noscrollbar::-webkit-scrollbar { 
    display: none;  
}

.nowrap{
    white-space:nowrap ;
}

.fixed{
    position:fixed; 
    z-index:20;
    background:#fff;
}
.contentmanage{
    top:50px;
    position:relative;
}
.contentproject{
    top:35px;
    position:relative;
}

/*snackbar*/
#snackbar {
    visibility: hidden;
    color: #fff;
    background-color: #333;
    min-width: 250px;
    margin-left: -125px;
    border-radius: 2px;
    padding: 16px;
    text-align: center;
    left: 50%;
    bottom: 30px;
    z-index: 1;
    position: fixed;
}

    /* This will be activated when the snackbar's class is 'show' which will be added through JS */
    #snackbar.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

/* Animations for fading in and out */
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}
/*end snackbar*/