﻿body {
}

.HomeLoginBar {
    font-family: Arial;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
    color: #fff !important;
    font-size: 18px;
    padding-left: 10px;
    height: auto;
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    line-height: 20px;
    border-radius: 0px;
    background-color: #02BFB9;
    /*margin-top:40px;*/
  
}

.navysettings {
    background: #02BFB9 none repeat scroll 0 0;
    color: #fcfcfe;
    /* float: left; */
    padding: 2px 0px 5px 0px;
    text-align: center;
    width: 100%;
    margin-left: 0px;
   
}

.topbar {
    font-family: Arial;
    color: #fff;
    font-size: 13px;
    height: auto;
    float: left;
    margin: 0px;
    padding: 5px 0px;
    line-height: 20px;
    background-color: #F2F1F1;
    width: 100%;
   
}

.dvbackgroundclass {
    background-color: #F2F1F1;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}


.Organization_Color {
    color: #02BFB9 !important;
}

.button_Sky_blue {
    background: #02BFB9 !important;
    color: #fff;
    border: none;
    cursor: pointer;
    font-family: Arial;
    font-size: 15px;
    padding: 0;
    text-decoration: none;
    padding: 5px 10px;
    line-height: 18px;
    margin: 5px 0px;
}
 .PopupHolder {
        position: relative;
        /* overflow: auto; */
        background-color: #fff;
        z-index: 50;
        left: -1%;
        right: 20%;
        top: 17%;
        margin: 0px;
    }

 .PopupHolder1 {
    position: fixed;
    /* overflow: auto; */
    background-color: #fff;
    z-index: 50;
    left: 15%;
    right: 15%;
    top: 17%;
    margin: 0px;
}
.Bgheader {
    background-color: #02BFB9 !important;
    height: 25px;
}

/**********************Grid styles  *************************************/
.k-grid th.k-header, .k-grid th.k-header
{
    background-color: #02BFB9;
    color: White;
}
.k-grid-header th.k-header > .k-link
{
    color: White;
}
.k-alt, .k-separator, .k-resource.k-alt, .k-pivot-layout > tbody > tr:first-child > td:first-child
{
    background-color: #02BFB9;
}
/*************************************Footer *************************/

.footer-container
{
    background-color: #02BFB9;
    width: 100%;
}
.footer-wrap
{
    background-color: #02BFB9;
    width: 100%;
}
.footer
{
    float: left;
    width: 100%;
    line-height: 20px;
    margin: 0px;
    padding: 0px;
    background-color: #02BFB9;
}

.Page_Dimmer
{
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background-color: #CCCCFF;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    z-index: 50;
}
   .PageDimmer {
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0px;
        left: 0px;
        background-color: #CCCCFF;
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        opacity: 0.8;
        z-index: 50;
    }