﻿.jqstooltip {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    visibility: hidden;
    background: rgb(0, 0, 0) transparent;
    background-color: rgba(0,0,0,0.6);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=rgba(0, 0, 0, 0.6), endColorstr=rgba(0, 0, 0, 0.6));
    color: white;
    font: 10px arial, san serif;
    text-align: left;
    white-space: nowrap;
    border: 1px solid white;
    z-index: 10000;
}

.k-progressbar-horizontal {
    width: 100%;    
}

.white-bg {
    background-color: white;
}

.chart-refresh {
    float: right;
    width: 32px !important;
    color: white;
    cursor: pointer;
}

.chart-refresh:hover {
    font-size: 15px;
}
.non-overflow
{
    overflow:hidden !important;
}

.bold-row
{
   font-weight:700;
   background-color : #466787;
   color :white;
}

.jqsfield
{
    color: white;
    padding: 5px 5px 8px 5px;
    font: 10px arial, san serif;
    text-align: left;
}

.loading
{
    position: absolute;
    display: none;
    /*border: 1px solid #5c9ccc;*/
    padding: 2px;
    background-color: #fff;
    color: #ffffff;
    opacity: 0.90;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 100000;
    vertical-align: middle;
}

#forecast
{
    width: 100%;
    height: 100%;
    margin: 0px auto;
    padding: 0px;
    /*background: url('../../content/web/tabstrip/forecast.png') transparent no-repeat 0 0;*/
}

    #forecast h2
    {
        font-weight: lighter;
        font-size: 5em;
        padding: 0;
        margin: 0;
    }

        #forecast h2 span
        {
            background: none;
            padding-left: 5px;
            font-size: .5em;
            vertical-align: top;
        }

    #forecast p
    {
        margin: 0;
        padding: 0;
    }

.wrapper
{
    /*padding: 5px!important;*/
}

.a-pointer
{
    cursor: pointer;
}
/*.select-button {
    background-color: none;
    border: none;
    background-image: url(images/check.png);
    min-height: 25px;
    max-height: 25px;
    min-width: 25px;
    max-width: 25px;
}

.unselect-button {
    background-color: none;
    border: none;
    background-image: url(images/un-check.png);
    min-height: 25px;
    max-height: 25px;
    min-width: 25px;
    max-width: 25px;
}*/
/*#tabstrip {
            width: 100%!important;
            height: auto!important;
            border: none;
            background: #21A9E1;
        }

        .k-content {
            padding: 0px 0 0px 0px!important;
            height: 0px;
            border: none;
            background: #F1F2F7!important;
            margin-bottom: 0px;
            border-width: 0px!important;
        }

        .k-tabstrip .k-content, .k-panelbar .k-tabstrip .k-content {
            padding: 5px!important;
            margin: 0px!important;
            border-top: none!important;
        }

        .k-tabstrip-items .k-link, .k-panelbar .k-tabstrip-items .k-link {
            border: medium none;
            border-radius: 0 !important;
            color: #FFFFFF;
            font-size: 1em;
            font-weight: 600;
            padding: 0.3em 0.92em 0.3em!important;
        }

        .k-header, .k-grid-header, .k-toolbar, .k-dropdown-wrap, .k-picker-wrap, .k-grouping-header, .k-pager-wrap, .k-textbox, .k-button, .k-draghandle, .k-tile, .k-autocomplete, .k-state-highlight, .k-tabstrip-items .k-item {
            background: #21A9E1!important;
            border-radius: 0px!important;
            border: none!important;
        }

        .k-tabstrip-items .k-state-active {
            background: none repeat scroll 0 0 #103c79 !important;
            margin: 0px!important;
        }

        .k-tabstrip .k-tabstrip-items {
            padding: 0px!important;
        }

        .k-state-active {
            padding: 0px!important;
        }

        #tabstrip-6 {
            padding: 0px!important;
        }*/

/*.close_tab 
        {
        background-image: url(images/close.png);
        float:right;
        margin-right:-5px !important;
        margin-left:-10px !important;
        }

         .close_tab:hover
        {
        background-image: url(images/close_h.png);
        }*/

/*.tabCloseIcon {margin:-1px -4px 0px 4px!important; z-index:1111; padding:3px; width:15px; height:15px;}
    .tabCloseIcon:hover {background-color:#e25856;}*/
.dropdown-content
{
    text-align: left;
    display: inline-block;
    width: 400px !important;
}

input[data-role="autocomplete"] .k-list-container
{
    width: 450px !important;
}

.mcComboBox-Header
{
    font-size: 1.2em;
}

    .mcComboBox-Header > span
    {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: left;
        display: inline-block;
        border-style: solid;
        border-width: 0 0;
        padding: 0px;
        width: 50% !important;
    }

        .mcComboBox-Header > span:first-child
        {
            width: 50% !important;
            border-left-width: 0;
            margin-left: 0px;
        }

.mcComboBox-Content
{
    padding-bottom: 1px;
}

    .mcComboBox-Content > span
    {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        border-style: solid;
        border-width: 0 0 0 0;
        vertical-align: top;
        width: 50% !important;
        padding: 0 0 0 0;
    }

        .mcComboBox-Content > span:first-child
        {
            width: 50% !important;
            border-left-width: 0;
            padding: 0 0 0 0;
        }

    .mcComboBox-Content .k-item p
    {
        margin: 0;
        padding: 0;
    }

.map_canvas
{
    width: 100%;
    height: 0px;
}

.k-widget-formap
{
    width: 98% !important;
    margin: 1% !important;
}

.k-header-formap
{
    height: 30px;
    padding: 2px;
}

.visible-div
{
    visibility: visible;
    float: left;
}

.hidden-div
{
    visibility: hidden;
    float: left;
    width: 0px;
    height: 0px;
}


.doa-list-edit
{
    float: left;
    position: relative;
    width: 300px;
    margin: -1px -1px 0 0;
}

.doa-list
{
    float: left;
    position: relative;
    width: 300px;
    margin: -1px -1px 0 0;
}

.doa-list-edit dl
{
    margin: 10px 0;
    padding: 0;
    min-width: 0;
}

.doa-list dl
{
    margin: 10px 0;
    padding: 0;
    min-width: 0;
}

.doa-list-edit dt, dd
{
    float: left;
    margin: 0;
    padding: 3px;
    height: 26px;
    width: 80%;
    line-height: 26px;
    overflow: hidden;
}

.doa-list dt, dd
{
    float: left;
    margin: 0;
    padding: 3px;
    height: 26px;
    width: 160px;
    line-height: 26px;
    overflow: hidden;
}

.doa-list-edit dt
{
    clear: left;
    padding: 3px 5px 3px 0;
    text-align: right;
    opacity: 0.6;
    width: 90%;
}

.doa-list dt
{
    clear: left;
    padding: 3px 5px 3px 0;
    text-align: right;
    opacity: 0.6;
    width: 100px;
}

.k-listview-special
{
    padding: 0;
    min-height: 298px;
    max-height: 400px;
    overflow: auto;
}

.k-listview:after, .doa-list-edit dl:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.k-listview:after, .doa-list dl:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.edit-buttons
{
    /*position: absolute;*/
    top: 0;
    right: 0;
    width: 100%;
    height: 30px;
    padding: 0px 0px 0 0px;
    background-color: rgba(0,0,0,0.1);
}

.list-view-header
{
    height: 26px;
}

.edit-buttons .k-button
{
    width: auto;
    margin-bottom: 1px;
}

.k-pager-wrap
{
    border-top: 0;
}

span.k-invalid-msg
{
    position: absolute;
    margin: -46px -257px 0px 0px;
    right: 0px;
}

.demo-section
{
    width: 100%;
}

.dropdown-col
{
    float: left;
}


.k-widget.k-tooltip-validation
{

    background:transparent!important;
   border: none!important;
    box-shadow: none;
}

/*grid row color*/

.red-row
{
background-color: #D14130;
color: white;
}

.blue-row
{
background-color: #298BC8;
color: white;
}

.green-row
{
background-color: #009D59;
color: white;
}

.orange-row
{
background-color: #FF832E;
color: white;
}

.yellow-row
{
background-color: #FFFF00;
color: black;
}

.purple-row
{
background-color: #76389D;
color: white;
}

.aqua-row
{
background-color: #00FFFF;
color: black;
}

.brown-row
{
background-color: #A52A2A;
color: white;
}

.turquoise-row
{
background-color: #40E0D0;
color: black;
}

.white-row
{
background-color: white;
color: black !important;
}

.tomato-row
{
background-color: #FF6347;
color: white;
}

.slate-gray-row
{
background-color: #708090;
color: white;
}

/*grid row color*/
.message-count {
    position: absolute;
    color: white;
    background-color: red;
    min-width: 15px;
    min-height: 15px;
    text-align: center;
    border-radius: 8px;
    left: 0px;
    top: 5px;
    z-index: 999;
    font-size: 10px;
    font-weight: bold;
    padding-top: 1px;
}

.unreaded-row {
    background-color: #CDE6F7;
    font-weight: bold;
}

.notifyjs-notification-base {
    opacity: 0.95;
    width: 350px;
    background: #466687;
    padding: 5px;
    border-radius: 10px;
    color: white;
}

    .notifyjs-notification-base .title {
        width: 200px;
        float: left;
        margin: 10px 0 0 10px;
        text-align: right;
    }

    .notifyjs-notification-base .buttons {
        width: 100px;
        float: right;
        padding: 5px;
        margin: 2px;
    }

    .notifyjs-notification-base button {
        padding: 5px;
        margin: 2px;
        width: 90px;
        border: 1px solid #dbdbde;
        border-radius: 3px;
        background-color: #f5f5f5;
    }