/*-------------------------------------------------------------------------
Application layout - uses flex layout
-------------------------------------------------------------------------*/
.flex-expander {
    flex-grow: 1;
}

#navcontainer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#navheader {
    height: 70px;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    width: 100%;
}

#topmenu {
    padding: 0;
}

#navbody {
    flex-grow: 1;
    margin: 5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
}

#navfooter {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    padding: 0.75em 1.5em;
}

/*-------------------------------------------------------------------------
Header layout
-------------------------------------------------------------------------*/
#navlogo_container {
}

#navlogo {
    display: block;
    height: 65px;
    width: 150px;
    margin: 0 0 10px 10px;
}

#navalert {
}

#infoBox {
    line-height: 1.2;
    text-align: left;
    padding: 3px 30px 5px 15px;
    font-size: .9em;
    z-index: 1;
}


/*-------------------------------------------------------------------------
Body layout
-------------------------------------------------------------------------*/
#navcol_left {
    flex-grow: 0;
    min-width: 12em;
    padding: 0;
    overflow: hidden;
}

#navcol_right {
    padding: 1.5em;
    flex-grow: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}


/* -----------------------------------------------
top/section menus layout */

#topmenu ul {
    border-bottom: 0;
    list-style-type: none;
    margin-bottom: 0;
}

#topmenu li {
    border-bottom: 0;
    margin-left: 0;
    margin-bottom: 0;
}

#topmenu a {
    float: left;
    border: 0;
    padding: 0 10px 0 10px;
    text-decoration: none;
    font-weight: bold;
    margin: 0 0 0 0;
    /*-moz-border-radius: 0;*/
    /*-webkit-border-radius: 0;*/
    /*border-radius: 0;*/
}

/* -----------------------------------------------
left/page menus and submenus layout */

#navcol_left ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#navcol_left li {
    margin: 0;
}

#navcol_left a {
    display: block;
    width: 100%;
    padding: 6px 0 6px 7px;
    border: 0 none;
}

#navcol_left ul.submenu a {
    height: 16px;
    padding: 1px 0 3px 8px;
    font-size: .9em;
    margin-left: 15px;
    border: 0 none;
}

#alert_notice {
    margin: auto;
    text-align: center;
    font-weight: bold;
}

#alertIcon, #helpIcon {
    padding: 6px 6px;
    cursor: pointer;
}

.alert_workspace {
    padding: 20px;
}


#related_links {
    margin: 25px 0 5px 5px;
    text-align: left;
    font-size: .9em;
    padding: 20px 5px 10px 5px;
}


#related_links a {
    display: block;
    margin-top: 10px;
}


#navmain {
    flex-grow: 1;
}


/*-------------------------------------------------------------------------
Information box classes that allow for dropdown behavior
the open/closed class gets toggle on the infobox element,
swap out which arrow img and if extra links are visible
infoBox layout
-------------------------------------------------------------------------*/
.info_box_closed img.infobox_arrow_closed,
.info_box_open img.infobox_arrow_open,
.info_box_open a.infobox_bottom {
    display: inline;
}

.info_box_open img.infobox_arrow_closed,
.info_box_closed img.infobox_arrow_open,
.info_box_closed a.infobox_bottom {
    display: none;
}


/*-------------------------------------------------------------------------
-------------------------------------------------------------------------*/
/* login form layout */
#navlogin {
    display: table;
    margin: 5% auto 0 auto;
    padding: 25px 50px;
    text-align: center;
    min-width: 250px;
}

#navlogin div {
    padding: 10px;
}

#navlogin input[type='submit'] {
    margin-top: 25px;
}


/*-------------------------------------------------------------------------
Define the theme (colors, fonts, etc.)
-------------------------------------------------------------------------*/
/* -----------------------------------------------
header theme */

.navlogo {
    /*background: url(../images/logo_img.png) no-repeat;*/
    /*background: url(../images/SURVOX_Logo_Branded_colour_sm.png) no-repeat 2% 98%;*/
    /*background: url(../images/SURVOX_Logo_Branded_colour.svg) no-repeat 2% 98%;*/
    background: url(images/SurvoxInsights.png) no-repeat 2% 98%;
    background-size: 150px;
}

/* -----------------------------------------------
info_box theme */
.info_box_closed {
    color: #414141;
}

.info_box_closed a {
    color: #414141;
}

.info_box_open {
    color: #bfbfbf;
    background: #414141;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.info_box_open a {
    color: #bfbfbf;
    cursor: pointer;
}


/* -----------------------------------------------
top/section menus theme */

#topmenu {
    border-bottom: 5px solid #01529d;
}

#topmenu a,
#topmenu a:link,
#topmenu a:visited
{
    text-transform: uppercase;
    color: #414141;
    background: #ffffff;
}

#topmenu a:hover {
    color: #72B5CC;
}

#topmenu a.selected {
    color: #ffffff;
    background: #01529d;
}

#topmenu a.help_button {
    color: #ffffff;
    background: #72B5CC;
}

/* -----------------------------------------------
left/page menus and submenus theme */

#navcol_left a,
#navcol_left a:link,
#navcol_left a:visited {
    color: #01529d;
    background: #fff;
    font-weight: bold;
    text-decoration: none;
}

#navcol_left a:hover {
    color: #72B5CC;
}

#navcol_left a.selected {
    background: #01529d;
    color: #ffffff;
}

#navcol_left ul.submenu a,
#navcol_left ul.submenu a:link,
#navcol_left ul.submenu a:visited {
    color: #01529d;
    background: #fff;
    text-decoration: none;
    font-weight: normal;
}

#navcol_left ul.submenu a:hover {
    font-weight: bold;
    background: #fff;
    color: #72B5CC;
}

#navcol_left ul.submenu a.selected {
    font-weight: bold;
    color: #01529d;
    text-decoration: underline;
}

#alertIcon, #alertIcon:link, #alertIcon:visited {
    font-size: 18px;
    font-weight: bold;
    font-family: Calibri, sans-serif;
    text-decoration: none;
    color: #ffffff;
    background-color: #EF415D; /* rgb(240, 65, 95); */
}

#alertIcon,
#helpIcon {
    font-size: 18px;
    font-weight: bold;
    font-family: Calibri, sans-serif;
    text-decoration: none;
}

#alertIcon, #alertIcon:link, #alertIcon:visited {
    color: #ffffff;
    background-color: #EF415D; /* rgb(240, 65, 95); */
}

#alertIcon:hover {
    background-color: #bfbfbf;
}

#helpIcon, #helpIcon:link, #helpIcon:visited {
    color: #ffffff;
    background-color: #01529d;
}

#helpIcon:hover {
    background-color: #72B5CC;
}

.menu_section {
    text-transform: uppercase;
}

/*.menu_page {}*/
/*.menu_subpage {}*/


/* -----------------------------------------------
left/page menus and submenus theme */
.related_links {
    color: #414141;
    font-weight: bold;
    font-family: Calibri, sans-serif;
}


/* -----------------------------------------------
login form theme */
.login_box {
    border: 1px solid #72B5CC;
}

.login_title {
    font-size: 1.3em;
    color: #01529d;

}


/* -----------------------------------------------
footer theme */

.navfooter {
    color: #bfbfbf;
    background-color: #414141;
}

.survox_link,
.survox_link:link,
.survox_link:visited {
    color: #bfbfbf;
    text-decoration: underline !important;
}

.survox_link:hover {
    color: #72B5CC;
}
