/*--------------------------- Info ----------------------------------------*/
/* Parent Portal - V10 I  ext-js Update */

/*----------------------- Body Section -------------------------------*/
html, body {
    margin: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    overflow: hidden;
    height: 100%;
    width: 100%;
    background-color: #fff;
    border-color: transparent;
}

label {
    margin: 0 15px 0 6px;
}
/*input{margin: 0 6px 0 15px;} This is specific to the portals*/
/*------------------------------- eSD Tool Bar  ------------------------------*/

.bannerBar {
    background: #006C90;
    height: 40px;
    color: #dae5f0;
    white-space: nowrap;
    position: relative;
    z-index: 10;
    border-bottom: 2px solid #0b4a5f;
    min-width: 500px;
}

.bannerLeft, .bannerRight {
    display: inline-block;
    zoom: 1;
    *display: inline; /* IE7 fix */
}

.bannerLeft {
    width: 220px;
    height: 40px;
}

.bannerRight {
    /*background:transparent url(./imagesRefresh/banner_blue.png) repeat-x 0 0; */
    position: absolute;
    right: 0px;
    z-index: 80;
}

    .bannerRight ul {
        margin: 0;
    }

.esdLogo {
    background: transparent url(./imagesRefresh/eSDLogo_ParentPortal.png) no-repeat 0 0; /* Coverup for small screens */
    width: 180px;
    margin: 0 8px 0 0;
    position: relative;
    z-index: 100;
}

    .esdLogo input {
        width: 156px;
        height: 38px;
        border-width: 0px;
        margin-left: 12px;
    }

.bannerItem {
    display: block;
    float: left;
    height: 16px;
    padding: 12px 0;
    width: auto;
    margin: 0;
    cursor: default;
}

.bannerDate, .bannerMessage {
    margin: 1px 10px 0 30px;
}

.bannerMessage {
    width: 230px !important;
}

    .bannerMessage marquee {
        color: #fff;
        font-family: verdana;
        font-size: 12px;
        width: auto !important;
    }

.bannerUser {
    border-left: 1px solid #dae5f0;
    padding-left: 10px;
    margin-top: 1px;
}


.esdLogo, .colorPicker {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.colorPicker {
    height: 16px;
    padding: 12px 0;
}

    .colorPicker div {
        float: left;
    }

    .colorPicker input {
        width: 16px;
        height: 16px;
        background: transparent url(./imagesRefresh/bannerSprite.png) no-repeat 0 0;
        border: none;
    }

.color1:hover {
    background-position: -16px 0;
}

.color2:hover {
    background-position: -32px 0;
}

.color3:hover {
    background-position: -48px 0;
}

.color4:hover {
    background-position: -64px 0;
}

.color5:hover {
    background-position: -80px 0;
}

.color6:hover {
    background-position: -96px 0;
}

.color7:hover {
    background-position: -112px 0;
}

.esdControls {
    height: 16px;
    margin: 0 10px 0 30px;
}

    .esdControls input {
        width: 16px;
        height: 16px;
        background: transparent url(./imagesRefresh/bannerSprite.png) no-repeat 0 0;
        border: none;
        margin-right: 14px;
    }

    .esdControls div {
        float: left;
    }



input.esdHome {
    background-position: -1px -18px;
    width: 18px;
    margin-right: 12px;
}

input.esdHelp {
    background-position: -22px -18px;
}

input.esdProxy {
    background-position: -42px -18px;
}

input.esdLogout {
    background-position: -62px -18px;
}

.esdHome:hover {
    background-position: -1px -38px;
}

.esdHelp:hover {
    background-position: -22px -38px;
}

.esdProxy:hover {
    background-position: -42px -38px;
}

.esdLogout:hover {
    background-position: -62px -38px;
}

input.esdAccount {
    background-position: -82px -18px;
}

.esdAccount:hover {
    background-position: -82px -38px;
}

/* --------------- Collapse Button ------------------ */
.collapse-button {
    width: 18px;
    height: 16px;
    margin-left: 2px;
}

    .collapse-button img {
        background: #4277ab url(./imagesRefresh/bannerSprite.png) no-repeat -21px -58px;
        width: 18px;
        height: 16px;
        display: block;
        border-width: 0;
    }

        .collapse-button img[title^="Expand"] {
            background: #4277ab url(./imagesRefresh/bannerSprite.png) no-repeat -1px -58px;
            width: 18px;
            height: 16px;
            display: block;
        }


/*------------------------------- Context Menu  ------------------------------*/
.mif-menu-default {
    margin: 0;
    overflow: hidden;
    font-size: 12px;
    font-family: Arial;
    zoom: 1;
    white-space: nowrap;
    cursor: default;
}

    .mif-menu-default .mif-menu-wrapper {
        background: #fff;
        border: solid 1px #bbb;
    }

    .mif-menu-default .mif-menu-list {
        padding: 2px;
    }

    .mif-menu-default .mif-menu-disabled {
        color: #9b9b9b;
        cursor: default;
    }

    .mif-menu-default .mif-menu-separator {
        background: url('../images/menu-separator.gif');
        margin: 3px auto 3px auto;
        cursor: default;
        font-size: 0;
        line-height: 0px;
        height: 1px;
    }

    .mif-menu-default .mif-menu-item {
        zoom: 1;
    }

    .mif-menu-default .mif-menu-name {
        padding-right: 50px;
    }

    .mif-menu-default .mif-menu-description {
        cursor: default;
        padding-left: 18px;
    }

    .mif-menu-default .mif-menu-item-wrapper {
        color: #282828;
        text-decoration: none;
        line-height: 18px;
        padding: 2px 0px 2px 1px;
    }

    .mif-menu-default .mif-menu-disabled .mif-menu-item-wrapper {
        color: #a7a7a7;
        cursor: default;
    }

    .mif-menu-default .mif-menu-icon {
        display: inline;
        height: 18px;
        line-height: 18px;
        padding-right: 18px;
        vertical-align: top;
        margin-right: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .mif-menu-default .mif-menu-selected .mif-menu-item-wrapper {
        color: #fff;
    }

    .mif-menu-default .mif-menu-selected {
        /*cursor:pointer;*/
        cursor: default;
        color: #fff;
        background-image: url(./images/sub-menu-bg.gif);
        background-repeat: repeat-x;
        background-color: #848684; /*Changed location to local*/
    }

    .mif-menu-default .mif-menu-selected-disabled {
        cursor: default;
        background: #3976ac;
    }

    .mif-menu-default .mif-menu-checked {
        background: url('../images/checked.gif') 0 0 no-repeat;
    }

    .mif-menu-default .mif-menu-unchecked {
        background: none;
    }

    .mif-menu-default .mif-menu-radio-checked {
        background: url('../images/radio-checked.gif') 3px 3px no-repeat;
    }

    .mif-menu-default .mif-menu-radio-unchecked {
        background: none;
    }

    .mif-menu-default .mif-childList .mif-menu-item-wrapper {
        background: url('../images/submenu-arrow.gif') no-repeat right center;
    }

/*@mif-shadow*/
.mif-shadow {
    position: absolute;
    white-space: nowrap;
}

.mif-shadow-ie {
    background: #777;
}

.mif-shadow-tl {
    background: url('../images/shadow6.png') 0 0;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 0;
    left: 0;
}

.mif-shadow-tr {
    background: url('../images/shadow6.png') -6px 0;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 0;
    right: 0;
}

.mif-shadow-br {
    background: url('../images/shadow6.png') -12px 0;
    width: 6px;
    height: 6px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.mif-shadow-bl {
    background: url('../images/shadow6.png') -18px 0;
    width: 6px;
    height: 6px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.mif-shadow-l {
    background: url('../images/shadow6.png') -24px 0 repeat-y;
    width: 6px;
    position: absolute;
    left: 0;
    top: 6px;
}

.mif-shadow-r {
    background: url('../images/shadow6.png') -30px 0 repeat-y;
    width: 6px;
    height: 6px;
    position: absolute;
    right: 0;
    top: 6px;
}

.mif-shadow-t {
    background: url('../images/shadow2.png') 0 0 repeat-x;
    height: 6px;
    position: absolute;
    left: 6px;
    top: 0;
}

.mif-shadow-b {
    background: url('../images/shadow2.png') 0 -6px repeat-x;
    height: 6px;
    position: absolute;
    left: 6px;
    bottom: 0;
}

.mif-shadow-c {
    background: url('../images/shadow-c.png');
    position: absolute;
    left: 6px;
    top: 6px;
}
/*------------------------------- Context Menu End ------------------------------*/



.infobox {
    border: 2px solid #C6D3DE;
    background-color: #f5f5f5;
    margin: 20px 30px 20px 30px
}
/*------------------------------- Footers  ------------------------------*/

.home_page_footer {
    background-color: #C6D3DE;
    height: 13px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #1F1F1F;
    text-align: center;
}

.home_page_footer_btm {
    height: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #1F1F1F;
    text-align: center;
}
/*--------------------------------------------------------------------------------*/

/*--------------- Header Images and login details area ---------------------------*/
.header_color {
    background-color: #376D8F;
}

.header_login_area {
    background-color: #314C84;
    width: 230px;
}

.header_login_curve {
    width: 21px;
    height: 30px;
}
/*---------------------------------------------------------------------------------*/

/*------------------------------- Header Links -----------------------------------*/
a.loginlink:link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
}

a.loginlink:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
}

a.loginlink:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: underline;
}

a.loginlink:active {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
}
/*---------------------------------------------------------------------------------*/

/*----------------------------- Menu Tabs 1st Level-------------------------------*/

.menu_tab_bg {
    background-color: #294b6b;
    background-repeat: repeat-x;
    width: 100%;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
}


.menu_tab {
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    line-height: 40px;
    background-repeat: repeat-x;
    height: 22px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    float: left;
    padding: 0 14px;
    height: 40px;
    cursor: pointer;
    overflow: hidden;
    border-right: 1px solid #546f89; /*--This needs to be updated for colors--*/
    white-space: nowrap;
    cursor: pointer;
}

    .menu_tab:hover {
        background-color: #006C90;
    }

.menu_tab_over {
    background: #006C90 url(./imagesRefresh/navArrow.png) no-repeat center bottom;
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    color: #ffffff;
    text-align: center;
    font-size: 11px;
    line-height: 40px;
    float: left;
    padding: 0 14px 0;
    height: 40px;
    vertical-align: middle;
    cursor: pointer;
    overflow: hidden;
    border-right: 1px solid #546f89; /*--This needs to be updated for colors--*/
    white-space: nowrap;
}



/*-------------------------------------------------------------------------------*/

/*----------------------------- Menu Tabs 2nd Level -------------------------------*/
.submenu_tab_bg {
    background-color: #f0f0f0;
    border-bottom: 1px solid #dadada;
    width: 100%;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
}
/*Changed bg image location to local*/

.submenu_tab {
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    font-size: 12px;
    color: #000;
    padding: 0 12px;
    text-align: center;
    height: 27px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    cursor: pointer;
    border-bottom: solid 3px transparent;
    line-height: 30px;
}

    .submenu_tab:hover {
        border-bottom: solid 3px #ccc;
    }

.submenu_tab_over {
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    font-size: 12px;
    color: #000;
    padding: 0 12px;
    text-align: center;
    height: 27px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    cursor: pointer;
    border-bottom: solid 3px #4277ab;
    line-height: 30px;
}

/*-------------------------------------------------------------------------------*/

/*------------------------- Menu Tabs for Popup Window ---------------------------*/
.popup_tab_gap {
    width: 1px;
    border-bottom-width: 0px;
}

.popup_tab_table {
    border-top-width: 4px;
    border-top-style: solid;
    border-top-color: #ffffff;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ffffff;
    color: #ffffff;
    text-decoration: none;
}

    .popup_tab_table a {
        text-decoration: none;
        color: #000000;
    }

        .popup_tab_table a:link {
            text-decoration: none;
            color: #000000;
        }

        .popup_tab_table a:hover {
            text-decoration: none;
            color: #ffffff;
        }

        .popup_tab_table a:visited {
            text-decoration: none;
            color: #000000;
        }

.popup_tab {
    background-color: #d5e2ec;
    font-family: verdana;
    font-size: 11px;
    color: #DECFFF;
    padding-left: 7px;
    padding-right: 7px;
    text-align: center;
    height: 19px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d5e2ec;
    cursor: pointer;
    cursor: pointer;
    text-decoration: none;
}

.popup_tab_over {
    background-color: #436a98;
    font-family: verdana;
    font-size: 11px;
    color: #ffffff;
    padding-left: 7px;
    padding-right: 7px;
    text-align: center;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #436a98;
    height: 19px;
    cursor: pointer;
    cursor: pointer;
}

    .popup_tab_over a {
        text-decoration: none;
        color: #ffffff;
    }

        .popup_tab_over a:link {
            text-decoration: none;
            color: #ffffff;
        }

        .popup_tab_over a:visited {
            text-decoration: none;
            color: #ffffff;
        }

.popup_tab_drk_left {
    background-image: url(./images/tab_drk_left_over.gif);
    background-position: top left;
    background-repeat: no-repeat;
    width: 9px;
    height: 19px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #436a98;
}

.popup_tab_drk_right {
    background-image: url(./images/tab_drk_right_over.gif);
    background-position: top right;
    background-repeat: no-repeat;
    width: 9px;
    height: 19px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #436a98;
}

.popup_tab_lig_left {
    background-image: url(./images/tab_lig_left.gif);
    background-position: top left;
    background-repeat: no-repeat;
    width: 9px;
    height: 19px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFE3F7;
}

.popup_tab_lig_right {
    background-image: url(./images/tab_lig_right.gif);
    background-position: top right;
    background-repeat: no-repeat;
    width: 9px;
    height: 19px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFE3F7;
}
/*-------------------------------------------------------------------------------*/

/*--------------------------------- Right Menu ----------------------------------*/

#tdScreenMenu table {
    background-color: #e5e5e5;
    padding-bottom: 70px;
    border-top: 2px solid #c7c7c7;
    -webkit-box-shadow: -1px 0 0 0 #d5d5d5 inset, 1px 0 0 0 #d5d5d5 inset;
    -moz-box-shadow: -1px 0 0 0 #d5d5d5 inset, 1px 0 0 0 #d5d5d5 inset;
    box-shadow: -1px 0 0 0 #d5d5d5 inset, 1px 0 0 0 #d5d5d5 inset;
}

.rightmenu_hdr_ftr {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    width: 230px;
    height: 30px;
}

.rightmenu_link_bg {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
    height: 30px;
}

.rightmenu_link_bg_selected {
    background-color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    height: 26px;
}

.rightmenu_bg {
    background-color: #ffffff;
    width: 230px;
}

a.rightmenu_link {
    display: block;
    line-height: 13px;
    padding: 8px 6px 9px 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    text-decoration: none !important; /* &&&&& Added in Fix &&&&&&&&&*/
    border-left: 4px solid transparent;
}

.rightmenu_link_bg_selected a.rightmenu_link, .rightmenu_link_bg_selected a.rightmenu_link:hover {
    background-color: #fff;
    border-left: 4px solid #4277ab;
    color: #000;
}

a.rightmenu_link:hover {
    background-color: #4277AB;
    color: #fff;
}

/*-------------------------------------------------------------------------------*/


/*------------------------- Breadcrumb/Navigation -------------------------------*/
.navbar {
    height: auto;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #C1479B;
    font-weight: bold;
    padding: 1px 5px 1px 10px;
    overflow: hidden;
    width: 100%;
    margin-top: 6px;
}

/*-------------------------------------------------------------------------------*/


/*--------------- Main Page Heading / Sub Heading Sections -----------------------*/

.page_header {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #000000;
    padding: 6px 5px 14px 10px;
}

.sub_heading {
    background-color: #e5e5e5;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #000;
    border-top: 2px solid #c7c7c7;
    height: 28px;
    padding: 0 5px 0 10px;
}

.sub_heading_txt {
    background-image: url(./images//bg.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    height: 17px;
    padding-left: 5px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #E3E3E3;
    border-top: 1px solid #ccc;
    padding: 2px;
}
/*Changed bg image location to local*/
/*--------------------------------------------------------------------------------*/


/*----------------------------- Buttons Section ---------------------------------*/
.button, a.button {
    background-color: #4277AB !important;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #fff !important;
    cursor: pointer;
    cursor: pointer;
    border: 1px solid #006C90 !important;
    border-bottom: 1px solid #294b6b !important;
    padding: 3px 8px 4px 8px;
    margin: 4px 0 4px 0;
    width: auto;
    overflow: visible;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-shadow: none !important;
    text-decoration: none !important;
    /*-webkit-font-smoothing: antialiased;
    letter-spacing:1px;*/
}

    .button:hover, a.button:hover {
        /*background-image: none;*/
        background-color: #006C90 !important;
    }

    .button:disabled, input[disabled].button {
        background-color: #4277AB;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=30)"; /* for IE8 in IE7 mode */
        filter: alpha(opacity=30); /* for IE6-IE8 */
        opacity: .3;
        cursor: default;
    }
/*--------------------------------------------------------------------------------*/

/*------------------------- Success/Error Messages -------------------------------*/
.error_msg {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    height: 18px;
    background-color: transparent;
    width: 100%;
}

.success_msg {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #339900;
    text-align: center;
    height: 18px;
}
/*--------------------------------------------------------------------------------*/

/*-----------------------------------  Context Details ----------------------------------------*/ /******Server Error when I tried to grab these. Take a look to see what they do*******/
.context_table {
    background-color: #EDF2F5;
    height: 100%;
}

.context_left_top {
    background-image: url(../Images/Default/common/context_left_top-new.gif);
    background-repeat: no-repeat;
    background-position: left top;
    width: 10px;
    height: 10px;
}

.context_right_top {
    background-image: url(../Images/Default/common/context_right_top-new.gif);
    background-repeat: no-repeat;
    background-position: right top;
    width: 10px;
    height: 10px;
}

.context_left_bottom {
    background-image: url(../Images/Default/common/context_left_bottom-new.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 10px;
    height: 10px;
}

.context_right_bottom {
    background-image: url(../Images/Default/common/context_right_bottom-new.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 10px;
    height: 10px;
}

.context_label {
    font-size: 11px;
    text-align: right;
    padding: 2px;
}

.context_data {
    font-size: 11px;
    font-weight: bold;
    padding: 2px;
}

/*----------------------------------------------------------------------------------*/

/*------------- Curvy Tabs used within the main data section ------------------*/

.tab_lig_left, .tab_drk_left, .tab_lig_right, .tab_drk_right, .tab_lig_lig, .tab_lig_drk, .tab_drk_lig {
    display: none;
}


.tab_selected {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    cursor: pointer;
    background-color: #fff;
    padding: 6px 8px;
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    color: #4277ab;
    font-weight: bold;
    text-align: center;
}

.tab {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    height: 20px;
    cursor: pointer;
    background-color: #fff;
    padding: 6px 8px;
    border: 1px solid transparent;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

    .tab:hover, .tab:hover span.tab {
        background-color: #4277ab;
        color: #fff;
    }

span.tab, span.tab_selected {
    padding: 0;
    border: none;
}

/*.tabselline{background-color:#436a98; height:5px;}*/ /* &&&&& Added in Fix &&&&&&&&&*/
/*----------------------------------------------------------------------------*/

/*----------------- Result Table Data Color/Highlighter each <TR> -------------------*/
.result_data_over {
    background-color: #c2d6e5;
}

.result_data_over_handcursor {
    background-color: #c2d6e5;
    cursor: pointer;
    cursor: pointer;
}

.result_data_over_handcursor_blueback {
    background-color: #c2d6e5;
    cursor: pointer;
    cursor: pointer;
}

.result_data_over_handcursor_blueback_bold {
    background-color: #c2d6e5;
    cursor: pointer;
    cursor: pointer;
    font-weight: bold;
}

.result_highlightarea_over {
    background-color: #c2d6e5;
    height: 16px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #D4D4D4;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #D4D4D4;
    padding-top: 2px;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
}

.result_bold_highlightarea_over {
    background-color: #c2d6e5;
    height: 16px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #D4D4D4;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #D4D4D4;
    padding-top: 2px;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
}
/*-----------------------------------------------------------------------------------*/

/*----------------------------------- Page Footer ------------------------------------*/
.page_footer {
    background-color: #f5f5f5;
    height: 20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    text-align: center;
}
/*-----------------------------------------------------------------------------------*/


/*------------------------------Header Icon Partition ------------------------------*/

.header-icon-partition {
    background-image: url(../Images/Default/header/icon-partition.gif);
    background-repeat: no-repeat;
    padding: 0 2px 0 2px;
}
/*-----------------------------------------------------------------------------------*/

/*-------------------------------- Numbering -------------------------------------*/
.format-alpha-text {
    color: #000000;
    font-size: 11px;
    font-weight: normal;
    border: 1px solid #cccccc;
    padding: 0px 2px 2px 2px;
    width: 13px;
    height: 13px;
    text-align: center;
    text-decoration: none;
    margin: 1px;
    background-color: #d5e2ec;
}

    .format-alpha-text a {
        color: #ffffff;
        text-decoration: none;
    }


        .format-alpha-text a:hover {
            color: #668400;
            text-decoration: underline;
        }

.page-path {
    font-size: 11px;
    font-weight: normal;
    color: #1F1F1F;
    float: left;
    width: 49%;
    padding: 3px 0 0 0;
    overflow: hidden;
    white-space: nowrap;
}

.welcome-note-bg {
    background-color: #cecece;
    font-weight: normal;
    height: 17px;
    vertical-align: middle;
    padding: 1px 0 0 0;
    overflow: hidden;
    border: none !important;
}

.errorbox {
    margin: 10px 10px 10px;
    padding: 10px;
    border: solid 1px #dd3c10;
    background: #ffebe8;
}

    .errorbox p {
        margin: 4px 0px 0px;
    }

    .errorbox a {
        text-decoration: none;
        color: #dd3c10;
    }

.sectionheader {
    font-weight: bold;
    color: #000;
    background-color: #c2d6e5;
    border-bottom: 1px solid #000;
    padding: 8px 4px 8px 4px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.paraghSection {
    color: #000;
    padding: 8px 4px 8px 4px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

/*-----------------------------------------------------------------------------------*/

/*------------------------------- Error Message -------------------------------------*/
.ErrorLabelClass {
    background-color: transparent;
}

    .ErrorLabelClass table {
        background-color: #fbdca0 !important;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border: 1px solid #f6b83f;
    }

    .ErrorLabelClass td img {
        display: none;
    }

    .ErrorLabelClass li {
        padding: 6px 15px;
        font-size: 13px;
    }

        .ErrorLabelClass li font {
            color: #775718;
        }

/*-----------------------------------------------------------------------------------*/

/*------------------------------ UI Refresh Add In-----------------------------------*/

div.maincontent {
    width: 100%;
}

#mainmastertable {
    width: 100%;
}

.welcometext {
    border-left: 1px solid #fff;
    padding-left: 10px;
    color: #ccc;
}

.maintable, #tblMain {
    border: none !important;
    margin: 0 0 0 0 !important;
}


/*-------------------------- UI Refresh Specific Pages --------------------------*/

/* Fix for banner right position on system > scheduling > Cource Request Groups*/
#ext-gen1018 .bannerRight .bannerItem {
    padding-top: 0;
    *padding-top: 12px;
}

#ext-gen1018 #tdScreenMenu table {
    *padding-bottom: 0px;
}


/* Fix for interior tabs on Scheduling > Requests > Request Tallies*/
.tab a[href="RQT00006.aspx"], .tab a[href="RQT00007.aspx"] {
    background-color: #fff;
    padding: 10px 20px;
    margin: 0 -8px;
    text-decoration: none;
}

    .tab a[href="RQT00006.aspx"]:hover, .tab a[href="RQT00007.aspx"]:hover {
        background-color: #4277ab;
        color: #fff;
    }

.tab_selected a[href="RQT00006.aspx"], .tab_selected a[href="RQT00007.aspx"] {
    padding: 10px 20px;
    margin: 0 -6px;
    color: #4277ab !important;
    font-weight: bold;
    text-decoration: none;
}



/* Fix for Content Border */
div#maincontent, div#popupcontent {
    border: 0 !important;
}

/* Fix for buttons being hidden in some windows */
.page_main_button_bg {
    height: 30px;
}

/* Adjustment for Common Core Standards: edit - description size  System > Grade Reporting > Common Core Standards */
.form_input_bold #ContentPlaceHolder1_lblDescription {
    display: inline-block;
    zoom: 1;
    *display: inline; /* IE7 fix */
    width: 92%;
}

/* Alignment fix for centering Schedule in Student Profile > Schedule Tab */
.popupcontent .maintable {
    margin: auto;
}


/*----------------------------------------------------------------------------------*/

/*-------------------------- Portal CSS---------------------------------------------*/

.x-border-layout-ct {
    background-color: #fff !important;
}

#ext-comp-1011.x-border-panel, #studentTabPanel.x-tab-panel {
    top: 42px !important; /* v04 update */
    left: 0px !important; /* v04 update */
    width: 100% !important; /* v04 update */
}

.x-panel-body, .x-tab-panel-body {
    border: none;
}

.x-panel-body-default {
    border: none !important;
}

.x-tab-bar {
    position: static !important;
}

.x-tab-panel-body-top {
    padding: 0; /* v04 update */
    position: relative; /* v04 update */
    left: 5px; /* v04 update */
    height: 100% !important; /* v04 update */
}

.welcome-note-bg {
    display: none;
}

.x-tab-panel-header-plain .x-tab-strip-spacer, .x-tab-panel-tbar #ext-comp-1007 {
    display: none;
}

#ext-gen18.x-tab-panel-tbar, #ext-gen50.x-tab-panel-tbar {
    display: none;
}

.title-profile {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: normal;
}

/*------------------------- Portal - Tabs -------------------------------------*/
.x-tab-bar-default-top {
    background-image: none !important;
    background-color: #294b6b !important;
    background-repeat: repeat-x;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
}

.x-tab-bar, .x-tab-bar-body, .x-tab-bar-body .x-box-inner {
    height: 40px !important;
}

.x-tab-default-top {
    background-image: none !important;
    background-color: transparent !important;
    border-radius: 0px !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.x-tab-strip .x-tab-with-icon SPAN.x-tab-strip-text, .x-tab-default .x-tab-inner {
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    line-height: 40px !important;
    background-image: none;
    height: 22px;
    font-size: 11px;
    color: #fff !important;
    text-align: center;
    float: left;
    padding: 0 14px 0 16px !important;
    height: 40px;
    cursor: pointer;
    overflow: hidden;
    border-right: 1px solid #546f89; /*--This needs to be updated for colors--*/
    white-space: nowrap;
    cursor: pointer;
}

.x-tab-strip-top .x-tab-right, .x-tab-strip-top .x-tab-left, .x-tab-strip-top .x-tab-strip-inner {
    background: none;
}

.x-tab-strip .x-tab-with-icon:hover {
    background-color: #006C90;
}

.x-tab-strip-active, .x-tab-top-active {
    background: #006C90 url(./imagesRefresh/navArrow.png) no-repeat center bottom !important;
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    color: #ffffff;
    text-align: center;
    font-size: 11px;
    line-height: 40px;
    float: left;
    /*padding:0 14px 0; */
    height: 40px;
    vertical-align: middle;
    cursor: pointer;
    overflow: hidden;
    /*border-right: 1px solid #546f89; */ /*--This needs to be updated for colors--*/
    white-space: nowrap;
}

.x-tab-strip-top.x-tab-strip LI {
    margin: 0 !important;
}

.x-tab-strip-top .x-tab-left {
    padding-right: 0;
}

.x-tab-strip-top .x-tab-with-icon .x-tab-right {
    padding-left: 0;
}

.x-tab-strip-top .x-tab-with-icon:last-child {
    margin-right: 36px;
}

.icon-home, .icon-profile, .icon-attendance, .icon-schedule, .icon-discipline, .icon-immunization, .icon-transcript, .icon-reportcard, .icon-bus, .icon-courserequest, .icon-gradebook, .icon-progressreport, .icon-Assessments, .icon-customerc, .icon-sbrc, .icon-sbrcpc, .icon-Fees {
    background-image: none !important;
    background-position: -100px -100px !important;
}

.x-tabbar-scroll-left {
    background: #294b6b url(./imagesRefresh/tabScroll.png) no-repeat 0 0 !important;
    height: 40px !important;
    border-right: 1px solid #546f89; /*--This needs to be updated for colors--*/
}

.x-box-scroller-left {
    -webkit-box-shadow: #192d40 1px 0px 4px 0px;
    -moz-box-shadow: #192d40 1px 0px 4px 0px;
    box-shadow: #192d40 1px 0px 4px 0px;
}

.x-box-scroller-left-disabled, .x-tabbar-scroll-left-disabled {
    background-position: left -40px;
    opacity: 1;
    -moz-opacity: 1;
    FILTER: alpha(opacity=100)
}

.x-tabbar-scroll-right {
    background: #294b6b url(./imagesRefresh/tabScroll.png) no-repeat right 0 !important;
    height: 40px !important;
    border-left: 1px solid #546f89; /*--This needs to be updated for colors--*/
}

.x-box-scroller-right {
    -webkit-box-shadow: #192d40 -1px 0px 4px 0px;
    -moz-box-shadow: #192d40 -1px 0px 4px 0px;
    box-shadow: #192d40 -1px 0px 4px 0px;
}

.x-box-scroller-right-disabled, .x-tabbar-scroll-right-disabled {
    background-position: right -40px;
    opacity: 1;
    -moz-opacity: 1;
    FILTER: alpha(opacity=100)
}

.x-tabbar-scroll-left:hover, .x-tabbar-scroll-right:hover {
    background-color: #006C90 !important;
    cursor: pointer;
}

.x-tabbar-scroll-left-disabled:hover, .x-tabbar-scroll-right-disabled:hover {
    background-color: #294b6b !important;
    cursor: default;
}
/*
.x-tabbar-scroll-left, .x-tabbar-scroll-right{
	background-image: none !important;
}*/


/*-------------------------- Portal Tables ----------------------------*/
.x-panel-tl {
    background-image: none;
    background-color: #e5e5e5 !important;
    font-size: 14px;
    border-bottom: 2px solid #c7c7c7;
    /*padding:0 5px 0 10px;*/
    height: 28px;
    padding-left: 0px;
}

    .x-panel-tl .x-panel-header, .x-panel-header {
        background-image: none;
        background-color: #e5e5e5;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #000;
        font-weight: normal;
        border: none;
        border-bottom: 2px solid #c7c7c7;
        padding: 0 5px 0 10px;
        height: 28px;
        line-height: 28px;
    }

.home_page_footer_btm {
    background-color: #fff !important;
}

.x-panel-header .x-tool {
    margin-top: 8px;
}
/*
.x-panel-header img{
	display: none;
}*/

.title-building, .title-profile {
    padding-left: 0px;
    background-image: none !important;
}

.x-panel-tr {
    background-image: none;
}

/* -  This takes out the panel header for the school image? - */
#ext-comp-1013 .x-panel-tl {
    display: none;
}

.x-panel-mc {
    background-color: transparent;
    padding-top: 20px;
}

.x-panel-ml, .x-panel-mr, .x-panel-bl, .x-panel-br, .x-panel-bc {
    background-image: none;
}

.x-portlet .x-panel-ml {
    padding-left: 0px;
}

.x-portlet .x-panel-mr {
    padding-right: 0px;
}

.x-portlet .x-panel-mc {
    padding-top: 0;
}

.x-portlet {
    margin-bottom: 20px;
}

.x-panel-bbar .x-toolbar, .x-toolbar {
    background-image: none !important;
    background-color: #f0f0f0 !important;
    border: none;
    border-top: 1px solid #e5e5e5;
}

.x-panel-tbar .x-toolbar {
    border: none;
    border-bottom: 1px solid #e5e5e5 !important;
}

.icon-conversations {
    display: none;
}

/* ----------------- Soacing Icon issue ---------------------------------- */
.title-profile span, .title-building span {
    padding-left: 12px;
}


.sub_heading, .page_header {
    background-image: none !important;
    font-weight: normal;
}

.x-tab-panel-header-plain {
    width: 100% !important;
}
/*
.x-tab-strip-top.x-tab-strip LI:nth-last-child(3) {  
   background-image: none !important;
   margin-right: 36px !important;
} */

.leftalign {
    text-align: left !important;
}
/*
.result_data{
	border-left: none !important;  
}
*/
.result_data input {
    margin: 0 6px 0 15px;
}


/* ------------------------- Portal Banner Icons and Tooltips ----------------- */
.esdControls .x-toolbar {
    background-color: transparent !important;
    border-top: none;
    padding: 0;
}

.esdControls a {
    width: 16px;
    height: 16px;
    border: none;
    text-indent: -9999px;
    text-transform: capitalize;
    margin-right: 12px;
    display: inline-block;
    text-decoration: none !important;
    *text-indent: 0px; /*ie7 */
    *font-size: 0px; /*ie7 */
    *line-height: 0px; /*ie7 */
}

    .esdControls a.icon-home1 {
        margin-right: 14px;
    }

a.icon-home1 {
    background: transparent url(./imagesRefresh/bannerSprite.png) no-repeat -1px -18px !important;
    position: relative;
    width: 18px;
    margin-right: 14px;
}

a.icon-message {
    background: transparent url(../images/PP_Mail-16.png) no-repeat !important;
    position: relative;
    width: 18px;
}

a.icon-Summerschool {
    background: transparent url(../Images/Fam/weather_sun.png) no-repeat !important;
    position: relative;
    width: 18px;
}

a.icon-Regularschool {
    background: transparent url(../Images/Fam/application_go.png) no-repeat !important;
    position: relative;
    width: 18px;
}

a.icon-student {
    background: transparent url(./imagesRefresh/bannerSprite.png) no-repeat -82px -18px !important;
    position: relative;
}

a.icon-help {
    background: transparent url(./imagesRefresh/bannerSprite.png) no-repeat -22px -18px !important;
    position: relative;
}

a.icon-Logoff {
    background: transparent url(./imagesRefresh/bannerSprite.png) no-repeat -62px -18px !important;
    position: relative;
}



a.icon-home1:hover {
    background-position: -1px -38px !important;
}

a.icon-help:hover {
    background-position: -22px -38px !important;
}

a.icon-Logoff:hover {
    background-position: -62px -38px !important;
}

a.icon-student:hover {
    background-position: -82px -38px !important;
}

/*
.esdControls .x-btn-over .x-btn-center{
	background-image: none !important;
}*/

.icon-home1:hover:before, .icon-student:hover:before, .icon-help:hover:before, .icon-Logoff:hover:before {
    /*position: absolute;
    width: auto;
    height: 16px;
    line-height: 16px;
    padding: 4px 10px;
    font-size: 11px;
    text-align: center;
    color: #fff;
    background: #303030;
    border-radius: 4px;
    text-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 1px;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 2px 0px;
    content: "";
    text-indent: 0px;
    left: -25px;
    top: 26px;*/
}

.icon-home1:hover:before {
    content: "";
    left: -17px;
}

.icon-student:hover:before {
    content: "";
    left: -30px;
}

.icon-help:hover:before {
    content: "";
    left: -14px;
}

.icon-Logoff:hover:before {
    content: "";
    left: -22px;
}


.icon-home1:hover:after, .icon-student:hover:after, .icon-help:hover:after, .icon-Logoff:hover:after {
    /*content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 6px;
    border-top-width: 0px;
    border-style: solid;
    border-color: transparent transparent #303030 transparent;
    top: 20px;
    left: 2px;*/
}


.esdControls .x-btn-left, .esdControls .x-btn-right {
    display: none !important;
}


/************ Fix for Email Alert Tables *******************/

.maintable .x-tab-panel-header {
    border: none;
}

.maintable UL.x-tab-strip-top {
    background: none;
}

.maintable .x-tab-strip-wrap {
    background-color: #6f7375;
}

.maintable .x-tab-strip SPAN.x-tab-strip-text {
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    line-height: 40px;
    background-image: none;
    height: 22px;
    font-size: 11px;
    color: #fff !important;
    text-align: center;
    float: left;
    padding: 0 14px;
    height: 40px;
    cursor: pointer;
    overflow: hidden;
    border-right: 1px solid #959a9d; /*--This needs to be updated for colors--*/
    white-space: nowrap;
    cursor: pointer;
}

.maintable .x-tab-strip-active, .maintable .x-tab-strip li:hover {
    background-color: #878c8f;
}


/*********** Portal Gradebook Fix **************/

#detailpanel .x-panel-mc {
    padding-top: 0px;
}

#detailpanel .x-panel-mr {
    padding-right: 0px;
}

#detailpanel .x-panel-ml {
    padding-left: 0px;
}

#detailpanel .x-panel-body {
    border-color: #ededed;
}

#lstClassList a {
    text-decoration: none;
    padding: 6px;
    font-size: 12px;
    color: #222;
}

    #lstClassList a:hover {
        background-color: #4277ab;
        color: #fff;
    }

/************** Date Picker and Gradebook Panels Fix ****************************/

.x-date-picker, .x-date-picker table {
    width: 175px !important;
}

    .x-date-picker .x-btn {
        width: auto !important;
    }

.x-panel-header.x-layout-collapsed {
    height: 28px !important;
    border-bottom: 4px solid #fff;
}

.x-layout-collapsed-west {
    background-color: #e5e5e5;
    border: none;
    border-right: 2px solid #c7c7c7;
    width: 24px !important;
}

/**************   Attendance Cells  ****************************/

.present, .tardy, .absent, .Att_NA, .dismissed, .na {
    border-left: #fff solid 1px;
    border-bottom: #fff solid 1px;
}

.present {
    background-color: #bfd2a4;
}

.tardy {
    background-color: #f7f3b4;
}

.absent {
    background-color: #d5999c;
}

.Att_NA {
    background-color: #b3c9dd;
}

.dismissed {
    background-color: #F9B87B;
}

.na {
    background-color: #d6d6d6;
}


/**************   New EXT-JS Fix Specific  ****************************/
#panel-1014, #panel-1014-body {
    overflow: visible;
}

#panel-1016, #panel-1012 {
    top: 40px !important;
}

#tabbar-1020 {
    position: static !important;
    /*position: fixed !important;*/
    width: 100% !important;
    top: 42px !important;
    z-index: 5;
}



#tabpanel-1019-body {
    top: 0 !important;
    width: 100%;
    border: 0;
}

/*
#panel-1016, #panel-1012{  
	width: 100% !important; 
	
	
}

#panel-1016-body, #tabbar-1020, #panel-1012-body, #tabbar-1016{
	width: auto !important;
}
*/

.x-tab-bar-default-top {
    background-image: none !important;
    border-width: 0 !important;
    padding: 0 !important;
}

.x-tab-bar-default-horizontal {
    height: 40px !important;
}


/*
.x-border-box, .x-border-box *{
	box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	-ms-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
}*/

.x-tab:hover {
    background-color: #006C90 !important;
    text-decoration: none !important;
}



/*------------ Scroll Fix----------------------*/
/* removed #tabERC-body, #tabTranscript-body, #tabReportCard-body, #tabProgressReport-body,  */
#tabProfile-body, #tabAttendance-body, #tabSchedule-body, #tabDiscipline-body, #tabImmunization-body, #tabBus-body, #tabCourseRequest-body, #tabGradebook-body, #tabAssessments-body, #tabFees-body, #tabCustomERC-body, #tabSBRC-body, #tabSBRCPC-body {
    /*overflow: auto;
	height: auto !important; */
}

#tabERC-body {
    height: 100% !important;
}

#iframTranscript, #iframReportCard, #iframProgressReport, #iframERC {
    height: 800px !important;
}

#panel-1014-body, #panel-1010-body {
    position: fixed;
    z-index: 100;
}

#tabbar-1019, #tabbar-1015 {
    position: fixed !important;
    top: 40px !important;
    z-index: 50;
}

.x-tab-bar-body {
    background-color: #044e66;
}

#tabbar-1020-innerCt, #tabbar-1016-innerCt {
    margin: 0 18px 0 0;
}

.x-box-scroller-right {
    position: absolute !important;
    right: 0 !important;
    left: inherit !important;
}

.x-box-scroller-left {
    left: 0 !important;
}

#tabpanel-1019-body, #tabpanel-1015-body {
    height: 90% !important;
    overflow-y: auto; /* Changed to just y v09P */
    border: none;
}

#tabpanel-1015-body {
    top: 40px !important;
}

.x-tabpanel-child {
    height: auto !important;
}

a.x-tab {
    padding-left: 2px !important;
}


.x-tip {
    width: auto !important;
}

.x-tip-body {
    width: auto !important;
}

    .x-tip-body span {
        width: auto !important;
    }

/* IE fix Gradebook FOR IE 8*/
@media \0screen {
    #GBMain-body #detailpanel .x-grid-body {
        top: 24px !important; /* IE 8 */
    }

    #GBMain-body #cmSingleClassCategory .x-grid-rowbody .x-grid-body {
        top: 0px !important; /* IE 8 */
    }
}

/* IE fix My Account - Personal Info */
#tabPersonalInfo .x-grid-body {
    *top: 51px !important; /* IE 7 */
}


/* IE Nav Fixes */

.x-tab-default-tl, .x-tab-default-tc, .x-tab-default-tr, .x-tab-default-ml, .x-tab-default-mr {
    display: none !important;
}

.x-tab-default-mc, .x-tab-default-mc:hover {
    background-image: none !important;
    padding: 0px !important;
}

.x-tab-default-over-mc {
    background: none !important;
}

.x-tab-default-top-mc {
    background-color: transparent !important;
}

.x-tab-default-top-active .x-frame-mc {
    background-color: transparent !important;
}

/* Web Page View Fix */
#ContentPlaceHolder1_ctl03.welcome-note-bg {
    display: table-cell !important;
}

    #ContentPlaceHolder1_ctl03.welcome-note-bg:before {
        content: "Please Select Your Class Below";
        padding: 12px 0 8px 12px;
        font-style: italic;
        display: block;
        color: #4277ab;
    }

tr#ContentPlaceHolder1_trWebPage1 {
    display: table-row !important;
}

#tabProfile-outerCt, #tabAttendance-outerCt, #tabSchedule-outerCt, #tabDiscipline-outerCt, #tabImmunization-outerCt, #tabTranscript-outerCt, #tabReportCard-outerCt, #tabBus-outerCt, #tabCourseRequest-outerCt, #tabGradebook-outerCt, #tabProgressReport-outerCt, #tabERC-outerCt, #tabAssessments-outerCt, #tabFees-outerCt, #tabCustomERC-outerCt, #tabSBRC-outerCt, #tabSBRCPC-outerCt {
    padding: 0 10px;
}

#tabTranscript-outerCt, #tabAttendance-outerCt {
    padding-right: 20px;
}

.result_data {
    border-left: none !important;
}



/* Loading Message Adjustment */
.x-mask-msg, #ext-gen1412 {
    top: 130px !important;
}

/**** Hide Location on Profile *********/
#Label12, #lblLocation {
    display: none;
}

.icon-back {
    background-image: url(/images/Fam/arrow_left.png) !important;
}

.dropbtn {
    background-color: transparent;
    color: rgba(250,250,250,0.91);
    padding: 13px 36px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    outline: none;
}

a.english {
    padding-left: 100px;
}

a.spanish {
    padding-left: 100px;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: transparent;
    border: none;
}

.dropbtn.english {
    font-size:13px;
}

.dropbtn.spanish {
    font-size: 13px;
}
.lang-dropdown image {
    border-radius:3px;
}
.lang-dropdown {
    position: absolute;
    display: inline-block;
    float: right;
    top: 0px;
    left: 200px;
    height: 40px;
    background: rgba(0,0,0,0.1);
    border-radius: 0px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    left: 0px;
    border: 1px solid rgba(0,0,0,0.2);
    border-bottom-left-radius:3px;
    border-bottom-right-radius:3px;
}

.dropdown-content a:first-child {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.dropdown-content a {
    color: black;
    padding: 12px 36px;
    text-decoration: none !important;
    display: block;
    font-size:13px !important;
}

.dropdown-content a:hover {
    background-color: rgba(0,0,0,0.1);
}
.dropdown a:hover {
    background-color: rgba(0,0,0,0.1);
}

.show {
    display: block;
}