html, body
{
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    font-size: 12px;
    font-family: Arial;
    max-height: 100%;
    max-width: 100%;
    background: #EDEDED;
    color: #555;
    overflow: hidden;
}

.esriCTHeaderFont
{
    font-size: 13px;
    color: #555;
}

#mapDiv
{
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

#mapParentContainer
{
    float: left;
    width: 70%;
    height: 100%;
}

.esriCTMap
{
    height: 100%;
}

#mapParentContainer .esriCTReportButton, #mapParentContainer .esriCTListHeader
{
    display: none;
}

#sideContainer
{
    float: right;
    width: 30%;
    height: 100%;
}

#sidebarContent
{
    background-color: #eee;
    padding: 0px !important;
    overflow: hidden;
}

.esriRTL label
{
    /*Example of a rule that will be applied if the app is viewed in a browser with a RTL locale like Hebrew or Arabic.*/
}

.esriCTMapGeoLocationContainer
{
    margin-top: 10px;
}

.esriCTMapHomeButtonContainer
{
    margin-top: 2px;
}

.BasemapToggle .basemapImageContainer {
  height:50px;
  width:50px;
}

.BasemapToggle .toggleButton 
{
  height:50px;
  width:50px;
}

.BasemapToggle .basemapImage {
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.esriCTBasemapButtonContainer 
{
  width: 50px;
  height: 50px;
  background-color:Blue;
  display:none;
}

.esriCTHintStyle
{
    font-style: italic;
}

/* This class makes sure map tooltip will always be shown */
.map .tooltip
{
    opacity: 1 !important;
}
/* Overridden Styles */

.esriViewPopup .header, .esriViewPopup .attrTable
{
    word-wrap: break-word;
}

.esriViewPopup .header
{
    max-width: calc(100% - 45px);
}

.esriViewPopup .gallery .frame div.chart
{
    direction: ltr;
}
/* Override identity manager color to default*/

.claro .dijitDialogPaneContentArea
{
    color: #000;
}

.esriSimpleSliderTL
{
    top: 8px;
    right: auto !important;
    left: 10px;
}

#mapParentContainer .esriSimpleSliderTL
{
    top: 8px;
    right: auto !important;
    left: 10px !important;
}

.esriSimpleSlider div
{
    font-weight: normal !important;
    width: 32px;
    height: 32px;
}

.esriSimpleSliderDecrementButton, .esriSimpleSliderIncrementButton
{
    margin-top: 2px;
}

.esriSimpleSlider, .esriSimpleSliderVertical .esriSimpleSliderIncrementButton, .esriSimpleSliderVertical .esriSimpleSliderDecrementButton
{
    border-radius: 0px !important;
}

.esriSimpleSliderVertical .esriSimpleSliderIncrementButton
{
    border: 0px !important;
}

.esriSimpleSliderDecrementButton, .esriSimpleSliderIncrementButton, .esriSimpleSlider .esriCTMapGeoLocationContainer, .esriSimpleSlider .esriCTHomeButton, .esriSimpleSlider .esriCTMapSearchContainer
{
    background-color: #fff !important;
    -webkit-box-shadow: 1px 1px 5px #888;
    -moz-box-shadow: 1px 1px 5px #888;
    box-shadow: 1px 1px 5px #888;
}

.esriSimpleSlider .esriCTHomeButton
{
    border: #fff solid 1px !important;
}

.esriSimpleSlider .HomeButton .home
{
    background-image: url("../images/home.png");
    background-color: #fff !important;
    background-size: 30px;
}


.esriSimpleSlider
{
    background-color: transparent !important;
    color: #4c4c4c !important;
    border: #000 solid 0px !important;
}

.mediaSection
{
    padding-bottom: 13px;
}

.LocateButton .zoomLocateButton {
    background-color:#fff;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    -o-border-radius:0px;
    border-radius:0px;
    background-image: url(../images/current-location-32.png);
    padding: 0px;
    width: 32px;
    height: 32px;
}

/* End of Overridden Styles */


/* Main Layout*/

.esriCTNoWebMapParentDiv
{
    display: table;
    height: 100%;
    width: 100%;
    float: left;
}

.esriCTNoWebMapChildDiv
{
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    text-align: center;
}

.esriCTMainContainer
{
    height: 100%;  /*calc(100% - 49px);*/
    position: relative;
}

.esriCTScollY
{
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.esriCTMobileMenuContainer
{
    position: absolute;
    height: 100%;
    top: 0px;
    right: 0px;
    width: 100%;
    z-index: 100;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: width 0.75s ease-in;
    -moz-transition: width 0.75s ease-in;
    -ms-transition: width 0.75s ease-in;
    -o-transition: width 0.75s ease-in;
    transition: width 0.75s ease-in;
}

.esriCTHideMobileMenu
{
    width: 0px !important;
    background-color: transparent !important;
}

.esriCTGeoFormParentContainer
{
    height: 100%;
    float: left;
    width: 30%;
    position: absolute;
    top: 1px;
    left: 70%;
    z-index: 100;
}

.esriCTListHeader
{
    height: 50px;  /*50px*/
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    /*background-color:#A5A2A2;*/
}

.esriCTListViewButton
{
    height: 50px;
    width: 50px;
    float: right;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
}

.esriCTBackButton
{
    height: 50px;
    width: 30px;
    background-color: rgba(0, 0, 0, 0.30);
    float: left;
    display: inline-block;
    font-size: 27px;
    line-height: 60px;
    text-align: center;
}

.esriCTHeaderText
{
    float: left;
    line-height: 50px;
    padding: 0 5px 0 5px;
    /*color:#CE5D5D;*/
}

.esriCTMapHeaderText
{
    width: calc(100% - 80px);
}

/* End of Main Layout*/

/* Loading Indicator*/

.loading-indicator
{
    display: none;
    height: 100%;
    width: 100%;
    z-index: 500;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    filter: alpha(opacity = 40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    background-color: #000;
}

.app-loading .loading-indicator
{
    display: block;
    background-position: center center;
    background-image: url(../images/loading-indicator.gif);
    background-repeat: no-repeat;
}

.signin-loading-indicator
{
    z-index: 9999;
}
/* End of Loading Indicator */

/* SignIn */

.esriCTSigninMainDiv
{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: 1000;
}

.esriCTSigninSplash
{
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
    background: #545454;
}

.esriCTSigninImageDiv
{
    background-position: center;
    display: table-cell;
    vertical-align: middle;
    background-repeat: no-repeat;
}

.esriCTSignInScreenBack
{
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    filter: alpha(opacity = 40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    top: 0;
    left: 0;
    background-color: #000;
}

.esriCTSigninAppNameDiv
{
    font-size: 22px;
    word-wrap: break-word;
    width: 250px;
    max-height: 70px;
    overflow: hidden;
    display: inline-block;
}

.esriCTSigninAppCaptionDiv
{
    display: inline-block;
    max-height: 31px;
    overflow: hidden;
    width: 250px;
}

.esriCTSigninGuestBtn
{
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background-size: 50px;
    display: inline-block;
    cursor: pointer;
    background-position: center center;
    border-radius:25px;
    margin: 0 6px 0 6px;
}

.esriCTSigninWithTxt
{
    margin-bottom: 7px;
}

.esriCTSigninFBButton
{
    height: 50px;
    width: 50px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 50px;
    cursor: pointer;
    background-position: center center;
    border-radius:25px;
    margin: 0 6px 0 6px;
}

.esriCTSigninTwitterButton
{
    height: 50px;
    width: 50px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 50px;
    cursor: pointer;
    background-position: center center;
    border-radius:25px;
    margin: 0 6px 0 6px;
}

.esriCTSigninGPlusButton
{
    height: 50px;
    width: 50px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 50px;
    cursor: pointer;
    background-position: center center;
    border-radius:25px;
    margin: 0 6px 0 6px;
}

.esriCTSigninEsriButton
{
    height: 50px;
    width: 50px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 50px;
    cursor: pointer;
    background-position: center center;
    border-radius:25px;
    margin: 0 6px 0 6px;
}

.esriCTSigninCenterDiv, .esrictsigninSocialdiv
{
    display: inline-block;
    width: 100%;
}

.esriCTSigninGapPosition
{
    margin-top: 30px;
    margin-bottom: 30px;
}

.esriCTSocialMediaSigninContainer
{
    margin-top: 30px;
    margin-bottom: 30px;
}

.esriCTSigninOptionDisabled
{
    margin-top: 30px;
}

.esriCTSigninOrLine
{
    margin-bottom: 0px;
    margin-top: 0px;
}

.esriCTSigninOrDiv
{
    background-repeat: no-repeat;
    background-size: 145px 35px;
    height: 35px;
    width: 145px;
    display: inline-block;
    margin:4px 0;
}

.esriCTOrdiv
{
    padding: 10px;
    padding-bottom: 8px;
    padding-top: 9px;
    border-radius: 20px;
    text-shadow: none;
    max-width: 100px;
    display: inline-block;
}

.esriCTSigninHelpLink
{
    cursor: pointer;
    margin-top: 10px;
    text-shadow: rgb(0, 0, 0) 0px 0px 16px;
}


/* End of SignIn */

/* Application Header Styles */

.esriCTLoginCredentialsDiv
{
    margin-right: 10px;
}

.esriCTApplicationHeader
{
    width: 100%;
    float: left;
    z-index: 12;
    background: #fff;
}

.esriCTMenuTabLeft
{
    font-size: 24px;
    line-height: 70px;  /*38px*/
    padding: 5px 0 5px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-image: url(../images/banner_pedpriority.png );
    background-repeat: no-repeat;
}

.esriCTMenuTabRight
{
    float: right;
}

.esriCTHomeIcon
{
    float: left;
    height: 48px;
    max-width: calc(100% - 150px);
}

.esriCTHomeIconStreched
{
    max-width: calc(100% - 75px);
}

/*.esriCTApplicationIcon
{
    height: 48px;
    max-height: 48px;
    max-width: 100%;
}*/

.esriCTApplicationIcon
{
    height: 0px;
    width: 0px;
}

.esriCTWelcomeIcon
    {
        height: 24px;
        max-height: 24px;
        background-image: url(../images/info-24.png );
        background-repeat:no-repeat;
    }
    

.esriCTHeaderIcons
{
    float: left;
    margin: 12px 24px;
    height: 24px;
    width: 24px;
    background-size: 24px;
}

.esriCTDesktopIcons
{
    display: block;
    float: left;
}

.esriCTMobileIconDiv
{
    float: left;
}

.esriCTMobileIcons
{
    display: none;
}

.esriCTHeaderContainer
{
    height: 75px;  /*48px*/
    display: none;
}

.esriCTFloatLeft
{
    float: left;
}

.esriCTFloatRight
{
    float: right;
}
.esriCTLoginUserNameDiv
{
    cursor: pointer;
    max-width: 135px;
    white-space: nowrap;
    overflow: hidden;
    width: auto;
    text-align: right;
    margin-top: 18px;
    float: left;
    margin-left: 10px;
}

.esriCTCaretIcon
{
    height: 18px;
    width: 18px;
    background-position: center;
    margin-top: 18px;
    display: inline-block;
    float: left;
    margin-left: 5px;
    font-size: 12px;
    color: #ccc;
}

.esriCTOptions
{
    position: absolute;
    background-color: white;
    z-index: 400;
    cursor: pointer;
    width: auto;
    top: 49px;
}

.esriCTBorder
{
    border: 1px solid #fff;
    border-color: #d15706;
}

.esriCTLogoutOption
{
    display: inline-block;
    border: 1px solid #b4b4b4;
    min-width: 100px;
    background: #fff;
}

.esriCTItems
{
    padding: 5px;
}

/* End Of Application Header Styles */

/* Web Map List */

.esriCTDisplayList, .esriCTDisplayWebMapTemplate:hover .esriCTWebMapbgColor
{
    background: #fff;
}

.esriCTDisplayList, .esriCTDisplayWebMapTemplate:hover .esriCTMediaBody
{
    background: #fff;
}

.esriCTDisplayList, .esriCTDisplayWebMapTemplate:hover .esriCTMultiLineFill
{
    background: #fff;
}

.esriCTWebMapbgColor
{
    background: #f0f0f0;
    padding-right: 0px;
}

.esriCTWebMapImg
{
    height: 80px;
    width: 120px;
    border: 1px solid #ccc;
}

.esriCTWebMapListParentDiv
{
    width: 100%;
    height: 100%;
    overflow: auto;
}

.esriCTDisplayList, .esriCTDisplayWebMapTemplate
{
    display: block;
    background: #f0f0f0;
    padding: 5px;
}

.esriCTDisplayWebMapTemplate
{
    border-left: none !important;
}
.esriCTMediaBorder
{
    border-top: 1px solid #ccc;
}

.esriCTMediaBody
{
    display: table-cell !important;
    background: #f0f0f0;
    vertical-align: middle;
    width: 100%;
    word-wrap: break-word;
    position: relative;
}

.esriCTWebmaplistContents
{
    height: 40px;
    padding: 8px 0 0 0;
}

.esriCTWebMapLayerTitle
{
    margin-left: 25px;
    line-height: 24px;
}

.esriCTWebMapBorder
{
    border-bottom: 1px solid #ccc;
}

.esriCTDisplayList
{
    padding: 0px;
}

.esriCTWebMapLayer
{
    border-bottom: 1px solid #ccc;
}

.esriCTInfoImg
{
    height: 16px;
    width: 16px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 16px;
}

.esriCTInfoImgRight
{
    display: table-cell !important;
    float: right;
    width: 16px;
    vertical-align: middle;
}

.esriCTDescription
{
    color: #515151;
    padding: 3px 15px !important;
    overflow-x: auto;
}


.esriCTMultiLineEllipsisdiv
{
    line-height: 19px;
    overflow: hidden;
    position: relative;
    max-height: 38.3px;
    max-width: 100%;
    word-break: break-word;
    margin-left: 10px;
    margin-right: 29px;
}

.esriCTMultiLineFill
{
    position: absolute;
    height: 100%;
    width: 100%;
}

.esriCTInfoHeader
{
    margin-bottom: 5px;
}

.esriCTInfoDetails
{
    padding-bottom: 5px;
    border-bottom: 1px solid #dfdfdf;
}

.esriCTSelectedItem
{
    font-weight: bold;
    background: #fff;
}

.esriCTDetailsContainerParent
{
    display: table;
    width: 100%;
}

.esriCTDetailsContainerRow
{
    display: table-row;
}

.esriCTDetailsContainerCell
{
    display: table-cell;
    width: 100%;
}

.esriCTWebMapLayer:hover
{
    background: #fff;
}

.esriCTRightArrow
{
    height: 24px;
    width: 24px;
    font-size: 24px;
    float: right;
}

/* End of Web Map List */

/* Mobile Menu*/

.esriCTMobilemenu
{
    float: right;
    background: #f0f0f0;
    height: 100%;
    width: calc(100% - 15%);
    color: #555;
}

.esriCTBurgermenuStyle
{
    margin-left: 30px;
    border-bottom: 1px solid #ccc;
    padding: 10px;
}

.esriCTBurgermenu
{
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 80% !important;
}

.esriCTMobileMenuHeader
{
    background-color: #fff;
    line-height: 25px;
    padding: 6px;
}

.esriCTUserImg
{
    height: 25px;
    width: 25px;
    float: left;
    margin: 0 8px 0 2px;
    font-size: 20px;
}

.esriCTLoggedinUserName
{
    width: calc(100% - 40px);
}
/* End Of Mobile Menu*/

/* Burger Button Styles */

.esriCTMobileBurgerIcon
{
    cursor: pointer;
    padding: 14px 35px 16px 0px;
    margin: 15px 12px 15px 24px;
    font-size: 20px;
}

.esriCTMobileBurgerIcon span, .esriCTMobileBurgerIcon span:before, .esriCTMobileBurgerIcon span:after
{
    cursor: pointer;
    border-radius: 1px;
    height: 2px;
    width: 35px;
    position: absolute;
    display: block;
    content: '';
    font-size: 20px;
}

.esriCTMobileBurgerIcon span:before
{
    top: -10px;
}

.esriCTMobileBurgerIcon span:after
{
    bottom: -10px;
}

.esriCTMobileBurgerIcon span, .esriCTMobileBurgerIcon span:before, .esriCTMobileBurgerIcon span:after
{
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
}

.esriCTMobileBurgerIcon.active span
{
    background-color: transparent;
}

.esriCTMobileBurgerIcon.active span:before, .esriCTMobileBurgerIcon.active span:after
{
    top: 0;
}

.esriCTMobileBurgerIcon.active span:before
{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.esriCTMobileBurgerIcon.active span:after
{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}


/* End of Burger Button Styles */

/* Geo-form styles*/

.esriCTGeoFormBody
{
    overflow-y: auto;
    height: calc(100% - 60px);
    -webkit-overflow-scrolling: touch;
    color: #555;
    width: 100%;
}

.esriCTGeoFormTitles
{
    margin: 5px 0 5px 0;
    font-size: 18px;
    font-weight: bold !important;
}


.esriCTGeoFormContainer
{
    margin: 0 auto !important;
    width: 100% !important;
    background: #FFF;
    height: 100%;
}

.esriCTRequireFieldStyle
{
    display: inline-block;
    margin-left: 5px;
    font-weight: normal;
    font-size: 100%;
}

.esriCTGeoFormHeaderText
{
    width: calc(100% - 50px);
}

label
{
    font-weight: normal !important;
    font-size: 14px;
}

.row
{
    margin: 0 !important;
}

.form-control
{
    border-radius: 0px !important;
    font-size: 12px;
    font-family: Verdana;
    resize: none !important;
    border: 0.35em solid #51B3E1;
}

.btn, .input-group-addon
{
    border-radius: 0px !important;
}

.esriCTCloseButton
{
    float: right;
    background-image: url(../images/close-24.png );
    height: 24px;
    width: 24px;
    margin-right: 24px;
    margin-top: 6px;
    background-size: 24px;
    background-repeat: no-repeat;
}

.help-block
{
    margin-left: 1px;
}

.esriCTHideFileInputUI
{
    position: absolute;
    top: 0;
    filter: alpha(opacity = 0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.esriCTFileAttachMentList
{
    padding-top: 10px;
    float: left;
    width: 100%;
}

.esriCTFileButtonContainer
{
    float: left;
    position: relative;
}

.esriCTFileAlert
{
    float: left;
    margin-right: 10px;
}

.esriCTAttachmentSelectedCount
{
    float: left;
    margin-top: 6px;
    margin-left: 10px;
}

.esriCTAttachmentContainer
{
    word-wrap: break-all;
    width: 100%;
    clear: both;
}

.esriCTGeoFormAttachmentLabel
{
    position: relative;
    width: 100%;
}

.esriCTSuccessMsg
{
    margin: 10px;
    position: relative;
    min-height: 49px;
}

.esriCTSuccessMsgClose
{
    position: absolute;
    top: 10px;
    right: 10px;
}

.esriCTGeoFormButton
{
    border-radius: 0px !important;
    height: 35px;
    font-size: 14px;
    font-family: Verdana;
}

.esriCTGeoLocation
{
    position: absolute;
}

.esriCTlocationPanel
{
    padding: 0px !important;
    width: calc(100% - 50px);
}

.esriCTGeoFormLoader
{
    top: 1px;
    height: calc(100% - 1px);
    width: 100%;
    position: absolute;
    z-index: 102;
    background: #EDEDED;
}

.esriCTLocateContainer div.input-group
{
    width: 100%;
}

.esriCTLocateContainer div.input-group-btn
{
    position: absolute;
    right: 36px;
    z-index: 100;
}

.esriCTTxtSearch
{
    padding-right: 70px;
}

.esriCTGeoFormMapContainer
{
    height: 280px !important;
    width: 100% !important;
}

.esriCTmapParentContainer
{
    width: 94%;
    margin: 0 3% 15px 3%;
}

.esriCTReportButton
{
    height: 55px;
    text-align: center;
    vertical-align: middle;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.esriCTReportButtonContainer
{
    line-height: 55px;
    margin: 0px;
    display: inline-block;
    max-width: 100%;
}

.esriCTReportButtonIcon
{
    float: left;
    background-image: url("../images/report-button-icon.png");
    background-size: 19px;
    height: 55px;
    width: 19px;
    background-position: center center;
    background-repeat: no-repeat;
    line-height: 55px;
    margin-left: 5px;
}

.esriCTReportButtonText
{
    padding-left: 11px;
    min-width: calc(100% - 25px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.esriCTGeoFormCancelButton
{
    width: 48%;
    float: right;
}

.esriCTGeoFormSubmitButton
{
    width: 48%;
    float: left;
}

.esriCTGeoFormGeoLocation
{
    height: 34px;
    width: 34px;
    margin-left: 4px;
    background-size: 34px;
    background-repeat: no-repeat;
    float: right;
    margin: 0px;
    border: 1px solid #ccc;
}

.esriCTGeoFormBody .esriCTMapGeoLocationContainer, .esriCTLocatorSearchButton
{
    background-color: #fff;
}

.esriGeoformCTLocationHint {
    padding-bottom: 5px;
}

/* End of geo-form styles*/

/* Address container Styles */

.esriCTResultContainer
{
    height: 150px;
    background-color: White;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    overflow-y: auto;
    width: 100%;
}

.esriCTSearchGroupRow
{
    display: table;
    width: 98%;
    height: 30px;
    margin-left: 5px;
}

.esriCTCandidateField
{
    margin-right: 4px;
    display: table-cell;
    vertical-align: middle;
    padding: 5px 20px 5px 2px;
}

.esriCTContentBottomBorder
{
    border-bottom: 1px solid #EDEDED;
}

.esriCTSearchGroupCell
{
    display: table-cell;
    vertical-align: middle;
}

.esriCTPlusMinus
{
    width: 15px;
    display: table-cell;
}

.esriCTGroupList
{
    display: table-cell;
    vertical-align: middle;
    padding-right: 5px;
}

.esriCTHideAddressList
{
    display: none;
}

.esriCTShowAddressList
{
    display: block;
    margin-left: 15px;
}

.esriCTClearInput, .esriCTSearchLoader
{
    height: 24px;
    width: 24px;
    cursor: pointer;
    position: absolute;
    background-color: #fff;
}

.esriCTCloseHelpWindow
{
    height: 18px;
    width: 18px;
    cursor: pointer;
    background-color: #fff;
    margin-top: 5px;
    text-shadow: none;
}

.esriCTClearInput
{
    background: url('../images/clearText.png') no-repeat center;
}

.esriCTSearchLoader
{
    display: none;
    background-image: url('../images/list-loader.gif');
}

.esriCTTxtSearch::-ms-clear
{
    display: none;
}

.esriCTCandidateList
{
    display: table;
    width: 98%;
    height: 40px;
}

.esriCTDivNoResultFound
{
    margin-left: 5px;
    height: 25px;
    padding-top: 10px;
}

.esriCTSearchClose
{
    position: absolute;
    right: 66px;
    top: 6px;
    z-index: 2;
}

.esriCTLocatorSearchButton
{
    border-left-width: 0px;
    font-size: 14px !important;
}

.esriCTSearchButton
{
    background: url('../images/search.png') no-repeat center;
    height: 32px;
    width: 34px;
    margin-left: 4px;
    background-size: 28px;
    margin-top: 1px;
    border-left: 1px solid #ccc !important;
}

.esriSimpleSlider .esriCTMapNavigationButton
{
    height: 32px;
    width: 32px;
    background-size: 19px;
    margin-top: 9px;
    border-left: 1px solid #ccc !important;
    background-color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    padding: 0px;
    background-color: #fff !important;
    -webkit-box-shadow: 1px 1px 5px #888;
    -moz-box-shadow: 1px 1px 5px #888;
    box-shadow: 1px 1px 5px #888;
}

.esriCTBasemapGalleryButton {
    background: url('../images/basemap.png') no-repeat center;
}

.esriCTLegendButton {
    background: url('../images/Legend.png') no-repeat center;
}

/* End of Address container Styles */

/* Comment Styles */


.esriCTCommentContent .panel-heading
{
    background: #fff;
    padding-right: 0px;
    border: none !important;
}

.esriCTTextAreaContainer
{
    clear: both;
    width: 100%;
    height: 115px;
    background: #fff;
}
/* End of Address container Styles */

/* ---------- ItemList ---------- */

.esriCTItemList
{
    font-family: Arial, 'Helvetica Neue' , Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
    background-color: #eee;
}

.esriCTItemList .esriCTItemSummary
{
    padding: 10px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.esriCTItemSummary
{
    line-height: 0; /* reset */
}

.esriCTItemSummaryHighlighter
{
    width: 4px;
    height: 50px;
    float: left;
}

.esriCTtemSummaryParent:hover, .esriCTItemSummaryParentSelected
{
    background-color: #fff;
}

.esriCTItemList .esriCTItemSummary:hover
{
    background-color: #fff;
}

.esriCTItemSummary .esriCTItemTitle
{
    width: calc(100% - 66px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
}

.esriCTItemListTitleFullWidth
{
    width: 100% !important;
}

.esriCTItemList .esriCTItemTitle, .esriCTItemList .esriCTItemFav
{
    line-height: 30px;
}

.esriCTMyIssueListContainer .esriCTItemTitle
{
    line-height: 20px;
}

.esriCTMyIssueListContainer .esriCTItemFav
{
    line-height: 40px;
}

.esriCTItemFav
{
    cursor: auto;
}

.esriCTItemSummary > div, .esriCTItemFav > div
{
    display: inline-block;
}

.esriCTItemSummary .esriCTItemFav
{
    float: right;
    font-size: 20px;
    color: rgb(150, 150, 150);
    color: rgba(0, 0, 0, 0.35);
}

.esriCTIssueListContainer
{
    height: 100%;  /*calc(100% - 155px);*/  /*105px*/
    overflow: auto;
    /*margin-top: 50px;*/   /*Melissa added to push text(scrollable area) below View Map button on mobile*/
}

.esriCTMyIssueListContainer
{
    height: calc(100% - 55px);
    overflow: auto;
}

.esriCTMyIssueListContainer .esriCTItemSummaryHighlighter
{
    height: 60px;
}

.esriCTNoIssueDiv
{
    text-align: center;
    line-height: 51px;
    border-bottom: 1px solid #ccc;
}

.esriCTInfoLoader
{
    cursor: default;
    height: 32px;
    width: 32px;
    margin-top: 8px;
    margin-left: 11px;
}

.esriCTHeaderLoadingIndicator
{
    background-position: center center;
    background-image: url(../images/loading-indicator.gif);
    background-repeat: no-repeat;
    background-size: 32px;
    height: 32px;
    width: 32px;
}

.esriCTIssueWallMapItButton
{
    display: none;
}

.esriCTListHeaderText
{
    width: calc(100% - 80px);
}

.esriCTNoVotesDetailContainer
{
    width: calc(100% - 35px) !important;
}

.esriCTFavDiv
{
    font-size: 12px;
    top: 0px;
    color: rgba(0, 0, 0, 0.30);
}

/*.esriCTListButtonContainer
{
    float: right;
    position: relative;
    height: 48px;
    width: 50px;
}*/

/*Melissa added to push tab text below view map button*/
.esriCTListButtonContainer
{
    float: right;
    position: absolute;
    height: 48px;
    width: 50px;
    right:20px;
}

.esriCTLoaderPosition
{
    position: absolute;
}

.esriCTMyIssuePopupTitle
{
    font-weight: normal;
}

.esriCTListHeader .tooltip
{
    word-break: break-all;
}

.esriCTLoadMoreContainer
{
    width: 100%;
    text-align: center;
    line-height:30px;
}

.esriCTLoadMoreButton
{
    font-weight: bold;
}

/* ---------- End Of ItemList ---------- */

/* ---------- ItemDetail ---------- */

.esriCTItemDetailsContainer
{
    height: calc(100% - 80px);  /*was -50px...increasing to accomodate larger popup image size...to prevent 2 scrollbars in side panel*/
    overflow: auto;
    background: #f0f0f0;
}

.esriCTItemDetail
{
    background: #fff;
    height: 100%;
}

.esriCTCommentsForm1
{
    border-top: 1px solid #ccc;
    padding-bottom: 15px;
    background-color: #fff;
}

.esriCTItemDetail > .esriCTItemSummary > div
{
    padding: 10px;
    line-height: 20px;
    box-sizing: border-box;
}

.esriCTItemDetail .esriCTItemSummary .esriCTBack
{
    cursor: pointer;
    line-height: 0;
    float: left;
}

.esriCTItemDetail .esriCTItemSummary .esriCTItemTitle
{
    width: 69%;
    padding-right: 5px;
}

.esriCTItemDetail .esriCTItemSummary .esriCTItemFav
{
    font-size: inherit;
    padding-left: 0px;
}

.esriCTItemDetail .esriCTItemFav .esriCTIcon
{
    font-size: 20px;
    margin-left: 5px;
}

.esriCTItemDetail .esriCTItemDetailsContainer
{
    float: left;
    width: 100%;
}

.esriCTItemDetail .esriCTTtemDescription
{
    color: #999;
    float: left;
    width: 100%;
    height:100%;
}

.esriCTItemDetail .esriCTItemDetailHeader
{
    width: 100%;
    border-top: 1px solid #ccc;
    padding: 10px 0 0 10px;
}

.esriCTItemDetail .userName
{
    display: inline-block;
}

.esriCTItemDetail .btn
{
    border: 1px solid #ccc;
    border-radius: 2px;
    cursor: pointer;
    /*melissa added the 3 properties below 12/11/18 to shift the 'View Map' button on item-details html*/
    margin-top: 10px;
    float: right;
    margin-right: 10px;
}

.esriCTItemDescFooter .btn, .esriCTCommentButtons .btn
{
    padding: 4px 6px;
}

.esriCTItemDetail .btn ::selection
{
    color: #007ac2;
}

.esriCTItemDetail .btn ::-moz-selection
{
    color: #007ac2;
}

.esriCTTtemDescFooter
{
    height: 25px;
}

.esriCTItemDetail .float-right
{
    float: right;
}

.esriCTItemDetail .esriCTRightEdge
{
    margin-right: 0;
}

.esriCTItemDetail .esriCTLargeText
{
    font-size: 16px;
}

.esriCTItemDetail .esriCTMediumText
{
    font-size: 14px;
}

.esriCTItemDetail .esriCTSmallText
{
    font-size: 12px;
}

.esriCTItemDetail .itemComments
{
    background-color: #eee;
    padding: 10px;
}

.btn > div
{
    display: inline-block;
}

.btn .esriCTIcon
{
    margin-right: 2px;
    position: relative;
    top: 2px;
}

.btn .esriCTIcon svg path, .btn .esriCTIcon svg polyline
{
    fill: #007ac2;
    fill-opacity: 1;
}

.hide
{
    display: none !important;
}

.center-please
{
    text-align: center;
}

.esriCTItemDetail .attachmentsSection
{
    display: none;
    margin-bottom: 12px;
}

.esriCTItemDetail .attachmentsSection .attachment
{
    width: 48%;
    margin: 0px 5px 5px 0px;
    cursor: pointer;
}

.commentsForm
{
    margin-bottom: 12px;
}

/*.esriCTMapItButton
{
    height: 48px;
    width: 50px;
    float: right;
    font-size: 24px;
    line-height: 58px;
    text-align: center;
}*/

.esriCTMapItButton
{
    height: 20px;
    width: 100px;
    float: right;
    font-size: 14px;
    font-weight:normal;
    line-height: 20px;
    text-align: center;
    color: #137db9;
    border: 1px solid #ccc;
    margin-top:20px;
    /*background-image: url(../images/map_icon2.png);
    background-repeat: no-repeat;*/
}

.esriCTDetailsHeader
{
    width: calc(100% - 107px);
}

.esriCTVotesDetails
{
    line-height: 50px;
    float: right;
    width: 65px;
    margin-right: 12px;
}

.esriCTItemVotes
{
    margin-right: 3px;
    float: left;
    width: 49px;
    text-align: right;
    color: rgba(0, 0, 0, 0.30);
    font-size: 20px;
}

.esriCTDetailsFavDiv
{
    font-size: 12px;
    margin-left: 1px;
    color: rgba(0, 0, 0, 0.30);
}

.esriCTDetailsPanelButton
{
    width: 33%;  /*23%*/
}

.esriCTDetailsCommentButton
{
    width: 63%;  /*23%*/
}

.esriCTButtonSelected
{
    background-color: #007ac2;
    color: #fff;
}

.esriCTDetailButtonContainer
{
    display: inline;
}

.esriCTItemDescFooter
{
    width: 100%;
    padding: 10px 10px;
    float: left;
    background-color: #fff;
}

.esriCTItemDetailHeader
{
    font-weight: bold;
}

.esriCTItemComments
{
    float: left;
    background-color: #F0F0F0;
    width: 100%;
    display: none !important;
}

.esriCTCommentsText
{
    border-bottom: 1px solid #ccc;
    padding: 8px 0 8px 0;
}

.esriCTEnterComment
{
    width: 100%;
    padding: 10px;
}

.esriCTCountLabel
{
    text-align: right;
    padding: 0 15px;
}

.esriCTCommentButtons
{
    padding: 0 10px;
}

.esriCTPostCommentButton
{
    width: 48%;
}

.esriCTCancelCommentButton
{
    width: 48%;
    float: right;
}

.textAreaContent
{
    width: 100%;
    border: solid 1px #DFDFDF;
    resize: none;
    clear: both;
    height: 64px;
    border-radius: 0px;
}

.esriCTDetailsContainer
{
    width: 100% !important;
}

.esriCTListItemHeader
{
    margin-bottom: 5px;
}

.esriCTListData
{
    width: 100% !important;
    padding-bottom: 5px;
    word-break: break-all;
}

.esriCTIssueImgSpan
{
    margin: 0 5px 5px 0;
    float: left;
    max-width: 100px;
    max-height: 80px;
    overflow: hidden;
    border: 1px solid;
    border-color: #ddd;
}

.esriCTImageLoader
{
    cursor: default;
    display: block;
    background-position: center center;
    background-image: url(../images/list-loader.gif);
    background-repeat: no-repeat;
    height: 80px;
    width: 110px;
}

.esriCTIssueDetailImg
{
    float: left;
}

.esriCTAttachmentsSection .row
{
    margin: 0px !important;
    padding: 5px 10px !important;
}

.esriCTDetailsPanel
{
    background-color: #F0F0F0;
}

.esriCTMapItButtonVisibility
{
    display: none;
}

.esriCTAttachmentsSection
{
    background-color: #fff;
}

.esriCTDetailsNoResult
{
    padding: 5px 0 5px 10px;
}

.esriCTCancelCommentButton, .esriCTPostCommentButton
{
    height: 35px;
    line-height: 25px;
}

.esriCTDetailDescription
{
    color: #515151;
    padding: 15px 10px 50px 10px!important;  /*top and bottom was 5px--increased to accomodate larger popup image size...must also increase height of esriCTItemDetailsContainer*/
    overflow-x: auto;
    float: left;
    width: 100%;
    background-color: #fff;
    position: relative;
}

.esriCTCommentsList .commentRow
{
    border-bottom: 1px solid #ccc;
    padding: 10px 0 5px 0;
}

.esriCTCommentsList .dijitContentPane
{
    margin-bottom: 10px;
    padding: 5px 10px !important;
 }

 .esriCTEditingButtons {
     top: 4px;
     position: absolute;
     right: 5px;
 }

.esriCTEditButton {
    height: 22px;
    width: 22px;
    cursor: pointer;
    float: left;
    font-size: 16px;
    text-align: center;
    line-height: 25px;
    margin: 0 1px 0 1px;
}

.esriCTDeleteButton {
    height: 22px;
    width: 22px;
    cursor: pointer;
    float: left;
    font-size: 16px;
    text-align: center;
    line-height: 25px;
    margin: 0 1px 0 1px;
}

/* Override styles for buttons in comment section */
.esriCTCommentsList .esriCTEditButton {
    right: 18px;
}

.esriCTCommentsList .esriCTDeleteButton {
    right: 0px;
}

.esriCTItemDetail .esriCTCommentsFormTitle
{
    width: 100%;
    padding: 0 0 10px 0;
    font-weight: bold;
}

.esriCTCommentsPopup {
    position: relative;
}

.esriCTEditModePopupContainer
{
    padding-bottom: 15px;
    background-color: #FFF;
}

/* ---------- End Of ItemDetail ---------- */

/*-----------Mozilla-----------------*/

@-moz-document url-prefix() {
    .esriCTReportButtonContainer
    {
        display: inline-flex;
    }

    .esriCTReportButtonText
    {
        max-width: calc(100% - 24px);
    }

    .esriCTMargin
    {
        margin-left: 3px;
    }
}

/*-----------Mozilla-----------------*/
/* Start of map search container styles */
.esriSimpleSlider .esriCTSearchButton
{
    background: url('../images/search.png') center;
    background-size: 30px;
    border-left: none !important;
}

.esriSimpleSlider .search, .esriSimpleSlider .search div
{
    font-size: 12px;
    color: #666;
    text-align: left;
    line-height: 16px;
    height: 31px;
}

.esriSimpleSlider .search .esriCTAddressListContainer
{
    width: 90%;
    height: auto;
    float: left;
}

.esriSimpleSlider .search
{
    margin-top: 9px;
}
.esriSimpleSlider .esriCTTxtSearch
{
    height: 33px;
    width: 0;
    display: none;
}

.esriSimpleSlider .esriCTMapSearchContainer .input-group-btn
{
    right: -5px;
}

.esriSimpleSlider .esriCTMapSearchContainer .esriCTSearchClose
{
    right: 32px;
    top: 4px;
    display: none;
}

.esriSimpleSlider .esriCTMapSearchContainer .esriCTResultContainer
{
    min-width: 231px;
    height: 100%;
    position: absolute;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

.esriSimpleSlider .esriCTMapSearchContainer .esriCTDivNoResultFound
{
    float: left;
    width: 90%;
}

.esriSimpleSlider .esriCTMapSearchContainer .esriCTCandidateList
{
    min-width: 197px;
}

.esriSimpleSlider .esriCTMapSearchContainer .esriCTSearchGroupCell
{
    min-width: 205px;
}


.esriSimpleSlider .esriCTMapSearchContainer
{
    margin-top: 0px !important;
}

.esriSimpleSlider .esriCTLocatorSearchButton
{
    margin-left: -5px;
    height: 31px;
}

.esriSimpleSlider .esriCTSearchButton
{
    height: 31px !important;
    width: 32px !important;
    position: absolute;
}
.esriSimpleSlider .esriCTTxtMapSearch
{
    display: none;
}

.esriCTHelpIcon
{
    height: 18px;
    width: 18px;
    float: left;
    font-size: 20px;
    margin-top: 15px;
    margin-right: 10px;
    margin-left: 10px;
}

.modal-header
{
    border-color: #555;
}

.esriCTModelDialog .modal-body
{
    overflow: auto;
    height: 250px;
    margin-bottom: 15px;
}

.esriCTModelDialog
{
    top: 150px;
}

.esriCTClose
{
    opacity: 1;
    padding: 2px;
}

.esriCTClose:hover
{
    opacity: 1;
}

.esriCTIncrementButton
{
    width: 32px;
    height: 31px;
    background-image: url('../images/increment.png');
    background-size: 32px 31px;
}

.esriCTDecrementButton
{
    width: 32px;
    height: 31px;
    background-image: url('../images/decrement.png');
    background-size: 32px 31px;
}

.esriSimpleSliderIncrementButton.esriCTIncrementButton.esriCTPointerCursor.esriSimpleSliderDisabledButton
{
    width: 32px;
    height: 31px;
    background-image: url('../images/increment-disabled.png') !important;
    background-size: 32px 31px;
}

.esriSimpleSliderDecrementButton.esriCTDecrementButton.esriCTPointerCursor.esriSimpleSliderDisabledButton
{
    width: 32px;
    height: 31px;
    background-image: url('../images/decrement-disabled.png') !important;
    background-size: 32px 31px;
}

.modal-title
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 85%;
}

.modal-header
{
    min-height: 56px;
}

/** Comments form starts **/

.esriCTCommentsFormAttachmentLabel {
    position: relative;
    width: 100%;
}

.esriCTCommentFormTitles {
    margin: 5px 0 5px 0;
    font-size: 18px;
    font-weight: bold !important;
}

.esriCTCommentFormButton {
    border-radius: 0px !important;
    height: 35px;
    font-size: 14px;
    font-family: Verdana;
}

.esriCTFileAttachMenuList {
    padding-top: 10px;
    float: left;
    width: 100%;
}

.esriCTAddCommentAttachmentsWrapperContainer {
    padding: 0px 10px 0px 10px;
}

/** Comments form end **/

/** Attachment section styles for popup and comments **/

.esriCTCommentsList .esriCTThumbnailContainer {
    margin: 2px;
}

.esriCTCommentsList .esriCTAttachmentHeader {
    margin: 2px;
    word-wrap: break-word;
    color: #888888;
    border-bottom: 1px solid;
}

.esriCTCommentsList .esriCTAttachmentHeader {
    border: none;
}

.esriCTCommentsList .esriCTAttachmentImg {
    cursor: pointer;
    height: 60px !important;
    width: 83px !important;
}

.esriCTNonImageName {
    text-align: center;
    height: 75px;
    line-height: 75px;
    width: 100%;
    position: absolute;
    overflow: hidden;
    display: none;
    word-break: break-all;
    cursor: pointer;
}

.esriCTNonImageNameMiddle {
    display: inline-block;
    vertical-align: middle;
    /** vertical alignment of the inline element **/
    line-height: normal;
    color: #fff;
}

.esriCTNonImageContainer {
    float: left;
    margin: 5px 10px 5px 0;
    position: relative;
    background-color: #c4bd97;
    height: 82px;
    width: 83px;
}

.esriCTNonImageContainer:hover .esriCTNonImageName {
    display: block;
}

.esriCTNonImageContainer:hover .esriCTNonImageContent {
    display: none;
}

.esriCTNonFileTypeContent {
    text-align: center;
    color: #ffffff;
    line-height: 23px;
}


/** Attachment section styles for popup and comments ends **/

/** Basemap gallery section starts **/
.esriCTOnScreenWidgetContainer {
    position: absolute;
    left: 5px;
    top: 325px;
    height: 300px;
    width: 110px;
    -webkit-box-shadow: 1px 1px 5px #888;
    -moz-box-shadow: 1px 1px 5px #888;
    box-shadow: 1px 1px 5px #888;
    z-index: 31;
    /*50,250,360,150*/
}

.esriCTOnScreenWidgetTitleContainer {
    height: 25px;  /*50px*/
    line-height: 25px;  /*50px*/
    border-bottom:  1px solid;
    font-size: 15px;
    width: 100%;
    float: left;
}

.esriCTOnScreenWidgetHeaderTextColor
{
    /*color: black;*/  /*commented out to allow close button 'X' to be white*/
}

.esriCTHeaderTitle {
    width: calc(100% - 30px);  
    float: left;
    margin-left: 5px;
    color: White;
}

.esriCTOnScreenWidgetWrapper {
    height:calc(100%);  /*calc(100% - 50px);*/
    width: 100%;
    padding: 10px;
    float: left;
    overflow: auto;
}

.esriBasemapGallery img {
    vertical-align: baseline;
}

.esriCTBasemapLoading {
    height: 50px;
    width: 50px;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background-image: url('../images/loading-indicator.gif');
    background-size: 33px 39px;
    background-position: center;
    background-repeat: no-repeat;
}

/* Override the style of selected basemap node to avoid the issue of basemap thumbnail displacement */
.esriBasemapGallerySelectedNode .esriBasemapGalleryThumbnail {
    margin: 1px;
}
.esriCTOnScreenClose
{
    color: White;
    /*float: left;*/  /*turning this off removed dotted border from around close.png*/
}
/** Basemap gallery section ends **/


.esriViewPopup .gallery .frame img 
{
    max-height: 200px;  /*height:150px, w:200px*/
    max-width: 300px;
}

.esriViewPopup .gallery .mediaHandle.next
{
    right: -122px;
}


div.tab {
    overflow: hidden;
    border: 1px solid gray;
    background-color: #f1f1f1;
    display:none;
}

/* Style the buttons inside the tab */
div.tab button {
    background-color: inherit;
    float: left;
    border: 0px solid gray;
    outline: none;
    cursor: pointer;
    padding: 0px 10px 0px 10px;
    transition: 0.3s;
    font-size: 16px;
    font-weight:bold;
    -webkit-box-shadow: 1px 1px 5px #888;
    -moz-box-shadow: 1px 1px 5px #888;
    box-shadow: 1px 1px 5px #888;
    -webkit-border-radius:10px 10px 0px 0px;
    -moz-border-radius:10px 10px 0px 0px;
    -o-border-radius:10px 10px 0px 0px;
    border-radius:10px 10px 0px 0px;
    height: 40px;
    background-color: #4CA9DE;
    margin-top: 10px;
    color:White;
    
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: gray;
    color:white;
}

/* Create an active/current tablink class */
div.tab button.active {
    background-color: White;
    color:#41679E;
}

/*#btnWelcome, #btnWelcome2 
{
    background-image: url("../images/btnlegend50.png");
    background-repeat:no-repeat;
    width: 100px;
}*/

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 70%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 70%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 70%;
  border: 0;
  }
  
  
  * {box-sizing:border-box}
.mySlides {display:none}
/* Slideshow container */
.slideshow-container {
  max-width: 300px;
  position: relative;
  margin: auto;
}

.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px 0px;
  color: #424242;
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color:White;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #424242;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}


/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

/*@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}*/

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

.swiper-container {
    width: 300px;
    height: 600px;
}  

#itemCP hr
{
    margin-bottom:5px;
    margin-top: 10px;
}
  
  
.light.esriPopup, .dark.esriPopup {
    line-height: 1;
}

.light.esriPopup .titlePane {
    background-color: #444444;
    color: #ffffff;
    line-height: 20px;
    font-weight: bold;
    font-size: 12px;
    padding-left: 6px;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    cursor: default;
}

.light.esriPopup .titlePane {
    background-color: #446485;
    border-style: none;
    line-height: 12px;
    box-sizing:content-box;
    padding:6px;  /*made title bar decrease height)*/
}

.light.esriPopup .titlePane .title, .dark.esriPopup .titlePane .title {
    line-height: 12px;
}

/*.light.esriPopup .actionsPane .action, */
.light.esriPopup .esriViewPopup .gallery .mediaIcon, 
.light.esriPopup .esriViewPopup .gallery .mediaHandle, 
.light.esriPopup .titleButton 
{
    color:White;
}

.light.esriPopup .titleButton.prev {
    right: 64px;
    background-position: -29px 0;
    width: 9px;
    height: 17px;
    top: 15px;
}

.light.esriPopup .titleButton.next {
    right: 46px;
    background-position: -16px 0;
    width: 9px;
    height: 17px;
    top: 15px;
}

.light.esriPopup .titleButton.maximize {
    right: 24px;
    background-position: 0 0;
    width: 12px;
    height: 17px;
}

.light.esriPopup .titleButton.close {
    right: 3px;
    background-position: 0 0;
    width: 12px;
    height: 17px;
    opacity:1;
}

.light.esriPopup .break 
{
    height:2px;
}

/*.light.esriPopup .titleButton {
    position: absolute;
    top: 2px;
    cursor: pointer;
    background: url(../dijit/images/popup.png) no-repeat;
}*/

.esriViewPopup {
    box-sizing: border-box;
    color: #323232;
    font-size: 12px;
    font-family: "Avenir Next","Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.1em;
    background-color: #fff;
    --esri-widget-padding-v: 12px;
    --esri-widget-padding-h: 15px;
    --esri-widget-padding: var(--esri-widget-padding-v) var(--esri-widget-padding-h);
}

.esriViewPopup table tr:nth-child(odd) {
    background-color: rgba(76,76,76,.1);
}

.esriViewPopup table td {
    width: 80%;
    text-align: left;
    border-right: 3px solid rgba(0,0,0,.05);
}

.esriViewPopup table tr:nth-child(even) {
    background-color: rgba(76,76,76,.02);
}

.tabPadding 
{
     padding:10px 10px 10px 10px;
}

.lyrHeader
{
    font-size:13px;
    font-weight:bold;
    padding-top:15px;
}

.esriLayerList .esriButton {
    float: left;
    font-size: 16px;
    line-height: 16px;
    padding: 10px;
    cursor: pointer;
}

.North, .White
{
    display:none;
}

.txtPedVar
{
    width:100px;
}

#plocSubmitText
{
    top: 30%;
	left: 30%;
	position: absolute;
	color: black;
	z-index: 1000;
	font-weight:bold;
	font-size:20px;
	background-position: center center;
    background-image: url(../images/loading-indicator.gif);
    background-repeat: no-repeat;
    padding-top:70px;
}


#plocSubmitText:before
{
    content: 'Please wait...';
    padding: 10px;
}

#pedVars label 
{
    font-size: 14px;
    margin-left: 2px;
}

.question > input[type="text"] {
	width: 100%;
	height: 26px;
	margin-top: 20px;
	border-radius: 2px;
	box-shadow: none;
	border-color: #999;
}

#measureDiv
{
    /*line-height: 38px;
    text-decoration: underline;
    margin-top: 15px;
    margin-right: 20px;
    overflow: scroll;
    */
	color: black;	
	font-size: 12px;
	
    
}

.dojoxFloatingPaneTitle 
{
    background-color:Gray;
}

/*Measure toggle button*/
.claro .dijitToolbar .dijitButtonNode:hover {
  color:#333;
}
.claro .dijitToolbar .dijitToggleButtonChecked .dijitButtonNode {
   color:#333;
   border-style: solid;
}
.claro .dijitToolbar .dijitButtonNode{
  color:#fff;
}

.esriMeasureIcon {
  background-image: url(../images/legend16.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 4px 0 4px 4px;
  padding: 0;
}

/*CSS Styles for the measurement widget floating panel*/
#floater {
   top:0px;
   left:50px;
   overflow:hidden;
   background-color:#fff;
   border: solid 1px #999;
   border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius: 3px; 
  padding:0px !important;
}

#floater 
{
    position:absolute;
    top:130px;
    left:0px;
    width:85px;
    height:330px;
    z-index:999!important;
    visibility:hidden;
    background-color:white;
    border: solid 1px #999;
   border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius: 3px; 
  padding:0px !important;
}
 
.dojoxFloatingPaneContent{
  font-family:"helvetica neue", helvetica, arial, sans-serif;
  font-size:8pt;
  font-weight:bold;
  padding-bottom:4px;
}
.dojoxFloatingPaneTitle{
  color:#fff;
  font-family:"helvetica neue", helvetica, arial, sans-serif;
  font-size:12pt;
  font-weight:bold;
  width:100%;
  padding-left:8px;
  background-color: #41679E;
  cursor: grabbing;
}

#measureDiv{
  padding:2px !important;
}
#measureTool{
  width:214px;
}

#measureLink {
  background-color: white;
  border: 0;
  font-size: 14px;
}

/*remove the botttom border from the measurement tools result label*/
.resultLabel{
  border-bottom:none !important;
  font-family:"helvetica neue", helvetica, arial, sans-serif;
}

#divError {
    background-color: #C9462B;
    min-height: 30px;
    text-align: center;
    color: #fff;
    line-height: 30px;
    padding-top: 0;
    font-size: 14px;
}

.esriCTListHeader {height:0}

#popupHR 
{
    margin: 2px;
}

#exportLink
{
    text-decoration:underline;
    font-size:12px;
    cursor:pointer;
}





