﻿/* DEFAULTS
----------------------------------------------------------*/

body, html {
    margin: 0px;
    padding: 0px;
    background-color: #5c5756;
    background-image: url(../Images/background.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 120% auto;
    font-family: 'Open Sans', sans-serif;
}
.backImg   
{
    /*background-image: url(../images/siu_grey_bkgrd.jpg);
    background-color: #fff;	*/
    background-image: url(../images/largeback.jpg);
    background-color: #a0a0a0;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    background-repeat: repeat-x;
    background-position: center top;
}
 #one {
        width: 900px;
        margin-left: 90px;
    }

    #two {
        display: inline-block;
        border: 1px solid;
        position: relative;
        padding-top: 20px;
        left: 0;
        width: 545px;
        height: auto;
        /*float: left;*/
        vertical-align: baseline;
    }

    #three {
        display: inline-block;
        border: 1px solid;
        position: relative;
        left: 0;
        width: 300px;
        height: 263px;
        /*float: left;*/
        padding-left: 48px;
        /*background-color: lightgray;*/
        border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    }
.Error
{
    font-size: 12px !important;
    color: red!important;
    font-weight: bold!important;
}
a:link, a:visited
{
   color: #BF1E2E !important;
    outline: 0;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
 
a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

/*h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}*/

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

/*h2
{
    font-size: 1.5em;
    font-weight: 600;
}*/

h2
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	height: 35px;
	text-align: left;
	background-image: url(../images/barback.jpg);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	color: #666666;
	width: 800px;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
}

h6
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	height: 35px;
	text-align: left;
	background-image: url(../images/barback.jpg);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	 
	color: #666666;
	 
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
}
h3
{
    font-size: 1.2em;
}

h4
{
        font-size: 0.65em;
}

h5
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 1150px !important;
    margin: 0px auto 0px auto;
    /*background-color: #fff;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 15px;*/
}

.header
{
    width: 950px;
    margin: 0px auto 0px auto;
    padding: 0px;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 0px 8px 8px 8px;
    background-color: #fff;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 0 1px 1px 1px #888;
    -khtml-box-shadow: 0 1px 1px 1px #888;
    -webkit-box-shadow: 0 1px 1px 1px #888;
    /*FOR IE*/
    -border-radius: 10px;
    -box-shadow: 0 1px 1px 1px #888;
    /*-box-shadow: 0 1px 1px 1px #888;*/
    /*behavior: url(../styles/pie.htc);*/
}

.pageContent
{
    float: left;
    width: 675px;
}

.rightCol
{
    float: right;
	height: auto;
	margin-right: 50px;
	width: 195px;
	text-align: left;
	padding: 0px;
    text-decoration: none;
	color: #EAB301;
}

.ContentRow 
{   text-align: left;
	width: 850px;
	display: block;
	margin: 5px 5px 5px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	line-height: 12px;
	background-color: #fbebaa;
	background-image: url(../images/siu_div_bkgrd.jpg);
	background-repeat: repeat-x;
	padding: 7px;
	border: 1px solid #C0C0C0;
}

.bldlft 
{   font-weight: bold;
	color: #333333;
	float: left;
	width: 130px;
	margin: 0px 10px 0px 0px;
	padding: 5px 0px 0px 0px;
	text-align: right;
	height: auto;
	line-height: 16px;
}

.bldlftGrid 
{   font-weight: bold;
	float: left;
	width: 100px;
	margin: 0px 10px 0px 0px;
	padding: 5px 0px 0px 0px;
	text-align: right;
	font-size: 11px;
}

.bldlft-rgt
{   font-weight: bold;
	color: #333333;
	float: left;
	width: 190px;
	margin: 0px 10px 0px 0px;
	padding: 5px 0px 0px 0px;
	text-align: right;
	height: auto;
	line-height: 16px;
	vertical-align: middle;
}

.bldLeftHeader
{
	font-weight: bold;
	/*color: #ff8c00;*/
	color: #666666;
	font-size: 14px;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;*/
}

.threecol {
	width: 165px;
	float: left;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 20px;
}

.footer
{    
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
	color: #black!important;
	font-size: 11px;
	height: 0px;
	text-transform: capitalize;
	font-weight: bold;
    margin: 0px auto 0px auto;
    padding: 0px;
}

#data #footer1 {
    float: left;
    background-color: #e7e6e6;
     /*background-color: red;*/
    width: 28%;
    border-radius: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    padding-top: 1%;
    padding-right: 2%;
    padding-bottom: 1%;
    padding-left: 2%;
}
#data #footer1 p strong {
    color: #BF1E2E;
    margin-right: 3px;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}
      
.myTabMenu a 
{   display: block;
    width: 83px; height: 25px;
	margin: 0px; padding-top: 10px; border: 0px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    color: #999999; /*color: #C0C0C0;*/
    background-image: url(../images/button_1.png); 
}

.myTabMenu a:hover 
{   background-image: url(../images/button_2.png);  }

.myTabMenu .selected 
{   background-image: url(../images/button_2.png);  }

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
    width:250px;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}
/*
fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}
*/
legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 300px;
    /*border: 1px solid #ccc;*/
    color: #666666;
}

.textDisplay 
{
    width: 320px;
    color: Black;
    border: 0;
    font: bold 12px Arial;
    background-color: transparent;
    padding: 5px 0px 0px 0px;
    vertical-align: middle;
    text-align: center;
}

.textDisplayLeft
{
    width: 320px;
    color: Black;
    border: 0;
    font: bold 12px Arial;
    background-color: transparent;
    padding: 5px 0px 0px 0px;
    vertical-align: middle;
    text-align: left;
}

.textLabel
{
    width: 320px;
	/*color: #333333;*/
    border: 0;
    font-weight: bold;
    background-color: transparent;
    padding: 5px 0px 0px 0px;
    vertical-align: middle;
	line-height: 16px;
}

.LevelStyles0
{
    width: 320px;
    color: Black;
    border: 0;
    font: bold 12px Arial;
    background-color: transparent;
    vertical-align: middle;
    text-align: left;
}

.LevelStyles1
{
    font: normal 12px Arial;
    padding-left: 5px;
    vertical-align: middle;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    padding: 10px 0 0 30px;    
    font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #666666;
	width: 650px;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: center;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: Verdana;
    font-weight: 700;
	color: #fff;
    background-image: url(../Images/submit.png);
    /*background-color: Gray;*/
    background-color: transparent;
    border-style: none;
    height: 40px; width: 190px;
}

.submitButtonLarge
{
    color:#08233e;float:left;
    font:2.4em Futura, ‘Century Gothic’, AppleGothic, sans-serif;
    font-size:100%;
    padding:14px;
    /*background:url(overlay.png) repeat-x center #ffcc00;
    background-color:rgba(255,204,0,1);*/
    border:1px solid #ffcc00;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    border-bottom:1px solid #9f9f9f;
    -moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
    -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
    cursor:pointer;
}

#helpphone {
	height: 30px;
	background-image: url(../images/phone.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #EAB301;
	width: 150px;
	font-size: 15px;
}
#helpfax {
	height: 30px;
	background-image: url(../images/fax.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #EAB301;
	width: 150px;
	font-size: 15px;
}
#helpemail {
	height: 30px;
	background-image: url(../images/email.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #EAB301;
	width: 150px;
	font-size: 14px;
}

.right {
	font-family: Arial, Helvetica, sans-serif;
	color: #EAB301;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

.description 
{ 
  width:auto
}
.select
{
  background-color: #71857C
}



.easypay {
    width: 90%;
    height: auto;
    margin: 0px;
    padding-top: 2%;
    padding-right: 8%;
    padding-bottom: 0px;
    padding-left: 3%;
    float: left;
}
hr.light {
    border-top-width: 1px;
    border-top-style: dotted;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: #CCC;
    clear: both;
}
#login {
    float: left;
    width: 40%;
    background-color: #FFF;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 0px;
    box-shadow: 5px 10px 25px 15px rgba(0,0,0,0.6);
    overflow: hidden;
    margin: 4% 30%;
}
#login #login-hdr {
    margin: 0px;
    padding: 2%;
    float: left;
    width: 97%;
    background-color: #e8c204;
}
#login #login-hdr img.easypay {
    width: 90%;
    height: auto;
    margin: 0px;
    padding-top: 2%;
    padding-right: 8%;
    padding-bottom: 0px;
    padding-left: 3%;
    float: left;
}
#login #login-form {
    margin: 0px;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 1%;
    float: left;
    width: 90%;
}
#hdr {
    margin: 0px;
    padding: 0px;
    float: left;
    height: auto;
    width: 100%;
    background-color: #e8c204;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.6);
}
#hdr #logo {
    float: left;
    margin: 0px;
    width: 45%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 5%;
}
#hdr #nav {
    margin: 0px;
    float: right;
    width: 45%;
    text-align: right;
    padding-top: 0px;
    padding-right: 5%;
    padding-bottom: 0px;
    padding-left: 0px;
    height: 110px;
}
#data {
    width: 92%;
     /*width: 40%;*/
    padding: 1% ;
    margin-right: auto;
    margin-left: auto;
    background-color: #FFF;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.6);
    border-radius: 15px;
    margin-top: 15px;
}
#data #title {
    margin: 0px;
    float: left;
    width: 58%;
    color: #5C5756;
    /*font-size: 35px;*/
    line-height: 15px;
    /*font-weight: 400;*/
    font-size: large;
    font-weight: bold;
    /*padding-top: 1%;*/
    padding-right: 9%;
    padding-bottom: 1%;
    padding-left: 0%;
}
#data #agency-info {
    float: left;
    background-color: #e7e6e6;
    width: 28%;
    border-radius: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    /*padding-top: 1%;*/
    padding-right: 2%;
    /*padding-bottom: 1%;*/
    padding-left: 2%;
}
#data #agency-info p strong {
    color: #BF1E2E;
    margin-right: 3px;
}
table.tbl-data {
    padding: 0px;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
}

.tbl-title {
    color: #BF1E2E;
    font-size: 10px;
    line-height: 12px;
    font-weight: 700;
    padding: 5px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #5C5756;
    border-right-width: 1px;
    border-right-style: dotted;
    border-right-color: #5C5756;
}
/*#tabs {
    padding: 0px;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    float: left;
}
#tabs .nav {
    overflow: visible;
    display: block;
}
#tabs ul {
    list-style: none;
}
#tabs .nav li {
    float: left;
    width: 250px;
    margin-right: 1%;
    margin-left: 1%;
}
#tabs .list-wrap {
       width: 80%;
    margin-top: 7%;
    /* margin-right: 10%; 
    /* margin-bottom: 4%; 
    margin-left: 5%;
}
.hide { position: absolute; top: -9999px; left: -9999px; }
#tabs ul li.nav a.current, #tabs ul li a:hover {
    color: #FFFFFF;
    background-color: #bf1e2e;
    background-image: url(../Images/shade.png);
    background-repeat: repeat-x;
    background-position: center bottom;
}
#tabs .nav li a:hover {
    text-decoration: none;
    color: #FFFFFF;
    background-image: url(../Images/shade.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-color: #999;
}
#tabs .nav li a {
    display: block;
    text-align: center;
    text-decoration: none;
    background-color: #5c5756;
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    padding: 5%;
    color: #FFF;
    border-radius: 15px;
    background-image: url(../Images/light.png);
    background-repeat: repeat-x;
    background-position: center top;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
}*/
.videoa {
    color: #5E5755;
    text-decoration: none;
    float: inherit;
    font-size: 15px;
    line-height: 12px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-image: url(../Images/video.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-top: 5px;
    /*padding-right: 5px;*/   
    padding-left: 20px;
    font-weight: 300;
}
.faqa {
    color: #5E5755;
    text-decoration: none;   
    font-size: 13px;
    line-height: 20px;   
    font-weight: 300;
    float: inherit;
    /*padding-left: 25px;*/
    padding-bottom: 5px;
}
form p.video a span {
    font-weight: 600;
}
form input.input-button {
    font-size: 14px;
    line-height: 20px;
    color: #5E5755;
    float: right;
    width: 80px;
    padding: 5px;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    background-color: #E8C204;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
}
form h1 {
    color: #5c5756;
    font-weight: 400;
    text-align: center;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 2%;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5%;
    margin-left: 0px;
    font-size: 25px;
    line-height: 30px;
}
form input.input-field {
    font-size: 18px;
    line-height: 20px;
    color: #5E5654;
    float: left;
    width: 61%;
    padding: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    background-color: #e7e6e6;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-radius: 5px;
    font-weight: 400;
}
form input.input-fieldtrans {
    font-size: 18px;
    line-height: 20px;
    color: #5E5654;
    float: left;
    width: 61%;
    padding: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    background-color: #e7e6e6;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-radius: 5px;
    font-weight: 400;
}
form label {
    color: #999;
    font-size: 17px;
    line-height: 40px;
    font-weight: 300;
    width: 30%;
    float: left;
    padding: 0px;
    text-align: right;
    margin-top: 0px;
    margin-right: 2%;
    margin-bottom: 0px;
    margin-left: 0px;
}
/*.ascendingorder {background: url("../Content/Images/Arrow_gray_up.png") no-repeat scroll right center;}
.descendingorder {background: url("../Content/Images/Arrow_gray_down.png") no-repeat scroll right center;}
.bothorder {background: url("../Content/Images/sort_both.png") no-repeat scroll right center;}*/

/*+++++++++++++++++++ Web grid Styles Start Here +++++++++++++++++++++++++*/
.webGrid 
{ 
 padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
    
    width:100%;
   
}
.gridheader 
{ 
  font-weight: bold; 
  color: #BF1E2E !important;
  /*margin-right: 10px;
  padding: 4px;*/
}
.webGrid th
{ 
 color: #BF1E2E !important;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	/*padding: 5px;*/
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5C5756;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #5C5756; 
    white-space: nowrap;
    padding: 5px 10px;

}
.webGrid td {
    padding: 5px;
	color: #5C5756;
	font-size: 13px;
	line-height: 16px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #d6d5d5;
	font-weight: 400;
  /*white-space:nowrap;*/
   white-space:normal;
  word-break:;
  /*width:30%;*/

}
.alt 
{
 background-color: #FCDADA;
}
.gridHead a:hover 
{
 text-decoration:underline;
}
.total {
	background-color: #5C5756;
	font-size: 13px;
	line-height: 13px;
	font-weight: 600;
	color: #FFF;
	padding: 8px;
}
table.tbl-data {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
table.tbl-ftr {
	margin-top: 15px;
}
table.tbl-ftr p a {
	font-size: 13px;
	text-decoration: none;
	color: #FFF;
	font-weight: 700;
	line-height: 15px;
	padding: 5px;
	display: block;
	width: 150px;
	text-align: center;
	border-radius: 5px;
}
table.tbl-ftr p a.red {
	background-color: #BF1E2E;
}
table.tbl-ftr p a.gold {
	background-color: #E8C204;
}
table.tbl-ftr p a.red:hover , table.tbl-ftr p a.gold:hover{
	background-color: #5C5756;
}
table.tbl-data td {
	color: #BF1E2E;
	font-size: 10px;
	line-height: 12px;
	font-weight: 700;
	padding: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5C5756;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #5C5756;
}
table.tbl-data tr td.sort {
	background-image: url(Images/sort.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 25px;
	padding-left: 5px;
}
table.tbl-data tr td.tbl-title select {
	color: #BF1E2E;
	font-size: 10px;
	line-height: 12px;
}
table.tbl-data tr td.tbl-txt {
	padding: 5px;
	color: #5C5756;
	font-size: 13px;
	line-height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d6d5d5;
	font-weight: 400;
}
table.tbl-data tr td.comments {
	padding: 5px;
	color: #5C5756;
	font-size: 11px;
	line-height: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d6d5d5;
	font-weight: 400;
}
table.tbl-data tr td.row {
	background-color: #fcf6da;
}
table.tbl-data tr td.last {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5C5756;
}
table.tbl-data tr td.total {
	background-color: #5C5756;
	font-size: 13px;
	line-height: 13px;
	font-weight: 600;
	color: #FFF;
	padding: 8px;
}
table.tbl-data tr td.all {
	font-size: 12px;
	line-height: 12px;
	font-weight: 600;
	color: #E8C204;
}
table.tbl-data tr td.total span {
	color: #E8C204;
}
p.copyright {
	padding: 2%;
	width: 96%;
	text-align: center;
	font-size: 10px;
	line-height: 12px;
	font-weight: 600;
	color: #FFF;
	opacity:0.5;
}
.hyperlink{
	font-size: 13px;
	text-decoration: none;
	color: #FFF !important;
	font-weight: 700;
	line-height: 15px;
	padding: 5px;
	/*display: block;*/
	width: 150px;
	text-align: center;
	border-radius: 5px;
}


.red {
	background-color: #BF1E2E;
}
.gold {
	background-color: #E8C204;
}
.gray
{
    background-color: #736F6E;
}

 hyperlink:hover{
	background-color: #5C5756;
}


 .ui-widget.ui-dialog-titlebar {
    font-size: 62.5%;
    background-color: #BF1E2E !important;
    color: #FFF !important;
    border: 1px solid #aaaaaa; 
}

.ui-widget.ui-dialog-titlebar.ui-widget.ui-widget-header {
     border: 1px solid #aaaaaa; 
    background-color: #BF1E2E !important; 
    color: #FFF !important;
     font-weight: bold; 
}

.ui-widget {
    font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
    font-size: 1.1em/*{fsDefault}*/;
}

.noclose .ui-dialog-titlebar-close
{
    display:none;
}

.ui-icon.ui-icon-myCloseButton{
    background-image: url(../Images/dialog_cancel.png) !important;
        width: 15px!important;
    height: 20px!important;
}
 /*-----------------start For Report Page grid------------------------*/
.webGridReport 
{ 
 padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
    width:165%;
}

.webGridReport  th
{ 
 color: #BF1E2E !important;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	padding: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5C5756;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #5C5756; 
    white-space: nowrap;
}
.webGridReport  td {
    padding: 5px;
	color: #5C5756;
	font-size: 13px;
	line-height: 16px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #d6d5d5;
	font-weight: 400;
  white-space:nowrap;
  word-break:break-all;
  /*width:30%;*/
}

.gridheaderReport 
{ 
  font-weight: bold; 
  color: #BF1E2E !important;
}
.altReport 
{
 background-color: #FCDADA;
}
/*---------------end For Report Page grid------------------------*/
.wrapping
{
    white-space:nowrap!important;
}


/*written by venkat, for print partial part of the page*/


@page
{
size: auto; /* auto is the initial value */
margin: 6mm; /* this affects the margin in the printer settings */
}

@media screen {
  #printSection {
      display: none;
  }
}

@media print {
  body * {
    visibility:hidden;
  }
  #printSection, #printSection * {
    visibility:visible;
  }
  #printSection {
    position:absolute;
    left:0;
    top:0;
    /*position: fixed;*/
    /*overflow: auto;*/ 
     width: 100%;
     height: 100%;
     z-index: 100000;
  }


   #Header, #Footer { display: none !important; }
}



/*@media(min-width:768px){
    .container {
     max-width: 700px;
  }
}
@media(min-width:992px){
    .container {
     max-width: 900px;
  }
}
@media(min-width:1200px){
    .container {
     max-width: 1100px;
  }
}*/

.no-gutter [class*="-2"] {
    padding-left:0;
}

