/*
 * Style for GiSdT branded application.
 * #4fd2a4
 */

/*
 * Navigation - styles for tool navigation on the left side of the app window.
 */
.nnc-nav-background { background: #383D3F; }
.nnc-nav-step-background { color: #01c50a; }
.nnc-nav-step-text { color: #ffffff; }

.nnc-nav-title {
    font-size: 17px;
    font-family: "Source Sans Pro","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
    text-align: center;
    padding: 10px 2px 10px 2px;
    color: white;
    cursor: default;
}
.nnc-nav-title:hover { color: lightblue; }
.nnc-nav-projecttype {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    padding: 5px;
    color: white;
    background: green;
}

.nnc-nav-step { 
    color: #F7F7F7;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    border-radius: 3px 0 0 3px;
    padding: 1px 0 3px 3px;
    margin: 6px 0px 0px 8px;
    cursor: default;
}
.nnc-nav-step:hover { color: lightblue; }
.nnc-nav-stepselect { color: #0171C5; background-color: #d4d4d4; }
.nnc-nav-stepselect:hover { color: #0171C5; }

.nnc-nav-sub {
    color: #4fd2a4;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    border-radius: 3px 0 0 3px;
    margin: 0px 0px 0px 35px;
    padding: 1px 0 2px 5px;
    cursor: default;
}
.nnc-nav-sub:hover { color: lightblue; }
.nnc-nav-subselect {
    color: #0171C5;
    background-color: #d4d4d4;
}
.nnc-nav-subselect:hover { color: #0171C5; }

.nnc-nav-doc-background { color: #01c50a; }
.nnc-nav-doc {
    color: #F7F7F7;
    border-radius: 3px 0 0 3px;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    margin: 0px 0px 0px 10px;
    padding: 2px 0 2px 5px;
    cursor: default;
}
.nnc-nav-doc:hover { color: lightblue; }
.nnc-nav-docselect { color: #0171C5; background-color: #d4d4d4; }
.nnc-nav-docselect:hover { color: #0171C5; }

.nnc-nav-brainback {
    background: green;
}
.nnc-nav-brain {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-align: center;
    margin: 5px 5px 5px 5px;
    color: white;
    cursor: default;
}
/*.nnc-nav-brain { font-family: 'Open Sans', sans-serif; font-size: 14px; text-align: center; margin: 5px 5px 5px 5px; color: lightblue; cursor: default; }*/
.nnc-nav-brain:hover { color: lightblue; }

.nnc-stepsize { font-size:0.7em; } /* Changes the size of the numbered navigation steps. */

/**
 * 
 *
 */
.nnc-model-selection {
    background-color: #d8f0ff;
    margin: 4px;
    padding: 10px;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #757575;
    box-shadow: 2px 2px 4px grey;
}
.nnc-model-selection:hover {
    background-color: #b2e2ff;
}

.nnc-model-selectionM {
    background-color: #b4e2ff;
    margin: 4px;
    padding: 10px;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #757575;
    box-shadow: 2px 2px 4px grey;
}
.nnc-model-selectionM:hover {
    background-color: #97d7ff;
}


/*
 * Popup Help - Shepherd guidence popup window.
 */
.shepherd-element.shepherd-theme-arrows .shepherd-content {background: gainsboro;}
.shepherd-element.shepherd-theme-arrows .shepherd-content footer .shepherd-buttons li .shepherd-button {background: #0171C5;}
.shepherd-element.shepherd-theme-arrows.shepherd-has-title .shepherd-content header {background: gainsboro;}

/*
 * Tool Panel - Style for title bar of tool panels.
 */
#ToolPanel_header_hd-textEl {
    font-size: 14px;
    color: #545454; 
}
.nnc-tool-headerbutton {
    margin: 0px 5px 0px 5px;
}
.nnc-tool-headerbutton { color: #545454; }
.nnc-tool-headerbutton:hover { color: #0171C5; }

/*
 * Header - Style for top bar of the application.
 */
.nnc-framework-headera {
    background-color: #277334;
    background-image:url('EPAheader.png');
    background-position:bottom;
    background-size: cover;
}

.nnc-framework-headera-apptext {
    margin: 5;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 21pt;
    padding: 0px 0px 0px 10px;
    text-shadow:1px 1px 2px #000000;
    color: White;
}
.nnc-framework-headera-tagtext {
    font-size: 9pt;
    margin: 0px;
    padding: 0px 5px 0px 25px;
    text-shadow: 0px 0px 3px #000000;
    color: white;
}
.nnc-framework-headera-versiontext {
    font-size: 8pt;
    margin: 0px;
    padding: 0px;
    top: 0px;
    left: 0px;
    color: White;
}
.nnc-framework-headera-logo {
    background: rgba(0, 0, 0, 0.0);
    background-image: none;
    margin: 0px 5px 0px 5px;
    background-repeat: no-repeat;
}
.nnc-framework-headera-usrtext { color: White; }

.nnc-framework-headera-user {
    background-image:url('../images/user.svg');
    background-size: 18px 18px;
    background-position: 2px 2px;
    -webkit-filter: invert(1);
    filter: invert(1);
    background-repeat: no-repeat;
}
.nnc-framework-headera-data {
    background-image:url('../images/cloud-storage.svg');
    background-size: 24px 24px;
    -webkit-filter: invert(1);
    filter: invert(1);
    background-repeat: no-repeat;
}
.nnc-framework-headera-help {
    background-image:url('../images/help.svg');
    background-size: 20px 20px;
    background-position: 1px 1px;
    -webkit-filter: invert(1);
    filter: invert(1);
    background-repeat: no-repeat;
}

/*
 * Subtitle - Style for sub title elements in tool panels.
 */
.sdm-subtitle { 
    margin: 0px; 
    box-shadow: none;
    background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
    border-width: 5; 
    border-radius: 0;
    text-align: center; 
    font-size: 14px;
    font-weight: bold;
    color: #545454; 
}

/*
 * Login Dialog - font-language-override: gin dialog style.
 */
 
.nnc-login-background{ 
    background-color: #277334; 
    background-position: bottom left; 
    background-repeat: no-repeat;


/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b4ddb4+0,83c783+17,52b152+33,008a00+67,005700+83,002400+100;Green+3D+%231 */


    background-image:url('DASEES-Splash.png'); 
}

/*
.nnc-login-background{     
    background-color: #277334;
    background-image:url('EPAheader.png');
    background-position:bottom;
    background-size: cover;
}
*/
.nnc-login-text { color:white; font-size: 11px; background-color:#4C85C8; padding:2px 3px;}
