﻿body {
    /*
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-size: 10pt;
    color: #696969;
    */
    /*-moz-transform: scale(0.8); */
    zoom: 100%;
    margin: 0 0 0 1%;
}

#NavTbl {
    width: 98%;
    height: 6vh; /* Newly added. */
}

#masterframe {
    margin-top: 10px;
    margin-left: 1%;
    width: 98%;
    margin-right: 1%;
    /*height: 90vh;*/
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #cccccc;
    border-radius: 1px;
}

#nav_menuList {

    float: right;
    direction:ltr;

}

#img_logo {
    position: relative;
    top: -10px;
    left: 0;
    right: 0;
    bottom: 10px;
}

.PanelCss {
    position: relative;
    overflow-y: auto;
    display: inline-block;
    width: calc(99% + 12px); /* calc(99% - 10px)*/
    height: 85vh; /* 85vh */
    border-radius: 3px;
    border-color: #d2d6d6;
    border-style: solid;
    border-width: 1px;
    margin-left: 0px;
    /*
    
    width: calc(100% - 5px);
    */
}

.ContentPanel {
    margin: 5px;
    /*
    border-radius: 3px;
    border-color: #d2d6d6;
    border-style: solid;
    border-width: 1px;
    */
    /*
    height: 72vh;
    */
    /*
    width:50%;
    */
    padding: 10px;

}

.Footer {
    /*position: fixed;*/
    margin-top: 5px;
    margin-left: 0%;
    width: 100%;
    margin-right: 0%;
    background-color: #999;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    border-color: #d2d6d6;
    border-style: solid;
    border-width: 1px;
    height: 4vh;
}

#nav_menuList ul {
    list-style: none;
    /*  #64abfb, #84aacc */
    text-transform: uppercase;
    /* background:-ms-linear-gradient(top,  #fff, #84aacc); */
    font-size: 10pt;
    height: 35px;
    margin-top: 0px;
}

#nav_menuList ul li a {
    color: #6386b5; /* #8093ad, #355681 */
    font-family: sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
 }

#nav_menuList ul li a:hover {
    margin-top: 5px;
    height: 35px;
    padding-top: 10px;
    font-weight: 600;
    color: #355681;
    /* 
    border-bottom: 2px #355681 solid; #b200ff */
 }

#nav_menuList ul li .active {
    font-weight: 700;
    font-family: sans-serif;
    color: #355681;
    /* #355681
    border-bottom: 2px #b200ff solid;  #355681
    background-color: transparent;
    border: 1px solid #355681;
    border-radius: 3px;
    */
    margin-top: 5px;
    height: 35px;
    padding-top: 10px;
    border-bottom: 1.5px #355681 solid;

}

.list-group-item a {
    color: #5c8496;
    font-weight: 800;
}

.list-group-item a:hover {

    text-decoration: none;
    border-bottom: 0px #355681 none; /* #b200ff */

}

.list-group-item {
    /*
    background-color:transparent;
    */
    background-color: transparent;
    text-transform: uppercase;

}

.list-group-item:hover {
    /*
    background-color:transparent;
    */
    background-color: pink;
}

.list-group-item.active {
    /*
    background-color:#e6daca;

    background: -ms-linear-gradient(left, #c4cdf5, #c2f0ee); /* #c2f0ee */
    background-color: #8ab1de;
    border: 1px solid #0c53a6;
    border-radius: 2px;
    /*
    text-transform:uppercase;
    */
}

#leftmenu ul li .active {
    font-weight: 900;
    font-family: sans-serif;
    color: #355681; /* #fff */
}

#ImgBtn {
    border: 1px solid #355681; /*  #8495e3 */
    border-radius: 3px;
    zoom:110%;
}

#ImgBtn:hover {
    transform: scale(1.05);
}

/**/
#nav_menuList .dropdown-menu {
    height: auto;
    border: 1px solid #c4cdf5; /*  #8495e3, #f0f0f5 */
    border-radius: 3px;
}

#nav_menuList .dropdown a:hover {
    height: auto;
    font-weight:500;
}
/*
#nav_menuList .dropdown a:focus {
    background-color: #8ab1de;
    color: #fff;
    height: auto;

}
*/
#nav_menuList .dropdown li a.active {
    background-color: #2b2b2b;
    color: #fff;
    height: auto;
}

#nav_menuList ul li .dropdown-submenu {
    position: relative;
}

#nav_menuList ul li .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.caret-right {
    border-left: 4px solid;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
}

.hr_New {
    border: 1px solid gray;
}

.tdCss {
    width: 481px;
}

.tdCss_1 {
    width: 200px;
}

.lbl_border {
    height: 30px;
    width: 200px;
}

.txt_border {
    border: 1px solid #a6a6a6;
    border-radius: 3px;
    font-family: Sans-Serif;
    font-size: 10pt;
    height: 27.5px;
    width: 200px;
}

.txt_border_2 {
    border: 1px solid #a6a6a6;
    border-radius: 3px;
    font-family: Sans-Serif;
    font-size: 10pt;
    height: 33px;
    width: 200px;
}

.completionList {
    border: solid 1px #f3f3f5;
    margin: 0px;
    padding: 2px;
    height: 100px;
    overflow: auto;
    background-color: #fff;
}

.listItem {
    color: #1c1c1c;
}

.itemHighlighted {
    background-color: #ffc0c0;
}

.tbl_border {
    border: 0px solid #a6a6a6;
    border-radius: 5px;
    font-family: Sans-Serif;
    font-size: 10pt;
    margin: 1px;
    background-color: #ece8f1; /*#f0f0f5*/
}

.MainDiv {
    margin-bottom: 20px;

}

.TabContainerCss .ajax__tab_header .ajax__tab_outer {
    border-color: #222;
    color: #222;
    padding-left: 10px; /*margin-right: 3px;*/
    border: solid 1px #999;
    border-bottom-color: #d7d7d7;
/*    -webkit-margin-before: 1em;
    -webkit-margin-after: -1px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: -1px;*/
    margin-top: 0px;
    visibility: collapse;
}

.TabContainerCss .ajax__tab_header .ajax__tab_inner {
    border-color: #666;
    color: #000;
    padding: 0px 5px 0px 5px;
}

.TabContainerCss .ajax__tab_hover .ajax__tab_outer {
    border-color: #BBB; /*color #1*/
    background: white;
    color: Black;
}

.TabContainerCss .ajax__tab_hover .ajax__tab_inner {
    color: Black;
    cursor: pointer;
}

.TabContainerCss .ajax__tab_outer {
    padding: 0 16px; /* edit 16px for different tab width */
    display: inline-block;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-size: 11pt;
    line-height: 20px; /* height #1 */
    text-decoration: none;
    color: #737373;
    border: 1px solid #999; /*This color can be different from color #2 */
    border-bottom: none;
    background: #F6F6F9; /*#F6F6F9*/
    outline: none;
    border-radius: 5px 5px 0 0;
    position: relative;
    margin: 0 -1px -1px 0;
    text-align: -webkit-match-parent;
    height:30px;

}

.TabContainerCss .ajax__tab_hover .ajax__tab_outer:hover {
    background-color: #8ab3db;
}


.TabContainerCss .ajax__tab_active .ajax__tab_outer {
    color: #232222;
    font-weight: bold;
    border-color: #BBB; /*color #1*/
    /*background: #c2c2d6; /*color #2, #0099CC, #cad7ed*/
    background: -ms-linear-gradient(top, #666, #d7d7d7);
    /*z-index: 3;*/
    padding: 2px 5px 0px 5px;
    border-bottom-width: 0px;
}

.TabContainerCss .ajax__tab_active .ajax__tab_inner {
    color: #F0F1F3;
    border-color: #333;
    padding: 0px;
}

.TabContainerCss .ajax__tab_body {
    /*
    font-family: verdana,tahoma,helvetica;
    font-size: 10pt;
    */
    /*background-color: #fff;*/ /*border-top-width: 0;*/
    border: solid 1px #f2f2f2; /*border-top-color: #ffffff;, #d7d7d7*/
    border-radius: 2px;
    /*
    box-shadow: 0 0 8px #CCC;
    */
    background-color: white;
    padding: 10px 0px 10px 5px;
    /*height: auto;*/
    height: auto;
    display: block;
    position: absolute;
    width: calc(99% - 10px);
    margin: 0px;
}

.DivBody {
    height: 65vh;
    overflow: auto;
    position: relative;
    min-width: 90vw;
    max-width: 93vw;
}

.DivBody_01 {
    height: 60vh;
    overflow: auto;
    position: relative;
    width: 85vw;
    max-width: 90vw;
    margin-bottom: 25px;

}

.rowheight {
    height: 45px;
    /*
    vertical-align:text-top;
    */
    margin-left: 5px;
    vertical-align: middle;
}

.rowheight_1 {
    height: 45px;
    /*
    vertical-align:text-top;
    */
    margin-left: 5px;
    vertical-align: top;
}

.rowheight_2 {
    height: 32px;
    /*
    vertical-align:text-top;
    */
    margin-left: 5px;
    vertical-align: middle;
}

.rowheight_empty {
    height: 18px;
    /*
    vertical-align:text-top;
    */
    margin-left: 5px;
    vertical-align: middle;
}

.SessionExp_Page {
    border: 1px solid;
    border-color: #990099;
    border-radius: 5px;
    margin-top: 15%;
    margin-left: 20%;
    margin-right: 20%;
    text-align: center;
    background-color: #f2d9e6;
}

#ImgBtnn {
    margin-top: 15px;
    border: 1px solid #355681; /*  #8495e3 */
    border-radius: 3px;
    zoom: 125%;
}

.checkbox {
    margin-left: 0px;
    top: 0px;
    left: 0px;
    width: auto;
}

.checkbox label {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 2px;
    /*min-width: 100px;*/
    width: auto;
}

.checkbox tr td {
    background-color: transparent !important;
    border: 1px solid #F0F1F3;
    border-radius: 5px;
    padding-left: 10px;
}

.checkbox input {
    float: left !important;
}

.RadioBtn_Css {
    border: 0px solid #a6a6a6;
    border-radius: 5px;
    font-family: Sans-Serif;
    font-size: 10pt;
    height: 30px;
    min-width: 150px;
    width: auto;
    background-color: #ece8f1; /*#ece8f1*/
    text-align: center;
}

.RadioBtn_Css label {
    padding:8px 0 0 0px;
    font-weight: 500;
}

.ddl_style_New {
    border: 1px solid #a6a6a6;
    border-radius: 3px;
    font-family: Sans-Serif;
    font-size: 10pt;
    Min-Width: 75px;
    /*width: auto;*/
    max-width: 150px;
    height: 30px;
}

.GridView_Css {
    border-style: solid;
    border-width: 1pt;
    border-color: #d9d9d9;
    border-radius: 3px;
    /*width: 99%;*/
    /*height: calc(75% - 25px);*/
    /*min-height: calc(40vh - 10px);*/
    /*min-height: 25vh;*/
    overflow-y: scroll;
    display: block;
    min-height: 30vh;
    max-height: 45vh;
    width: 60vw;
    position:fixed;
}

.GridView_Css .empty-row {
    border-style: dotted;
    border-color: #F0F1F3;
    border-radius: 10px;
    font-weight: bold;
    color: #aa0512; /*  #aa0512 */
    background-color: #F0F1F3; /* Orginal Backgroudcolor: #F0F1F3 edited: #f7f8f9 */
}

.GridView_Css th {
    background-color: #8ddcc6;
    font-size: 10pt;
    color: #000;
    height: 25px;
    position: relative;
    border-style: dotted;
    border-width: 0px;
    border-color: #F0F1F3; /* #F0F1F3 */
    border-radius: 1px;
    opacity: 0.65;
}

.GridView_Css tr td {
    border-style: dotted;
    border-width: 1px;
    border-color: #000; /* #F0F1F3 */
    border-radius: 0px;
}

.GridView_Css tr:not(:first-child):hover {
    /*background-color: #adebad;*/ /* #9fdfbf */
    font-weight: bold;
    cursor: pointer;
}

.HeaderStyleCss {
    text-align:center;
}

.ItemCss {
    padding-left: 5px;
    height:30px;
}

.ItemCss_Center {
    text-align: center;
}

.GridView_Css_1 {
    margin-left: 5px;
    width: auto;
    /*overflow: auto;*/
    /*display: table;*/
}

.GridView_Css_1, .empty-row {
    border-style:solid;
    border-color:#F0F1F3;
    border-radius: 1px;
    font-weight: bold;
    color: #aa0512;
    background-color: #fff; 
}

.GridView_Css_1 th {
    background-color: #4bd093; /* #d9d9d9 */
    font-size: 10pt;
    color: #fff; /* #0d5972 */
    height: 25px;
    position: relative;
    border-style: solid;
    border-width: 2px;
    border-color: #080f22; /* #F0F1F3 */
    border-radius: 0px;
    opacity: 0.85;
}

.GridView_Css_1 tr td {
    border-style: solid;
    border-width: 1px;
    border-color: #000; /* #F0F1F3 */
    border-radius: 0px;
}

.GridView_Css_1 tr:not(:first-child):hover {
    background-color: #c7f2e2; /* #9fdfbf */
    font-weight: bold;
    cursor: pointer;
}

.GridView_Css_2 {
    margin-left: 5px;
    width: 200%;
    /*width: auto;*/
    overflow: auto;
    /*display: table;*/
}

.GridView_Css_2 .empty-row {
    border-style: solid;
    border-color: #F0F1F3;
    border-radius: 10px;
    font-weight: bold;
    color: #aa0512; /*  #aa0512 */
    background-color: #F0F1F3; /* Orginal Backgroudcolor: #F0F1F3 edited: #f7f8f9 */
}

.GridView_Css_2 th {
    background-color: #006699; /* #d9d9d9 */
    font-size: 10pt;
    color: #fff; /* #0d5972 */
    height: 25px;
    position: relative;
    border-style: solid;
    border-width: 2px;
    border-color: #080f22; /* #F0F1F3 */
    border-radius: 0px;
    opacity: 0.85;
}

.GridView_Css_2 tr td {
    border-style: solid;
    border-width: 1px;
    border-color: #000; /* #F0F1F3 */
    border-radius: 0px;
}

.GridView_Css_2 tr:not(:first-child):hover {
    background-color: #c7f2e2; /* #9fdfbf */
    font-weight: bold;
    cursor: pointer;
}

.GridView_Css_2 tr td:first-child {
    background-color: #d2ebf2;
}

.GridView_Css_3 {
    margin-left: 5px;
    width: 100%;
    /*width: auto;*/
    /*display: block;*/
    overflow: auto;
    /*display: table;*/
}

.GridView_Css_3 .empty-row {
    border-style: solid;
    border-color: #F0F1F3;
    border-radius: 10px;
    font-weight: bold;
    color: #aa0512; /*  #aa0512 */
    background-color: #F0F1F3; /* Orginal Backgroudcolor: #F0F1F3 edited: #f7f8f9 */
}

.GridView_Css_3 th {
    background-color: #d19ac8; /* #d9d9d9 */
    font-size: 10pt;
    color: #fff; /* #0d5972 */
    height: 25px;
    position: relative;
    border-style: solid;
    border-width: 2px;
    border-color: #080f22; /* #F0F1F3 */
    border-radius: 0px;
    opacity: 0.85;
}

.GridView_Css_3 tr td {
    border-style: solid;
    border-width: 1px;
    border-color: #000; /* #F0F1F3 */
    border-radius: 0px;
}

.GridView_Css_3 tr:not(:first-child):hover {
    background-color: #c7f2e2;  /*#9fdfbf*/
    font-weight: bold;
    cursor: pointer;
}

.GridView_Css_3 tr td:first-child {
    background-color: #ddd9d9;
    border-width: 1px;
    border-color: #AAAAAA; /* #F0F1F3 */
    border-radius: 2px;
}

.GridView_Css_4 {
    margin-left: 5px;
    /*height: 75vh;*/
    width: 100%;
    /*width: auto;*/
    /*display: block;*/
    overflow: auto;
    /*display: table;*/
}

.GridView_Css_4 .empty-row {
    border-style: solid;
    border-color: #F0F1F3;
    border-radius: 10px;
    font-weight: bold;
    color: #aa0512; /*  #aa0512 */
    background-color: #F0F1F3; /* Orginal Backgroudcolor: #F0F1F3 edited: #f7f8f9 */
}

.GridView_Css_4 th {
    background-color: #c0b5f5; /* #d9d9d9 */
    font-size: 10pt;
    color: #fff; /* #0d5972 */
    height: 25px;
    position: relative;
    border-style: solid;
    border-width: 2px;
    border-color: #080f22; /* #F0F1F3 */
    border-radius: 0px;
    opacity: 0.85;
}

.GridView_Css_4 tr td {
    border-style: solid;
    border-width: 1px;
    border-color: #000; /* #F0F1F3 */
    border-radius: 0px;
}

.GridView_Css_4 tr:not(:first-child):hover {
    background-color: #c7f2e2;  /* #9fdfbf */
    /*font-weight: bold;*/
    color: #aa0512;
    /*cursor: pointer;*/
}

.GridView_Css_4 tr td:first-child {
    background-color: #ddd9d9;
    border-width: 1px;
    border-color: #AAAAAA; /* #F0F1F3 */
    border-radius: 2px;
}

.GridView_Css_5 {
    margin-left: 5px;
    width: 135%;
    /*width: auto;*/
    overflow: auto;
    /*display: table;*/
}

.GridView_Css_5 .empty-row {
    border-style: solid;
    border-color: #F0F1F3;
    border-radius: 10px;
    font-weight: bold;
    color: #aa0512; /*  #aa0512 */
    background-color: #F0F1F3; /* Orginal Backgroudcolor: #F0F1F3 edited: #f7f8f9 */
}

.GridView_Css_5 th {
    background-color: #006699; /* #d9d9d9 */
    font-size: 10pt;
    color: #fff; /* #0d5972 */
    height: 25px;
    position: relative;
    border-style: solid;
    border-width: 2px;
    border-color: #080f22; /* #F0F1F3 */
    border-radius: 0px;
    opacity: 0.85;
}

.GridView_Css_5 tr td {
    border-style: solid;
    border-width: 1px;
    border-color: #000; /* #F0F1F3 */
    border-radius: 0px;
}

.GridView_Css_5 tr:not(:first-child):hover {
    background-color: #c7f2e2; /* #9fdfbf */
    font-weight: bold;
    cursor: pointer;
}

.GridView_Css_5 tr td:first-child {
    background-color: #d2ebf2;
}

.GridView_Css_6 {
    margin-left: 5px;
    width: 120%;
    /*width: auto;*/
    overflow: auto;
    /*display: table;*/
}

.GridView_Css_6 .empty-row {
    border-style: solid;
    border-color: #F0F1F3;
    border-radius: 10px;
    font-weight: bold;
    color: #aa0512; /*  #aa0512 */
    background-color: #F0F1F3; /* Orginal Backgroudcolor: #F0F1F3 edited: #f7f8f9 */
}

.GridView_Css_6 th {
    background-color: #006699; /* #d9d9d9 */
    font-size: 10pt;
    color: #fff; /* #0d5972 */
    height: 25px;
    position: relative;
    border-style: solid;
    border-width: 2px;
    border-color: #080f22; /* #F0F1F3 */
    border-radius: 0px;
    opacity: 0.85;
}

.GridView_Css_6 tr td {
    border-style: solid;
    border-width: 1px;
    border-color: #000; /* #F0F1F3 */
    border-radius: 0px;
}

/*
.GridView_Css_6 tr:not(:first-child):hover {
    background-color: #c7f2e2;
    font-weight: bold;
    cursor: pointer;
}
*/

.GridView_Css_6 tr td:first-child {
    background-color: #d2ebf2;
}

#grdvw_container {
    margin-right: 5px;

}

.GridviewScrollHeader th {
    /*background-color: #66ff99;*/ /*#d9d9d9, #ffdd99*/
    opacity: 0.75;
    font-size: 10pt;
    color: #000;
    height: 25px;
    position: relative;
    border-style: solid;
    border-width: 1px;
    border-color: #000; /* #F0F1F3 */
    border-radius: 1px;

}

.GridviewScrollHeader th tr td {
    border-style: solid;
    border-width: 1px;
    border-color: #000; /* #F0F1F3 */
    border-radius: 0px;
}

.GridviewScrollItem:hover {
    border-bottom-width:thick;
    border-bottom: solid;
    border-bottom-color: #aa0512;
}

.GridviewScrollItem td {
    /*padding: 2px;*/
    white-space: nowrap;
    border: 1px solid #AAAAAA;
    /*border-bottom: 1px solid #AAAAAA;*/
    background-color: #FFFFFF;
}

/*.GridviewScrollItem td:hover {
    background-color: #d9f2d9; #f2f2f2, #9fdfbf, #c7f2e2, #f3f17d
    font-weight: 600;
    /*cursor: pointer;
}*/

.GridviewScrollItem .Freeze {
    background-color: #EFEFEF;
}

.GridviewScrollItemHover td {
    padding: 2px;
    white-space: nowrap;
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    background-color: #CCCCCC;
    cursor: pointer;
}

.GridviewScrollItemHover .Freeze {
    background-color: #CCCCCC;
}

.GridviewScrollItemSelected td {
    padding: 2px;
    white-space: nowrap;
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    background-color: #999999;
    color: #FFFFFF;
}

.GridviewScrollItemSelected .Freeze {
    background-color: #999999;
}

.GridviewScrollPager {
    border-top: 1px solid #AAAAAA;
    background-color: #FFFFFF;
}

.GridviewScrollPager td {
    padding-top: 3px;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
}

.GridviewScrollPager a {
    color: #666666;
}

.GridviewScrollPager span {
    font-size: 16px;
    font-weight: bold;
}

.HeaderStyleCss, .ItemStyleCss {
    text-align:center;
}



