.row { max-width: 100%; }
.quick-page {
    background-color: orange;
}
.quick-page .button {
    
}

.theme-black { background-color: #000; }
.theme-orange { background-color: #ed772e; }
.theme-gray { background-color: #ddd; }
.theme-white { background-color: #fff; }
.theme-blue { background-color: #1680b0; }
.theme-lt-blue { background-color: #96b6cd; }

.button_set { margin-top: 10px; }

/*#btn-pro-addonor,
#btn-pro-member { width: 200px; margin: 6px; }
*/
.alert-box.success {
    color: #333;
    border-color: #3a945b;
    background-color: #f7f7f7;
}

.alert-box.error {
    color: #333;
    border-color: #b00;
    background-color: #f7f7f7;
}

.alert-box.radius {
    border-radius: 3px;
}

.alert-box {  
    border-image: none;
    border-style: none none none solid;
    border-width: medium medium medium 6px;
    display: block;
    font-size: 0.8125rem;
    font-weight: normal;
    margin-bottom: 1.25rem;
    padding: 0.875rem 1.5rem 0.875rem 0.875rem;
    position: relative;
    transition: opacity 300ms ease-out 0s;
    
}

.is-invalid-input:not(:focus) {
    background-color: #fbafaf;
    border-color: #cc4b37;
}

.table td,
.table th { font-size: 0.8rem; }/* width: 50%; }*/

.table-scroll table {
    width: 100%;
}

/*table.hover tbody tr:hover {
    background-color: #ffc;
}
table.hover:not(.unstriped) tr:nth-of-type(2n):hover {
    background-color: #ffc;
}*/

textarea { resize: none; }

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?etwsf9');
  src:  url('../fonts/icomoon.eot?etwsf9#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?etwsf9') format('truetype'),
    url('../fonts/icomoon.woff?etwsf9') format('woff'),
    url('../fonts/icomoon.svg?etwsf9#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: "\e900";
}
.icon-pencil:before {
  content: "\e905";
}
.icon-book:before {
  content: "\e91f";
}
.icon-file-empty:before {
  content: "\e924";
}
.icon-files-empty:before {
  content: "\e925";
}
.icon-file-picture:before {
  content: "\e927";
}
.icon-floppy-disk:before {
  content: "\e962";
}
.icon-undo2:before {
  content: "\e967";
}
.icon-user:before {
  content: "\e971";
}
.icon-users:before {
  content: "\e972";
}
.icon-user-plus:before {
  content: "\e973";
}
.icon-bin:before {
  content: "\e9ac";
}
.icon-bin2:before {
  content: "\e9ad";
}
.icon-download3:before {
  content: "\e9c7";
}
.icon-cross:before {
  content: "\ea0f";
}
.icon-checkmark:before {
  content: "\ea10";
}
.icon-play3:before {
  content: "\ea1c";
}
.icon-pause2:before {
  content: "\ea1d";
}
.icon-stop2:before {
  content: "\ea1e";
}
.icon-first:before {
  content: "\ea21";
}
.icon-last:before {
  content: "\ea22";
}

.save-export a { font-size: 0.8rem; }

[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
    background: #f04124 none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    font-size: 0.66667rem;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 0.88889rem;
    margin-top: -1px;
    padding: 0.33333rem 0.5rem 0.5rem;
}
[data-abide] span.error, [data-abide] small.error {
    display: none;
}
span.error, small.error {
    background: #f04124 none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    font-size: 0.66667rem;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 0.88889rem;
    margin-top: -1px;
    padding: 0.33333rem 0.5rem 0.5rem;
}

.pull-right { float: right; }

#forget_me { color: darkgrey; }

fieldset,hr { margin-bottom: 2rem; }

.correct { color: #3a945b; }
.error { color: #b00; }
.answer { font-weight: bold;}