/**
 * ---
 * Table of Contents:
 * ---
 * 1.0 - Plone Text Sizes
 * 2.0 - Images
 * 3.0 - Accordion
 * 4.0 - Colors
 * ---
 */

/**
 * 1.0 - Plone Text Sizes
 */

.xxxLargeFont {font-size: 140%;}
.xxLargeFont {font-size: 130%;}
.xLargeFont {font-size: 120%;}
.largeFont {font-size: 110%;}
.smallFont {font-size: 90%;}
.xSmallFont {font-size: 80%;}

/**
 * 2.0 - Images
 */

.image-left {
    float: left;
    margin: 0 1em 1em 0;
}

.image-right {
    float: right;
    margin: 0 0 1em 1em;
}

/**
 * 3.0 - Accordion
 */

.accordion-group {
    border-radius: 3px;
    overflow: hidden;
    border-color: #ddd;
    margin-bottom: 5px;
}

.accordion-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    background-color: #f5f5f5;
    padding: 10px 15px;
    border: 1px solid #ddd;
    font-family: freight-micro-pro,'Roboto Slab',Georgia,serif;
    font-weight: 400;
    text-transform: none;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

a.accordion-toggle {
    display: block;
    padding: 10px 15px;
    margin: -10px -15px;
    font-size: 1.1em;
    text-indent: 1em;
    border-bottom-color: transparent;
    cursor: pointer;
    /*text-decoration: none;*/
    line-height: normal;
    color: #555;
}

.accordion-heading>.accordion-toggle>a {
    color: #555;
    /*text-decoration: none;*/
    border-bottom: none;
}

.accordion-heading>.accordion-toggle.current:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accordion-heading>a:hover, accordion-heading>a:active {
    color: #286c9b;
}

.accordion-inner {
    padding: 15px;
    margin: 0;
    border: 1px solid #ddd;
    border-top: 0;
}

/**
 * 4.0 - Colors (buttons, alerts, etc.)
 */

 .btn-default, .btn-gray {
    background-color: #fbfaf8;
    color: #1D5377;
    border: solid 1px #ccc;
    border-radius: 3px;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .btn-default.dropdown-toggle,
.btn-gray:hover, .btn-gray:focus, .btn-gray:active, .btn-gray.active, .open .btn-gray.dropdown-toggle {
    background-color: #fafafa;
    color: #005A7A;
}

.btn-default:active, .btn-default.active, .open .btn-default.dropdown-toggle,
.btn-gray:active, .btn-gray.active, .open .btn-gray.dropdown-toggle {
    background-image: none;
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active,
.btn-gray.disabled, .btn-gray[disabled], fieldset[disabled] .btn-gray, .btn-gray.disabled:hover, .btn-gray[disabled]:hover, fieldset[disabled] .btn-gray:hover, .btn-gray.disabled:focus, .btn-gray[disabled]:focus, fieldset[disabled] .btn-gray:focus, .btn-gray.disabled:active, .btn-gray[disabled]:active, fieldset[disabled] .btn-gray:active, .btn-gray.disabled.active, .btn-gray[disabled].active, fieldset[disabled] .btn-gray.active {
    background-color: #495057;
    border-color: #3d4349;
}

.btn-primary {
    color: #fff;
    background-color: #007fae !important;
    border-color: #006c95 !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #006185 !important;
    border-color: #004057 !important;
}

.btn-primary:active, .btn-primary.active, .open .btn-primary.dropdown-toggle {
    background-image: none;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    background-color: #007fae;
    border-color: #006c95;
}

.btn-blue {
    color: #fff;
    background-color: #007fae !important;
    border-color: #006c95 !important;
}

.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active, .open .btn-blue.dropdown-toggle {
    color: #fff;
    background-color: #006185 !important;
    border-color: #004057 !important;
}

.btn-blue:active, .btn-blue.active, .open .btn-blue.dropdown-toggle {
    background-image: none;
}

.btn-blue.disabled, .btn-blue[disabled], fieldset[disabled] .btn-blue, .btn-blue.disabled:hover, .btn-blue[disabled]:hover, fieldset[disabled] .btn-blue:hover, .btn-blue.disabled:focus, .btn-blue[disabled]:focus, fieldset[disabled] .btn-blue:focus, .btn-blue.disabled:active, .btn-blue[disabled]:active, fieldset[disabled] .btn-blue:active, .btn-blue.disabled.active, .btn-blue[disabled].active, fieldset[disabled] .btn-blue.active {
    background-color: #007fae;
    border-color: #006c95;
}

.btn-info {
    color: #fff;
    background-color: #0b7285;
    border-color: #095e6d;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #08525f !important;
    border-color: #042d35 !important;
}

.btn-warning {
    color: #fff;
    background-color: #b24d04;
    border-color: #994203;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #8a3c03;
    border-color: #5d2802;
}

.btn-warning:active, .btn-warning.active, .open .btn-warning.dropdown-toggle {
    background-image: none;
}

.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
    background-color: #b24d04;
    border-color: #994203;
}

.btn-orange {
    color: #fff;
    background-color: #b24d04;
    border-color: #994203;
}

.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .open .btn-orange.dropdown-toggle {
    color: #fff;
    background-color: #8a3c03;
    border-color: #5d2802;
}

.btn-orange:active, .btn-orange.active, .open .btn-orange.dropdown-toggle {
    background-image: none;
}

.btn-orange.disabled, .btn-orange[disabled], fieldset[disabled] .btn-orange, .btn-orange.disabled:hover, .btn-orange[disabled]:hover, fieldset[disabled] .btn-orange:hover, .btn-orange.disabled:focus, .btn-orange[disabled]:focus, fieldset[disabled] .btn-orange:focus, .btn-orange.disabled:active, .btn-orange[disabled]:active, fieldset[disabled] .btn-orange:active, .btn-orange.disabled.active, .btn-orange[disabled].active, fieldset[disabled] .btn-orange.active {
    background-color: #b24d04;
    border-color: #994203;
}

.btn-danger {
    color: #fff;
    background-color: #c92a2a;
    border-color: #b42626;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #a72323;
    border-color: #811b1b;
}

.btn-danger:active, .btn-danger.active, .open .btn-danger.dropdown-toggle {
    background-image: none;
}

.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
    background-color: #c92a2a;
    border-color: #b42626;
}

.btn-red {
    color: #fff;
    background-color: #c92a2a;
    border-color: #b42626;
}

.btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active, .open .btn-red.dropdown-toggle {
    color: #fff;
    background-color: #a72323;
    border-color: #811b1b;
}

.btn-red:active, .btn-red.active, .open .btn-red.dropdown-toggle {
    background-image: none;
}

.btn-red.disabled, .btn-red[disabled], fieldset[disabled] .btn-red, .btn-red.disabled:hover, .btn-red[disabled]:hover, fieldset[disabled] .btn-red:hover, .btn-red.disabled:focus, .btn-red[disabled]:focus, fieldset[disabled] .btn-red:focus, .btn-red.disabled:active, .btn-red[disabled]:active, fieldset[disabled] .btn-red:active, .btn-red.disabled.active, .btn-red[disabled].active, fieldset[disabled] .btn-red.active {
    background-color: #c92a2a;
    border-color: #b42626;
}

.btn-success {
    color: #fff;
    background-color: #396f3a;
    border-color: #305e31;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #2b542c;
    border-color: #1c361c;
}

.btn-success:active, .btn-success.active, .open .btn-success.dropdown-toggle {
    background-image: none;
}

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
    background-color: #396f3a;
    border-color: #305e31;
}

.btn-green {
    color: #fff;
    background-color: #396f3a;
    border-color: #305e31;
}

.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active, .open .btn-green.dropdown-toggle {
    color: #fff;
    background-color: #2b542c;
    border-color: #1c361c;
}

.btn-green:active, .btn-green.active, .open .btn-green.dropdown-toggle {
    background-image: none;
}

.btn-green.disabled, .btn-green[disabled], fieldset[disabled] .btn-green, .btn-green.disabled:hover, .btn-green[disabled]:hover, fieldset[disabled] .btn-green:hover, .btn-green.disabled:focus, .btn-green[disabled]:focus, fieldset[disabled] .btn-green:focus, .btn-green.disabled:active, .btn-green[disabled]:active, fieldset[disabled] .btn-green:active, .btn-green.disabled.active, .btn-green[disabled].active, fieldset[disabled] .btn-green.active {
    background-color: #396f3a;
    border-color: #305e31;
}

.btn-link {
    color: #007fae;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
    color: #004762;
    /*text-decoration: underline;*/
    background-color: transparent;
}

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
    color: #adb5bd;
    /*text-decoration: none;*/
}

.alert-warning {
    color: #5A4826;
}

.panel-info a {
    color: #13294b;
}

/**********   Image Border Styles    **********/
span.imageBorder img, 
img.imageBorder {
    border: 1px solid #323232;
}

span.dropShadow, span.img-rounded, span.img-circle, span.img-polaroid {
    display: inline-block;
}

span.img-circle img,
img.img-circle {
    border-radius: 500px;
}

span.img-polaroid img,
img.img-polaroid {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

span.img-rounded img,
img.img-rounded {
    border-radius: 6px;
}

span.dropShadow img,
img.dropShadow {
    margin-bottom: .5em;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
}

/**********   End Image Border Styles    **********/