/* 
    Document   : BillMax.Portal.css
    Created on : Jan 28, 2015, 4:35:34 PM
    Author     : bill
    Description:
        Purpose of the stylesheet follows.
*/

.error { 
	color: red; 
}

#termsreset * {
	all: reset;
}

.list-group > a.disabled {
  color: #999999;
}
.list-group > a.disabled:hover,
.list-group > a.disabled:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

/*.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .5 ) 
                url('http://i.stack.imgur.com/FhHRx.gif') 
                50% 50% 
                no-repeat;
}*/

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

.top-buffer { margin-top:4px; }

.jqte_tool_label {height:2em !important;}

body {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
}

/* hide hamburger when menu open */

@media screen and (min-width: 600px) {
    #menuicon { display: none; }  /* hide it on larger screens */
}

@media screen and (max-width: 599px) {
    #menuicon { display: block; }   /* show it elsewhere */
}
