﻿
.rgEditForm {

    
}

body {
}

.page
{
    position: relative;
    margin-left: -2px;
    margin-right: -2px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Verdana;
    font-size: 12px;
    padding-bottom: 20px;
    color: Gray;
}

a
{
    color: #3078FE;
    text-decoration:none;
}

 .header
{
    position:inherit;
    margin:0;
    height:120px;
	background-image:url(../images/header_tile.png);
	background-repeat:repeat-x;
} 
 
.logo
{
    background-image:url(../images/truevo_logo.png);
	background-repeat:no-repeat;
	height:113px;
	width:365px;
	margin-left:50px;
	float:left;
}

.LoggedIn
{
    float:right;
    color:#0286AC;
    font-size:12px;
    height:20px;
    width:300px;
    margin-top:90px;
}

.Title
{
    position:inherit;
    margin-top:20px;
    margin-left:0px;
    margin-right:100px;
    height:40px;
    padding-left:210px;
}

.main
{
    position:inherit;
    margin-top:10px;
    margin-left:210px;
    margin-right:0px;
}

.menu
{
    position:inherit;
    margin-left:0px;
    margin-top:10px;
    background-color:Silver;
    width:200px;
    float:left;
}

.footer
{
    position:inherit;
    margin-top:100px;
    margin-left:0px;
    margin-right:0px;
    font-size:10px;
    color:Silver;
    border-top-width:1px;
    border-bottom-width:1px;
    border-top-style:solid;
    border-bottom-style:solid;
    border-color:Silver;
    padding-left:210px;
    padding-top:15px;
    padding-bottom:15px;
    
}



.MenuAccordion
{
    position:inherit;
    width:200px;   
}

.MenuAccordionHeader
{
    background-image:url("../images/menuBar.png");
    height:28px;
    font-size:16px;
    color:White;
    padding-left:10px;
    padding-top:5px;
    cursor:pointer; 
}

.MenuAccordionContent ul
{
    list-style:none;
    padding:5px;
}

.MenuAccordionContent ul li
{
    width:95%;
    padding:5px;
    font-size:12px;
    color: #3078FE;
}
.MenuAccordionContent ul li:hover
{
    background-color: white;
    cursor: pointer;
    color: #3078FE;
}

.checkbox
{
    font-size:10px;   
}

.SearchBox
{
    position:inherit;
    border-style: solid;
    border-width: 1px;
    border-color: Silver;
    background-color: #7890a8;
    box-sizing: border-box;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    width: 570px;
}


.SearchBox table
{
    margin-left:auto;
    margin-right:auto;
    padding:10px;
    color:White;
}

.UploadBox
{
    position:relative;
    border-style: solid;
    border-width: 1px;
    border-color: Silver;
    background-color: #7890a8;
    box-sizing: border-box;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    width: 500px;
}

.UploadBox table
{
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
    padding:10px;
    color:White;
}

user agent stylesheet input[type="button"], input[type="submit"], input[type="reset"], input[type="file"]::-webkit-file-upload-button, button
{
    -webkit-box-align: center;
    background-image:url('../images/btnBackground.png') !important;
    text-align: center;
    cursor: pointer;
    color: white;
    font-weight: bold;
    padding: 4px 15px 3px;
    box-sizing: border-box;
      border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    width:auto;
    height:24px;
    border-style:none;
    font-size:12px;
}

.rgEditForm  input[type="button"] {

    -webkit-box-align: center;
    background-image:url('../images/btnBackground.png') !important;
    text-align: center;
    cursor: pointer;
    color: white;
    font-weight: bold;
    padding: 4px 15px 3px;
    box-sizing: border-box;
      border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    width:auto;
    height:24px;
    border-style:none;
    font-size:12px;
}


input[type="text"], input[type="time"], input[type="url"], input[type="week"], input[type="password"], input[type="select"],select
{
    padding: 0px;
    margin: 0px;
    border-width: 1px !important;
    border-color: #ababab;
    border-style: solid;
    box-sizing: border-box;
}


.ButtonInput
{
     -webkit-box-align: center;
    background-image:url('../images/btnBackground.png') !important;
    text-align: center;
    cursor: pointer;
    color: white;
    font-weight: bold;
    padding: 4px 15px 3px;
    box-sizing: border-box;
      border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    width:auto;
    height:24px;
    border-style:none;
    font-size:12px;
}


.textbox
{
    width:144px !important;   
}
.smallbox
{
    width:80px !important;
}

.largebox
{
    width:170px !important;
}

.dropbox
{
    width:144px !important;
}

.smalldropbox
{
    width:80px !important;
}

.largedropbox
{
    width:174px !important;
}

.largerdropbox
{
    width:184px !important;
}


.LoadingBackground
{  
	background-color:#E1E1E1;  
	filter:alpha(opacity=50);  
	opacity:0.5;
	width:100%;
	height:100%;
	position: fixed; 
	top: 0; 
	left: 0; 
	text-align: center;     
	z-index:4 !important;
}

.LoadingBackground2
{  
	background-color:#E1E1E1;  
	filter:alpha(opacity=50);  
	opacity:0.5;
	width:100%;
	height:200%;
	position: absolute; 
	top: 0; 
	left: 0; 
	text-align: center;     
	z-index:1 !important;
}


.LoadingImage
{
z-index:100;
    padding-top:20%;
    text-align:center;
}

.modalBackground
{			 
    background-color:#E1E1E1;  
	filter:alpha(opacity=75);  
	opacity:0.75;
	width:100%;
	height:100%; 
	z-index:100;
}

.MemberProfileBox
{
    border-style: solid;
    border-width: 1px;
    border-color: Silver;
    background-color: #E3D8FC;
      box-sizing: border-box;
      border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    width:700px;
    padding:20px;
}

.NormalBox
{
    border-style:solid;
    border-width:1px;
    border-color:Silver;
    width:400px;
}

.NormalBox th
{
    background-image:url("../images/menuBar.png");
    height:28px;
    color:White;
    padding:0px;
}
.NormalBox td
{
    padding:5px;
}

.Modal200h300w
{
    background-color:White;
    text-align:left;
    float:left;
    width:300px;
    height:150px;
    padding:20px;
    border-style:solid;
    border-width:2px;
    border-color: #c8c7c4;
}

.Modal300h300w
{
    background-color:White;
    text-align:left;
    float:left;
    width:300px;
    height:300px;
    padding:20px;
    border-style:solid;
    border-width:2px;
    border-color: #c8c7c4;
}

.Modal250h300w
{
    background-color:White;
    text-align:left;
    float:left;
    width:300px;
    height:250px;
    padding:20px;
    border-style:solid;
    border-width:2px;
    border-color: #c8c7c4;
}

.Modal215h300w
{
    background-color:White;
    text-align:left;
    float:left;
    width:300px;
    height:215px;
    padding:20px;
    border-style:solid;
    border-width:2px;
    border-color: #c8c7c4;
}

.Modal230h300w {
    background-color: White;
    text-align: left;
    float: left;
    width: 300px;
    height: 230px;
    padding: 20px;
    border-style: solid;
    border-width: 2px;
    border-color: #c8c7c4;
}

.Modal350h300w
{
    background-color:White;
    text-align:left;
    float:left;
    width:300px;
    height:350px;
    padding:20px;
    border-style:solid;
    border-width:2px;
    border-color: #c8c7c4;
}


.Modal300h350w
{
    background-color:White;
    text-align:left;
    float:left;
    width:350px;
    height:300px;
    padding:20px;
    border-style:solid;
    border-width:2px;
    border-color: #c8c7c4;
}


.Modal350h350w
{
    background-color:White;
    text-align:left;
    float:left;
    width:350px;
    height:350px;
    padding:20px;
    border-style:solid;
    border-width:2px;
    border-color: #c8c7c4;
}

.Modal400h350w
{
    background-color:White;
    text-align:left;
    float:left;
    width:350px;
    height:400px;
    padding:20px;
    border-style:solid;
    border-width:2px;
    border-color: #c8c7c4;
}

.Modal400h400w
{
    background-color:White;
    text-align:left;
    float:left;
    width:400px;
    height:400px;
    padding:20px;
    border-style:solid;
    border-width:2px;
    border-color: #c8c7c4;
}

.Modal450h400w
{
    background-color:White;
    text-align:left;
    float:left;
    width:400px;
    height:450px;
    padding:20px;
    border-style:solid;
    border-width:2px;
    border-color: #c8c7c4;
}

.Modal450h450w
{
    background-color:White;
    text-align:left;
    float:left;
    width:450px;
    height:450px;
    padding:20px;
    border-style:solid;
    border-width:2px;
    border-color: #c8c7c4;
}

.Modal350h450w
{
    background-color:White;
    text-align:left;
    float:left;
    width:450px;
    height:350px;
    padding:20px;
    border-style:solid;
    border-width:2px;
    border-color: #c8c7c4;
}


.ModalReview
{
    background-color:White;
    text-align:left;
    float:left;
    width:443px;
    height:350px;
    padding:20px;
    border-style:solid;
    border-width:2px;
    border-color: #c8c7c4;
}

.ModalRemove
{
    background-color:White;
    text-align:left;
    float:left;
    width:290px;
    height:150px;
    padding:20px;
    border-style:solid;
    border-width:2px;
    border-color: #c8c7c4;
}

.ModalConfirm
{
    background-color:White;
    text-align:left;
    float:left;
    width:340px;
    height:150px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-style:solid;
    border-width:2px;
    border-color: #c8c7c4;
}

.ModalConfirmCloneFees {
    background-color: White;
    text-align: left;
    float: left;
    width: 500px;
    height: 200px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-style: solid;
    border-width: 2px;
    border-color: #c8c7c4;
}


.ModalMerchantDetails
{
    background-color:White;
    text-align:left;
    float:left;
    width:350;
    height:450px;
    padding:20px;
    border-style:solid;
    border-width:2px;
    border-color: #c8c7c4;
}

.ModalMerchantAddress
{
    background-color:White;
    text-align:left;
    float:left;
    width:350px;
    height:260px;
    padding:20px;
    border-style:solid;
    border-width:2px;
    border-color: #c8c7c4;
}

.ModalComment
{
    background-color:White;
    text-align:left;
    float:left;
    width:400px;
    height:280px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 40px;
    padding-bottom: 20px;
    border-style:solid;
    border-width:2px;
    border-color: #c8c7c4;
}


.ModalKycUpload
{
    background-color:White;
    text-align:left;
    float:left;
    width:410px;
    height:240px;
    padding:20px;
    border-style:solid;
    border-width:2px;
    border-color: #c8c7c4;
}


.ModalMobileNumber
{
    background-color:White;
    text-align:left;
    float:left;
    width:300px;
    height:190px;
    padding:20px;
    border-style:solid;
    border-width:2px;
    border-color: #c8c7c4;
}

.ModalConfirmDelete
{
    background-color:White;
    text-align:left;
    float:left;
    width:270px;
    height:140px;
    padding:20px;
    border-style:solid;
    border-width:2px;
    border-color: #c8c7c4;
}

.ModalPassword
{
    background-color:White;
    text-align:left;
    float:left;
    width:350px;
    height:120px;
    padding:20px;
    border-style:solid;
    border-width:2px;
    border-color: #c8c7c4;
}

.ExitIcon
{
    float:right;
    height:24px;
    cursor:pointer;
}

.ExitImage
{
    float:right;
    height:24px;
    width:24px;
    cursor:pointer;
    background-image:url('../images/Exit_cross.png');
}

.RadGrid_WebBlue tr
{
    cursor:pointer;
}

.GridView
{
    position:relative;
    margin-bottom:20px;   
    margin-right:5px;
    
}

.Export 
{
}

.Export img
{
    height:28px !important;
    width:28px !important;
}

.ReceiptContainer
{
    position:inherit;
    margin:auto;
    width:700px;
    padding:10px;
}

.Receipt
{
    width:700px;
    font-family:Arial;
    font-size:11px;
}

.Receipt th
{
    background-image:url("../images/menuBar.png");
    height:28px;
    color:White;
    padding:0px;
}
.Receipt td
{
    padding:10px;
     border-style:solid;
    border-width:1px;
    border-color:Silver;
}

.BillingInfo
{
    border:none;
    width:100%;
    font-family:Arial;
    font-size:11px;
}

.BillingInfo td
{
    border:none;
    width:100%;
}

.LoginBox
{
    border-style:outset;
    border-color:Silver;
    border-width:2px;
    width:300px;
    margin-top:30px;
    padding:30px;
      border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
}

.LargeLoginBox
{
    border-style:outset;
    border-color:Silver;
    border-width:2px;
    width:350px;
    margin-top:30px;
    padding:30px;
      border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
}

.ModalMainMessage
{
    background-color: White;
    text-align: left;
    float: left;
    /*width: 390px;
    height: 105px;*/
    padding: 20px;
    border-style: solid;
    border-width: 2px;
    border-color: #c8c7c4;
    font-size: 20px;
    color: #0286AC;
    text-align: center;
}

.PopupMessage
{
    font-size:14px;
    color:Red;
}

.ErrorMessage
{
    font-size:14px;
    color:Red;
    align-content:center;
}

.Exclamation
{
    background-image:url('../images/exclamation.jpg');
    height:100px;
    width:100px;
}

.Tick
{
    background-image:url('../images/Tick.png');
    height:100px;
    width:100px;
}

.Information
{
    background-image: url("../images/info.png");
    width: 40px;
    background-repeat: no-repeat;
    height: 40px;
    background-position: center;
}

.clear
{
    clear:both;
}

.MemberStatementTable
{
    width:550px;
}

.ErrorContentTable
{
    position:inherit;
    border-style: solid;
    border-width: 1px;
    border-color: Silver;
    background-color: #d7e5ee;
    border-radius: 15px;
    width: 950px;
    height:70px;   
    text-align:center; 
    opacity: .8;  
    font-size:125%;           
}

.ErrorBackLink
{
    font-size:130%;     
}

.ErrorBackLink:hover
{
    color:black;           
}

.module 
{
    border-collapse:collapse;
}

.AddSpace
{
    position:relative;
    padding-top: 15px;
}

.GridLines
{
    width: 90%;
    /*margin-left:auto;
    margin-right:auto;    
*/
    font-family:Arial;
    font-size: 16px;
}

.GridLines tr
{
    padding:0px;
    margin:0;
    height:60px;
}

.GridLines tr td
{
    border-bottom: 1px double #768ca5;
}

.errorBorders
{
    border:1px solid #eb1515 !important;
}

.validatorAlign
{
    vertical-align: top;
}

.calendarAlign
{
    vertical-align: bottom !important;
}

.main_button {
    -webkit-box-align: center;
    background-image: url('../images/btnBackground.png') !important;
    text-align: center;
    cursor: pointer;
    color: white;
    font-weight: bold;
    padding: 4px 15px 3px;
    box-sizing: border-box;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    width: auto;
    height: 24px;
    border-style: none;
    font-size: 12px;
}


.buttonShortgrey
{
    background-image:url('../images/btnBackground.png') !important;
    text-align: center;
    font-style:oblique !important;
    color: White;
    cursor:default !important;
    font-weight: bold;       
    width:114px;
    height:24px;
    border-style:none;
    font-size:12px;
    filter:alpha(opacity=50) !important; /* IE */
    opacity: 0.5  !important; /* Safari, Opera */
    -moz-opacity:0.50 !important; /* FireFox */
}

.LoadingBackground2
{  
	background-color:#E1E1E1;  
	filter:alpha(opacity=50);  
	opacity:0.5;
	width:100%;
	height:200%;
	position: absolute; 
	top: 0; 
	left: 0; 
	text-align: center;     
	z-index:1 !important;
}

.Modal100h300w
{
    background-color:White;
    text-align:left;
    float:left;
    width:300px;
    height:50px;
    padding:20px;
    border-style:solid;
    border-width:2px;
    border-color: #c8c7c4;
}


.RadTabStrip
{
    clear:none !important;
}

.RadTabStrip .rtsLevel 
{
    clear:none !important;
}

.RadMultipage
{
    margin-top: -3px; 
    padding: 6px;

    border-color:gray;
    border-width:1px;
    border-style:solid;
    border-radius: 0px 6px 6px 6px;
    -webkit-border-radius: 0px 6px 6px 6px;
    -khtml-border-radius: 0px 6px 6px 6px;
    -moz-border-radius: 0px 6px 6px 6px;
    -o-border-radius: 0px 6px 6px 6px;
    
    box-shadow: 3px 3px 2px #888888;
}

.MerchantStateDiagram
{
    width: 650px;
    height: 650px;
    border: none;
	margin-right:100px;
	float:right;
}



.bannerPanel
{
    height: 40px;
    background-color: #FFF;
    border: medium solid rgb(120, 144, 168);
    border-width: 3px;
    border-radius: 6px;
    width: 90%;
}

.BankTable
{
    padding-top:10px;
    padding-bottom:15px;
}

.FieldError label.error
{
    color: red;
    position: absolute;
    display: inline !important;
    margin-left: 35px;
}

.FieldError2 label.error
{
    color: red;
    display: inline !important;
}

.ui-datepicker-trigger {
    position: absolute;
    padding: inherit;
}