﻿/*new css add for new design added by kamran akhter and Sidra Abdul Khaliq*/
.LoginInfoBar
{
    float: right;
    height: 30px;
    width: 40%;
    position: relative;
    color: #575757;
    font-size: 10px;
}
.LoginInfoBarSpan
{
    bottom: 0;
    right: 0;
    position: absolute;
    margin-bottom: 5px;
    margin-right: 5px;
}
.MenuBar
{
    background-color: #fff; /* #7086b4; */
    width: 100%;
    height: 40px;
    clear: both;
    text-decoration: none;
}
.MenuBar ul
{
    float: left;
    list-style: none outside none;
    position: relative;
    margin-left: -42px;
    text-decoration: none;
}

.MenuBar ul li
{
    float: left;
    position: relative;
    padding-left: 15px;
    padding-top: 0px;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    text-decoration: none;
}
/*
.MenuBar ul li a:link1
{
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    text-decoration: none;
}*/
.MenuBar ul li a:hover
{
    color: #666666 !important; /* White !important; */
    font-size: 15px;
    text-decoration: none;
}
.MenuBar .active a
{
    color: #666666 !important; /* White !important; */
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
}
.MenuBar ul li a:visited
{
    color: #e7e7e7 ;
    font-weight: normal;
    font-size: 14px;
    text-decoration: none;
}

.MenuBarRightBox
{
    float: right;
    position: relative;
    padding-top: 5px;
    width: 60%;
}

.MenuBarRightImages
{
    float: right;
    position: relative;
    padding-top: 8px;
    width: 10%;
}
.TitleBar
{
    float: left;
    position: absolute;
    width: 100%;
    border-color: #e9e9e9; /* border-style: none none solid;*/
   /* box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.4); */
    box-shadow: 0 0 0 1px transparent, 0 2px 3px rgba(0,0,0,0.4);
    border-width: 1px;
    height: 36px; /*background-color: #f9f9f9;     border:1px solid #DBDBDB;*/
    background-color: #f1f3f3;
}
.PageTitle
{
    float: left;
    font-size: 16px;
    padding-left: 15px;
    padding-top: 5px;
    display: none;
}
.TitleBarRightLinkBox
{
    float: left; /*margin-right:15px;*/
    padding-left: 5px;
    margin-top: 12px;
}
.TitleBarRightLinkBox a:link
{
    text-decoration: none;
    font-weight: normal;
    color: #575757;
    padding-left: 15px;
    font-size: 12px;
}

.TitleBarRightLinkBox a:visited
{
    text-decoration: none;
    font-weight: normal;
    color: Black;
}
.ContentSection
{
    height: auto;
    background-color: White;
    border-radius: 2px; /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);*/
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.18);
    border: 0.5px solid lightgray;
    width: 98.5%;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 1px;
    border-left: 1px solid lightgray;
}
.ContentSectionInner
{
    height: auto;
    padding: 10px;
    width: 98%;
}

.left_side
{
    float: left;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    height: 500px;
}

.center_s
{
    margin-left: auto;
    margin-right: auto;
    width: 20%;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    float: right;
}

.right_side
{
    margin-left: auto;
    margin-right: auto;
    width: 79%;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    float: right;
    height: 500px;
}
.outerTableDashboard
{
    border-collapse: collapse;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.tableDashboard
{
    border-collapse: collapse;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.tableDashboard td
{
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
}
.tdLeft
{
    text-align: left;
    border-bottom: 1px solid #E8E8E8;
    color: #575757;
    height: 20px;
    padding-left: 15px;
}
.tdright
{
    text-align: right;
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    color: #575757;
    height: 20px;
}
.contentPageHeading
{
    font-size: 14px;
    color: #0066CC;
    height: 30px;
}

.trHeading1
{
    font-size: 11px;
    color: #d57626;
    vertical-align: bottom;
    font-weight: bold; /*font-family: 'Lucida Grande',Helvetica,Verdana,Arial,sans-serif;*/
    font-family: Segoe UI;
}

.trBody
{
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 11px;
    color: #0066CC;
    vertical-align: bottom;
    font-family: Segoe UI;
}

.line-separator
{
    height: 1px;
    background: White;
    border-bottom: 1px solid #505050;
}

.accordionHeaderSelected
{
    border: 0px solid #2F4F4F;
    border-top: 1px solid #E8E8E8;
    border-right: 1px solid #E8E8E8;
    border-left: 1px solid #E8E8E8;
    background-color: #E8E8E8;
    font-family: Segoe UI;
    font-size: 15px;
    font-weight: normal;
    padding: 5px;
    padding-top: 5px;
    margin-top: 0px;
    cursor: pointer;
    text-decoration: none;
}

.menuLink
{
    text-decoration: none;
    color: Black;
}

.menuLinkClicked
{
    text-decoration: underline;
    color: Black;
    font-size: 12px;
}
.menuLink:hover
{
    text-decoration: none;
    color: Blue;
}


.accordionHeader
{
    /* border: 1px solid #E8E8E8;*/
    color: #808080; /* background-color: #fbfbfb;*/
    background-color: #F5F6F8;
    font-family: Segoe UI;
    font-size: 15px;
    font-weight: normal;
    padding: 5px;
    margin-top: 0px;
    cursor: pointer;
    height: 20px;
    vertical-align: middle;
}

.accordionContent
{
    background-color: #fafafa;
    font-size: 12px;
    border-top: none;
    padding: 10px;
    padding-top: 8px; /* border-right: 1px solid #E8E8E8;                 border-left:1px solid #E8E8E8;                  border-bottom:1px solid #E8E8E8; */
}

.LeftmenuLinkbold
{
    text-decoration: none;
    font-size: 12px;
    color: black;
    font-size: 15px;
    font-weight: 600;
}
.LeftmenuLink
{
    text-decoration: none;
    font-size: 12px;
    color: black;
    font-size: 15px;
    font-weight: lighter;
}

.dataTable a
{
    color: #0c4f9e;
    font-size: 11px;
    font-weight: normal;
    text-decoration: underline;
}
.dataTable a:link
{
    color: #0c4f9e;
    font-size: 11px;
    font-weight: normal;
    text-decoration: underline;
}
.dataTable a:visited
{
    color: #0c4f9e;
    font-size: 11px;
    font-weight: normal;
    text-decoration: underline;
}
.dataTable a:hover
{
    color: #575757;
    font-size: 11px;
    font-weight: normal;
    text-decoration: underline;
}
.tableHeading1
{
    background-color: #F8F8F8;
    vertical-align: bottom;
}


.moduleMenu
{
    width: 15%;
    height: 100%;
    margin-left: 0px;
    float: left;
    background: #F5F6F8;
    border-radius: 0px; /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);*/
    border: 0.5px solid lightgray;
    position: fixed;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.maincontent
{
    width: 83.2%;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    float: right;
    background: #fff;
    border-radius: 2px; /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);*/ /*box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);*/
    border: 0.5px solid lightgray;
}

.ImportJobbutton
{
    /* background:  none repeat scroll 0 0 #3FAD3F;*/
    height: 19px; /*font: 11px Verdana;*/
    text-decoration: none;
    display: inline-block;
    text-align: center;
    border: solid 1px #0C0; /*color: #000;*/
    min-width: 40px;
    color: #0C0;
}

.GridActionbar
{
    background-color: #F5F6F7;
    margin-left: 0.5%;
    margin-right: 0.5%;
    padding-bottom: -15px;
}

.borderTable
{
    background-color: #fafafa;
    background-repeat: repeat;
    border-color: #dbdbdb;
    border-style: solid;
    border-width: 1px;
    font-size: 11px;
    height: auto;
    padding-top: 0px;
    text-align: center;
    text-indent: 2px;
    color: #575757;
}

.dblimport
{
    background-color: #fafafa;
    background-repeat: repeat;
    border-color: #dbdbdb;
    border-style: solid;
    border-width: 1px;
    font-size: 10px;
    height: auto;
    width: 100%;
    padding-top: 5px;
    text-align: left;
    text-indent: 2px;
}



/* ##########################################################   sanjay Malani @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

.chknrdbtn
{
    font-size: 11px;
    margin-top: -2px;
}


.fullPageContainer
{
    width: 97.5%;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    margin-right: 8px;
    margin-left: 8px;
    background-color: White;
}

