/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 23, 2022, 7:57:56 AM
    Author     : samsung
*/
*{
	box-sizing: border-box;
}
.Progress {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
}
.progress-div {
    width: 200px;
    margin: 100px auto;
}
.Saw-KYC-Pop{
    position:fixed;
    top:0px; 
    display:none;
    left:0px;
    z-index:99999;
    height:100%;
    width:100%;
    background:rgba(0,0,0,0.5);
}
.Saw-KYC-Pop-div{
    width:400px;
    margin:100px auto;
}

/*Style for radio button*/
.custom-radio {
  min-height: 1rem;
  padding-left: 0;
  margin-right: 0;
  cursor: pointer; 
  
}
.custom-control-input{
    visibility:hidden;
}
.custom-radio .custom-control-indicator {
    content: "";
    display: inline-block;
    position: relative;
    width: 30px;
    height: 10px;
    background-color: #818181;
    border-radius: 15px;
    margin-right: 10px;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    vertical-align: middle;
    margin: 0 16px 0 0;
    box-shadow: none; 
}
.custom-radio .custom-control-indicator:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #f1f1f1;
    border-radius: 21px;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
    left: -2px;
    top: -4px;
    -webkit-transition: left .3s ease, background .3s ease, box-shadow .1s ease;
    transition: left .3s ease, background .3s ease, box-shadow .1s ease; 
}
.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
    background-color: #84c7c1;
    background-image: none;
    box-shadow: none !important; 
}
.custom-radio .custom-control-input:checked ~ .custom-control-indicator:after {
    background-color: #84c7c1;
    left: 15px; 
}
.custom-radio .custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: none !important; 
}
  /*-----------*/
.logo-a{
     white-space:nowrap;
     overflow:hidden;
     text-overflow:ellipsis;
}
#waiting-con{
	position: fixed;
	padding-top: 200px;
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 1000px;
	text-align: center;
	background-color: rgba(0,0,0,0.7);
	z-index: 9999;
}

.no-print{
	display: none;
}
.get-data{
    display:none;
}

.text-message-con{
	height: 290px;
	overflow-y: auto;
}
.text-message-head{
	border-bottom: 1px solid black;
	font-size: 20px;
	padding: 10px;
}
.text-message{
	padding: 10px;
	display: inline-block;
	border-bottom: 1px solid white;
}
.text-message ul{
	list-style-type: none;
}
.birthday-list{
	overflow: auto;
    height: 220px;
}
.income-ex-graph{
	background-color: white;
	padding: 56px 0;
	color:#39CCCC;
}
.income-ex-graph div{
	padding-top: 20px;
}
.pro-pic-con{
	text-align: center;
    padding-left:0;
}
.pro-detail{
   
    width:100%;
}
.pro-pic{
    border:5px solid white;
    outline:1px solid #3c8dbc;
	text-align: center;
    padding:0px;
	margin: 10px 0 0 30px;
    width:100%;
} 
.pro-sign{

    width:100%;
}
.pro-sign-pic{
    border:5px solid white;
    outline:1px solid #3c8dbc;
    text-align: center;
    padding:0px;
    margin: 10px 0 0 30px;
    width:100%;
}
.label-attch{
	padding: 0px;
}
.file-attch-con{
	padding: 0px;
    display:inline-block;
}
.file-attch{ 
    
	width: 93px;
	height: 23px;
	padding: 0px;
	
}
.iCheck-helper{
	display: none;
}
.user-form{
   
}
.code-search-bar{
	width: 50%;
}
.inputGroup{
	margin: 5px 0;
	padding: 0;
}
.inputGroup label{
    white-space:nowrap;
    overflow:hidden;
     text-overflow:ellipsis;
	  
	  padding:0 0 0 5px;
}
.user-indi-form{
   border:1px solid gray;
   margin-top: 10px;
   padding:0px;
   background:rgba(60,141,188,0.1)
}
.indi-form-head{
	padding: 5px 10px;
   background-color: #3c8dbc;
   color: white;
   font-size: 15px;
}
.user-form-2{
   margin:10px 10px 0px 10px;
}
.kyc-con{
    border:1px solid gray;
}
.btn-con{
    padding:10px;
}
.save-btn{
    text-align:right;
}
.refresh-btn{
    text-align:center;
}
.close-btn{
    text-align:left;
}

.reject-btn{
    text-align:left;
}

.save-btn input,.Reject-btn input, .refresh-btn a, .close-btn input, .refresh-btn input, .print-btn input,.save-btn a,.reject-btn a {
    border: 5px solid transparent;
}
.err-con{
    position:fixed;
    z-index:9999;
    top:55px;
    left:0px;
    width:100%;
}
.err-msz{
    color:red;
    margin:0 auto;
    box-shadow:0 2px 3px rgba(0,0,0,0.3);
    padding:10px 10px 10px 30px;
    display:none;
    max-width:400px;
    background:url(../Photos/alert-xxl.png) no-repeat 4px 8px;
    background-size:23px 23px;
    background-color:#f5f5f5;
    border:1px solid rgba(0,0,0,0.2);
    animation: errmsz 1s;
}
@keyframes errmsz{
    0% {transform:scale(0.5, 0.5)}
    65% {transform:scale(1, 1)}
    70% {transform:rotate(3deg)}
    75% {transform:rotate(-3deg)}
    80%{transform:rotate(3deg)}
    85%{transform:rotate(-3deg)}
    90%{transform:rotate(3deg)}
    95%{transform:rotate(-3deg)}
     100%{transform:rotate(0deg)}
}
.server-err-con{
    position:fixed;
    z-index:9999;
    top:55px;
    left:0px;
    width:100%;
}
.server-err-msz{
    color:red;
    margin:0 auto;
    box-shadow:0 2px 3px rgba(0,0,0,0.3);
    padding:10px 10px 10px 30px;
    display:none;
    max-width:400px;
    background:url(../Photos/alert-xxl.png) no-repeat 4px 8px;
    background-size:23px 23px;
    background-color:#f5f5f5;
    border:1px solid rgba(0,0,0,0.2);
    animation: errmsz 1s;
}
.err-close{
    float:right;
    margin:0;
    padding:0;
    display:inline-block;
    text-align:right;
    color:dimgray;
    cursor:pointer;
}
.server-save-con{
    position:fixed;
    z-index:9999;
    top:55px;
    left:0px;
    width:100%;
}
.server-save-msz{
    color:green;
    margin:0 auto;
    box-shadow:0 2px 3px rgba(0,0,0,0.3);
    padding:10px 10px 10px 30px;
    display:none;
    max-width:400px;
    background:url(../Photos/success.png) no-repeat 4px 8px;
    background-size:23px 23px;
    background-color:#f5f5f5;
    border:1px solid rgba(0,0,0,0.2);
    animation: errmsz 1s;
}
.save-close{
    margin:0;
    padding:0;
    display:block;
   text-align:right;
    color:red;
}

/*.err-msz::before {
    content: " ";
    width:15px;
    height:15px;
    background-color:#f5f5f5;
    border-left:1px solid rgba(0,0,0,0.2);
    border-top:1px solid rgba(0,0,0,0.2);
    color: red;
    position:absolute;
    top:-7px;
    z-index:0;
     -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}*/
#reportList{
    overflow:auto;
    border-right:1px solid gray;
}
.report-list{
    border-bottom: 1px solid white;
}
.change-pass{
    display:block;
    margin:10px auto;
    max-width:450px;
}
.change-pass-2{
    display:block;
    margin:10px auto;
    max-width:600px;
}
.footer-btn-con{
    background:#3c8dbc;
    padding:5px;
    margin-top:20px;
}
.update-img{
    background:url(../Photos/Update.png) no-repeat;
}
.search-img{
    background:url(../Photos/Search.png) no-repeat;
}
.print-img{
    background:url(../Photos/Print.png) no-repeat;
}
.submit-img{
    background:url(../Photos/Submit.png) no-repeat;
}
.save-img{
    background:url(../Photos/Save.png) no-repeat;
}
.refresh-img{
    background:url(../Photos/Refresh.png) no-repeat;
}
.close-img{
    background:url(../Photos/Close.png) no-repeat;
}
.add-img{
    background:url(../Photos/Add.png) no-repeat;
}
.delete-img{
    background:url(../Photos/Delete.png) no-repeat;
}
.view-img{
    background:url(../Photos/View.png) no-repeat;
}
.reject-img{
    background:url(../Photos/Reject.png) no-repeat;
}
.save-img, .refresh-img, .close-img, .add-img, .submit-img, .print-img, .update-img, .delete-img, .view-img, .reject-img{
    background-position:0 0;
    text-indent:-9999px;
    width:94px;
    height:40px;
}
.sm-save-img, .sm-refresh-img, .sm-close-img, .sm-add-img, .sm-submit-img, .sm-print-img, .sm-update-img, .sm-delete-img, .sm-view-img,.sm-reject-img{
    background-position:0 0;
    background-size:70px 25px;
    text-indent:-9999px;
    width:80px;
    height:35px;
}
.search-img{
    float:right;
    background-position:0 0;
    text-indent:-9999px;
    width:20px;
    height:26px;
}
.rank-con{
    width:98px;
    display:inline-block;
}
.rank-con input{
    padding:0;
}
.inpu-group{
    padding:0;
}
.table-con{
    border: 1px solid gray;
    width:100%;
    overflow:auto;
}
.tablee{
    overflow:auto;
    text-align:center;
    width:100%;
  
}
.tablee tr, .tablee th, .tablee td{
    border:1px solid gray;
    text-align:center;
}
.tablee, .tablee tr, .tablee th, .tablee td{
    border-collapse:collapse;
}
.welcome-letter{
    
    margin:20px;
 
}
.welcome-letter div{
    
}
.welcome-letter h1{
    font-size:30px;
    font-weight:bold;
    display:block;
    text-align:center;
    padding: 0 15px 15px 15px;
}
.well-let{
    text-align:center;
    font-weight:bold;
    font-size:20px;
}
.well-let-det{
    margin-top:20px;
}
.well-let-det-con{
    min-width:600px;
    margin-bottom:30px;
    padding:10px;
    border:1px solid black;
}
.footerA{
    text-align:center;
    font-weight:bold;
    font-size:20px;
}
.kyc-popup-con{
    position:fixed;
    top:100px;
    left:0px;
    width:100%;
    height:auto;
    z-index:9999;
    padding:10px;

}
.kyc-popup{
    display:none;
    max-width:600px;
    border:5px solid white;
    margin:0px auto;
    box-shadow:0 0 10px;
    animation: 0.5s popup;
}
.popup-close{
    position:absolute;
    top:-35px;
    right:-5px;
    background-color:white;
    padding:10px;
}

@keyframes popup{
    0% {transform:scale(0.5, 0.5)}
    25%{transform:scale(1.05, 1.05)}
    50%{transform:scale(1.06, 1.06)}
    100%{transform:scale(1, 1)}
}

.detail-table-con{
    position:fixed;
    padding:10px;
    top:100px;
    left:0px;
    width:100%;
    height:auto;
    z-index:9999;
}

.detail-table{
    display:none;
    max-width:600px;
    border:5px solid white;
    margin:0px auto;
    box-shadow:0 0 10px;
    animation: 0.5s popup;
}
.Table-close{
    position:absolute;
    top:-35px;
    right:-5px;
    background-color:white;
    padding:10px;
    z-index:99999;
}
.city-form{
    box-sizing:border-box;
    width:39.5%;
    float:left;
   
}
.city-table{
    box-sizing:border-box;
    width:59.5%;
    float:right;
    
}
/*.btn span.glyphicon {    			
	opacity: 0;				
}
.btn.active span.glyphicon {				
	opacity: 1;				
}*/
.checkbox{
    width:20px;
    height:20px;
}
.msz-about{
    display:inline-block;
    width:80px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    color:#3c8dbc;
}
.msz-body{
    padding-left:20px;
    max-width:500px;
    display:inline-block;
}
/*ticket table*/
.tkt-table-tr{
    background-color:white;
    border-bottom:1px solid gray;
    padding:5px;
}
.request-count{
    font-size:50px;
    color:forestgreen;
}
.tkt-detail{
    text-align:left;
}
#DateFilter, #MonthFilter, #YearFilter, #DateTitleFilter{
    display:none;
}
.pre-next-search{
    position:relative;
    padding-left:25px;
    padding-right:25px;
}
.pre-btn, .nex-btn{
    text-indent:-999999px;
    display:inline-block;
    position:absolute;
    width:24px;
    height:24px;
    background:url(../Photos/85f933602e6d06364a79dd1f7e918237.jpg) no-repeat;
    background-size:67px 42px;
    border-radius:50%; 
}
.pre-btn{
    top:2px;
    left:0;
    background-position:-8px -9px;
}
.nex-btn{
    top:2px;
    right:0;
    background-position:-35px -9px;
}
.Sql-filter{
    height:240px;
}
.small-txt{
    text-transform:lowercase
}
.each-cap-txt{
    text-transform:capitalize;
}
.default-txt{
    text-transform:initial;
}
.grid-table{
    width:100%;
}
.grid-table-head{
    width:100%;
}
.grid-table-body{
    width:100%;
    max-height:200px;
    overflow:auto;
}
.grid-table-body tr{
    border-top:1px solid gray;
   
}
.grid-table-body tr td{
     padding:5px;
}

.GridViewTable tr, .GridViewTable td, .GridViewTable th{
    border:1px solid gray;
}
.GridViewTable tr th{
    background:#f39c12;
    padding:3px 3px;
}

.GridViewTable tbody tr td{
    padding:3px 3px;
}
.alternating_row_style{ 
    padding:3px 3px;
}

.Grid_btn{
    margin-left:10px;
    margin-right:10px;
}

@media (max-width:767px){
    .city-form, .city-table{
       width:100%;
    }
    .pro-detail{
        width:175px;
        margin:10px 10px 10px 35px;
        float:left;
    }
    .pro-sign{
	    margin:10px 10px 10px 20px;
	    width:175px;
         float:left;
    }
    
    .tablee{
        width:1000px;
    }
    .pro-pic{
        margin:0;
    }
   
    .pro-sign-pic{
        margin:3px 0 0 0;
        
    }
    .Sql-filter{
        height:380px;
    }
}
@media (max-width:460px){
    .pro-pic{
       
    }
    .pro-detail{
        width:150px;
   
    }
    .pro-pic img{
        width:100%;
    }
    .pro-sign-pic{
        margin:3px 0 0 0;
        
    }
    
    .pro-sign{
	   width:150px;
    }
    .btn-con{
        padding:10px 0px;
    }
    .save-btn, .close-btn, .refresh-btn {
        padding:10px 0px;
    }
    .user_name_con{
        width:100px;
        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
     padding:0 0 0 5px;
    }
}
@media (max-width:407px){
     .pro-detail{
        width:125px;
   
    }
      .pro-sign{
	   width:125px;
    }
}
@media (max-width:400px){
     .pro-detail{
        width:125px;
   
    }
      .pro-sign{
	   width:125px;
    }
}
@media (max-width:345px) {
    .pro-detail{
        float:none;
        width:125px;
        display:block;
        margin:5px auto;
   
    }
    .pro-sign{
       float:none;
	   width:125px;
       display:block;
        margin:5px auto;
    }

}
@media (max-width:314px) {
    .save-btn, .close-btn, .refresh-btn,.reject-btn {
        width:100%;
        text-align:center;
    }
}
.dataTableHead{
background:#3c8dbc; color:white;
}
/*.form-control{
    z-index:-1;
}
.form-group{
     z-index:-1;
}*/
