/*
  Survox Console - Specific settings

  Color Pallette:
  (NOTE: Prefer logo colors to web colors)
  Dark Blue #01529d - this is the logo color, but the style guide has #003591
  Medium Blue #72B5CC
  Light Blue RGB #66cccc
  Logo Pale Gray #ebebeb
  Dark Grey #414141

  Old Color Pallette:
  - 222    - global text color (dark gray, almost black)
  - d9d9d9 - body bg color (pale gray)
  - B0BDCC - pale blue border (pale "darker" blue-gray)
  - 1874ff - global link color (bright blue)
  - 777    - global link:hover color (medium gray)
  - red    - error color (text & borders)
  - 1F5C99 - title color
  - E7A82F - gold (logo)
  - 0051BA - (legacy) bright dark blue (popUp border etc.)
  - 009    - (legacy) dark blue (text)
  - 9A4D00 - WARNING color. Used in script returns with errors & warnings.

  Copyright CfMC, All Rights Reserved
*/


/*-------------------------------------------------------------------------
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-top: 0.75em;
    padding-bottom: 0.75em;
    /*padding-left: 3em;*/
    /*padding-right: 3em;*/
    width: 100%;
}

/*-------------------------------------------------------------------------
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;
}

/*-------------------------------------------------------------------------
Footer layout
-------------------------------------------------------------------------*/
#navsupport {
    padding-left: 1.5em;
}

#navcopyright {
    padding-right: 1.5em;
}


/*-------------------------------------------------------------------------
Body layout
-------------------------------------------------------------------------*/
#navcol_left {
    width: 210px;
    min-width: 12em;
    height: 100%;
}

#navcol_right {
    height: 100%;
    padding: 1.5em 0 0;
    flex-grow: 1;
}


/* -----------------------------------------------
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 */

#leftmenu {
    padding: 0;
    border-right: 0;
    border-left: 0;
    overflow: hidden;
}

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

#leftmenu li {
    margin: 0;
}

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

#leftmenu 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 {
    position: relative;
    /*padding: 10px 150px 25px 25px;*/
    padding-top: 5px;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 25px;
    background-color: #fff;
    margin: 0 5px 0 5px;
    height: 100%;
}


/*-------------------------------------------------------------------------
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-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 */

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

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

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

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

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

#leftmenu 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;
}
