body {
	font: 400 12px/1.55 "Open Sans", sans-serif;
	margin-top: 20px;
}

.panel {
	width: 100%;
	height:100%;
	background: white;
	color: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #d5d5d5;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
	overflow: visible !important;
	font: 400 13px/1.55 "Open Sans", sans-serif;
	position: absolute;
}

.caption {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 5%;
	background: #107589;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	box-sizing: border-box;
	box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #eeeeee;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
	border-radius: 3px 3px 0 0;
	padding: 5px 10px;
	line-height: 24px;
	border-bottom: 1px solid #d5d5d5;
	margin-top: 10px;
}

.v-textfield {
	padding: 5px 8px;
	margin: 5px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	width: 150px;
	color: #474747;
}
.img 
{
	display: inline-block;
    border: 1px solid #ccc;
    width: 150px;
    height: 40px;
    border-radius: 4px;
}

.button {
	background: #107589;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial;
	border-color: grey;
	box-sizing: border-box;
	display: inline-block;
	border-radius: 4px;
	border: 1px solid #d5d5d5;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
	overflow: visible !important;
	padding: 5px;
	width: 100px;
	height:28px;
	cursor:pointer;
}

.button:disabled
{
	cursor: default;
	opacity:0.5;
}

.content {
	margin: 2px;
	padding: 0px;
}

table {
	width: 100%;
	font: 400 13px/1.55 "Open Sans", sans-serif;
	color:#474747;
}

td{
	vartical-align:bottom;
}

.lblName
{
    padding-left: 10px;
    padding-right: 10px;
    background: #107589;
    color: #005a6c;
    text-transform: capitalize;
    min-height:100%;
    border-top : 1px solid white;
}


.lblValue
{
    padding: 1px;
    background: #e6e6e6;
    color: #005a6c;
    min-height:100%;
    border-left : 1px solid white;
    border-top : 1px solid white;
}

.btnlang
{
	position: absolute;
    bottom: 10px;
    right: 10px;
    border: none;
    background: none;
    letter-spacing: 1px;
    text-decoration: none;
    font-size: 1em;
    font-weight: 600;
    color:#107589;
}

.btnlangarb
{
	position: absolute;
	bottom:10px;
	left:10px;
	border:none;
	background:none;
	letter-spacing: 1px;
    text-decoration: none;
    font-size: 1em;
    font-weight: 600;
    color:#107589;
}


.refresh
{
	text-align: left;
	
}

.btnLong
{
	width: 120px;
}

.error-label
{
	color:red;
	font-weight: bold;
    font-size: 13px;
    display:block;
}

.warning-label
{
	color:#107589;
	font-weight: bold;
}


.field-with-prefix
{
	width: 150px;
	height: 39px;
	direction:ltr;
	text-align:left;
}

.field-with-prefix input
{
	padding-left:30px;
	margin-bottom:0px;
	margin-top:0px;
	position: relative;
    top: -15px;
}


.prefix
{
	position:relative;
	top: 0.7em;
    left: 5px;
    z-index:20;
}


.field-with-prefix-arb
{
	width: 150px;
	height: 39px;
}

.field-with-prefix-arb input
{
	padding-left:30px;
	margin-bottom:0px;
	margin-top:0px;
	position: relative;
    top: -15px;
}


.prefix-arb
{
	position:relative;
	top: 0.7em;
    right: 122px;
    left: 122px;
    z-index:20;
}

.padding-right
{
	padding-right: 20px;
}

.padding-left
{
	padding-left: 20px;
}


.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  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/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #107589;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position:relative;
  top:-28px;
  right:-14px;
  opacity:0.7;
}

.close.arb
{
	
}

.close:hover,
.close:focus {
  opacity:1;
  text-decoration: none;
  cursor: pointer;
}

button.clickable-text
{
	border: none;
    background: transparent;
    border-bottom: 1px solid blue;
    color:blue;
    margin-bottom: 5px;
    cursor: pointer;
}

button.clickable-text:focus
{
	border: none;
	outline:none;
}

.custom-date
{
	margin: 5px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	width: 150px;
	height:28px;
	direction:ltr;
}

.custom-date input
{
	padding: 5px 8px;
	width:1.5em;
	border: none;
    background: transparent;
	color: #474747;
}

.custom-date input:focus { outline: none; }

.custom-date input.custom-mm
{
	width:1.7em;
}


.custom-date input.custom-yyyy
{
	width:3em;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}