﻿
.error_arrow{
background: #ee0101 ;
cursor: pointer;
 /*position: absolute;*/
z-index:1;
display: -moz-inline-stack;
display: inline-block;
zoom: 1;
margin: 0px;
height: 8px;
width: 3px;
border-left: 2px solid #ddd;
border-bottom: 2px solid #ddd;
}


.error {
	color: #f30;
	margin: 0px 0;
	padding: 0px;
	font-weight: bold;
	font-size: 9px;
	padding-left: 22px;
}

.validation_success1 {
	color: #00b200;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 9px;
	padding-left: 22px;
}

.validation_loading {
	background: url(/v_office/images/spinner.gif) no-repeat center left;
	color: #555;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 9px;
	padding-left: 22px;
}


.validation_error {
    color: white;
    background: #ee0101;
    min-width: 140px;
    /*position: absolute;
     border: 2px solid #ddd;*/
    font-size: 11px;
    padding: 2px 4px;
    box-shadow:9px 6px 3px #000;
    -moz-box-shadow: 9px 6px 3px #000;
    -webkit-box-shadow:9px 6px 3px #000;
    -o-box-shadow: 9px 6px 3px #000;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    float: left;
}
.errorarrow-n,
.errorarrow-e,
.errorarrow-s,
.errorarrow-w {
  /*
   * In Internet Explorer, The"border-style: dashed" will never be
   * rendered unless "(width * 5) >= border-width" is true.
   * Since "width" is set to "0", the "dashed-border" remains
   * invisible to the user, which renders the border just like how
   * "border-color: transparent" renders.
   */
  border-style: dashed;
  border-color: transparent;
  border-width: 0.53em;
  display: -moz-inline-box;
  display: inline-block;
  /* Use font-size to control the size of the arrow. */
  font-size: 14px;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: middle;
  width: 0;
}

.errorarrow-n {
  border-bottom-width: 0.7em;
  border-bottom-style: solid;
  border-bottom-color:  #ee0101;
  bottom: 0.25em;
}

.errorarrow-e {
  border-left-width: 0.7em;
  border-left-style: solid;
  border-left-color:  #ee0101;
  left: 0.25em;
}
                    
.errorarrow-s {
  border-top-width: 0.7em;
  border-top-style: solid;
  border-top-color:  #ee0101;
  top: 0.25em;
}


.errorarrow-w {
  border-right-width: 0.7em;
  border-right-style: solid;
  border-right-color:  #ee0101;
  right: 0.25em;
}
	
.validation_success {
	color:white;
	background: #00b200;
	min-width: 130px;
   /*position: absolute;
     border: 2px solid #ddd;*/
    font-size: 11px;
    padding: 2px 4px;
    float: left;
    box-shadow:9px 6px 3px #000;
    -moz-box-shadow: 9px 6px 3px #000;
    -webkit-box-shadow:9px 6px 3px #000;
    -o-box-shadow: 9px 6px 3px #000;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
}
.successarrow-n,
.successarrow-e,
.successarrow-s,
.successarrow-w {
 
  border-style: dashed;
  border-color: transparent;
  border-width: 0.53em;
  display: -moz-inline-box;
  display: inline-block;
  /* Use font-size to control the size of the arrow. */
  font-size: 14px;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: middle;
  width: 0;
}

.successarrow-n {
  border-bottom-width: 0.7em;
  border-bottom-style: solid;
  border-bottom-color:  #00b200;
  bottom: 0.25em;
}

.successarrow-e {
  border-left-width: 0.7em;
  border-left-style: solid;
  border-left-color:  #00b200;
  left: 0.25em;
}
                    
.successarrow-s {
  border-top-width: 0.7em;
  border-top-style: solid;
  border-top-color: #00b200;
  top: 0.25em;
}


.successarrow-w {
  border-right-width: 0.7em;
  border-right-style: solid;
  border-right-color:  #00b200;
  right: 0.25em;
}
