﻿


.validation-error {
    color: Maroon;
    font-weight: bold;   
    background-color: #ffeeee;
    border-bottom-color:red;   
    border-top-color:red;   
    border-left-color:red;   
    border-right-color:red;   
}

.required:before { 
    
    content:"* "; 
    color:red; 
    font: bold;
   
    /* background-image: url('/Img/required.png');
	    background-repeat: no-repeat;
	    background-position: 50% 50%; */

}

.input-label, .input-label-bottom {

  text-shadow: 0 1px 0 #fff;
  border-color: whitesmoke;
  border-width: medium;  
  background-color:  whitesmoke;

  border-right-color: silver;  
  border-right-style: solid;
  border-right-width: 1px;

  border-left-color: silver;  
  border-left-style: solid;
  border-left-width: 1px;

  border-bottom-color: whitesmoke;  
  border-bottom-style: solid;
  border-bottom-width: 1px;

  border-top-color: red;  
  border-top-style: solid;
  border-top-width: 1px;

  min-width: 150px;
  
}

.app-modal-window .modal-dialog {
  width: 675px;
}

.input-label-bottom {

  border-bottom-color: silver;  
  border-bottom-style: solid;
  border-bottom-width: 1px;
}


.input-box-bottom2, input-box-bottom {
    border-left-color: silver;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: silver;  
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: silver;  
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.input-box, .input-box-bottom {

  text-shadow: 0 1px 0 #fff;
  border-color: red;
  border-width: medium;  
  background-color: white;
  padding: 0px;

  border-right-color: silver;  
  border-right-style: solid;
  border-right-width: 1px;

  border-bottom-color: white;  
  border-bottom-style: solid;
  border-bottom-width: 1px;

  width:85%;

}



.input-box-double-sided, .input-box-bottom-double-sided {

  text-shadow: 0 1px 0 #fff;
  border-color: red;
  border-width: medium;  
  background-color: white;
  padding: 0px;

  border-right-color: silver;  
  border-right-style: solid;
  border-right-width: 1px;

  border-bottom-color: white;  
  border-bottom-style: solid;
  border-bottom-width: 2px;

  width:40%;


}


.input-box-bottom {

  border-bottom-color: silver;  
  border-bottom-style: solid;
  border-bottom-width: 2px;
}
a.button-link {
    padding: 10px 15px;
    background: #00387A;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #001833;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 5px 1px;
    display: inline-block;
    color: #FFF;
}
a.button-link:hover {
    background: #00387A;
    border: solid 1px #001833;
    text-decoration: none;
    color: #a6a6a6;
}
/*.button-link:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #66B03F;
    border: solid 1px #167C33;

}
.button-link:visited {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #66B03F;
    border: solid 1px #167C33;
    text-decoration: none;
     color: #FFF;   
}
.button-link:visited:hover {
   background: #66B03F;
    border: solid 1px #167C33;
    text-decoration: none;
    color: #969696;
}*/

.table-header{
    color: #ffffff;
    background-color: #3276b1;
    border-color: #285e8e;
}

.same-row {
    display: inline;
    float: left;
    margin-right:15px;
}