/* Pretty printing styles. Used with prettify.js. */

.str { color: #080; }
.kwd { color: #008; }
.com { color: #800; }
.typ { color: #606; }
.lit { color: #066; }
.pun { color: #660; }
.pln { color: #000; }
.tag { color: #008; }
.atn { color: #606; }
.atv { color: #080; }
.dec { color: #606; }
pre.prettyprint { padding: 5px; border:1px solid #d2d2d2; /*background:#f5f5f5*/ }

@media print {
  .str { color: #060; }
  .kwd { color: #006; font-weight: bold; }
  .com { color: #600; font-style: italic; }
  .typ { color: #404; font-weight: bold; }
  .lit { color: #044; }
  .pun { color: #440; }
  .pln { color: #000; }
  .tag { color: #006; font-weight: bold; }
  .atn { color: #404; }
  .atv { color: #060; }
}


.hidden { visibility:hidden }


.message { padding:10px; margin:15px 0; display:block; text-align:left }
.message-title { font-weight:bold; font-size:1.25em }
.message-body { margin-top:4px }
.error, .notice, .success { padding:.8em; margin-bottom:1em; border:2px solid #ddd }
.error { /*background:#FBE3E4;*/ color:#8a1f11; border-color:#FBC2C4 }
.notice { /*background:#FFF6BF;*/ color:#514721; border-color:#FFD324 }
.success { /*background:#E6EFC2;*/ color:#264409; border-color:#C6D880 }
.error a { color:#8a1f11 }
.notice a { color:#514721 }
.success a { color:#264409 }
#test button{width: 100% !important;font-size: 12px;background-color: #fff;padding: 8px;border-radius: 2px;color: #111010;}
#test button:active, #test button:focus , #test input[type="submit"]:active, #test input[type="button"]:active, #test input[type="reset"]:active{background: linear-gradient(to bottom, #fff 0%, #fff 100%); border-top: 0px solid #b93207; border: 1px solid #b7bbc0 !important; padding: 7px;}
#test button:hover{background: #fff;}
.margin_bottom_com .form-row.new_form.col-md-12{padding: 3px;margin: 0 0 6px;}
.ui-multiselect-checkboxes label input{min-height: auto;margin: 5px;}