﻿.v1 {width: 8.33333333%}
.v2 {width: 16.66666667%}
.v3 {width: 25%}
.v4 {width: 33.33333333%}
.v5 {width: 41.66666667%}
.v6 {width: 50%}
.v7 {width: 58.33333333%}
.v8 {width: 66.66666667%}
.v9 {width: 75%}
.v10 {width: 83.33333333%}
.v11 {width: 91.66666667%}
.v12 {width: 100%}
.v1,.v2,.v3,.v4,.v5,.v6,.v7,.v8,.v9,.v10,.v11,.v12{float:left; padding-left:10px; padding-right:10px;}

.pdln{padding-left:0;}
.pdrn{padding-right:0;}
.tleft{text-align:left !important;}
.tright{text-align:right !important;}
.tcenter{text-align:center !important;}


 body{padding:0; margin:0; font-family:Arial; font-size:12px; color:#333;}
*{box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}  
input[type=text], select {
    width: 100%;
    font-size:14px;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
    box-sizing: border-box;
     height:42px;
}

input[type=submit] {
    width: 100%;
    font-size:14px;
    background-color: #065eac;
    color: #fff;
    padding: 13px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    font-weight:bold;
    height:42px;
}

input[type=submit]:hover,input[type=submit]:active {
    background-color: #0979dc; outline:none;
}

 
.container{width:100%; padding:0; margin:0 auto; }
.header{width:100%; height:60px; display:block; overflow:hidden; padding:16px; color:#ccc; background:#055fac;}
.header>h3{font-family:Arial; margin:0; font-size:23px; text-align:center;}

.success {background-color: #4CAF50;} /* Green */
.info {background-color: #2196F3;} /* Blue */
.warning {background-color: #ff9800;} /* Orange */
.danger {background-color: #f44336;} /* Red */ 
.other {background-color: #e7e7e7; color: black;} /* Gray */ 

.mdiv {
  margin:15px;
  border:1px dotted #ccc;
  border-radius: 5px;
  background-color: #fff;
  padding: 15px 15px 10px 15px;
  height:126px;
}

.lblinfo {
    background-color: #eee;
    color: #333;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0,0,0,.3);
    padding:10px;
}

.lblBlock{width:100%; padding:10px; background:#e4edf5; overflow:hidden; margin:0 auto;}

/* The container */
.contrb {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight:bold;
  line-height:25px;
}

/* Hide the browser's default radio button */
.contrb input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ccc;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.contrb:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.contrb input:checked ~ .checkmark {
  background-color: #055fac;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.contrb input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.contrb .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}



/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* 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: 80%;
  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;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #e4edf5;
  color: #333;
}

#divResultBlock{padding:10px 15px; width:100%; overflow:hidden;}
#divResultBlock .Rewrapper{border:1px dotted #ccc;}
#divResultBlock h3{font-size:16px; font-weight:bold; margin:5px;}

#divResultBlock .Rewrapper{border:1px dotted #ccc;}
#divResultBlock .tblHeader th, #divResultBlock .tblHeader td{padding:5px 8px; color:#333; border:1px solid #ccc;}
#divResultBlock .tblHeader th{background:#055fac; color:#fff;} 

.modal-body {
    padding: 2px 16px;
    height:100%;
}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.tblHeader {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.thHeader {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

.trBody:nth-child(even) {
  background-color: #dddddd;
}