﻿html, body {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
}


body {
    font-size: 1.0em;
    color: #222;
    font-weight: 400;
}

fieldset {
    margin-right: 50px;
}

    fieldset > legend {
        font-size: 1.0em;
        font-weight: normal;
        width: 875px;
    }

/*P {
    margin-right: 50px;
}*/

A {
    color: #0474be;
    text-decoration: none;
}

    A:hover {
        /*font-family: 'Segoe UI', Helvetica, Arial, sans-serif;*/
        color: #0386dc;
        text-decoration: underline;
    }

h1 {
    color: #0386dc;
    font-weight: 100;
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
    color: #0386dc;
    font-weight: lighter;
}



legend {
    font-size: 1em;
    font-weight: bold;
}

/*legend::after
{
    content:"▼";
    font-size:small; 
}*/

img {
    border: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #CCCCCC;
    margin: 1em 0;
    padding: 0;
}




/********** HEADER ***********/

.BPSearchBoxSection {
    background-color: #f7f7f7;
    text-align: center;
    padding: 10px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}

    .BPSearchBoxSection .BPWrapper {
        text-align: center;
    }


#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-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;
    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;
}




.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;
    }



.ETSMessages {
    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;
}

    .ETSMessages:hover {
        color: #0386dc;
        background-color: #f7f7f7;
        text-decoration: none;
    }

textarea {
    padding: 6px 6px 6px 6px;
    margin-right: 8px;
}

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime"].active, select {
    padding: 6px 6px 6px 6px;
    margin-right: 8px;
}

/*select {
    padding: 6px;
    margin-right: 8px;
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
}*/

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;
}

.SubmissionStatusIcons {
    float: left;
    margin-right: 6px;
}

#MainContentPlaceHolder_CurrentGroupLabel {
    color: #fff;
}

#AllowedGroupsList li a {
    color: #fff;
    line-height: 30px;
    width: 300px;
}

#AllowedGroupsList {
    /*width: 300px;*/
    width: 300px;
    display: inline-block;
}





/******************************/
/* 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;
}

.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: 10px;
    display: inline-block;
    float: left;
    padding-right: 10px;
    height: 100%;
    position: absolute;
    z-index: 100;
    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;
}





@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;
    }
}

.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;
}

.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;
}

.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;
}


.PagerNextPreviousButton {
    font-size: 1.75em;
    padding: 5px;
}

.PagerCurrentPageLabel {
    font-size: 1.75em;
}

.PagerNumericButton {
    font-size: 2.5em;
    padding: 3px;
}

.print-helper {
    border: none;
}



/*.FadeNavSize {
    float: left;
    width: 200px;
    height: 36px;
}*/

/****************************** PORTAL ********************************/



.Responsive tr td {
    padding: 6px;
}

    .Responsive tr td:nth-child(odd) {
        text-align: right;
    }


.Wrapper {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(50, 50, 50, 0.16);
    -moz-box-shadow: 0px 0px 24px 0px rgba(50, 50, 50, 0.16);
    box-shadow: 0px 0px 24px 0px rgba(50, 50, 50, 0.16);
    margin-top: 50px;
    border-radius: 4px;
}


.FrameIt table tr td {
    white-space: pre-wrap;
}

.Navigation {
    width: 100%;
    background-color: #0386dc;
    min-height: 40px;
}

#ShowMenu {
    display: none;
    text-align: right;
    margin-right: 10px;
}

/*select {
    margin-bottom: 1em; Raf Edit
}*/

.Logo {
    padding: 20px;
    float: left;
    width: 250px;
}

.Login {
    padding: 20px;
    float: left;
    width: 610px;
    text-align: right;
    margin-top: 30px;
}

.Menu {
    float: left;
    width: 60px;
    text-align: right;
    margin-top: 40px;
}
/*********************** RESPONSIVE **********************************/

@media screen and (max-width : 600px) {


    body {
        background-color: #fff;
    }

    .Logo {
        padding: 20px;
        position: fixed;
        border-bottom: 1px solid #ccc;
        background-color: #f6f6f6;
        z-index: 8;
        text-align: left;
        float: left;
        width: 100%;
    }

    .Login {
        width: 70%;
    }



    #ShowMenu {
        float: right;
        text-align: right;
        padding-right: 30px;
        padding-top: 10px;
    }

    .Navigation {
        padding-top: 10px;
    }

    #ShowMenu {
        display: block;
        text-align: right;
        margin-right: 10px;
    }

    .CaptchaStyle {
        text-align: center;
    }

    .Navigation tr td {
        display: none;
    }

    .Responsive tr td {
        display: block;
    }

        .Responsive tr td:nth-child(odd) {
            text-align: left;
        }

    input[type="button"], input[type="reset"], input[type="submit"] {
        background-color: #eaeaea;
        padding: 6px 24px;
        text-decoration: none;
        -webkit-appearance: none;
        -webkit-border-radius: 0;
        border-radius: 0;
        width: 100%;
        height: 50px;
        margin-bottom: 1em;
    }

    select {
        text-decoration: none;
        -webkit-appearance: none;
        -webkit-border-radius: 0;
        border-radius: 0;
        font-size: 1.5em;
        width: 100%;
        height: 50px;
        margin-bottom: 1em;
        border: 1px solid #ccc;
        background-color: #f6f6f6;
    }

    input[type="text"], input[type="password"] {
        padding: 6px 24px;
        text-decoration: none;
        -webkit-appearance: none;
        -webkit-border-radius: 0;
        border-radius: 0;
        font-size: 1.5em;
        width: 87%;
        /*height: 40px;  Raf Edit*/
        border: 1px solid #ccc;
        background-color: #f6f6f6;
    }

    textarea {
        width: 100%;
    }


    .Wrapper {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        margin-top: 0px;
        border-radius: 0px;
    }

    .FrameIt table tr td {
        display: block;
    }

    .Logo {
        text-align: center;
    }

    #MainContentPlaceHolder_EmailAddressLabel {
        font-size: 1.5em;
        color: #aaa;
    }
}

ul.egmenu {
    margin-left: -40px;
    /*  height: 30px; width: 100%;
    margin-left:-40px;*/
}

    ul.egmenu > li {
        float: left;
        position: relative;
        background: #0386dc;
    }

    ul.egmenu ul {
        background: #444;
        display: none;
        position: absolute;
        left: 0;
        /*top: 100%;*/
    }

    ul.egmenu a {
        cursor: pointer;
        display: block;
        color: white;
        line-height: 40px;
        padding: 0 10px;
        text-decoration: none;
    }

    ul.egmenu li {
        list-style: none;
    }

        ul.egmenu li:hover {
            background: #555;
            text-decoration: none;
        }

            ul.egmenu li:hover ul {
                display: block;
                text-decoration: none;
            }

@media all and (max-width: 480px) {
    ul.egmenu {
        height: auto;
    }

        ul.egmenu > li {
            float: none;
            width: 100%;
        }

        ul.egmenu a {
            line-height: 40px;
        }

        ul.egmenu ul {
            position: relative;
        }
}

@media all and (min-width: 481px) {
    ul.egmenu li:hover {
        background: #555;
        text-decoration: none;
    }

        ul.egmenu li:hover ul {
            display: block;
            text-decoration: none;
        }
}

@media all and (max-width: 480px) {
    ul.egmenu {
        height: auto;
    }

        ul.egmenu > li {
            float: none;
            width: 100%;
        }

        ul.egmenu a {
            line-height: 40px;
        }

        ul.egmenu ul {
            position: relative;
        }

        ul.egmenu li.tap {
            background: #555;
        }

            ul.egmenu li.tap ul {
                display: block;
            }
}

.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}


.postingsearch ​ {
    width: 20%;
    background-color: #ffffff;
    border: 1px solid #ccc;
    width: inherit;
}

.postingsearchresult {
    background-color: #fff;
    border: 1px solid #ccc;
    float: right;
    width: 74.7%;
    min-height: 850px;
    max-height: 850px;
    margin-top: 5px;
    padding-bottom: 10px;
    overflow-y: scroll;
    /*overflow-x: scroll;*/
}


.postingsListView {
    min-height: 380px;
    background-color: #fff;
}

.removeposting {
    cursor: pointer;
    color: black;
}

.selectedpostings {
    position: absolute;
    top: 1px;
    right: 1px;
    display: none;
}

.viewpostings {
    cursor: pointer;
    cursor: grab;
    color: black;
    float: left;
    margin-top: -5px;
    margin-left: 2px;
}

.postingstotals {
    position: absolute;
    top: 10px;
    right: 10px;
}

#MasterFullTextSearchTextBox {
    float: left;
    width: 300px;
    padding-left: 10px;
}

#MasterSearchButton {
    cursor: pointer;
    float: left;
}

div.MasterSearchPanel {
    width: 300px;
    height: 10px;
    display: none;
    border: solid 1px black;
}

div.MasterSearchPanel, p.Expand {
    margin: 0px;
}

div.ExpandContainer {
    height: 50px;
}

#FullTextSearchHref {
    margin-right: 15px;
    margin-left: -8px;
}

.postingmain {
    float: right;
    width: 72.7%;
    height: 35px;
    background-color: #ffffff;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    border: 1px solid #ccc;
}


.postingselected {
    background-color: #fff;
    padding: 5px;
    border: 1px solid #cccccc;
    width: 160px;
    border-radius: 3px;
}

.postingselections {
    width: 195px;
    background-color: #ffffff;
    min-height: 250px;
    max-height: 250px;
    padding: 20px;
    border: 1px solid #ccc;
    position: absolute;
    top: 10px;
    right: 10px;
    padding-top: 10px;
    overflow-y: auto;
    display: none;
}

.arrowup {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid black;
}

.arrowdown {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #0386dc;
    margin-top: 5px;
    margin-left: 10px;
    display: none;
}


.filterContainerMain {
    border: 1px solid #ccc;
    width: inherit;
}

.filterContainer {
    float: left;
    width: 20%;
    background-color: #ffffff;
    min-height: 910px;
    max-height: 910px;
    padding: 20px;
    padding-top: 15px;
    border: 1px solid #ccc;
}

.filterbox {
    height: 150px;
    width: 200px;
    border: 1px solid black;
    background-color: #F6f6f6;
    padding-left: 5px;
    padding-top: 5px;
    text-align: center;
    overflow-x: hidden;
}

.seeAll {
    float: right;
    text-decoration: none;
}

    .seeAll:hover {
        background-color: #CCCCCC;
        text-decoration: none;
    }

.clearAll {
    float: left;
    padding-left: 10px;
    background-color: #F6f6f6;
    border-radius: 4px;
    border: solid 1px #CCCCCC;
    text-decoration: none;
    padding: 8px 12px;
}

    .clearAll:hover {
        background-color: #CCCCCC;
        text-decoration: none;
    }

.apply {
    float: right;
    padding-right: 7px;
    background-color: #F6f6f6;
    border-radius: 4px;
    border: solid 1px #CCCCCC;
    text-decoration: none;
    padding: 8px 12px;
}

    .apply:hover {
        background-color: #CCCCCC;
        text-decoration: none;
    }


.clearcart {
    float: left;
    padding-left: 10px;
    background-color: #F6f6f6;
    border-radius: 4px;
    border: solid 1px #CCCCCC;
    text-decoration: none;
    padding: 5px 5px 10px;
    height: 15px;
}

    .clearcart:hover {
        background-color: #CCCCCC;
        text-decoration: none;
    }

.closecart {
    float: left;
    padding-right: 7px;
    background-color: #F6f6f6;
    border-radius: 4px;
    border: solid 1px #CCCCCC;
    text-decoration: none;
    padding: 4px 5px 5px 10px;
    margin-left: 20px;
}

    .closecart:hover {
        background-color: #CCCCCC;
        text-decoration: none;
    }



.fulltextsearch {
    background-color: #F6f6f6;
    border-radius: 4px;
    border: solid 1px #CCCCCC;
    text-decoration: none;
    padding: 2px 10px;
}

    .fulltextsearch:hover {
        background-color: rgba(255,255,255,0);
    }


.enquiry {
    float: right;
    padding-right: 7px;
    margin-right: 60px;
    background-color: #F6f6f6;
    border-radius: 4px;
    border: solid 1px #CCCCCC;
    text-decoration: none;
    padding: 8px 12px;
}

    .enquiry:hover {
        background-color: #CCCCCC;
        text-decoration: none;
    }

.postingssummary {
    float: right;
}

.selectedfilters {
    border: 1px solid #CCCCCC;
    min-width: 175px;
    width: 175px;
    margin-top: 5px;
    float: left;
    margin-left: 5px;
    font-size: 13px;
}

.selectedfiltersremove {
    float: right;
}

/*adds scroll bar to auto-complete*/
.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

.Submit {
    float: left;
    padding-left: 10px;
    background-color: #F6f6f6;
    border-radius: 4px;
    border: solid 1px #CCCCCC;
    text-decoration: none;
    padding: 8px 12px;
}

    .Submit:hover {
        background-color: #CCCCCC;
        text-decoration: none;
    }

.Return {
    float: left;
    padding-left: 10px;
    background-color: #F6f6f6;
    border-radius: 4px;
    border: solid 1px #CCCCCC;
    text-decoration: none;
    padding: 8px 12px;
    margin-left: 20px;
}

    .Return:hover {
        background-color: #CCCCCC;
        text-decoration: none;
    }

.PostingsSelectionSummary {
    min-height: 550px;
    max-height: 550px;
    overflow-y: scroll;
}

.PostingTitle, h3 {
    margin-top: -25px;
    width: 100%;
}

.SelectLabel {
    color: #0474be;
    text-decoration: none;
}

.results {
    min-height: 100%;
    max-height: 100%;
    min-width: 725px;
    max-width: 725px;
    margin-right: 2px;
    table-layout: fixed;
    width: 100%;
}

    .results td {
        word-break: break-word;
        word-wrap: break-word;
    }

.tableborder {
    /*border: 1px solid #CCCCCC;*/
    border-bottom: 1px dotted #CCCCCC;
    border-left: 1px dotted #CCCCCC;
    border-top: 1px dotted #CCCCCC;
    border-right: 1px dotted #CCCCCC;
}

.totalfound {
    margin-left: 30px;
    border: 1px solid #000;
    padding: 10px;
}

.popupselect {
    background-color: #FFFFFF;
    border: 1px solid #999999;
    cursor: default;
    display: none;
    margin-top: 5px;
    margin-right: 10px;
    position: absolute;
    text-align: left;
    width: 200px;
    z-index: 5;
    padding: 5px 5px 5px;
    min-height: 50px;
    max-height: 50px;
}

.popupboarders {
    border: 1px solid #999999;
}

.successmessage {
    padding: 10px;
    text-align: center;
    box-shadow: 0px 1px 5px 0px rgba(50,50,50,0.52);
    background-color: white;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.52);
    -moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.52);
    display: none;
    margin: 2px 3px 0px 2px;
}

.successmessageh3 {
    margin: 0px;
    text-align: left;
    color: #0474be;
}

.successanchor {
    text-decoration: underline;
}

.closemessagepanel {
    float: right;
}

.deleteposting {
    color: #000;
    padding: 5px;
    font-size: 1.3em;
}

/*.divgrid {
    width: 100%;
    float: left;
}

.divcol1 {
    width: 40%;
    float: left;
}

.divcol2 {
    width: 5%;
    float: left;
}*/

.ui-tabs-active a {
    color: #f7f7f7;
}

#tabs .ui-state-active a {
    color: #0073ea;
}


.saveinprocess {
    float: none;
    padding-right: 7px;
    background-color: #F6f6f6;
    border-radius: 4px;
    border: solid 1px #CCCCCC;
    text-decoration: none;
    padding: 8px 12px;
    margin-left: 15px;
}

    .saveinprocess:hover {
        background-color: #CCCCCC;
        text-decoration: none;
    }

.backtoinprocess {
    float: inherit;
    padding-right: 7px;
    background-color: #F6f6f6;
    border-radius: 4px;
    border: solid 1px #CCCCCC;
    text-decoration: none;
    padding: 8px 12px;
    margin-left: 15px;
}

    .backtoinprocess:hover {
        background-color: #CCCCCC;
        text-decoration: none;
    }

.hideshowsavecancel {
    display: none;
}

.backtoportalsearch {
    display: none;
}

.tabletabs a {
    color: #0474be !important;
}

.submissionpager {
    text-align: left;
}

    .submissionpager span {
        color: #000;
    }

.tabletabs {
    /*table-layout: fixed;*/
    width: 100%;
}

    .tabletabs td {
        word-break: break-word;
        word-wrap: break-word;
        color: #0474be;
    }

    .tabletabs th {
        text-align: left;
    }

.tabletabs1DateColumn {
    width: 20%;
}

.tabletabs1TitleColumn {
    width: 48%;
}

.tabletabs1StatusColumn {
    width: 17%;
}

.tabletabs1GroupIDColumn {
    width: 15%;
}


.tabletabs2DateColumn {
    width: 20%;
}

.tabletabs2TitleColumn {
    width: 35%;
}

.tabletabs2StatusColumn {
    width: 17%;
}

.tabletabs2GroupIDColumn {
    width: 15%;
}

.tabletabs2EditableUntilColumn {
    width: 17%;
}

.tabletabs2DeleteColumn {
    width: 2%;
}

.mt-1 {
    margin-top: 15px;
}

.validateTips {
    border: 1px solid transparent;
    padding: 0.3em;
}
