﻿html, body {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}


body {
    font-family: 'Segoe UI', Helvetica, Arial, sans-serif;
    font-size: 1.0em;
    color: #222;
    font-weight: 400;
}

fieldset {
    margin-right: 50px;
}

    fieldset > legend {
        font-family: 'Segoe UI', Helvetica, Arial, sans-serif;
        font-size: 1.0em;
        font-weight: normal;
    }

P {
    margin-right: 50px;
}

A {
    font-family: 'Segoe UI', Helvetica, Arial, sans-serif;
    color: #0474be;
    text-decoration: none;
}

    A:hover {
        /*font-family: 'Segoe UI', Helvetica, Arial, sans-serif;*/
        color: #0386dc;
        text-decoration: underline;
    }

h1 {
    font-family: 'Segoe UI Semilight', 'Helvetica', Century Gothic, Arial, sans-serif;
    color: #0386dc;
    font-weight: 100;
    font-size: 2em;
}

h2 {
    font-family: 'Segoe UI Semilight', 'Helvetica', Century Gothic, Arial, sans-serif;
    font-size: 2em;
    color: #0386dc;
    font-weight: lighter;
    margin: 0px;
}



legend {
    font-family: 'Segoe UI Semilight', 'Helvetica', Century Gothic, Arial, sans-serif;
    font-size: 1em;
    font-weight: bold;
}

/*legend::after
{
    content:"▼";
    font-size:small; 
}*/

img {
    border: none;
    vertical-align: middle;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #CCCCCC;
    margin: 1em 0;
    padding: 0;
}




/********** HEADER ***********/


#ClientLogo {
    float: left;
    height: 80px;
    width: 250px;
    position: relative;
    line-height: 80px;
    text-align: center;
}


#Welcome {
    font-size: 1.2em;
    color: #000 !important;
}

    #Welcome a {
        color: #000 !important;
    }




#GreetingLabel {
    font-size: 1.5em;
    float: left;
    position: relative;
    line-height: 100px;
    text-align: center;
    float: left;
    margin-left: 3px;
    padding-top: 30px;
}

#TopRightNavSet {
    float: right;
}



#HelpTopics {
    font-size: 1.2em;
}






#header {
    border-bottom: 1px solid #aaaaaa;
    white-space: nowrap;
    table-layout: fixed;
    float: none;
    z-index: 9999999999999;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(190, 190, 190, 0.42);
    -moz-box-shadow: 0px 1px 3px 0px rgba(190, 190, 190, 0.42);
    box-shadow: 0px 1px 3px 0px rgba(190, 190, 190, 0.42);
}

#headerlist {
    /*height: 80px;
    white-space: nowrap;*/
    background-color: #fff;
}

    #headerlist ul > li {
        /*display: inline-block;  You can also add some margins here to make it look prettier */
        zoom: 1;
        *display: inline; /* this fix is needed for IE7- */
    }



/********** LEFT NAVIGATION ***********/



.Group-Name {
    color: #fff;
    margin-left: 16px;
    float: left;
}

.Group-Name-Label {
    font-size: 2em;
    color: #fff;
    font-family: 'Segoe UI Semilight', 'Helvetica', Century Gothic, Arial, sans-serif;
    font-weight: lighter;
}

.Group-Name-Style {
    color: #fff;
    font-size: 1.5em;
}

#Group-Name-Style {
    color: #fff;
}

#WelcomeText {
    padding-left: -6px;
    font-size: 20px;
    font-size: 1.5em;
    font-family: 'Segoe UI semilight';
    height: 30px;
}

#groupMenu {
    visibility: hidden;
    margin-top: 10px;
}


.Change-Group {
    /*margin-left: 79px;/**/
}


    .Change-Group a {
        color: #fff;
        font-weight: lighter;
    }

        .Change-Group a:hover {
            filter: alpha(opacity=50); /* internet explorer */
            opacity: 0.5; /* fx, safari, opera, chrome */
            font-weight: lighter;
        }

.Change-Group-Colors li a {
    color: Red !important;
    font-weight: bold;
}




/********** SUB NAVIGATION ***********/
.SubNav {
    min-height: 50px;
    font-weight: 400;
    margin-left: -36px;
    margin-top: 0px;
}


    .SubNav li {
        display: inline-block; /* You can also add some margins here to make it look prettier */
        zoom: 1;
        *display: inline; /* this fix is needed for IE7- */
        margin-right: 30px;
        height: 40px;
    }

        .SubNav li > a {
            font-size: 1em;
            text-decoration: none;
            color: #000000;
        }

            .SubNav li > a.activepage /*Active Page*/ {
                font-weight: normal;
                text-decoration: none;
                color: #000000;
                border-bottom: 4px solid #636363;
            }


        .SubNav li a:hover {
            /*text-shadow: 0 0 1px #000;*/
            border-bottom: 4px solid #636363;
            cursor: pointer; /** NEW **/
        }

        .SubNav li a:active {
        }

.active {
    border-bottom: 4px solid #636363;
}





/* Scrolling */

/*#EnableScroll {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 91px; /*OLD 81px
    bottom: 0px;
    right: 0px;
    left: 0px;
    overflow: auto;
}

.ContentArea {
    padding-left: 50px;
    padding-right: 20px;
    padding-bottom: 100px;
    
}*/



.ModalBackground {
    background-color: White;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

/*For the password strength bar indicator*/
.BarIndicator {
}

.BarIndicatorBorder {
    border: solid 1px #CCCCCC;
    width: 150px;
}

.BarIndicator_Poor {
    background-color: Red;
}

.BarIndicator_Weak {
    background-color: Orange;
}

.BarIndicator_Good {
    background-color: #99CCFF;
}

.BarIndicator_Strong {
    background-color: #99FF99;
}

.BarIndicator_Excellent {
    background-color: #2AA346;
}

.AjaxCompletionList {
    z-index: 999;
    background-color: White;
    border: 1px solid #A9A9A9;
    padding: 3px;
}

.AjaxCompletionListItem {
    list-style-type: none;
    text-align: left;
}

.AjaxCompletionHighlightedItem {
    list-style-type: none;
    text-align: left;
    background-color: #FFFACD;
    font-weight: bold;
    cursor: pointer;
}

/* CHANGE GROUP MENU*/


#cssmenu ul {
    margin: 0;
    padding: 0;
}

#cssmenu li {
    margin: 0;
    padding: 0;
}

#cssmenu a {
    margin: 0;
    padding: 0;
}

#cssmenu ul {
    list-style: none;
}

#cssmenu a {
    text-decoration: none;
}

#cssmenu {
    width: auto;
    margin-top: 20px;
}

    #cssmenu > ul > li {
        float: left;
        margin-left: 15px;
        position: relative;
        line-height: 30px;
        color: #fff;
    }

        #cssmenu > ul > li > a {
            color: #a0a0a0;
            font-size: 15px;
            line-height: 70px;
            padding: 15px 20px;
            -webkit-transition: color .15s;
            -moz-transition: color .15s;
            -o-transition: color .15s;
            transition: color .15s;
        }

            #cssmenu > ul > li > a:hover {
                color: #ffffff;
            }

        #cssmenu > ul > li > ul {
            opacity: 0;
            visibility: hidden;
            padding: 5px 0 5px 0;
            background-color: #fafafa;
            text-align: left;
            position: absolute;
            top: 15px;
            left: 50%;
            margin-left: -90px;
            width: 180px;
            -webkit-transition: all .3s .1s;
            -moz-transition: all .3s .1s;
            -o-transition: all .3s .1s;
            transition: all .3s .1s;
        }

        #cssmenu > ul > li:hover > ul {
            opacity: 1;
            top: 45px; /*distance to hover*/
            visibility: visible;
        }

        #cssmenu > ul > li > ul:before {
            content: '';
            display: block;
            border-color: transparent transparent #fafafa transparent;
            border-style: solid;
            border-width: 10px;
            position: absolute;
            top: -20px;
            left: 50%;
            margin-left: -10px;
        }

    #cssmenu > ul ul > li {
        position: relative;
    }

    #cssmenu ul ul a {
        color: white;
        font-size: 13px;
        padding: 5px 8px 7px 16px;
        display: block;
        -webkit-transition: background-color 0.1s;
        -moz-transition: background-color 0.1s;
        -o-transition: background-color 0.1s;
        transition: background-color 0.1s;
    }

    /*#cssmenu ul ul a:hover {
            background-color: #f0f0f0;
        }*/

    #cssmenu ul ul ul {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: -16px;
        left: 206px;
        padding: 16px 0 20px 0;
        background-color: #fafafa;
        text-align: left;
        width: 180px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
    }

    #cssmenu ul ul > li:hover > ul {
        opacity: 1;
        left: 190px;
        visibility: visible;
    }

/*#cssmenu ul ul a:hover {
        background-color: #cc2c24;
        color: #f0f0f0;
    }*/

.Group-List {
    background-color: orange;
}

.UserNameLabelHeight {
    /*line-height:100px;*/
    white-space: nowrap;
}

#ContentPanel {
    margin: 0px 49px 0px 30px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    overflow: auto;
    white-space: normal;
}

/* Notification */


/* Above, the asterisk selects all elements in the HTML document and rests the margin and padding. This ensures that any of the annoying "default" margin and paddings a browser might have will be reset to zero. */


.notification {
    padding: 1px 3px 1px 3px;
    background-color: #d22317; /* you could use a background image if you'd like as well */
    color: white;
    font-size: .80em;
    margin-left: 2px;
    box-shadow: 1px 1px 1px gray;
}

.WelcomeHover {
    background-color: red;
}

    .WelcomeHover:link, .WelcomeHover:hover {
        background-color: red;
    }



.TopRightMenuCss {
    background-color: #e8e8e8;
    display: inline-block;
    padding: 6px;
    color: #222222;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(190, 190, 190, 0.42);
    -moz-box-shadow: 0px 1px 3px 0px rgba(190, 190, 190, 0.42);
    box-shadow: 0px 1px 3px 0px rgba(190, 190, 190, 0.42);
    font-size: .90em;
}

    .TopRightMenuCss:hover {
        color: #0386dc;
        background-color: #f7f7f7;
        text-decoration: none;
    }

textarea {
    padding: 6px 6px 6px 6px;
    margin-right: 8px;
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
}

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime"].active {
    padding: 6px 6px 6px 6px;
    /*margin-right: 8px;*/
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
}

select {
    height: 30px;
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
}


.DropDown /*NEW*/ {
    background-image: url(/Images/DropDown.png);
    background-repeat: no-repeat;
    background-position-x: right 6px;
    cursor: pointer;
}


input[type="button"], input[type="reset"], input[type="submit"] {
    background-color: #eaeaea;
    border: 1px solid #707070;
    padding: 6px 24px;
    text-decoration: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
}


    input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
        font-family: "Segoe UI", Helvetica, Arial, sans-serif;
        background-color: #a6f4ff;
        border: 1px solid #26a0da;
        padding: 6px 24px;
        text-decoration: none;
        -webkit-appearance: none;
        -webkit-border-radius: 0;
        border-radius: 0;
    }


#InternalStatusDescription {
    font-size: .8em;
}

.ui-autocomplete-input {
    padding: 6px 6px 6px 6px;
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
}

.ui-menu-item {
    z-index: 701 !important;
}

.quickAddDialog {
    z-index: 699 !important;
}

.SubmissionStatusIcons {
    float: left;
    margin-right: 6px;
}

#MainContentPlaceHolder_CurrentGroupLabel {
    color: #fff;
}

#AllowedGroupsList li a {
    color: #fff;
    line-height: 30px;
}

#AllowedGroupsList {
    width: 400px;
    display: inline-block;
    text-wrap: none;
}





/******************************/
/* Show More Button and Fade */
/****************************/


.faded-area {
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00ffffff',endColorstr='#ffffff');
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}


.show-more-button {
    border-top: 1px solid #96d1f8;
    background: #0386dc;
    background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
    background: -moz-linear-gradient(top, #3e779d, #65a9d7);
    padding: 3px 5px 4px 5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: white;
    font-size: 0.8em;
    text-decoration: none;
    vertical-align: middle;
}

    .show-more-button:hover {
        border-top-color: #28597a;
        background: #28597a;
        color: #cccccc;
        cursor: pointer;
        text-decoration: none;
    }



.faded-content-container .faded-area {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 30px 0 30px 0;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00ffffff',endColorstr='#ffffff');
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}








.HeaderStyle {
    width: 100%;
    white-space: nowrap;
    height: 60px;
}

.HeaderStyleLogo {
    width: 200px;
}


.HeaderStyleWelcome {
    display: inline-block;
    color: #000;
    padding-bottom: 1px;
    font-size: .90em;
}









/*******************************/
/* Window Scroll !Important!  */
/*****************************/

.EnableScroll {
    position: absolute;
    top: 96px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    overflow: auto;
    padding-left: 80px;
    padding-right: 20px;
    padding-bottom: 50px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
}



/*******************************/
/* GroupResourcesPanel Styles */
/*****************************/


.GroupResourcesPanelStyle /*Beside Group Class in GroupResourcesPanel*/ {
    width: 100%;
    height: 100%;
    display: none;
    padding-top: 25px;
    position: absolute;
    margin-top: -31px;
    /*z-index: 101;*/
    z-index: 100;
}

.GroupResourcesPanelSelect {
    padding-right: 30px;
    padding-left: 10px;
    text-align: center;
    width: 15%;
    min-width: 200px;
}

.GroupResourcesPanelResources {
    padding-left: 25px;
}

.ResourcesWindow {
    position: absolute;
    background-color: #fff;
    color: black;
    padding: 0px 20px 20px 20px;
    overflow: auto;
    /*height: 75%;*/
    right: 100px;
    top: 27px;
    left: 270px;
    min-width: 200px;
    min-height: 200px;
    bottom: 150px;
}

.GroupResourcesPanelClose {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    text-align: right;
}

/**************************/
/* To OpenResourcesPanel */
/************************/

.OpenResourcesPanelStyle {
    padding-top: 25px;
    padding-left: 25px;
    display: inline-block;
    float: left;
    padding-right: 5px;
    height: 100%;
    position: absolute;
    z-index: 102;
    margin-top: -30px;
}



/**************************/
/* Scroll Bar Styles     */
/************************/



.ScrollColor::-webkit-scrollbar {
    width: 16px;
    background-color: #f6f6f6;
}

.ScrollColor::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

    .ScrollColor::-webkit-scrollbar-thumb:hover {
        background-color: #ccc;
        border: 1px solid gray;
    }

    .ScrollColor::-webkit-scrollbar-thumb:active {
        background-color: #ccc;
        border: 1px solid gray;
    }

.ScrollColor::-webkit-scrollbar-track {
    border: 1px gray solid;
}



.EnableScroll::-webkit-scrollbar {
    width: 16px;
    background-color: #f6f6f6;
}

.EnableScroll::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

    .EnableScroll::-webkit-scrollbar-thumb:hover {
        background-color: #ccc;
        border: 1px solid gray;
    }

    .EnableScroll::-webkit-scrollbar-thumb:active {
        background-color: #ccc;
        border: 1px solid gray;
    }

.EnableScroll::-webkit-scrollbar-track {
    border: 1px gray solid;
}

.ButtonLike {
    white-space: nowrap;
    background-color: #eaeaea;
    padding: 1px 8px;
    border: 1px solid #ccc;
    font-size: .80em;
}

@media screen {
    p {
        /*font-family: verdana,sans-serif;
        font-size: 14px;*/
    }

    .print-helper {
        display: none;
    }
}

@media print {
    .header, .jqx-menu, .Group-List, .OpenResourcesPanelStyle, input[type="button"], input[type="reset"], input[type="submit"] {
        display: none;
    }

    .EnableScroll {
        margin-top: -120px;
        margin-left: -80px;
        height: 100%;
        width: 100%;
        overflow: visible;
    }

    textarea {
        display: none;
    }

    .cleditorMain {
        display: none;
    }

    svg {
        position: absolute !important;
    }

    .UnifiedViewChart {
        page-break-inside: avoid !important;
    }

    .DetailsViewChart {
        height: 100% !important;
    }
}

.StatusPanelStyle {
    background-color: #a3d1ff;
    border: none;
}

.SectionBox {
    width: 99%;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    /*-webkit-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.26);
-moz-box-shadow:    0px 0px 4px 0px rgba(50, 50, 50, 0.26);
box-shadow:         0px 0px 4px 0px rgba(50, 50, 50, 0.26);*/
}

.SectionBoxText {
    float: left;
    min-width: 300px;
    width: 45%;
    padding: 10px;
}


.SectionBoxMyAccount {
    border: 1px solid #ccc;
    width: 40%;
    min-width: 330px;
    float: left;
    margin: 0 20px 20px 0;
}

.SectionBoxHalf {
    border: 1px solid #ccc;
    width: 40%;
    min-width: 330px;
    float: left;
    margin: 0 20px 20px 0;
    /*-webkit-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.26);
-moz-box-shadow:    0px 0px 4px 0px rgba(50, 50, 50, 0.26);
box-shadow:         0px 0px 4px 0px rgba(50, 50, 50, 0.26);*/
}

.SectionBoxHeader {
    background-color: #f6f6f6;
    padding: 10px;
}

.SectionBoxHeaderOuter {
    background-color: #f6f6f6;
    padding: 10px;
}

.SectionBoxContent {
    padding: 10px;
}

@keyframes mymove {
    from {
        background-color: #f6f6f6;
    }

    to {
        background-color: #000;
    }
}


/*Safari and Chrome:*/
@-webkit-keyframes mymove {
    from {
        background-color: #f6f6f6;
    }

    to {
        background-color: #000;
    }
}

@-moz-keyframes mymove {
    from {
        background-color: #f6f6f6;
    }

    to {
        background-color: #000;
    }
}






.EmbedLink {
    font-size: 0.75em;
    font-style: italic;
    color: #0386dc;
}

.EmbedLinkBox {
    background-color: #fff;
    padding: 5px;
    border: 1px solid #ccc;
    font-style: italic;
    font-size: 0.75em;
}

.error {
    font-size: 0.8em;
    color: #d22317;
}

.PagerNextPreviousButton {
    font-size: 1.75em;
    padding: 5px;
}

.PagerCurrentPageLabel {
    font-size: 1.75em;
}

.PagerNumericButton {
    font-size: 2.5em;
    padding: 3px;
}

.print-helper {
    border: none;
}

.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    width: 150px;
}

.SubjectHover {
    padding: 6px;
    color: #0386dc;
    font-weight: normal;
}

    .SubjectHover:hover {
        background-color: #f9f9f9;
        cursor: pointer;
    }

.SubSectionBoxHalf {
    margin: 20px;
    border: 1px solid #ccc;
}

.CortellisLogo {
    vertical-align: middle;
}

/*.FadeNavSize {
    float: left;
    width: 200px;
    height: 36px;
}*/


.DashboardSectionHeader {
    background-color: #062A58;
    color: #ffffff;
    padding: 10px;
}

.profilePicColumnLeft {
    float: left;
    width: 150px;
    padding: 5px;
}

.profilePicColumnRight {
    float: left;
    width: 300px;
    padding: 5px;
}

.profilePicRow:after {
    content: "";
    display: table;
    clear: both;
}

.validationerror {
    border: 1px solid red;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(255, 50, 50, 0.58);
    -moz-box-shadow: 0px 0px 7px 0px rgba(255, 50, 50, 0.58);
    box-shadow: 0px 0px 7px 0px rgba(255, 50, 50, 0.58);
}

#AddInstitutionDialogForm select, #AddContactDialogForm select {
    color: black;
}
