﻿.fileUpload {
	position: relative;
	overflow: hidden;
	margin: 10px;
	color: #fff;
	width:40%;
	background-color: #C21269;
	border-color: #C21269;
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid C21269;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}

.MultiFile-list{
padding:5px;
}

.MultiFile-label{
	border: 2px solid #C21269 ;
	border-radius: 4px;
	padding: 2px 5px;
	margin: 2px;
	background: #C21269 ;
	display: inline-block;
	color:#fff 
}

.MultiFile-remove{
	padding:5px;
	color:#fff !important;

}

.MultiFile-title{
	padding:5px;
}

.radius {
	border-radius: 6px;
}


.Radio input[type="radio"] {
     width: 1.8em;
    height: 1.8em;
}


.Drop {
	display: inline-block;
	width: 225px !important;
	height: 30px !important;
	padding:6px;
	font-size: 14px;
	line-height: 30px !important;
	color: #555;
	background-color: rgb(247, 247, 247) !important;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	 background: -moz-linear-gradient(#E8E8E8, #757575);
	 behavior: url('/Style Library/Css/PIE.htc');
}


.Textbox {
	display: inline-block;
	height: 20px !important;
	padding: 4px 12px;
	font-size: 14px;
	line-height: 20px !important;
	color: #555;
	background-color: rgb(247, 247, 247) !important;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.TextArea {
	display: inline-block;
	height: 100px !important;
	padding: 4px 12px;
	font-size: 14px;
	line-height: 20px !important;
	color: #555;
	background-color: rgb(247, 247, 247) !important;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.Calender {
	display: inline-block;
	height: 20px !important;
	padding: 4px 12px;
	font-size: 14px;
	line-height: 20px !important;
	color: #555;
	background-color: rgb(247, 247, 247) !important;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btn_primary {
	background: #80c342;
	width: auto ;
	height: auto ;
	padding: 7px 30px 7px 30px ;
	font-size: 14px;
	line-height: 20px ;
	color: #fff;
	background-image: none;
	border: 1px solid #80c342;
	font-weight: bold;
	border-radius: 6px;	
}
.btn_primary:hover {
	background: #C21269 ;
	width: auto ;
	height: auto ;
	padding: 7px 30px 7px 30px ;
	font-size: 14px;
	line-height: 20px ;
	color: #fff;
	background-image: none;
	border: 1px solid #C21269;
	font-weight: bold;
	border-radius: 4px;
}

.KMFilterButton .btn_primary
{
	float:right;
	margin:10px;
}


.alert-box-error {
	color:#555;
	border-radius:10px;
	padding:10px 36px;
	margin:10px;
	background:#ffecec url('/Style Library/Images/New/error.png') no-repeat 10px 50%;
	border:1px solid #f5aca6;
	background-position:left;
	text-align:left;
	font-weight:bold;
}

.alert-box-success {
	color:#555;
	border-radius:10px;
	padding:10px 36px;
	margin:10px;
	background:#e9ffd9 url('/Style Library/Images/New/success.png') no-repeat 10px 50%;
	border:1px solid #a6ca8a;
	background-position:left;
	text-align:left;
	font-weight:bold;
}


.alert-box-warning {
	color:#555;
	border-radius:10px;
	padding:10px 36px;
	margin:10px;
	background:#fff8c4 url('/Style Library/Images/New/warning.png') no-repeat 10px 50%;
	border:1px solid #f2c779;
	background-position:left;
	text-align:left;
	font-weight:bold;
}

.alert-box-notice {
	color:#555;
	border-radius:10px;
	padding:10px 36px;
	margin:10px;
	background:#e3f7fc url('/Style Library/Images/New/notice.png') no-repeat 10px 50%;
	border:1px solid #8ed9f6;
	background-position:left;
	text-align:left;
	font-weight:bold;
}


 .grid-table{
	border:1px #B7B7B7 solid;
	background-color:#faf9f9;
	text-align:right;
	-moz-border-radius: 5px;  
   -webkit-border-radius: 5px;  
    border-radius: 5px;
	direction:ltr;
	width:100%;
}
.grid-table td{
	height:40px;
}
.grid-table tr.selected>td{
	background-color:#BCF2BC;
}
tr.grid-header th, tr.grid-header td{
	background: #e3ded1;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
	color: #c31b7b;
	border-bottom:1px #B7B7B7 solid;
	font-size:14px;
	padding-right:0px !important;
	height:35px;
	font-weight:bold;
}
.grid-table tr.alternative td
{
	background-color:#f1eee8;
    border-bottom:1px #B7B7B7 solid;
    color:#666666;
    font-size:14px;
    width:200px;
    padding-right:6px;
}
.grid-table tr:hover>td, .grid-table tr.alternative:hover>td, .grid-table tr.alternative:hover>td>table>tbody>tr>td{
	background-color:#F5D9E4!important;
}
.grid-table tr td, .grid-table tr th{
border-bottom:1px #B7B7B7 solid;font-size:14px;padding-right:6px; border-left:1px #B7B7B7 solid;
}
.grid-table tr td{
	color:#666666;
	text-align:center;
}
.grid-table tr th {
	text-align:center;
}
.grid-table tr:last-child{
	border-left:0px;
}
.grid-table tr.footer td{
	background: #E8E8E8;
	background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#d4d4d4));
	background: -webkit-linear-gradient(#f6f6f6, #d4d4d4);
	background-image: -moz-linear-gradient(top, #f6f6f6, #d4d4d4);
	background-image: -moz-gradient(top, #f6f6f6, #d4d4d4);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
	color: #4c4c4c;
	padding-right:6px;
	height:35px;
	border-bottom:0px;
}
.grid-table tr.paging td, .grid-table tr.paging:hover td{
	border-bottom:1px #B7B7B7 solid;
	text-align:center;
	background:transparent;
}
.th-table{
	width:100%;
}
.th-table tr td{
	background-image:none;
	background:transparent;
	border:0px;
	padding:0px;
	margin:0px;
}
.th-table tr:hover>td
{
    background:none;
	background:transparent !important;
	background-color:transparent;
}
.th-table tr td.top{
	text-align:center;
	border-bottom:1px #B7B7B7 solid;
}
tr.table-inside td{
	padding:0px !important;
	background:transparent !important;
	margin:0px;
}
.padding_remove
{
	padding-right:0px !important;
}
tr.table-inside tr th { border : 0px none !important;}
tr.table-inside th.top, tr.table-inside td.top {border-bottom:1px #B7B7B7 solid;}
tr.table-inside td:hover{
	padding:0px !important;
	margin:0px;
}


 .formError .formErrorContent
        {
            width: 100%;
            background: #ee0101;
            position: relative;
            color: #fff;
            width: 150px;
            font-size: 11px;
            border: 2px solid #ddd;
            box-shadow: 0px 0px 6px #000;
            -moz-box-shadow: 0 0 6px #000;
            -webkit-box-shadow: 0 0 6px #000;
            padding: 4px 10px 4px 10px;
            border-radius: 6px;
            -moz-border-radius: 6px;
            -webkit-border-radius: 6px;
        }
        .formError .formErrorContent
        {
            z-index: 991;
        }
        .formError
        {
                       top: -20px;
            left: 20px;
            display: block;
            cursor: pointer;
        }
        .formError .formErrorArrow
        {
            width: 15px;
            margin: -2px 0 0 13px;
            position: relative;
        }
        .formError .formErrorArrow
        {
            z-index: 996;
        }
        form.formular
        {
            font-family: tahoma, verdana, "sans-serif";
            font-size: 12px;
            padding: 20px;
            border: 1px solid #A5A8B8;
            width: 300px;
            margin: 0 auto;
        }
        .formError .formErrorArrow .line10
        {
            width: 15px;
            border: none;
        }
        .formError .formErrorArrow div
        {
            border-left: 2px solid #ddd;
            border-right: 2px solid #ddd;
            box-shadow: 0px 2px 3px #444;
            -moz-box-shadow: 0 2px 3px #444;
            -webkit-box-shadow: 0 2px 3px #444;
            font-size: 0px;
            height: 1px;
            background: #ee0101;
            margin: 0 auto;
            line-height: 0;
            font-size: 0px;
            display: block;
        }
        .formError .formErrorArrow .line9
        {
            width: 13px;
            border: none;
        }
        .formError .formErrorArrow .line8
        {
            width: 11px;
        }
        .formError .formErrorArrow .line7
        {
            width: 9px;
        }
        .formError .formErrorArrow .line6
        {
            width: 7px;
        }
        .formError .formErrorArrow .line5
        {
            width: 5px;
        }
        .formError .formErrorArrow .line4
        {
            width: 3px;
        }
        .formError .formErrorArrow .line3
        {
            width: 1px;
            border-left: 2px solid #ddd;
            border-right: 2px solid #ddd;
            border-bottom: 0 solid #ddd;
        }
        .formError .formErrorArrow .line2
        {
            width: 3px;
            border: none;
            background: #ddd;
        }
        .formError .formErrorArrow .line1
        {
            width: 1px;
            border: none;
            background: #ddd;
        }
        
        .Validators
{
color: red;
    visibility: visible;
    left: 192px;
    top: 0px;
    position: absolute;
}

 .tap{
	

    border-radius: 0px;
    min-height: 0px;
    width: 40%;
    margin: 0px 0px 0px 0%;   
    border-style: solid;
    border-width: 1px;
    border-color: #359BB8;
    background-color: #FFFFFF;   
    text-align: center;
	float:left;
	font-weight: 200;
	    cursor: pointer;
		
	}

	.active
	{
		border-color: #359BB8;
    background-color: #359BB8;
	    color: #FFFFFF;
	}
	.insTap
	{
	clear:both;
	padding-top: 30px;
	max-height:500px;
	overflow-y: scroll;
	}
	.modal {
      position: fixed; /* Stay in place */
    z-index: 1000; /* 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 */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 39%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
	margin-top:-5px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
    background-color: #c31b7b;
    color: white;
    font-size: 18px;
    padding-bottom: 10px;
    padding-top: 10px;
	
}

.modal-body {
padding: 20px 16px;
 line-height:23px;
     font-size: 15px;
    font-weight: bold;
	
 }
 

.modal-footer {
    padding: 2px 16px;
    background-color: #eeebe1;
    color: #c31b7b;
	padding-top: 8px;
}
[id$='captchaOTP_txtCode'].SecurityCode
{
     margin-left: 95px;   

}