#suiteBar, #s4-ribbonrow{
    display:none;
}
#suiteBarTop {
display:none !important;
}
ul#menu__sub.close{
    display: none;
}
table#filtering{
    margin-bottom:100px;
}

table#filtering tr{
    line-height:1.5em;
}
table#filtering td{
    padding:5px;
}

/* Glassy Buttons */
.btn1 {
    float: left;
    clear: both;
    margin: 8px 0;
}
.btn1 a {
    padding: .5em 1em .5em 0;
}
.btn1 a:before {
    margin-right: 1em;
}
.ui-autocomplete {
	max-height: 10em;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
}

img#loading{
    content:url("/a/_catalogs/masterpage/IMAGES/ajax-loader.gif");
}

@media (max-width: 767px) {
    BODY #s4-simple-card {
        width: 100% !important;
        height: auto !important;
    }
}

.cursorpointer {
    cursor: pointer;
}

.ui-widget-content{
    text-transform:none;
}

#help aside {
    position: absolute;
    /*top: 81px;*/
    bottom:43px;
    right: 0;
    z-index: 30;
    width: 420px;/*380px;*/
    padding: 1em 2em 2em;
    background-color: #fff;
    border-left: 1px solid #e7eaed;
    border-bottom: 1px solid #e7eaed;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 500ms cubic-bezier(.975, 0, .85, 1);
    -o-transition: all 500ms cubic-bezier(.975, 0, .85, 1);
    transition: all 500ms cubic-bezier(.975, 0, .85, 1);
    -webkit-transition: all 500ms cubic-bezier(0.975, 0, 0.85, 1);
    transition: all 500ms cubic-bezier(0.975, 0, 0.85, 1)
}
#help aside.open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}
#help__link {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    position: absolute;
    /*top: 380px;*/
    bottom:43px;
    right: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: #3d5676 url('/a/_catalogs/masterpage/IMAGES/help.png') no-repeat;
    -webkit-transition: all 500ms cubic-bezier(.975, 0, .85, 1);
    -o-transition: all 500ms cubic-bezier(.975, 0, .85, 1);
    transition: all 500ms cubic-bezier(.975, 0, .85, 1);
    -webkit-transition: all 500ms cubic-bezier(0.975, 0, 0.85, 1);
    transition: all 500ms cubic-bezier(0.975, 0, 0.85, 1)
}
#help__link.open {
    right: 420px;/*380px;*/
    z-index: 50
}
.undelivered{
    color:#3d5676;
}
.agctextcolor
{
    color:#3d5676 !important;
}


input[type=radio] {
    padding-right: 15px;
}

div#filteringForm table
{
    border-collapse:separate;
    border-spacing:0 10px;
}