
img {
border : none 0;
height : auto;
max-width : 100%;
vertical-align : middle;
}
a:focus {
outline : none;
}
body {
margin : 0;
font-family : sans-serif;
font-size : 0.9rem;
line-height : 1.1rem;
color : #5a5a5a;
background-color : #ffffff;
}
a {
text-decoration : none;
}
.img-rounded {
border-radius : 6px;
}
.img-polaroid {
padding : 3px;
background-color : #ccc;
}
.img-circle {
border-radius : 500px;
}
table {
max-width : 100%;
background-color : transparent;
border-collapse : collapse;
border-spacing : 0;
}
p {
margin : 0 0 12px;
}
.lead {
margin-bottom : 20px;
font-size : 21px;
font-weight : 200;
line-height : 30px;
}
small {
font-size : 85%;
}
strong {
font-weight : 600;
}
em {
font-style : italic;
}
cite {
font-style : normal;
}
.muted {
color : #999999;
}
a.muted:hover, a.muted:focus {
color : #808080;
}
.text-warning {
color : #c09853;
}
a.text-warning:hover, a.text-warning:focus {
color : #a47e3c;
}
.text-error {
color : #b94a48;
}
a.text-error:hover, a.text-error:focus {
color : #953b39;
}
.text-info {
color : #3a87ad;
}
a.text-info:hover, a.text-info:focus {
color : #2d6987;
}
.text-success {
color : #468847;
}
a.text-success:hover, a.text-success:focus {
color : #356635;
}
.text-left {
text-align : left;
}
.text-right {
text-align : right;
}
.text-center {
text-align : center;
}
h1, h2, h3, h4, h5, h6 {
margin : 10px 0;
font-family : "SuisseCondNo-Conflict", sans-serif;
font-weight : normal;
line-height : 24px;
color : #a02d0a;
text-rendering : optimizeLegibility;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
font-weight : normal;
line-height : 1;
color : #999999;
}
h1, h2, h3 {
line-height : 24px;
}
h1 {
font-size : 22px;
}
h2 {
font-size : 20px;
}
h3 {
font-size : 20px;
}
h4 {
font-size : 18px;
}
h5 {
font-size : 18px;
}
h6 {
font-size : 16px;
}
h1 small {
font-size : 22px;
}
h2 small {
font-size : 20px;
}
h3 small {
font-size : 18px;
}
h4 small {
font-size : 16px;
}
.page-header {
    padding-bottom: 10px;
	margin: 20px 0 30px;
	background: url("../images/decor-small-gold.png") 50% bottom no-repeat;
}
ul ul, ul ol, ol ol, ol ul {
margin-bottom : 0;
}
li {
line-height : 20px;
padding : 2px 0;
}
ul.unstyled, ol.unstyled {
margin-left : 0;
list-style : none;
}
ul.inline, ol.inline {
margin-left : 0;
list-style : none;
}
ul.inline > li, ol.inline > li {
display : inline-block;
padding-right : 5px;
padding-left : 5px;
}
dl {
margin : 10px 0;
}
dt, dd {
line-height : 20px;
}
dt {
font-weight : bold;
}
dd {
margin-left : 10px;
}
hr {
margin : 20px 0;
border : 0;
border-top : 1px solid #eeeeee;
border-bottom : 1px solid #ffffff;
}
abbr[title], abbr[data-original-title] {
cursor : help;
border-bottom : 1px dotted #999999;
}
abbr.initialism {
font-size : 90%;
text-transform : uppercase;
}
blockquote {
padding : 0 0 0 15px;
margin : 0 0 20px;
border-left : 5px solid #eeeeee;
}
blockquote p {
margin-bottom : 0;
font-size : 17.5px;
font-weight : 300;
line-height : 1.25;
}
blockquote small {
display : block;
line-height : 20px;
color : #999999;
}
blockquote small:before {
content : '\2014 \00A0';
}
blockquote.pull-right {
float : right;
padding-right : 15px;
padding-left : 0;
border-right : 5px solid #eeeeee;
border-left : 0;
}
blockquote.pull-right p, blockquote.pull-right small {
text-align : right;
}
blockquote.pull-right small:before {
content : '';
}
blockquote.pull-right small:after {
content : '\00A0 \2014';
}
q:before, q:after, blockquote:before, blockquote:after {
content : "";
}
address {
display : block;
margin-bottom : 20px;
font-style : normal;
line-height : 20px;
}
code, pre {
padding : 0 3px 2px;
font-family : Monaco, Menlo, Consolas, "Courier New", monospace;
font-size : 12px;
color : #333333;
}
code {
padding : 2px 4px;
color : #d14;
white-space : nowrap;
background-color : #f7f7f9;
border : #e1e1e8 solid 1px;
}
pre {
display : block;
padding : 9.5px;
margin : 0 0 10px;
font-size : 13px;
line-height : 20px;
word-break : break-all;
overflow-wrap : break-word;
white-space : pre;
white-space : pre-wrap;
background-color : #f5f5f5;
border : #ccc solid 1px;
border : rgba(0, 0, 0, 0.15) solid 1px;
}
pre.prettyprint {
margin-bottom : 20px;
}
pre code {
padding : 0;
color : inherit;
white-space : pre;
white-space : pre-wrap;
background-color : transparent;
border : 0;
}
.pre-scrollable {
max-height : 340px;
overflow-y : scroll;
}
legend {
display : block;
width : 100%;
padding : 0 0 12px;
margin: 10px 0 10px;
font-size : 20px;
line-height : 36px;
color : #9e3c07;
border : 0;
border-bottom : 1px solid #a5c4e7;
}
legend small {
font-size : 13.5px;
color : #999;
}
label {
display : block;
margin-bottom : 8px;
}
.close {
float : right;
font-size : 21px;
font-weight : 700;
line-height : 1;
color : #000;
text-shadow : 0 1px 0 #fff;
opacity : 0.20000000298023223876953125;
}
.close:focus, .close:hover {
color : #000;
text-decoration : none;
cursor : pointer;
opacity : 0.5;
}
button.close {
padding : 0;
cursor : pointer;
background : 0 0;
border : 0;
}
.hero-unit {
padding : 60px;
margin-bottom : 30px;
font-size : 18px;
font-weight : 200;
line-height : 30px;
color : inherit;
background-color : #eeeeee;
border-radius : 6px;
}
.hero-unit h1 {
margin-bottom : 0;
font-size : 60px;
line-height : 1;
letter-spacing : -1px;
color : inherit;
}
.hero-unit li {
line-height : 30px;
}
.pull-right {
float : right;
}
.pull-left {
float : left;
}
.hide {
display : none;
}
.show {
display : block;
}
.invisible {
visibility : hidden;
}
.affix {
position : fixed;
}
.typeahead {
z-index : 1051;
margin-top : 2px;
border-radius : 4px;
}
.well {
min-height : 20px;
padding : 15px;
margin-bottom : 20px;
background-color : #f1f8e9;
border-radius : 2px;
box-shadow : 0 1px 1px rgba(0, 0, 0, 0.05) inset;
}
.well blockquote {
border-color : #ddd;
border-color : rgba(0, 0, 0, 0.15);
}
.well-large {
padding : 24px;
border-radius : 6px;
}
.well-small {
padding : 9px;
border-radius : 3px;
}
.fade {
opacity : 0;
transition : opacity 0.15s linear;
}
.fade.in {
opacity : 1;
}
.collapse {
position : relative;
height : 0;
overflow : hidden;
transition : height 0.35s ease;
}
.collapse.in {
height : auto;
}
.close {
float : right;
font-size : 20px;
font-weight : bold;
line-height : 20px;
color : #000000;
text-shadow : 0 1px 0 #ffffff;
opacity : 0.20000000298023223876953125;
}
.close:hover, .close:focus {
color : #000000;
text-decoration : none;
cursor : pointer;
opacity : 0.4000000059604644775390625;
}
button.close {
padding : 0;
cursor : pointer;
background : transparent;
border : 0;
}
.row {
margin-left : -20px;
}
.row:before, .row:after {
display : table;
line-height : 0;
content : "";
}
.row:after {
clear : both;
}
[class*="span"] {
float : left;
margin-left : 20px;
}
.row-fluid {
width : 100%;
}
.row-fluid:before, .row-fluid:after {
display : table;
line-height : 0;
content : "";
}
.row-fluid:after {
clear : both;
}
.row-fluid [class*="span"] {
display : block;
float : left;
width : 100%;
margin-left : 2.127659574468085%;
box-sizing : border-box;
}
.row-fluid [class*="span"]:first-child {
margin-left : 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
margin-left : 2.127659574468085%;
}
.row-fluid .span12 {
width : 100%;
}
.row-fluid .span11 {
width : 91.48936170212765%;
}
.row-fluid .span10 {
width : 82.97872340425532%;
}
.row-fluid .span9 {
width : 74.46808510638297%;
}
.row-fluid .span8 {
width : 65.95744680851064%;
}
.row-fluid .span7 {
width : 57.44680851063829%;
}
.row-fluid .span6 {
width : 48.93617021276595%;
}
.row-fluid .span5 {
width : 40.42553191489362%;
}
.row-fluid .span4 {
width : 31.914893617021278%;
}
.row-fluid .span3 {
width : 23.404255319148934%;
}
.row-fluid .span2 {
width : 14.893617021276595%;
}
.row-fluid .span1 {
width : 6.382978723404255%;
}
.row-fluid .offset12 {
margin-left : 104.25531914893617%;
}
.row-fluid .offset12:first-child {
margin-left : 102.12765957446808%;
}
.row-fluid .offset11 {
margin-left : 95.74468085106382%;
}
.row-fluid .offset11:first-child {
margin-left : 93.61702127659574%;
}
.row-fluid .offset10 {
margin-left : 87.23404255319149%;
}
.row-fluid .offset10:first-child {
margin-left : 85.1063829787234%;
}
.row-fluid .offset9 {
margin-left : 78.72340425531914%;
}
.row-fluid .offset9:first-child {
margin-left : 76.59574468085106%;
}
.row-fluid .offset8 {
margin-left : 70.2127659574468%;
}
.row-fluid .offset8:first-child {
margin-left : 68.08510638297872%;
}
.row-fluid .offset7 {
margin-left : 61.70212765957446%;
}
.row-fluid .offset7:first-child {
margin-left : 59.574468085106375%;
}
.row-fluid .offset6 {
margin-left : 53.191489361702125%;
}
.row-fluid .offset6:first-child {
margin-left : 51.063829787234035%;
}
.row-fluid .offset5 {
margin-left : 44.68085106382979%;
}
.row-fluid .offset5:first-child {
margin-left : 42.5531914893617%;
}
.row-fluid .offset4 {
margin-left : 36.170212765957444%;
}
.row-fluid .offset4:first-child {
margin-left : 34.04255319148936%;
}
.row-fluid .offset3 {
margin-left : 27.659574468085104%;
}
.row-fluid .offset3:first-child {
margin-left : 25.53191489361702%;
}
.row-fluid .offset2 {
margin-left : 19.148936170212764%;
}
.row-fluid .offset2:first-child {
margin-left : 17.02127659574468%;
}
.row-fluid .offset1 {
margin-left : 10.638297872340425%;
}
.row-fluid .offset1:first-child {
margin-left : 8.51063829787234%;
}
[class*="span"].hide, .row-fluid [class*="span"].hide {
display : none;
}
[class*="span"].pull-right, .row-fluid [class*="span"].pull-right {
float : right;
}
.container {
margin-right : auto;
margin-left : auto;
}
.container:before, .container:after {
display : table;
line-height : 0;
content : "";
}
.container:after {
clear : both;
}
.container-fluid {
padding-right : 20px;
padding-left : 20px;
}
.container-fluid:before, .container-fluid:after {
display : table;
line-height : 0;
content : "";
}
.container-fluid:after {
clear : both;
}
form {
margin : 0 0 10px;
}
fieldset {
padding : 0 3px;
margin : 0;
border : 0;
margin-top : 5px;
}
.radio input[type="radio"], .checkbox input[type="checkbox"] {
margin-right : 8px;
}
.radio.inline, .checkbox.inline {
display : inline-block;
padding-top : 5px;
margin-bottom : 0;
vertical-align : middle;
}
.radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline {
margin-left : 10px;
}
.input-mini {
width : 100%;
box-sizing : border-box;
}
.input-small {
width : 100%;
box-sizing : border-box;
}
.input-medium {
width : 100%;
box-sizing : border-box;
}
.input-large {
width : 100%;
box-sizing : border-box;
}
.input-xlarge {
width : 100%;
box-sizing : border-box;
}
.input-xxlarge {
width : 100%;
box-sizing : border-box;
}
input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"] {
float : none;
margin-left : 0;
}
.input-append input[class*="span"], .input-append .uneditable-input[class*="span"], .input-prepend input[class*="span"], .input-prepend .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"], .row-fluid .input-prepend [class*="span"], .row-fluid .input-append [class*="span"] {
display : inline-block;
}
input, textarea, .uneditable-input {
margin : 3px 0;
}
.controls-row [class*="span"] + [class*="span"] {
margin-left : 20px;
}
input.span12, textarea.span12, .uneditable-input.span12 {
width : 926px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
width : 846px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
width : 766px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
width : 686px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
width : 606px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
width : 526px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
width : 446px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
width : 366px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
width : 286px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
width : 206px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
width : 126px;
}
input.span1, textarea.span1, .uneditable-input.span1 {
width : 46px;
}
.controls-row:before, .controls-row:after {
display : table;
line-height : 0;
content : "";
}
.controls-row:after {
clear : both;
}
.controls-row [class*="span"], .row-fluid .controls-row [class*="span"] {
float : left;
}
.controls-row .checkbox[class*="span"], .controls-row .radio[class*="span"] {
padding-top : 5px;
}
[type="radio"]:not(:checked), [type="radio"]:checked {
position : absolute;
left : -9999px;
opacity : 0;
}
[type="radio"]:not(:checked) + label, [type="radio"]:checked + label {
position : relative;
padding-left : 35px;
cursor : pointer;
display : block;
height : auto;
line-height : 20px;
font-size : 1rem;
transition : 0.28s ease;
user-select : none;
}
[type="radio"] + label:before, [type="radio"] + label:after {
content : '';
position : absolute;
left : 0;
top : -2px;
margin : 4px;
width : 16px;
height : 16px;
z-index : 0;
transition : 0.28s ease;
}
[type="radio"]:not(:checked) + label:before, [type="radio"]:not(:checked) + label:after, [type="radio"]:checked + label:before, [type="radio"]:checked + label:after, [type="radio"].with-gap:checked + label:before, [type="radio"].with-gap:checked + label:after {
border-radius : 50%;
}
[type="radio"]:not(:checked) + label:before, [type="radio"]:not(:checked) + label:after {
border : #5a5a5a solid 2px;
}
[type="radio"]:not(:checked) + label:after {
transform : scale(0);
}
[type="radio"]:checked + label:before {
border : transparent solid 2px;
}
[type="radio"]:checked + label:after, [type="radio"].with-gap:checked + label:before, [type="radio"].with-gap:checked + label:after {
border : rgb(148, 174, 248) solid 2px;
}
[type="radio"]:checked + label:after, [type="radio"].with-gap:checked + label:after {
background-color : rgb(141, 145, 240);
}
[type="radio"]:checked + label:after {
transform : scale(1.02);
}
[type="radio"].with-gap:checked + label:after {
transform : scale(0.5);
}
[type="radio"].tabbed:focus + label:before {
box-shadow : 0 0 0 10px rgba(0, 0, 0, 0.1);
}
[type="radio"].with-gap:disabled:checked + label:before {
border : rgba(0, 0, 0, 0.26) solid 2px;
}
[type="radio"].with-gap:disabled:checked + label:after {
border : none;
background-color : rgba(0, 0, 0, 0.26);
}
[type="radio"]:disabled:not(:checked) + label:before, [type="radio"]:disabled:checked + label:before {
background-color : transparent;
border-color : rgba(0, 0, 0, 0.26);
}
[type="radio"]:disabled + label {
color : rgba(0, 0, 0, 0.26);
}
[type="radio"]:disabled:not(:checked) + label:before {
border-color : rgba(0, 0, 0, 0.26);
}
[type="radio"]:disabled:checked + label:after {
background-color : rgba(0, 0, 0, 0.26);
border-color : #BDBDBD;
}
form p {
margin-bottom : 20px;
text-align : left;
}
form p:last-child {
margin-bottom : 0;
}
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
position : absolute;
left : -9999px;
opacity : 0;
}
[type="checkbox"] + label {
position : relative;
padding-left : 35px;
cursor : pointer;
display : inline-block;
line-height : 20px;
font-size : 1rem;
}
[type="checkbox"] + label:before, [type="checkbox"]:not(.filled-in) + label:after {
content : '';
position : absolute;
top : 0;
left : 0;
width : 18px;
height : 18px;
z-index : 0;
border : #555 solid 2px;
border-radius : 1px;
margin-top : 1px;
transition : 0.2s;
}
[type="checkbox"]:not(.filled-in) + label:after {
border : 0;
transform : scale(0);
}
[type="checkbox"]:not(:checked):disabled + label:before {
border : none;
background-color : rgba(0, 0, 0, 0.26);
}
[type="checkbox"].tabbed:focus + label:after {
transform : scale(1);
border : 0;
border-radius : 50%;
box-shadow : 0 0 0 10px rgba(0, 0, 0, 0.1);
background-color : rgba(0, 0, 0, 0.1);
}
[type="checkbox"]:checked + label:before {
top : -4px;
left : -5px;
width : 12px;
height : 22px;
border-top : 2px solid transparent;
border-left : 2px solid transparent;
border-right : 2px solid rgb(83, 136, 216);
border-bottom : 2px solid rgb(83, 136, 216);
transform : rotate(40deg);
backface-visibility : hidden;
transform-origin : 100% 100%;
}
[type="checkbox"]:checked:disabled + label:before {
border-right : 2px solid rgba(0, 0, 0, 0.26);
border-bottom : 2px solid rgba(0, 0, 0, 0.26);
}
[type="checkbox"]:indeterminate + label:before {
top : -11px;
left : -12px;
width : 10px;
height : 22px;
border-top : none;
border-left : none;
border-right : 2px solid #ff5b00;
border-bottom : none;
transform : rotate(90deg);
backface-visibility : hidden;
transform-origin : 100% 100%;
}
[type="checkbox"]:indeterminate:disabled + label:before {
border-right : 2px solid rgba(0, 0, 0, 0.26);
background-color : transparent;
}
[type="checkbox"].filled-in + label:after {
border-radius : 2px;
}
[type="checkbox"].filled-in + label:before, [type="checkbox"].filled-in + label:after {
content : '';
left : 0;
position : absolute;
transition : border 0.25s, background-color 0.25s, width 0.20s 0.1s, height 0.20s 0.1s, top 0.20s 0.1s, left 0.20s 0.1s;
z-index : 1;
}
[type="checkbox"].filled-in:not(:checked) + label:before {
width : 0;
height : 0;
border : transparent solid 3px;
left : 6px;
top : 10px;
transform : rotateZ(37deg);
transform-origin : 100% 100%;
}
[type="checkbox"].filled-in:not(:checked) + label:after {
height : 20px;
width : 20px;
background-color : transparent;
border : #5a5a5a solid 2px;
top : 0;
z-index : 0;
}
[type="checkbox"].filled-in:checked + label:before {
top : 0;
left : 1px;
width : 8px;
height : 13px;
border-top : 2px solid transparent;
border-left : 2px solid transparent;
border-right : 2px solid #fff;
border-bottom : 2px solid #fff;
transform : rotateZ(37deg);
transform-origin : 100% 100%;
}
[type="checkbox"].filled-in:checked + label:after {
top : 0;
width : 20px;
height : 20px;
border : #ff5b00 solid 2px;
background-color : #ff5b00;
z-index : 0;
}
[type="checkbox"].filled-in.tabbed:focus + label:after {
border-radius : 2px;
border-color : #5a5a5a;
background-color : rgba(0, 0, 0, 0.1);
}
[type="checkbox"].filled-in.tabbed:checked:focus + label:after {
border-radius : 2px;
background-color : #ff5b00;
border-color : #ff5b00;
}
[type="checkbox"].filled-in:disabled:not(:checked) + label:before {
background-color : transparent;
border : transparent solid 2px;
}
[type="checkbox"].filled-in:disabled:not(:checked) + label:after {
border-color : transparent;
background-color : #BDBDBD;
}
[type="checkbox"].filled-in:disabled:checked + label:before {
background-color : transparent;
}
[type="checkbox"].filled-in:disabled:checked + label:after {
background-color : #BDBDBD;
border-color : #BDBDBD;
}
input[type="radio"], input[type="checkbox"] {
margin : 4px 0 0;
line-height : normal;
}
input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
width : auto;
}
select, input[type="file"] {
height : 28px;
line-height : 28px;
}
select {
border : #ccc solid 1px;
background-color : #fff;
opacity: 0 !important;
}
.breadcrumb {
padding : 15px 15px !important ;
margin : 0;
list-style : none;
border-radius : 1px;
}
.breadcrumb > li {
display : inline-block;
color : #888;
}
.breadcrumb > li a {
color : #c82f16;
}
.breadcrumb > li + li:before {
padding : 0 3px;
color : #333;
content : "/";
}
.breadcrumb > .active {
color : #555;
}
.divider {
display : none;
}
.btn, .btn a {
display : inline-block;
font-weight : 400;
text-align : center;
white-space : nowrap;
vertical-align : middle;
cursor : pointer;
margin : 2px;
user-select : none;
border : transparent solid 1px;
padding : 0.375rem 0.8rem;
font-size : 1rem !important ;
line-height : 1.8;
transition : all 0.2s ease-in-out;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
outline : thin dotted;
outline-offset : -2px;
}
.btn:focus, .btn:hover {
text-decoration : none;
}
.btn.focus {
text-decoration : none;
}
.btn:active, .btn.active {
background-image : none;
background : #c1c1c1;
outline : 0;
}
.btn.disabled, .btn:disabled {
cursor : not-allowed;
opacity : 0.64999997615814208984375;
}
a.btn.disabled, fieldset[disabled] a.btn {
pointer-events : none;
}
.btn-primary {
color : #fff;
background-color : rgb(146, 137, 121);
}
.btn-primary:hover {
color : #fff;
background-color : rgb(236, 135, 79);
}
.btn-primary:focus, .btn-primary.focus {
color : #fff;
background-color : rgb(236, 135, 79);
border-color : #3d5261;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
color : #fff;
background-color : #487da2;
border-color : #41657e;
background-image : none;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
color : #fff;
background-color : #7a98ad;
border-color : #496a82;
}
.btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus {
background-color : #1995ad;
border-color : #1995ad;
}
.btn-primary.disabled:hover, .btn-primary:disabled:hover {
background-color : #1995ad;
border-color : #1995ad;
}
.btn-secondary {
color : rgba(0, 0, 0, 0.8);
background-color : #a1d6e2;
border-color : #95d1de;
}
.btn-secondary:hover {
color : rgba(0, 0, 0, 0.8);
background-color : #7ac5d6;
border-color : #67bdd0;
}
.btn-secondary:focus, .btn-secondary.focus {
color : rgba(0, 0, 0, 0.8);
background-color : #7ac5d6;
border-color : #67bdd0;
}
.btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
color : rgba(0, 0, 0, 0.8);
background-color : #7ac5d6;
border-color : #67bdd0;
background-image : none;
}
.btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus, .open > .btn-secondary.dropdown-toggle:hover, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle.focus {
color : rgba(0, 0, 0, 0.8);
background-color : #5fb9ce;
border-color : #3aa3bb;
}
.btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus {
background-color : #a1d6e2;
border-color : #95d1de;
}
.btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
background-color : #a1d6e2;
border-color : #95d1de;
}
.btn-info {
color : #fff;
background-color : #f24c15;
border-color : #f24c15;
}
.btn-info:hover {
color : #fff;
background-color : #d24e22;
border-color : #d24e22;
}
.btn-info:focus, .btn-info.focus {
color : #fff;
background-color : #d24e22;
border-color : #d24e22;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
color : #fff;
background-color : #d24e22;
border-color : #d24e22;
background-image : none;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
color : #fff;
background-color : #1f6a74;
border-color : #164d53;
}
.btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus {
background-color : #31a9b8;
border-color : #31a9b8;
}
.btn-info.disabled:hover, .btn-info:disabled:hover {
background-color : #31a9b8;
border-color : #31a9b8;
}
.btn-success {
color : #fff;
background-color : #258039;
border-color : #258039;
}
.btn-success:hover {
color : #fff;
background-color : #1a5827;
border-color : #175124;
}
.btn-success:focus, .btn-success.focus {
color : #fff;
background-color : #1a5827;
border-color : #175124;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
color : #fff;
background-color : #1a5827;
border-color : #175124;
background-image : none;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
color : #fff;
background-color : #123d1b;
border-color : #081d0d;
}
.btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus {
background-color : #258039;
border-color : #258039;
}
.btn-success.disabled:hover, .btn-success:disabled:hover {
background-color : #258039;
border-color : #258039;
}
.btn-warning {
color : #fff;
background-color : #ffbe41;
border-color : #ffbe41;
}
.btn-warning:hover {
color : #fff;
background-color : #ffad0e;
border-color : #ffa904;
}
.btn-warning:focus, .btn-warning.focus {
color : #fff;
background-color : #ffad0e;
border-color : #ffa904;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
color : #fff;
background-color : #ffad0e;
border-color : #ffa904;
background-image : none;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
color : #fff;
background-color : #e99900;
border-color : #c17f00;
}
.btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus {
background-color : #ffbe41;
border-color : #ffbe41;
}
.btn-warning.disabled:hover, .btn-warning:disabled:hover {
background-color : #ffbe41;
border-color : #ffbe41;
}
.btn-danger {
color : #fff;
background-color : #cf3721;
border-color : #cf3721;
}
.btn-danger:hover {
color : #fff;
background-color : #a32b1a;
border-color : #9a2919;
}
.btn-danger:focus, .btn-danger.focus {
color : #fff;
background-color : #a32b1a;
border-color : #9a2919;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
color : #fff;
background-color : #a32b1a;
border-color : #9a2919;
background-image : none;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
color : #fff;
background-color : #842315;
border-color : #611a0f;
}
.btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus {
background-color : #cf3721;
border-color : #cf3721;
}
.btn-danger.disabled:hover, .btn-danger:disabled:hover {
background-color : #cf3721;
border-color : #cf3721;
}
.btn-primary-outline {
color : #1995ad;
background-image : none;
background-color : transparent;
border-color : #1995ad;
}
.btn-primary-outline:focus, .btn-primary-outline.focus, .btn-primary-outline:active, .btn-primary-outline.active, .open > .btn-primary-outline.dropdown-toggle {
color : #fff;
background-color : #1995ad;
border-color : #1995ad;
}
.btn-primary-outline:hover {
color : #fff;
background-color : #1995ad;
border-color : #1995ad;
}
.btn-primary-outline.disabled:focus, .btn-primary-outline.disabled.focus, .btn-primary-outline:disabled:focus, .btn-primary-outline:disabled.focus {
border-color : #48cbe4;
}
.btn-primary-outline.disabled:hover, .btn-primary-outline:disabled:hover {
border-color : #48cbe4;
}
.btn-secondary-outline {
color : #95d1de;
background-image : none;
background-color : transparent;
border-color : #95d1de;
}
.btn-secondary-outline:focus, .btn-secondary-outline.focus, .btn-secondary-outline:active, .btn-secondary-outline.active, .open > .btn-secondary-outline.dropdown-toggle {
color : #fff;
background-color : #95d1de;
border-color : #95d1de;
}
.btn-secondary-outline:hover {
color : #fff;
background-color : #95d1de;
border-color : #95d1de;
}
.btn-secondary-outline.disabled:focus, .btn-secondary-outline.disabled.focus, .btn-secondary-outline:disabled:focus, .btn-secondary-outline:disabled.focus {
border-color : #e3f3f6;
}
.btn-secondary-outline.disabled:hover, .btn-secondary-outline:disabled:hover {
border-color : #e3f3f6;
}
.btn-info-outline {
color : #31a9b8;
background-image : none;
background-color : transparent;
border-color : #31a9b8;
}
.btn-info-outline:focus, .btn-info-outline.focus, .btn-info-outline:active, .btn-info-outline.active, .open > .btn-info-outline.dropdown-toggle {
color : #fff;
background-color : #31a9b8;
border-color : #31a9b8;
}
.btn-info-outline:hover {
color : #fff;
background-color : #31a9b8;
border-color : #31a9b8;
}
.btn-info-outline.disabled:focus, .btn-info-outline.disabled.focus, .btn-info-outline:disabled:focus, .btn-info-outline:disabled.focus {
border-color : #75cfda;
}
.btn-info-outline.disabled:hover, .btn-info-outline:disabled:hover {
border-color : #75cfda;
}
.btn-success {
color : #fff;
background-color : #258039;
border-color : #258039;
}
.btn-success:hover {
color : #fff;
background-color : #1a5827;
border-color : #175124;
}
.btn-success:focus, .btn-success.focus {
color : #fff;
background-color : #1a5827;
border-color : #175124;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
color : #fff;
background-color : #1a5827;
border-color : #175124;
background-image : none;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
color : #fff;
background-color : #123d1b;
border-color : #081d0d;
}
.btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus {
background-color : #258039;
border-color : #258039;
}
.btn-success.disabled:hover, .btn-success:disabled:hover {
background-color : #258039;
border-color : #258039;
}
.btn-warning-outline {
color : rgb(174, 143, 109);
background-image : none;
background-color : transparent;
border-color : rgb(174, 143, 109);
}

.btn-warning-outline:focus, .btn-warning-outline.focus, .btn-warning-outline:active, .btn-warning-outline.active, .open > .btn-warning-outline.dropdown-toggle {
color : #fff;
background-color : rgb(174, 143, 109);
border-color : rgb(174, 143, 109);
}
.btn-warning-outline:hover {
color : #fff;
background-color : rgb(174, 143, 109);
border-color : rgb(174, 143, 109);
}
.btn-warning-outline.disabled:focus, .btn-warning-outline.disabled.focus, .btn-warning-outline:disabled:focus, .btn-warning-outline:disabled.focus {
border-color : #ffe1a7;
}
.btn-warning-outline.disabled:hover, .btn-warning-outline:disabled:hover {
border-color : #ffe1a7;
}
.btn-danger-outline {
color : #cf3721;
background-image : none;
background-color : transparent;
border-color : #cf3721;
}
.btn-danger-outline:focus, .btn-danger-outline.focus, .btn-danger-outline:active, .btn-danger-outline.active, .open > .btn-danger-outline.dropdown-toggle {
color : #fff;
background-color : #cf3721;
border-color : #cf3721;
}
.btn-danger-outline:hover {
color : #fff;
background-color : #cf3721;
border-color : #cf3721;
}
.btn-danger-outline.disabled:focus, .btn-danger-outline.disabled.focus, .btn-danger-outline:disabled:focus, .btn-danger-outline:disabled.focus {
border-color : #e87e6e;
}
.btn-danger-outline.disabled:hover, .btn-danger-outline:disabled:hover {
border-color : #e87e6e;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
background-color : transparent;
background-image : none;
box-shadow : none;
}
.btn-link {
border-color : transparent;
cursor : pointer;
color : #3071a9;
border-radius : 0;
}
.btn-link:hover, .btn-link:focus {
color : #1f496e;
text-decoration : underline;
background-color : transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus {
color : #333;
text-decoration : none;
}
.btn-group {
position : relative;
display : inline-block;
font-size : 0;
vertical-align : middle;
white-space : nowrap;
}
.btn-group .btn + .btn {
margin-left : -1px;
}
.btn-group + .btn-group {
margin-left : 5px;
}
.search .btn-toolbar {
font-size : 0;
margin: 10px 0 30px;
}
.btn-toolbar {
font-size : 0;
margin: 10px 0;
}
.btn-toolbar > .btn + .btn, .btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn + .btn-group {
margin-left : 5px;
}
.btn-group > .btn {
position : relative;
border-radius : 0;
}
.btn-group > .btn-micro {
margin-left : -1px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
font-size : 13px;
}
.btn-group > .btn-mini {
font-size : 9.75px;
}
.btn-group > .btn-small {
font-size : 12px;
}
.btn-group > .btn-large {
font-size : 16.25px;
}
.btn-group > .btn:first-child {
margin-left : 0;
border-top-left-radius : 3px;
border-bottom-left-radius : 3px;
}
.btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
border-top-right-radius : 3px;
border-bottom-right-radius : 3px;
}
.btn-group > .btn.large:first-child {
margin-left : 0;
border-top-left-radius : 6px;
border-bottom-left-radius : 6px;
}
.btn-group > .btn.large:last-child, .btn-group > .large.dropdown-toggle {
border-top-right-radius : 6px;
border-bottom-right-radius : 6px;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active {
z-index : 2;
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
outline : 0;
}
.btn-group > .btn + .dropdown-toggle {
padding-left : 8px;
padding-right : 8px;
}
.btn-group > .btn-mini + .dropdown-toggle {
padding-left : 5px;
padding-right : 5px;
}
.btn-group > .btn-large + .dropdown-toggle {
padding-left : 12px;
padding-right : 12px;
}
.btn-group.open .dropdown-toggle {
background-image : none;
}
.btn-group.open .btn.dropdown-toggle {
background-color : #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
background-color : #15497c;
}
.btn-group.open .btn-warning.dropdown-toggle {
background-color : #c67605;
}
.btn-group.open .btn-danger.dropdown-toggle {
background-color : #942a25;
}
.btn-group.open .btn-success.dropdown-toggle {
background-color : #378137;
}
.btn-group.open .btn-info.dropdown-toggle {
background-color : #24748c;
}
.btn-group.open .btn-inverse.dropdown-toggle {
background-color : #222;
}
.btn .caret {
margin-top : 8px;
margin-left : 0;
}
.btn-large .caret {
margin-top : 6px;
}
.btn-large .caret {
border-left-width : 5px;
border-right-width : 5px;
border-top-width : 5px;
}
.btn-mini .caret, .btn-small .caret {
margin-top : 8px;
}
.dropup .btn-large .caret {
border-bottom-width : 5px;
}
.btn-primary .caret {
border-top-color : #1f496e;
border-bottom-color : #1f496e;
}
.btn-warning .caret, .btn-danger .caret, .btn-info .caret, .btn-success .caret, .btn-inverse .caret {
border-top-color : #fff;
border-bottom-color : #fff;
}
.btn-group-vertical {
display : inline-block;
}
.btn-group-vertical > .btn {
display : block;
float : none;
max-width : 100%;
border-radius : 0;
}
.btn-group-vertical > .btn + .btn {
margin-left : 0;
margin-top : -1px;
}
.btn-group-vertical > .btn:first-child {
border-radius : 3px 3px 0 0;
}
.btn-group-vertical > .btn:last-child {
border-radius : 0 0 3px 3px;
}
.btn-group-vertical > .btn-large:first-child {
border-radius : 6px 6px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
border-radius : 0 0 6px 6px;
}
.label {
display : inline-block;
padding : 0.25em 0.4em;
font-size : 75%;
font-weight : bold;
line-height : 1;
color : #fff;
text-align : center;
white-space : nowrap;
vertical-align : baseline;
}
.label:empty {
display : none;
}
.btn .label {
position : relative;
top : -1px;
}
a.label:focus, a.label:hover {
color : #fff;
text-decoration : none;
cursor : pointer;
}
.label-pill {
padding-right : 0.6em;
padding-left : 0.6em;
}
.label-default {
background-color : #818a91;
}
.label-default[href]:focus, .label-default[href]:hover {
background-color : #687077;
}
.label-primary {
background-color : #1995ad;
}
.label-primary[href]:focus, .label-primary[href]:hover {
background-color : #136f80;
}
.label-success {
background-color : #258039;
}
.label-success[href]:focus, .label-success[href]:hover {
background-color : #1a5827;
}
.label-info {
background-color : #31a9b8;
}
.label-info[href]:focus, .label-info[href]:hover {
background-color : #268490;
}
.label-warning {
background-color : #ffbe41;
}
.label-warning[href]:focus, .label-warning[href]:hover {
background-color : #ffad0e;
}
.label-danger {
background-color : #cf3721;
}
.label-danger[href]:focus, .label-danger[href]:hover {
background-color : #a32b1a;
}
.dropup, .dropdown {
position : relative;
}
.dropdown-toggle {
line-height : 1 !important ;
}
.dropdown-toggle:active, .open .dropdown-toggle {
outline : 0;
}
.caret {
display : inline-block;
width : 0;
height : 0;
vertical-align : top;
border-top : 4px solid #000000;
border-right : 4px solid transparent;
border-left : 4px solid transparent;
content : "";
}
.dropdown .caret {
margin-top : 8px;
margin-left : 2px;
}
.dropdown-menu {
position : absolute;
top : 100%;
left : 0;
z-index : 1000;
display : none;
float : left;
min-width : 160px;
padding : 5px 0;
margin : 2px 0 0;
list-style : none;
background-color : #ffffff;
border : #ccc solid 1px;
border : rgba(0, 0, 0, 0.2) solid 1px;
border-radius : 6px;
box-shadow : 0 5px 10px rgba(0, 0, 0, 0.2);
background-clip : padding-box;
}
.dropdown-menu.pull-right {
right : 0;
left : auto;
}
.dropdown-menu .divider {
height : 1px;
margin : 9px 1px;
overflow : hidden;
background-color : #e5e5e5;
border-bottom : 1px solid #ffffff;
}
.dropdown-menu > li > a {
display : block;
padding : 3px 20px;
clear : both;
font-weight : normal;
line-height : 20px;
color : #333333;
white-space : nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
color : #ffffff;
text-decoration : none;
background-color : #2bbbad;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
color : #ffffff;
text-decoration : none;
background-color : #2bbbad;
outline : 0;
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
color : #999999;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
text-decoration : none;
cursor : default;
background-color : transparent;
background-image : none;
}
.open > .dropdown-menu {
display : block;
}
.dropdown-backdrop {
position : fixed;
top : 0;
right : 0;
bottom : 0;
left : 0;
z-index : 990;
}
.pull-right > .dropdown-menu {
right : 0;
left : auto;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
border-top : 0;
border-bottom : 4px solid #000000;
content : "";
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
top : auto;
bottom : 100%;
margin-bottom : 1px;
}
.dropdown-submenu {
position : relative;
}
.dropdown-submenu > .dropdown-menu {
top : 0;
left : 100%;
margin-top : -6px;
margin-left : -1px;
border-radius : 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
display : block;
}
.dropup .dropdown-submenu > .dropdown-menu {
top : auto;
bottom : 0;
margin-top : 0;
margin-bottom : -2px;
border-radius : 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
display : block;
float : right;
width : 0;
height : 0;
margin-top : 5px;
margin-right : -10px;
border-color : transparent;
border-left-color : #cccccc;
border-style : solid;
border-width : 5px 0 5px 5px;
content : " ";
}
.dropdown-submenu:hover > a:after {
border-left-color : #ffffff;
}
.dropdown-submenu.pull-left {
float : none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
left : -100%;
margin-left : 10px;
border-radius : 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
padding-right : 20px;
padding-left : 20px;
}
.input-mini {
width : 60px;
}
.input-small {
width : 90px;
}
.input-medium {
width : 150px;
}
.input-large {
width : 210px;
}
.input-xlarge {
width : 270px;
}
.input-xxlarge {
width : 530px;
}
.search-results .highlight {
background-color : #ede0a6;
font-weight : 400;
padding : 1px 4px;
}
.search-results {
margin : 20px 0;
}
.ordering-box {
margin : 10px 0;
}
.form-limit {
margin : 10px 0;
}
.result-title {
margin-top : 20px;
}
.searchintro span, .searchintro badge {
float : none;
color : #fff;
margin : 0 3px;
}
.label, .badge {
display : inline-block;
padding : 4px 6px;
box-sizing : border-box;
font-size : 0.8rem;
line-height : 18px;
color : #fff;
vertical-align : middle;
white-space : nowrap;
background-color : #ff5b00;
}
.label {
border-radius : 2px;
}
.badge {
padding-left : 9px;
padding-right : 9px;
border-radius : 2px;
}
.label:empty, .badge:empty {
display : none;
}
a.label:hover, a.label:focus, a.badge:hover, a.badge:focus {
color : #fff;
text-decoration : none;
cursor : pointer;
}
.label-important, .badge-important {
background-color : #a94442;
}
.label-important[href], .badge-important[href] {
background-color : #843534;
}
.label-warning, .badge-warning {
background-color : #f89406;
}
.label-warning[href], .badge-warning[href] {
background-color : #c67605;
}
.label-success, .badge-success {
background-color : #3c763d;
}
.label-success[href], .badge-success[href] {
background-color : #2b542c;
}
.label-info, .badge-info {
background-color : #afd2f7;
}
.label-info[href], .badge-info[href] {
background-color : #245269;
}
.label-inverse, .badge-inverse {
background-color : #333;
}
.label-inverse[href], .badge-inverse[href] {
background-color : #1a1a1a;
}
.btn .label, .btn .badge {
position : relative;
top : -1px;
}
.btn-mini .label, .btn-mini .badge {
top : 0;
}
.alert {
padding : 30px 30px 20px 30px;
margin-bottom : 50px;
text-shadow : 0 1px 0 rgba(255, 255, 255, 0.5);
background-color : #fcf8e3;
border : #faebcc solid 1px;
border-radius : 2px;
}
.alert, .alert h4 {
color : #8a6d3b;
}
.alert h4 {
margin : 0 0 0.5em;
}
.alert .close {
position : relative;
top : -20px;
right : 0;
line-height : 18px;
cursor : pointer;
font-size : 36px;
height: 25px;
}
.alert-success {
background-color : #dff0d8;
border-color : #d6e9c6;
color : #3c763d;
}
.alert-success h4 {
color : #3c763d;
}
.alert-danger, .alert-error {
background-color : #f2dede;
border-color : #ebccd1;
color : #a94442;
}
.alert-danger h4, .alert-error h4 {
color : #a94442;
}
.alert-info {
background-color : #d9edf7;
border-color : #bce8f1;
color : #31708f;
}
.alert-info h4 {
color : #31708f;
}
.alert-block {
padding-top : 14px;
padding-bottom : 14px;
}
.alert-block > p, .alert-block > ul {
margin-bottom : 0;
}
.alert-block p + p {
margin-top : 5px;
}
#system-message-container .alert {
margin-bottom : 0;
}
.alertm_overlay {
width : 100%;
height : 100%;
position : fixed;
left : 0;
top : 0;
z-index : 99998;
background : rgba(51, 51, 51, 0.82);
display : none;
}
.alertm_all {
font-family : Arial;
width : 396px;
padding : 29px 43px;
border-radius : 0.25rem;
background : #fff;
position : fixed;
left : 50%;
margin-left : -241px;
top : 50%;
z-index : 99999;
}
.alertm_all a {
transition : all 0.2s ease-in-out;
text-decoration : none;
color : #0275d8;
}
.alertm_all a:hover {
color : #222;
}
.alertm_h1 {
color : #0275d8;
font-size : 19px;
margin-bottom : 15px;
}
.alertm_text {
font-size : 16px;
line-height : 23px;
}
.alertm_but {
display : inline-block;
font-weight : 400;
line-height : 1.25;
text-align : center;
white-space : nowrap;
vertical-align : middle;
user-select : none;
border : transparent solid 1px;
padding : 0.5rem 2rem;
font-size : 1rem;
border-radius : 0.25rem;
transition : all 0.2s ease-in-out;
color : #fff;
background-color : #0275d8;
border-color : #0275d8;
display : block;
margin-top : 25px;
cursor : pointer;
}
.alertm_but:hover {
color : #fff;
background-color : #025aa5;
border-color : #01549b;
}
a.alertm_close {
color : red;
text-decoration : none;
position : absolute;
right : 7px;
top : 0;
font-size : 25px;
}
