/* 
   reg.css
   Based on W3.CSS 4.11 October 2018 by Jan Egil and Borge Refsnes
   Modified for NEFRSEF by Peter and Bruce 
*/
html
{
   box-sizing:border-box
}
*,*:before,
*:after
{
   box-sizing:inherit
}
/* */
/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
/* This section should not be changed - it's sole function is to make all browsers act similarly */
/* */
html
{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
body
{margin:0}
article
,aside
,details
,figcaption
,figure
,footer
,header
,main
,menu
,nav
,section,summary
{display:block}
audio
,canvas
,progress
,video
{display:inline-block}
progress
{vertical-align:baseline}
audio:not([controls]){display:none;height:0}
[hidden]
,template{display:none}
a
{background-color:transparent;-webkit-text-decoration-skip:objects}
a:active
,a:hover
{outline-width:0}
abbr[title]
{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
dfn
{font-style:italic}
mark
{background:#ff0;color:#000}
small
{font-size:80%}
sub
,sup
{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub
{bottom:-0.25em}
sup
{top:-0.5em}
figure
{margin:1em 40px}
img
{border-style:none}
svg:not(:root)
{overflow:hidden}
code
,kbd
,pre
,samp
{font-family:monospace,monospace;font-size:1em}
hr
{box-sizing:content-box;height:0;overflow:visible}
button
,input
,select
,textarea
{font:inherit;margin:0}
optgroup
{font-weight:bold}
button
,input
{overflow:visible}
button
,select
{text-transform:none}
button
,html [type=button],[type=reset],[type=submit]
{-webkit-appearance:button}
button::-moz-focus-inner
, [type=button]::-moz-focus-inner
, [type=reset]::-moz-focus-inner
, [type=submit]::-moz-focus-inner
{border-style:none;padding:0}
button:-moz-focusring
, [type=button]:-moz-focusring
, [type=reset]:-moz-focusring
, [type=submit]:-moz-focusring
{outline:1px dotted ButtonText}
fieldset
{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}
legend
{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}
textarea
{overflow:auto}
[type=checkbox]
,[type=radio]
{padding:0}
[type=number]::-webkit-inner-spin-button
,[type=number]::-webkit-outer-spin-button
{height:auto}
[type=search]
{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-cancel-button
,[type=search]::-webkit-search-decoration
{-webkit-appearance:none}
::-webkit-input-placeholder
{color:inherit;opacity:0.54}
::-webkit-file-upload-button
{-webkit-appearance:button;font:inherit}
/* */
/* End extract */
/* */

/* */
/* Boom Glyphicons */
/* 
File: boom_glyphs.png
5 icons
X, Y, Desc.,               Xpx, Ypx
1, 1, Pencil (Edit),       0,   0
2, 1, Circle-Bar (Delete), 38,  0
3, 1, Eye (Details),       75,  0
4, 1, Plus (Add),          112, 0
5, 1, Floppty Disk (Save), 149, 0
Style Notes:
top: does nothing
left: does nothing
width: Width of Image
height: Height of Image
background: url( {filename} ) XPos YPos
            XPos
               positive counts from right
               negative counts from left
            Y Position
               counts from top
               negative counts from top and the image wraps.
                  -10 takes 10 pixels from bottom of image.
*/
#boom-edit
{
   top: 1px;
   left: 0px;
   width: 36px;
   height: 36px;
   background: url(boom_glyphs.png) -0px 0px;
}
#boom-delete
{
   top: 0px;
   left: 0px;
   width: 36px;
   height: 36px;
   background: url(boom_glyphs.png) -38px 0px;
}
#boom-details
{
   top: 0px;
   left: 0px;
   width: 36px;
   height: 36px;
   background: url(boom_glyphs.png) -75px 0px;
}
#boom-add
{
   top: 0px;
   left: 0px;
   width: 36px;
   height: 36px;
   background: url(boom_glyphs.png) -112px 0px;
}
#boom-save
{
   top: 0px;
   left: 0px;
   width: 36px;
   height: 36px;
   background: url(boom_glyphs.png) -149px 0px;
}
.boom-userpic
{
   width:100px;
   height:100px;
   border-style:solid;
   border-width: 5px;
   border-radius: 15px;
}

/* */
/* Begin Useable Style Sheet Elements */
/* */
html
,body
{font-family:Verdana,sans-serif;font-size:15px;line-height:1.5}
html{overflow-x:hidden}
h1
{font-size:36px}
h2
{font-size:30px}
h3
{font-size:24px}
h4
{font-size:20px}
h5
{font-size:18px}
h6
{font-size:16px}
.reg-serif
{font-family:serif}
h1
,h2
,h3
,h4
,h5
,h6
{font-family:"Segoe UI",Arial,sans-serif;font-weight:400;margin:10px 0}
.reg-wide
{letter-spacing:4px}
hr
{border:0;border-top:1px solid #eee;margin:20px 0}
.reg-image
{max-width:100%;height:auto}
img
{vertical-align:middle}
a
{color:inherit}
.reg-table,
.reg-table-all
{
   border-collapse:collapse;
   border-spacing:0;
   width:100%;
   display:table
}

.reg-table-all{border:1px solid #ccc}
.reg-bordered tr,
.reg-table-all tr
{
   border-bottom:1px solid #ddd
}

.reg-striped tbody tr:nth-child(even)
{background-color:#f1f1f1}
.reg-table-all tr:nth-child(odd)
{background-color:#fff}.reg-table-all tr:nth-child(even)
{background-color:#f1f1f1}
.reg-hoverable tbody tr:hover,
.reg-ul.reg-hoverable li:hover
{background-color:#ccc}
.reg-centered tr th,
.reg-centered tr td
{
   text-align:center
}
.reg-table td,
.reg-table th,
.reg-table-all td,
.reg-table-all th
{
   padding:8px 8px;
   display:table-cell;
   text-align:left;
   vertical-align:top;
}

.reg-table th:first-child,
.reg-table td:first-child,
.reg-table-all th:first-child,
.reg-table-all td:first-child
{
   padding-left:16px
}

.reg-btn,
.reg-button
{
   border:none;
   display:inline-block;
   padding:8px 16px;
   border-radius:12px 12px 12px 12px;
   vertical-align:middle;
   overflow:hidden;
   text-decoration:none;
   color:inherit;
   background-color:inherit;
   text-align:center;
   cursor:pointer;
   white-space:nowrap
}
.reg-button-small
{
   padding: 2px 8px;
   border-radius: 4px;
}
.reg-btn:hover
{
   box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
}

.reg-btn,
.reg-button
{
   -webkit-touch-callout:none;
   -webkit-user-select:none;
   -khtml-user-select:none;
   -moz-user-select:none;
   -ms-user-select:none;
   user-select:none
}
.reg-disabled,
.reg-btn:disabled,
.reg-button:disabled
{
   cursor:not-allowed;
   opacity:0.3
}
.reg-disabled *,
:disabled *
{pointer-events:none}
.reg-btn.reg-disabled:hover,
.reg-btn:disabled:hover
{box-shadow:none}
.reg-badge,
.reg-tag
{background-color:#000;color:#fff;display:inline-block;padding-left:8px;padding-right:8px;text-align:center}
.reg-badge
{border-radius:50%}
.reg-ul
{list-style-type:none;padding:0;margin:0}
.reg-ul li
{padding:8px 16px;border-bottom:1px solid #ddd}
.reg-ul li:last-child
{border-bottom:none}
.reg-tooltip,
.reg-display-container
{position:relative}
.reg-tooltip .reg-text
{display:none}
.reg-tooltip:hover .reg-text
{display:inline-block}
.reg-ripple:active
{opacity:0.5}
.reg-ripple
{transition:opacity 0s}
.reg-input
{padding:8px;display:block;border:none;border-bottom:1px solid #ccc;width:100%}
.reg-select
{padding:9px 0;width:100%;border:none;border-bottom:1px solid #ccc}
.reg-dropdown-click,
.reg-dropdown-hover
{position:relative;display:inline-block;cursor:pointer}
.reg-dropdown-hover:hover .reg-dropdown-content
{display:block}
.reg-dropdown-hover:first-child,
.reg-dropdown-click:hover
{background-color:#ccc;color:#000}
.reg-dropdown-hover:hover > .reg-button:first-child,
.reg-dropdown-click:hover > .reg-button:first-child
{background-color:#ccc;color:#000}
.reg-dropdown-content
{cursor:auto;color:#000;background-color:#fff;display:none;position:absolute;min-width:160px;margin:0;padding:0;z-index:1}
.reg-check,
.reg-radio
{width:24px;height:24px;position:relative;top:6px}
.reg-sidebar
{height:100%;width:200px;background-color:#fff;position:fixed!important;z-index:1;overflow:auto}
.reg-bar-block .reg-dropdown-hover,
.reg-bar-block .reg-dropdown-click
{width:100%}
.reg-bar-block .reg-dropdown-hover .reg-dropdown-content,
.reg-bar-block .reg-dropdown-click .reg-dropdown-content
{min-width:100%}
.reg-bar-block .reg-dropdown-hover .reg-button,
.reg-bar-block .reg-dropdown-click .reg-button
{width:100%;text-align:left;padding:8px 16px}
.reg-main,
#main
{transition:margin-left .4s}
.reg-modal
{z-index:3;display:none;padding-top:100px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4)}
.reg-modal-content
{margin:auto;background-color:#fff;position:relative;padding:0;outline:0;width:600px}
.reg-bar
{width:100%;overflow:hidden}
.reg-center .reg-bar
{display:inline-block;width:auto}
.reg-bar .reg-bar-item
{padding:8px 16px;float:left;width:auto;border:none;display:block;outline:0}
.reg-bar .reg-dropdown-hover,
.reg-bar .reg-dropdown-click
{position:static;float:left}
.reg-bar .reg-button
{white-space:normal}
.reg-bar-block .reg-bar-item
{width:100%;display:block;padding:8px 16px;text-align:left;border:none;white-space:normal;float:none;outline:0}
.reg-bar-block.reg-center .reg-bar-item
{text-align:center}
.reg-block
{display:block;width:100%}
.reg-responsive
{display:block;overflow-x:auto}
.reg-container:after,
.reg-container:before,
.reg-panel:after,
.reg-panel:before,
.reg-row:after,
.reg-row:before,
.reg-row-padding:after,
.reg-row-padding:before,
.reg-cell-row:before,
.reg-cell-row:after,
.reg-clear:after,
.reg-clear:before,
.reg-bar:before,
.reg-bar:after
{content:"";display:table;clear:both}
.reg-newrow{grid-column-start: 2;}
.reg-col,
.reg-half,
.reg-third,
.reg-twothird,
.reg-threequarter,
.reg-quarter
{float:left;width:100%}
.reg-col.s1{width:8.33333%}
.reg-col.s2{width:16.66666%}
.reg-col.s3{width:24.99999%}
.reg-col.s4{width:33.33333%}
.reg-col.s5{width:41.66666%}
.reg-col.s6{width:49.99999%}
.reg-col.s7{width:58.33333%}
.reg-col.s8{width:66.66666%}
.reg-col.s9{width:74.99999%}
.reg-col.s10{width:83.33333%}
.reg-col.s11{width:91.66666%}
.reg-col.s12{width:99.99999%}
@media (min-width:601px){
.reg-col.m1{width:8.33333%}
.reg-col.m2{width:16.66666%}
.reg-col.m3,
.reg-quarter{width:24.99999%}
.reg-col.m4,
.reg-third{width:33.33333%}
.reg-col.m5{width:41.66666%}
.reg-col.m6,
.reg-half{width:49.99999%}
.reg-col.m7{width:58.33333%}
.reg-col.m8,
.reg-twothird{width:66.66666%}
.reg-col.m9,
.reg-threequarter{width:74.99999%}
.reg-col.m10{width:83.33333%}
.reg-col.m11{width:91.66666%}
.reg-col.m12{width:99.99999%}}
@media (min-width:993px){
.reg-col.l1{width:8.33333%}
.reg-col.l2{width:16.66666%}
.reg-col.l3{width:24.99999%}
.reg-col.l4{width:33.33333%}
.reg-col.l5{width:41.66666%}
.reg-col.l6{width:49.99999%}
.reg-col.l7{width:58.33333%}
.reg-col.l8{width:66.66666%}
.reg-col.l9{width:74.99999%}
.reg-col.l10{width:83.33333%}
.reg-col.l11{width:91.66666%}
.reg-col.l12{width:99.99999%}}
.reg-rest{overflow:hidden}
.reg-content,.reg-auto{margin-left:auto;margin-right:auto}  
.reg-content{max-width:980px}
.reg-auto{max-width:1140px}
.reg-cell-row{display:table;width:100%}
.reg-cell{display:table-cell}
.reg-cell-top{vertical-align:top}
.reg-cell-middle{vertical-align:middle}
.reg-cell-bottom{vertical-align:bottom}
.reg-hide{display:none!important}
.reg-show-block,.reg-show{display:block!important}
.reg-show-inline-block{display:inline-block!important}
@media (max-width:1205px){.reg-auto{max-width:95%}}
@media (max-width:600px){.reg-modal-content{margin:0 10px;width:auto!important}.reg-modal{padding-top:30px}
.reg-dropdown-hover.reg-mobile .reg-dropdown-content,.reg-dropdown-click.reg-mobile .reg-dropdown-content{position:relative}	
.reg-hide-small{display:none!important}
.reg-mobile{display:block;width:100%!important}
.reg-bar-item.reg-mobile,
.reg-dropdown-hover.reg-mobile,
.reg-dropdown-click.reg-mobile{text-align:center}
.reg-dropdown-hover.reg-mobile,.reg-dropdown-hover.reg-mobile .reg-btn,.reg-dropdown-hover.reg-mobile .reg-button,.reg-dropdown-click.reg-mobile,.reg-dropdown-click.reg-mobile .reg-btn,.reg-dropdown-click.reg-mobile .reg-button{width:100%}}
@media (max-width:768px){.reg-modal-content{width:500px}.reg-modal{padding-top:50px}}
@media (min-width:993px){.reg-modal-content{width:900px}
.reg-hide-large
{display:none!important}
.reg-sidebar.reg-collapse
{display:block!important}}
@media (max-width:992px) and (min-width:601px)
{.reg-hide-medium{display:none!important}}
@media (max-width:992px)
{.reg-sidebar.reg-collapse
{display:none}
.reg-main
{margin-left:0!important;margin-right:0!important}
.reg-auto
{max-width:100%}}
.reg-top,
.reg-bottom
{position:fixed;width:100%;z-index:1}
.reg-top{top:0}
.reg-bottom{bottom:0}
.reg-overlay
{position:fixed;display:none;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.5);z-index:2}
.reg-display-topleft
{position:absolute;left:0;top:0}.reg-display-topright{position:absolute;right:0;top:0}
.reg-display-bottomleft
{position:absolute;left:0;bottom:0}.reg-display-bottomright{position:absolute;right:0;bottom:0}
.reg-display-middle
{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}
.reg-display-left
{position:absolute;top:50%;left:0%;transform:translate(0%,-50%);-ms-transform:translate(-0%,-50%)}
.reg-display-right
{position:absolute;top:50%;right:0%;transform:translate(0%,-50%);-ms-transform:translate(0%,-50%)}
.reg-display-topmiddle
{position:absolute;left:50%;top:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.reg-display-bottommiddle
{position:absolute;left:50%;bottom:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.reg-display-container:hover .reg-display-hover
{display:block}
.reg-display-container:hover span.reg-display-hover
{display:inline-block}
.reg-display-hover
{display:none}
.reg-display-position
{position:absolute}
.reg-circle
{border-radius:50%}
.reg-round-small
{border-radius:2px}
.reg-round,
.reg-round-medium
{border-radius:4px}
.reg-round-large
{border-radius:8px}
.reg-round-xlarge
{border-radius:16px}
.reg-round-xxlarge
{border-radius:32px}
.reg-round-xxlarge-top
{border-radius:32px 32px 0px 0px}
.reg-round-xxlarge-bottom
{
   border-radius:0px 0px 32px 32px
}
.reg-row-padding,
.reg-row-padding>.reg-half,
.reg-row-padding>.reg-third,
.reg-row-padding>.reg-twothird,
.reg-row-padding>.reg-threequarter,
.reg-row-padding>.reg-quarter,
.reg-row-padding>.reg-col
{padding:0 8px}
.reg-container,
.reg-panel
{padding:0.01em 16px}
.reg-panel
{margin-top:16px;margin-bottom:16px}
.reg-code,
.reg-codespan
{font-family:Consolas,"courier new";font-size:16px}
.reg-code{width:auto;background-color:#fff;padding:8px 12px;border-left:4px solid #4CAF50;word-wrap:break-word}
.reg-codespan{color:crimson;background-color:#f1f1f1;padding-left:4px;padding-right:4px;font-size:110%}
.reg-card,.reg-card-2{box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)}
.reg-card-4,.reg-hover-shadow:hover{box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19)}
.reg-spin{animation:reg-spin 2s infinite linear}@keyframes reg-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}
.reg-animate-fading{animation:fading 10s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
.reg-animate-opacity{animation:opac 0.8s}@keyframes opac{from{opacity:0} to{opacity:1}}
.reg-animate-top{position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.reg-animate-left{position:relative;animation:animateleft 0.4s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.reg-animate-right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.reg-animate-bottom{position:relative;animation:animatebottom 0.4s}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.reg-animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
.reg-animate-input{transition:width 0.4s ease-in-out}.reg-animate-input:focus{width:100%!important}
.reg-opacity,.reg-hover-opacity:hover{opacity:0.60}.reg-opacity-off,.reg-hover-opacity-off:hover{opacity:1}
.reg-opacity-max{opacity:0.25}.reg-opacity-min{opacity:0.75}
.reg-greyscale-max,.reg-grayscale-max,.reg-hover-greyscale:hover,.reg-hover-grayscale:hover{filter:grayscale(100%)}
.reg-greyscale,.reg-grayscale{filter:grayscale(75%)}.reg-greyscale-min,.reg-grayscale-min{filter:grayscale(50%)}
.reg-sepia{filter:sepia(75%)}.reg-sepia-max,.reg-hover-sepia:hover{filter:sepia(100%)}.reg-sepia-min{filter:sepia(50%)}
.reg-tiny{font-size:10px!important}.reg-small{font-size:12px!important}.reg-medium{font-size:15px!important}.reg-large{font-size:18px!important}
.reg-xlarge{font-size:24px!important}.reg-xxlarge{font-size:36px!important}.reg-xxxlarge{font-size:48px!important}.reg-jumbo{font-size:64px!important}
.reg-left-align{text-align:left!important}
.reg-right-align{text-align:right!important}
.reg-justify{text-align:justify!important}
.reg-center{text-align:center!important}
.reg-border-0{border:0!important}.reg-border{border:1px solid #ccc!important}
.reg-border-top{border-top:1px solid #ccc!important}.reg-border-bottom{border-bottom:1px solid #ccc!important}
.reg-border-left{border-left:1px solid #ccc!important}.reg-border-right{border-right:1px solid #ccc!important}
.reg-topbar{border-top:6px solid #ccc!important}.reg-bottombar{border-bottom:6px solid #ccc!important}
.reg-leftbar{border-left:6px solid #ccc!important}.reg-rightbar{border-right:6px solid #ccc!important}
.reg-section,
.reg-code
{margin-top:16px!important;margin-bottom:16px!important}
.reg-margin
{margin:16px!important}.reg-margin-top{margin-top:16px!important}.reg-margin-bottom{margin-bottom:16px!important}
.reg-margin-left
{margin-left:16px!important}.reg-margin-right{margin-right:16px!important}
.reg-padding-small
{padding:4px 8px!important}
.reg-padding
{padding:8px 16px!important}
.reg-padding-large
{padding:12px 24px!important}
.reg-padding-16
{padding-top:16px!important;padding-bottom:16px!important}.reg-padding-24{padding-top:24px!important;padding-bottom:24px!important}
.reg-padding-32
{padding-top:32px!important;padding-bottom:32px!important}.reg-padding-48{padding-top:48px!important;padding-bottom:48px!important}
.reg-padding-64
{padding-top:64px!important;padding-bottom:64px!important}
.reg-left
{float:left!important}
.reg-right
{float:right!important}
.reg-button:hover
{color:#000!important;background-color:#ccc!important}
.reg-transparent,
.reg-hover-none:hover
{background-color:transparent!important}
.reg-hover-none:hover
{box-shadow:none!important}


/* Colors */
.reg-readonly,.reg-hover-light-grey:hover,.reg-light-gray,.reg-hover-light-gray:hover{color:#808080!important;background-color:#f1f1f1!important}

.reg-amber,.reg-hover-amber:hover{color:#000!important;background-color:#ffc107!important}
.reg-aqua,.reg-hover-aqua:hover{color:#000!important;background-color:#00ffff!important}
.reg-blue,.reg-hover-blue:hover{color:#fff!important;background-color:#2196F3!important}
.reg-light-blue,.reg-hover-light-blue:hover{color:#000!important;background-color:#87CEEB!important}
.reg-brown,.reg-hover-brown:hover{color:#fff!important;background-color:#795548!important}
.reg-cyan,.reg-hover-cyan:hover{color:#000!important;background-color:#00bcd4!important}
.reg-blue-grey,.reg-hover-blue-grey:hover,.reg-blue-gray,.reg-hover-blue-gray:hover{color:#fff!important;background-color:#607d8b!important}
.reg-green,.reg-hover-green:hover{color:#fff!important;background-color:#4CAF50!important}
.reg-light-green,.reg-hover-light-green:hover{color:#000!important;background-color:#8bc34a!important}
.reg-indigo,.reg-hover-indigo:hover{color:#fff!important;background-color:#3f51b5!important}
.reg-khaki,.reg-hover-khaki:hover{color:#000!important;background-color:#f0e68c!important}
.reg-lime,.reg-hover-lime:hover{color:#000!important;background-color:#cddc39!important}
.reg-orange,.reg-hover-orange:hover{color:#000!important;background-color:#ff9800!important}
.reg-deep-orange,.reg-hover-deep-orange:hover{color:#fff!important;background-color:#ff5722!important}
.reg-pink,.reg-hover-pink:hover{color:#fff!important;background-color:#e91e63!important}
.reg-purple,.reg-hover-purple:hover{color:#fff!important;background-color:#9c27b0!important}
.reg-deep-purple,.reg-hover-deep-purple:hover{color:#fff!important;background-color:#673ab7!important}
.reg-red,.reg-hover-red:hover{color:#fff!important;background-color:#f44336!important}
.reg-sand,.reg-hover-sand:hover{color:#000!important;background-color:#fdf5e6!important}
.reg-teal,.reg-hover-teal:hover{color:#fff!important;background-color:#009688!important}
.reg-yellow,.reg-hover-yellow:hover{color:#000!important;background-color:#ffeb3b!important}
.reg-white,.reg-hover-white:hover{color:#000!important;background-color:#fff!important}
.reg-black,.reg-hover-black:hover{color:#fff!important;background-color:#000!important}
.reg-grey,.reg-hover-grey:hover,.reg-gray,.reg-hover-gray:hover{color:#000!important;background-color:#9e9e9e!important}
.reg-light-grey,.reg-hover-light-grey:hover,.reg-light-gray,.reg-hover-light-gray:hover{color:#000!important;background-color:#f1f1f1!important}
.reg-dark-grey,.reg-hover-dark-grey:hover,.reg-dark-gray,.reg-hover-dark-gray:hover{color:#fff!important;background-color:#616161!important}
.reg-pale-red,.reg-hover-pale-red:hover{color:#000!important;background-color:#ffdddd!important}
.reg-pale-green,.reg-hover-pale-green:hover{color:#000!important;background-color:#ddffdd!important}
.reg-pale-yellow,.reg-hover-pale-yellow:hover{color:#000!important;background-color:#ffffcc!important}
.reg-pale-blue,.reg-hover-pale-blue:hover{color:#000!important;background-color:#ddffff!important}
.reg-text-amber,.reg-hover-text-amber:hover{color:#ffc107!important}
.reg-text-aqua,.reg-hover-text-aqua:hover{color:#00ffff!important}
.reg-text-blue,.reg-hover-text-blue:hover{color:#2196F3!important}
.reg-text-light-blue,.reg-hover-text-light-blue:hover{color:#87CEEB!important}
.reg-text-brown,.reg-hover-text-brown:hover{color:#795548!important}
.reg-text-cyan,.reg-hover-text-cyan:hover{color:#00bcd4!important}
.reg-text-blue-grey,.reg-hover-text-blue-grey:hover,.reg-text-blue-gray,.reg-hover-text-blue-gray:hover{color:#607d8b!important}
.reg-text-green,.reg-hover-text-green:hover{color:#4CAF50!important}
.reg-text-light-green,.reg-hover-text-light-green:hover{color:#8bc34a!important}
.reg-text-indigo,.reg-hover-text-indigo:hover{color:#3f51b5!important}
.reg-text-khaki,.reg-hover-text-khaki:hover{color:#b4aa50!important}
.reg-text-lime,.reg-hover-text-lime:hover{color:#cddc39!important}
.reg-text-orange,.reg-hover-text-orange:hover{color:#ff9800!important}
.reg-text-deep-orange,.reg-hover-text-deep-orange:hover{color:#ff5722!important}
.reg-text-pink,.reg-hover-text-pink:hover{color:#e91e63!important}
.reg-text-purple,.reg-hover-text-purple:hover{color:#9c27b0!important}
.reg-text-deep-purple,.reg-hover-text-deep-purple:hover{color:#673ab7!important}
.reg-text-red,.reg-hover-text-red:hover{color:#f44336!important}
.reg-text-sand,.reg-hover-text-sand:hover{color:#fdf5e6!important}
.reg-text-teal,.reg-hover-text-teal:hover{color:#009688!important}
.reg-text-yellow,.reg-hover-text-yellow:hover{color:#d2be0e!important}
.reg-text-white,.reg-hover-text-white:hover{color:#fff!important}
.reg-text-black,.reg-hover-text-black:hover{color:#000!important}
.reg-text-grey,.reg-hover-text-grey:hover,.reg-text-gray,.reg-hover-text-gray:hover{color:#757575!important}
.reg-text-light-grey,.reg-hover-text-light-grey:hover,.reg-text-light-gray,.reg-hover-text-light-gray:hover{color:#f1f1f1!important}
.reg-text-dark-grey,.reg-hover-text-dark-grey:hover,.reg-text-dark-gray,.reg-hover-text-dark-gray:hover{color:#3a3a3a!important}
.reg-border-amber,.reg-hover-border-amber:hover{border-color:#ffc107!important}
.reg-border-aqua,.reg-hover-border-aqua:hover{border-color:#00ffff!important}
.reg-border-blue,.reg-hover-border-blue:hover{border-color:#2196F3!important}
.reg-border-light-blue,.reg-hover-border-light-blue:hover{border-color:#87CEEB!important}
.reg-border-brown,.reg-hover-border-brown:hover{border-color:#795548!important}
.reg-border-cyan,.reg-hover-border-cyan:hover{border-color:#00bcd4!important}
.reg-border-blue-grey,.reg-hover-border-blue-grey:hover,.reg-border-blue-gray,.reg-hover-border-blue-gray:hover{border-color:#607d8b!important}
.reg-border-green,.reg-hover-border-green:hover{border-color:#4CAF50!important}
.reg-border-light-green,.reg-hover-border-light-green:hover{border-color:#8bc34a!important}
.reg-border-indigo,.reg-hover-border-indigo:hover{border-color:#3f51b5!important}
.reg-border-khaki,.reg-hover-border-khaki:hover{border-color:#f0e68c!important}
.reg-border-lime,.reg-hover-border-lime:hover{border-color:#cddc39!important}
.reg-border-orange,.reg-hover-border-orange:hover{border-color:#ff9800!important}
.reg-border-deep-orange,.reg-hover-border-deep-orange:hover{border-color:#ff5722!important}
.reg-border-pink,.reg-hover-border-pink:hover{border-color:#e91e63!important}
.reg-border-purple,.reg-hover-border-purple:hover{border-color:#9c27b0!important}
.reg-border-deep-purple,.reg-hover-border-deep-purple:hover{border-color:#673ab7!important}
.reg-border-red,.reg-hover-border-red:hover{border-color:#f44336!important}
.reg-border-sand,.reg-hover-border-sand:hover{border-color:#fdf5e6!important}
.reg-border-teal,.reg-hover-border-teal:hover{border-color:#009688!important}
.reg-border-yellow,.reg-hover-border-yellow:hover{border-color:#ffeb3b!important}
.reg-border-white,.reg-hover-border-white:hover{border-color:#fff!important}
.reg-border-black,.reg-hover-border-black:hover{border-color:#000!important}
.reg-border-grey,.reg-hover-border-grey:hover,.reg-border-gray,.reg-hover-border-gray:hover{border-color:#9e9e9e!important}
.reg-border-light-grey,.reg-hover-border-light-grey:hover,.reg-border-light-gray,.reg-hover-border-light-gray:hover{border-color:#f1f1f1!important}
.reg-border-dark-grey,.reg-hover-border-dark-grey:hover,.reg-border-dark-gray,.reg-hover-border-dark-gray:hover{border-color:#616161!important}
.reg-border-pale-red,.reg-hover-border-pale-red:hover{border-color:#ffe7e7!important}.reg-border-pale-green,.reg-hover-border-pale-green:hover{border-color:#e7ffe7!important}
.reg-border-pale-yellow,.reg-hover-border-pale-yellow:hover{border-color:#ffffcc!important}.reg-border-pale-blue,.reg-hover-border-pale-blue:hover{border-color:#e7ffff!important}