﻿
h1 {
padding :5px 5px 5px 5px;
	font-size:14px;  
    font-family:Tahoma, Arial, Helvetica, sans-serif;  
	color:#0880d4;
}

input[type=text],input[type=password],textarea
{
	font-family:Tahoma;
	font-size:12px;
	font-style:normal;
	color:#0880d4;
	z-index: -1;
	border:1px solid #97b8e2;
}

input[type=text]:focus,input[type=password]:focus,textarea:focus
{
    border:1px solid #97b8e2;
    background :#dfefff;
}

input[type=checkbox]
{
	font-family:Tahoma;
	font-size:12px;
	font-style:normal;
	color:#0880d4;
	z-index: -1;
}

input[type=image]
{
    border:solid 1px transparent;
    padding: 2px 2px 2px 2px;
}

input[type=image]:hover
{
    border:solid 1px #97b8e2;
    border-radius:4px;
    background :#dfefff;
    cursor:pointer;
}

input[type=image].login:hover
{
    border:solid 1px transparent;
    background :0;
    cursor:pointer;
}

td, th
{
	font-family:Tahoma;
	font-size:11px;
	color:#0880d4;
    text-align :right ;
}

select {
    border: solid 1px #97b8e2;
    color:#0880d4;
	font-family:Tahoma;
	font-size:11px;
    text-align :right ;
}

.lblMessage
{
	font-family:Tahoma;
	font-size:11px;
	font-style:normal;
	color:#fff;
	text-align :right ;
}
.ErrorMessage
{
	font-size:12px;  
    font-family:Tahoma, Arial, Helvetica, sans-serif;  
	color:#ce1406;
}

.InfoMessage
{
	font-size:12px;  
    font-family:Tahoma, Arial, Helvetica, sans-serif;  
	color:#0880d4;
}

.MainFormat {
	font-size:12px;  
    font-family:Tahoma, Arial, Helvetica, sans-serif;  
	color:#0880d4;
}

.AppMessage {
    min-width :200px;
    min-height:15px;
    background-color :#f8f9dd ;
    border:solid 1px #fbb6bd;
    text-align:center ;
}

.ButtonStyle
{
	color : #0880d4;
	font-family :Tahoma,Arial ;
	font-size :12px;
	border:1px solid #0880d4;
	background-color :#dfefff; 
	height :18px;
	text-align :center; 
	vertical-align:middle ;
	cursor:pointer;
	width:30px;
	/*background-image :url('../images/calendar.gif');
	background-position :center ;
	background-repeat :no-repeat;*/
}

.BlockArea {
    border:1px solid #0880d4;
    background :#dfefff;

}

.labelField {
	font-family:Tahoma;
	font-size:12px;
	font-style:normal;
	color:#0880d4;
	z-index: -1;
	border:1px solid #97b8e2;
    min-width :16px;
    min-height :16px;
    background-color :#fff;
    text-align :center ;
}

.controlFlashing {
  border: 1px solid red !important;
  background :#ffc9dd !important;
}

.ColDiv, .RowDiv {
    padding :2px 2px 2px 2px;
	font-family:Tahoma;
	font-size:11px;
	color:#0880d4;
    text-align :right ;
}

.RowDiv {
    display:block;
}

.ColDiv {
    display:inline-block;
    vertical-align: middle;
}

.ColItemDiv {
    display:inline-block;
    vertical-align: middle;
}

    .loading-indicator {
      display: inline-block;
      padding: 12px;
      background: white;
      -opacity: 0.5;
      color: #0880d4;
      font-weight: bold;
      z-index: 9999;
      border: 1px solid #0880d4;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -webkit-background-clip: padding-box;
      -moz-box-shadow: 0px 0px 10px black;
      -webkit-box-shadow: 0px 0px 10px black;
      box-shadow: 0px 0px 10px black;
      -text-shadow: 1px 1px 1px white;
      direction :ltr ;
      text-align :left ;
    }

    .loading-indicator label {
      padding-left:20px;
      background-image: url('../images/loader-02.gif');
      background-repeat :no-repeat ;
      background-position:left center;

    }
.linkField
{
	font-family:Tahoma;
	font-size:12px;
	font-style:normal;
	color:#0880d4;
	z-index: -1;
	border:0;
    cursor:pointer;
}
.subGrid-table {
    width:100%;
    background-color :#f9fbfe;
    border:1px solid #0880d4;
    border-collapse: collapse; 
    border-spacing: 0;
}
.subGrid-table td{
    width:50px;
    border:1px solid #0880d4 ;
    border-style :dotted ;
    padding:0;
}
.subGrid-table tr:hover{
background-color :#e2edfe;
}

.subGrid-table tr.selected{
background-color :#b6d3fe;
}

.subGrid-table th{
    background-color :#e2edfe;
    width:50px;
    border:1px solid #0880d4 ;
    border-style :dotted ;
    padding:0;
}

.subGrid-toolbar {
    width:100%;
    background-color :#e2edfe;
    height :25px;
}
.mark-row{
    background-color:#ffff66 !important;
    color:black;
}
.mark2-row{
    background-color:#66ffff !important;
    color:black;
}

.TextBox2 {
    padding: 10px;
    background: white;
    -opacity: 0.5;
    color: #0880d4;
    font-weight: bold;
    z-index: 9999;
    border: 1px solid #0880d4;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-box-shadow: 0px 0px 7px #0880d4;
    -webkit-box-shadow: 0px 0px 7px #0880d4; 
    box-shadow: 0px 0px 7px #0880d4;
    -text-shadow: 1px 1px 1px white;
    /*direction :ltr ;*/
    text-align :right ;
}
input[type=text].TextBox2:focus,input[type=password].TextBox2:focus
{
    border:1px solid #97b8e2;
    background :white;
}
.lblMessage2
{
	font-family:Tahoma;
	font-size:12px;
	font-style:normal;
    font-weight:bold;
	color:#ce2604;
	text-align :right ;
    padding :10px;
    white-space: pre-wrap;
}
.FormLabel {
    font-size:15px;
    font-weight:bold;
    text-align:left;
    padding :0 10px;
}

.overlay {
	background: gray;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index:2999;
}

.progress {
    position:absolute;
	z-index:3000;
}

fieldset {
    font-family:Tahoma,sans-serif,Arial;
    border: 2px solid #97b8e2;
    background:inherit;
    border-radius: 5px;
    padding: 15px;
}

fieldset legend {
    background: #97b8e2;
    color: #fff;
    padding: 5px 10px ;
    font-size: 12px;
    border-radius: 2px;
    box-shadow: 0 0 0 2px #ddd;
    margin-left: 20px;
}
.myBalsamButton {
display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  padding: 5px 20px;
  border: 1px solid #018dc4;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family:Tahoma;
  font-size:12px;
  font-style:normal;
  color: rgba(255,255,255,0.9);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: #0880d4;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
  text-shadow: -1px -1px 0 rgba(15,73,168,0.66) ;
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.myBalsamButton:hover {
	border: 1px solid #007cad;
  background: rgba(0,142,198,1);
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.3) ;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.3) ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}
.myBalsamButton:active {
	border: 1px solid #018dc4;
  background: #00a6e8;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2) inset;
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2) inset;
  text-shadow: none;
  -webkit-transition: all 50ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 50ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 50ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 50ms cubic-bezier(0.42, 0, 0.58, 1);
}
.customeProgress {
    margin: 0 auto;
    height: 12px;
    width: 400px;
    border: 3px solid #0880d4;
    border-radius: 15px;
}
.customeProgress .prog {
    background-color: #c2e0ec;
    height: 12px;
    border-radius: 15px;
}

.ButtonContainer {
    width:100% ;
    text-align:left !important;
}