﻿a 
{
	font-weight:bold;
	text-decoration:none;
	color:#0056b8;
	
}	
a:hover
{
	text-decoration:underline;
}


.activitySnapshot
{
	border:2px solid  #000000;
	width:290px;
	padding:2px;
	background-color:#FFFFFF;
	float:left; 
	margin-right:10px;
	margin-top:10px;
}

.activitySnapshot td
{
	border-color:#000000;
}
.ajax__calendar_container { z-index : 999999 ; }
.AlignLeft
{
    text-align:left;
}

body 
{
	text-align:center;
	color:#000000;
    padding: 0px !important;

}

body, p, table, td 
{
	font-family:Sans-Serif;
	font-size:12px;
}

body, html
{
	height:100%;
	padding:0px;
	margin:0px;
	background-color: #f5f5f5;
}


/* DataGrid CSS */
.datagridList .datagrid
{
	border-color:#000000;
}
/*
	enabling this will affect:
	- validator callouts on CustomerSurveyEdit.aspx
	- calendar extenders in the grid
.datagridList td
{
	
	
	border:1px solid #000000;
	vertical-align:top;
	font-size:.9em;
	padding:3px;
}
	*/

.datagridHeader
{
	background-color:#808080;
	font-weight:bold;
	/*font-size:1.2em;*/
	text-decoration:none;
	color:#FFFFFF;
}
.datagridHeader a
{
	text-decoration:none;
	color:#FFFFFF;
}

.datagridItem, datagridItem td
{
	border-color:#000000;
	background-color:#FFFFFF;
	border:1px solid #dcdcdc;
	vertical-align:top;
}

.datagridItem table td
{
	border:0px;
}

.datalistList
{
	border-color:#000000;
	border-width:1px;
}
.datalistList td, datalistList input:text
{
	vertical-align:top;
	font-size:.8em;
	border:1px solid #000000;
}
.datalistHeader {
    background-color: #808080 !important;
    background: #808080 !important;
    font-weight: bold;
    /*font-size:1.2em;*/
    text-decoration: none;
    color: #FFFFFF;
}
.datalistHeader a
{
	text-decoration:none;
	color:#FFFFFF;
}
.datalistItem
{
	border-color:#000000;
	background-color:#FFFFFF;
	border:1px solid #000000;
	vertical-align:top;
}

div#divCenter
{
	padding:0em 3em 7em;
	vertical-align:top;
	padding-top:5px;
	background-color:#f5f5f5;
	background-image: none; 
	background-repeat:no-repeat; 
	background-position:center center; 
	background-attachment:fixed;
	min-height:650px !important;
	text-align:left;
	border-top-right-radius:0px;
	border-top-left-radius:0px;
	border-bottom-right-radius:0px;
	border-bottom-left-radius:0px;
}

div#divFooterTop
{
    height:20px;
	background-color:#484848;
	border-bottom-right-radius:0px;
	border-bottom-left-radius:0px;
    margin-bottom:5px;
}

div#divFooter
{
	position:absolute;
	width:100%;
	bottom:0; /*stick to bottom */
	padding-bottom:20px; 
	text-align:center;
	color:#dcdcdc;
	/*font-size:10px;*/
	background-color: #484848;
	margin-top:5px;
}

div#divHeader 
{
    background-color:#000;
}
.Loginheader {
    overflow: hidden;
    background-color: #202020;
    padding: 0;
    margin-bottom: 30px;
    height: 75px;
}

div#divMain
{
	position:relative;					/* needed for footer positioning */
	margin:auto;
	text-align:left;
	min-width:990px;
	max-width:100%;
	height:auto !important;			/* compliant browsers */
	height:100%;						/* IE6: Treated as min-height */
	min-height:100%;					/* compliant browsers */
	margin-top:0px;
	
	background-color:#f5f5f5;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

div.RadGrid_WebBlue {
    opacity: .8;
    border: 1px solid #e8e8e8;
    box-shadow: 0px 0px 5px #aaaaaa;
}
div.RadGrid_WebBlue .rgFilterRow {
    background-color: #d3d3d3;
    }
div.RadGrid_WebBlue .rgRow {
   background-color: #fff;
   padding-top: 10px !important;
   padding-bottom: 10px !important;
    }
div.RadGrid_WebBlue .rgRow > td {
   padding-top: 10px !important;
   padding-bottom: 10px !important;
    }
div.RadGrid_WebBlue .rgAltRow{
    background-color: #e8e8e8;
}
div.RadGrid_WebBlue .rgAltRow > td {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.RadGrid_WebBlue .rgHoveredRow {
    background-color: #0056b8 !important;
    background: #0056b8 !important;
    color: #fff !important;
}
.RadGrid_WebBlue .rgSelectedRow {
    background-color: #0056b8 !important;
    background: #0056b8 !important;
    color: #fff !important;
}
.RadGrid_WebBlue .onkeydown {
    background-color: #0056b8 !important;
    background: #0056b8 !important;
    color: #fff !important;
}

.RadGrid_WebBlue .rgHeader {
    background-color: #505050 !important;
    border: 1px solid !important;
    border-color: #707070 !important;
    background: #202020 !important;
    line-height: ;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.RadGrid_WebBlue .rgHeaderDiv {
    background-color: #505050 !important;
    border: 0px solid !important;
    border-color: #707070 !important;
    background: #202020 !important;

}
.RadGrid_WebBlue .rgPagerCell {
    background-color: #505050 !important;
    border: 0px solid !important;
    border-color: #707070 !important;
    background: #c8c8c8 !important;
}
.RadGrid_WebBlue .rgMasterTable {
    background-color: #f5f5f5;
}
.RadGrid_WebBlue .rgFooter {
    background-color: #f5f5f5 !important;
}
.RadGrid_WebBlue .rgFooter td{
    border-color: #f5f5f5 !important;
}
.RadCalendarPopup {
    z-index: 100000 !important;
}


    /* RadNotification Styling */
    .RadNotification .rnTitleBar {
        text-align: left;
        font-weight: bold;
        font-variant:;
        font-size: 1.1em;
    }
.RadNotification .rnContent
{
	text-align:left;
}

.RadNotification_WebBlue
{
	box-shadow:8px 8px rgba(0,0,0,0.7);
	border-top-right-radius:0px;
	border-top-left-radius:0px;
	border-bottom-right-radius:0px;
	border-bottom-left-radius:0px;
}


.RadGrid_WebBlue th.rgHeader
{
	font-weight:bold;
}
span.rgHCMFilter {z-index:-1255 !important;}
div.rmSlide {z-index:-1255 !important;}
div.rcbSlide
{
    z-index:2147483647 !important;    
}

div.rcbScroll {z-index:2147483647 !important;}
div.rcbScroll div.rcbList {position:relative;z-index:2147483647 !important;}

.error
{
	color:#FF0000;
	font-weight:bold;
}



.filterMenu
{
      z-index: 2147483647  !important;
}


.footer a
{
	color:#dcdcdc;
	font-weight:normal;
	text-decoration:none;
}

.footer a:visited
{
	color:#dcdcdc;
	font-weight:normal;
	text-decoration:none;
}

/* default style for forms */
.form
{
	width:98%; 
	background-color:Transparent; 
	padding:5px; 
	border:0px ridge #000000;
}

h1, h2, h3, h4 {
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 2px;
    font-variant:;
    font-family: sans-serif;
}
h1 {font-size:24px; margin-bottom:0px;}
h2 {font-size:15px;}
h3 {font-size:14px;}
h4 {font-size:13px;}

.headerList
{
	margin-top:0px; 
	padding-left:0px;
	margin-left:20px;
	
}

.headerList li
{
	margin: auto auto 5px auto;
}

.HighZ
{
    z-index:999999;
}

input[readonly] {background-color:#EBEBE4;}

legend {
    font-weight: 500;
    color: #202020;
    font-variant:;
    line-height: 16px;
    padding-top: 40px !important;
    font-size: 16px !important;
}
fieldset {
    /*border-color:#FFFFFF; */
    padding-top: 20px !important;
    padding-bottom: 40px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    text-align: left;
    border: 0px solid #dcdcdc !important;
    border-radius: 5px !important;
    box-shadow: 0px 0px 5px #aaaaaa;
    background-color: #f5f5f5 !important;
} 
.mainButton
{
	width:100px;
	padding:5px;
	font-weight:bold;
	background-color:#FFFFFF;
	border:2px solid #BED0E2;
	border-right:4px solid #BED0E2;
	border-left:4px solid #BED0E2;
	cursor:pointer;
	text-align:center;
	margin-left:2px;
	margin-right:2px;
	font-size:09px;
}

.mainButton:hover
{
	color:#CECECE;
}

.MainMenu
{
    z-index:6000 !important;


}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	z-index:99998 !important;
    margin: auto;
    overflow: hidden;
}

.modalBackgroundBlack {
	background-color:#f5f5f5;
	background-image: url(/common/QT9Logo450-0.png);
	background-position:left top;
	background-repeat:no-repeat;	
	z-index:2147483640 !important;
}

.modalPopup {
    background-color: #f5f5f5;
    /*
	background-image: url(/common/QT9Logo450-0.png); 
	background-position:center center;
	background-repeat:no-repeat;
	background-size: contain;	
	-webkit-background-size: contain;
	-moz-background-size: contain;
	*/
    border-width: 1px;
    border-style: outset;
    border-color: #dcdcdc;
    padding: 35px !important;
    width: 450px;
    border-radius: 0px;
    box-shadow:;
    text-align: left;
    z-index: 99999;
    /*max-height: calc(100vh - 210px);
    overflow-y: auto;*/
    color: #202020;
}

.modalPopup .RadMenu_WebBlue .rmGroup .rmVertical {
     z-index: 99999;
    }

.modalPopupBlack
.modalPopupBlack
{
	background-color:#f5f5f5;
	border-width:1px;
	border-style:outset;
	border-color:#dcdcdc;
	padding:15px;
	width:450px;
	border-radius:0px;
	box-shadow:;
	text-align:left;
	z-index:2147483641 !important;
}
.modalPopupWhy, .modalPopupBig
{
	background-color:#f5f5f5;
	border-width:1px;
	border-style:outset;
	border-color:#dcdcdc;
	padding:15px;
	width:450px;
	border-radius:0px;
	box-shadow:;
	z-index:999999;
	text-align:left;
}
.ajax__calendar_container{

}
.ajax__calendar_dayname
{
	width:18px;
	font-size:.90em;
}

.MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color: #FFFFFF;
    color: #000000;
    margin-top: 90px;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight:bold;
}

.panelTopNav {
    min-width: 990px;
    /* border-bottom:2px solid #FFFFFF; */
    text-align: left;
    background-image: none;


}

.RadForm.rfdTextbox input[disabled][type="text"]
{
    color:#000000;
}

.QualityNoteCell
{
	background-image: url(/common/empty-sketchy-75x75.png);
	background-position:center center;
	background-repeat:no-repeat;
	width:75px;
	height:75px;
	text-align:center;
	font-weight:bold;
	font-variant:;
	font-size:.8em;
	cursor:default;
}

/* Decorated and RadButton Override underline on mouse over */
 

.rbSkinnedButton:hover, .rbDecorated:hover, html .rfdDecorated, html a.rfdSkinnedButton
{
    vertical-align: middle !important;
	text-decoration:none !important;
}


/*  End Decorated & RadButton TextDecoration override */

.rfdSelectBox
{
    text-align:left;
}

.todoBox
{
	padding:0px 5px 0px 65px;
	background-image:url(/common/QT9SiteToDo645.png); 
	background-repeat:no-repeat;
	height:75px; 
}
.todoIcon {
    padding: 1px;
    margin-top: -20px;
    position: relative;
    top:14px;
    left: 18px;
    min-width:10px;
    background-color: red !important;
    background: red !important;
    border-radius: 16px !important;
    color: #fff;
    text-align:center;
}

.toDoListPanel
{

    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    
	/* CSS Gradient */
	background: #484848 !important;
	width:100%;
	padding-bottom:5px; 
	
	/* 
	background-color:#003466;
	width:990px;
	background-image:url(/common/QT9BG.png);
	background-repeat:no-repeat;
	background-position:top; 
	*/
}


.UsePointer
{
    cursor:pointer;
}


.UserSiteBox
{
	font-family:sans-serif;
	font-weight:;
	font-size:.9em;
	color:#FFFFFF; 
	/* max-width:240px; */
	width:340px;
	text-align:right; 	
	
	/* 
    background-image:url(/common/QT9SiteUser.png);
	background-repeat:no-repeat;
    */
    
    padding:5px 3px 3px 3px;
    
    /* 6.0 */
    border:0px solid #677295;
    border-radius:0px;
    box-shadow:; 
    background-color:;
}


.validatorCalloutHighlight
{
    background-color: #FFFACD;
}

.validatorCalloutHighlight td
{border:0px;} 

.watermarked 
{	
	BACKGROUND-COLOR: #f0f8ff;	
	COLOR: gray;	
}




/******** Main Menu CSS ******************/

/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
  margin: 0;
  border: 0px solid #BFBFBF;
  padding: 0;
  min-width: 500px; /*For KHTML*/
  list-style: none;
  min-height: 24px;
  background-color:#BED0E2;
}

ul#navmenu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  min-height: 24px;
}

ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 190px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu ul li {
  width: 190px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu a {
  /*
  
  border-right-color: #CCC;
  border-bottom-color: #CCC;
  */
  border: 1px solid #BED0E2;
  padding: 0 6px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: #fff;
  color: #000000;
  font: bold 10px/22px Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background: #ffe294;
  border:1px solid #000000;
  
}

/* 2nd Menu */
ul#navmenu ul
{	
	border:1px solid #000000;	
	z-index:999;
}
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a 
{
  border:1px solid #DDDDDD;
  float: none;
  background: #FFFFFF;
  color: #000000;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background: #ffe294;
  border:1px solid #000000;
}

/* 3rd Menu */
ul#navmenu ul ul 
{	border:1px solid #000000;	}
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  border:1px solid #DDDDDD;
  background: #FFFFFF;
  color: #000000;
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
  background: #ffe294;
  border:1px solid #000000;
}

/* 4th Menu */
ul#navmenu ul ul ul
{	border:1px solid #000000;	}
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
  border:1px solid #DDDDDD;
  background: #FFFFFF;
  color: #000000;
}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
  background: #ffe294;
  border:1px solid #000000;
}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 190px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
  background-color: #eb1f10;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}

.RadTabStrip{
    padding-top: 20px !important;

}
/* Navigation */
.RadMenu ul.rmHorizontal {
    background: #484848 !important;
    padding-left: 40px !important;
}

.RadMenu_Vista .rmRootGroup {
    border: 0px solid !important;
    background: #484848 !important;
    border-color: red !important;
}
.RadMenu_Vista a.rmLink {
    color: #d3d3d3 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 40px !important;
    background-image: none !important;
}
.RadMenu_Vista .rmFirst {
    background-image: none !important;
}
.RadMenu_Vista .rmText {
    color: none !important;
    background-image: none !important;
}
.RadMenu_Vista .rmItem {
    background: #484848 !important;
    border: 0px solid !important;
    border-color: red !important;
}

.RadMenu_Vista a.rmLink:hover {
    color: #fff !important;
    background: #808080 !important;
}

.RadMenu_Vista a.rmFirst:hover {
    color: #fff !important;
    background: #808080 !important;
}
.RadMenu_Vista ul li:hover > a {
    background-color: #606060 !important;
}


/* Buttons */
.rbDecorated {
    color: #fff !important;
    background: transparent !important;
    background-image: none !important;
    border-radius: 5px !important;
    font-weight: 500 !important;
}
.rbSkinnedButton {
    color: #fff !important;
    padding-top: 3px !important;
    background: #0056b8 !important;
    background-image: none !important;
    border-radius: 18px !important;
    height: 25px !important;
    margin-bottom: 3px !important;
    border: 2px solid !important;
    border-color: #057aff !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-bottom: 25px !important;
    margin-right: 5px;
    margin-top: 5px !important;
}
.rbDecorated:hover {
    color: #fff !important;
    background: #057aff !important;
    background-image: none !important;
    border-radius: 25px !important;
    border-color: #3694ff !important;
}

.rbSkinnedButton:hover {
    color: #fff !important;
    background: #057aff !important;
    background-image: none !important;
    border-radius: 25px !important;
    border-color: #3694ff !important;
}
.rbPrimaryIcon {
    padding-top: 3px !important;
    margin-left: 5px;
    background-position: bottom !important;
}

/* Notifications */
.rnTitleBar {
    background: #808080 !important;
    background-color: #808080 !important;
    background-image: none !important;
    border-color: #606060 !important;
    border: 0px solid !important;
    }




/* Tabs */
.RadNotification_WebBlue {
    background-image: none !important;
    border-color: #dcdcdc !important;
    border: 1px solid !important;
    box-shadow: 0px 0px 5px #aaaaaa;
}

/*.rtsOut {
    background-color: transparent !important;
    background-image: none !important;
    border-radius: 5px 5px 0px 0px !important;
}
.rtsLink {
    background-color: #dcdcdc !important;
    background-image: none !important;
    border-radius: 5px 5px 0px 0px !important;
    border: 0px solid !important;
    border-color: #c8c8c8 !important;
    line-height: 35px !important;
}
.rtsLI {
    background-color: #dcdcdc !important;
    background-image: none !important;
    border-radius: 5px 5px 0px 0px !important;
    border: 1px solid !important;
    border-color: #c8c8c8 !important;
    line-height: 35px !important;
}
.rtsSelected {
    background-color: #fff !important;
    background-image: none !important;
    border-radius: 5px 5px 0px 0px !important;
    border-color: #c8c8c8 !important;
    line-height: 35px !important;
}
.rtsLI .rtsFirst {
    background-color: #fff !important;
    background-image: none !important;
    border-radius: 5px 5px 0px 0px !important;
    border: 1px solid !important;
    border-color: #c8c8c8 !important;
    line-height: 35px !important;
}*/
    /* Text Field */
    .rfdDecorated {
    border: 1px solid !important;
    border-color: #d3d3d3 !important;
    padding-left: 5px !important;
    margin-top: 0px !important;
}
.rgHeaderWrapper {
    background-color: #202020 !important;
    background: #202020 !important;
    border: 0px solid !important;
    border-color: #d3d3d3 !important;
}
.rgGroupPanel {
    background-color: #dcdcdc !important;
    background: #dcdcdc !important;
}
/* To Do List */
.rmRootGroup {
    background-color: none !important;
    background: none !important;
    border: 0px solid !important;
    border-color: #d3d3d3 !important;
    color: #fff;
}
.rmExpandRight{
    color: ;
}
#tblProjectStats {
    background-color: #f5f5f5 !important;
    background: #f5f5f5 !important;
}
/*.rmVertical {
    background-color: #fff !important;
    border: 1px solid !important;
    border-color: #dcdcdc !important;*/
}
.rmActive {
   background-color: red !important;
   background: red !important;
   border: 1px solid !important;
   border-color: #dcdcdc !important;
   color: red !important;
    }
.RadMenu_WebBlue .rmGroup a.rmLink:hover  {
   background: #0056b8 !important;
   color: #fff !important;
   background-image: none !important;
    }
.RadMenu_WebBlue .rmText {
    border-bottom: 1px solid !important;
    border-color: #dcdcdc !important;
    background-image: none !important;
    line-height: 28px;
}
.RadMenu_WebBlue a.rmLink {
    background-image: none !important;

}
.RadMenu_Vista a.rmDisabled {
    color: #707070 !important;
}
iframe#frameFileUpload {
    height: 400px !important;
}

/*table.riskDetailTable td
{
    min-width: 250px;
}*/

/*#ddlProduct {
    max-width: 400px !important;
}

    #ddlProduct option {
        width: 140px !important;
        max-width: 400px !important;
    }
*/

.longDDL{
    word-break: break-word !important;
}

.longDDL option {
    width: 140px !important;
    max-width: 400px !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    overflow: hidden !important;
    display: inline-block !important;
    word-break: break-word !important;
}

.ISOshown {
    width: auto;
    visibility: visible;
    display: table-cell !important;
    border: hidden !important;
}

.ISOshownLabel {
    width: 122px;
    visibility: visible;
    display: table-cell !important;
    border: hidden !important;
}

.ISOhidden {
    width: 0;
    visibility: hidden;
    display: none !important;
    border: none !important;
}

.isoTopSpaceShown {
    width: 17px;
    visibility: visible;
    display: table !important;
    border: hidden !important;
}

.isoTopSpaceHidden {
    width: 0;
    visibility: hidden;
    display: none !important;
    border: none !important;
}

.shim{
    width: 17px;
}


.col1 {
}

.col2 {

}

.isoRespPartLabelRIGHT {
    text-align: right;
    width: 122px;
}

.isoRespPartLabelLEFT {
    text-align: left;
    width: 122px;
}

@media screen and (min-width: 600px) {
    /*For Tablets*/
    .EmpNotes {
        width: 45px;
    }
    .PortalTable {
        width: 60px;
    }
}

@media screen and (min-width: 768px) {
    /*For Laptops*/
    .EmpNotes {
        width: 150px;
    }
    .PortalTable {
        width: 440px;
    }
}

@media screen and (min-width: 1280px) {
    /*For Large Laptops*/
    .EmpNotes {
        width: 250px;
    }
    .PortalTable {
        width: 300px;
    }
}

@media screen and (min-width: 1380px) {
    /*For Big TVs*/
    .EmpNotes {
        width: 300px;
    }

    .PortalTable {
        width: 400px;
    }
}

@media screen and (min-width: 1920px) {
    /*For Projectors or Higher Resolution Screens Full HD*/
    .EmpNotes {
        width: 350px;
    }

    .PortalTable {
        width: 500px;
    }
}

@media screen and (min-width: 3840px) {
    /*For 4K Displays Ultra HD*/
    .EmpNotes {
        width: 400px;
    }
    .PortalTable {
        width: 600px;
    }
}



