﻿@charset "utf-8";
/* CSS Document */
body {
    margin: 0;
    padding: 0;
    font-family: Calibri,Arial;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none; /*      Introduced in IE 10.      See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/    */
    -ms-user-select: none;
    user-select: none;
}

.mydiv {
    float: left;
    margin-bottom: 20px;
    display: none;
    filter: Alpha(Opacity=100) !important;
}

.smallicon {
    background-color: #f2f2f2;
    border: 1px solid #808080;
    -moz-box-shadow: 5px 5px 10px #808080;
    -webkit-box-shadow: 5px 5px 10px #808080;
    box-shadow: 5px 5px 10px #808080;
    border-radius: 5px;
    z-index: 99 !important;
}

.obstacle-popup {
    float: left;
    background-color: #f2f2f2;
    border: 1px solid #808080;
    margin-bottom: 20px;
    -moz-box-shadow: 5px 5px 10px #888888;
    -webkit-box-shadow: 5px 5px 10px #888888;
    box-shadow: 5px 5px 10px #888888;
    border-radius: 5px;
    z-index: 0;
}

.otherpopup {
    float: left;
    background-color: #f2f2f2;
    border: 1px solid #808080;
    margin-bottom: 20px;
    -moz-box-shadow: 5px 5px 10px #888888;
    -webkit-box-shadow: 5px 5px 10px #888888;
    box-shadow: 5px 5px 10px #888888;
    border-radius: 5px;
    z-index: 0;
}

.zindexing {
    position: absolute;
    z-index: 999 !important;
}

.zindexinghelp {
    position: absolute;
    z-index: 9999 !important;
}

.header {
    background-color: transparent;
    float: left;
    line-height: 27px;
    margin-right: 13px;
    padding: 0 0.5%;
    width: 99%;
}

    .header img1 {
        overflow: visible;
        background: rgb(255, 255, 255) transparent;
    }


.headerRight {
    float: right;
}

.headerLeft {
    float: left;
    font-weight: bold;
}

.content {
    float: left;
    width: 98%;
    padding: 1%;
    background-color: #b2bfc6;
    display: none;
}

.toolImage {
    width: 46px;
    height: 46px;
    display: inline;
}

.role-link {
    color: Red;
    font-weight: bold;
}

.rolespan {
    margin-left: 5px;
}

    .rolespan:hover {
        color: Blue;
    }

.roleContentList, .libraryContentList {
    margin-left: -30px;
}

    .roleContentList > li, .libraryContentList > li {
        display: block;
        cursor: pointer;
    }

        .roleContentList > li > img, .libraryContentList > li > img {
            width: 16px;
            height: 16px;
        }

.buttongroup {
    float: left;
    line-height: 0;
    margin-right: 5px;
}

    .buttongroup input[type="button"], .buttongroup select {
        border-top: 1px solid #000;
        border-right: 1px solid black;
        background-color: #e2e2e2;
        margin-right: -5px;
        border-bottom: 1px solid #000;
    }

    .buttongroup *:first-child {
        margin: 0;
    }


.layertable td {
    text-align: center;
}

.layertable th {
    background-color: #e2e2e2;
}

.layertable tr:nth-child(even) {
    background-color: #eff3fa;
}

.layertable tr:nth-child(odd) {
    background-color: #ffffff;
}

#loginLoader {
    position: relative;
}

#loginHeader {
    padding: 10px;
    position: relative;
}

#loginContainer {
    float: left;
    background-color: #d9d9d9;
    border-radius: 10px;
    padding: 0;
    border: 0px solid #666;
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow: 3px 3px 5px 6px #ccc;
}

#loginHideShow {
    bottom: -20px;
    float: left;
    left: 4px;
    position: absolute;
    z-index: 0;
}

#splash {
    border-radius: 10px;
    border: 1px solid #666666;
    height: 344px;
    left: -5000px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 20%;
    width: 670px;
    background-color: #FFFFFF;
    display: none;
}

.splash-header {
    border-radius: 10px;
    background-color: #DADADA;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}

.splash-content {
    float: left;
}

.splash-content-left {
    float: left;
}

.splash-content-right {
    float: right;
    text-align: center;
    width: 540px;
}


.layer1 {
    margin: 0 auto;
    padding: 0;
    width: 99%;
}

.heading {
    margin: 1px;
    color: #fff;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #000000;
    background: none !important;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

    .heading a {
        text-decoration: none;
        color: #000;
    }

        .heading a:hover, .heading a:link, .heading a:visited {
            text-decoration: none !important;
            color: #000 !important;
        }

    .heading .ui-icon {
        background: none;
        float: left;
        width: 22px !important;
        height: 20px !important;
        margin-right: 3px;
    }

    .heading .ui-icon-triangle-1-e {
        background-image: url(../images/plus.png);
        background-position: none !important;
    }

    .heading .ui-icon-triangle-1-s {
        background-image: url(../images/minus.png);
        background-position: none !important;
    }

.contentinner {
    padding: 5px 5px;
    border: none;
    padding-left: 0px;
    padding-right: 0px;
    border: none !important;
    background: none !important;
    color: inherit !important;
}

p {
    padding: 5px 0;
}

.textstyle {
    height: 20px;
    width: 20px;
}

.spinner {
    width: 40px;
}

#drawcontrol {
    font-size: 14px;
}

    #drawcontrol > div {
        margin: 0 auto;
    }

.textstylebutton {
    float: right;
    margin-top: 1px;
    width: 142px;
}



#mailerPopup .mailerbody {
    background-color: #ffffff;
    width: 100%;
    border-color: #000;
    padding-top: 10px;
}

    #mailerPopup .mailerbody input[type='Text'] {
        width: 160px;
    }

.maildialog {
    z-index: 1000 !important;
}

#mailerPopup .mailerfooter {
    margin: 0 auto;
    clear: both;
    padding-top: 10px;
    width: 100%;
}


#layerTree {
    height: 460px;
}

.ralign {
    text-align: right;
}

.lalign {
    text-align: left;
}

.calign {
    text-align: center;
}

.measurebuttons {
    margin-top: 10px;
    float: left;
}

input[type="password"] {
    min-width: 130px;
}

input[type="text"] {
    min-width: 130px;
}

select {
}

textarea {
    width: 160px;
    resize: none;
}

.button {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color: #ededed;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #dcdcdc;
    display: inline-block; /*color: #000;*/
    padding: 3px 5px;
    text-decoration: none;
    min-width: 60px;
}

    .button:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
        background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
        background-color: #dfdfdf;
    }

    .button:active {
        /*position:relative;*/
        top: 1px;
    }

#commentSearchDiv input[type="text"] {
    width: 200px;
}

.close {
    margin-top: 3px;
    margin-bottom: -2px;
}

.ui-jqgrid-view {
    font-size: 13px !important;
}

.searchToolsTabcontainerdialog {
    z-index: 10001;
}

.IdentifyToolsTabcontainerdialog {
    z-index: 10001;
}

.ui-multiselect {
    padding: 3px 0 3px 3px !important;
    margin-bottom: 2px !important;
}

.ui-multiselect-single .ui-multiselect-checkboxes label {
    padding: 2px !important;
    white-space: nowrap;
}

.ui-multiselect-checkboxes li label {
    font-size: 14px;
    padding: 0 !important;
}

.searchrightbutton {
    float: right;
    width: 74%;
}

    .searchrightbutton div {
        margin: 5px 0px 0px 0px;
        float: right;
    }

.ui-widget-header {
    background: none !important;
}

.ui-dialog-content {
    padding: 0 !important;
}

.ui-tabs .ui-tabs-nav li a {
    padding: 0.2em 1em !important;
    outline: none;
}

.ui-widget-content {
    padding: none !important;
    border: none !important;
}

.ui-jqgrid.ui-widget.ui-widget-content {
    /*border: none !important;*/
    border: solid 1px #c5c5c5 !important;
}

.ui-dialog-titlebar-close > .ui-icon-closethick {
    background-image: url(../images/close.png) !important;
    width: 20px;
    height: 20px;
    background-position: 0px 0px !important;
    margin-left: -10px !important;
    margin-top: -10px !important;
}

.ui-dialog {
    padding: 0px !important;
}

.ui-dialog-titlebar {
    background-color: #DCDCDC !important;
    padding: 0.2em 0.2em !important;
    font-weight: bold;
}

.ui-dialog-titlebar-close .ui-state-hover {
    background: none !important;
}

.ui-tabs-nav {
    border: none !important;
    background-color: #b2bfc6 !important;
}

.ui-dialog-content .ui-widget-content {
    padding-left: 0px !important;
}

#mailerPopup {
    border: 1px solid #DCDCDC !important;
    width: 86%;
    margin: 0 auto;
}

.featuredetails {
    height: auto;
    border: 1px solid #aaaaaa !important;
    margin: 0 2px;
    background-color: White !important;
    overflow: auto;
    font-size: 13px !important;
}

    .featuredetails td {
        vertical-align: top;
    }

#identifyToolsTabcontainer {
    width: auto;
    min-height: 104px;
    height: auto;
    border: 1px solid #808080 !important;
    background-color: #b2bfc6;
    -moz-box-shadow: 5px 5px 10px #888888;
    -webkit-box-shadow: 5px 5px 10px #888888;
    box-shadow: 5px 5px 10px #888888;
    border-radius: 5px;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-top: none;
}

#jqidentifyToosTab {
    width: 98%;
    margin: 0 auto;
    background-color: #b2bfc6 !important;
}

#jqSearchToosTab {
    width: 98%;
    margin: 0 auto;
    background-color: #b2bfc6 !important;
}

#searchToolsTabcontainer {
    width: auto;
    min-height: 104px;
    height: auto;
    border: 1px solid #808080 !important;
    background-color: #b2bfc6;
    -moz-box-shadow: 5px 5px 10px #888888;
    -webkit-box-shadow: 5px 5px 10px #888888;
    box-shadow: 5px 5px 10px #888888;
    border-radius: 5px;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-top: none;
}

.tabcontent {
    border: 1px solid #aaaaaa !important;
    margin: 0 auto;
    background-color: white !important;
}

.ui-tabs {
    background: none !important;
}

.ui-dialog-titlebar-close.ui-state-hover {
    border: none !important;
    background: none !important;
}

.commentdelImg {
    border: none;
    height: 16px;
    width: 16px;
}

#commentSearchResultDiv {
    overflow: hidden !important;
}

#jqSearchToosTab ul {
    background-color: #b2bfc6 !important;
}

    #jqSearchToosTab ul li {
        background-color: white !important;
    }

.featuredetails .ui-widget-content {
    background-image: none !important;
}

.airfield-ul {
    margin: 2px;
}

    .airfield-ul > li {
        list-style-type: none;
        margin-left: -25px;
    }

span.dynatree-icon {
    display: none !important;
}

ul.dynatree-container {
    border: none;
}

.tooltitle {
    display: none;
    z-index: 20000;
}

    .tooltitle.active {
        padding: 5px;
        background: #fff;
        border-radius: 5px;
        border: 1px solid #000;
    }

    .tooltitle.ui-tooltip {
        font-weight: bold;
        border: 1px solid #000 !important;
    }

#pdf {
    position: relative;
    z-index: 1;
}

.cover {
    position: absolute;
    border: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

#loginLoader {
    /* position: relative; */
    z-index: 20;
}

.cover {
    position: absolute;
    border: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.zIndex-n50 {
    z-index: -50;
}

.image-icon {
    width: 16px;
    height: 16px;
}

.app-span {
    cursor: pointer;
    margin-left: 5px;
}

    .app-span:hover {
        color: Blue;
    }

#grdSignage .ui-state-highlight, #tblSignageProgress .ui-state-highlight, #grdAirfieldSignDoc .ui-state-highlight {
    background: #FFFF00;
}

#divFrontImage img, #divBackImage img, #grdSignage td img {
    width: auto;
    height: 22px;
}

#signageContainer .ui-jqgrid-htable, #signageContainer .ui-jqgrid-btable {
    width: 100% !important;
}

.ui-jqgrid-hbox {
    width: 99.5% !important;
}

#Searchtool .ui-jqgrid-hbox {
    padding-right: 0;
}

.ui-accordion-content {
    margin-bottom: -4px !important;
}

#Searchtool .ui-jqgrid-htable tr th:nth-child(1) {
    width: 45% !important;
}

#Searchtool .ui-jqgrid-htable tr th:nth-child(2) {
    width: 25% !important;
}

#Searchtool .ui-jqgrid-htable tr th:nth-child(3) {
    width: 13% !important;
}

#Searchtool .ui-jqgrid-htable tr th:nth-child(4) {
    width: 17% !important;
}


#vertical-bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 130px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
}


    #vertical-bar.active:not(.hidden) {
        background: rgba(255, 255, 255, 0.80); /* For IE9 */
        background: -ms-linear-gradient(left,#dedede, rgba(255, 255, 255, 0.23)); /* For IE */
        background: -webkit-linear-gradient(left,#dedede, rgba(255, 255, 255, 0.23)); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(left,#dedede, rgba(255, 255, 255, 0.23)); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(left,#dedede, rgba(255, 255, 255, 0.23)); /* For Firefox 3.6 to 15 */
        background: linear-gradient(left,#dedede, rgba(255, 255, 255, 0.23)); /* Standard syntax (must be last) */
    }


#signageContainer .ui-jqgrid .ui-jqgrid-bdiv {
    overflow-x: hidden;
}

input[type='checkbox'].addSignDetails {
    margin: 0px;
}

.addSignDetails input[type='text'], input[type='text'].addSignDetails {
    width: 100%;
}

#dvNoPanels.addSignDetails input[type='text'], #dvArea.addSignDetails input[type='text'] {
    min-width: 40px;
    width: 40px;
}

.viewSignDetails {
    display: none;
}

textarea.addSignDetails {
    width: 100%;
    height: 120px;
}

.addSignDetails button.ui-multiselect {
    width: 102% !important;
}

.SignUnlitInfo {
    display: none;
}

.selectedapp {
    opacity: 0.5;
}

    .selectedapp .app-span {
        color: Red;
    }

#dvAirfieldSignPhoto, #dvAirfieldSignDoc,
#dvIdentifyAndSearchDoc, #dvIdentifyAndSearchPhoto {
    text-align: center;
    overflow: auto !important;
}

.imagelist {
    list-style-type: none;
    margin: 0px auto;
    padding: 0px;
    display: inline-flex;
}

    .imagelist li {
        display: inline-block;
        border: 2px solid #ccc;
        margin: 2px;
        position: relative;
    }

    .imagelist label.imgname {
        overflow: hidden;
        font-family: Arial;
        color: red;
        display: none;
        position: absolute;
        left: 0px;
        bottom: 20px;
        right: 0px;
        background-color: #ccc;
    }

div.thumbnailtype {
    font-size: 10px;
    font-family: Arial Black;
    overflow: hidden;
    width: 100%;
    text-align: center;
    clear: both;
}

.imagelist li img.photo {
    clear: both;
    height: 85px;
}

.delicon {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 100;
    width: 16px;
    display: none;
}

.cancelImgBack, .cancelImgFront {
    width: 16px;
    height: 18px;
    float: right;
    display: block;
    padding: 5px;
    margin-top: -35px;
    z-index: 999;
    position: absolute;
    cursor: pointer;
}

.link {
    cursor: pointer;
}
/* Remove button padding in FF */
input[type="button"]::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-multiselect-menu {
    border: 1px solid #aaaaaa !important;
}

.ui-jqgrid tr.ui-row-ltr td:last-child {
    border-right-width: 0px !important;
}

#signageContainer {
    overflow: hidden;
}

#newSignTab table td:first-child {
    font-weight: bold;
    vertical-align: top;
}

input[name='rbtnNewSignFront'] + label, input[name='rbtnNewSignBack'] + label {
    font-weight: normal !important;
}

.zoomicon {
    border-right-style: none !important;
}

/*Esri offline bootstrap css*/
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.floatRight {
    float: right;
}

.span-pending {
    color: blue;
    padding-left: 1em;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px;
}

.col-xs-8 {
    float: left;
    width: 66.66666667%;
}

.col-xs-4 {
    float: left;
    width: 33.33333333%;
}

#img-offline-indicator {
    padding: 8px;
    position: relative;
    float: right;
}

@-webkit-keyframes pulse {
    0% {
        opacity: 1.0;
    }

    45% {
        opacity: .20;
    }

    100% {
        opacity: 1.0;
    }
}

@-moz-keyframes pulse {
    0% {
        opacity: 1.0;
    }

    45% {
        opacity: .20;
    }

    100% {
        opacity: 1.0;
    }
}

#map_graphics_layer {
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: pulse;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: pulse;
}

.splashCloseIcon {
    width: 60px;
    height: 60px;
    cursor: pointer;
    float: right;
    border: none;
    position: absolute;
    right: 20px;
    top: 272px;
}

.identiryToolsReferenceTab .heading, .newSignReferences .heading {
    height: 22px;
}

.ui-jqgrid tr.jqgrow td {
    white-space: normal !important;
}

.disconnectedtable {
    width: 100%;
    background-color: #fff;
}

#identifyGrid .ui-state-highlight > td {
    background-color: #FFFF00;
    color: #000;
}

.buttongroup input, .buttongroup select {
    border: 1px solid #000;
}

.tooltipster-base {
}

div[data-active='1'] .toolImage {
    width: 20px;
    height: 20px;
}

.hiddenWidget {
    display: none !important;
}

.airfieldSigns_RequirdMsg {
    font-style: italic;
    font-weight: 100;
    align-content: center;
}

#tblSignageProgress > tbody > tr td:last-child {
    width: 40px !important;
    /* to keep IE happy */
}

#tblSignageProgress tr.ui-row-ltr td {
    border-right: none !important;
    border-right-style: none !important;
}

.qq-upload-button-selector > input {
    font-size: 21px !important;
}

.ui-corner-all {
    border-bottom-right-radius: 0px !important;
}

/*Multimedia widget background color*/
.multimedia .content {
    background-color: #fff;
}

.multimedia.smallicon {
    background-color: #5CA1FD;
    padding: 1px 1px 1px 1px;
}

.multimediahard.smallicon{
   background-color: #5CA1FD;
    padding: 1px 1px 1px 1px;
}
.multimediahard .content {
    background-color: #fff;

}
/*End of multimedia widget*/
/*gis widget css*/
.gishard.smallicon{
    background-color: #f2f2f2 !important;
    border: 1px solid #808080;
    padding: initial !important;
}
.gishard .content{
        background-color: #b2bfc6 !important;
}
/*End of GIS */
.dynatree-container{border:none !important;}