@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #F5F5F5;
    color: #666666;
    font-family: 'Roboto', sans-serif;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

footer {
    clear: both;
    margin-left: 300px;
    display: block;
    background-color: #ececec;
    width: 590px;
    border-radius: 8px;
    padding: 20px;
    color: darkgray;
    text-align: center;
}

#container {
    width: 1368px; /* 1368px is the width of the Surface 4 Pro */
    min-height: 872px;
    overflow: hidden;
    background-color: #F5F5F5;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.nav-container {
    background-color: white;
    width: 100%;
}

nav {
    background-color: white;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
/*
    padding-left: 220px;
    padding-right: 220px;
*/
    width: 928px;
}

nav ul {
    list-style: none;
}

nav ul > li {
    display: inline-block;
    text-align: center;
    width: 19%;
    padding-top: 15px;
    color: #C1C1C1;
}

nav ul > li > a {
    text-decoration: none;
    color: #C1C1C1;
    cursor: pointer;
}

nav ul > li > a.active, .sub-nav ul > li > a.active {
    color: black;
    font-weight: bold;
}

.main-sub-nav {
    background-color: #EDEDED;
}

.main-sub-nav ul, .main-sub-nav ul > li {
    width: 47%;
}

.main-sub-nav ul {
    margin-left: auto;
    margin-right: auto;
}

.main-sub-nav ul > li a {
    cursor: pointer;
    height: 40px;
}

.sub-nav ul > li > a.active {
    border-bottom: solid black;
}

.sub-nav ul {
    list-style: none;
}

.sub-nav ul > li {
    display: inline-block;
    text-align: center;
    width: 16%;
    padding: 15px 0 5px 0;
    margin-bottom: 25px;
    color: #C1C1C1;
    font-size: 14px;
    cursor: pointer;
    line-height: 22px;
}

.highlight {
    font-weight: bold;
    color: #409BF6;
}

.sub-container {
    width: 630px;
    min-height: 675px;
    background-color: white;
    border-radius: 8px;
    font-size: 17px;
    position: relative;
    padding-bottom: 30px;
}

.content, .support {
    margin: 0 auto;
    padding: 0 160px;
}

.content-bottom {
    margin: 0 auto;
    padding: 0 60px;
    position: absolute;
  bottom: 20px;
  width: 511px;
}

.intro {
    float: left;
    margin-left: 300px;
    /*float: right;
    margin-right: 300px;*/
    margin-top: 50px;
}

.centered {
    margin-left: auto;
    margin-right: auto;
}

.centered #login, .centered #signin {
    padding-top: 50px;
    margin-top: 50px;
}

.centered #login img {
    height: 100px;
}

#intro {
    margin-top: 40px;
}

#login {
    margin-top: 120px;
}

#signin {
    margin-top: 32px;
}

aside {
    float: right;
    margin-right: 200px;
    /*float: left;
    margin-left: 200px;*/
    margin-top: 60px;
    font-weight: bold;
    width: 150px;
    position: relative;
}

aside.getting-started {
    margin-top: 150px;
}

.support-img {
    float: left;
    margin-left: 100px;
}

.title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.validate {
    color: red;
    margin-bottom: 10px;
}

label {
    font-size: 13px;
    color: black;
}

.support label {
    padding-bottom: 5px;
}

.help label {
    vertical-align: super;
}

input[type="text"], input[type="email"], input[type="password"], input[type="tel"] {
    margin: 10px 0 30px 0;
    font-size: 20px;
    border-radius: 3px;
    height: 38px;
    border: solid gray thin;
    width: 95%;
    padding: 0px 5px;
}

input[type="text"]#id_first_name {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

input[type="text"]#id_last_name {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.support input[type="text"] {
    margin: 10px 0 10px 0;
}

input[type="radio"] {
    margin-bottom: 10px;
    height: 20px;
    width: 20px;
}

#first_name {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

#last_name {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.dot-pagination {
    margin: 25px auto 40px auto;
    width: 40px;
    overflow: hidden;
}

.dot {
    float: left;
    margin: auto 4px;
}

.dot span {
    height: 12px;
    width: 2px;
    border-radius: 20px;
    background-color: #D9D9D9;
    padding: 0 5px;
    display: block;
}

.dot.active span {
    background-color: black;
}

#submit {
    border-radius: 5px;
    padding-top: 1px;
    margin-top: 20px;
    cursor: pointer;
    width: 150px;
    background-color: #409BF6;
    color: white;
    border-style: none;
    border-color: transparent;
    height: 33px;
    font-size: 17px;
}

.center-element {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.center-text {
    text-align: center;
}

.hidden {
    display: none;
}
/*
.submit-btn {
    width: 125px;
    height: 28px;
    border-radius: 5px;
    padding-top: 7px;
    margin-top: 20px;
    cursor: pointer;
}
*/

.next-btn div, .back-btn div, .go-btn div, .print-btn div, .submit-btn div {
    width: 125px;
    height: 28px;
    border-radius: 5px;
    padding-top: 7px;
    margin-top: 20px;
    cursor: pointer;
}

.submit-btn div {
    width: 150px;
    background-color: #409BF6;
    color: white;
/*    float: right;*/
    text-align: center;*/
}

.next-btn div, .go-btn div, .add-btn div, .add-btn-disabled div, .print-btn div, .add-res-btn div {
    background-color: #93C200;
    color: white;
    float: right;
    text-align: center;
}

.next-btn div {
    background-color: #409BF6;
}

.next-btn.resources div {
    background-color: #93C200;
}

.back-btn div {
    background-color: white;
    color: black;
    float: left;
    text-align: left;
    font-weight: bold;
}

.add-btn div {
    background-color: #93C200; /*#409BF6;*/
    width: 100%;
    height: 30px;
    border-radius: 5px;
    padding-top: 10px;
    cursor: pointer;
    margin-top: 5px;
}

.add-btn-disabled {
    display: none;
}

.add-btn-disabled div {
    color: #bdbdbd;
    cursor: default;
}
.print-btn div {
    margin-right: 87px;
    margin-top: 59px;
}

.add-res-btn div {
    background-color: #409BF6;
    margin-right: 46px;
    width: 125px;
    height: 26px;
    border-radius: 5px;
    padding-top: 8px;
    cursor: pointer;
}

.add-res-btn div.res-btn-active  {
    background-color: #409BF6;
}

.add-res-btn div.res-btn-inactive  {
    background-color: gray;
}

.add-another {
    color: #409BF6;
    cursor: pointer;
    text-decoration: none;
    display: none;
}

a.resource-btn {
    text-decoration: none;
}

.resource-btn div {
    background-color: #409BF6;
    color: white;
    text-align: center;
    width: 140px;
    height: 30px;
    border-radius: 5px;
    padding-top: 10px;
    cursor: pointer;
    margin: 10px auto auto auto;
}

.categories-table {
    width: 511px;
    margin-left: auto;
    margin-right: auto;
}

.categories-table table {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-collapse: collapse;
}

.categories-table table td {
    width: 130px;
    padding: 20px 20px;
    border: solid thin grey;
}

#categories, .categories-table, .go-btn {
    display: none
}

#bars {
    height: 150px;
    /*top: 150px;*/
    display: table-cell;
  position: relative;
    vertical-align: bottom;
}

#bars .bar-cont {
    display: inline-block;
}

#bars .bar-cont div {
/*    height: 12px;*/
    width: 2px;
    border-radius: 20px;
    padding: 0 5px;
    display: inline-block;
    margin: 0 4px;
}

#in-home, #informational, #communication, #financial, #emotional, #transportation,
#in-home-list, #informational-list, #communication-list, #financial-list,
#emotional-list, #transportation-list {
    display: none;
}

.cat-support {
    text-transform: capitalize;
    color: black;
}

#bars .in-home {
    background-color: #934B97;
}
#bars .informational {
    background-color: #4466AE;
}
#bars .communication {
    background-color: #00ABC9;
}
#bars .financial {
    background-color: #24A348;
}
#bars .emotional {
    background-color: #DF034D;
}
#bars .transportation {
    background-color: #E94385;
}

#bars .bar-cont .inactive-bar {
    background-color: #e6e6e6;
}

.people-list {
    margin-top: 15px;
    color: #969696;
    font-size: 14px;
    display: none;
}

.people-list ul {
    list-style: none;
}

.people-list ul > li {
    margin-top: 15px;
    font-weight: normal;
}

.people-list .name {
    font-weight: bold;
    text-transform: capitalize;
}

.box .people-list {
    display: block;
}

.family {
    color: #409BF6; /* blue */
}

.friend {
    color: #93C200; /*green*/
}

.other {
    color: #969696; /*gray*/
}

.view-network-container {
    width: 930px;
    margin-left: auto;
    margin-right: auto;
}

aside.view-network {
    margin-left: 75px;
    margin-top: 24px;
    float: left; /* remove if putting graph on the left side */
}

aside.view-network #bars {
    height: 70px;
}

.view-network-container #resources {
    display: none;
}

.top-info {
    height: 150px;
}

.top-info ul, .people-info-boxes ul {
    list-style: none;
}

.top-info ul > li {
    text-align: center;
    display: inline-block;
}

.top-info ul > li {
    width: 290px;
    margin: 3px;
    padding: 25px 5px;
    text-align: center;
    float: left;
}

.top-info .name {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px;
}

.people-info-boxes {
    display: none;
}

.people-info-boxes ul.boxes {
    display: inline-block;
}

.people-info-boxes ul.boxes > li {
    text-align: center;
    display: inline-block;
/*    display: list-item;*/
}

.people-info-boxes ul.boxes > li {
    width: 290px;
    margin: 3px;
    padding: 25px 5px;
    height: auto;
    min-height: 250px;
    background-color: white;
    text-align: center;
    float: left;
}

.people-info-boxes .people-list {

}

.cat-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.box {
    position: relative;
}

.box img {
    margin-bottom: 15px;
    height: 35px;
}

.box ul > li {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 15px;
}

.box ul > li img {
    height: 15px;
    width: 15px;
    margin-bottom: 0;
    margin-right: 5px;
}

.edit-link {
    float: right;
    position: absolute;
    right: 10px;
    top: -10px;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
}

.edit-link a {
    text-decoration: none;
    color: #b7b7b7;
}

.people-list .edit, .people-list .done {
    color: #b7b7b7;
    font-size: 13px;
    cursor: pointer;
}

.people-list .remove {
    font-weight: bold;
    color: red;
    cursor: pointer;
}

.resource-box-title {
    width: 510px;
    margin-left: auto;
    margin-right: auto;
}

.resource-box-title img {
    float: left;
    margin-right: 21px;
    margin-left: 30px;
}

.resource-box-title hr {
    margin: 15px 0;
}

.resource {
    margin: 23px 0;
}

.resource p, .resource ul > li {
    margin-bottom: 10px;
}

.resource-name {
    font-weight: bold;
    color: black;
    text-transform: capitalize;
}

.resource-id {
    display: none;
}

.people-tab, .resources-tab {
    width: 143px;
    text-align: center;
    font-weight: bold;
    background-color: #d2d2d2;
    color: darkgray;
    border: 1px solid gray;
    padding: 5px 0;
}

.people-tab {
    float: left;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.resources-tab {
    float: right;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.people-tab.active, .resources-tab.active {
    color: black;
    background-color: #F5F5F5;
    cursor: pointer;
}

.support-groups {
    margin-left: 60px;
    overflow-x: hidden;
  height: 370px;
    font-size: 14px;
    color: #959595;
}

.sub-category-name {
    font-size: 17px;
    color: white;
    background-color: #93C200;
    padding: 5px 10px;
    width: 488px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: #b5e21f solid thick;
    text-transform: capitalize;
}

.color-descriptions {
    font-size: 10px;
    font-weight: bold;
}

.help .family, .help .friend, .help .other {
    font-weight: bold;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    text-align: left;
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 14px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #ddd}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown, .dropdown-content a {
    cursor: pointer;
}

#loader-container {
    z-index: 100;
    background-color: rgba(256, 256, 256, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.loader {
    margin: 0 0 2em;
    height: 100px;
    width: auto;
    text-align: center;
    padding: 1em;
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(100vh / 2.5);
    display: block;
    vertical-align: top;

/*
    z-index: 100;
    background-color: rgba(256, 256, 256, 0.5);
*/
}

svg path, svg rect {
/*    fill: #FF6700;*/
}
