html, body
{
    /*font-size: 16pt;*/
    background-color: #eceef2;

    height: 100%;
    width: 100%;
    position: relative;
    /*overflow: hidden;*/
}

.fullwidth {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: initial;
}

html, body,
h1, h2, h3, h4, h5, h6{
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a {
    color: #18b6c4;
    font-size: 16pt;
}

.button {
    background-color: #d4ef60;
    color: #000000;
}

#topbar{
    background-color: #ff9326;
}

#top-container{
    padding: 10px;
    padding-left: 50px;
}

.logo-btn{
    background-color: #fff;
    height: 42px;
    width: 42px;
    margin: 0px;
    padding-bottom: 6px;
    padding-top: 4px;
    padding-left: 8px;
    padding-right: 4px;
    border-radius: 50%;
}


/*Some common elements such as buttons, border on over, ...*/

.turq-btn{
    background-color: #00bcc8;
    color: #fff;
    border-radius: 20px;
    margin: 0px;
}

.orange-btn{
    background-color: #FF9325;
    color: #fff;
    border-radius: 20px;
    font-weight: bold;
    padding-top:13px;
    padding-bottom:10px;
    margin: 0px;
}

.orange-negative-btn{
    background-color: #fff;
    color: #FF9325;
    font-weight: bold;
    padding-top:12px;
    padding-bottom:10px;
    border-radius: 20px;
    margin: 0px;
}

.orange-large-btn{
    background-color: #FF9325;
    color: #fff;
    border-radius: 30px;
    font-weight: bold;
    padding-top: 16px;
    padding-bottom: 12px;
    font-size: 14pt;
    margin: 0px;
}

.blue-large-btn{
    background-color: #3c566f;
    color: #fff;
    border-radius: 30px;
    font-weight: bold;
    padding-top: 16px;
    padding-bottom: 12px;
    font-size: 14pt;
    margin: 0px;
}

/*Special FX*/

.orange-hover{
    -o-transition:.4s;
    -ms-transition:.4s;
    -moz-transition:.4s;
    -webkit-transition:.4s;
    /* ...and now for the proper property */
    transition:.4s;
    border: 3px solid;
    z-index:1000;
    border-color: #fff;
}

.orange-hover:hover{
    border-color: #FF9325;
}

.hover-shadow{
    -o-transition:.4s;
    -ms-transition:.4s;
    -moz-transition:.4s;
    -webkit-transition:.4s;

    /* ...and now for the proper property */
    transition:.4s;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);

}

.hover-shadow:hover{
    box-shadow: 0px 9px 30px rgba(0, 0, 0, 0.75);
}


/* Login and signup layout */

.fullwidth-login {
    width: 100%;
    height: 100%;
    padding: 0px;
    max-width: initial;
}

.half-spacer{
    height: 50%;
}

/* Left side of the login page */

.login-left{
    height: 100%;
    background-color: #fff;
    background-image: url("/static/login_triangles.svg");
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
}

.login-left-box{
    background-color: #1e202c;
    color: #fff;
    padding: 50px;
    padding-top: 0px;
    font-size: 18pt;
    height: 250px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.login-left-title{
    font-size: 20pt;
    font-weight: bold;
    letter-spacing: 1.5pt;
    margin-bottom: 20px;
}

.login-left-logo{
    width: 65px;
    -ms-transform: translateY(-40px); /* IE 9 */
    -webkit-transform: translateY(-40px); /* Safari */
    transform: translateY(-40px);
}

.login-left-agb{
    text-align: right;
    padding: 20px;
    padding-right: 30px;
}

.agb-link{
    font-size: 10pt;
    font-weight: bold;
    color: #aaa;
}

/* Right side of the login page */

.login-right{
    height: 100%;
    background: #FF9325; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(bottom left, #FF9325, #ffa243); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right top, #FF9325, #ffa243); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right top, #FF9325, #ffa243); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right top, #FF9325, #ffa243); /* Standard syntax */
}

.login-right-top{
    padding-top: 5%;
    color: #fff;
    height: 40%;
}

.login-change{
    align-vertical:middle;
    text-align:right;
}

.login-right-title{
    height: 10%;
    padding-left: 50px;
    padding-top: 3%;
    font-size: 20pt;
    font-weight: bold;
    color: #fff;
}

.login-right-box{
    background-color: #fff;
    padding: 50px;
    font-size: 12pt;
    color: #888;
    height: 250px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.login-right-login{
    padding: 20px;
    padding-left: 50px;
}

.forgotten-link{
    font-size: 10pt;
    font-weight: bold;
    color: #888;
}

.fineprint{
    font-size: 10pt;
}

.signup-right-box{
    background-color: #fff;
    padding: 50px;
    padding-bottom: 16px;
    padding-top: 16px;
    font-size: 12pt;
    color: #888;
}

/* Non login, register has a topbar, sidebar, content layout */

#sidebar{
    background-color: #2d3e50;
    color: #fff;
}

#sidebar-username{
    font-weight: bold;
    font-size: 16pt;
    padding-top: 2px;
}

#content{
    background: #eceef2; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left bottom, #2d5e62, #3ad8a5); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top right, #2d5e62, #3ad8a5); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top right, #2d5e62, #3ad8a5); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to top right, #2d5e62, #3ad8a5); /* Standard syntax */
    padding-left: 30px;
}

#feedback-in{
    background-color: #3c566f;
    border: none;
    color: #fff;
}

.page-header-row{
    padding-left: 16px;
}

.page-header{
    background-color: #fff;
    font-size: 18pt;

    margin-top: 16px;
    margin-bottom: 20px;
    /*margin-left: 16px;*/

    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;

    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.page-header-right{
    background-color: #fff;
    font-size: 18pt;

    margin-top: 16px;
    margin-bottom: 20px;
    /*margin-left: 16px;*/

    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.panel-container{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.idea-bg{
    width: 100%;
}

.panel.idea{
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    background-color: #fff;
    color: #464f5e;
}



#new-idea-panel{
    font-size: 120pt;
    font-weight: bold;
    text-align: center;
    padding-top: 100px;
    color: #FF9325;
    background-color: #9ac9bf;

}

.idea-description{
    overflow-y:auto;
    overflow-x:hidden;
    height:50px;
}

.sidebar-btn{
    height: 70px;
    line-height: 40px;
    background-color: #2d3e50;
    color: #fff;
    text-align: left;
    font-size: 14pt;
}


.settings-btn{
    min-width:16px;
    max-width:16px;
}

.circle-image {
    border-radius: 50%;
    width: 60px;
    min-width: 30px;
}

.circle-image-raw{
    border-radius: 50%;
}

.circle-image-large {
    border-radius: 50%;
    width: 85px;
}

.circle-image-large.border {
    background-color: #fff;
    border:4px solid #ffffff;
}

.circle-image-small {
    border-radius: 50%;
    width: 25px;
    min-width: 25px;
}

.circle-image-idea {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    min-width: 60px;
    background-color: #fff;
    border:4px solid #ffffff;
}

.add-user-btn{
    background-color: #339983;
}

/* New project popup */
#popup{
    padding: 0px;
}

.popup-frame{
    border: none;
}

#project-title{
    font-size: 20pt;
    border: none;
    background-color: #fff;
    box-shadow: inset 0px 0px 0px 0px red; /*No shadow*/
    text-align: center;
}

#project-description{
    font-size: 16pt;
    line-height: 1.8rem;
    border: none;
    box-shadow: inset 0px 0px 0px 0px red; /*No shadow*/
    background-color: #fff;
    text-align: center;
    resize: none;
    overflow: hidden;
}

/* Invite User popup */
.popup-title{
    background-color: #339983;
    color: #fff;
    font-size: 24pt;
    text-align: center;
    padding: 10px;
}

#user-search-box{
    background-color: #fff;
    border: 2px solid;
    border-color: #339983;
    color: #111111;
    padding-top: 16px;
}

#user-search-input{
    font-size: 16pt;
    line-height: 1.8rem;
    border: none;
    color: #111111;
    box-shadow: inset 0px 0px 0px 0px red; /*No shadow*/
    background-color: #fff;
}

#user-display{
     overflow-y:auto;
     overflow-x: hidden;
     height:300px;
}

#email-invite-box{
    background-color: #fff;
    border: 2px solid;
    border-color: #339983;
    color: #111111;
    padding-top: 18px;
}

#email-invite-input{
    font-size: 14pt;
    line-height: 1.8rem;
    border: none;
    box-shadow: inset 0px 0px 0px 0px red; /*No shadow*/
    background-color: #fff;
    color: #111111;
    resize: none;
}

.user-box {
    padding-bottom: 8px;
    padding-top: 8px;
    border-bottom: 4px solid #ccc;
}

.user-name-main {
    font-size: 16pt;
    color: #111111;
}

.user-name-real{
    font-size: 12pt;
    color: #111111;
}

/* Idea dashboard general */
#tool-select-container{
    height: 200px;
    background-color: #339983;
    color: #fff;
    font-size: 12pt;
    font-weight: bold;
}

#tool-select-container a:link, a:visited{
    font-size: 12pt;
}

#toggle-topbar-btn{
    position: relative;
    height: 50px;
    z-index: 50;
    -ms-transform: translateY(-25px); /* IE 9 */
    -webkit-transform: translateY(-25px); /* Safari */
    transform: translateY(-25px);
}

.move-up-tool{
    -ms-transform: translateY(-50px); /* IE 9 */
    -webkit-transform: translateY(-50px); /* Safari */
    transform: translateY(-50px);
}

.dashboard-section{
    text-align: center;
    color: #464f5e;
}

.dashboard-secondary{
    color: #339983;
}

.tool-image{
    padding-top: 75px;
    padding-bottom: 50px;
}


/* Chat */
.no-padding{
    /*text-align:center;*/
    padding: 0px 0;
    margin-bottom: 0;
}

.little-padding{
    /*text-align:center;*/
    padding: 4px;
    margin-bottom: 4px;
}

.chat-container{
    background-color: #2d3e50;
    color: #fff;
    border: none !important;
}

#chat-out{
    background-color: #2d3e50;
    color: #fff;
    border: none;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 5px;
}

#chat-in{
    color: #3a4659;
    background-color: #eeefee;
    border: none;
}

.chat-entry{
    font-size: 10pt;
    color: #000;
    padding-bottom: 6px;
    padding-top: 6px;
    background-color: #fff;
    margin-bottom: 10px;
}

.chat-user{
    color: #888;
    font-size: 8pt;
}

.chat-text{
    padding-left: 24px;
}

.chat-section{
    margin: 10px;
}

.chat-link{
    font-size: 10pt;
}

.chat-user-handle{
    background-color: #FFAB5D;
}

.chat-tool-tag{
    background-color: #3498DB;
}

.circle-image-chat {
    border-radius: 50%;
    width: 25px;
    min-width: 25px;
    padding-left: 4px;
    padding-top: 10px;
}

.accordion-navigation > a:after {
  content: "l";
  padding-left: 5px;
  float: right;
  font-size: 20px; }

.accordion-navigation.active > a:after {
  content: "u"; }


/* To Do List */
.todo-item{
    background-color: #fff;
    padding-top: 16px;
    padding-left: 10px;
    margin-bottom: 12px;
}

.task-done{
    padding-top:4px;
}
.task-delete{
    padding-top:4px;
}

.task-label{
    background-color: #fff;
    vertical-align:middle;
}

.task-label.done{
    color: #aaaaaa;
    text-decoration: line-through;
    background-color: #fff;
}

#task-input{
    background-color: #fff;
    color: #2d3e50;
    border: none;
    height: 50px;
    padding-top: 12px;
    font-size: 14pt;
    /*margin-bottom: 15px;*/
    outline: none !important;
    padding-left: 20px;
    border-radius: 30px;
}

.done-btn-popup{
    padding-top: 4px;
}


/* Mindmap */
#mind_map {
    border: none;
    height: 750px;
    background-color: #fff;
    border-radius: 30px;
}

.vis-manipulation{
    margin-top: 10px;
    background-color: #fff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.vis-close{
    margin-right: 20px;
    margin-top: 10px;
}

#mind_map_row{
    height: 750px;
}

#operation {
    font-size:28px;
}

.node_edit{
    background-color: #d4ef60;
    color: #000000;
}

.node-delete-btn{
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 0px;
}

.node-delete-img{
    min-width: 26px;
    min-height: 26px;
    width: 26px;
    height: 26px;
    padding-top: 10px;
}

#node-label{
    padding-left: 20px;
    border-radius: 30px;
}

/* Business Model */

#item-input{
    background-color: #fff;
    color: #2d3e50;
    border: none;
    height: 50px;
    padding-top: 12px;
    padding-left: 20px;
    font-size: 14pt;
    /*margin-bottom: 15px;*/
    outline: none !important;
    border-radius: 30px;
}

.section-row{
    margin-top: 12px;
    padding-right: 28px;
}

.section-main{
    padding-left: 14px;
    padding-right: 14px;
}

.section{
    margin-bottom:16px
}

.section-title{
    font-size: 12pt;
    color: #fff;
    padding-left:1.5rem;
    margin-bottom: 4px;
    min-height: 50px;
    padding-top: 1.0rem;

    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.section-hashtag{
    font-size: 10pt;
}

.section-content{
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 255px;
    padding: 0px;
}

.model-item{
    background-color: #fff;
    font-size: 10pt;
    margin-bottom: 3px;
}

.model-title-input{
    /*margin: 0px;
    padding: 0px;*/
    margin-bottom:0px;
    padding-bottom: 10px;
    padding-top: 16px;
    /*padding-bottom: 4px;*/
    font-size: 9pt;
    min-height: 40px;

    border: none;
    overflow-y: auto;
    overflow-x: hidden;
    outline: none;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.popup-section-title{
    color:#fff;
    font-size:14pt;
    padding-top:4px;
}

.popup-section-hashtag{
    color:#fff;
    font-size:10pt;
    font-weight:bold;
}

.popup-title-input{
    font-size:16pt;
    border: none;
    overflow: auto;
    outline: none;
    resize: none;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.popup-description-input{
    font-size:12pt;
    border: none;
    overflow: auto;
    outline: none;
    resize: none;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.popup-create-date{
    font-size: 12pt;
}

.like-btn-popup{
    padding-top: 14px;
}

.popup-creator-name{
    font-size: 12pt;
    padding-top: 16px;
}

.popup-delete-btn{
    padding-top: 14px;
}

.popup-top{
    padding-bottom: 16px;
    padding-top: 16px;
    border-bottom: 2px solid;
    border-color: #eee;
}

.popup-bottom{
    padding-top: 12px;
    background-color: #eee;
}

.popup-chat-out{
    background-color: #fff;
    color: #3a4659;
    border: none;
    height: 260px;
    overflow-x: hidden;
    overflow-y: auto;
}

.circle-image-popup {
    border-radius: 50%;
    width: 48px;
    min-width: 48px;
}

#challenges{
    color: #ff9326;
    background-color: #fff;
    padding-left: 25px;
    padding-top: 8px;
    padding-bottom: 4px;
    margin-right: 14px;
    border-color: #ff9326;
    border-radius: 30px;
    border: 3px solid;
}

#challenge-btn{
    height: 50px;
}

#challenge-hashtag{
    font-size: 12pt;
    font-weight: bold;
}

#challenge-title{
    font-size: 15pt;
}