﻿/* Style for the MasterPage */

*
{
    /* init boxing model from IE in quirks mode */
    -moz-box-sizing: border-box; /* white-space: nowrap; */
}

html, body, form
{
    padding: 0;
    margin: 0;
    height: 100%;
}

.grayInfoLine
{
    font-size: 10px;
    cursor: default;
    color: darkgray;
    font-family: verdana;
    text-decoration: none;
}
.grayInfoLineBold
{
    font-size: 10px;
    cursor: default;
    color: darkgray;
    font-family: verdana;
    font-weight: bold;
}
.hyperlink
{
    font-size: 11px;
    cursor: hand;
    color: #3366cc;
    font-family: verdana;
    text-decoration: none;
}


.hiddenoverflow, .tooltipContainer, .tooltip, .sidebarcontainer, .sidebaritem, .tooltip a
{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -icab-text-overflow: ellipsis;
    -khtml-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}

.notextdecoration a {
    text-decoration: none;
}


input[type="hidden"]
{
    display: none;
}

.watermark
{
    font-family: verdana;
    font-size: 11px;
    color: Silver;
    text-decoration: none;
}

.MasterHorizontalLine
{
    background-color: Navy;
    height: 1px;
    border: none;
}

/* Style for GridView */
.gridview
{
    font-family: verdana;
    font-size: 11px;
}
.gridview th
{
    color: #808080;
    text-decoration: none;
    font-weight: normal;
    vertical-align: top;
    padding-top: 10px;
    height: 30px;
}
.gridview th a
{
    color: #808080;
    text-decoration: none;
}
.gridview th a:hover
{
    text-decoration: underline;
}
.gridview td
{
    cursor: pointer;
    color: black;
    font-weight: normal;
}
.gridview td a
{
    text-decoration: none;
    color: #3366cc;
}
.gridview td a:hover
{
    text-decoration: underline;
    color: #ff3300;
}
.gridviewpager table
{
    font-family: verdana;
    font-size: 11px;
    color: gray;
    text-decoration: none;
}

/* Style for GridView */
.gridviewTracking
{
    font-family: verdana;
    font-size: 11px;
}
.gridviewTracking td
{
    cursor: pointer;
    color: black;
    font-weight: normal;
}
.gridviewTracking td a
{
    text-decoration: none;
    color: #3366cc;
}
.gridviewTracking td a:hover
{
    text-decoration: underline;
    color: #ff3300;
}
.gridviewTrackingPager table
{
    font-family: verdana;
    font-size: 11px;
    color: gray;
    text-decoration: none;
}

table.edit
{
    border: none 0px gray;
    border-collapse: collapse;
}
table.edit tr
{
    height: 20px;
}

table.edit tr td.fields span
{
    color: Gray;
    width: 200px;
}

table.edit tr td.data input
{
    width: 300px;
}
table.edit tr td.data select
{
    width: 300px;
}
table.edit tr td.data span input
{
    width: 14px;
}

table.edit tr td.validators
{
    width: 10px;
    text-align: right;
}

table.itemmenu
{
    border-bottom: solid 1px navy;
    height: 24px;
    vertical-align: top;
    padding-left: 6px;
    margin-bottom: 3px;
}

div.menuPopup
{
    border: solid 1px gray;
    background-color: White;
    padding: 3px;
}

.smsBillingInfo
{
    border: 1px solid #FAE97D;
    width: 700px;
    height: 32px;
    margin-top: 20px;
}
.smsBillingInfo img
{
    float: left;
    vertical-align: middle;
}
.smsBillingInfo span
{
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
}

.warningMessage {
	border: 1px solid #FAE97D;
	padding: 5px 5px 5px 10px;
	margin-bottom: 8px;
}

.warningMessage span {
    font-weight: bold;
}

/* .transON {width: 100%; background-color: white;opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5; } */


.adminnotelabel
{
    border-bottom: solid 1px gray;
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight: bold;
    padding-bottom: 5px;
}

.alert
{
    color: red;
    font-weight: bold;
}

.alert span
{
    color: red;
    font-weight: bold;
}

.alert .adminnotelabel {
    border-bottom: solid 1px red;
}

.leaflet-control-zoom-zoombestfit {
    background-image: url('images/zoombestfit.png');
}

.disable-select
{
    -webkit-touch-callout: none; 
    -webkit-user-select: none; 
    -khtml-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none; 
    standard-user-select: none;  
   
}

.zoom-control-box
{
    position:absolute; 
    width:100px; 
    background-color:navy;
    font-family: Tahoma; 
    font-size:11px; 
    height:17px; 
    text-align:left; 
    padding-left:5px;
    padding-top:2px;
    cursor:pointer;
    color:white;
}

input[type="radio"].leaflet-control-layers-selector {
    margin: 0px 0px 4px 0px;
}

form.leaflet-control-layers-list {
    margin-bottom: 0px;
    text-align: left;
}

    form.leaflet-control-layers-list label {
        font-weight: bold;
        font-size: 12px;
        margin-bottom: 2px;
    }

/* #region topnotification */

.topnotification {
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #eeeeee;
    z-index: 9999;
}

    .topnotification.topnotification-login {
        background-color: #fef7f2;
        background-color: rgba(66, 139, 202, 0.05);
    }

        .topnotification.topnotification-login p {
            padding: 0;
            margin: 0;
            color: #428BCA;
        }

    .topnotification.topnotification-ie {
        background-color: #dc3545;
        color: #fff;
        position: absolute;
        left: 0;
        right: 0;
        text-align: left;
    }

/* #endregion topnotification*/

td.stretch-overflow-ellipsis {
    width: 100%;
    max-width: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
}