body {
    width: 100%;
    font-family: Roboto, Arial,sans-serif;
    margin: 0px;
    padding: 0px;
    color: #ffffff;
    background-color: #333333;
}
html{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

a:link {color:#ffffff;text-decoration:none;}
a:visited {color:#ffffff;text-decoration:none;}
a:hover {color:#ffffff;text-decoration:none;}
a:active {color:#ffffff;text-decoration:none;}

h3 {font-family: Roboto, Arial,sans-serif;}

#globe {
    height: 20px;
    float:left;
    margin-top:10px;
    margin-left:5px;
    margin-right:3px;
}

#geteachName {
    float:left;
    font-size:26px;
    font-weight:300;
    line-height: 1.4;
    margin: 0;
}

#container {
    position:absolute;
    width:100%;
    height:100%;
    background-color: #282828;
    margin-left:auto;
    margin-right:auto;
    font-family: Roboto, Arial,sans-serif;
}

#warning-message { display: none; }
@media only screen and (orientation:portrait){
    #container { display:none; }
    #warning-message {
        display:block;
        width:50%;
        height:100%;
        text-align: center;
        font-size: xx-large;
        margin-top:40%;
        margin-left:auto;
        margin-right:auto;
    }
}
@media only screen and (orientation:landscape){
    #warning-message { display:none; }
}

#header {
    position:relative;
    height:40px;
    width:100%;
    background-color: #282828;
    margin-left:auto;
    margin-right:auto;
    font-family: Roboto, Arial,sans-serif;
}

#fixed {
    position: fixed;
    width : 100%;
    height : 40px;
    background-color:#000000;
    margin-left:auto;
    margin-right:auto;
    z-index:100;
    font-family: Roboto, Arial,sans-serif;
}

#lfixed {
    width: 50%;
    height: 40px;
    float:left;
    background-color: #000000;
    font-family: Roboto, Arial,sans-serif;
}

#rfixed {
    width: 50%;
    height: 40px;
    float:right;
    background-color: #000000;
    font-family: Roboto, Arial,sans-serif;
}

.social{
    float:right;
    margin-top:5px;
}

#mapcontain {
    position:absolute;
    width:100%;
    height:-moz-calc(100% - 40px);
    height:-webkit-calc(100% - 40px);
    height:calc(100% - 40px);
    background-color: #282828;
    margin-left:auto;
    margin-right:auto;
    overflow: hidden;
    font-family: Roboto, Arial,sans-serif;
}

#map1 {
    position:absolute;
    width:49.8%;
    height:99%;
    float:left;
    font-family: Roboto, Arial,sans-serif;
    z-index:4;
}

#map1header {
    text-align:left;
    height:45px;
    margin:0;
    cursor:url(../images/openhand_8_8.cur),default;
    font-family: Roboto, Arial,sans-serif;
}
#map1header:active {
    cursor:url(../images/closedhand_8_8.cur),default;
    font-family: Roboto, Arial,sans-serif;
}
.ui-dialog-mapcanvas{
    position:relative;
    height:45px;
    float:left;font-family: Roboto, Arial,sans-serif;
}

.maplabel{
    float:left;
    height:45px;
    font-weight:normal;
    cursor:pointer;
    margin-left:4px;
    margin-top:7px;
    font-size: 22px;
    font-family: Roboto, Arial,sans-serif;
}

.MapMenuContainImage{
    float:left;
    height:25px;
    vertical-align:middle;
    cursor:pointer;
}

.settingsIcon{
    display:block;
    margin-top:9px;
    float:right;
    width: 24px;
    height: 24px;
    cursor:pointer;}

.mapIcon{
    display:block;
    margin-left:3px;
    margin-right:3px;
    margin-top:5px;
    float:right;
    width: 24px;
    height: 24px;
    cursor:pointer;
}

.refresh{
    background-image: url("../images/refresh-white-24dp.svg");
    background-repeat: no-repeat;
    background-size: 24px;
}

.info{
    background-image: url("../images/info-white-fill24dp.svg");
    background-repeat: no-repeat;
    background-size: 24px;
}

.mapImage{
    background-image: url("../images/layers-white-fill24dp.svg");
    background-repeat: no-repeat;
    background-size: 24px;
}

.fullIcon {
    background-image: url("../images/fullscreen-white-24dp.svg");
    background-repeat: no-repeat;
    background-size: 24px;
}

.resetIcon {
    background-image: url("../images/compare_arrows-white-24dp.svg");
    background-repeat: no-repeat;
    background-size: 24px;
}

.orderIcon {
    background-image: url("../images/swap_vert-white-24dp.svg");
    background-repeat: no-repeat;
    background-size: 24px;
}

.linkIcon {
    background-image: url("../images/link-white-24dp.svg");
    background-repeat: no-repeat;
    background-size: 24px;
}
.breakLinkIcon {
    background-image: url("../images/link_off-white-24dp.svg");
    background-repeat: no-repeat;
    background-size: 24px;
}
.icon-line {
    background-image: url("../images/show_chart-6e-24dp.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.icon-shape {
    background-image: url("../images/square_foot-6e-24dp.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.icon-measure-elevation {
    background-image: url("../images/landscape-6e-24dp.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.icon-trash {
    background-image: url("../images/delete-6e-24dp.svg");
    background-repeat: no-repeat;
    background-position: center;
}


.layer-contain {
    position:absolute;
    height:-moz-calc(100% - 67px);
    height:-webkit-calc(100% - 67px);
    height:calc(100% - 67px);
    z-index: 8;
    margin:0;
    display:none;
    right:.1%;
    overflow:hidden;
    font-family: Roboto, Arial,sans-serif;
}

.layer-opt {
    width:100%;
    margin-left:auto;
    margin-right:auto;
    height:100%;
}

.iconMenuContain {
    height:27px;
    float:right;
}

.mapIcons{
    width: 90px;
    height:32px;
    margin-top:7px;
    background-color:#4e4e4e;
    border-radius: 3px;
    float:right;
    margin-right:5px;
}

.siteIcon{
    width: 120px;
    height:32px;
    margin-top:7px;
    background-color:#4e4e4e;
    border-radius: 3px;
    float:right;
    margin-right:3px;
}
.optchContain{
    display:block;
    margin-top:4px;
    width:22px;
    height:18px;
    float:right;
    cursor:pointer;
}
.menufoot{float:right;
    margin-right:.7em;
    cursor:pointer;
    margin-top:2px;
    font-weight:normal;
}
#canvas-contain1{
    width:100%;
    height:-moz-calc(100% -  30px);
    height:-webkit-calc(100% - 30px);
    height:calc(100% - 30px);
    max-width: none;
    margin-left:auto;
    margin-right:auto;
    font-family: Roboto, Arial,sans-serif;
}
.settingContain{
    position:absolute;
    width:175px;
    z-index: 6;
    max-height:-moz-calc(100% - 67px);
    max-height:-webkit-calc(100% - 67px);
    max-height:calc(100% - 67px);
    margin-left:.2%;
    overflow-x:hidden;
    overflow-y:auto;
    display:none;
    cursor:context-menu;
    font-family: Roboto, Arial,sans-serif;
}
.optionContainSetting{
    width:100%;
    margin-left:auto;
    margin-right:auto;
    max-height:-moz-calc(100% - 67px);
    max-height:-webkit-calc(100% - 67px);
    max-height:calc(100% - 67px);
    min-height: 360px;
    overflow:none;
}
.settingContain::-webkit-scrollbar {
    width: 1px;
}
.settingContain::scrollbar-width {
    width: 1px;
}
.settingContain::-webkit-scrollbar-track {
   background: #000 url("../scripts/jquery-ui-1.10.4.custom/jquery-ui-1.10.4.custom/development-bundle/themes/custom-theme/images/ui-bg_inset-soft_25_000000_1x100.png") 50% bottom repeat-x;
    border-radius: 2px;
}

.settingContain::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #333333;
}
.settingContain::-webkit-scrollbar-thumb:hover {
   background: #555555;
 }

.mapfooter{
    text-align:left;
    height:27px;
    z-index:6;
}
.footerLayer{
    position:relative;
    width:50%;
    height:27px;
    float:left;
}
.selectMapFooter{
    position:relative;
    width:50%;
    height:27px;
    float:right;
}

#map2 {
    position:absolute;
    width:49.8%;
    height:99%;
    right:0;
    z-index:1;
    font-family: Roboto, Arial,sans-serif;
}

#map2header{
    text-align:left;
    height:45px;
    margin:0;
    cursor:url(../images/openhand_8_8.cur),default;
    font-family: Roboto, Arial,sans-serif;
}

#map2header:active {
    cursor:url(../images/closedhand_8_8.cur),default;
    font-family: Roboto, Arial,sans-serif;
}

#canvas-contain2{
    width:100%;
    height:-moz-calc(100% -  30px);
    height:-webkit-calc(100% - 30px);
    height:calc(100% - 30px);
    max-width: none;
    margin-left:auto;
    margin-right:auto;
    font-family: Roboto, Arial,sans-serif;
}

.radioOnoff {
    width:100%;
    height: 30px;
    text-decoration: none;
    font-size: .8em;
    margin-top:12px;
    margin-bottom:12px;
    margin-left:45px;
    font-family: Roboto, Arial,sans-serif;
}

.optiondiv {
    width:100%;
    margin-right:auto;
    margin-left:auto;
    margin-top:10px;
    margin-bottom:10px;
    padding:0;
    text-align:left;
    font-family: Roboto, Arial,sans-serif;
}
.optionlabel {
    width:97%;
    font-size: 1.2em;
    padding-left:3%;
    padding-top: 8px;
    font-weight:normal;
    font-family: Roboto, Arial,sans-serif;
}

.ui-icon-settings-williams {
    background-image: url("../images/more_vert-white-24dp.svg");
    background-repeat: no-repeat;
    background-size: 24px;
}
.ui-icon-carat-williams-n {
    background-image: url("../images/ic_expand_more_white_18px.svg");
}

.ui-icon-carat-williams-s {
    background-image: url("../images/ic_expand_less_white_18px.svg");
}

.ui-icon-carat-williams-folder-collapsed{
    background-image: url("../images/ic_folder_white_18px.svg");
}

.ui-icon-carat-williams-folder-open{
    background-image: url("../images/ic_folder_open_white_18px.svg");
}

#viewDiv1 {
    width:99.6%;
    height:-moz-calc(100% -  35px);
    height:-webkit-calc(100% - 35px);
    height:calc(100% - 35px);
    max-width: none;
    margin-left:auto;
    margin-right:auto;
    color:#222222;
    font-family: Roboto, Arial,sans-serif;
}
#viewDiv2 {
    width:99.6%;
    height:-moz-calc(100% -  35px);
    height:-webkit-calc(100% - 35px);
    height:calc(100% - 35px);
    max-width: none;
    margin-left:auto;
    margin-right:auto;
    color:#222222;
    font-family: Roboto, Arial,sans-serif;
}

#toolbarDiv1 {
    position: absolute;
    top: 63px;
    right: 15px;
    cursor: default;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }

#toolbarDiv2 {
    position: absolute;
    top: 63px;
    right: 15px;
    cursor: default;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }

.descriptionContain{
    position:absolute;
    width:395px;
    left:.2%;
    bottom:17px;
    display:none;
    height:-moz-calc(40% - 27px);
    height:-webkit-calc(40% - 27px);
    height:calc(40% - 27px);
    overflow:hidden;
    cursor:context-menu;
    z-index:3;
    font-family: Roboto, Arial,sans-serif;
}
.descriptionDiv {
    position:relative;
    width:100%;
    overflow:auto;
    margin-left: 5px;
    margin-right: 5px;
    margin-top:46px;
    height:-moz-calc(100% -  46px);
    height:-webkit-calc(100% - 46px);
    height:calc(100% - 46px);
    font-family: Roboto, Arial,sans-serif;
}
.desheader{
    position:fixed;
    text-align:left;
    height:45px;
    width:394px;
    margin-left:auto;
    margin-right:auto;
    font-family: Roboto, Arial,sans-serif;
}
.descanvas{position:relative;
    width:70%;
    height:27px;
    float:left;
}

.destitle{
    float:left;
    font-weight:normal;
    margin-left: 4px;
    margin-top: 7px;
    font-size: 22px;
}

.destitleIconContain{
    width:30%;
    height:27px;
    float:right;
}

.descriptionIcon{
    width: 24px;
    height: 24px;
    margin-top: 9px;
    background-color: #4e4e4e;
    border-radius: 3px;
    float: right;
    margin-right: 5px;
    cursor:pointer;
}
.minIcon {
    background-image: url("../images/remove-white-24dp.svg");
    background-repeat: no-repeat;
    background-size: 24px;
}

.descriptionDiv::-webkit-scrollbar {
    width: 12px;
}

.descriptionDiv::-webkit-scrollbar-track {
   background: #000 url("../scripts/jquery-ui-1.10.4.custom/jquery-ui-1.10.4.custom/development-bundle/themes/custom-theme/images/ui-bg_inset-soft_25_000000_1x100.png") 50% bottom repeat-x;
    border-radius: 2px;
}

.descriptionDiv::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #333333;
}
.descriptionDiv::-webkit-scrollbar-thumb:hover {
   background: #555555;
 }

.esri-widget--button.active,
.esri-widget--button.active:hover,
.esri-widget--button.active:focus {
    cursor: default;
    background-color: #999696;
}
.esri-widget--button.active path,
.esri-widget--button.active:hover path,
.esri-widget--button.active:focus path {
    fill: #E4E4E4;
}
.toolbarButtons{
    border: none;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px;
}
.search {
    position: absolute;
    top:63px;
    left: 55px;
    height:30px;
}

.esri-elevation-profile.esri-component.esri-widget--panel {
    position: absolute !important;
    width: 350px !important;
    top: 37px;
    left: 39px;
}

.esri-basemap-gallery {
    color: #fff;
    background: #000 url("../scripts/jquery-ui-1.10.4.custom/jquery-ui-1.10.4.custom/development-bundle/themes/custom-theme/images/ui-bg_inset-soft_25_000000_1x100.png") 50% bottom repeat-x;
    overflow-y: auto;
    position: relative;
    width: auto;
    font-family: Roboto, Arial,sans-serif;
}

.esri-basemap-gallery__item-title {
    font-size: 16px;
    font-family: "Roboto, Arial,sans-serif;";
    word-break: break-word;
    color: #fff;
    padding: 0 7px;
    font-family: Roboto, Arial,sans-serif;
}
.esri-basemap-gallery__item--selected, .esri-basemap-gallery__item.esri-basemap-gallery__item--selected:hover, .esri-basemap-gallery__item.esri-basemap-gallery__item--selected:focus {
    cursor: auto;
    border-left-color: #ffaf0f;
    background: #f58400 url("../scripts/jquery-ui-1.10.4.custom/jquery-ui-1.10.4.custom/development-bundle/themes/custom-theme/images/ui-bg_inset-soft_30_f58400_1x100.png") 50% 50% repeat-x;
    color: #fff;
}
.esri-basemap-gallery__item:hover, .esri-basemap-gallery__item:focus {
    outline: none;
    background: #0078a3 url("../scripts/jquery-ui-1.10.4.custom/jquery-ui-1.10.4.custom/development-bundle/themes/custom-theme/images/ui-bg_inset-soft_40_0078a3_1x100.png") 50% 50% repeat-x;
    border-left-color: #59b4d4;
    color:#fff
}
.esri-basemap-gallery__item:hover .esri-basemap-gallery__item-title, .esri-basemap-gallery__item:focus .esri-basemap-gallery__item-title {
    color: #fff;
}
.esri-basemap-gallery__item.esri-basemap-gallery__item--selected:hover .esri-basemap-gallery__item-title, .esri-basemap-gallery__item.esri-basemap-gallery__item--selected:focus .esri-basemap-gallery__item-title {
    color: #fff;
}
.esri-basemap-gallery__item--selected .esri-basemap-gallery__item-title, .esri-basemap-gallery__item.esri-basemap-gallery__item--selected:hover .esri-basemap-gallery__item-title, .esri-basemap-gallery__item.esri-basemap-gallery__item--selected:focus .esri-basemap-gallery__item-title {
    color: #fff;
}

 .esri-basemap-gallery::-webkit-scrollbar {
     width: 12px;
}

 .esri-basemap-gallery::-webkit-scrollbar-track {
    background: #000 url("../scripts/jquery-ui-1.10.4.custom/jquery-ui-1.10.4.custom/development-bundle/themes/custom-theme/images/ui-bg_inset-soft_25_000000_1x100.png") 50% bottom repeat-x;
     border-radius: 2px;
}

 .esri-basemap-gallery::-webkit-scrollbar-thumb {
     border-radius: 3px;
     background: #333333;
}
 .esri-basemap-gallery::-webkit-scrollbar-thumb:hover {
    background: #555555;
}
.scaleDiv {
    position: absolute;
    bottom:45px;
    left: 15px;
    z-index:1;
}

.dayButton {
    position: absolute;
    display: none;
    width:32px;
    height:32px;
    top: 257px;
    left: 17px;
    z-index:0;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px;
}
.icon-lightbulb {
    background-image: url("../images/lightbulb-6e-24dp.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.esri-daylight {
    margin-top:35px;
}