#wrapper {
  padding-left: 240px;
  transition: all 0.4s ease 0s;
}

#sidebar-wrapper {
  margin-left: -240px;
  left: 240px;
  width: 240px;
  background: #F2F2F2;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  transition: all 0.4s ease 0s;
}

#page-content-wrapper {
  width: 100%;
}

.sidebar-nav {
  position: absolute;
  top: 30px;
  width: 240px;
  list-style: none;
  margin: 0;
  padding-left: 0px;
}

.sidebar-nav > .sidebar-logout {
  margin-top: 300px;
}

.sidebar-nav li {
  line-height: 66px;
  text-indent: 20px;
}

.sidebar-nav li.active{
  background: #fff;
}

.sidebar-nav li.active_2{
  background: #999;
}

.sidebar-nav li.active_2 a{
  color: #3F3F3F;
}

.navbar-nav li a {
  color: #9b9b9b !important;
  text-decoration: none !important;
  font-size: 19px !important;
}
.navbar-nav > li {
  margin-top: 20px !important;
}

.navbar-right > li {
  margin-top: 20px !important;
}

.navbar-left > li {
  margin-top: 20px !important;
}

.navbar-nav li a:hover {
  color: #696969 !important;
  text-decoration: none;
}

.sidebar-nav li a {
  color: #9b9b9b;
  display: block;
  text-decoration: none;
  font-size: 19px;
}

.sidebar-nav li a#sub {
  color: #D9D9D9;
  display: block;
  text-decoration: none;
  font-size: 19px;
}

.sidebar-nav li.active_2 a#sub {
  color: #484848;
}

.sidebar-nav li a#sub_exec {
  color: #D9D9D9;
  display: block;
  text-decoration: none;
  font-size: 19px;
}

.sidebar-nav li.active_2 a#sub_exec {
  color: #484848;
}

.sidebar-nav li.active a {
  color: #484848;
}

.sidebar-nav li.active-2{
  -moz-box-shadow:    inset 0 0 50px 5px #ECECEC;
  -webkit-box-shadow: inset 0 0 50px 5px #ECECEC;
  box-shadow:         inset 0 0 50px 5px #ECECEC;
}
.sidebar-nav li.active-2 a {
  color: #3F3F3F;
}

.sidebar-nav li.active-2 a#sub {
  color: #636363;
}

.sidebar-nav li.active-2 a#sub_exec {
  color: #484848;
}

.sidebar-nav li a:hover {
  color: #484848;
  text-decoration: none;
}

li#topic:hover {
  background-color: #f5f5f5;
}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-logo {
  padding-left: 37px;
  margin-bottom: 30px;
}

.sidebar-nav > .sidebar-logo > img {
  max-height: 120px;
  max-width: 120px;
}

.sidebar-nav > .sidebar-user {
  height: 65px;
  line-height: 60px;
  font-size: 18px;
}

.sidebar-nav > .sidebar-user a:hover {
  background: none;
}

.content-header:not(.not-main) {
  height: 65px;
  line-height: 65px;
  margin-bottom: 30px;
}

.content-header h1:not(.not-main) {
  margin: 0;
  line-height: 65px;
  display: inline-block;
}

.content-header a:not(.not-main) {
  float: right;
  margin-left: 10px;
}

.content-header > h1 > a {
  color: #585858;
  margin-left: 10px;
}

.content-header a.dropdown {
  float: inherit !important;
  margin: 0 !important;
  padding: 3px 20px 3px 20px !important;
}

.content-header a.dropdown-blue {
  float: inherit !important;
  margin: 0 !important;
  padding: 3px 20px 3px 20px !important;
}

.content-header a.dropdown-primary {
  float: inherit !important;
  margin: 0 !important;
  cursor: pointer;
  padding: 3px 20px 3px 20px !important;
}

a.dropdown:hover {
  background-color: #9b9b9b !important;
  color: white !important;
}

a.dropdown-primary:hover {
  background-image: linear-gradient(to bottom,#428bca 0,#357ebd 100%);
  color: white !important;
}

a.dropdown-blue {
  color: #31b0d5 !important;
}

a.dropdown-blue:hover {
  background-color: #31b0d5 !important;
  color: white !important;
}

a.dropdown-darkblue {
  color: #31b0d5 !important;
}

a.dropdown-darkblue:hover {
  background-color: #428bca !important;
  color: white !important;
}

.content-header > .btn-group {
  float: right;
  margin-left: 10px;
  margin-top: 14px;
}

.content-subheader h2:not(.not-main) {
  margin: 0;
  line-height: 65px;
  display: inline-block;
}

.content-subheader h4:not(.not-main) {
  margin: 0;
  margin-bottom: 20px;
  line-height: 30px;
  display: inline-block;
}

.content-subheader a:not(.not-main) {
  float: right;
  margin-left: 10px;
}

#page-content-wrapper a:not(.chosen-single):not(.not-main) {
  /*color: #52BAD5;*/
  text-decoration: none;
}

#page-content-wrapper a:not(.chosen-single):not(.not-main):hover {
  /*color: #2C9AB7;*/
  text-decoration: none;
}

#page-content-wrapper a:not(.chosen-single):not(.not-main).btn {
  /*color: #333;*/
  text-decoration: none;
}

#page-content-wrapper a:not(.chosen-single):not(.not-main).btn:hover {
  /*color: #fff;*/
  text-decoration: none;
}

#page-content-wrapper td {
  vertical-align:middle;
}

#search-box {
  float: right;
  display: inline-block;
  width: 240px;
  margin-bottom: 10px;
}

#search-box input {
  width: 200px;
}

#search-box span {
  display: inline-block;
  width: 40px;
  padding: 9px;
}

.center-div {
  margin-top 50px;
}

#card-image img {
  filter: gray; /* IE6-9 */
  border-width: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  -webkit-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
  box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
  margin-bottom:20px;
}

#card-image img:hover {
  filter: none; /* IE6-9 */
  border-width: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
}

#menu-toggle {
  display: none;
}

.bg-primary {
  background-color: #1c7ebb;
  color: white;
}

.bg-primary-light {
  background-color: #449dd5;
  color: white;
}

.bg-success {
  background-color: #23ae89;
  color: white;
}

.bg-info {
  background-color: #2ec1cc;
  color: white;
}

.bg-warning {
  background-color: #ffb61c;
  color: white;
}

.bg-danger {
  background-color: #e94b3b;
  color: white;
}

.bg-orange {
  background-color: #f98e33;
  color: white;
}

.bg-violet {
  background-color: #6a55c2;
  color: white;
}

.bg-dark {
  background-color: #222533;
  color: white;
}

.bg-bright {
  background-color: #fafafa;
  color: #767676;
}

.bg-reverse {
  background-color: white;
  color: #767676;
}

.bg-facebook {
  background-color: #335397;
  color: white;
}

.bg-twitter {
  background-color: #00c7f7;
  color: white;
}

.bg-google-plus {
  background-color: #df4a32;
  color: white;
}

.mini-box {
  background-color: #F2F2F2;
}

.mini-box .box-icon {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  display: block;
  float: left;
  margin: 0 10px 10px 0;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  line-height: 65px;
  vertical-align: middle;
  text-align: center;
  font-size: 35px;
}


.inset {
  /*background-color: #F2F2F2;*/
  padding: 20px 50px;
}

@media (max-width:767px) {
  #wrapper {
    padding-left: 0;
  }

  #sidebar-wrapper {
    left: 0;
  }

  #wrapper.active {
    position: relative;
    left: 240px;
  }

  #wrapper.active #sidebar-wrapper {
    left: 240px;
    width: 240px;
    transition: all 0.4s ease 0s;
  }

  #menu-toggle {
    display: inline-block;
  }

  .inset {
    padding: 15px;
  }
}

.js-video {
  height: 0;
  padding-top: 25px;
  padding-bottom: 67.5%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.js-video.widescreen {
  padding-bottom: 57.25%;
}

.js-video.vimeo {
  padding-top: 0;
}

.placeholder_1 {
  border: 1px solid green;
  background-color: white;
  -webkit-box-shadow: 0 0 10px #888;
  -moz-box-shadow: 0 0 10px #888;
  box-shadow: 0 0 10px #888;
}
.tile {
    height: 50px;
}
.grid {
    margin-top: 1em;
}

sup em {
  vertical-align: super;
  font-size: smaller;
}

.question_image > img{
  max-width: 400px;
  max-height: 400px;
}

.answers {
  list-style: none;
  margin: 0;
  line-height: 20px;
  padding-left: 0px;
  padding-top: 7px;
}

.answers li {
  padding-top: 0;
  padding-bottom: 0;
}

.answers p {
  padding-top: 7px;
  padding-bottom: 7px;
  margin:0;
}

div.exercise-border {
  border: solid 1px DarkGray;
  border-radius: 10px;
  background-color: white;
  width: 100%;
  padding: 10px 10px 20px;
  -webkit-box-shadow: 3px 3px 3px 0 rgba(50, 50, 50, 0.28);
  -moz-box-shadow:    3px 3px 3px 0 rgba(50, 50, 50, 0.28);
  box-shadow:         3px 3px 3px 0 rgba(50, 50, 50, 0.28);
}

div#exercise-border {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;

  cursor: default;
}

.nice_text_view {
  font-family: 'freight-text-pro',Georgia,Cambria,'Times New Roman',Times,serif;
  letter-spacing: 0.01rem;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  color: rgba(0,0,0,0.8);
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

.btn:focus {
  outline: none;
}

input[type="password"] { -webkit-text-security: disc !important ; }

.chat-comment-box{
  border:1px solid #ccc;
  /*border-radius:4px;*/
  padding: 10px 0 10px 0;
  border-radius: 0 0 4px 4px;
  min-height: 100px;
  /*max-height: 600px;*/
  height: 600px;
  background-color: white;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  margin-bottom:10px;
  /*padding:10px;*/
  overflow:auto;
}

ul#home_task_list > li:hover {
  background-color: #EDEDED;
}

.chat-box-comment-user{
  margin-left: 10px;
  font-weight:bold;
  /*color: #cdcdcd;*/
}
.chat-box-comment-text{
  margin:4px 4px 4px 10px;
  border:1px solid #eee;
  border-radius:4px;
  background-color:#eee;
  display:inline-block;
  padding: 2px 10px 2px 10px;
  width: 95%;
}
.chat-content-comment > p {
  width: 90%;
  word-wrap: break-word;
  margin: 6px 0 6px 0;
}
.comment-toggle-options.open > ul.comment-toggle-dropdown {
  right: 0%;
  left: auto;
  display: inline-block;
}
.comment-options, .chat-box-comment-time {
  float: right;
  margin: 3px 0 0 0;
  opacity: 0.5;
  font-size: 12px;
}
.chat-box-comment-time.open {
  display: block;
}
.comment-options.close {
  display: none;
}
.chat-content-comment:hover > .comment-toggle-options ~ .chat-box-comment-time {
  display: none !important;
}
.chat-content-comment:hover > .comment-toggle-options > .comment-options {
  display: block !important;
}
.comment-toggle-options.open > .comment-options {
  display: block !important;
}
.comment-toggle-options.open ~ .chat-box-comment-time {
  display: none !important;
}
.comment-options {
  width: 25px;
  text-align: center;
  font-size: 14px;
}
.comment-chat-content > p {
  margin: -5px 0 -12px 20px;
}
.chat-box-comment-weekday{
  text-align: center;
  overflow-y: scroll;
}
.refresh-chat-comments {
  border: 1px solid #ccc;
  border-radius: 4px 4px 0 0;
  padding: 0;
  background-color: #fafafa;
  margin-bottom: -1px;
}

.stick {
  position: fixed;
  z-index: 10000;
}
.huntwords-box-words-hunt{
  border:2px outset gray;
  display: inline-block;
  border-radius: 10px;
  padding: 5px;
  color:#363636;
  cursor:pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.huntwords-box-words-hunt.active{
  border-style: inset;
  background-color: #FAFAFA;
  color:#AAA;
}

#page-content-wrapper a.darker {
  color: #282828;
  text-decoration: none;
}

#page-content-wrapper a.darker:hover {
  color: #404040;
  text-decoration: none;
}

#page-content-wrapper a.dark {
  color: #484848;
  text-decoration: none;
}

#page-content-wrapper a.dark:hover {
  color: #606060;
  text-decoration: none;
}

a.light-dark {
  color: #696969 !important;
  text-decoration: none;
}
a.light-dark:hover {
  color: #808080 !important;
  text-decoration: none;
}

a.link-inverted-gray {
  color: #BCBCBC !important;
  text-decoration: none;
}

a.link-inverted-gray:hover {
  color: #808080 !important;
  text-decoration: none;
}

#page-content-wrapper a.dark:hover {
  color: #606060;
  text-decoration: none;
}

#page-content-wrapper a.link-dark {
  color: #484848;
  text-decoration: none;
}

#page-content-wrapper a.link-dark:hover {
  color: #606060;
  text-decoration: none;
}

#page-content-wrapper a.link-inverted-gray {
  color: #BCBCBC;
  text-decoration: none;
}

#page-content-wrapper a.link-inverted-gray:hover {
  color: #484848;
  text-decoration: none;
}

.span-hidden { display:inline-block; }
.a-parent:hover .span-hidden { display:inline-block; }

.twitter-overflow-box {
  position: relative;
  background-color: #fff;
  border-radius: 6px;
  background-clip: padding-box;
  box-shadow: 0 4px 15px rgba(50,50,50,0.2);
}
#tableReportPrintable.table {
  width:100%;
  margin-left:auto;
  margin-right:auto;
}
table#tableReportPrintable td {
  font-size:11px !important;
  height:10px !important;
  padding: 0 !important;
}
table#tableReportPrintable th {
  font-size:11px !important;
  height:10px !important;
  padding: 1px !important;
}
div.page-always {
  page-break-after: always;
  page-break-before: always;
  page-break-inside: avoid;
}
div.page-avoid {
  page-break-after: avoid;
  page-break-before: avoid;
  page-break-inside: avoid;
}
p.sweet_alert {
  color: #848d94;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  position: relative;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  }
}
.sweet_alert hr {
  margin-top: 8px;
  margin-bottom: 8px;
}
.ellipsis { text-overflow: ellipsis; }
#questions tr {cursor:pointer;}
input#correct_answers { text-transform: uppercase;}
.fb-box {
  border: 1px solid;
  border-color: rgba(229, 230, 233, 0.5) rgba(223, 224, 228, 0.5) rgba(208, 209, 213, 0.5);
  -webkit-border-radius: 3px;
  padding:0 20px 0 20px;
  margin-bottom:10px;
  background-color: white;
}
::-webkit-input-placeholder { text-transform: none;}/* WebKit browsers */
:-moz-placeholder { text-transform: none;}/* Mozilla Firefox 4 to 18 */
::-moz-placeholder { text-transform: none;}/* Mozilla Firefox 19+ */
:-ms-input-placeholder { text-transform: none;}/* Internet Explorer 10+ */

#transDemo4 i {
  transition:all 2s ease-in-out;
  perspective: 800px;
  perspective-origin: 50% 100px;
}

.blur   {
  filter: blur(0.08em) opacity(0.5) grayscale(1);
  -webkit-filter: blur(0.08em) opacity(0.5) grayscale(1);
  border-width: blur(0.08em) opacity(0.5) grayscale(1);
  -moz-filter: blur(0.08em) opacity(0.5) grayscale(1);
  -o-filter: blur(0.08em) opacity(0.5) grayscale(1);
  -ms-filter: blur(0.08em) opacity(0.5) grayscale(1);
  cursor: progress;
}

@media screen and (min-width: 768px) {
    .user-menu-compact {
        display: none !important;
    }
    .table-xs-show {
      display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .user-menu {
        display: none !important;
    }
    .table-sm-show {
      display: none !important;
    }
    .html_string > p > img, .html_string > p {
      font-size: 14px;
      overflow-wrap: break-word;
      word-wrap: break-word;
    }
    .html_string > p > img {
      max-width: 300px;
    }
}

.chosen-disabled > a:hover {
  cursor:not-allowed !important;
}

th.headerSortUp {
  background-image: url(../images/desc.gif) !important;
}
th.headerSortDown {
  background-image: url(../images/asc.gif) !important;
}
th.header {
  cursor: pointer;
  font-weight: bold;
  background: url(../images/bg.gif) no-repeat center right;
  padding-bottom: 8px;
  vertical-align: middle !important;
}

table.prettyTable {
    border-color: transparent !important;
}

table.prettyTable > thead > tr {
    background-color: #f5f5f5;
    height: 29px;
}

table.prettyTable > thead > tr > th {
    display: table-cell;
    vertical-align: middle !important;
    border-color: transparent !important;
}

table.prettyTable > tbody > tr > td {
    border-color: transparent !important;
}

table > tbody > tr {
    cursor: pointer;
}

.title-divider {
  opacity: 0.5;
  width:100%;
  margin:10px auto;
  overflow:hidden;
  text-align:center;
  line-height:1.2em;
}

.title-divider:before, .title-divider:after {
  content:"";
  vertical-align:top;
  display:inline-block;
  width:50%;
  height:0.65em;
  border-bottom:1px solid #ccc;
  margin:0 2% 0 -55%;
}
.title-divider:after {
  margin:0 -55% 0 2%;
}
tr.open{
  display: table-row;
}
tr.close{
  display: none;
}

ul.table-hover > li {
  padding: 7px 30px 7px 30px;
  border-bottom: 1px solid #f2f2f2;
  list-style: none;
}
ul.table-hover > li:hover {
  background-color: #F5F5F5;
}
ol.rectangle-list {
  white-space: nowrap;
  overflow: hidden;
/*  text-overflow: ellipsis;*/
  counter-reset: li; /* Initiate a counter */
  list-style: none; /* Remove default numbering */
  *list-style: decimal; /* Keep using default numbering for IE6/7 */
  font: 15px 'trebuchet MS', 'lucida sans';
  padding: 0;
  /*margin-bottom: 4em;*/
  background-color: #F5F5F5;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

ol ol {
  margin: 0 0 0 2em; /* Add some left margin for inner lists */
}
ol.rectangle-list a{
  position: relative;
  display: block;
  padding: .7em .4em .7em .8em;
  *padding: .4em;
  margin: -.2em 0 -.2em 2.5em;
  background: #FFF;
  color: #444;
  text-decoration: none;
  transition: all .05s ease-out;
}

ol.rectangle-list a:hover{
  background: #F5F5F5;
}

ol.rectangle-list a:before{
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -2.5em;
  top: 14.25pt;
  margin-top: -14.25pt;
  background: #FFF;
  height: 28.85pt;
  width: 28.85pt;
  line-height: 28.85pt;
  text-align: center;
  font-weight: bold;
  overflow: visible;
}

ol.rectangle-list a:after{
  position: absolute;
  content: '';
  border: .5em solid transparent;
  left: -.1em;
  top: 48%;
  margin-top: -.5em;
  transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg);
  transition: all .05s ease-out;
}

ol.rectangle-list a:hover:after{
  left: -0.85em;
  top: 48%;
  border-left-color: #F5F5F5;
}

.bubble-chat {
  position: relative;
  padding: 0 10px 0 10px;
  background: #EEE;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: transparent solid 2px;
}

.bubble-chat:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 10px 9px;
  border-color: #EEE transparent;
  display: block;
  width: 0;
  z-index: 1;
  top: -6px;
  left: 3px;
}

.icon-spin-animate:hover > i {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.jq-image-uploader {
  position: relative;
  overflow: hidden;
  padding: 0 3px 0 3px;
  color: #363636;
  background-color: transparent;
  border-color: transparent;
  margin-left: -23px;
  margin-bottom: 100px;
}
.jq-image-uploader:hover{
  color: white;
  background-color: #363636;
  border-color: transparent;
}
.jq-image-uploader > input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.remove-loaded-image{
  /*text-align: center;*/
  width: 320px;
  /*margin-left: auto;*/
  /*margin-right: auto;*/
  padding: 0;
}
.remove-loaded-image > a {
  margin-left: -53px;
  position: absolute;
  margin-top: 1px;
}
.remove-loaded-image > a:before {
  content: "REMOVER IMAGEM";
  font-style: normal;
  font-weight: 600;
  color: #484848;
  font-size: 12px;
  padding: 0 0.5em;
  position: absolute;
  margin-top: 2px;
  margin-left: -25px;
  border: 1px solid;
  border-color: rgba(229, 230, 233, 0.5) rgba(223, 224, 228, 0.5) rgba(208, 209, 213, 0.5);
  -webkit-border-radius: 3px;
  color: #999;
  background-color: rgba(229, 230, 233, 0.5);
  border-bottom: 2px solid;
  border-bottom-color: rgba(208, 209, 213, 0.5);
}
.remove-loaded-image > a:hover:before {
  color: #484848;
  background-color: transparent;
  border-top: 2px solid;
  border-top-color: rgba(229, 230, 233, 0.5) rgba(223, 224, 228, 0.5) rgba(208, 209, 213, 0.5);
}
.add-image-uri {
  padding: 2px 6px 3px 6px;
  text-decoration: none !important;
  cursor: pointer;
  color: #363636;
  background-color: transparent;
  border: 1px solid;
  font-weight: bolder;
  border-radius: 3px;
  border-color: #CDCDCD;
  -webkit-transition: all .4s ease;
     -moz-transition: all .4s ease;
      -ms-transition: all .4s ease;
       -o-transition: all .4s ease;
          transition: all .4s ease;
}

.add-image-uri:hover {
  color: #363636;
  background-color: rgba(208, 209, 213, 0.2);
}

div.editable {
  /*width: 300px;*/
  min-height: 100px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px;
  margin: 5px 0 0 25px;
  margin-left: 25px;
}

.animate-collapseOut {
  overflow: hidden;
  max-height: 0 !important;
}

#parent-info {
  max-height: 308px;
  -webkit-transition: max-height .4s ease;
     -moz-transition: max-height .4s ease;
      -ms-transition: max-height .4s ease;
       -o-transition: max-height .4s ease;
          transition: max-height .4s ease;
}

[contenteditable=true]:empty:before{
  content: attr(placeholder);
  display: block; /* For Firefox */
}

.default-content {
  color: rgba(50,50,50,0.8);
  text-align: center;
  max-width: 600px;
  width: 90%;
  margin: 50px auto;
  padding: 10px 10px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border: 1px solid;
  border-bottom-width: 2px;
  border-radius: 6px;
}

#exam-picture > .remove-image {
  padding: 0 0.3em;
  position: absolute;
  font-size: 11px;
  cursor: pointer;
  margin: -8px;
  /*border: 1px solid rgba(169,0,0,0.5);*/
  border-radius: 5px;
  background-color: red;
  opacity: 0.25;
  color: white;
  -webkit-box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.2);
     -mox-box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.2);
          box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.2);
}
#exam-picture:hover > .remove-image {
  opacity: 1;
}

.logo-img-position {
  max-width: 79px;
  max-height: 79px;
  margin-left: -8px;
  margin-top: 4px;
  border: 1px solid #E7E7E7;
  background: #F2F2F2;
  padding: 1px;
  border-radius: 4px;
}

tbody.blur-table, tbody.blur-table > tr > td {
  transition:
    opacity 0.5s linear,
    text-shadow 0.5s ease-in-out;
}
tbody.blur-table {
  box-shadow: 0px 0px 20px 10px rgba(255,255,255,1);
  opacity: 0.5;
}

tbody.blur-table > tr > td {
  text-shadow: 0px 0px 10px rgba(51, 51, 51, 0.9);
  opacity: 0.1;
}

.border-dashed {
  width: 285px;
  border: 2px dashed #E2E2E2;
  margin: 10px auto !important;
  padding: 4px !important;
  cursor: default;
}

.border-dashed.flap-border::before {
  background-color: rgb(215, 215, 215);
  content: "";
  top: -2px;
  right: -2px;
  position: absolute;
  width: 0;
  height: 0;
  border: 1px solid;
  border-width: 0 12px 12px 0;
  border-color: transparent rgba(0,0,0,0.4) transparent transparent;
  box-shadow: -1px 1px 3px #999;
}
.border-dashed:hover.flap-border::before {
  -webkit-animation: unflap .45s ease-in-out;
  -webkit-animation-fill-mode: both;
  -webkit-animation-delay: 25ms;
  -moz-animation: unflap .45s ease-in-out;
  -moz-animation-fill-mode: both;
  -moz-animation-delay: 25ms;
  -ms-animation: unflap .45s ease-in-out;
  -ms-animation-fill-mode: both;
  -ms-animation-delay: 25ms;
  -o-animation: unflap .45s ease-in-out;
  -o-animation-fill-mode: both;
  -o-animation-delay: 25ms;
  animation: unflap .45s ease-in-out;
  animation-fill-mode: both;
  animation-delay: 25ms;
}
@-webkit-keyframes unflap {
  from {
      border-width: 0 10px 10px 0;
    }

    to {
      border-width: 0;
    }
}
@-moz-keyframes unflap {
  from {
      border-width: 0 10px 10px 0;
    }

    to {
      border-width: 0;
    }
}
@-ms-keyframes unflap {
  from {
      border-width: 0 10px 10px 0;
    }

    to {
      border-width: 0;
    }
}
@-o-keyframes unflap {
  from {
      border-width: 0 10px 10px 0;
    }

    to {
      border-width: 0;
    }
}
@keyframes unflap {
  from {
      border-width: 0 10px 10px 0;
    }

    to {
      border-width: 0;
    }
}
@-webkit-keyframes flap {
  from {
      border-width: 0;
    }

    to {
      border-width: 0 10px 10px 0;
    }
}
@-moz-keyframes flap {
  from {
      border-width: 0;
    }

    to {
      border-width: 0 10px 10px 0;
    }
}
@-ms-keyframes flap {
  from {
      border-width: 0;
    }

    to {
      border-width: 0 10px 10px 0;
    }
}
@-o-keyframes flap {
  from {
      border-width: 0;
    }

    to {
      border-width: 0 10px 10px 0;
    }
}
@keyframes flap {
  from {
      border-width: 0;
    }

    to {
      border-width: 0 10px 10px 0;
    }
}
@-webkit-keyframes inflap {
  from {
      border-width: 0 12px 12px 0;
    }

    to {
      border-width: 0 10px 10px 0;
    }
}
@-moz-keyframes inflap {
  from {
      border-width: 0 12px 12px 0;
    }

    to {
      border-width: 0 10px 10px 0;
    }
}
@-ms-keyframes inflap {
  from {
      border-width: 0 12px 12px 0;
    }

    to {
      border-width: 0 10px 10px 0;
    }
}
@-o-keyframes inflap {
  from {
      border-width: 0 12px 12px 0;
    }

    to {
      border-width: 0 10px 10px 0;
    }
}
@keyframes inflap {
  from {
      border-width: 0 12px 12px 0;
    }

    to {
      border-width: 0 10px 10px 0;
    }
}
@-webkit-keyframes uninflap {
  from {
      border-width: 0 10px 10px 0;
    }

    to {
      border-width: 0 12px 12px 0;
    }
}
@-moz-keyframes uninflap {
  from {
      border-width: 0 10px 10px 0;
    }

    to {
      border-width: 0 12px 12px 0;
    }
}
@-ms-keyframes uninflap {
  from {
      border-width: 0 10px 10px 0;
    }

    to {
      border-width: 0 12px 12px 0;
    }
}
@-o-keyframes uninflap {
  from {
      border-width: 0 10px 10px 0;
    }

    to {
      border-width: 0 12px 12px 0;
    }
}
@keyframes uninflap {
  from {
      border-width: 0 10px 10px 0;
    }

    to {
      border-width: 0 12px 12px 0;
    }
}

.elip-text {
  text-overflow: ellipsis;
  width: 100px;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}

tr:first-child > td.elip-text {
  border-top: 1px solid transparent !important;
}
.pop-content-box > div {
  border: 1px solid #778;
  margin: 2px;
}
[contenteditable=true]:empty:before {
  content: attr(placeholder);
  display: block; /* For Firefox */
}
.textarea-with-border > [contenteditable=true] {
  border: 1px #CCC solid;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  padding: 6px 6px;
}
.compact-size-image {
  cursor: pointer;
  max-width: 768px;
  max-height: 768px;
}
.input-hidden {
    position: absolute;
    top: -100000px
}
.tile-box {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: background-color .25s ease-in-out;
     -moz-transition: background-color .25s ease-in-out;
      -ms-transition: background-color .25s ease-in-out;
       -o-transition: background-color .25s ease-in-out;
          transition: background-color .25s ease-in-out;
  border: 0;
  /*box-shadow: #f5f5f5 0px 0px 0px 10px inset;*/
  line-height: 2;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.03),0 3px 1px -2px rgba(0,0,0,.08);
}
.tile-start {
  border-right: 1px solid #D8D8D8;
  height: 100%;
  padding: 12px 10px 8px 10px;
  float: left;
}
.tile-mid {
  padding: 20px 10px;
  cursor: pointer;
}
.tile-end {
  border-left: 1px solid #D8D8D8;
  padding: 12px 10px 8px 10px;
  float: right;
  height: 100%;
}

.tile-box > a:hover:not(.tile-mid) {
  background-color: #EEE;
}
.tile-start-extra {
  display: none;
}
.persist-info-box {
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 100%;
}
.clock-hide {
  display: none !important;
}
.clock-set {
  text-align: center;
  font-size: 18px;
}
.clock-danger-1 {
  color: #FF0000;
}
.clock-danger-2 {
  color: #D00000;
}
.clock-danger-3,.clock-danger {
  color: #A10000;
}
.clock-set:before {
  content: "\f017";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 26px;
  /* padding-right: 0.5em; */
  position: absolute;
  margin-top: -5px;
  margin-left: -28px;
}
.inline-form-group-lg {
  display: inline-flex;
  width: 100%;
}
.no-text-selection {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
      -webkit-touch-callout: none !important;
        -webkit-user-select: none !important;
         -khtml-user-select: none !important;
           -moz-user-select: none !important;
            -ms-user-select: none !important;
                user-select: none !important;
}
.table-hover-success>tbody>tr:hover {
  background-color: #dff0d8
}
.tile-box-sm {
  margin: 0 0 5px 0;
  height: 30px;
}
.tile-box-sm > .tile-end, .tile-box-sm > .tile-start {
  padding: 0 10px 8px 10px;
}
.focused-input {
  border-color: #ccc;
  border-color: rgba(82,168,236,.8);
  outline: 0;
  outline: thin dotted\9;
  -webkit-box-shadow: 0 0 8px rgba(82,168,236,.6);
  box-shadow: 0 0 8px rgba(82,168,236,.6);
}

@keyframes bouncingDown {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-6px);
  }
  60% {
    transform: translateY(-2px);
  }
}
@keyframes hideBoxShadow {
  from {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  }
  35%, 65% {
    box-shadow: 0px 1px 3px rgba(50, 50, 50, .3);
  }
  50% {
    box-shadow: 0px 1px 4px rgba(25, 25, 25, .3);
  }
  to {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  }
}
.bounce-down {
  animation: bouncingDown 1.4s infinite
}
.hide-before:before{
  display: none
}
#selected-student > div[id*=selected-student]:first-child {
  -webkit-transition: box-shadow 2s linear;
  -o-transition: box-shadow 2s linear;
  -moz-transition: box-shadow 2s linear;
  -ms-transition: box-shadow 2s linear;
  -kthtml-transition: box-shadow 2s linear;
  transition: box-shadow 2s linear;
  animation: hideBoxShadow 2s infinite;
}
#selected-student > .second-label:after {
  content: 'Alunos Secundários:';
  top: 65px;
  left: 20px;
  position: absolute;
  opacity: 0.5;
  font-weight: 700
}
#selected-student > .second-label {
  margin-bottom: 26px
}
.hide-student-label {
  display: none
}
.not-a-link,.not-a-link:hover,.not-a-link:active,
.not-a-link:focus,.not-a-link:visited {
  text-decoration: none;
  color: inherit;
}
.smooth-square-border {
  border: 4px solid transparent;
  border-radius: 2px;
  box-shadow: 1px 1px 2px 2px rgba(50, 50, 50, 0.3);
}
.smooth-square-border > textarea,
.smooth-square-textarea {
  margin-left: 10px;
  width: 47%;
  border-color: #CCC;
  border-radius: 4px;
}
.smooth-square-border > input,
.smooth-square-input {
  margin-left: 10px;
  border: 1px solid #CCC;
  border-radius: 2px;
}
.smooth-square-box {
  background: white;
  border: 1px solid white;
  padding: 10px;
  box-shadow: 2px 2px 2px 2px rgba(50,50,50,0.05);
}
.fade-border-content {
  color: rgba(155,155,155,0.3) !important;
}
.fade-border-content:hover {
  color: inherit !important;
}
#question-correct-box.fade-border-content:before {
  content: 'Corrigido';
  padding: 5px;
  position: absolute;
  right: 0;
  margin-top: -4px;
  margin-right: 15px;
  text-align: center;
  color: #333;
  font-weight: bolder;
  box-shadow: 0px 0px 2px 1px rgba(150,150,150,0.2);
  background: rgba(225,225,225,0.1);
}
#question-correct-box.fade-border-content:hover:before {
  content: '\00a0';
  visibility: hidden;
}
.font-light-gray {
  color: #9A9A9A;
}
.bg-primary-light {
  background-color: rgba(0, 125, 205, 0.8);
}
.div-always-on-top {
  position: fixed;
  top: 5px;
  left: 260px;
  right: 20px;
  overflow: auto;
  overflow-x: hidden;
  max-height: 240px;
  background: white;
  border: 1px solid white;
  padding: 10px;
  box-shadow: 2px 2px 2px 2px rgba(50,50,50,0.1);
  z-index: 1000;
}
.div-always-on-bottom {
  bottom: 10px;
}
@media (max-width: 768px) {
  .div-always-on-top {
    left: 5px;
    right: 5px;
  }
}
.ghost-input-group-addon {
  background: transparent;
  border-color: transparent;
}
.chosen-choices, .chosen-select {
  border-color: #CCC !important;
  border-radius: 4px !important;
  line-height: 32px !important;
}
.chosen-select.select-disabled {
  cursor: not-allowed;
  background: #EDEDED;
}
.chosen-choices > .search-choice {
  line-height: 18px !important;
}
/*#selected-student > :first-child:before {
  content: 'Aluno Principal';
  margin: 0;
  opacity: 0.5;
  width: 100%;
  overflow: hidden;
  text-align: center;
  line-height: 1.2em;
  display: inline-block;
  max-width: 100%;
  font-weight: 700;
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
}
#selected-student > :nth-child(2){
  margin-top: 30px
}
#selected-student > :nth-child(2):before {
  content: 'Alunos Secundários';
  margin: 0;
  opacity: 0.5;
  width: 100%;
  overflow: hidden;
  text-align: center;
  line-height: 1.2em;
  display: inline-block;
  max-width: 100%;
  font-weight: 700;
  position: absolute;
  top: 65px;
  left: 0;
  right: 0;
}*/
.btn.btn-clean {
  background-color: transparent;
  color: inherit;
  border: 0;
  display: block;
  border-radius: 2px;
  padding: 6px 12px;
}
.btn.btn-clean:hover {
  color: #333;
  background-color: rgba(228, 228, 228, 0.75);
}
.btn.btn-clean:active {
  color: #333;
  background-color: rgba(228, 228, 228, 1);
  -webkit-box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.04);
  box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.04);
}
.ggl-box {
  text-align: center;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16),0 0 0 1px rgba(0,0,0,0.08);
  background-color: #f5f5f5;
}
.filter.row {
  float: right;
  margin-top: 20px;
  margin-left: 10px;
  line-height: 38px;
  margin-right: 0;
}

#new-smooch-btn {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
  margin: 10px;
  z-index: 1000;
  padding: 5px;
  position: fixed;
  right: 10px;
  bottom: 0px;
  /*right: -50px;
  bottom: 28px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);*/
  font-size: small;
  outline: none;
}
#sk-container.sk-close {
  bottom: -50px !important;
}
.sk-close-hidden, .sk-appear-hidden {
  opacity: 0;
  visibility: hidden;
}
#MathJax_Message {
  display: none;
}
.btn-link-clean:focus,
.btn-link-clean:active,
.btn-link-clean:hover {
  outline: none !important;
  text-decoration: none !important;
}
.exam-body {
  background-color: white;
  padding: 7px;
  border-radius: 3px;
}
.exam-body .answers {
  padding: 0;
}

.behind-btn-group {
  position: relative;
  padding-top: 24px;
}
.behind-btn-group:hover .behind-btn,
.behind-btn-group.hover .behind-btn {
  bottom: 24px;
}
.behind-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-top: 0;
  transition: bottom .4s ease-in-out;
  width: 100%;
  outline: none;
  z-index: 4;
}
.behind-btn:focus,
.behind-btn:active,
.behind-btn:hover {
  outline: none !important;
}
.behind-btn-group button:not(.behind-btn) {
  position: relative;
  z-index: 5;
}
.btn.btn-white-clean {
  background-color: white;
  color: inherit;
  border: 0;
  display: block;
  border-radius: 2px;
  padding: 6px 12px;
}
.btn.btn-white-clean:hover,
.btn.btn-white-clean.hover {
  color: #333;
  background-color: rgb(240, 240, 240);
}
.btn.btn-white-clean:active {
  color: #333;
  background-color: rgb(228, 228, 228);
  -webkit-box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.04);
  box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.04);
}
.sort-report-btn-group {
  margin-bottom: 24px;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
    display: none;
}
