.postit-rotate0 {
  position: relative;
  float: left;
  width: 300px;
  min-height: 300px;
  padding: 0;
  -webkit-transform: rotate(355deg);
  transform: rotate(355deg);
}

.postit-rotate1 {
  position: relative;
  float: left;
  width: 300px;
  min-height: 300px;
  padding: 0;
  -webkit-transform: rotate(357deg);
  transform: rotate(357deg);
}

.postit-rotate2 {
  position: relative;
  float: left;
  width: 300px;
  min-height: 300px;
  padding: 0;
  -webkit-transform: rotate(359deg);
  transform: rotate(359deg);
}

.postit-rotate3 {
  position: relative;
  float: left;
  width: 300px;
  min-height: 300px;
  padding: 0;
  -webkit-transform: rotate(1deg);
  transform: rotate(1deg);
}

.postit-rotate4 {
  position: relative;
  float: left;
  width: 300px;
  min-height: 300px;
  padding: 0;
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
}

.postit-rotate5 {
  position: relative;
  float: left;
  width: 300px;
  min-height: 300px;
  padding: 0;
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
}

.postit-trash{
  position: absolute;
  background-color: red;
  border-radius: 50%;
  top: 5px;
  padding: 4px 8px;
  left: 255px;
  width: 29px;
  height: 29px;
  z-index: 999;
}

.guidelines ul{
  padding-inline-start: 1em;
}
.guidelines .page1{
  margin: 0;
  padding: 50px 30px;
  background-color: #ecf4f9;
  text-align: justify;
  color: #777;
  border-left: 4px solid #255774;
}
.guidelines .page2{
  margin: 0;
  padding: 50px 30px;
  background-color: #f9fafc;
  text-align: justify;
  color: #777;
  border-left: 4px solid #255774;
}
.guidelines .resume{
  margin: 0;
  padding: 50px 0 50px 30px;
  color: #777;
}
.guidelines .page-title1{
  color: #255774;
  padding-bottom: 15px;
  border-bottom: 0 solid #255774;
  font-weight: 900;
}
.guidelines .page-title1>span{
  font-size:50%
}
.guidelines .page-title2{
  color: #255774;
  padding-bottom: 15px;
  border-bottom: 0 solid #333;
  font-weight: 900;
}
.guidelines .page-title2 span{
  font-size:50%
}

.guidelines .resume-title{
  color: #333;
  padding-bottom: 15px;
  border-bottom: 2px solid #333;
  font-weight: 900;
}
.guidelines .resume-title span{
  font-size:50%
}
.guidelines .table td {
  border-top: 1px solid #777;
}
a {
  cursor: pointer;
}

.back {
    color: #777;
    background-color: #f1f1f1;
    border-radius: 50px;
    padding: 3px;
    margin-right: 5px;
}

.back:hover{
    color: #fff;
    background-color: #d7d7d7;
}

#help .modal-dialog {
  width: 90% !important;
}

#help .modal-header {
  padding: 10px 25px 5px 25px;
}

#help .modal-body {
  text-align: justify;
  padding: 0 25px;
}

#help .modal-footer{
  text-align: right;
  padding: 0 25px 25px 25px;
}

.no-action-primary {
  color: #fff;
  background-color: #005197;
  border: 1px solid #004480;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}

.modal-dialog {
  max-width: 90%
}

.title-group {
  margin-bottom: -10px;
}

.label-group {
  font-weight: 100;
}

.line-group {
  margin-top: 0px;
}

.topic-group {
  margin: 0 0 5px;
}