﻿@import url('reset.css');

html {
    background-color: #F0F4F9;
    margin: 0;
    padding: 0;
	/*height:98%;*/
	/*overflow:auto;
	min-height:500px;*/
}

body {
	/*height:98%;*/
	min-height:500px;
    background-color: #F0F4F9;
    /*border-top: solid 10px #000;*/
    color: #333;
    /*font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
	font-size: 80%;
	font-family: arial,sans-serif;
    margin: 0;
    padding: 0;
	color:black;
}
/*
a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

    a:hover {
        background-color: #c7d1d6;
    }
*/
header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    /*overflow:hidden;*/
	
    /*max-width: 960px;*/
}

 

#body {
    background-color: White;
    clear: both;
    padding-bottom: 35px;
	/*height:100%;
	min-height:100%;*/
}

    .main-content {
		/*height:100%;*/
        /*background: url("../Images/accent.png") no-repeat;*/
		/*height:100%;*/
		/*min-height:100%;*/
        /*padding-left: 10px;*/
    }

    .featured + .main-content {
        /*background: url("../Images/heroAccent.png") no-repeat;*/
    }

footer {
    clear: both;
    background-color: #e2e2e2;
    font-size: .8em;
    height: 100px;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Arial;
    font-size: 2.3em;
    margin: 20px 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 20px 0 12px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

    #login a.username {
        background: none;
        margin-left: 0px;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

        ul#menu li a:hover {
            color: #333;
            text-decoration: none;
        }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #F0F4F9;
	display:inline-block;
	width:100%;
	min-width:1020px;    
	/*padding-bottom:10px; theming comment*/
}

    .featured .content-wrapper {
       /* background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);*/
        color: #3e5667;
    }

       

        .featured p, .featured hgroup.title h3 {
			margin-top:5px;
            font-size: 1.1em;
			font-weight:bold;
			width:80%;
			display:block;
			float:left;
			min-height:10px;
			max-height:60px;
			overflow:hidden;
			margin-bottom: 10px;
			color: black;
			margin-left:10px;
        }
		
		

		
/* Callback Message */		

.callbackRequest {
	/*margin: 10px 0px;*/
    /*background-color: #EFEEEF;*/
}

/* page titles */
hgroup.title {
    /*margin-bottom: 10px;*/
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 45%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 50%;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }
    
    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

    fieldset label {
        display: block;
        font-size: 1.2em;
        font-weight: 600;
    }

    fieldset label.checkbox {
        display: inline;
    }

    fieldset input[type="text"],
    fieldset input[type="password"] {
        border: 1px solid #e2e2e2;
        color: #333;
        font-size: 1.2em;
        margin: 5px 0 6px 0;
        padding: 5px;
        width: 300px;
    }

        fieldset input[type="text"]:focus,
        fieldset input[type="password"]:focus {
            border: 1px solid #7ac0da;
        }

    fieldset input[type="submit"] {
        background-color: #d3dce0;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;
    }

/* ajax login/registration dialog */
.ui-dialog {
    font-family: inherit;
    font-size: 1.0em;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0 none;
}

    .ui-dialog input {
        font-family: inherit;
        font-size: 1.25em;
    }

.ui-dialog-titlebar {
    color: inherit;
    font-weight: inherit;
    border: 0 none;
    background: none;
    float: right;    
}

.ui-dialog-titlebar-close {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.ui-widget-header {   
    border: 0 none;
    background: none;  
}

.modal-popup {
    
}

    .modal-popup input[type="text"],
    .modal-popup input[type="password"] {
        width: 90%;
    }

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input[type="text"].input-validation-error,
input[type="password"].input-validation-error {
    border: 1px solid #e80c4d;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

ul#social li {
    display: inline;
    list-style: none;
}

    ul#social li a {
        color: #999;
        text-decoration: none;
    }

    a.facebook, a.twitter {
        display: block;
        float: left;
        height: 24px;
        padding-left: 17px;
        text-indent: -9999px;
        width: 16px;
    }

    a.facebook {
        background: url("../Images/facebook.png") no-repeat;
    }

    a.twitter {
        background: url("../Images/twitter.png") no-repeat;
    }

/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
 /*   margin-top: 0.75em;*/
    border: 0 none;
}

/*th {
	font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}*/

  /*  th a {
        display: block;
        position: relative;
        
    }

	th a:link, th a:visited, th a:active, th a:hover {
		color: #333;
		font-weight: 600;
		text-decoration: none;
        padding: 0;
	}

	th a:hover {
		color: #000;
	}

    th.asc a, th.desc a {
        margin-right: .75em;
    }
    
    th.asc a:after, th.desc a:after {
		display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
	}

	th.asc a:after {
		content: '▲';
	}

	th.desc a:after {
		content: '▼';
	}
*/
td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 10px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

        #login a:hover {
            color: #333;
        }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }


    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

     /* features */
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    fieldset input[type="text"],
    fieldset input[type="password"] {
        width: 90%;
    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }

    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }

        ul#social {
            padding: 0;
            margin: 0;
        }

        a.facebook, a.twitter {
            background: none;
            display: inline;
            float: none;
            padding-left: 0;
            text-indent: 0;
        }
}
.logo
{
	position:relative;
	float:right;
	/*top:10px;
	right:10px;
	width:10%; theming*/
}

.messagePart
{
	height:30px;
}

.submitPart
{
	height:30px;
	position:relative;
	float:left;
/*	height:100px;*/
	bottom: 10px;
	width:80%;
}

.callbackRequest
{
	min-height:70px;
	height:70px;
}

.callbackRequest .content-wrapper, .callbackRequest .content-wrapper .title
{
	min-height:60px;
	height:60px;
}

footer
{
	/*height:40px;
	background-color:#f2f2f2;
	width:100%;
	position:absolute;
	bottom:0px;*/
}

.messagePart
{
	display: block;
	float:left;
	width:100%;
	height:160px;
}

textarea
{
	font-family: Arial, sans-serif;
	border-color:#ABADB3 !important;
	border: 1px solid;
}

select,  #dateExpectedPickerDispute
{
	border: 1px solid #ABADB3 !important;
}

textarea#txtRequest
{
	width:100%;
	height:140px;
	min-height:60px;
	font-size:100%;
	background-color :White;
	resize:none; 
	overflow: auto;
	border-width:1px;
	color:Black;
	display:block;
}

.logo img
{
	max-width: 100%;
	/*min-height:20px;*/
	border:none;
	/*height:80px;
	min-width:80px;*/
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #515967;
	padding: 7px 10px;
	background: -moz-linear-gradient(
		top,
		#f3f3f4 0%,
		#087ac0);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#f3f3f4),
		to(#087ac0));
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #2b2b2b;


		 text-decoration: none;
}

.infoDiv> .error
{
	min-width: 500px;
	background-color: #F7E8EA;
	border-width: 3px;
}

.infoDiv> .info
{
	min-width: 500px;
	background-color: #BDE5F8;
	border-width: 3px;
}

.k-grid > tr:last-child
{

}

.info, .success, .warning, .error, .validation {
	border: 2px solid White;
	margin: 0px 0px 0px 5px;
	padding:10px 10px 10px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	/*width: 70%;*/
}
.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../Images/info.png');
}
.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('../Images/success.png');
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../Images/warning.png');
}
.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../Images/error.png');
}

.floatLeft
{
	float:left;
}

.clearBoth
{
	clear:both;
}

.floatRight
{
	float:right;
}

.tabDetails
{
	height: 278px;
	clear:both;
	float:left;
	width:99%;
	background-color:#F0F4F9;
}

.contentSection
{
	background-color: #DFE9F4;
	border: 1px solid #dbdbde;
	
	float:left;
	
	/*border:1px solid #AFAAAF;*/
	margin-left:5px;
	width:97%;
	/*height:230px;*/
	height:98%;
	margin-top:2px;
	
}

.detailsEditor
{
/*	min-height:180px;
	height:100%;*/
	display: inline-block;
	width: 100%;
	height:280px;
}




.display-label
{
	width: 200px;
	clear:both;
	float:left;
	padding-top:3px;
}

.display-field input, .display-field
{
	position: relative;
	padding: 3px;
	/*	width: 200px;*/
	float: left;
	background-color: transparent;
}

#ContactDetailsListDiv
{
	clear:both;
	float:left;
	width: 50%;
}

#ContactDetailsDiv
{
	float:left;
	width: 100%;
}


.navigationButtons div
{
	float:right;
}

.navigationButtons
{
	min-height: 35px;
	display:inline-block;
	width: 100%;
	/*text-indent: 20px;/*
	
	/*background-color: #F2F2F2;
	padding-top: 5px;
	
	border-top:solid gray 1px;
	border-bottom:solid gray 1px;*/
}

.footerControl
{
	position:fixed;
	bottom:0px;
	padding-bottom:10px;
	padding-left:10px;
	font-weight:bold;
	padding-top:10px;
	background-color: #F0F4F9;
	width:100%;
	border-top: solid 1px #dbdbde;
	z-index:99999;

}

#ContactDetailsSplitter
{
	height:200px;
	background-color: white !important;
	border:none;
}

#ContactDetailsSplitter #left-pane
{
	background-color: white !important;
	border:none;
}

#ContactDetailsSplitter #right-pane
{
	background-color: White !important;
	border:none;
}

.details .title div
{
	
}

#callbackRequest-pane
{
	min-height:80px;
}

#customerDetailsGrid th[data-field="Id"]
{
	display:none;
}

.marginLeftTop
{
	margin: 5px 0px 0px 5px;
}

.reqForCallback
{
	margin-top:10px;
	margin-left:5px;
	margin-right:5px;
}

#addressDiv
{
	margin:10px;
}

#ContactDetailsDiv  .display-label, #ContactDetailsDiv  .display-field
{
	padding:10px 0px 0px 10px;
}

#ContactDetailsDiv
{
	margin-bottom:10px;
}

#customerDetailsLabel
{
	background-image:url('../Images/Details_16.png');
	background-position:left center;
	background-repeat: no-repeat;
	text-indent:20px;
	padding-top:5px;
	font-size: 16px;
	padding-bottom:5px;
	font-weight:bold;
	width:99%;
	background-color: #DDE7F4;
	color: #808080;
	border: 1px solid #dbdbde;
}

/*#invoicesTitleDiv
{
	padding-top:10px;
	padding-left:10px;
}*/

#SecondPartSplitter
{
	height: 280px !important;
	border:none;
	min-width:1020px;
}

.infoHeader
{
	display: table; 
	height: 100%; 
	#position: relative; 
	overflow: hidden;
	margin: 0 auto;
}

.infoDiv
{
	width: 100%;
	#position: absolute; 
	#top: 50%;
	display: table-cell; 
	vertical-align: middle;
}

.errorInfoCaption
{
	font-size:18px;
}

.errordisplay-field
{
	font-size:16px;
}

#SendRequestResult, #SendCommRequestResult, #SendCopyRequestResult, #SendDisputesRequestResult,
#SendPaymentResult
{
	float:left;
}

.errorInfoCaption, .errordisplay-field
{
	text-align:center;
	position:relative; 
	margin:10px;
}

.detailsEditor .k-scrollable
{
	background-color: #F0F4F9;
}

.details
{
	min-width:1012px;
}

.commitedPaymentDiv
{
	background-image: url('../Images/CommittedPayment_16.png');
	background-repeat:no-repeat;
	width: 16px;
	height: 16px;
	margin-left:2px;
}

.disputeDiv
{
	background-image: url('../Images/Dispute_16.png');
	background-repeat:no-repeat;
	width: 16px;
	height: 16px;
	margin-left:2px;
}

.paymentSchemeDiv
{
	background-image: url('../Images/HistoryDispute_16.png');
	background-repeat:no-repeat;
	width: 16px;
	height: 16px;
}

#btnSendRequest
{
	margin-left:10px;
}


#btnRequestCopy, #btnRegisterCommPayment, #btnRegisterDispute, #btnRequestForCalback,
#btnPayInvoices
{
	width:24px;
	height:28px;
	background-position:center center;
	background-repeat:no-repeat;
	margin-top:2px;
	padding-left: 5px;
	margin-right:15px;
	float:left;
	cursor:pointer;
}


#secondPart-right-pane
{
	min-width:650px;
}

#secondPart-left-pane
{
	min-width:354px;
}


#btnRequestCopy
{
	background-image:url('../Images/Invoice_24.png');
}

#btnRequestForCalback
{
	background-image:url('../Images/TelephoneAdd_24.png');	
	margin-left:20px;
}

#btnRegisterCommPayment
{
	background-image:url('../Images/CommittedpaymentAdd_24.png');
}

#btnRegisterDispute
{
	background-image:url('../Images/ADisputeAdd_24.png');
}

#btnPayInvoices
{
	background-image: url('../Images/partpayment_24.png');
}

#checkedInvoicesLabel, #sendReqForCallbackLabel
{
	padding-top:8px;	
	float:left;
	margin-right:20px;
}

#example
{
	background-color:transparent;
	border-bottom: 1px solid #DBDBDE;
}


/*
.tooltip {
    cursor: help;
}
 
.tooltip::after {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 8px 8px 8px 0px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    color: #FFF;
    content: attr(data-tooltip); 
    margin-top: -24px;
    opacity: 0; 
    padding: 3px 7px;
    position: absolute;
    visibility: hidden; 
             
    transition: all 0.4s ease-in-out; 
}
         
.tooltip:hover::after {
    opacity: 1; 
    visibility: visible;
}*/

/*
.tooltip{
   position: absolute;
   top: 0;
   left: 0;
   z-index: 3;
   display: none;
}
          */  


/* Make tooltip "links" have a different pointer (as the tooltip uses the "help" cursor by default) */      
a[data-tooltip]
{
	cursor:pointer !important;
}

/* Styles for elements having a data-tooltip attribute - using the star selector is processor intensive
so you may wish to change this to list a known, limited set of tags instead */
*[data-tooltip]
{
	/* Relativly position the tooltip to enable us to position:absolute 
		the generated content */
	position:relative;        
	/* Links inherit the !important cursor rule from above */
	cursor:help;
	/* Moz requires the text-decoration here (as it won't allow the use of
		text-decoration:none on generated content) which is why I use the bottom 
		border to display a more accessible underline */
        
	/* Remove the styles for IE7 and below - could be passed using conditional comments */
        
              
	*cursor:inherit;
	*position:inherit;            
}

/* Default :before & :after values */     
*[data-tooltip]:after,
*[data-tooltip]:before
{
		content:"";
		/* Don't show tooltip by default */
		opacity:0;  
		/* Set a high z-index */
		z-index:999;
        
		/* Animations won't (yet) work on pseudo elements - shame really as this should fade the tooltip in 
			after one second - but I'll leave the rules for posterity */
		-moz-transition-property: opacity;
		-moz-transition-duration: 2s;
		-moz-transition-delay: 1s;
        
		-webkit-transition-property: opacity;
		-webkit-transition-duration: 2s;
		-webkit-transition-delay: 1s;
        
		-o-transition-property: opacity;
		-o-transition-duration: 2s;
		-o-transition-delay: 1s;
        
		transition-property: opacity;
		transition-duration: 2s;
		transition-delay: 1s;  
        
		/* -moz won't understand the text-decoration here but inherits the parent value of "none" successfully */
		text-decoration:none !important;
		outline:none;
}
  
/* Tooltip body - shown on hover or focus */
*[data-tooltip]:hover:after,
 *[data-tooltip]:focus:hover:after
{
    /* Slightly opaque tooltip */
    opacity:1;
    /* Set display to block (or inline-block) */
    display:block;
    /* Use the data-tooltip attribute to set the content*/
    content:attr(data-tooltip);
    /* Position the tooltip body under the arrow and in the middle of the text */
    position:absolute;
    top:30px;
    left:50%;
    margin:0 0 0 -250px;
    /* Set the width */
    width:250px;
    /* Pad */
    padding:5px;
    /* Style the tooltip */
    line-height:14px;
    /* min-height */
    min-height:14px; 
    /* Set font styles */  
    color:Black;
    font-size:13px;        
    font-weight:normal;
    font-family: arial, sans-serif;
    /* Fallback background color */
    /*background:#3198dd; */
	background-color:rgb(254, 207, 113);
	border:1px solid #dbdbde;
    text-align:center;        
    outline:none;        
    /* Moz doesn't recognise the following... */
    text-decoration:none !important;                  
    /* Background gradient */        
    background:-webkit-gradient(linear, left top, left bottom, from(#DDE7F4), to(#3198dd));
    background:-moz-linear-gradient(top,#DDE7F4,#3198dd);         
    /* Round the corners */
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;        
    /* Add a drop shadow */
    -moz-box-shadow:2px 2px 4px #ccc;
    -webkit-box-shadow:2px 2px 4px #ccc;
    box-shadow:2px 2px 4px #ccc;        
    /* Add a Text shadow */
    text-shadow:#2187c8 0 1px 0px; 
}

*[data-tooltip]:focus:after
{
	content:attr(data-tooltip);
	opacity:0;
}

.invoiceList
{
	width:99%;
	min-width:1005px;
}

.k-state-active, .k-state-active:hover, .k-active-filter
{
	border-color: #dbdbde;
}

#contentPane
{
	height:239px;
	position:relative;
}

#contentPane hgroup
{
	height:100%;
}

.invoiceList  .k-grid-content
{
	min-height:70px;
    
}



textarea#txtExtraInformation
{
	width:100%;
	/*height:80px;
	min-height:60px;*/
	height:110px;
	border-color:#dbdbde;
	font-family: inherit ;
	font-size:100%;
	background-color :White;
	resize:none; 
	overflow: auto;
	border-width:1px;
	color:Black;
	display:block;
	width:100%;
}

.extraInfoDiv
{
	width:90%;
}

#submitButtonsDiv
{
	text-align:right;
	height:30px;
	width:100%;
    clear:both;
	/*position:absolute;
    float:right;
	bottom:10px; theming*/
	
	
}

#grid, #gridContactDetails
{
	border-bottom: 1px solid #F0F4F9;
}



#submitButtons
{
	height:100%;
	width:55px;
	float:right;
	margin-right:20px;
}

.OnGuardButton
{
	cursor:pointer;
}

#btnSave
{
	background-image: url('../Images/Save_24.png');
	background-repeat:no-repeat;
	float:left;
	margin-right:7px;
	width:24px;
	height:24px;
}

#btnCancel
{
	background-image: url('../Images/Cancel_24.png');
	background-repeat:no-repeat;
	float:right;
	width:24px;
	height:24px;
}

#balance
{
	height:15px;
}

#progressBar
{
	/*width:100%;
	height:100%;*/
	  background-color: black;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  opacity: 0.2; /* also -moz-opacity, etc. */
  width:100%;
  height:100%;
  z-index: 10;
  overflow:hidden;
  
}


/* the overlayed element */
.simple_overlay {
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: black;
    background-image:url('Images/loading-image.gif');
    display:none;
    padding: 0 !important;
	position: fixed;
	width:100%;
	height:100%;
 
}

#progress
{ display:none;
	/*width: 48px !important;
	height: 48px !important;*/
	/*min-width: 48px !important;
	min-height: 48px !important;*/
}

l#progress  .k-window-titlebar {
    display:none;
	height:0px;
}

div.k-window {
    
}


l#progress < div.k-window {
    padding-top:0px !important;
	 width:48px !important;
}


.delete-message
{
	margin-bottom:10px;
}

.progress-image
{
	width: 48px;
	height: 48px;
	background-image:url('../Images/loading-image.gif');
}

#alpha_2 {
background: Gray;
width: 100%;
height: 100%;
float: left;
filter: alpha(opacity=30);
-moz-opacity: 0.3;
-khtml-opacity: 0.3;
opacity: 0.3;
 top: 0; right: 0; bottom: 0; left: 0;
 position:fixed;
}

.selectedBorder
{
	border: 2px solid #FECF71;
}

#window
{
	margin:0 auto;
	position:absolute;
}



.delete-confirmation-div, .submit-confirmation-div
{
	margin:10px;
}
.submit-message
{
	margin-bottom:10px;
}

.k-i-close
{
	/*background-position: -32px -16px;*/
}

#help
{
	width:100%;
	height: 35px;
	text-align: right;

}

.closeLink
{
	background-position: -32px -16px;
	background-image: url("Silver/sprite.png");
	width: 18px;
	height: 18px;
	cursor: pointer;
	display: block;
    float: right;
    margin-right: 10px;
	margin-top: 10px;
}

.helpLink
{
	width: 18px;
	height: 18px;
	background-position: 0px 0px;
	background-image:url('../Images/icon-drawer-help.png');
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
    float: right;
    margin-right: 10px;
	padding-right: 10px;
}

#helpControl
{
	position: fixed; 
	/*bottom: 36px; */
	bottom: 74px; 
	z-index: 99998; 
	width: 100%;
	/* background-color: #9BB0D0;*/
	background-color: white;
	/*overflow:auto;*/
	-webkit-overflow-scrolling:touch;
}

#helpContent
{
	height:100%;
	/*overflow:auto;*/
	-webkit-overflow-scrolling:touch;
}

#helpModalDiv < div < div.k-window
{
	opacity: 0 !important;
}

#helpModalDiv
{
	overflow:auto;
}

.disabled
{
	cursor:default;
	opacity : 0.4;
    filter: alpha(opacity=40); /* msie */
}

#addressDiv > div
{
	display:inline-block;
	height:20px;
	clear:both;
	float:left;
}

#dateExpectedPickerDispute
{
	padding:3px;
}

.isocode
{
	width:1px;
}

.onGuardFooterLogo
{
	width: 145px;
	height: 22px;
	background-position: 0px 0px;
	background-image: url('../Images/OnGuard_Disclaimer_transparant.png');
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	float: left;
	margin-right: 10px;
	padding-right: 10px;
}


.thankYouDiv
{
	text-align:center;
	height:100%;
}

.thankYouDiv > .infoDiv> .info
{
	margin-top: 20%;
}

.thankYouDiv > .infoDiv
{
	display: block !important;
}

#btnPay
{
	margin-top:5px;
	margin-left:5px;
}

.km-scroll-container
{
	display:inline-block;
}