﻿.DASHBOARDHEADER {
    height: 44px;
    white-space: nowrap;
    overflow: hidden;
}

.EWINDOWSEARCH {
    width: 100%!important;
    }

.DIVONSCREENSUMMARY {
    background: white;
    border: 1px solid #A9BBDF;
    min-height: 510px;
    height: 510px;
    max-height: 510px;
}



.SHOWMORE, .SHOWLESS {
    color: #0062ca;
    cursor: pointer;
    border-bottom: 1px solid #0062ca;
}

.STOPPEDSELECTED td, .IDLINGSELECTED td, .MOVINGSELECTED td,.STOPPED td:last-child, .IDLING td:last-child, .MOVING td:last-child {
    opacity: 1!important;
}

.STOPPED td, .IDLING td, .MOVING td {
    opacity: 0.6;
}

.HOVERMSG{
    display: none;
    position: absolute;
    opacity: 1!important;
    margin-left: 5px;
}

.TBLSTATUSSUMMARY, .TBLSTATUSSUMMARY * {
     -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Standard syntax */
}

.CLUSTERSUMMARYSTATUS:hover .HOVERMSG {
    display: inline!important;
}


.CLUSTERSUMMARYSTATUS {
    color: #6b6b6b;
    font-weight: bold;
    cursor: pointer;
}

.IMGSEARCH {
            width: 23px;
            position: absolute;
            left: 5px;
            top: 2px;
        }

        .SEARCHBOX {
            width: max-content;
            box-sizing: border-box;
            border: 1px solid #ccc;
            border-radius: 4px;
            font-size: 12px;
            background-color: white;
            background-position: 0px 0px;
            background-repeat: no-repeat;
            padding: 6px 10px 6px 30px;
            -webkit-transition: width 0.4s ease-in-out;
            transition: width 0.4s ease-in-out;
            outline: none;
            height: 27px;
            border-radius: 4px 4px 4px 4px;
            z-index: 4;
        }

        .SEARCHBOX:hover{
            color: #b0b0b0;
            z-index: 5;
            border: 1px solid #b0b0b0;

        }

        .SEARCHBOX:focus {
            color: #b0b0b0;
            z-index: 5;
            border: 1px solid #64b6ff !important;
        }

    .DASHBOARDHEADER ul:not(.STARLIST), .DDLMENU ul {
        list-style-type: none;
        padding: 0px;
    }

    .DASHBOARDHEADER ul:not(.STARLIST) {
        margin: 0px 0px 0px 0px;
    }

.DDLMENU ul {
    margin: 0px;
}

.ULMENUOPTIONS {
}

.STARLIST{
      list-style-type: none;
      display:inline-flex;
      margin:0px!important;
    margin-top: 15px !important;
    padding: 0px!important;
}

.STARLIST li {
    margin-bottom: 0px !important; 
}

.STAR {
    background:url(UI/star_gold.svg);
    background-repeat:no-repeat;
    width:12px;
    height:12px;
    display:none;
    cursor:pointer;
}


.USERHASREVIEWED {
    display:none;
}

.DASHBOARDHEADER li {
    display: inline-block;
}

.scrollbar {
    margin-left: 30px;
    float: left;
    height: 300px;
    width: 65px;
    background: #F5F5F5;
    overflow-y: scroll;
    margin-bottom: 25px;
}

.DIRECTIONS_TBL input {
    border-radius: 25px !important;
    padding-left: 5px !important;
    margin-left: 5px;
}

.force-overflow {
    min-height: 450px;
}

#wrapper {
    text-align: center;
    width: 500px;
    margin: auto;
}

#topAccentBar {
    background: #185882;
    height: 7px;
    width: 100%;
    overflow: hidden;
    z-index: 900;
}

#left {
    top: 0px;
    z-index: 103;
}

#itemlist {
    /*right:1px !important;*/
}

    #itemlist div {
        margin-right: 0px;
        margin-left: 0px;
        border-radius: 2px;
    }


#menufg ul:not(.STARLIST) li {
    height: 40px;
    margin-bottom: 12px;
    color: white !important;
}

    #menufg li:last-child {
        /**/ border-right: none !important;
        */;
    }

    #menufg li a {
        border-color: white;
        padding-right: 5px;
    }

.DASHBOARDHEADER li img {
    margin-top: -5px !important;
}

#menufg li img {
    padding-bottom: 5px;
}

#menufg li a {
    height: 25px;
    display: inline-block;
    padding-top: 12px;
}

    #menufg li a:hover {
        border-color: white;
        border-bottom: 3px solid;
    }

.close-icon {
    position: absolute;
    margin-top:2px;
    background-image: url(/UI/titan/clear_small.png) !important;
    height: 17px !important;
    background-position: 0px 0px !important;
    cursor: pointer;
}

    .close-icon:hover {
        background-position: -17px 0px !important;
    }

    .close-icon:after {
    }

#searchBar:not(:valid) ~ .close-icon {
    display: none;
}

#menulogo {
    margin-top: 2px !important;
    float: left;
    margin: 0px;
    padding: 0px;
}

#menubg {
}

#searchBar {
    border-radius: 15px;
    margin-left: 5px;
    padding-right: 20px;
}

.group_title_div {
    width: 195px;
    max-width: 195px;
}

.mapsearchboxGoogleWrap{
    border-radius:25px;
}

#databoxtitle {
    color: white;
}

#lblDashboardTitle {
    position: absolute;
    left: 120px;
    font-size: 12pt;
    font-family: verdana, arial, helvetica, sans-serif;
}

#actionHamburger {
    float: right;
    cursor: pointer;
    transition-duration: 1s;
}

#ulActions, #ulInfoActions, #logoutList {
    padding-left: 0px;
    display: grid;
    transition-duration: 1s;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
}


#actionList {
    display: none;
    position: absolute;
    /*left:194px !important;*/
    /*top:80px !important;*/
    z-index: 105;
    /*width:200px;*/
    background: white;
    border-radius: 5px;
    white-space: nowrap;
}

#logoutMenu {
    display: none;
    position: absolute;
    background: white;
    border-radius: 5px;
    white-space: nowrap;
}

#infoActionList {
    display: none;
    white-space: nowrap;
    position: absolute;
    background: white;
    border-radius: 5px;
}

.arrow-down, .arrow-down-global, .arrow-down-group, .arrow-up-global, .arrow-up-group {
    cursor: pointer;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: relative;
    top: 9px;
    border-top: 5px solid white;
}

.arrow-down-group {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    right: 6px;
    top: 7px;
    border-top: 8px solid white;
}

.arrow-up-group {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    right: 6px;
    top: 6px;
    border-bottom: 8px solid white;
}

.arrow-up-global, .arrow-down-global {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: relative;
    float: right;
    margin-top: 10px;
    margin-right: 3px;
}

.SEARCHBOX,.SEARCHBOX:focus, .SEARCHBOX:hover {
    color: #6b6b6b!important;
}

.SEARCHONSCREENFLEETSUMMARY, .SEARCHBOX {
    width: 100%;
    border: none!important;
    border-radius: 15px;
    background: #F1F3F4;
}

.SEARCHONSCREENFLEETSUMMARY:hover, .SEARCHBOX:hover {
    border: none !important;
    background: #E8EAED !important;
}

#spanHeaderInfo b {
    font-size: 13px;
    color: white;
}

#actionList:after, #actionList:before, #infoActionList:after, #infoActionList:before {
    bottom: 100%;
    left: 13px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.showHideLoadingGif {
    left: 185px;
    background: white;
    top: 13px;
    display: none;
    position: absolute;
}

#logoutMenu:after, #logoutMenu:before {
    bottom: 100%;
    left: 92%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}


#ulActions li, #ulInfoActions li, #logoutList li {
    list-style: none;
    background: white;
    line-height: 26px;
}

    #ulActions li a, #ulActions li label, #ulInfoActions li a, #ulInfoActions li label, #logoutList li a {
        font-size: 13px;
        display: block;
        text-align: left;
        padding-left: 20px;
        padding-right: 20px;
        height: 26px;
        text-align: center;
    }

.ulListItem {
    list-style-type: none;
    padding: 0px;
    display: table-row;
    margin-bottom: 0px;
    margin-top: 0px;
    word-wrap: break-word;
}

    .ulListItem li {
        display: table-cell;
        vertical-align: middle;
    }

#ulActions li:hover > a, #ulActions li:hover > label, #ulInfoActions li:hover > a, #ulInfoActions li:hover, #ulInfoActions li:hover > label, #logoutList li:hover > a {
    color: white;
}



#all_checkbox, #operator_checkbox_all {
    display: none;
}


#ulActions a, #ulInfoActions a, #logoutList a {
    cursor: pointer;
    text-decoration: none;
}


#progressbg {
    z-index: 102;
}

.DDLMENU li {
    display: block;
    padding-bottom: 0px;
}

#actionList img, #infoActionList img {
    height: 18px;
    width: 18px;
    /*padding:4px 5px 4px 0px;*/
    padding-right: 5px;
    vertical-align: middle;
    padding-bottom: 4px;
}

.DDLMENU li a, .DDLMENU li span {
    padding-top: 6px;
    display: block;
    width: 100%;
    height: 24px;
}

.DASHBOARDHEADER li, .DDLMENU li {
    list-style-type: none;
    padding-right: 0px;
    vertical-align: middle;
    cursor: pointer;
}

    .DASHBOARDHEADER li img, .DDLMENU li img {
        margin-top: -2px;
    }


.geocodeSearchTool span {
    /*padding-left: 13px;*/
}

#divHideShow li {
    display: inline;
}

#actionTable {
    border-spacing: 0px;
}

.searchBar {
    padding-top: 3px;
    display: inline-flex;
    box-sizing: border-box;
    padding: 5px 0px 5px 5px;
}

input:required {
    box-shadow: none;
}


.searchBar:focus {
    outline: none;
}

#actionTable tr td {
    border-right: 1px solid;
    border-color: blue;
    border-right: 1px solid;
    border-left: none;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

    #actionTable tr td:first-child {
        border-left: 1px solid;
    }

.geocodeSearchTool {
    padding-top: 3px;
    display: inline-flex;
}



#divHideShow ul {
    margin: 0px;
    list-style: none;
    padding-left: 0px;
}

    #divHideShow ul:last-child {
        margin-top: 10px;
    }

.DDLMENU {
    position: absolute;
    display: block;
    width: 200px;
    overflow: auto;
    /*border: 1px solid #929292;*/
    /*z-index: 106 !important;*/
}

.mapsearchctrl {
    min-width: 400px;
}

.mapsearchctrl, .patchMapDirections, .locationAuditCtrl {
    border: 1px solid #678AC7;
}

.reactivateUsers, .ui-dialog, .mapsearchctrl, .patchMapDirections, .locationAuditCtrl {
    opacity: 0.95;
}

    .ui-dialog:hover {
        opacity: 1;
    }

    .reactivateUsers:hover, .mapsearchctrl:hover, .patchMapDirections:hover, .locationAuditCtrl:hover {
        opacity: 1;
    }

.mapsearchctrl, .locationAuditCtrl {
    display: inline;
    position: absolute;
    padding: 6px 10px 8px 8px;
    top: 80px;
}

.mapsearchctrl, .locationAuditCtrl {
    display: inline;
    position: absolute;
    padding: 6px 10px 8px 8px;
    top: 80px;
}



.MAPSEARCH_TD_CLOSEBTN {
    vertical-align: top;
    white-space: nowrap;
    text-align: right;
    padding-top: 4px;
}

.mapsearchPatchMapTypeOTHER {
    margin-left: 4px;
    margin-bottom: 3px;
}

.mapsearchboxClearResults {
    margin-right: 5px;
    text-decoration: none;
    padding: 0px 2px 0px 2px;
    font-style: italic;
}



.mapsearchboxcontainer {
    padding: 4px 0px 3px 0px;
}

.mapsearchPatchMapOptions {
    margin-bottom: 4px;
}

    .mapsearchPatchMapOptions label {
        font-weight: bold;
        display: inline-flex;
        font-weight: bold;
    }

    .mapsearchPatchMapOptions input {
        width: 13px;
        height: 13px;
        padding: 0px;
        margin: 0px 2px 0px 0px;
        vertical-align: bottom;
        position: relative;
        top: 3px;
        *overflow: hidden;
    }

.mapsearchboxGoogle, .mapsearchboxPatchMap {
    font-size: 1.2em;
    border: 1px solid transparent;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    padding: 3px 0px 3px 3px;
}

    .mapsearchboxGoogle::-ms-clear, .mapsearchboxPatchMap::-ms-clear {
        display: none;
    }

.mapsearchboxGoogleWrap, .mapsearchboxPatchMapWrap {
    padding: 3px;
    background-color: white;
    white-space: nowrap;
}



.mapsearchboxPatchMapWrap {
    margin-bottom: 2px;
    margin-left: 4px;
    margin-right: 4px;
}

.mapsearchbottominfo {
    padding: 4px 4px 0px 7px;
    font-style: italic;
    font-size: 1em;
}

.mapsearchPatchMapResults, .mapsearchPatchMapViewAllResults {
    position: absolute;
    overflow: hidden !important;
    min-width: 150px;
    max-width: 550px;
    overflow-x: auto;
}

.mapsearchPatchMapResults {
    margin-top: -1px;
    background-color: #f7e0ff;
    z-index: 9000;
}

.mapsearchboxcontainer, .mapsearchboxGoogle, .mapsearchboxPatchMap {
    width: 100%;
}

.mapsearchPatchMapSearching, .mapsearchPatchMapNoResults {
    display: inline-block;
    padding-left: 4px;
    font-style: italic;
}

.mapsearchPatchMapSearching {
    color: #777777;
}

.mapsearchPatchMapNoResults {
    color: #5f4646;
    padding: 3px 10px;
}

.mapsearchPatchMapResult, .mapsearchPatchMapResultNoHover {
    padding: 5px 7px 4px 7px;
    border-top: 1px solid #CFDFEA;
    background-color: #f9eff2;
    overflow: hidden;
    white-space: nowrap !important;
    font-size: 0.9em;
}

    .mapsearchPatchMapResult .mapsearchPatchMapResultDescription {
        font-style: italic;
        display: inline-block;
        color: #af4d6e;
        margin-left: 4px;
    }

    .mapsearchPatchMapResultNoHover .IMGWAIT {
        display: inline-block;
        height: 16px;
        float: left;
    }

    .mapsearchPatchMapResult:first-child, .mapsearchPatchMapResultNoHover {
        border-top-width: 0px !important;
    }

    .mapsearchPatchMapResult:hover {
        background-color: #ff8395;
    }

        .mapsearchPatchMapResult:hover .mapsearchPatchMapResultDescription {
            color: #ffd2d4;
        }

.mapsearchPatchMapResultMatched {
    font-weight: bold;
}


.PATCHMAP_SEARCH_WELL table {
    border-collapse: collapse;
}

.PATCHMAP_SEARCH_WELL select {
    width: 3.6em;
    padding: 3px 2px;
    font-size: 0.95em;
}

.PATCHMAP_SEARCH_WELL select, .PATCHMAP_SEARCH_WELL input[type=text] {
    background-color: white;
}

    .PATCHMAP_SEARCH_WELL select.SMALL {
        width: 3.1em;
    }

    .PATCHMAP_SEARCH_WELL select.BIG {
        width: 4.1em;
    }

.PATCHMAP_SEARCH_DRILLING_RIGS table {
    width: 99%;
}

.PATCHMAP_SEARCH_DRILLING_RIGS .DDLDRILLINGCOMPANY {
    width: 100%;
}

.PATCHMAP_SEARCH_DRILLING_RIGS .PATCHMAP_SEARCH_DRILLING_RIG_LIST {
    height: 200px !important;
    overflow: auto;
    margin-bottom: 10px;
    margin-top: 10px;
}

.PATCHMAP_SEARCH_DRILLING_RIGS .PATCHMAP_SEARCH_DRILLING_RIG_TBL {
    border-collapse: collapse;
}

    .PATCHMAP_SEARCH_DRILLING_RIGS .PATCHMAP_SEARCH_DRILLING_RIG_TBL th {
        color: white;
        text-align: left;
        padding: 0px 2px;
    }

    .PATCHMAP_SEARCH_DRILLING_RIGS .PATCHMAP_SEARCH_DRILLING_RIG_TBL td {
        color: black;
        text-align: left;
        padding: 0px 2px;
    }

        .PATCHMAP_SEARCH_DRILLING_RIGS .PATCHMAP_SEARCH_DRILLING_RIG_TBL th:first-child, .PATCHMAP_SEARCH_DRILLING_RIGS .PATCHMAP_SEARCH_DRILLING_RIG_TBL td:first-child {
            text-align: center;
        }

    .PATCHMAP_SEARCH_DRILLING_RIGS .PATCHMAP_SEARCH_DRILLING_RIG_TBL a,
    .PATCHMAP_SEARCH_DRILLING_RIGS .PATCHMAP_SEARCH_DRILLING_RIG_TBL a:hover,
    .PATCHMAP_SEARCH_DRILLING_RIGS .PATCHMAP_SEARCH_DRILLING_RIG_TBL a:link,
    .PATCHMAP_SEARCH_DRILLING_RIGS .PATCHMAP_SEARCH_DRILLING_RIG_TBL a:visited {
        color: #0062ca !important;
        text-decoration: none;
    }

.PATCHMAP_SEARCH_DRILLING_RIGS .ACTIVERIGSTITLE {
    color: #ebf0ff;
}

.PATCHMAP_SEARCH_DRILLING_RIGS .WAIT img {
    width: 100%;
    height: 5px;
}

.PATCHMAP_SEARCH_DRILLING_RIGS select {
    padding-top: 2px;
    padding-bottom: 2px;
}

.PATCHMAP_SEARCH_DRILLING_RIGS .LBL, .PATCHMAP_SEARCH_WELL .LBL {
    font-weight: bold;
}

#pmSearchTabs .ui-widget-header {
    border: none;
    background: white;
}

.PATCHMAP_SEARCH_DRILLING_RIGS .DIVDOWNLOADDRILLINGRIGS {
    text-align: right;
    padding-bottom: 4px;
}

    .PATCHMAP_SEARCH_DRILLING_RIGS .DIVDOWNLOADDRILLINGRIGS .BTNDOWNLOAD {
    }

.PATCHMAP_SEARCH_WELL .DDLMETHOD {
    width: 7.5em;
}

.PATCHMAP_SEARCH_DRILLING_RIGS select, .PATCHMAP_SEARCH_WELL .DDLMETHOD {
    background-color: white;
    margin-right: 8px;
}

.PATCHMAP_SEARCH_WELL input[type=button] {
    margin-left: 5px;
    padding: 2px 5px;
}

#pmSearchTabs {
    padding: 0px !important;
    border-radius: 3px;
    border: none;
}

    #pmSearchTabs ul {
        margin-left: 5px;
    }

.PATCHMAP_SEARCH_DRILLING_RIGS .LBL, .PATCHMAP_SEARCH_WELL .LBL {
    color: white;
}

#mapsearchcontent .ui-tabs .ui-tabs-panel {
    padding: 8px !important;
}

#pmSearchTabDrillingRigs {
    color: white;
}

.LBL_PATCHMAP_SEARCH_WELL_DLS2, .LBL_PATCHMAP_SEARCH_WELL_PNG2 {
    font-style: italic;
    text-align: right;
    font-weight: normal !important;
    padding-right: 4px;
    padding-top: 4px;
}

.TB_PATCHMAP_SEARCH_WELL_DLS2, .TB_PATCHMAP_SEARCH_WELL_PNG2 {
    width: 100%;
    padding: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    box-sizing: border-box;
}

#cbPatchMapMinimalInfo {
    float: left;
    margin: 0px 2px 0px 1px !important;
    padding: 0px !important;
}

.mapSearchEngine {
    padding-top: 10px;
    padding-bottom: 10px;
}

#pmSearchTabWellsDLS, #pmSearchTabWellsPNG, #pmSearchTabDrillingRigs, #pmSearchTabFacilities, #pmSearchTabOther {
    border-radius: 5px;
}

.mapSearchEngine,
.DIRECTIONS_ENGINE {
    margin-right: 6px !important;
}

.mapSearchEngineDDL, .mapsearchPatchMapTypeOTHER {
    padding: 1px;
    font-size: 1.2em;
    background-color: white;
    color: #000;
    border: 1px solid #488AC3;
}

.mapSearchEngineDDL {
    margin: 4px 10px 0px 4px;
    color: black !important;
}

.mapSearchEngine input,
.DIRECTIONS_ENGINE input {
    display: none;
}

.mapSearchEngine label,
.DIRECTIONS_ENGINE label {
    padding: 3px 10px;
    font-size: 1.2em;
    background-color: white;
    border: 2px solid #d2d2d2;
    color: #355369 !important;
    margin-right: 8px;
    margin-left: 4px;
}

.patchMapDirections, .DIRECTIONS_DIRSEP, .patchMapDirections input[type=text] {
    background-color: white;
}

.mapSearchEngine input:checked + label, .mapSearchEngine input:hover + label,
.DIRECTIONS_ENGINE input:checked + label, .DIRECTIONS_ENGINE input:hover + label {
    background-color: white !important;
    -moz-box-shadow: 2px 2px 7px #A4A4A4;
    -webkit-box-shadow: 2px 2px 7px #A4A4A4;
    box-shadow: 2px 2px 7px #A4A4A4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#A4A4A4')";
}

.mapSearchEngine input:hover + label,
.DIRECTIONS_ENGINE input:hover + label {
    color: #355369 !important;
}

.mapSearchEngine input:checked + label,
.DIRECTIONS_ENGINE input:checked + label {
    color: #355369 !important;
}

.DIVBUBBLEBLOCKCONTAINERMULTI, .DIVBUBBLEBLOCKCONTAINERSINGLE, .DIVBUBBLEBLOCKCONTAINEROSFS {
    overflow-y: scroll;
    padding-left: 5px;
    padding-right: 5px;
}

.DIVBUBBLEBLOCKCONTAINERMULTI {
    max-height: 250px!important;
}

.DIVBUBBLEBLOCKCONTAINERSINGLE {
    max-height: 350px!important;
}

.DIVBUBBLEBLOCKCONTAINEROSFS {
    max-height: 375px!important;
    height: 375px!important;
    padding-top: 0px !important;
    padding-left: 3px !important;
    padding-right: 3px !important;
    padding-bottom: 0px !important;
    overflow-y: auto;
}

.DIVBUBBLEBLOCKCONTAINEROSFS .bubbleBlock:hover {
    background: #F1F3F4;
}
.DIVBUBBLEBLOCKCONTAINEROSFS .bubbleBlock {
    margin: 0px !important;
    padding-right: 0px;
    padding-left: 5px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.DIVBUBBLEBLOCKCONTAINEROSFS .bubbleImage {
    margin-left: 0px !important;
}

.DIVBUBBLEBLOCKCONTAINEROSFS hr {
    margin: 0px !important;
    border-bottom: none;
}

.DIVBUBBLEBLOCKCONTAINEROSFS .deviceinfo, .DIVBUBBLEBLOCKCONTAINEROSFS .deviceinfo > span:first-child {
    max-width: 215px !important;
    width: 215px !important;
}

.DIVBUBBLEBLOCKCONTAINEROSFS .deviceinfo > a:first-child {
    max-width: 160px !important;
    display: inline-block !important;
}

.DIVONSCREENSUMMARY *:not(input), .ewindow *:not(input) {
    cursor: default;
}

.TBLSTATUSSUMMARY tr td, .DIVONSCREENSUMMARY input:not([type='text']), .DIVONSCREENSUMMARY a, .ewindow input:not([type='text']), .ewindow a, .DIVONSCREENSUMMARY .DIVTOGGLEARROW img, .ewindow .DIVTOGGLEARROW img, .close-button, .close-button-white {
    cursor: pointer !important;
}

.HOVERMSG, .CLUSTERSUMMARYSTATUS {
    height: 15px!important
}

body {
    font-family: verdana, arial, helvetica, sans-serif !important;
    padding: 10px 3px;
    font-size: 11px;
    font-weight: bold;
}

/* The Modal (background) */
.popup-lock {
    position: fixed;
    z-index: 100;
    left: 0px;
    top: 0px;
    padding: 0px;
    margin: 0px;
    background-color: rgb(0, 0, 0);
    width: 100%;
    height: 100%;
    opacity: 0.4;
    transition: opacity 0.3s ease 0s;
}

.w2ui-popup {
    width: 500px;
    height: 234px;
    position: fixed;
    left: 50%!important;
    top: 50%;
    transform: translate(-50%, -80%);
    opacity: 1;
    transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    background: white !important;
}

.w2ui-popup-title {
    background: white !important;
    border-bottom: 1px solid #bfbfbf;
}

.w2ui-box {
    bottom: 0px !important;
}

.w2ui-form {
    position: static;
    border: 0px;
    padding-left: 16px;
    padding-left: 18px;
}

.emailInput {
    margin-left: 10px;
    margin-right: 10px;
}

.w2ui-buttons {
    left: unset !important;
    background-color: transparent !important;
}

@media only screen and (min-width: 1080px) and (min-height: 1920px) {
    .RESIZE {
        transform: translate(50%, 50%)scale(2);
        width: 50%;
        height: 50%;
    }
}