﻿#dSaleHistory .ui-jqgrid-bdiv
{
    overflow: inherit !important;
}

.breadcrumbs
{
    font-size: 12px !important;
    border: none;
}

/*Cursor  style added for all sub menus - april29 */
.cursorpointer
{
    cursor: pointer;
}

/*Side bar sub menu  style added */
.nav-list > li > .submenu li > .submenu > li a
{
    font-size: 13px !important;
}
/* Font Settings for Layout Page  - starts */

/* Used for whole page */
label,
.form-control,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
{
    font-size: 13px !important;
}

/* For Top menu Bar */
.navbar .navbar-nav > li > a,
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus,
.dropdown-menu > li > a,
.breadcrumb
{
    font-size: 13px !important;
}

/* Side Bar */
.nav-list > li > a
{
    font-size: 13px !important;
}

body
{
    font-family: 'Lato'!important;
    font-size: 13px !important;
    color: #393939;
    line-height: 1.5;
}
/* Font Settings for Layout Page  - ends */

/*Styles For Settings Container Button  */
.ace-settings-container
{
    top: 4px;
}

/*Styles For Layout Page Color Coding  - Starts Mar 27 */
.skin-1 .navbar,
.skin-1 .pagefooter,
.skin-1 .btn-primary
{
    background-color: rgba(0,149,93,1);
}

.skin-2 .navbar,
.skin-2 .pagefooter,
.skin-2 .btn-primary
{
    background-color: #C6487E;
}

.skin-3 .navbar,
.skin-3 .pagefooter,
.skin-3 .btn-primary
{
    background-color: #4B61AC;
}

.navbar
{
    background-color: #00955D;
}

.ui-jqgrid-view>.ui-jqgrid-titlebar
{
    background-color: rgba(0,149,93,1);
}


.dropdown-menu li a.forcehover:hover,
.dropdown-menu li a.forcehover:focus,
.dropdown-menu li a.forcehover:active,
.dropdown-menu li.active a.forcehover,
.dropdown-menu li.active a.forcehover:hover,
.dropdown-menu .dropdown-submenu:hover > a.forcehover,
.nav-tabs .dropdown-menu li > a.forcehover:focus
{
    background-color: #31B639 !important;
}

.navbar-default .navbar-nav > .open > a.forcehover,
.navbar-default .navbar-nav > .open > a.forcehover:hover,
.navbar-default .navbar-nav > .open > a.forcehover:focus,
.navbar .navbar-nav > li > a.forcehover:hover,
.nav-list > li > a.forcehover:hover,
.nav-list > li .submenu > li > a.forcehover:hover
{
    background-color: #31B639 !important;
}

/*  Styles For Layout Page Color Coding  - Ends */
.ShowPropertyDiv
{
    position: absolute !important;
    height: 3% !important;
    top: 46% !important;
    left: 85% !important;
}

.checkbox-group 
{
    width: 95px;
    display: inline-block;
}

/* Margin and Padding Styling */
.padding-4 {
    padding: 4px;
}

.paddingleft0 {
    padding-left: 0px;
}

.padding-left23 {
    padding-left: 23%;
}

.padding-left-2
{
    padding-left: 2px;
}

.padding-right-2 {
    padding-right: 2px;
}

.padding-top6 {
    padding-top: 4%;
}

.margin-left-2 
{
    margin-left: 2px;
}

.margin-left11 {
    margin-left: 11%;
}

.margin-left-116 {
    margin-left: -116%;
}

.margin-right-2 
{
    margin-right: 2px;
}

.margintop {
    margin-top: 2%;
}

.margintopauto {
    margin-top: auto;
}

.margin-top-2 
{
    margin-top: 2%;
}

.margin-top-10 
{
    margin-top: 10%;    
}

.margintop6 {
    margin-top: 6%;
}

.margin-top-15 {
    margin-top: 15%;
}

.margin-bottom-10px {
    margin-bottom: 10px;
}

/* Widths */
.width120
{
    width: 120% !important;
}

.width8 {
    width: 8% !important;
}

.width25 {
    width: 25% !important;
}

.width50 {
    width: 50% !important;
}

.width75 {
    width: 75% !important;
}

.width100 {
    width: 100% !important;
}

.width80px {
    width: 80px !important;
}

.width98 {
    width: 98% !important;
}

.width150 {
    width: 150%;
}

.width180 {
    width: 180%;
}

.incexp-page-container
{
    width: 80%;
    margin-left: 10%;
}

.ui-slider-handle
{
    border-style: solid !important;
    border-color: Blue !important;
    height: 15px !important;
    width: 15px !important;
    top: -3px !important;
}

.buttonpanel
{
    border: 1px solid grey;
    height: 50px;
    padding: 7px;
    margin: 5px -6px -1px 20px;
}

/* Large screens ----------- */
@media only screen and (min-width : 1024px)
{
    .test
    {
        background-color: Olive;
        width: 300px;
    }
}

@media only screen and (max-width:1259px)
{
    .test
    {
        background-color: silver;
        width: 320px;
    }
}

.SiteMap
{
    width: 100% !important;
    height: 383px;
    margin-top: 3px;
}

.nav .caret
{
    border-top-color: #FCFDFD;
}

.mapmf
{
    width: 100%;
    height: 500px;
}

.mapProperties
{
    width: 100%;
    height: 598px;
}

.sidebarfixed /* not used -used to navigate sidebar*/
{
    position: fixed;
    z-index: 1;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current
{
    background-color: #31b639;
    color: White;
}

.ui-datepicker .ui-datepicker-buttonpane button
{
    background-color: #31b639;
    color: White;
}

#pageLoading /* Moved from Index.html*/
{
    text-align: center;
    padding: 3%;
    background-color: #f7f7f7; /*border: 1px solid #75A9DD; */
    font-size: 15px;
    margin: 0;
    width: 100%;
    color: gray;
    font-size: 16px;
}

#pageLoading img /*Added by Yasar- Moved from Index.html*/
{
    width: 7%;
    height: 7%;
    padding-right: 3px;
}

.progress_Narrative1 /*  Moved from Index.html*/
{
    font-family: BatmanForeverAlternate;
    font-size: 33px;
    color: #035884;
    margin: 0;
}

/* Adeed to Set the div for Arc Map*/
#esriAttribution
{
    position: absolute;
    bottom: 10px;
    right: 25px;
    z-index: 45;
    font-size: 12px;
    background-color: white;
    color: Gray;
}

#esriBasemapToggle
{
    position: absolute;
    right: 30px;
    margin-top:10px;
    z-index: 40;
    font: black !important;
}

#esriPolygonbtn
{
    position: absolute;
    right: 100px;
    margin-top:10px;
    z-index: 40;
    font-size :11px;
    padding:1px;
    color: #666;
    display: block;
    text-align: center;
    text-transform: capitalize;
    white-space: nowrap;
    cursor :pointer;
    background:#fff;
    border : 1px solid;
}

.basemapImage
{
    height : 0px !important;
}

.esriSimpleSliderIncrementButton
{
    width:20px !important;
    height:25px !important;
    font-size:20px !important;
}

.esriSimpleSliderDecrementButton
{
    width:20px !important;
    height:25px !important;
    font-size:20px !important;
}

.rightMenu {
    position:relative;
    float:right;
}

dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown-submenu  > .dropdown-menu.thirdsubmenu
{
    top: 45px !important;
}

.dropdown-submenu  > .dropdown-menu.Secondsubmenu
{
    top: 25px !important;
}

.dropdownHide
{
    display:none;
}

.logo-background
{
    padding: 5px 5px 5px 5px;
}

.remove-row-margin
{
    margin-left: 0;
    margin-right: 0;
}

.whats-new
{
    font-family: 'Lato' !important;
    margin-top: 20px;
    max-height: 400px;
}

#cycleImg
{
    max-height: 400px;
}

.header-new
{
	color: #ffffff;
	background-color: #00955d;
	padding: 5px 10px;
	width: 100%;
}

.header-soon
{
	color: #ffffff;
	background-color: #00955d;
	padding: 5px 10px;
	width: 100%;
}

h1, h2, h3, h4, h5
{
    font-family: 'Lato' !important;
}

/* Added @n1ben for Custom Highlighting on Inc|Exp page */
.customize-cog
{
    margin-top: 6px;
    margin-left: 6px;
    zoom: 1.25;
}

.color-pane{
	width: 30px;
	height: 30px;
	border: 1px solid black;
	margin: 2px;
	display: inline-block;
}

.color-pane:hover
{
    border-color: #31b639;
}

#color-panel
{
    border: 1px solid #d5d5d5;
	width: 12%;
	padding-left: 5px;
	border-radius: 2px;
	margin-top: 2px;
	background-color: #FFF;
	border-color: #31b639;
	padding: 5px;
	display: block;
}

#color-submit
{
    display: block;
    margin: 0 auto;
    width: 50%;
}

input[type=text][class*=inc-exp-change]
{
    color: rgb(51,51,51);
}

#reset_colors_button
{
    margin-right: 5px;
}
/* End Highlighting CSS */
