﻿body{
    FONT-FAMILY: Tahoma, Arial, Helvetica;
    font-weight: normal;    
    background-color: #26365A;
}


    #header {
       /*background-repeat: repeat-x;
        background-image: url(img/bg.jpg);*/
        background-color: #26365A;
        height: 120px;
    }
    
    #title{
     color:#fff;
    
    }

.title{
	text-align: center;
}

.title img {
   height: 100px;
}
    
    #subtitle{
      color:#ccc;
      background-repeat: no-repeat;     
    }
    
    #leftPane{
     color: #333;
     border-right: 2px solid  #26365A;
     border-left: 10px solid  #26365A;
     background-color: #fff;
    }

    #map{
        background-color: #fff;
    }

    #mapcoords {
        right: 30px;
    }

    #toolMenu {
        top: 80px;
    }
    
    .templatePicker{
      border-color: #c0c0c0;
    }
    
    .mobile #title{
      color:#fff;
    }
    .mobile #leftPane{
     background-color: #fff;
    }
    
    /*Delete button the attribute inspector*/
    #mainWindow.dijitBorderContainerNoGutter div#map.dijitContentPane div#map_root.container div.esriPopup div.esriPopupWrapper div.sizer div.contentPane div#esri_dijit_AttributeInspector_0.esriAttributeInspector div.atiButtons span.dijit span.dijitReset{
    background-image: -ms-linear-gradient(bottom, #446485 0%, #6788A2 100%);
    background-image: -moz-linear-gradient(bottom, #446485 0%, #6788A2 100%);
    background-image: -o-linear-gradient(bottom, #446485 0%, #6788A2 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #446485), color-stop(1, #6788A2));
    background-image: -webkit-linear-gradient(bottom, #446485 0%, #6788A2 100%); 
    background-image: linear-gradient(to top, #446485 0%, #6788A2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#446485', endColorstr='#6788A2',GradientType=0 );
    color: #fff;
    border:none;
    }

    .headerButton{
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
        background: linear-gradient(#3C3C3C, #111111) repeat scroll 0 0 #111111;
        border:1px solid #4c4c4c;
        color:#fff;
        text-shadow: 0 -1px 1px #000000;
    }
    .headerButton:active{
      background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #45484d) );
      background:-moz-linear-gradient( center top, #000000 5%, #45484d 100% );
      filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#45484d');
      background-color:#000000;
    }
   .submitButton{
     background: none repeat scroll 0 0 #555555;
     border: 1px solid #333333;
     color: #FFFFFF;
    }
    .submitButton:hover{
      border: 1px solid #999;
    }
    .esriMobileNavigationBar{
        background: #7d7e7d; /* Old browsers */
        background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
    }



.claro .dijitContentPane {
    padding: 0px;
}



    
.claro .dijitTab {
	border: 0px solid #26365A;	
	color: #fff;
    background-image: none !important;  
    background-color:  #26365A;
}

.dijitTabPaneWrapper {
    border:none;
}

.claro .dijitTabHover
{
	border: 0px solid #26365A;
	background-color: #E2E2E2;	
	color: #446485;
    background-image: none;    
}

/* active tab color */
.claro .dijitTabChecked {	
	background-color: #838C9B;	
	color: #fff;
    font-weight: bold;       
}

.claro .dijitAccordionTitle {    
    background-image: none;    
    color: #fff;
}

.claro .dijitAccordionInnerContainerSelected .dijitAccordionTitle {
    color: #fff;
    background-image: none;  
    background-color:  #838C9B;
    color:   #838C9B;  
    
}


.dijitAccordionContainer {
    border: none;
}

.claro .dijitAccordionContainer .dijitAccordionChildWrapper {
    border: 0px;
    margin: 0px;
}

.claro .dijitAccordionTitleHover{
    border: 2px solid #26365A;
	background-color: #838C9B;
	color: #446485;
    background-image: none;    
}


.claro .dijitAccordionInnerContainer 
{
    border:0px;
    background-image: none;
	background-color:  #26365A;
	color:  #000;

}

.claro .dijitAccordionInnerContainerActive .dijitAccordionTitle {
    border: 0px solid #26365A;
	background-color: #E2E2E2;	
	color: #446485;
    background-image: none;    
}

/*.claro .dijitAccordionInnerContainerHover
{
     border: 1px solid #E2E2E2;
     background-color: #E2E2E2;
     color: #000;
}

.claro .dijitAccordionInnerContainerActive
{
    border: 0px solid #26365A;
    background-color: red;
    color: #000;  
}*/


.td1 {
    background-color: #ccc;
    font-weight: bold;
    color: black;
}


#overviewmap{
    height: 275px;
    width: 275px;
    overflow:hidden;
    background-color: white;
     border: 1px solid #26365A;   
}




.ags-measurement-tool{
    background-color: white;
}


.ags-tool-container {

         z-index: 11;
        position:absolute;
        top: 70px;
        right: 2px;                   
        background-color: #fff;   
        border: thin solid #45930b;
        border-radius: 10px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
        padding: 20px;
        transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}




.bootstrap-dialog.type-primary .modal-header {
    background-color: #26365A;
}

.btn-default{
     background-color: #26365A;
     color: #fff;
}

.btn-default .caret{
    border-top-color: #fff;
}

.btn-default:hover,
.btn-default:focus
{
     background-color: #ffaa00 !important;
     color: #fff !important;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-color: #ffaa00;
    border-color: #ffffff;
    color: #ffffff;
}

#detailspager{
    background-color: #6788A2;
    padding: 10px 15px;
      border-bottom: 1px solid transparent;
      border-top-right-radius: 3px;
      border-top-left-radius: 3px;
}

.panel-heading{
     background-color: #26365A !important;
}

.pager-count{
    color: white;
}

.mobile #menuPane {
    background-color: #26365A;   
}

.panel-default > .panel-heading {    
    color: white;
    background-color: #26365A; 
    
}

.close{
    color: #ffffff;
    text-shadow:none;
    opacity: 1.0;
}

.ags-bootstrap-panel{
    top: 105px;
    border: 1px solid #26365A; 
}

.divToggle{
    background-color: #26365A;
}
