﻿body {
}
/********************** Buttons ****************************/
.button_Sky_blue {
    background: #00B39C !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;
}

.navy {
    background: #00B39C none repeat scroll 0 0;
    color: #fcfcfe;
    /* float: left;*/
    padding: 2px 0px 5px 0px;
    text-align: center;
    width: 50%;
}

.navysettings {
    background: #00B39C none repeat scroll 0 0;
    color: #fcfcfe;
    /* float: left; */
    padding: 2px 0px 5px 0px;
    text-align: center;
    width: 100%;
    margin-left: 0px;
}

.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%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    line-height: 20px;
    border-radius: 0px;
    background-color: #00B39C;
    /*margin-top:40px;*/
}

.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%;
    /*position: fixed;*/
}

.organizationButtonThemes {
    background-color: #0b827f !important;
}

.Organization_Color {
    color: #00B39C !important;
}

.selected_leftMenu_Theme {
    color: #0b827f !important;
    font-weight: bold !important;
}
/************* Panel design**********************/


.panel-info > .panel-heading {
    color: #fff;
    background-color: #00B39C;
    border-color: #006A5E;
}



.panel-heading {
    padding: 1px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}


.panel-title {
    color: #fff;
    font-size: 1.2em;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
}

.panel {
    margin-bottom: 20px;
    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);
}

.panel-info {
    border-color: #F2F1F1;
}

.PopupHolder {
    position: relative;
    /* overflow: auto; */
    background-color: #fff;
    z-index: 50;
    left: -1%;
    right: 20%;
    top: 17%;
    margin: 0px;
}

.Bgheader {
    background-color: #00B39C !important;
    height: 25px;
    text-align: center;
}

/**********************Grid styles  *************************************/
.k-grid th.k-header, .k-grid th.k-header {
    background-color: #00695c;
    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: #BFF5EF;
}
/*************************************Footer ******************************/

.footer-container {
    background-color: #00695c;
    width: 100%;
}

.footer-wrap {
    background-color: #00695c;
    width: 100%;
}

.footer {
    float: left;
    width: 100%;
    line-height: 20px;
    margin: 0px;
    padding: 0px;
    background-color: #00695c;
}
