/*
 | Copyright 2015 Esri
 |
 | Licensed under the Apache License, Version 2.0 (the "License");
 | you may not use this file except in compliance with the License.
 | You may obtain a copy of the License at
 |
 |    http://www.apache.org/licenses/LICENSE-2.0
 |
 | Unless required by applicable law or agreed to in writing, software
 | distributed under the License is distributed on an "AS IS" BASIS,
 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 | See the License for the specific language governing permissions and
 | limitations under the License.
 */

/* application-boilerplate */
html,
body {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}

body {
    font-family: Arial, Helvetica, sans-serif;
}

body:lang(ja) {
    font-family: meiryo, Arial, Helvetica, sans-serif;
}

#mapDiv {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

.loading-indicator {
    /* Loading status */
    display: none;
    height: 100%;
    width: 100%;
    z-index: 500;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    background: #fff;
}
.app-loading .loading-indicator,
.app-error .loading-indicator {
    /* Show this class when loading or error */
    display: block;
}
.app-loading .loading-indicator {
    /* Loading image */
    background-position: center center;
    background-image: url(../images/loading-indicator.gif);
    background-repeat: no-repeat;
}
.app-error .loading-message {
    /* Error status */
    background-position: top center;
    background-image: url(../images/error.png);
    background-repeat: no-repeat;
    padding-top: 60px;
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 40%;
    left: 0;
    text-align: center;
}
.absoluteCover {
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    left: 10px;
}

.clusterList{
    height: calc(100% - 20px);
    overflow: auto;
}
/*============================================================================================================================*/

/* Dojo mods */
textarea {
    height: 100px!important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}
.mblSwitchBg {
    font-weight: normal;
}

.mblSwitch, .mblSwitchInner, .mblSwitchBg, .mblSwitchKnob, .mblSwitchText {
    height: 24px;
}
.mblSwRoundShape1 .mblSwitchKnob {
    width: 24px;
    border-radius: 12px;
}
.mblSwRoundShape1 .mblSwitchBg {
    border-radius: 12px;
}
.mblSwRoundShape1 {
    width: 40px;
}
.mblSwitchBgLeft {
    background-image: none;
}
.mblSwitchKnob {
    background-color: #eee;
    background-image: none;
}
.mblSwitchBgRight {
    background-color: #eee;
    background-image: none;
}
	  
.mblSwitchBg.mblSwitchBgLeft.themeHeaderInverted {
    border-color: white;
}

.mblSwitchBg.mblSwitchBgRight.themeHeaderInverted {
    border-color: white;
    background-color: white;
}

/* application-boilerplate mods */

.app-error .loading-message {
    background-image: none;
    max-width: 95%;
    margin: 0 auto;
}

/* map */

#LocateButton {
    position: absolute;
    top: 185px;
    left: 16px;
    z-index: 50;
}

/* general app layout */

.fill {
    margin:0;
    padding:0 !important;
    width:100%;
    height:100%;
}

.noJavaScriptMessage {
    margin: 80px;
    font-size: large;
}

.transparent {
    opacity: 0.0;filter:Alpha(opacity=0);
}

#sidebarContent, #filterContent {
    width: 50%;
    border-left: 1px solid #ccc;
    z-index: 40;
    overflow: hidden;
}
@media only screen and (max-width: 640px) {
    #mapDiv {
        display: none;
    }
    #sidebarContent, #filterContent {
        width: 100%;
    }
}
@media only screen and (min-width: 1025px) {
    #sidebarContent, #filterContent {
        width: 30%;
    }
}

.busy {
    /* Loading overlay image */
    background-position: center center;
    background-image: url(../images/loading-indicator.gif);
    background-repeat: no-repeat;
    opacity: 0.5;filter:Alpha(opacity=50);
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.esriSimpleSlider, .esriSimpleSliderVertical .esriSimpleSliderIncrementButton, .esriSimpleSliderVertical .esriSimpleSliderDecrementButton {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}

.esriSimpleSliderTL {
    left: 16px;
    top: 70px;
}

.esriSimpleSliderVertical .esriSimpleSliderDecrementButton {
    top: 130px;
}

.arcgisSearch .searchCollapsed .searchSubmit, .arcgisSearch .searchToggle, .arcgisSearch .searchBtn {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}

.arcgisSearch .searchBtn {
    padding: 5px;
}
.arcgisSearch .searchGroup .searchInput {
    padding: 5px 24px 5px 12px;
}

.arcgisSearch .hasButtonMode .searchExpandContainer {
    height: 32px;
}

.arcgisSearch .hasButtonMode.searchCollapsed .searchExpandContainer,
.arcgisSearch .hasButtonMode.searchCollapsed.hasMultipleSources .searchExpandContainer {
    width: 0px;
}

.arcgisSearch .hasButtonMode.searchExpanded .searchExpandContainer,
.arcgisSearch .hasButtonMode .searchAnimate {
    width: 237px;
}

.arcgisSearch .hasButtonMode.searchExpanded.hasMultipleSources .searchExpandContainer,
.arcgisSearch .hasButtonMode.hasMultipleSources .searchAnimate {
    width: 268px;
}

.arcgisSearch .searchClear {
    top: 1px;
}

/* light home & locate buttons */

.HomeButtonLight {
    border-bottom: 1px solid #57585A;
}

.HomeButtonLight span, .LocateButtonLight span {
    display: none;
}

.HomeButtonLight .homeContainer, .LocateButtonLight .zoomLocateButton {
    background-position: center center;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    margin: 4px;
    display: inline-block;
    background-color: #fff;
    background-color: rgba(255,255,255,1);
}
.HomeButtonLight .homeContainer {
    background-image: url(../images/home.png);
}
.LocateButtonLight .zoomLocateButton {
    background-image: url(../images/current-location.png);
}

.HomeButtonLight .homeContainer:hover, .LocateButtonLight .zoomLocateButton:hover {
    background-color: #eee;
    color: #333;
}

.HomeButtonLight .homeContainer, .LocateButtonLight .locateContainer {
    text-align: center;
    background-color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    color: #4c4c4c;
    overflow: hidden;
}
.LocateButtonLight .locateContainer {
    border: 1px solid #57585A;
    width: 30px;
    height: 30px;
}

.HomeButtonLight .homeContainer:hover, .LocateButtonLight .locateContainer:hover {
    background-color: #eee;
    color: #333;
}

.HomeButtonLight .homeContainer:active, .LocateButtonLight .locateContainer:active {
    color: #007ac2;
    background-color: #ddd;
}

.HomeButtonLight .loading:before, .LocateButtonLight .loading:before {
    content: '';
    display: block;
    position: relative;
    width: 22px;
    height: 22px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    background-position: center center;
    background-image: url(../images/dijit_busy.gif);
    background-repeat: no-repeat;
}

/* search */

#SearchButton {
    position: absolute;
    left: 16px;
    top: 16px;
    z-index: 60;
}

/*============================================================================================================================*/

/* ---------- SidebarHeader ---------- */

#sidebarHeading {
    height: 32px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}

.sideHdrBtns {
    height: 32px;
    float: right;
}
.sideHdrOptions {
    display: none;
    width: 32px;
    height: 32px;
    float: right;
    cursor: pointer;
}
.sideHdrOptionsDropdown {
    display: none;
    position: fixed;
    top: 48px;
    right: 0px;
    border: 1px solid #ccc;
    z-index: 100;
}
.sideHdrOptionsMenuItem {
    padding: 5px;
}
@media only screen and (max-width: 640px) {
    .sideHdrBtns {
        display: none;
    }
    .sideHdrOptions {
        display: block;
    }
}

.sideHdrSign {
    margin-left: 12px;
    float: right;
}

.textButton {
    display: block;
    cursor: pointer;
    font-size: 15px;
    line-height: 32px;
    padding: 0 4px;
}
.textButtonLabel {
    display: inline-block;
    font-size: 15px;
    line-height: 28px;
    padding: 0 0 0 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: right;
    float: right;
    margin: 3px;
}

.sideHdrHelp {
    display: none;
    width: 20px;
    height: 20px;
    float: right;
    cursor: pointer;
    margin: 5px 0 0 12px;
}

.sideHdrTitle {
    font-size: 24px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0px 5px 0px 5px;
}

.bannerImgDiv {
    display: inline-block;
    float: left;
    margin: -8px 0 -8px -8px;
}
.bannerImg {
    height: 48px;
}
@media only screen and (max-width: 640px) {
    .bannerImgDiv {
        display: none;
    }
}

/* ---------- SidebarContentController ---------- */


/* ---------- ItemList ---------- */

.itemListActions, .filterListActions {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 33px;
    border-bottom: 1px solid #ccc;
}
.itemListAction {
    vertical-align: middle;
}
.linkToggleBtn {
    float: right;
    margin: 4px;
    cursor: pointer;
}

.itemListBox {
    position: absolute;
    top: 34px;
    bottom: 0px;
    width: 100%;
    overflow-y: auto;
}
.itemList {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
}
.searchContainer {
    display: none;
}
.hideItemListSearch {
    display: none !important;
}
@media only screen and (max-width: 640px) {
    .itemListActions {
        display: none;
    }
    .searchContainer {
        display: block;
    }
    .itemListBox {
        top: 32px;
    }
}

.itemList .itemSummary {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.itemSummary {
    line-height: 0; /* reset */
}

.itemSummary .itemTitle {
    width: 75%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
}

.itemListTitleOverride {
    width: 70%!important;
}
@media only screen and (max-width: 400px) {
    .itemSummary .itemTitle {
        width: 65%;
    }
    .itemListTitleOverride {
        width: 60%!important;
    }
}

.itemList .itemTitle,
.itemList .itemFav {
    line-height: 30px;
}

.itemFav {
    cursor: auto;
}

.itemSummary > div, .itemFav > div {
    display: inline-block;
}

.itemSummary .itemFav {
    float: right;
    font-size: 20px;
    padding-left: 8px;
}

.itemList .itemVotes {
    margin-right: 0.5em;
}

.esriCTModelDialog .modal-body {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    height: 250px;
    height: 300px;
    margin-bottom: 15px;
}

.esriCTSupportedBrowsersImage {
    text-align: center;
}

#browser-logo-list {
    display: flex;
    align-items: center;
    margin: 30px;
    padding: 0;
}

.browser-logo {
    display: inline-block;
    margin: 0 auto;
}

.browser-logo img {
    width: 3rem;
    height: auto;
}


.esriCTClear
{
    clear: both;
    float: left;
    padding: 0 0 0px 18px;
    width: 100%;
}

.esriCTOptionRow
{
    display: table;
    width: 100%;
}

.esriCTCheckBox
{
    display: table-cell;
}
input[type="radio"]
{
    border-radius: 10px;
}

.esriCTChkLabel
{
    display: table-cell;
    padding-left: 5px;
    vertical-align: middle;
    vertical-align: /*\**/ middle\9;
}

.esriCTLeftFromTO div.esriCTChkLabel
{
    padding-top: 7px;
}

.esriCTLeftFromTO div.esriCTCheckBox
{
    padding-top: 7px;
}

.esriCTChkBox
{
    position: absolute;
    z-index: -1000;
    top: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.esriCTChkBox + label.css-label
{
    padding-left: 24px;
    height: 16px;
    display: inline-block;
    line-height: 16px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 12px;
    vertical-align: middle;
    cursor: pointer;
}

label.css-label
{
    background-image: url(../images/checkbox.png);
}

.esriCTChkBox:checked + label.css-label
{
    background-position: 0 -16px;
}

/* ---------- ItemDetails ---------- */

.itemDetail > .itemSummary > div {
    padding: 10px;
    line-height: 20px;
    box-sizing: border-box;
}

.itemDetail .itemSummary .back {
    cursor: pointer;
    line-height: 0;
    float: left;
}

.itemDetail .itemSummary .itemTitle {
    width: 69%;
    padding-right: 5px;
}

.itemDetailTitleOverride {
    width: 67%!important;
}

.itemDetail .itemSummary .itemFav {
    font-size: inherit;
    padding-left: 0px;
}

.itemDetail .itemFav .icon {
    font-size: 20px;
    margin-left: 5px;
    opacity:0.35;
}

.itemDetail .itemDescription {
    padding: 10px;
}

.itemDetail .header {
    width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
}

.itemDetail .userName {
    display: inline-block;
}

.itemDetail .btn {
    width: 15%;
    max-width: 80px;
    height: 18px;
    display: inline-block;
    margin-right: 5px;
    padding: 4px 6px;
    border: 1px solid #ccc;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
}

.itemDetail .btn.inactive {
    opacity: 0.3;
    cursor: default;
}

.itemDetailsBox {
    position: absolute;
    top: 40px;
    bottom: 0px;
    width: 100%;
    overflow-y: auto;
}

.nonEditableFeature .likeButton, .nonEditableFeature .commentButton, .nonEditableFeature .galleryButton,
 .nonEditableFeature .itemComments  {
    display: none;
}

.itemDetail .smallScreenOnly {
    display: none;
}
@media only screen and (max-width: 640px) {
    .itemDetail .smallScreenOnly {
        display: inline-block;
    }
}

.itemDescFooter {
    height: 25px;
}

.itemDetail .float-right {
    float: right;
}

.itemDetail .right-edge {
    margin-right: 0;
}

.itemDetail .space-below {
    margin-bottom: 10px;
}

.itemDetail .large-text {
    font-size: 16px;
}

.itemDetail .medium-text {
    font-size: 14px;
}

.itemDetail .small-text {
    font-size: 12px;
}

.itemDetail .itemComments {
    padding: 10px;
}

.btn > div {
    display: inline-block;
}

.btn .icon {
    position: relative;
    top: 2px;
}

.hide {
    display: none !important;
}

.center-please {
    text-align: center;
}

.itemDetail .attachmentsSection {
    display: none;
}

.itemDetail .attachmentsSection2 {
    margin-bottom: 12px;
}

.itemDetail .attachment {
    max-width: 96%!important;
    max-height: 120px!important;
    margin: 0px 5px 5px 0px;
    cursor: pointer;
}

.commentsForm {
    margin-bottom: 12px;
}

#commentProgressContainer {
    display: none;
    position: relative;
    width: 100%;
    height: 10px;
    background-color: lightgray;
}
#commentProgressBar {
    position: absolute;
    width: 0%;
    height: 100%;
    background-color: green;
}
#headerMessageDiv {
    display: none;
}

/* ---------- Popup ---------- */

.popupWidget {
    position: fixed;
    display: none;
    z-index: 70;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0px;
    background-color: rgba(0,0,0,0.5) !important;  /* overlay div background color */
}
.popupMainContainer {
    position: absolute;
    font-size: 12px;
    border-radius: 6px;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0px;
    right: 0px;
    width: 600px;
    height: 295px;
    margin: auto; /* account for padding and border if not using box-sizing: border-box; */
}
.popupTitleContainer {
    height: 25px;
    line-height: 25px;
    padding: 15px 0;
    border-bottom: 1px solid;
}
.popupTitleContainerEmpty {
    height: 20px;
    line-height: 20px;
    padding: 15px 0;
}
.popupTitle {
    padding-left: 12px;
    margin-right: 46px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: large;
}
.popupContent {
    overflow-y: auto;
    height: calc(100% - 56px);
    padding: 10px;
}
.popupImgContent {
    display: -webkit-flex; /* Safari */
    -webkit-flex-direction: column; /* Safari 6.1+ */
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
img {
    object-fit: contain;
}
.popupClose {
    display: none;
    position: absolute;
    bottom: 0px;
    padding: 4px;
    cursor: pointer;
    top: 10px;
    right: 10px;
    width: 18px;
    height: 18px;
    margin-top: 5px;
    text-shadow: none;
}

.socialMediaDisclaimer {
    font-size: smaller;
}

.socialMediaButtonArea {
    margin-top: 12px;
    text-align: center;
}

.socialMediaButton {
    width: 29px;
    height: 29px;
    display: none;
    margin: 8px;
    cursor: pointer;
}

@media only screen and (max-width: 640px) {
  .popupMainContainer {
    position: fixed;
    top: 0px;
    height: 100%;
    margin: 0px;
    width: 100%;
  }
  .popupContent {
    padding: 10px;
  }
}
/* ---------- DynamicForm ---------- */

.dijitTextBox {
    width: 100%;
}

.dynamicFormPanel {
    overflow-y: auto;
}

.dynamicForm {
    margin: 12px;
}

.dynamicFormRow {
    margin: 10px 0px 10px 0px;
    height: auto;
    line-height: 18px;
    font-size: 14px;
}

.dynamicFormInputCtl {
    width: 99%;
    height: 24px;
    font-size: 12px;
}

.dynamicFormTextAreaCtl {
    width: 98%;
    height: 60px;
    resize: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.dynamicFormCharactersRemaining {
    float: right;
    padding-left: 4px;
    padding-right: 1px;
    font-size: 12px;
}

.dynamicFormDropdownCtl {
    width: 100%;
    height: 30px;
    font-size: 12px;
}

.dynamicFormActions {
    font-size: 14px;
    height: 35px;
    margin-top: 30px;
}

.dynamicFormAction {
    width: 48%;
    display: table;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.dynamicFormAction span {
    width: 48%;
    height: 33px;
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #ccc;
}

.dynamicFormActionLeft {
    float: left;
    font-weight: bold;
}

.dynamicFormActionRight {
    float: right;
}

.dynamicFormSideBySide {
    width: 49%;
    display: inline-block
}

.dynamicFormAddAttach {
    display: inline-block;
    position: relative;
}
.dynamicFormAttachmentBtn {
    cursor: pointer;
    width: 24px;
    height: 140%;
    border: none;
    font-size: 20px;
    margin-left: 5px;
}
.esriCTHideFileInputUI
{
    position: absolute;
    top: 0;
    filter: alpha(opacity = 0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
#dynamicFormShowAttachments {
    padding: 0 8px 0 16px;
}

.dynamicFormAttachmentDisplay {
    position: relative;
    margin-top: 4px;
    overflow: hidden;
}

.dynamicFormDetachmentBtn {
    position: absolute;
    top: -5px;
    left: 0px;
}
.dynamicFormDetachmentBtn:focus {
    outline: none;
}
.dynamicFormAttachment {
    margin-left: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ---------- Filter List -------- */

.filterHeaderBackIcon {
    height: 100%;
    width: 30px;
    cursor: pointer;
    float: left;
}

.iconWrapper {
    padding: 6px 0 0 7px;
}

.filterListBackIcon {
    margin-right: 10px;
    height: 15px;
    width: 15px
}

.filterListBackIconOverride {
    margin-right: 10px;
    height: 15px;
    width: 15px;
    vertical-align: middle;
}

.filterListBackIconClosed {
    transform: rotate(180deg);
}

.filterListBackIconOpen {
    transform: rotate(270deg);
}

.itemContent {
    padding: 0 15px;
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: all .3s ease .15s;
    font-weight: normal;
    font-size: 15px;
  }

.itemContentActive {
    padding: 15px;
    opacity: 1;
    border-bottom: 1px solid #d9d9d9;
  }

  /** Filter container starts **/

.baseFilterOptionDiv {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.filterInputTextBox {
    width: 94%;
}

.filterInputTextBoxDiv, .selectOptionDiv {
    float: left;
    width: 98%;
    margin: 5px 5px 0 5px;
    height: 25px;
}

.selectOptionDiv {
    display: none;
    width: 99%;
}

.filterSelectOption {
    float: left;
    outline: none;
    padding: 0px 0px 1px 1px;
    box-shadow: none;
    height: 25px;
}

.filterApplyButton {
    width: 48%;
    display: table;
    text-align: center;
    cursor: pointer;
    height: 35px;
    float: right;
}

.filterApplyButton span {
    width: 48%;
    height: 33px;
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #ccc;
}

.radioOptionParentDiv {
    float: left;
    width: 100%;
    margin: 5px;
}

input.filterRadioButton {
    float: left;
    box-shadow: none;
    margin: 5px 5px 0 0;
}

.filterRadioButtonDiv {
    float: left;
}

.radioButtonLabel {
    float: left;
}

.filterHintContainer {
    font-style: italic;
    margin: 5px 5px 0 5px;
    float: left;
    white-space: normal;
    opacity: 0.5;
}

.filterLabelDiv {
    width: 100%;
    float: left;
    white-space: normal;
    margin: 5px 5px 0 5px;
}

.filterRadioButton {
    margin: 0 5px;
}

.radioButtonLabel {
    margin: 0 5px 0 0;
}


.table > thead:first-child > tr:first-child > th {
    position: relative;
}

.filterDatePickerDiv {
    clear: left;
    width: 98%;
    padding: 5px 0 0 5px;
}

.rangeFilterAndTextDiv {
    float: left;
    margin: 10px 0;
    width: 100%;
}

.rangeTextBoxContainer {
    height: auto;
}

.filterButtonDisabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.filterDatePickerDiv .dijitTextBox {
    margin-bottom: 5px;
}

/** Filter container ends **/

  /* -------------- End Of Filter List -------------- */
/* ---------- bootstrap ---------- */
/*!
 * Bootstrap v3.3.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.alert .alert-link{font-weight:700}
.alert h4{margin-top:0;color:inherit}
.alert-danger .alert-link{color:#843534}
.alert-danger hr{border-top-color:#e4b9c0}
.alert-danger{background-image:-webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:-o-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#e7c3c3));background-image:linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);background-repeat:repeat-x;border-color:#dca7a7}
.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}
.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}
.alert-dismissable,.alert-dismissible{padding-right:35px}
.alert-info .alert-link{color:#245269}
.alert-info hr{border-top-color:#a6e1ec}
.alert-info{background-image:-webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:-o-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#b9def0));background-image:linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);background-repeat:repeat-x;border-color:#9acfea}
.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}
.alert-success .alert-link{color:#2b542c}
.alert-success hr{border-top-color:#c9e2b3}
.alert-success{background-image:-webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:-o-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#c8e5bc));background-image:linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);background-repeat:repeat-x;border-color:#b2dba1}
.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}
.alert-warning .alert-link{color:#66512c}
.alert-warning hr{border-top-color:#f7e1b5}
.alert-warning{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:-o-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#f8efc0));background-image:linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);background-repeat:repeat-x;border-color:#f5e79e}
.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}
.alert>p+p{margin-top:5px}
.alert>p,.alert>ul{margin-bottom:0}
.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}
.alert{text-shadow:0 1px 0 rgba(255,255,255,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05)}

.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2;margin-left:8px}
.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}
button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}

.alert {
    font-size: 12px;
    font-family: Arial;
}
