.clear {
	clear:both;
	font-size:0.01em;
	height:0;
	line-height:0;
	width:0;
}

#your-profile .grey-background:after,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#your-profile .grey-background,
.clearfix {
    zoom: 1;     /* triggers hasLayout */
    display: block;     /* resets display for IE/Win */
}

.center{
	width: 960px;
	margin: 0 auto;
}

.center2{
	width: 600px;
	margin: 0 auto;
}

.no-top-margin {
    margin-top:0;
}

.no-bottom-margin {
    margin-bottom:0;
}

.left{
	float: left;
}

.right{
	float: right;
}

.bold{
	font-weight: bold;
}

.underline{
  text-decoration: underline;
}

.required{
  color: #D61E15;
  font-size: 12px;
}

.color-available {
    color: #078736;
}

.color-unavailable {
    color: #D61E15;
}

/* Classes for Font Awesome action elements: delete, etc */
.control {
    font-family:FontAwesome;
    font-weight: normal;
    font-style: normal;
}

.control.type-2 {
    color: #D61E15;
    font-size: 18px;
}

textarea:disabled, 
input[type="text"]:disabled,
input[type="checkbox"]:disabled,
input[type="radio"]:disabled,
select:disabled {
    background-color:#ebebe4;
}

.control.delete:before {
    content: "\f00d";
}

.grey-background{
  background: #F2F5F8;
  padding: 5px;
}

.error-background{
  background: #F2F5F8;
  padding: 10px;
  color: #D61E15;
}

a{
	color: #00A399;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	outline: none;
}

body{
	font-family: 'Helvetica Neue',Arial,'Liberation Sans',FreeSans, sans-serif;
	margin: 0;
	padding: 0;
	color: #31373E;
	background: #ffffff;
	font-size: 15px;
	font-weight: 500;
}

ul,
li{
	
	margin: 0;
	padding: 0;
}

ul li {
    list-style: none;
}

.warning1{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    font-style: italic;
    color : #E2AF1B;
    text-align: center;
    width: 100%;
}

.success1{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    font-style: italic;
    color : #078736;
    text-align: center;
    width: 100%;
    margin: 10px 0;
}
.blank-page .success1 {
    margin:50px 0;
}
h1{
	color: #00A399;
	font-size: 22px;
	font-weight: bold;
	margin-top:10px;
}

h1.confirmation {
    margin-top:40px;
    text-align: center;
}

h2 {
	color:#1D252D;
	font-size:18px;
	font-weight:bold;
}

h3 {
    color:#1D252D;
    font-size:16px;
    font-weight:bold;
}

h5 {
    color:#1D252D;
    font-size:12px;
    font-weight:bold;
}

img{
	border: none;
}



hr{
  border: none;
  border-bottom: 1px solid #ECECEC;
}


.green-button{
	background: #078736;
	text-shadow: 1px 1px #066C2B;
	border: 1px solid #066C2B;

}

.red-button{
	background: #D61E15;
	text-shadow: 1px 1px #AB1811;
	border: 1px solid #AB1811;

}

#header-top .center{
	min-width: 960px;
	position: relative;
	height: 80px;
}

#header-top #header-left{
	width: 100%;
	text-align: center;
        margin-top: 10px;
}

#header-top #header-right{
	width: 400px;
	position: absolute;
	right: 0;
	top: 10px;
}


#header-bottom .center{
	width: 960px;
}


#header-top{
	background-color:#003865;
        background: -moz-linear-gradient(top, #003865 0%, #00A399 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#003865), color-stop(100%,#00A399)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #003865 0%,#00A399 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #003865 0%,#00A399 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #003865 0%,#00A399 100%); /* IE10+ */
        background: linear-gradient(to bottom, #003865 0%,#00A399 100%); /* W3C */
	font-size: 15px;
}

#logo{
	background: url(../images/asigra-logo/asigra-logo-rgb.svg) 0 0 no-repeat;
	width: 173px;
	height: 54px;
	display: block;
	text-indent: -9999px;
	float: left;
	margin-top: 3px;
}

#welcome{
	color: #ffffff;
	text-align: right;
	font-size: 13px;
	margin: 5px 0;
	float: right;
	width: 400px;
}

#nav-top{
	margin: 5px 0;
	float: right;
}

#nav-top ul{
	float: left;
}

#nav-top ul li{
	float: left;
	border-left: 1px solid #D0D3D4;
	padding: 0 10px;
}

#nav-top ul li:first-child{
	border-left: none;
}


#nav-top select{
	float: left;
	font-weight: bold;
}


#header-bottom{
	background-color:#A2AAAD;
        background: -moz-linear-gradient(top, #5B6770 0%, #A2AAAD 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5B6770), color-stop(100%,#A2AAAD)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #5B6770 0%,#A2AAAD 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #5B6770 0%,#A2AAAD 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #5B6770 0%,#A2AAAD 100%); /* IE10+ */
        background: linear-gradient(to bottom, #5B6770 0%,#A2AAAD 100%); /* W3C */
	height: 38px;
}





#nav ul{
	float: left;
	border-left: 1px solid #31373E;
	border-right: 1px solid #1D252D;
	z-index: 40;
}

#nav li{
	float: left;
	border-left: 1px solid #D0D3D4;
        border-right: 1px solid #A2AAAD;
}

#nav li:hover, #nav li.sfhover{
	background: #0C5F78;
}

#nav li a {
    color:#fff;
}

#nav li:hover a, #nav li.sfhover a{
	color: #ffffff;
}

#nav li ul{

	border-left: none;
	border-right: none;
}

#nav li li{
	background: url(../images/nav_border_top.png) 0 0 repeat-x #0C5F78;
	border-left: none;
	border-right: none;
}

#nav li li:hover, #nav li li.sfhover{
	background: url(../images/nav_border_top.png) 0 0 repeat-x #00858B;
}

#nav li a.parent{
	background: url(../images/right_arrow.png) 180px center no-repeat transparent;
}


#nav a{
	display: block;
	padding: 10px 15px 0;
	height: 28px;
	text-align: center;
}


#nav li ul{
	position: absolute;
	width: 200px;
	left: -999em;
	background: #00A399;
}



#nav li ul a{
	width: 185px;
	color: #ffffff;
	text-align: left;
        height: 100%;
        padding: 10px;
}

#nav li:hover ul{
	left: auto;
}


#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li ul ul {
	margin: -38px 0 0 200px;
}

#breadcrumb{
	color: #00A399;
	border-bottom: 1px solid #F2F5F8;
	padding: 5px 0;
}

#main{
	margin: 0 10px;
}

#breadcrumb a{
	text-transform: uppercase;
	font-size: 11px;
}

#breadcrumb{
	margin: 0 0 10px 0;
}


#columns .column{
	width: 310px;
}

#columns #column-middle{
	margin: 0 325px;
	float: none;
	width: auto;
}

#columns #column-right{
	float: right;
}

.header{
	background: #31373E;
	padding: 0 5px;
	height: 30px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.header h2{
	margin: 5px 0 0;
	color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	width: 200px;
	float: left;
}

.header .right{
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	float: right;
	margin: 4px 0 0;
}




#columns .column{
	float: left;
}




#footer{
	margin: 10px 10px 100px;
}


#footer #footer-top{
	background: url(../images/footer_top_bg.png) 0 0 repeat-x;
	border-top: 1px solid #F2F5F8;
	border-bottom: 1px solid #D0D3D4;
	height: 55px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	top: 2px;
}


#footer #footer-top a{
	padding: 0 10px;
	border-left: 1px solid #00858B;
}

#footer #footer-top a:first-child{
  border-left: none;
}

#footer #footer-top .downloads{
	border-right: 1px solid #F2F5F8;
}

#footer #footer-top .contact-support{
	border-left: 1px solid #CCEDEB
}

#footer #footer-top .left{
    font-size: 12px;
    padding: 22px 10px 15px;
	background: url(../images/footer_border.png) 0 0 no-repeat;
}

#footer #footer-top .right{
	padding: 8px 0 5px;
	background: url(../images/footer_border.png) top right no-repeat;
	width: 118px;
}

#footer #footer-bottom{
        background-color:#003865;
	text-align: center;
        font-size: 12px;
	color: #ffffff;
	border-top: 1px solid #002D51;
	padding: 13px 20px;
}

.two-column #columns #column-middle{
	margin-right: 0;
}

#form-wrapper table{
    width: 100%;
    padding: 0 10px;
}


#form-wrapper table td{
    font-weight: normal;
    vertical-align: top;
    padding: 10px 10px 10px 5px;
}

#form-wrapper table td,
#form-wrapper table td a {
    font-size:12px;
}

#form-wrapper table table td{
    font-weight: normal;
    vertical-align: middle;
    padding: 0px 0px;
}

#form-wrapper table td.title{
    font-weight: bold;
}

#form-wrapper #submit-wrapper{
    text-align: left;
    margin: 20px 0 0;
}

#new-form-wrapper table{
	width: 100%;
}

#new-form-wrapper .odd{
	background: #F2F5F8;
}

#new-form-wrapper .even{
	background: #ffffff;
}

#new-form-wrapper table td{
	font-weight: normal;
    font-size: 12px;    
	vertical-align: top;
	padding: 5px 5px 10px;
}

#new-form-wrapper table td.title{
	font-weight: bold;
}

#new-form-wrapper #submit-wrapper .button{
	display: inline;
}

#new-form-wrapper #submit-wrapper{
	text-align: right;
	margin: 20px 20px 0;
}

#asigra-table table{
    width: 100%;
    border-spacing: 1px;
    padding: 0;
}

#asigra-table table th{
    background: #002D51;
    color: #ffffff;
    text-align:center;
}

#asigra-table table tr td, #asigra-table table tr th{
    padding: 5px;
}

#asigra-table table .edit, #asigra-table table .delete{
    text-align: center;
}

#asigra-table tr.highlighted td {
    font-weight:bold;
}

.theme-image{
	float: left;
}

#sales-group-design-theme-wrapper .theme-image {
	margin: 5px;
}

.small-label {
	font-size:12px;
	font-weight:normal;
}

label {
	display:block;
	font-size:16px;
	font-weight:bold;
	margin:4px 0px 6px 0px;
}

label.normal {
	font-size:15px;
	font-weight:normal;
	margin:0 0 5px;
}

label.normal-inline {
    display:inline;
    font-size:15px;
    font-weight:normal;
}

.storageunit {
    width:75pt;
    font-weight: normal;
    font-size:16px;
    position: relative;
    float:left;
    margin-top:4px;
    padding-left:4px;
}

#active-systems, #activity, #server-status-graph{
	color: #31373E;
}

a.button{
    background-color:#0C5F78;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: block;
    height: 23px;
    margin-right: 13px;
    padding: 0px 5px 0px 5px;
    text-decoration: none;
    float: right;
    font-weight: bold;
    text-shadow: 1px 1px 1px #00726B;
    font-size: 12px;
}

a.button span {
    background-color:#0C5F78;
    display: block;
    line-height: 21px;
    padding: 1px 5px 1px 5px;
}

a.button:active{
	background-position: right bottom;
}


a.button:active span{
	background-position: left bottom;
}

a.button.left{
  float: left;
}

.form-item{
  margin: 10px 0;
  font-size: 12px;
}

.margin-left{
  margin-left: 20px;
}

a.cancel{
  color: #D61E15;
}

/*
a.dark{
  color: #31373E;
  font-weight: 500;
}
*/

.desc{
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
}

.popup{
  border: 1px solid #D0D3D4;
  width: 600px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 10px -10px ;
  -moz-box-shadow: 0px 10px 10px -10px ;
  box-shadow: 0px 10px 10px -10px ; 
}

.popup .title{
  background: #00A399;
  color: #ffffff;
  padding: 5px;
  text-align: right;
}

.popup .title a{
  color: #ffffff;
  font-weight: normal;
}

.popup .title a img{
  vertical-align: text-bottom;  
}

.popup .content{
  padding: 0 10px 10px;
}

#search{
  margin-bottom: 10px;
}

#search .search-button{
    background: url("../images/search_button.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    height: 25px;
    position: relative;
    margin-left: -29px;
    text-indent: -9999px;
    width: 33px;
    font-size: 0;
    line-height: 0;
    top: 1px;
    float: right;
    right: 0;
}

#search input[type=text] {
  height: 23px;
  width: 200px;
  border: 1px solid #A2AAAD;
  font-size: 15px;
} 

.pagination{
  text-align: center;
  margin-top: 40px;
}

.pagination a{
  color: #31373E;
  font-size: 12px;
  
}


.arrow-right {
    border-bottom: 5px solid transparent;
    border-left: 5px solid black;
    border-top: 5px solid transparent;
    display: inline-block;
    height: 0;
    width: 0;
}

#recent-account-activity select{
  margin-top: 20px;
}

#recent-account-activity table{
  width: 100%;
  border-collapse: collapse;
}

#recent-account-activity table thead{
  background: #D0D3D4;
}

#recent-account-activity table thead th{
  color: #ffffff;
  padding: 5px;
  border-left: 1px solid #ffffff;
}

#recent-account-activity table thead th:first-child{
  border-left: none;
}

#recent-account-activity table td{
  padding-left: 5px;
}

#recent-account-activity table td.type{
  padding-left: 0;
  padding: 5px 0;
}

#recent-account-activity table td.date{
  text-align: right;
}


#recent-account-activity table tr{
  border-top: 1px solid #ececec;
  padding: 0;
}

#recent-account-activity table tr:first-child{
  border-top: none;
}


#recent-account-activity table td.type span{
  padding: 4px 4px 4px 20px;
  display: block;
  text-align: right;
  font-size: 14px;
}

#recent-account-activity table a, #pending-requests table a{
  text-decoration: underline;
  font-size: 14px;  
}

#pending-requests table thead{
  background: #A2AAAD;
}

#pending-requests table thead th{
  color: #ffffff;
  padding: 5px;
  border-left: 1px solid #ffffff;
}

#pending-requests table thead th:first-child{
  border-left: none;
}

#pending-requests td.type{
  padding-left: 0;
  padding: 5px 0;
}

#pending-requests td.type span{
  padding: 4px 4px 4px 20px;
  display: block;
  text-align: right;
  font-size: 14px;
}

#pending-requests td.type .green{
  background: #078736;
  color: #ffffff;
}
#pending-requests td.type .red{
  background: #D61E15;
  color: #ffffff;
}
#pending-requests td.type .yellow{
  background: #E2AF1B;
  color: #ffffff;
}

#pending-requests table td.type .payment{
  background: #056D7F;
  color: #ffffff;
}

#pending-requests table td.date{
  text-align: right;
}

#recent-account-activity table td.type .invoice{
  background: #D61E15;
  color: #ffffff;
}

#recent-account-activity table td.type .quote{
  background: #E2AF1B;
  color: #ffffff;
}

#recent-account-activity table td.type .payment{
  background: #056D7F;
  color: #ffffff;
}

#recent-account-activity table td.type .licence{
  background: #078736;
  color: #ffffff;
}

#recent-account-activity table td.date{
  text-align: right;
}

#dashboard-sales-pending{
  background: #CDE7D7;
}

#dashboard-potential-acc{
  padding: 10pt;
  background: #DED5E8;
}

#dashboard-potential-acc table thead{
  background: #A2AAAD;
  text-align: right;
  padding: 5pt;
}

#dashboard-channeldev-acc{
  padding: 10pt;    
  background: #F7D2D0;
}

#dashboard-channeldev-acc table thead{
  background: #A2AAAD;
  text-align: right;
}

#dashboard-addsearch-acc{
  padding: 10pt;
  background: #D0D3D4;
}

.dashboard-cta{
  margin: 40px 0;
}

.dashboard-cta .title{
  background: #056D7F;
  color: #ffffff;
  text-align: right;
  padding: 5px 10px;
}

.dashboard-cta .content{
  background: #31373E;
  padding: 12px 10px;
}

.dashboard-cta .item{
  width: 220px;
  padding-left: 25px;
}

.dashboard-cta .item:first-child{
  padding-left: 0;
}


.dashboard-cta .manage{
  background: url("../images/manage.png") 0 0 no-repeat;
  width: 93px;
  height: 34px;
  text-indent: -9999px;
}

.dashboard-cta .request{
  background: url("../images/request.png") 0 0 no-repeat;
  width: 93px;
  height: 34px;
  text-indent: -9999px;
}

.dashboard-cta .administer{
  background: url("../images/administer.png") 0 0 no-repeat;
  width: 114px;
  height: 34px;
  text-indent: -9999px;
}

.dashboard-cta #create-and-manage .content{
    background: url("../images/email.jpg") 0 0 no-repeat #343a45;
}


.dashboard-cta #licences .content{
    background: url("../images/licence.jpg") 0 0 no-repeat #343a45;
}

.dashboard-cta #administer-accounts .content{
    background: url("../images/account.jpg") 0 0 no-repeat #343a45;
}


.dashboard-cta #request-quotation .content{
    background: url("../images/quote.jpg") 0 0 no-repeat #343a45;
}

#your-profile .settings{
    left: 308px;
    margin-top: -38px;
    position: relative;
    width: 500px;
}

/*
#your-profile .settings a{
  color: #31373E;
}
*/

#your-profile .item{
  margin: 5px;
}

#your-profile .item .label{
    display: block;
    float: left;
    width: 300px;
}

#your-profile .item .content,
#your-profile .item .inline-help {
    float:left;
}

#your-profile .grey-background {
  padding: 5px 0;
  /*overflow:hidden;  Apply clearfix */
}

h1.error{
  color: #D61E15;
}


#direct-customers #search{
  float: right;
  margin-top: -20px;
}


#direct-customers table td{
  padding: 10px;
}

#direct-customers table{
  width: 100%;
  border-collapse: collapse;
}

#direct-customers table tr.company{
  background: #056D7F;
  color: #ffffff;
}


#direct-customers table tr.company td{
  padding: 5px 10px;
}


#direct-customers table tr.company a{
  color: #ffffff;
}



#direct-customers table td.right-column{
  text-align: right;
}



#direct-customers table td.name a{
  color: #31373E;
  display: block;
  text-decoration: underline;
  background: url("../images/person.jpg") left center no-repeat;
  padding: 10px 0 10px 40px;
}


#edit-contact div.right{
  width: 300px;
  margin-top: -45px;
}

.right-align{
  text-align: right;
}

.left-align{
  text-align: left;
}

.center-align{
  text-align: center; 
}

.feature{
  background: #056D7F;
  color: #ffffff;
  font-size: 16px;
  padding: 10px;
  margin: 10px 0;
}

#invoice-receipt #shipping .half {
    margin-right: 80px;
    margin-bottom: 20px;
    width: 390px;
}

#invoice-receipt #shipping .address{
   width: 300px;
}


#invoice-receipt #shipping div {
  padding: 2px;
  font-size: 13px;
}

#invoice-receipt #shipping .left .left{
  padding: 10px;
}

#invoice-receipt #shipping .address .even{
  background: #F2F5F8;
}

#invoice-receipt #items .even{
  background: #F2F5F8;
}

#invoice-receipt #items table{
  width: 100%;
  border-collapse: collapse;
}


#invoice-receipt #items table td{
  padding: 5px 10px;
}

#invoice-receipt #items table td.name{
  background: url("../images/right-arrow.png") left center no-repeat transparent;
  padding: 5px 10px 5px 40px;
}

#invoice-receipt #items table tr.even td.name{
  background: url("../images/right-arrow.png") left center no-repeat #F2F5F8;;
}

#invoice-receipt #items table tr.amount-paid .right-align{
  background: #F2F5F8;
  width: 100px;
}

#invoice-receipt #items table tr.due-date .right-align{
  color: #D61E15;
  width: 100px;
}

#invoice-receipt #items table tr.hst td, #invoice-receipt #items table tr.tax td{
  background: #F2F5F8;
  width: 100px;
}

#invoice-receipt #items table tr.total td.right-align{
 background: url("../images/total_border.png") 0 0 repeat-x;
 padding: 10px;
}

#legal div {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;    
  padding: 5px 5px 10px;
}

#legal p{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;    
  padding: 5px 5px 0px;
  text-align: justify;
}

#legal dd{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;    
  padding: 5px 5px 0px;
  text-align: justify;
}

#legal span{
  word-spacing: 2em
}

#legal a{
	color: #ff0000;
    text-decoration:underline;  
    font-weight:normal;
	font-size: 12px;
	outline: none;  
}

#legal ol{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-align: justify;
  margin: 2em;   
}

.lwrA{
  list-style-type:lower-alpha;
  list-style-position:outside;
  padding: 10px 0px 0px 20px; 
}

.lwrR{
  list-style-type:lower-roman;
  list-style-position:outside;
  padding: 10px 0px 0px 20px; 
}

#legal ul{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-align: justify;
  margin-left: 5em;  
}

#legal-action{
  margin: 10px 0 10px;
}

.disc{
  padding: 10px 0px 0px 5px;   
}

.disc.wide-padding {
    padding: 10px 0px 0px 25px;
}

.disc li {
    list-style-type: disc; 
    list-style-position:outside;
}

#license-info div.left{
  margin-right: 80px;
}

#license-info .on-the{
  margin-top: 50px;
}


#license-info .on-the label.left{
  margin-right: 20px;
}


th.yellow{
  background: #E2AF1B;
}

th.purple{
  background: #9D80B9;
}

table{
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}

table thead th{
  color: #ffffff;
  border-left: 1px solid #ffffff;
}

table thead th.empty{
  border-left: none;
}

table thead th:first-child{
  border-left: none;
}


table td{
  padding: 10px;
}

table tr{
  border-bottom: 1px solid #F2F5F8;
}

#marketing table tr{
  border:none;
}


table tr.even{
  background: #F2F5F8;
}


table th, #licenses table td{
  padding: 10px;
  text-align: left;
}


#licenses .detail{
  padding: 0;
}

#licenses .detail .left{
  background: #F2F5F8;
  width: 50%;
  padding: 10px;
}


#licenses .detail .right{
  background: #F2F5F8;
  width: 45%;
  padding: 10px;
}

.warning{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    font-style: italic;
    color : #D61E15;
    margin: 10px 0;
}
.warning p {
    margin:8px 0;
}

#login-form .form-item{
  margin: 20px 0;
  text-align: left;
}

#login-form{
  width: 520px;
  margin: 0 auto;
  background: url("../images/login_bg.png") 0 0 repeat-x #F2F5F8;
  border: 1px solid #D0D3D4;
  padding: 10px 30px;
}

#login-form a{
  vertical-align: bottom;
  line-height: 40px;
}


#login-form input[type="text"], #login-form input[type="password"]{
  width: 100%;
  height: 25px;
}

#login-form .remember{
  font-size: 14px;
}

#login-form .border{
  /* background: url("../images/login-border.png") left bottom repeat-x; */
  padding-bottom: 10px;
}


#login-form #login-submit{
  /* background: url("../images/signin.jpg") 0 0 no-repeat; */
  border: none;
  width: 144px;
  height: 39px;
  text-indent: -9999px;
  font-size: 0px;
  line-height: 1px;
}


#login-form #login-submit:hover{
  cursor: pointer;
}

#login{
  background: url("../images/login_shadow.png") bottom center no-repeat;
  padding-bottom: 18px;
  margin-bottom: 10px;
}


#login-logo{
  margin: 20px 0 20px;
}

#send-email .form-item.inline label{
  width: 80px;
}


#send-email .note-padding{
  margin-left: 80px;
}

#send-email .form-item.inline a{
  margin-left: 10px;
}


#send-email textarea{
  width: 100%;
}


#send-email .add-invoice{
  position: relative;
}


#send-email .add-invoice .popup{
  position: absolute;
  bottom: 0;
  background: #ffffff;
}



#license-parameters .form-item.inline label.left{
  width: 500px;
}


#license-parameters .left-padding select, #license-parameters .left-padding input{
  margin-right: 10px;
}

.user-dashboard-cta .item{
  padding: 10px;
  background: #F2F5F8;
  margin: 0 10px;
  width: 280px;
  position: relative;
}

.user-dashboard-cta .item:first-child{
  padding: 10px;
}

.user-dashboard-cta .item .image{
  position: absolute;
  left: 40px;
  top: 20px;
}

.user-dashboard-cta #licence-icon{
  background: url("../images/licence_icon.png") 0 0 no-repeat;
  width: 58px;
  height: 65px;
}


.user-dashboard-cta #invoice-icon{
  background: url("../images/invoice_icon.png") 0 0 no-repeat;
  width: 62px;
  height: 62px;
}



.user-dashboard-cta #account-icon{
  background: url("../images/account_icon.png") 0 0 no-repeat;
  width: 59px;
  height: 90px;
}


.user-dashboard-cta .content{
  background: url("../images/user_dashboard_cta-bg.png") left bottom no-repeat #1D252D;
}

#invoices-action{
  margin: 5px 0 5px;
}


#invoices-action img{
  vertical-align: text-bottom;
  margin-left: 5px;
  margin-right: 5px;
}

#invoice-receipt #items table tr{
  border-bottom: none;
}

.arrow-down {
  margin-right: 10px;
  margin-top: 2px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;

  border-top: 15px solid #D0D3D4;
}


#invoice-item .item-title{
  font-size: 16px;
  margin-bottom: 20px;
}


#invoice-item #line-item .label{
  width: 200px;
  display: block;
  float: left;
}

#invoice-item #line-item div{
  width: 450px;
  padding: 5px;
}

#invoice-item #line-item .even{
  background: #F2F5F8;
}

#invoice-item table{
  text-align: right;
  vertical-align: top;
}

#invoice-item table tr{
  border-bottom: none;
}


#invoice-item table .subtotal{
  border-top: 1px solid #31373E;
}

#invoice-item table .total{
  background: url("../images/total_border.png") 0 0 repeat-x;
}


#invoice-item table thead th {
  color: #31373E;
  border-left: none;
}


a.css3button {
	font-size: 16px;
	color: #ffffff;
	background: #0B8A9E;
	padding: 2px 10px;
	background: -moz-linear-gradient(
		top,
		#378A99 0%,
		#1E717F);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#76bec7),
		to(#0b8a9e));
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #5B6770;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 1px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 1px rgba(255,255,255,1);
	text-shadow:
		1px 1px 1px rgba(0,0,0,0.4),
		0px 0px 0px rgba(255,255,255,0);
}





a.button-arrow{
    background: url("../images/button_sprite.png") no-repeat scroll right -118px transparent;
    color: #FFFFFF;
    display: block;
    height: 34px;
    padding-right: 25px;
    text-decoration: none;
    float: right;
    font-weight: bold;
    text-shadow: 1px 1px 1px #427c85;
    font-size: 16px;
}

a.button-arrow span {
    background: url("../images/button_sprite.png") no-repeat scroll left top transparent;
    display: block;
    line-height: 34px;
    padding: 0 0 0 10px;
}

.cartimg{
  width:14px;
  height:14px;
  padding-left: 2px;
  padding-right: 2px;
}

#search .form-item label{
  width: 150px;
}

.inline-help{
    position:              relative;
    padding-left:          10px;
}

.inline-help .tooltip {
    display:               none;
    font-size:             12px;
    font-weight:           normal;
    width:                 300px;
    padding:               4px;
    border:                2px solid #FFC568;
    -webkit-border-radius: 5px;
    -moz-border-radius:    5px;
    border-radius:         5px;
    background-color:      #FFF9E4;
    color:                 #000000;
    z-index:               5000;
    left:                  0px;
    top:                   auto;
    text-align:            left;
    position:              absolute;
}

.inline-help:hover .tooltip{
    display:              block;
}

.inline-help .tooltipalert{
    display:               none;
    font-size:             12px;
    font-weight:           normal;
    width:                 300px;
    padding:               4px;
    border:                2px solid #FF0000;
    -webkit-border-radius: 5px;
    -moz-border-radius:    5px;
    border-radius:         5px;
    background-color:      #DE4B44;
    color:                 #1D252D;
    z-index:               5000;
    left:                  0px;
    top:                   auto;
    text-align:            left;
    position:              absolute;
}

.inline-help:hover .tooltipalert{
    display:              block;
}

.inline-help .tooltip-text {
    color: #999;
    font-size: 12px;
    font-weight: bold;
}

/*tabs*/
.tabdark    {
    background:     #a3aab0;
}
.tabwhite   {
    background:     #0C5F78;
    color:          #ffffff;
    white-space:    nowrap;
}
.tabimage1  {
    background-image:   url("../images/tabimage1.gif");
    white-space:        nowrap;
    width:              100%
}
.tabimage2  {
    background-image:   url("../images/tabimage2.gif");
}
#tab_image1{
	background: url(../images/tabimage1.gif) 0 0 repeat-x;
	border-top: 1px solid #F2F5F8;
	border-bottom: 1px solid #D0D3D4;
	height: 35px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	top: 2px;
}


#tab_image1 a{
	padding: 0 10px;
	border-left: 1px solid #5099A5;
}

.cleartable{
    margin: 0px;
}

.cleartr{
    border: 0px;
}

#asigratabs table{
  width: auto;
  border-collapse: collapse;
  margin: 0px;
}

#asigratabs table thead th{
  color: #ffffff;
  border-left: 1px solid #ffffff;
}

#asigratabs table thead th.empty{
  border-left: none;
}

#asigratabs table thead th:first-child{
  border-left: none;
}


#asigratabs table td{
  padding: 0px;
}

#asigratabs table tr{
  border-bottom: 1px solid #ececec;
}

#asigratabs table tr.even{
  background: #F2F5F8;
}
/* Marketing pages styles */

.third-party h1 {
    font-weight:bold;
}

.third-party img {
    max-width: 100%;
    height: auto !important;
}

.third-party .header {
    background:#056D7F;
    height: auto;
    margin-bottom:30px;
}
.third-party .header .logo {
    margin:20px 0;
}
.third-party .footer {
    background:#F2F5F8;
    margin-top:30px;
}
.third-party .footer h3 {
    font-size:20px;
    color:#056D7F;
    font-weight:bold;
}
.third-party .footer p {
    font-size:15px;
    color:#555;
}
.third-party .footer .awards {
    margin-top:30px;
    margin-bottom:30px;
}
.third-party .footer .awards a {
    width: auto;
    margin-right: 10px;
}
.third-party .warning {
    color: #fff;
    background: red;
    font-size: 13px;
    font-style: normal;
    text-align: center;
    padding: 6px 0;
}
.third-party .success1 {
    color: #fff;
    font-size: 13px;
    font-style: normal;
    background: #078736;
    padding: 6px 0;
}
.third-party .success1 img {
    display:none;
}
.text-align-left {
    text-align:left;
}
.text-align-center {
    text-align:center;
}
.text-align-right {
    text-align:right;
}
img.responsive {
    max-width: 100%;
    height: auto !important;
}

.calculator-wrapper {
    position:relative;
    color: #fff;
    padding: 10px 16px;
    background-color: #A2AAAD;
    z-index: 10;
}
.calculator-wrapper:after {
    content: "";
    background: #D0D3D4;
    display: block;
    position: absolute;
    bottom: -7px;
    left:.5%;
    width:99%;
    height: 7px;
}
.calculator-wrapper h3 {
    color: #fff;
    margin: 10px 0 14px 0;
    font-size: 17px;
    cursor: pointer;
    position: relative;
    border-top: 1px solid #bbb;
    padding-top: 14px;
}
.calculator-wrapper h3:first-child,
.calculator-wrapper h3:first-of-type {
    border-top: none;
    padding-top: 0;
}
.calculator-section {
    margin: 14px 0;
    padding: 0;
}
.calculator-section .item {
    margin-left:20px;
}
.calculator-section .item:first-child {
    margin-left:0;
}
.calculator-section .item.left {
    float:left;
    text-align:left;
}
.calculator-section .item.right {
    float:right;
    text-align:right;
}
.calculator-section .item h4 {
    margin: 0 0 .6em 0;
}
.calculator-section.software-calculator .item .content {
    padding-left: 9px;
}
#cart-wrapper {
    display: table;
    width: 100%;
}
#cart-wrapper .navigation {
    display: table-cell;
    width: 200px;
    margin-right: 30px;
}
#cart-wrapper .cart-intro .expand-content {
    padding-left:6px;
}
#cart-wrapper .cart-intro .expand-toggle {
    font-size:14px;
    margin: 10px 0;
    position: relative;
    padding-left: 14px;
    cursor: pointer;
}
.expand-toggle:before,
.expand-toggle.collapsed:before {
    font-size: .8em;
    font-weight: normal;
    margin-right: 6px;
}
.expand-toggle:before {
    font-family: FontAwesome;
    content: "\f147";
}
.expand-toggle.collapsed:before {
    font-family: FontAwesome;
    content: "\f196";
}
#cart-wrapper ul {
    padding-left: 40px;
    margin: 15px 0;
}
#cart-wrapper ul li {
    list-style:disc;
}
#cart-wrapper .navigation ul li a {
    display:table;
    color:#747884;
    background:#fff;
    padding: 10px;
    width:90%;
}
#cart-wrapper .navigation ul li a i.fa {
    width: 32px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font-size: 18px;
}
#cart-wrapper .navigation ul li.active a,
#cart-wrapper .navigation ul li a:hover {
    color:#fff;
    background:#47c3d3;
}
#cart-wrapper .navigation ul li a:after {
    width:12px;
    display:table-cell;
    vertical-align:middle;
    text-align: right;
    font-family:FontAwesome;
    content: "\f105";
}
#cart-wrapper .content-wrapper {
    display: table-cell;
}
#cart-wrapper .content-wrapper .content {
    padding: 20px;
}
#cart-wrapper .content-wrapper .content .options-wrapper .option h3,
#cart-wrapper .content-wrapper .content .options-wrapper .option h4,
#cart-wrapper .content-wrapper .content
{
    color:#728a92;
}
#cart-wrapper .content-wrapper .content .options-wrapper .option,
#cart-wrapper .content-wrapper .content {
    background: #ecf0f1;
}
#cart-wrapper .content-wrapper .content .options-wrapper {
    padding:10px;
    background:#fff;
    -webkit-box-shadow: 0px 0px 5px 0px #aaa;
    -moz-box-shadow:    0px 0px 5px 0px #aaa;
    box-shadow:         0px 0px 5px 0px #aaa;
}
#cart-wrapper .content-wrapper .content .options-wrapper #training-options-controls-container {
    display:none;
}
#cart-wrapper .content-wrapper .content .options-wrapper .option {
    position:relative;
    margin-top:10px;
    padding: 10px 20px 10px 40px;
}
#cart-wrapper .content-wrapper .content .options-wrapper .option:first-child {
    margin-top:0;
}
#cart-wrapper .content-wrapper .content .options-wrapper .option .control {
    position:absolute;
    top:10px;
    left:10px;
}
#cart-wrapper .content-wrapper .content .options-wrapper .option .quote {
    float:right;
    color:#0a5e87;
    font-weight:bold;
}
#cart-wrapper .content-wrapper .content .options-wrapper .option .quote .base-price {
    font-weight: normal;
    font-size: 12px;
    margin-left: 10px;
}
#cart-wrapper .content-wrapper .content .options-wrapper .option .quote.inactive {
    color:#bbb;
}
#cart-wrapper .content-wrapper .content .options-wrapper .option .quote:before {
    margin-right: 4px;
    font-size: 13px;
    font-family:FontAwesome;
    content: "+";
}
#cart-wrapper .content-wrapper .content .options-wrapper .option .quote.inactive:before {
    content: "\f1ec";
}
#cart-wrapper .content-wrapper .content .options-wrapper .option label {
    font-size: 16px;
    margin: 0 0 .8em;
    border-bottom: 1px solid #D0D3D4;
    padding-bottom: .4em;
}
#main .information-awesome.left-margin,
#cart-wrapper .content-wrapper .content .options-wrapper .option .information-awesome {
    margin-left:6px;
}
#cart-wrapper .content-wrapper .content .options-wrapper .option h4 {
    font-size:14px;
    margin: .8em 0;
}
#cart-wrapper .content-wrapper .content .options-wrapper .option .sub-option {
    background:#fff;
    padding: 10px;
    margin-top:10px;
}
#cart-wrapper .content-wrapper .content .options-wrapper .option .sub-option:first-child {
    margin-top:0;
}
#cart-wrapper .content-wrapper .content .options-wrapper .option .sub-option h5 {
    color:#47c3d3;
    font-size:14px;
    border-bottom: 1px solid #d2d6d7;
    margin:0 0 .8em;
    padding-bottom: .4em;
}
#cart-wrapper .content-wrapper .content .options-wrapper .option .sub-option .close {
    float:right;
    font-family:FontAwesome;
    font-weight:normal;
    color:#728a92;
    cursor:pointer;
}
#cart-wrapper .content-wrapper .content .options-wrapper .option .sub-option label {
    display:inline;
    font-size:14px;
    border:none;
    font-weight:normal;
    margin-left:.6em;
}
#cart-wrapper .content-wrapper .content .options-wrapper .option label.small {
    border: none;
    font-size:14px;
}
#cart-wrapper .content-wrapper .content .options-wrapper .option label.inline-block {
    display: inline-block;
    margin: 8px 0 0 4px;
}
#cart-wrapper .content-wrapper .content .options-wrapper .option input[name="replicationsNumber"],
#cart-wrapper .content-wrapper .content .options-wrapper .option input[name="vmReplicationsNumber"] {
    width:30px;
}
#cart-wrapper .content-wrapper .content p,
#cart-wrapper .content-wrapper .content ul li,
#cart-wrapper .content-wrapper .content ol li {
    font-size:13px;
}
#cart-wrapper .content-wrapper .content p {
    margin: .9em 0;
}
.expand-content {
    display:none;
}
.expand-content.visible-initially {
    display:block;
}
.asigra-button.small {
    text-align: right;
}
.asigra-button.type-1 {
    background:#47c3d3;
    color:#fff;
    display:inline-block;
    padding: 8px;
}
.asigra-button.type-1:hover {
    background:#0a5e87;
}
.asigra-button.small-padding {
    padding: 4px;
}
.asigra-button.small-margin {
    margin: 2px;
}
.asigra-forward-button-type1,
.asigra-forward-button-type1-small {
    color:#fff;
    background:#47c3d3;
    border: none;
}
.asigra-forward-button-type1,
.asigra-backward-button-type1 {
    padding: 8px 20px;
}
.asigra-forward-button-type1-small,
.asigra-backward-button-type1-small {
    padding: 4px 10px;
}
.asigra-forward-button-type1:active,
.asigra-forward-button-type1-small:active {
    color:#47c3d3;
    background:#fff;
}
.asigra-backward-button-type1,
.asigra-backward-button-type1-small {
    color:#fff;
    background:#a0abb1;
    border: none;
}

.asigra-backward-button-type1:active,
.asigra-backward-button-type1-small:active {
    color:#a0abb1;
    background:#fff;
}
.calculator-section .price {
    font-size:26px;
    font-weight:bold;
}
.center .buttons-wrapper-type1 {
    margin:10px;
}
.center .buttons-wrapper-type1 input {
    margin:0 6px;
}
.asigra-forward-button-type1[disabled],
.asigra-forward-button-type1-small[disabled],
.asigra-backward-button-type1[disabled],
.asigra-backward-button-type1-small[disabled],
.center .buttons-wrapper-type1 input[disabled] {
    background:#ccc;
}
.center .text-right {
    text-align:right;
}

#cart-navigation-wrapper {
    margin:20px auto;
    overflow:hidden;
}

#cart-navigation-wrapper a {
    display:block;
    float:left;
    position:relative;
    padding:10px 10px 10px 30px;
    height:40px;
    font-weight:bold;
    box-sizing: border-box;
    background:#ddd;
    color:#555;
    text-decoration:none;
}

#cart-navigation-wrapper a:first-child {
    padding-left:20px;
}

#cart-navigation-wrapper a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 24px solid #fff;
    right: -20px;
    top: -4px;
    z-index: 1;
    clip: rect(4px 40px 44px 0px);
}

#cart-navigation-wrapper a:after {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #ddd;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: -16px;
    top: 0;
    z-index: 1;
}

#cart-navigation-wrapper .active {
    background:#47c3d3;
    color:#fff;
}

#cart-navigation-wrapper .active:after {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #47c3d3;
}

#MarketingCartForm #cardtype {
    width:218px;
}

#MarketingCartForm #cardtypeimage {
    width: 60px;
    vertical-align: top;
    padding-top: 2px;
}

/* New Marketing Cart */

table.asigra-blue {
    border-collapse:collapse;
    font-family:Arial, Helvetica, sans-serif;
    margin-top:20px;
    border:1px solid #cdcdcd;
}
table.asigra-blue tbody {
    border-top:1px solid #cdcdcd;
    border-bottom:1px solid #cdcdcd;
}
table.asigra-blue td {
    vertical-align:middle;
    text-align:center;
}
table.asigra-blue td.left-align {
    text-align:left;
}
table.asigra-blue tr {
    background-color:#f9f9f9;
    border:none;
}
table.asigra-blue tr:nth-child(even) {
    background-color:#f1f5f6;
}
table.asigra-blue tr:nth-child(odd) {
    background-color:#f9f9f9;
}
table.asigra-blue tbody tr:nth-child(even) td.accented {
    background-color:#dbeff0;
}
table.asigra-blue tbody tr:nth-child(odd) td.accented {
    background-color:#e2f2f2;
}
table.asigra-blue tbody tr:hover td {
    background-color:#d9dcdc !important;
}
table.asigra-blue tbody td {
    border-bottom-color:transparent;
    font-size:16px;
    color:#525252;
    -webkit-box-shadow: inset 0px 0px 0px 1px #fff;
    box-shadow: inset 0px 0px 0px 1px #fff;
    /*border-left:1px solid #cdcdcd;
    border-right:1px solid #cdcdcd;*/
}
table.asigra-blue tbody td,
table.asigra-blue tfoot td {
    padding:10px 16px;
}
table.asigra-blue tbody td.narrow,
table.asigra-blue tfoot td.narrow {
    padding:10px 6px;
}
table.asigra-blue tr.title td {
    -webkit-box-shadow:none;
    box-shadow:none;
}
table.asigra-blue tbody td:first-child {
    text-align:left;
}
table.asigra-blue td.checked {
    background-image:url('../images/marketing-cart/cart-checkmark.png');
    background-position:50% 50%;
    background-repeat:no-repeat;
}
table.asigra-blue td.align-left {
    text-align:left;
}
table.asigra-blue td h2 {
    font-size:18px;
    color:#5d6263;
    margin:0;
    padding:0;
}
table.asigra-blue td h2 .small-text {
    font-size:10px;
}
table.asigra-blue td h3 {
    font-size:15px;
    color:#5d6263;
    margin:0;
    padding:0;
}
table.asigra-blue tbody td h4 {
    font-weight: bold;
    font-size: 15px;
    margin: 6px 0;
}
table.asigra-blue tbody td h6 {
    font-size: 12px;
    margin: 6px 0;
    color: #777;
}
table.asigra-blue thead tr td {
    /*background:#d9dcdc;*/
    font-weight:bold;
    color:#0a5e87;
}
table.asigra-blue thead tr.top-row td.empty,
table.asigra-blue tr.bottom-row td.empty,
table.asigra-blue thead tr.top-row,
table.asigra-blue tr.bottom-row {
    background-color:transparent;
}
table.asigra-blue tr.top-row td,
table.asigra-blue tr.bottom-row td {
    border:none;
    width:160px;
    padding:0;
    vertical-align:bottom;
}
table.asigra-blue tr.top-row td {
    vertical-align:middle;
}
table.asigra-blue tr.top-row td:first-child,
table.asigra-blue tr.bottom-row td:first-child {
    width:200px;
}
table.asigra-blue tr.top-row td.accented .ribbon-wrapper {
    position:relative;
}
table.asigra-blue tr.top-row td.accented .ribbon-wrapper .ribbon {
    position:absolute;
    top:-3px;
    left:-3px;
    width:71px;
    height:71px;
    background:transparent url('../images/marketing-cart/most-popular.png') no-repeat top left;
}
table.asigra-blue tr.top-row td.accented .high {
    padding:40px 10px 10px 10px;
}
table.asigra-blue tr.top-row td.accented .ribbon-wrapper .high {
    height:90px;
}
table.asigra-blue tr.top-row td .header-container,
table.asigra-blue tr.bottom-row td .header-container {
    background-color:#d9dcdc;
    padding:10px 0;
}
table.asigra-blue tr.top-row td.empty .header-container,
table.asigra-blue tr.bottom-row td.empty .header-container {
    background-color:transparent;
}
table.asigra-blue tr.top-row td.accented .header-container,
table.asigra-blue tr.bottom-row td.accented .header-container {
    background-color:#747884;
    color:#fff;
}
table.asigra-blue tr.top-row td h4.current-package {
    color:#fff;
    background-color:#0a5e87;
    padding:4px 0;
    margin:-10px 0 6px 0;
}
table.asigra-blue tr.top-row td .ribbon-wrapper h4.current-package {
    margin:-40px -10px 6px -10px;
    padding:15px 0 5px 0;
}
/*table.asigra-blue tr td.current-package {
    border-left:2px solid #0a5e87;
    border-right:2px solid #0a5e87;
}*/

table.asigra-blue tr.title th,
table.asigra-blue tr.title td {
    background-color:#47c3d3;
    background: -moz-linear-gradient(top, #47c3d3 0%, #48b5c3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#47c3d3), color-stop(100%,#48b5c3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #47c3d3 0%,#48b5c3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #47c3d3 0%,#48b5c3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #47c3d3 0%,#48b5c3 100%); /* IE10+ */
    background: linear-gradient(to bottom, #47c3d3 0%,#48b5c3 100%); /* W3C */
    padding:8px 6px;
}
table.asigra-blue tr.title-two td {
    background-color:#0a5e87;
}
table.asigra-blue tr.title th,
table.asigra-blue tr.title td h2,
table.asigra-blue tr.title-two th,
table.asigra-blue tr.title-two td h2 {
    font-size:18px;
    color:#fff;
    margin:0;
}
table.asigra-blue tr.title td h2,
table.asigra-blue tr.title-two td h2 {
    padding:0;
}
table.asigra-blue thead tr.title th,
table.asigra-blue thead tr.title td h2,
table.asigra-blue thead tr.title-two th,
table.asigra-blue thead tr.title-two td h2 {
    text-align:center;
}
table.asigra-blue tr.title td h3,
table.asigra-blue tr.title-two td h3 {
    font-size:16px;
    color:#fff;
    padding:0;
    margin:0;
}
table.asigra-blue tr.top-row td h2,
table.asigra-blue tr.bottom-row td h2 {
    font-size:20px;
    font-weight:normal;
}
table.asigra-blue tr.top-row td h3 {
    font-size:14px;
    font-weight:normal;
}
table.asigra-blue tr.top-row td h4,
table.asigra-blue tr.bottom-row td h4 {
    font-size:13px;
    font-weight:normal;
    margin:2px 0;
    padding:0;
}
table.asigra-blue tr.note td {
    background-color:#0a5e87;
    background: -moz-linear-gradient(top, #4e99bd 0%, #0a5e87 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4e99bd), color-stop(100%,#0a5e87)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4e99bd 0%,#0a5e87 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4e99bd 0%,#0a5e87 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4e99bd 0%,#0a5e87 100%); /* IE10+ */
    background: linear-gradient(to bottom, #4e99bd 0%,#0a5e87 100%); /* W3C */
    color:#fff;
    font-size:12px;
}
table.asigra-blue td * {
    box-sizing: border-box;
}
table.asigra-blue td input[type=text],
table.asigra-blue td select {
    border:1px solid #cdcdcd;
    padding:4px;
    font-size:14px;
    color:#5d6263;
}
table.asigra-blue td input[type=text],
table.asigra-blue td select {
    margin: 10px 0;
}
table.asigra-blue tr.bottom-row td h3 {
    font-size:20px;
    color:#5d6263;
}
table.asigra-blue tr.bottom-row td h3 .small-text {
    font-size:10px;
}
table.asigra-blue tr.top-row td.accented .header-container h2,
table.asigra-blue tr.top-row td.accented .header-container h3,
table.asigra-blue tr.bottom-row td.accented .header-container h3 {
    color:#fff;
}
table.asigra-blue .error-text {
    font-size:12px;
    color:#aa0000;
}
table.asigra-blue .error-text:not(:empty) {
    margin-bottom:20px;
}
/*table.asigra-blue td.required {
    position: relative;
}*/
table.asigra-blue td.required:after {
    content:"*";
    color:#aa0000;
    float: right;
    margin-right: -10px;
    margin-top: 15px;
}
table.asigra-blue .align-left {
    text-align: left;
}

table.asigra-blue .required {
    color: #dd0000;
    font-size: 18px;
}

#main .information-awesome,
#main .tooltip-awesome {
    position:relative;
}
#main .information-awesome:before,
#main .tooltip-awesome:before {
    font-family: FontAwesome;
    font-size: 14px;
    color:#0a5e87;
}
#main .information-awesome.light:before,
#main .tooltip-awesome.light:before {
    color:#fff;
    font-weight:normal;
}
#main .information-awesome:before {
    content:"\f05a";
}
#main .tooltip-awesome:before {
    content:"\f059";
}
#main .information-awesome .tooltip,
#main .tooltip-awesome .tooltip {
    display: none;
    font-size: 12px;
    font-weight: normal;
    width: 140px;
    padding: 4px;
    border: 2px solid #FFC568;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #FFF9E4;
    color: #000000;
    z-index: 5000;
    left: 14px;
    top: 0;
    text-align: left;
    position: absolute;
}
#main .information-awesome .tooltip.left,
#main .tooltip-awesome .tooltip.left {
    right: 14px;
    left:initial;
}
#main .information-awesome:hover .tooltip,
#main .tooltip-awesome:hover .tooltip {
    display:inline;
}
div.button-wrapper.float-left {
    float:left;
}
div.button-wrapper a {
    display:block;
    float:left;
    border:2px solid #fff;
    -webkit-border-radius:8px;
    border-radius:8px;
    background-color:#47c3d3;
    color:#fff;
    text-decoration:none;
    padding:6px 26px;;
    font-size:16px;
}
div.button-wrapper a.orange {
    background-color:#ffae00;
    background: -moz-linear-gradient(top, #ffae00 0%, #d18f00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffae00), color-stop(100%,#d18f00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffae00 0%,#d18f00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffae00 0%,#d18f00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffae00 0%,#d18f00 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffae00 0%,#d18f00 100%); /* W3C */
}
div.button-wrapper a.disabled {
    background-color:#ccc;
}
div.button-wrapper a.standard {
    background:#47c3d3;
}
div.button-wrapper a img {
    vertical-align:middle;
    margin:0 4px;
}
.purchase-button {
    width:134px;
    margin:10px auto;
    overflow: hidden;
}

.calculator-button {
    width:160px;
    margin:10px auto;
    overflow: hidden;
}

.shopping-cart-tooltip {
    color:#aa0000;
    background-color:#fff !important;
}

.calculator-section .ui-slider,
.option .ui-slider {
    background:transparent url('../images/marketing-cart/capacity-slider-scale.png') no-repeat left top;
    height:40px;
    width:320px;
    border:none;
    margin:16px 0 0px;
}

.option .ui-slider {
    background:transparent url('../images/marketing-cart/capacity-slider-scale-dark.png') no-repeat left top;
}

.calculator-section .ui-slider .ui-slider-handle,
.calculator-section .ui-slider .ui-slider-handle,
.option .ui-slider .ui-slider-handle  {
    top:1px;
    border: 2px solid #fff;
    background: #47c3d3;
    font-weight: bold;
    color: #fff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    width: 12px;
    height: 12px;
}
.calculator-section .capacity-denomination {
    color:#fff;
}
.calculator-section .capacity-denomination,
#cart-wrapper .content-wrapper .content .options-wrapper .option .capacity-denomination {
    display:inline;
    font-size:14px;
    font-weight:bold;
    border:none;
}

/*.popup-overlay-message .buttons-wrapper,
#step-two-window .buttons-wrapper {
    float:right;
    margin-top:20px;
}
.popup-overlay-message .buttons-wrapper a.ok,
#step-two-window .buttons-wrapper a.ok {
    background-color:#62c6d2;
    background: -moz-linear-gradient(top, #62c6d2 0%, #d18f00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#62c6d2), color-stop(100%,#25a8bd));
    background: -webkit-linear-gradient(top, #62c6d2 0%,#25a8bd 100%);
    background: -o-linear-gradient(top, #62c6d2 0%,#25a8bd 100%);
    background: -ms-linear-gradient(top, #62c6d2 0%,#25a8bd 100%);
    background: linear-gradient(to bottom, #62c6d2 0%,#25a8bd 100%);
}
.popup-overlay-message .buttons-wrapper a.cancel,
#step-two-window .buttons-wrapper a.cancel {
    background-color:#a0aeb0;
    background: -moz-linear-gradient(top, #a0aeb0 0%, #718588 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a0aeb0), color-stop(100%,#718588));
    background: -webkit-linear-gradient(top, #a0aeb0 0%,#718588 100%);
    background: -o-linear-gradient(top, #a0aeb0 0%,#718588 100%);
    background: -ms-linear-gradient(top, #a0aeb0 0%,#718588 100%);
    background: linear-gradient(to bottom, #a0aeb0 0%,#718588 100%);
}

#step-two-window .price {
    overflow:hidden;
    font-weight:bold;
    color:#5d6263;
}
#step-two-window .price-container div {
    margin-top:4px;
}
#step-two-window .price-container .disclaimer {
    float:left;
    font-size:12px;
}
#step-two-window .price-container .price {
    float:right;
}*/
.popup-overlay-message hr {
    border:1px solid #D0D3D4;
}
.calculator-section .price .small-text {
    font-size:10px;
}
.calculator-section .price .loading {
    background:transparent url('../images/marketing-cart/ajax-loader.gif') no-repeat center center;
    padding:10px 20px;
}
body.loading:before {
    content:"";
    position:fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background:#fff url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgY2xhc3M9Imxkcy1kdWFsLXJpbmciPjxjaXJjbGUgY3g9IjUwIiBjeT0iNTAiIG5nLWF0dHItcj0ie3tjb25maWcucmFkaXVzfX0iIG5nLWF0dHItc3Ryb2tlLXdpZHRoPSJ7e2NvbmZpZy53aWR0aH19IiBuZy1hdHRyLXN0cm9rZT0ie3tjb25maWcuc3Ryb2tlfX0iIG5nLWF0dHItc3Ryb2tlLWRhc2hhcnJheT0ie3tjb25maWcuZGFzaGFycmF5fX0iIGZpbGw9Im5vbmUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgcj0iNDAiIHN0cm9rZS13aWR0aD0iNCIgc3Ryb2tlPSIjNDdjM2QzIiBzdHJva2UtZGFzaGFycmF5PSI2Mi44MzE4NTMwNzE3OTU4NiA2Mi44MzE4NTMwNzE3OTU4NiIgdHJhbnNmb3JtPSJyb3RhdGUoMjUxLjEyNiA1MCA1MCkiPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBjYWxjTW9kZT0ibGluZWFyIiB2YWx1ZXM9IjAgNTAgNTA7MzYwIDUwIDUwIiBrZXlUaW1lcz0iMDsxIiBkdXI9IjFzIiBiZWdpbj0iMHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGVUcmFuc2Zvcm0+PC9jaXJjbGU+PC9zdmc+) no-repeat center center;
    width:120px;
    height:120px;
    border:1px solid #D0D3D4;
    margin:30px auto 0 auto;
    z-index: 100;
}
.calculator-section:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#form-wrapper .loading {
    height:100px;
    background:transparent url('../images/marketing-cart/ajax-loader.gif') center center no-repeat;
}
#form-wrapper .loading div {
    display:none;
}
#main .marketing-message {
    /*width:200px;*/
    text-align:center;
}

#main .question-wrapper {
    padding: 10px 0;
    width:100%;
    border-top: 2px solid #003865;
    border-bottom: 1px solid #003865;
}

#main .active-question-wrapper {
    border-top: 2px solid #E86215;
    border-bottom: 1px solid #E86215;
}

#main .question-wrapper ul {
    padding-left: 30px;
}

#main .question-wrapper ul li {
    list-style: disc;
}

#main .question-category {
    cursor:pointer;
    margin:0;
    padding:0 6px;
    font-size:16px;
    color:#003865;
                                                            line-height:50px;
    border-top:4px solid #003865;
    border-left:1px solid #003865;
    border-right:1px solid #003865;
    border-bottom:1px solid #003865;
}

#main .active-category-wrapper {
    color:#00A399;
    border-top:4px solid #0a5e87;
    border-left:1px solid #0a5e87;
    border-right:1px solid #0a5e87;
    border-bottom:none;
}

#main .category-content {
    border-left:1px solid #003865;
    border-right:1px solid #003865;
    border-bottom:1px solid #003865;
}

#main .question-wrapper h3.question {
    cursor:pointer;
    margin:0;
    padding:0 6px;
    font-size:14px;
    color:#000;
}

#main .active-question-wrapper h3.question {
    font-size:16px;
    color:#E86215;
}

#main h3.question:hover {
    color:#E86215;
}

#main div.answer {
    padding:0 6px;
}

.standard-button-1 {
    text-align: center;
    text-decoration:none;
    color:#fff;
    cursor: pointer;
    padding: 6px 20px;
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
    
    -moz-box-shadow: 1px 2px 3px rgba(255,255,255,.6) inset;
    -webkit-box-shadow: 1px 2px 3px rgba(255,255,255,.6) inset;
    box-shadow: 1px 2px 3px rgba(255,255,255,.6) inset;

    -webkit-border-radius: .3em;
    border-radius: .3em;
    border:1px solid #158696;
    
    background:#158696;
    background: -webkit-gradient(linear,left top,left bottom,from(#7abec7),to(#158696));
    background: -webkit-linear-gradient(#7abec7,#158696);
    background: -moz-linear-gradient(#7abec7,#158696);
    background: -ms-linear-gradient(#7abec7,#158696);
    background: -o-linear-gradient(#7abec7,#158696);
    background: linear-gradient(#7abec7,#158696);
}
.standard-button-1:hover,
.standard-button-1:active {
    background: -webkit-gradient(linear,left top,left bottom,from(#56acb8),to(#0f5e69));
    background: -webkit-linear-gradient(#56acb8,#0f5e69);
    background: -moz-linear-gradient(#56acb8,#0f5e69);
    background: -ms-linear-gradient(#56acb8,#0f5e69);
    background: -o-linear-gradient(#56acb8,#0f5e69);
    background: linear-gradient(#56acb8,#0f5e69);
}
input.standard-button-1[disabled] {
    background:#D0D3D4;
    border:1px solid #bbb;
}

#license{
    margin-bottom: 10px;    
}

#license .line{
    height: 28px;
    margin: 4px 0px;
    clear: both;
    display: block;
}

#license .regularlabel{
    width: 250pt;
    float: left;
    font-weight: bold;
    margin: 6px 0px 2px 0px;    
}

#license .value{
    float: left;
    font-weight: normal;
    margin: 6px 0px 2px 0px;
    font-size: 15px;    
}

#license .valuecolumn{
    width: 330px;
}

#license .helpparent{
  width: 250pt;
  float: left;
}

#license .helplabel{
  float: left;
  font-weight: bold;
  margin: 6px 0px 2px 0px;
}

#license .buttons{
    display: block;
    clear: both;
    margin: 20px 0px 10px 0px;
    font-size: 12px;
}

#div_cards .line{
    height: 28px;
    margin: 4px 0px;
    clear: both;
    display: block;
}

#div_cards .regularlabel{
    width: 250pt;
    float: left;
    font-weight: bold;
    margin: 6px 0px 2px 0px;    
}

#div_cards .value{
    float: left;
    font-weight: normal;
    margin: 6px 0px 2px 0px;
    font-size: 15px;    
}

.tablewrapper table{
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}

.tablewrapper table thead{
  background: #A2AAAD;
}

.tablewrapper table thead th{
  color: #ffffff;
  padding: 5px;
  border-left: 1px solid #ffffff;
}

.tablewrapper table thead th:first-child{
  border-left: none;
}

.tablewrapper table td{
  padding: 5px;
}

.tablewrapper table td.status span{
  display: block;
  padding: 10px 5px;
}

.tablewrapper table td.status .new{
  background: #E2AF1B;
  color: #ffffff;
}

.tablewrapper table td.status .viewed{
  background: #00A399 ;
  color: #ffffff;
}

.tablewrapper table td.status .sent{
  background: #078736;
  color: #ffffff;
}

.tablewrapper table td.status .overdue{
  background: #D61E15;
  color: #ffffff;
}

.tablewrapper table tr.even{
  background: #F2F5F8;
}

.tablewrapper table td.status{
  padding: 5px 5px 5px 0;
}

.tablewrapper table td.balance{
  text-align: right;
}

.tablewrapper table td.subtotal{
  text-align: right;
  font-weight: bold;
}

/* Overrides from Bootstrap table styles */

.table.table-bordered {
    border:1px solid #F2F5F8;
}

table.table thead th {
    color:#31373E;
}

.btn-primary:hover {
    background-color: #003865;
    border-color: #003865;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('font-awesome/fonts/fontawesome-webfont.eot?v=4.4.0');
    src: url('font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('font-awesome/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('font-awesome/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('font-awesome/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('font-awesome/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Responsive Styles */
@media (max-width: 600px) {
    .buttons-wrapper-type1 input[type="button"],
    input.responsive {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {

    .mobile-text-center {
        text-align:center;
    }
}

.available {
    display:none;
}

.available p{
    margin: 0 0 0 250pt;
    color:#00A399;
}

.progress-info .height {
    height: 20px;
}
.progress-info .border {
    border: 1px solid #1D252D;
}
.progress-info .progress-bar {
    position: relative;
    display: inline-block;
    width: 170px;
    vertical-align: middle;
}
.progress-info .percentage {
    position: relative;
    display: inline-block;
    width: 60px;
    vertical-align: middle;
}
.progress-info .progress-bar .bar {
    height: 100%;
}
.progress-info .progress-bar .bar.red {
    background-color: #ff9090;
}
.progress-info .progress-bar .bar.green {
    background-color: #6AB786;
}
.progress-info .progress-bar .usage {
    position: absolute;
    top: 0px;
    right: 1px;
}
.progress-info .percentage .value {
    position: absolute;
    top: 0px;
    right: 1px;
}

.fixedcoltable {
    overflow-x:auto;
    width:800px
}

.sysusagetable {
    overflow-x:auto;
    margin-left:100px;
    width:860px
}

.sysvalidationtable {
    overflow-x:auto;
    margin-left:200px;
    width:760px
}

.imglist {
    width: 18px;
    height: 18px;
    padding-left:2px;
    padding-right:2px;
}

.imglictype {
    width: 25px;
    height: 25px;        
}

.imgcardtype {
    width: 36px;
    height: 25px;        
}

.imgvisamastercard{
    width: 100px;
    height: 28.91px;
}

.imginfo {
    width: 25px;
    height: 25px;        
}

.imginvoicebalance {
    width: 32px;
    height: 32px;        
}

a.cancelbutton{
    background-color:#D61E15;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: block;
    height: 23px;
    margin-right: 13px;
    padding: 0px 5px 0px 5px;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 1px 1px 1px #CA3108;
    font-size: 12px;
}

a.cancelbutton span {
    background-color:#D61E15;
    display: block;
    line-height: 21px;
    padding: 1px 5px 1px 5px;
}

.linklabel{
    color: #00a399;
}

#invoices .view a{
  font-weight: 500;
  color: #31373E;
}

#invoices .view a.active{
  font-weight: bold;
}

#invoices table{
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}

#invoices table thead{
  background: #D0D3D4;
}

#invoices table thead th{
  color: #ffffff;
  padding: 5px;
  border-left: 1px solid #ffffff;
}

#invoices table thead th:first-child{
  border-left: none;
}

#invoices table td{
  padding: 5px;
}

#invoices table td.status span{
  display: block;
  padding: 10px 5px;
}

#invoices table td.status .new{
  background: #E2AF1B;
  color: #ffffff;
}

#invoices table td.status .viewed{
  background: #056D7F;
  color: #ffffff;
}

#invoices table td.status .sent{
  background: #399F5E;
  color: #ffffff;
}

#invoices table td.status .overdue{
  background: #D61E15;
  color: #ffffff;
}

#invoices table tr.even{
  background-color: #F2F5F8;
}

#invoices table tr.odd {
  background-color: #ffffff
}

#invoices table td.status{
  padding: 5px 5px 5px 0;
}

#invoices table td.balance{
  text-align: right;
}

#invoices table td.subtotal{
  text-align: right;
  font-weight: bold;
}

#invoices .view{
  text-align: right;
}

#invoices table{
  margin-top: 10px;
}

#invoices th.invoice, th.blue{
  background: #056D7F;
}

#invoices th.date, #invoices th.license-id, th.orange{
  background: #E2AF1B;
}

#invoices th.total, th.red{
  background: #D61E15;
}

#invoices th.method,  #invoices th.bill-to, #invoices th.summary, #invoices th.balance, th.green{
  background: #078736;
}

#invoices td.action{
  text-align: center;
  width: 110px;
}

#invoices table tr{
  border-top: 1px solid #F2F5F8;
}

#invoices table tr:first-child{
  border-top: none;
}

#invoices td.remove a img{
  vertical-align: middle;
  margin-right: 10px;
}

#invoices table tr th.fixedcol {
  position: absolute;
  top: auto;
  border-top-width: 1px;
}

#invoices table tr th.edit {
  width: 29px;
  left: 860px;
}

#invoices table tr th.delete {
  width: 49px;
  left: 900px;
}

#invoices table tr td.fixedcol {
  position: absolute;
  top: auto;
  text-align: center;
  border-bottom: 1px solid #F2F5F8;
  padding-top: 6px;
  padding-bottom: 6px;
}

#invoices table tr td.edit {
  width: 30px;
  left: 860px;
}

#invoices table tr td.delete {
  width: 50px;
  left: 900px;
}

#invoices table tr td.first {
  padding-top: 7px;
  padding-bottom: 7px;
}

#invoices table tr td.even {
  background-color: #f9f9f9
}

#invoices table tr td.odd {
  background-color: #ffffff
}

#invoices table tr th.actions {
  width:149px;
  left: 800px;
}

#invoices table tr td.actions {
  width:150px;
  left: 800px;
}

#invoices img.fixedcol_left_img{
    padding-right: 5px;
}

#invoices img.fixedcol_img{
    padding-left: 5px;    
    padding-right: 5px;
}

#invoices img.fixedcol_right_img{
    padding-left: 5px;    
}

#invoices table tr th.usagedate {
    width:90px;
    left: 0px;
}

#invoices table tr td.usagedate {
    width:90px;
    left: 0px;
}

#invoices table tr th.validationdate {
    width:190px;
    left: 0px;
}

#invoices table tr td.validationdate {
    width:190px;
    left: 0px;
}

#invoices table th{
  background: #003865;
  color: #ffffff;
}

#vlsevent-main table{
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  margin-top: 10px
}

#vlsevent-main table thead{
  background: #D0D3D4;
}

#vlsevent-main table th{
  color: #ffffff;
  padding: 5px;
  border-left: 1px solid #ffffff;
  background: #003865;
  color: #ffffff;
}

#vlsevent-main table tr{
  border-top: 1px solid #F2F5F8;
}

#vlsevent-main table tr.even{
  background-color: #F2F5F8;
}

#vlsevent-main table tr.odd {
  background-color: #ffffff
}

#vlsevent-main table td{
  padding: 5px;
}

#vlsevent-main table tr td.even {
  background-color: #f9f9f9
}

#vlsevent-main table tr td.odd {
  background-color: #ffffff
}


/* The Modal (background) */
#vlsevent-main {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
#vlsevent-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 960px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

#vlsevent-footer {
  padding: 2px 16px;
  height: 35px;
}

#vlsevent-body {padding: 2px 16px;}

.vlsevent_warning {
    color: orange;
}

.vlsevent_error {
    color: red;
}
.vlsevent_normal {
    color: black;
}
