body {
  background: #ffffff;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

hr {
  border: 1px solid lightgray;
  margin: 20px 0 20px 0;
}

form {  
  font-size: 20px; 
}

input {  
  font-size: 20px;
  padding: 10px;
  border-radius: 5px;
  border: 2px solid black;
  border-radius: 5px;
  font-size: 20px; 
}

label {
  display: block;
  padding: 10px 0 10px 0;
  font-size: 20px; 
}

button {
  cursor: pointer;
  padding: 20px;
  background: black;
  border-radius: 20px;
  border: 0;
  color: white;
  font-weight: bold;
  font-size: 20px; 
}

select {
  padding: 10px;
  border: 2px solid black;
  border-radius: 5px;
  font-size: 20px; 
}

textarea{
  min-width: 50%;
  max-width: 50%;
  min-height: 100px;
  padding: 20px;
  font-size: 20px;
  border: 1px solid black; 
  border-radius: 10px;
}

a {
  text-decoration: none;
  color: inherit;
}

.bold {
  font-weight: bold;
}

[ng-click] {
  cursor: pointer;
}

.tiny-text {
  font-size: 14px;
}

.create-icon {
  top: 0;
  right: 0;
  display: block;
  position: absolute;
}

.success {
  color: blue;
}

.error {
  color: red;
}

#logo {
  margin-top: 15px;
  margin-bottom: 5px;
}

#logo img {
  min-height: 25px;
  max-height: 25px;
  vertical-align: middle;
}

.logo-heading {
  vertical-align: middle;
  font-size: 30px;
}

.logo-caption{
  font-size: 14px;
  font-weight: normal;
  text-align: right;
  margin-top: 5px;
  margin-bottom: 10px;
}




#heading {
  display: table;
  min-width: 100%;
  max-width: 100%;
  min-height: 80px;
  padding: 0 0 0 0;
  margin: 0;
  border-bottom: 1px solid lightgray;
}

.reduce-heading {
  display: table;
  min-width: 100%;
  max-width: 100%;
  min-height: 25px !important;
  padding: 0 0 0 0;
  margin: 0;
}


#top-menu { 
  min-width: 70%;
  max-width: 70%;
  padding: 0;
  margin: 0 auto;
  display: block;
  text-align: center;
}

#top-menu li { 
  color: black;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  min-width: 18%;
  max-width: 18%;
  padding: 30px 0 0 0;
  margin: 0;
  text-align: center;
}

#logo {
  position: absolute;
  left: 10px;
  top: 0px;
  font-weight: bold;
  font-size: 24px;
  padding: 0px 20px 10px 20px;
}

#my-account-heading {
  position: absolute;
  right: 50px;
  top: 25px;
  font-size: 16px;
}

#my-account-heading li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
}

#footer {
  display: table;
  min-width: 100%;
  max-width: 100%;
  min-height: 100px;
  padding: 0 0 0 0;
  margin: 0;
}


img.footer-logo {
  min-height: 25px;
  max-height: 25px;
  vertical-align: middle;
}


.footer-logo-icon img {
  min-height: 25px;
  max-height: 25px;
  vertical-align: middle;
}



#container { 
  background-color: snow;
  background-color: #f5f5f5;
  display: table;
  min-width:100%;
  height:auto;
  overflow:scroll;
  padding: 0;
}

 
#loading-small img, #line-graph-loading img, #table-loading img{
  min-width: 60px;
  max-width: 60px;
  margin: 50px 0 50px 0;
}

#main {
  margin-top: 10px;
  background: white;
  min-height:100vh;
  min-width: 68%;
  max-width: 68%;
  float: left;
  vertical-align: text-top;
  margin: 0;
  padding: 0 1% 0 1%;
}

#main-menu {
  display: block;
  padding: 1%;
  text-align: right;
  border-bottom: 2px solid lightgray;
}

#main-menu img {
  width: 15px;
  vertical-align: middle;
}

#main-dashboard {
  display: block;
  padding: 1%;
  margin-top: 20px;
}


.form-error {
  padding: 20px 0 0 0;
  color: red;
}

.widden {

  min-width: 98% !important;
  background: none !important;
  padding: 0;
  margin: 0;

}

.create {
  position: absolute;
  font-size: 18px;
  top: 30px;
  right: 30px;
  color: dimgray;
}

button.cancel {
  background: lightgray;
  color: black;
}


img.brochure-logo {
  min-height: 30px;
  max-height: 30px;
  vertical-align: text-top;
}


.brochure-logo-icon img {
  min-height: 25px;
  max-height: 25px;
  vertical-align: middle;
}



#brochure-container {
  padding: 1%;
  margin: 0 auto;
  min-width: 68%;
  max-width: 68%;
  border-radius: 10px; 
  font-size: 20px; 
  position: relative;
}


 
#user-centre-form {
  padding: 10px;
  margin: 0 auto;
  min-width: 70%;
  max-width: 70%;
  background: #fff;
  text-align: center;
  border-radius: 20px;
} 


#user-centre-form label{
  margin: 25px 0 5px 0;
  font-size: 20px;
  font-weight: bold;
} 



#user-centre-dashboard {
  padding: 20px;
  margin: 0 auto;
  min-width: 70%;
  max-width: 70%;
  background: #fff;
  border-radius: 10px;
} 

 
.wide-header {
  color: black;
  font-size: 36px;
}


#center-container {
  padding: 1vw;
  margin: 0 auto;
  min-width: 68vw;
  max-width: 68vw;
  background: #fff;
  border-radius: 10px; 
  font-size: 20px; 
  position: relative;
}

#center-container h1 {
  font-size: 36px; 
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
}

#center-container-top-menu {
  padding: 0;
  margin: 0 auto;
  min-width: 70vw;
  max-width: 70vw;
  border-radius: 10px; 
  position: relative;
  text-align: right;
  min-height: 35px;
}

#center-container-top-menu li {
  display: inline-block;
  font-size: 18px; 
  color:  black;
}


#center-container-top-menu .left {
  float: left;
}

#center-container-top-menu .left li {
  float: left;
  margin-right: 50px;
}

#center-container-top-menu .right {
  float: right;
}

#center-container-top-menu .right li {
  margin-left: 50px;
}









#menu-top {
  padding: 0 0 0 0;
  margin: 0 auto;
  min-width: 70vw;
  max-width: 70vw;
  border-radius: 0; 
  position: relative;
  min-height: 35px;
  border-bottom: 1px solid black;
}

#menu-top li {
  list-style: none;
  font-size: 20px;
  display: inline-block;
  margin-right: 20px;
  padding: 0;
}

#menu-top .right {
  position: absolute;
  top: 0px;
  right: 0px;
}


#menu-top li.right {
  margin-right: 0px;
}

#menu-top .right li {
  margin-right: 0px;
}

p.top-space {
  padding: 0;
  margin: 0;
}

.tiny-highlight-link {
  font-size: 16px;
  color: dimgray;
}

.blocker {
  background: rgba(0, 0, 0, .3) 
}

/*********************** Brochure ***************************/

h1.welcome-banner-heading {
  color: goldenrod;
}

.welcome-banner img {
  min-width: 100%;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
  border-radius: 8px; /* optional for rounded corners */
}

.home-button button {
  cursor: pointer;
  padding: 20px;
  background: black;
  border-radius: 20px;
  border: 0;
  color: white;
  font-weight: bold;
  font-size: 20px; 
}


#pricing-table {
  vertical-align: text-top;
}

#pricing-table h2 {
  text-align: center;
  margin-top: 0;  
  margin-bottom: 20px;
}

#pricing-table ul {
  vertical-align: text-top;
  min-width: 21%;
  max-width: 21%;
  padding: 1%;
  margin: 0;
  margin-right: 1%;
  display: inline-block;
  border: 2px solid gray;
  border-radius: 10px;
}

#pricing-table ul li {
  list-style: none;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

#pricing-table .price {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

#pricing-table .price-caption {
  text-align: center;
  font-size: 14px;
}


#pricing-table .caption {
  text-align: center;
  font-size: 14px;
  margin: 20px 0 20px 0;
}

#pricing-table .cta {
  text-align: center;
  margin-bottom: 40px;
}


#chooseatemplate.modal {
  min-width: 70% !important;
  width: 70% !important;
  max-width: 70% !important;
}

#chooseatemplate  img.logo {
  min-width: 100px;
  max-width: 100px;
}


#choose-a-template li {
  display: inline-block;
  min-width: 44%;
  max-width: 44%;
  margin-right: 2%;
  padding: 2%;
}

#choose-a-template li:nth-child(even) {
  margin-right: 0%;
}

#choose-a-template li img {
  min-width: 100%;
  max-width: 100%;
}

#choose-a-template li .heading {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

#choose-a-template .cta {
  text-align: center;
  margin: 30px 0 0 0;
}

#choose-a-template .cta button {
  text-align: center;
  border-radius: 20px;
  font-size: 24px;  
  font-weight: bold;
}

/*********************** Brochure CAROUSEL ***************************/

.brochure-carousel-container {
  padding: 10px 0 50px 0;
}

.brochure-carousel-container h3 {
  text-align: center;
}

.brochure-carousel-scroll {
  overflow: hidden;
  white-space: nowrap;
  min-width: 100%;
  max-width: 100%;
  background: #f9f9f9;
  padding: 1rem 0;
  margin:  auto;

}

.brochure-carousel-track {
  display: inline-block;
  animation: scroll 30s linear infinite;
}

.brochure-carousel-track img {
  min-width: 15%;
  max-width: 15%;
  margin: 0 20px;
  vertical-align: middle;
}

/*********************** CHOICE BOX ***************************/

.choice-box {
  text-align: center;
  margin: 30px 0 30px;
}

.choice-box li {
  display: inline-block;
  border: 1px solid black;
  border-radius: 20px;
  margin: 0  0 20px 10px;
  padding: 10px;
}

.choice-box li input[type=checkbox] {
  padding: 20px !important;
  border: 1px solid black;
}



/***************************** BOX ****************************/


.brochure-box {
  margin-bottom: 50px;
}

.brochure-box .left {
  min-width: 40%;
  max-width: 40%;
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: text-top;
}


.brochure-box .left img {
  min-width: 100%;
  max-width: 100%;
  border-radius: 0px 20 20 0px;
  vertical-align: middle;
  overflow: hidden;
  border-radius: 0px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.4);
  border-radius: 8px; /* optional for rounded corners */
}

.brochure-box .right {
  min-width: 55%;
  max-width: 55%;
  padding: 0 0 0 3%;
  display: inline-block;
  vertical-align: text-top;
  font-size: 14px;
}


.brochure-box .caption {
  margin-bottom: 20px;
}


.brochure-box-alt {
  margin-bottom: 50px;
}


.brochure-box-alt .left {
  min-width: 55%;
  max-width: 55%;
  padding: 0 3% 0 0;
  display: inline-block;
  vertical-align: text-top;
  font-size: 14px;
}


.brochure-box-alt .caption {
  margin-bottom: 20px;
}


.brochure-box-alt .right {
  min-width: 40%;
  max-width: 40%;
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: text-top;
}


.brochure-box-alt .right img {
  min-width: 100%;
  max-width: 100%;
  border-radius: 0px 20 20 0px;
  vertical-align: middle;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0,0,0,0.4);
  border-radius: 8px; /* optional for rounded corners */
}


.brochure-box h2, .brochure-box-alt h2 {
  margin-top: 0;
} 



/*********************** Lists ***************************/


#dashboard-list li {
  list-style: none;
  padding: 20px 0 20px 0;
  border-bottom: 2px solid #d4d4d4;
  font-size: 20px;
}

#dashboard-list li:last-child {
  border-bottom: none;
}

#dashboard-list li a:hover {
  text-decoration: underline;
  cursor: pointer;
}

#permission-list li {
  list-style: none;
  padding: 20px 0 20px 0;
  font-size: 16px;
  display: inline-block;
  margin-right: 30px;
}

#permission-list li:last-child{
  border-bottom: none;
}


#permission-list li a:hover {
  text-decoration: underline;
  cursor: pointer;
}




/*********************** VIEW CONTAINER *********************/
#view-container {
  min-width: 70vw;
  max-width: 70vw;
  position: relative;
  margin: 0 auto;
}

#view-container h1 {
  margin: 30px 0 30px 0;
}


/*********************** Board ***************************/

#board-options {
  margin: 30px 0 30px 0;
  position: relative;
  display: block;
  max-width: 100%;
  text-align: right;
}

#board-options a {
  cursor: pointer;
}

#board-options li {
  display: inline-block;
}

#board-options .right {
  position: absolute;
  right: 0;
  top: 0;
}


.board-top-notice {
  padding: 1%;
  margin: 0 auto;
  min-width: 98%;
  max-width: 98%;
  border-radius: 10px; 
  font-size: 20px; 
  white-space: nowrap;
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.board-top-notice button {
  padding: 10px;
  background: lightgray;
  color: black;
}

#board {
  padding: 2%;
  margin: 0 auto;
  min-width: 96%;
  max-width: 96%;
  border-radius: 10px; 
  font-size: 20px; 
  white-space: nowrap;
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  background: #f2f2f2;
}


#board h3 {
  margin: 0 0 20px 0;
  padding: 0;
}

#board ul {
  min-width: 28%;
  max-width: 28%;
  margin: 0;
  padding: 2%;
  margin-right:2%;
  border-radius: 20px;
  min-height: 70vh;
  display: inline-block;
  vertical-align: text-top;
  background: #f8f8f8;
  border: 1px solid lightgray;
  position: relative;
}


#board li {
  list-style: none;
}




.tasks {
  min-height: 300px; !important to allow redrop
  display: block;
}



#addtask {
  min-width: 70%;
  max-width: 70%;
}

#addtask .section {
  margin: 0 0 30px 0;
}

#addtask label {
  display: inline-block;
  margin-right: 20px;
}

#addtask input[type=text] {
  min-width: 70%;
}

#addtask textarea {
  min-width: 100%;
}

#lane-control {
  top: 10px;
  right: 0;
  display: inline-block;
  margin: 0 auto;
  text-align: right;
  position: absolute;
}

#lane-control li {
  display: inline-block;
  margin-right: 20px;
  font-size: 18px;
}

ul.lanesorting {
  border:5px solid lightgray !important;
  cursor: pointer;
}


.delete-lane-icon {
  position: absolute;
  bottom: 10px;
  right: 20px;
  opacity: 0.8;
}

.delete-lane-icon img {
  height: 20px;
}


.delete-task-icon {
  position: absolute;
  bottom: 10px;
  right: 20px;
  opacity: 0.8;
}

.delete-task-icon img {
  height: 20px;
}


/*********************** BOARD TASK ***************************/

#board task {
  display: block;
  position: relative;
  padding: 5%;
  min-width: 90%;
  max-width: 90%;
  min-height: 100px;
  background: #fff;
  border-bottom: 2px solid #f4f4f4;
  margin-bottom: 30px;
  list-style: none;
  border-radius: 10px;
  color: black;
  border: 1px solid lightgray;
  cursor: pointer;
}

#board task h3 {
  font-weight: normal;
  color: black;
  margin: 0 0 0 0 !important;
  padding: 0;
}

#boardtask .flag {
  font-weight: normal;
  color: black;
  background: #E6E6FA;
  margin: 0 0 20px 0;
  padding: 10px;
  border-radius: 5px;
}

#board task .breadcrumb {
  font-weight: bold;
  color: black;
  margin: 20px 0 5px 0;
  padding:5px;
  color: black;
}

.priority-highest, .priority-high,  .priority-medium,  .priority-low,  .priority-lowest {
  padding: 5px;
  border-radius: 5px;
}
.priority-highest { background: red; }
.priority-high { background: orange; }
.priority-medium { background: mediumaquamarine; }
.priority-low { background: mediumturquoise;}
.priority-lowest { background: paleturquoise; }
 
.task-row {
  padding: 20px 0 0 0;
}

.task-unassigned {
  font-size: 16px;
}

.task-user {
  list-style: none;
  display: inline-block;
  background: gainsboro;
  color: #000;
  border-radius: 100%;
  padding: 10px;
}

.task-user-acronym {
  font-size: 16px;
}


/********************************************* RoadMap *************/
#roadmap {
  padding: 0;
  margin: 0px 0 0 0;
  min-width: 100%;
  max-width: 100%;
  border-radius: 10px; 
  font-size: 20px; 
  position: relative;
  overflow: none;
  background: white;
  min-height: 100%;
  height: 100%;
  padding-bottom: 20px;
}

#roadmap-options {
  margin: 0px 0 30px 0;
  position: relative;
  display: block;
  max-width: 100%;
  text-align: right;
}

#roadmap-options a {
  cursor: pointer;
}

#roadmap-options li {
  display: inline-block;
}

#roadmap-options .right {
  position: absolute;
  right: 0;
  top: 0;
}



.roadmap-top-notice {
  padding: 1%;
  margin: 0 auto;
  min-width: 98%;
  max-width: 98%;
  border-radius: 10px; 
  font-size: 20px; 
  white-space: nowrap;
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  margin: 0px 0 20px 0;
}
 
.gant-section-left {
  display: inline-block;
  position: relative;
  padding: 0 3% 0 3%;
  margin: 0%;
  border: 0px solid red;
  vertical-align: text-top;
  overflow-x: scroll;
  overflow-y:hidden;
  min-width: 18%;
  max-width: 18%;
  white-space: nowrap;
  padding-bottom: 5px;
}

.gant-section-right {
  display: inline-block;
  position: relative;
  padding: 0%;
  margin: 0%;
  border: 0px solid red;
  vertical-align: text-top;
  overflow-x: scroll;
  overflow-y:hidden;
  min-width: 75%;
  max-width: 75%;
  white-space: nowrap;
  padding-bottom: 5px;

}

.roadmap-timeline li {
  display: inline-block;
  min-width: 100px;
  max-width: 100px;
  min-height: 30px;
  max-height: 30px;
  padding-top: 20px;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  background: #f1f1f1;
}

.roadmap-timeline li:nth-child(odd){
  background: #f8f8f8;
}

.gant-section-left .roadmap-timeline li {
  background: none;
  border:0;
  font-size: 20px;
  text-align: center;
  padding-top: 30px%;
  min-width: 100%;
}


.gant-section-left .lanesorting {
  border: 5px solid lightgray !important;
  cursor: pointer;
  padding: 10px;
  border-radius: 10px;
}


.roadmap-lane {
  position: relative;
  margin-bottom: 40px;
}

.roadmap-lane-add-task {
  padding: 30px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
}

img.roadmap-minus-icon {
  min-width: 15px;
  max-width: 15px;
  min-height: 15px;
  max-height: 15px;
}
 
.roadmap-task-row {
  margin: 0 0 0 0;
  padding: 0;
  position: relative;
}


.roadmap-task {
  height: 30px; //Important - timeline; 
  min-height: 30px; //Important - timeline; 
  max-height: 30px; //Important - timeline; 
  border-radius: 20px;
  padding: 0px;
  margin: 0;
  top: 0;
  position: relative;
  z-index: 0;
  display: none;
  cursor: pointer;
  margin-bottom: 20px;
}

.gant-section-left .roadmap-task {
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  background: none;
  z-index: 1;
  padding: 0;
  display: block;
  font-weight: bold;
  font-size: 18px;
}

.gant-section-left .roadmap-task .tiny-highlight-link {
  font-weight: normal;
  font-size: 12px;
}


.timeline {
  display: inline-block;
  min-width: 100px;
  max-width: 100px;
  height: 30px; //Important - timeline; 
  padding: 0;
  margin: 0 0 0 0;
  cursor: pointer;
  background: #f1f1f1;
  margin-top: -50px; //Important - timeline; 
}

.timeline:nth-child(odd){
  background: #f8f8f8;
}

 
.gant-section-left .timeline {
  margin-top: -50px;
  background: none;
}


#tooltip {
  position: absolute;
  display: none;
  left:0;
  top: 0;
  width: 200px;
  padding: 10px;
  height: auto;
  background: lightblue;
  border: 0px solid lightgray;
  z-index: 99;
  text-wrap: wrap;
  border-radius: 10px;
} 

/********************************************* Task *************/


#task-users-item {
  top:  0px;
  left: 0;
  display: inline-block;
  margin: 0 auto;
  text-align: right;
  position: absolute;
}

#task-users-item li {
  list-style: none;
  display: inline-block;
}


#task-users-item li a {
  background: gainsboro;
  color: black;
  border-radius: 100%;
  padding: 10px;
  font-size: 14px;
}

#task-users-item li:first-child a {
}

#task-users-item a.user-filter-highlight {
  border: 2px solid gray;
}

#task-users-item a.user-filter-bold {
  font-weight: bold;
}


.task-user-acronym {
  top:  0px;
  right: 0;
  display: inline-block;
  margin: 0 auto;
  text-align: right;
  position: absolute;
}


.task-user-acronym li {
  list-style: none;
  display: inline-block;
}


.task-user-acronym li a {
  background: gainsboro;
  color: black;
  border-radius: 100%;
  padding: 10px;
  font-size: 14px;
}
