/* Import styles for calendar used in date/datetime custom fields */
/*@import "https://helpdesk.reliablereports.com/static/js/jscal2/css/jscal2.css";*/

/* Import styles for calendar used in date/datetime custom fields */
@import "https://helpdesk.reliablereports.com/static/js/datetimepicker/css/mobiscroll.jquery.min.css";
@import "https://helpdesk.reliablereports.com/static/js/popup/css/mobiscroll.jquery.min.css";

* { 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
}

body {
    margin: 0;
    padding: 0;
    text-align: center;
    /*background: #d8dddf url(https://helpdesk.reliablereports.com/portal/images_grey/bg.png) 0 0 repeat-x;*/
    background: #fff border-box 0 0 repeat-x;
    color: #484848;
    font-family: Arial, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

a:link, a:active, a:visited {
    color: #105ea1;
    text-decoration: none;
}

a:hover {
    color: #0679da;
    text-decoration: none;
}

p {
    font: 13px/18px;
}

h1 {
    color: #2E2E2E;
    margin: 10px 0 5px 0;
    font: bold;
    line-height: 28px;
}

h2 {
    color: #2E2E2E;
    font: bold 20px/24px;
    padding: 0;
    margin: 10px 0 0;
}

h3 {
    color: #494949;
    font: bold 14px/12px;
    padding: 0;
    margin: 0;
    margin-bottom: 2px;
}

h4 {
    color: #666666;
    font: bold 12px/12px;
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

h5 {
    font: bold 12px/12px;
    margin-bottom: -10px;
}
/*
a:link
{
	color: #f57935;
	text-decoration: none;
}

a:visited
{
	color: #666;
	text-decoration: none;
}

a:hover
{
	color: #ff8000;
	text-decoration: none;
}
*/
img {
    border: 0;
}

.subheading {
    margin-bottom: 15px;
    line-height: 120%;
}


/*#btn-cnl {
    background-color: transparent;
    background-repeat: no-repeat;
    color: #2986d6;
    border: none;
    font: normal 16px;
    padding: 10px 20px;
    cursor: pointer;
    overflow: hidden;
    outline: none;
}

    #btn-cnl:hover {
        text-decoration: underline;
        color: #3761bd;
    }*/

#btn-submit {
    color: #fff;
    background-color: #3761bd;
    /*font: bold 16px;*/
	font-weight: bold;
    padding: 10px 20px;
}

    #btn-submit:hover {
        background-color: #2f56ad;
        cursor: pointer;
    }

/*Login*/
/*.div-login {
    border: 0;
    border-radius: 5px;
    background-color: #dedede;
    padding: 200px;
}

.tbl-login {
    border: 1px solid #bababa;
    border-radius: 5px;
    background-color: #fff;
    padding: 20px;
    margin-left: auto;
    margin-right: 50%;
}*/

/* Container, Body, Navigation bar & Side bar */

#container {
	display:inline-block;
    /*width: 960px;*/
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: transparent;
    text-align: left;
    clear:both;
	position:relative;
}

#nav-bar {
    background-color: #fff;
    border-bottom: 1px solid #555;
    height: 60px; /*img-logo height + (#img-logo padding x 2)  60px*/
    position: fixed;
	top:0;
    width: 100%;
    z-index: 999;
}


#img-logo,#img-logo,#img-logo {
    height: 50px !important;
    float: left;
    padding: 5px;
}

    #img-logo:hover {
        cursor: pointer;
        /*background-color: #001433;*/
    }

#div-loginbar {
    background-color: transparent;
    float: right;
    font-size: 14px;
    line-height: 30px;
    max-height: 60px;
    padding: 0 10px;
}

#content2col {
    background: none repeat scroll 0 0 #fff;
    font: 12px;
	margin-left: 200px;
    /*min-height: 800px;*/
    /*padding: 5px 10px 0px 20px;*/
	position: relative;
}

#content2col, .nav-side-bar {
    margin-top: 61px; /*nav-bar height + nav-bar border width*/
    min-height: 90vh;
    padding: 5px 10px 100px 20px;
}

.nav-side-bar {
    width: 200px; /*200px;*/
    background-color: #f1f1f1;
    /*padding: 20px 10px 0 10px;*/
	padding-top: 20px;
    position: fixed;
	
	/*white-space: nowrap;
	wordwrap: keep-all;*/
}

    .nav-side-bar ul, .nav-side-bar li {
        color: #000;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .nav-side-bar a {
        display: block;
        color: #000;
		margin-bottom: 15px;
        padding: 10px;
        text-decoration: none;
        border-radius: 5px;
    }

        .nav-side-bar a.active {
            background-color: #f1f1f1;
            color: #000;
        }

        .nav-side-bar a:hover:not(.active) {
            background-color: #18518c; /*#4CAF50;*/
            color: white;
        }

        .nav-side-bar a:hover {
            background-color: #18518c;
            color: white;
            text-decoration: none;
        }

        .nav-side-bar .sub-nav {
            background-color: #f1f1f1;
            display: none;
            font-size: 14px;
            padding: 0 0 0 5%;
        }

            .nav-side-bar .sub-nav a {
                color: #555;
            }

            .nav-side-bar .sub-nav a:hover {
                color: blue;
                cursor: pointer;
                background-color: transparent;
                text-decoration: underline;
            }

/*
div.content {
    margin-left: 200px;
}

@media screen and (max-width: 700px)
{
    .nav-side-bar {
        width: 100%;
        height: auto;
        position: relative;
    }

        .nav-side-bar a {
            float: left;
        }

    div.content {
        margin-left: 0;
    }
}
*/

@media screen and (max-width: 400px) {
    .nav-side-bar a {
        text-align: center;
        float: none;
    }
}

/* Navbars */
/*.navBar {
    margin: 0 0 10px 0px;
    padding: 0;
}

    .navBar li {
        color: #ECEBE2;
        display: block;
        font: italic 14px/20px Georgia,Times New Roman,Times,Serif;
        list-style-type: none;
        margin: 0 0 0 20px;
        padding: 2px 0;
    }

    .navBar a:link, .navBar a:visited {
        padding: 0 0 6px 0px;
        text-decoration: none;
        color: #ECEBE2;
    }

        .navBar a:link.navOn, .navBar a:visited.navOn, .navBar a:hover.navOn {
            padding: 0 0 6px 0;
            text-decoration: none;
            color: #ECEBE2;
        }

    .navBar a:hover {
        padding: 0 0 6px 0px;
        text-decoration: none;
        color: #fd9155 !important;
    }

    .navBar a:visited {
        color: #ECEBE2;
    }*/

/*Subnav*/
/*.subnavBar {
    margin: 0 0 0 0;
    padding: 0;
}

ul.navBar {
    background: transparent url(https://helpdesk.reliablereports.com/portal/images_grey/inset.png) bottom center repeat-x;
    padding-bottom: 15px;
}

.subnavBar li {
    font: 12px/20px;
    margin: 4px 20px;
    padding: 4px 10px;
    display: block;
    color: #3163ce;
    background: #262626;
    list-style-type: none;
}

.subnavBar a:link, .subnavBar a:visited {
    padding: 0;
    text-decoration: none;
    color: #f57935;
}

    .subnavBar a:link.navOff, .subnavBar a:visited.navOff {
        font-weight: normal;
        padding: 0;
        text-decoration: none;
        color: #f57935;
    }

.subnavBar a:hover.navOff {
    font-weight: normal;
    padding: 0;
    text-decoration: none;
    color: #fff;
}

.subnavBar a:link.navOn, .subnavBar a:visited.navOn, .subnavBar a:hover.navOn {
    font-weight: normal;
    padding: 0;
    text-decoration: none;
    color: #fff;
}

.subnavBar a:hover {
    padding: 0;
    text-decoration: none;
    color: #fff;
}

.subnavBar a:visited {
    color: #f57935;
}*/


#banner {
    background-color: transparent;
    color: #FFFFFF;
    font-family: Georgia,Times New Roman,Times,Serif;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 0;
    /*padding: 26px 2px 20px 8px;*/
    text-align: left;
    text-shadow: 0 1px 0 #292929;
}


/*#leftSidebar {
    float: right;
    width: 190px;
    margin: 40px 0 40px 0;
    padding: 20px 0;
    height: 100%;
    /*display: inline;*/
    background: #3163ce; /*#2e2e2e #3761bd;  #3163ce*/
    /*outline: 4px solid rgba(46, 46, 46, .2);*/
    background: #ccc;
    height: 100vh;
}*/

select {
    /*background: #fbfdff url(https://helpdesk.reliablereports.com/portal/images_grey/form-bg.png) top left repeat-x;
    border: 1px solid #c9d2d7;
    padding: 2px;
    font-size: 14px;
    margin: 5px 5px 5px 0;*/
}

/*input[type="text"], textarea {
    background: #fbfdff url(https://helpdesk.reliablereports.com/portal/images_grey/form-bg.png) top left repeat-x;
    border: 1px solid #c9d2d7;
	border-radius: 3px;
    padding: 5px;
    font-size: 14px;
    margin: 5px 0;
}*/

#footer {
    /*background: #2f3029 url(https://helpdesk.reliablereports.com/portal/images_grey/footer-bg.png) 0 0 repeat-x;*/
    /*background: #18518c border-box 0 0 repeat-y;*/
    background-color: #fff;
    clear: both;
    color: #999999;
    font: 12px/14px;
    margin: 0;
    /*padding: 10px;*/
    text-align: center;
    /*width: 903px;*/
    width: 100%;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /*border: 4px solid #BCC0C2;*/
    min-height: 50px;
	bottom:0;
	position: fixed;
	z-index: 998;
}

    #footer a {
        color: #fff;
        text-decoration: underline;
    }

    #footer strong {
        color: #FFFFFF;
        font-size: 11px;
        font-weight: normal;
    }

    #footer input[type="text"] {
        color: #7D8390;
        /*font-family: Georgia,Times New Roman,Times,Serif;*/
        font-size: 16px;
        height: 15px;
        margin: 0 25px 0 15px;
        padding: 7px;
        width: 430px !important;
        float: left;
    }

    #footer select#area {
        float: left;
        margin-top: 8px;
        width: 250px !important;
        margin-right: 10px;
    }

    #footer input[type="submit"] {
        background: #484848;
        padding: 6px 30px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border: none;
        border-radius: 3px;
        color: #ffffff;
        font-size: 18px;
        /*font-family: Georgia,Times New Roman,Times,Serif;*/
        text-decoration: none;
        vertical-align: middle;
        font-weight: normal;
        cursor: pointer;
        margin-left: 15px;
        font-style: italic;
        float: left;
        margin-top: 0px;
    }

        #footer input[type="submit"]:hover {
            background: #5c5c5c;
        }

#helpspot-link {
    font-size: 13px;
    margin-bottom: 40px;
    font-weight: normal;
    text-shadow: 0px 1px #fff;
    padding-bottom: 40px;
}

.hilite2col {
    background: #fffecc;
    border: 1px solid #cecece;
    width: 100%;
    /*
	display: block;
	float: left;
	clear: left;
	*/
    margin: 0 0 10px 0;
}

    .hilite2col p {
        margin: 3px 14px 3px 14px;
    }

.fieldset {
    padding: 10px;
    border: 1px solid #ccc;
}

legend {
    color: #434951;
    font-size: 14px;
    font-weight: bold;
}



/* Phone Nav */
.phonenavBar {
    margin: 0 0 10px 0;
    padding: 10px 0 0;
}

    .phonenavBar li {
        color: #ecebe2;
        display: block;
        /*font-family: Georgia,Times New Roman,Times,Serif;*/
        font-size: 18px;
        font-style: italic;
        font-weight: normal;
        list-style-type: none;
        margin: 0 0 0 20px;
        padding: 0;
        background: none;
    }

.phoneNum {
    color: #ecebe2;
    font: 14px;
    margin: 10px 5px;
    display: block;
}

.phonenavBar .subnavBar {
    margin: 0;
}

.forumtable tr {
    min-height: 18px;
    clear: both;
}

/* Row Data */
tr.rowOn td:first-child {
    /*background: url("https://helpdesk.reliablereports.com/portal/images_grey/arrow.png") no-repeat scroll 4px 13px transparent;*/
}

tr.rowOff td:first-child {
    /*background: url("https://helpdesk.reliablereports.com/portal/images_grey/arrow.png") no-repeat scroll 4px 13px transparent;*/
}

tr.rowOn:hover td:first-child, tr.rowOff:hover td:first-child {
    /*background: #e8edf0 url("https://helpdesk.reliablereports.com/portal/images_grey/arrow-blue.png") no-repeat scroll 6px 13px;*/
}

.row-req-hist:hover td {
	background-color: #e8edf0;
}

.row-req-hist:hover td:first-child , .row-req-hist:hover td:first-child + td{
	cursor: pointer;
}

tr.rowOn td {
    border-top: 1px solid #DADADA;
    padding: 8px 0 8px 30px;
    height: 18px;
}

tr.rowOff td {
    border-top: 1px solid #DADADA;
    padding: 8px 0 8px 30px;
    height: 18px;
}


/* KB */
.kbtoc {
    font-size: 14px;
    line-height: 120%;
    list-style-type: none;
    padding-left: 0px;
    margin-left: 0px;
}

    .kbtoc li {
        padding: 2px;
    }

.kbtocpage {
    font-size: 14px;
    line-height: 140%;
    list-style-type: none;
}

.kbhighlight {
    background-color: #ffff99;
}

.kbextralist {
    margin: 3px;
    list-style-type: none;
    line-height: 160%;
}

.page-kb .rowOn {
    background: none;
    padding: 10px;
}

.page-kb .rowOff {
    background: none;
    padding: 10px;
}

/* */
div.datarow {
    display: block;
    margin: 10px 0 40px;
    overflow: auto;
    padding: 0;
}

    div.datarow span.left {
        float: left;
        text-align: left;
        width: 49%;
    }

    div.datarow span.right {
        float: right;
        text-align: right;
        width: 49%;
    }

.nextprev {
    font-size: 12px;
}

.helpful {
    padding: 15px;
    text-align: right;
}

.sticky {
    font-size: 10px;
    color: red;
}

.formbuttondiv {
    clear: both;
    padding: 0;
}

.formbox {
    padding-top: 20px;
}

.forumlabel {
    color: #060;
    font-weight: bold;
}

.forumtable {
    float: right;
    font-size: 13px;
    margin-bottom: 20px;
    width: 660px;
    border-bottom: 1px solid #DADADA;
}

.datalabel {
    color: #31363C;
    font-size: 14px;
    line-height: 120%;
    font-weight: bold;
}

.guidelabel{
    color: #31363C;
    display:inline-block;
    font-size: 14px;
	padding-left: 10px;
}

.captcha_label {
    color: #000;
    font-size: 14px;
    border: 1px solid #A51B12;
    padding: 3px 10px 3px 10px;
}

.forumoption {
    color: #434951;
    font: bold 14px/14px;
    padding: 0;
    margin: 0;
    margin-bottom: 2px;
    border-bottom: 1px dotted #D7DBDE;
    width: 660px;
    padding: 10px 0 5px;
}

.forumform {
    padding-top: 20px;
    clear: both;
    width: 75%;
}

.requestwrap {
    width: 638px;
    /*width: 100%;*/
}

.requestpadwrap {
	color: #000;
    padding: 8px 0 8px 0px;
	width: 100%;
}

.requestpadwrap .requestpad {
	background-color: #fff;
	border-radius: 5px;
	overflow:hidden;
    padding: 8px 0 10px 10px;
	/*width: 80%;*/
}

    .requestpadwrap .requestpad img {
        max-width: 100%;
        height: auto;
    }

.error {
    color: #A51B12;
}

.required {
    color: #f57935;
}

.bold {
    font-weight: bold;
}

.namedate {
    color: #111;
    font-weight: bold;
    font-size: 14px;
}

.score {
    text-align: right;
    font-weight: bold;
    padding-right: 10px;
}

pre {
    font: 100% courier,monospace;
    overflow: auto;
    overflow-x: auto;
    width: 90%;
    padding: 1em 1em 1em 1em;
    color: #000 background: none repeat scroll 0 0 #ECF0F1;
    border: 1px solid #E0E3E4;
}

.initsubject {
    color: #7F7F7F;
}

.request_summary {
    display: block;
    word-break: break-all;
    padding-right: 20px;
}

.page-request-history td {
    padding: 8px;
    vertical-align: top;
}

.feedback_box_error {
    background: none repeat scroll 0 0 #F5E2E1;
    border: 1px solid #DBB4B2;
    color: #A51B12;
    font-weight: bold;
    padding: 10px;
}

.feedback_box_positive {
    background: none repeat scroll 0 0 #EBF5E1;
    border: 1px solid #B7D29C;
    color: #61872F;
    font-weight: bold;
    padding: 10px;
}

.sending_note {
    color: red;
}

.calendar_input {
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    text-align: bottom;
    cursor: pointer;
    padding-left: 34px;
    border: 1px solid #BBBBBB;
    background-color: #fff;
}

.calendar_btn {
    position: absolute;
    top: 1px;
    left: 2px;
    height: 24px;
    width: 24px;
    background: transparent url(https://helpdesk.reliablereports.com/portal/images/calendar.png) no-repeat left top;
}

hr {
    border: none;
    border-bottom: 1px solid #D7DBDE;
    height: 1px;
    width: 100%;
}

.button, input[type="submit"], input[type="button"] {	
    color: #fff;
    background-color: #3761bd;
    font-style: normal;
    font: bold 14px;
    padding: 8px 20px;
    border: none;
    border-radius: 3px;
	
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

    .button:hover, .button:active, input[type="submit"]:hover, input[type="button"]:hover {
        background: #2f56ad;
		color: #fff;
		cursor: pointer;
    }

#content2col textarea, textarea, input[type="text"], input[type="password"], input[type="email"], input[type="tel"], select {
	  /*background: #fbfdff url(https://helpdesk.reliablereports.com/portal/images_grey/form-bg.png) top left repeat-x;*/
    border: 1px solid #c9d2d7;
	border-radius: 3px;
    padding: 6px;
    font-size: 16px;
    margin: 5px 0;
}

#content2col textarea, textarea {
    font-family: Arial, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    padding: 14px;
}

	#content2col input, #content2col select {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
				 max-width: 100%;
	
	}
	
	#content2col input[type="submit"], #content2col input[type="button"] {
		min-width: 1px;
	}
	
	#content2col #txt-update {
		color: #222;
	}
	
	#content2col input[type="file"]:hover {
		cursor: pointer;
	}
	
    input:focus, textarea:focus, select:focus {
        outline: none;
    }

.page-search input[type="text"] {
    width: 200px !important;
}

.page-search #area {
    margin: 0 15px 0 5px;
}

.tag-block-home {
    border-top: 1px solid #DADADA;
}

.tag-block-page {
    margin: 0px;
    padding-left: 42px;
}

.tag-block a {
    display: inline-block;
    height: 26px;
    line-height: 26px;
}

.tag-sep {
    font-size: 11px;
    color: #ccc;
}

.tag-table {
    font-size: 13px;
    width: 100%;
    margin: 15px 0 20px 0;
    border-bottom: 1px solid #DADADA;
}

    .tag-table td {
        padding: 0;
    }

.tag-header {
    margin-bottom: 30px;
}


.nowrap {
    width: 1px;
    white-space: nowrap;
    word-break: keep-all;
}

#table-req-hist {
	margin-right: 0 50px;
	width: 100%;
}

	#table-req-hist td {
		vertical-align: middle;
		/*white-space: nowrap;*/
		word-break: keep-all;
	}

	#table-req-hist tr:nth-child(even) {
		background-color: #fafafa;
	}

.div-req-subj {
    /*width: 100%;*/
}

.div-req-subj a {
    font-size: 14px;
    /*font-weight: bold;*/
}

    .div-req-subj:hover {
        cursor: pointer;
        text-decoration: none;
    }
	
    .div-req-subj:hover td {
        color: red;
		display:none;
    }

.span-req-open {
    background-color: #4bb354;
}

.span-req-closed {
    background-color: #2460ed;
}

.span-req-waiting {
    background-color: #c70007;
}

.span-req-other {
    background-color: #ccaa00;
}

.span-req-open, .span-req-closed, .span-req-waiting, .span-req-other {
    color: #ffffff;
    border-radius: 2px;
    font-size: 14px;
    letter-spacing: 1.2px;
    padding: 4px;
}

#btn-new-req {
    color: #fff;
    background-color: #18518c;
    border: 1px solid #18518c;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
}

    #btn-new-req:hover {
        background-color: #134cad;
        cursor: pointer;
    }

    #btn-new-req:active, #btn-new-req:focus {
        outline: none;
    }

.col-req-1 {
	padding-bottom: 20px;
}
	.col-req-1 label {
		color:#888;
	}
	
	.col-req-1 .guidelabel {
	}
	
	.col-req-1 li {
        list-style-type: none;
	}
	
	.col-req-1  input, .col-req-1 select {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
				 min-width: 300px;
				 /*max-width: 100%;*/
	
	}
	
.dropdown-content div {
}
	.dropdown-content ul {
		padding-left: 0;
		height: auto;
		max-height: 300px;
		width: 250px;
		overflow-x: hidden;
		overflow-y: auto;
	}
	
	.dropdown-content ul li {
		background-color:transparent;
		border: 1px solid #fff;*
		color: #000;
		cursor: pointer;
		display: block;
		font: normal 18px;
        list-style-type: none;
		white-space: nowrap;
	}

		.dropdown-content ul li:hover {
			background-color: #006ae3;
			color: #fff;
			cursor: pointer;
			border: 1px solid #0060cf;
			border-radius: 3px;
		}

.hover-pointer:hover {
	cursor: pointer;
}

/*Request Page*/
#div-request-category {
}
.table-category {
    /*white-space: nowrap;*/
    table-layout: auto;
}

.td-category {
	padding-right: 20px;
	vertical-align: top;
	white-space: nowrap;
	width:1px;
}

.td-subcategory {
	display: none;
	padding-left: 20px;
	vertical-align:top;
	white-space: nowrap;
	width: 70%;
}

/* Category links */
#div-category-list {
    margin: 0;
    padding-right: 20px;
    width: 100%;
}

    #div-category-list li {
        color: #205081;
        font: bold 16px;
        line-height: 2.7;
        list-style-type: none;
        /*padding-bottom: 25px;*/
        transition: padding ease 0.4s;
    }

        #div-category-list li:hover {
            background-color: #f9f9f9;
            border-radius: 4px;
            color: #ee4848;
            cursor: pointer;
            /*padding-left: 10px;*/
        }


.span-category-options {
    color: #205081;
    font: 16px;
    line-height: 1.5;
}

    .span-category-options:hover {
        cursor: pointer;
        text-decoration: underline;
    }

#request-detail-category {
    color: #205081;
    font: 16px;
}
    #request-detail-category:hover {
        cursor: pointer;
        /*text-decoration: underline;*/
    }

#request-detail-subcategory {
    color: #000;
    font: 16px;
}
 
 
 
 .btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover/*,
.btn-link:focus*/ {
	cursor:pointer;
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

 
 
@media print {
	
	.req-chck-main {
		max-width: 99% !important;
		width: 99% !important;
	}
	
	#content2col {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}
	
	#div-loginbar
	, .nav-side-bar
	, .req-chck-main-updt
	, .req-chck-side
	, #footer	
	{
		display:none;
	}
	
	#nav-bar 
	{
		position: absolute;
	}
	
	@page {
    size: auto;   /* auto is the initial value */
    margin: 0;  /* this affects the margin in the printer settings */
	}

}