/* Put your CSS here */
html, button, input, select, textarea {
  font-family: "proxima-nova-alt", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
  padding-top: 67px;
}

a {
    color: #222;
}

a:hover,
a:focus {
    color: #222;
    text-decoration: underline;
}

h1, h2, h3, h4, h5
{
    color: #555;
    font-weight: 400;
    display: block;
}

::-moz-selection {
  background: #ffe7ac;
  text-shadow: none; 
}

::selection {
  background: #ffe7ac;
  text-shadow: none; 
}

::-webkit-selection {
    background: #ffe7ac;
    text-shadow: none; 
}


#top-bg {
    background: url('../images/bkg-diamond-pattern.png') repeat left top;
	min-height: 370px;
}

#bottom-bg {
    background: url('../images/bkg-typography-pattern-800.jpg') repeat center top;
    content:"";
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    z-index: -1;
}

#footer {
    background: #959595;
}

a.orng_link {
   color: #fdb813;
}

abbr[title] {
	border-bottom: 0px;
	cursor: default;
}
	

.content-box {
    margin-top: 30px;
    padding: 40px 0px 20px 0px;
    -moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.3);
    background: white;
    display: block;
    margin-bottom: -80px;
}

.btn,
.btn.disabled,
.btn[disabled] {
    background-color: #fdb813;
    border-color: #fdb813;
}

.btn-primary,
.btn-primary.disabled,
.btn-primary[disabled] {
    color: #2f2f2f;
}

.btn:hover,
.btn:focus {
    color: #2f2f2f;
    background-color: #858585;
    border-color: #858585;
}

.btn.btn-white {
    background-color: #fff;
    border-color: #dedede;
}

.btn.btn-white:hover,
.btn.btn-white:focus {
    color: #2f2f2f;
    background-color: #858585;
    border-color: #858585;
}

.btn.btn-red {
    background-color: #d2322d;
    border-color: #ac2925;
    color: #fff;
}

.btn.btn-green {
    background-color: #5cb85c; 
    border-color: #4cae4c;
    color: #fff;
}

.btn.btn-red:hover,
.btn.btn-red:focus {
    color: #2f2f2f;
    background-color: #858585;
    border-color: #858585;
}


.btn.full-width {
    width: 100%;
}

.form-control {
    -webkit-box-shadow: inset 0 1px 1px #dedede;
    box-shadow: inset 0 1px 1px #dedede;
}

.form-control:focus {
    border-color: #dedede;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #858585; 
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #858585;

}

.big-input {
	height: 45px;
	font-size: 16px;
}

.checkbox {
	font-weight: normal;
}

.page-header{
    margin-top: 0px;
    border-color: #fdb813;
}

div.page-header > hr {
}

small.subtext {
    line-height: 1;
    color: #999;
    display: block;
    padding-bottom: 15px;
    padding-top: 0px;
    font-style: italic;
}

.loading-overlay{
    content: "";
    display: block;
    position: fixed; /* could also be absolute */
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1031;
    background-color: rgba(0,0,0,0.2);
}

.loading-progress {
    position: relative;
    z-index: 1032;
}


.row-spacer-10 {
   margin-top: 10px; 
}

.row-spacer-20 {
   margin-top: 20px; 
}

.row-spacer-40 {
   margin-top: 40px; 
}

.pagination > .active > a, 
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #fdb813;
  border-color: #fdb813;
}

.glyphicon.pad-right {
    padding-right: 10px;
}

.glyphicon.green {
    color: green;
}

.glyphicon.red {
    color: red;
}

.row.highlight {
    padding-top: 5px;
    padding-bottom: 5px;
}

.row.highlight:hover {
    background-color: #e7e7e7;
}

.modal-header > a > span.glyphicon {
    margin-right: 12px;
    opacity: 0.6;
    font-size: 16px;
}

.modal-header > a > span.glyphicon:hover {
    opacity: 1;
}
