﻿/************************
          Header 
*************************/

.Header {
    background-color: #fff;
    border-bottom: 1px solid #bbb;
    box-shadow: 0 0 10px 0 rgba(50, 50, 50, .24);
    color: #fff;
    display: table;
    height: 60px;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.Header_title {
    border-right: 1px solid #d5dbde;
    height: 60px;
    left: 0;
    line-height: 54px;
    padding-left: 30px;
    position: absolute;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 300px;
}

    .Header_title .nomargin a,
    .Header_title .nomargin a:link,
    .Header_title .nomargin a:visited,
    .Header_title .nomargin a:hover,
    .nomargin {
        margin: 0px;
    }

/***************************** 
             Table 
******************************/

.TableVerticalAlign {
    width: 100%;
    display: table;
}

    .TableVerticalAlign .Cell1,
    .TableVerticalAlign .Cell2 {
        padding: 3px;
        display: table-cell;
        vertical-align: middle;
    }

        .TableVerticalAlign .Cell1 > input[type="radio"],
        .TableVerticalAlign .Cell1 > input[type="checkbox"],
        .TableVerticalAlign .Cell2 > input[type="radio"],
        .TableVerticalAlign .Cell2 > input {
            display: block;
        }

/****************** 
        Menu 
******************/

.Menu {
    background: #3B302D;
    background: -webkit-linear-gradient(90deg, #001b31 0%, #2e4859 100%);
    background: -moz-linear-gradient(90deg, #001b31 0%, #2e4859 100%);
    background: -ms-linear-gradient(90deg, #001b31 0%, #2e4859 100%);
    background: -o-linear-gradient(90deg, #001b31 0%, #2e4859 100%);
    background: linear-gradient(0deg, #001b31 0%, #2e4859 100%);
    background-color: #1e394c;
    background-color: #2e4859;
    bottom: 0;
    left: 0;
    position: fixed;
    top: 60px;
    width: 300px;
    z-index: 5;
}

.Menu_TopMenu a:link,
.Menu_TopMenu a:visited,
.Menu_TopMenu a {
    border-bottom-color: rgba(0,0,0,0.1);
    box-shadow: none;
}

.Menu_DropDownPanel a.Menu_SubMenuItemActive,
.Menu_DropDownPanel a.Menu_SubMenuItemActive:visited,
.Menu_DropDownPanel a.Menu_SubMenuItemActive:link,
.Menu_DropDownPanel a.Menu_SubMenuItem:hover {
    -webkit-filter: brightness(90%);
    filter: brightness(0.9);
}

.Menu_TopMenu a:hover,
.Menu_TopMenu a:link:hover,
.Menu_TopMenu a:visited {
    border-left-color: #3B302D;
}

.Menu_TopMenu a span.fa {
    border-color: #FFF;
}

.Menu_TopMenu:hover,
.Menu_TopMenu:hover a [class^=fa],
.Menu_TopMenuActive a:link [class^=fa],
.Menu_TopMenuActive a:visited [class^=fa],
.Menu_DropDownPanel a.Menu_SubMenuItemActive,
.Menu_DropDownPanel a.Menu_SubMenuItemActive:visited,
.Menu_DropDownPanel a.Menu_SubMenuItemActive:link,
.Menu_DropDownPanel a.Menu_SubMenuItem:hover {
    background-color: #3B302D;
    -webkit-filter: brightness(90%);
    filter: brightness(0.9);
}

.Application_Menu {
    position: relative;
    width: 100%;
}

.Menu_TopMenus {
    width: 100%;
}

.Menu_TopMenu .Menu_TopMenu a:link,
.Menu_TopMenu a:visited,
.Menu_TopMenu a {
    border-bottom: 1px solid #48687c;
    border-left: 2px solid transparent;
    box-shadow: -2px 1px 2px 0 rgba(50, 50, 50, .75);
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 20px;
    text-decoration: none;
    text-shadow: none;
    /*text-transform: uppercase;*/
}

/************************** 
    Wrapper content 
**************************/

.Content.ThemeGrid_Wrapper {
    left: 300px;
    min-width: 20px;
    position: absolute;
    right: 0;
    top: 60px;
}

/************************** 
          Button
**************************/

.button-search {
    color: #ffffff;
    background-color: #8ebc00;
    border-color: #4cae4c;
}

    .button-search:hover,
    .button-search:focus,
    .button-search:active,
    .button-search.active {
        color: #ffffff;
        background-color: #719600;
        border-color: #398439;
    }


/********************
        Model
*********************/
.modal-dialog {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 500px;
    height: 300px;
}


/********************
    Text Style
*********************/
.word-break {
    word-break: break-all;
    word-wrap: break-word;
}


/********************
  Grid No Data
*********************/
.gridEmtry {
    text-align: center;
    color: red;
}
 