﻿/*body {
    width: 100%;
    padding: 0px;
    margin: 0px;
    font-family: 'Century Gothic';
    font-size: 13.5px;
}*/

/*.WholeContent
{
    margin-top:20px;
    padding:5px 15px 15px 15px;   
    color:#282929;
 }*/

input[type="button"], input[type="submit"]
{
    font-family: 'Century Gothic';
    font-size: 15px;
    font-weight: 700;
    color: white;
    background-color: #f17a14;
     background: -webkit-linear-gradient(#f17a14, #f0c807); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f17a14, #f0c807); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f17a14, #f0c807); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f17a14, #f0c807); /* Standard syntax */
    border: 2px solid gray;
    border-radius: 20px;
    padding: 6px 20px;
    box-shadow: 5px 5px 5px #888888;
    letter-spacing: 0.2px;
}

.BarGray
{
    position: relative;
    margin: 0px;
    padding: 0px;
    height: 2px;
    background-image: url('../Images/GrayBar.png');
}
 
 /*-------------------Multiline Textbox--------------------*/
  
.smallMultiline
{
    font-size: 13.5px;
    max-width:500px;
    max-height:250px; 
}

.largeMulitline
{    
    font-size: 13.5px;
    max-width:800px;
    max-height:400px; 
}
 
 /*--------------------User Profile------------------------*/
 
.userProfile
{
    background-color:#F6F6F6;
    border:1px groove #289DE8;
    padding:5px;
    color:black;
}

.titleColor{color:#2381e8;font-weight:bold;}

/*----------------------Banner-----------------------------*/

#Banner {   
    width: 100%;
    height: 70px;
    background-color: #f1f1f1;
}
#Logo
{
    background-image: url('../Images/Header/MyanPayLogo.png');
    background-repeat: no-repeat;
    width: 145px;
    height: 40px;
    padding-top:15px;
}

#Menu {
    width: 100%;
    clear: both;
    background-image: url('/Images/MenuBg.png');
    display: block;
    background-repeat: repeat-x;
    height:45px;
}


/*-----------------------Identified Width--------------------------*/

.widthForInsertForm
{ 
    width:300px;
}

.widthForInsertSystemSetting
{ 
    width:200px;
}

.HalfWidth{width:500px;}

/*-----------------------For Page Title--------------------------*/

 .Title
 {
    border-bottom: 3px solid #DFDFDF;
    font-size: 16px;
    color:black;
    padding:5px;
    text-align:left;
    font-weight: bold;
    text-transform: capitalize;
    vertical-align: bottom;
 }

.Title a
{
    text-decoration:none;
    font-size:13px;
}

.ButtonContent
{   
    padding:10px 5px 10px 5px;
    background-color:#F1F3FF;
}
 

/*-----------------------Class for identified Font------------------*/
  
.font
{
    font-size: 13.5px;
} 
    
.largefont
{
    font-size: 15px;
    color:#004186;
    text-decoration:none;
 } 

 
 .fontBold
 {
    font-weight:bold;
 }
 
 /*-------------------------Error Content--------------------------*/
.ErrorContent {
    font-size: 14px;
    color:#2381e8;
    background-color:yellow;
    font-weight:bold;
    padding:7px;
    border:1px dashed #c0c0c0;
}
  
 /*-------------------------MultiLine Textbox------------------------*/
 
 .multiStyle
 {
     width:515px;
     height:80px;
 }
 
 
 /*---------------------------Related ListView Class---------------------*/

 .ListViewStyle
 {
     border:1px solid #2B2B2B; 
     border-collapse:collapse; 
     cursor:pointer; 
 }
    .ListViewStyle a
    {
        color: #004186;
        font-weight: 500;
        text-decoration: none;
    }

.ListViewBackColor
{
    background-color: #F6F6F6;
}
.ListViewHeaderColor
{
    background-color: #414141;
    color: white;
}

.ListViewAlternateColor
{
    background-color: #fff3e7;
}

.ListViewEmptyTemplate
{
    height: 50px;
    width: 100%;
    color: Black;
    font-weight: lighter;
    border: 1px solid #c0c0c0;
    background-color: #F6F6F6;
    text-align: center;
}
.profile td
{
    padding-left:10px;
    padding-right:10px;
}
  
.ProblemStepsStyle
  {
      text-align:left;
      padding-left:10px;
      padding-top:7px;
  }
  
  .User
  {
      background-color:#DAE1FF;
      color:#004186;
  }
  
  .Solver
  {
      background-color:#FFFEB6;
      color:#9A721B;
  }
   
  
/*--------------------------Colors Class-----------------------*/ 

    
 .graycolor{color:#282929;}
 
 .bluecolor{color:#004186;}
 
 .greencolor{color:Green;}
 
 .lightgraycolor{color:#c0c0c0;}
 
 .redcolor{color:#dc4737;}
 
 .browncolor{color:#9A721B;}
 
 .blackcolor{color:Black;}
 
 .whitecolor{color:White;}
 
 /*-----------------------Move Left or Right---------------------*/
 
 .floatleft{float:left;} 
 
 .floatright{float:right;}
 
 .padding{padding:10px;}

.halfpadding {padding:5px;}
 
 .fontBold{font-weight:bold;}
 
 .cursorPointer{cursor:pointer;}
 
 .cursorPointer a{text-decoration:none;}

  /*-----------------------Monitoring Style-----------------------------*/

.noti_style {
    padding: 6px;
    font-weight: bold;
    display: inline;
}

.contactus {
    background-color: #c0c0c0;
    color: black;
    border: 1px solid gray;
}

.addfund {
    background-color: #d5fbfa;
    color: deepskyblue;
    border: 1px solid darkcyan;
}

.addfund_complete {
    background-color: deepskyblue;
    color: white;
    border: 1px solid darkcyan;
}

.withdraw {
     background-color:lightpink;
      color: #dc4737;
      border:1px solid indianred;
}

.withdraw_complete {
     background-color:forestgreen;
      color: white;
      border:1px solid black;
}

.general {
    background-color: honeydew;
    color:black;
    border: 1px solid blue;
}

.general_complete {
    background-color: cornflowerblue;
    color: black;
    border: 1px solid blue;
}


.notiTable {
    border-collapse: collapse;
}

    .notiTable tr, .notiTable tr td {
        border: 1px solid Gray;
        color: Black;
    }
    .notiTable td {
        background-color: #f1f1f1;
    }

 /*-----------------------Pager Style-----------------------------*/

.pagerButtonStyle {
    color: dodgerblue;
    padding: 2px 5px;
    border: 1px solid cadetblue;
    font-size: 13.5px;
}

 .datapagerStyle
{
    color:darkblue;
    padding:2px 5px;
    background-color:dodgerblue;
    border: 1px solid black;
    font-size:13.5px;
}
  /*-----------------------MyanPay User Profile-----------------------------*/

   .userProfile {
        background-color: #F6F6F6;
        border: 1px groove #289DE8;
        padding: 5px;
        color: black;
        margin-right: 20px;
    }

    #div_businessDetails {
        margin-left:150px;
        border:1px solid #c0c0c0;
        background-color:#ccffff;
        color:black;
        opacity:0.9;
        position: absolute;
        z-index: 2;
    }
        #div_businessDetails ul {
            list-style-type: none;
            float:left;
        }

            #div_businessDetails ul:first-child {
                font-weight: bold;
            }

            #div_businessDetails ul li {
                padding: 5px;
            }
            
    /*.userProfile tabel {
     float:left;
    }*/

    .userProfile td:first-child {
        font-weight: bold;
    }

    .titleColor {
        color: #2381e8;
    }

    .display_inline {
        display: inline-block;
        margin-right: 10px;
    }

    .separatedBar {
        padding: 4px;
        border-top: 1px solid #bcbbbb;
    }

    .dottedBar {
   padding:4px;border-top:1px dotted #bcbbbb;
    }

.imgPopUp {
    position: absolute;
    z-index: 1;
    background-color: #F6F6F6;
    border: 1px groove #289DE8;
    padding: 5px;
    cursor: zoom-out;
    opacity: 0.9;
    background: dimgrey;
    filter: alpha(opacity=10);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
    #tblVerify tr td {
        padding: 4px;
    }

    #divStatus {
        margin-left: 50px;
    }

    .popup_style {
            position: absolute;
            z-index: 1;
            opacity: 0.9;
            background: dimgrey;
            filter: alpha(opacity=10);
            position: fixed;
            width: 100%;
            height: 100%;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
        }