/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23-Jan-2017, 12:23:20
    Author     : Kishor
*/

.right-text{
    float: right;
    padding-right: 10px;
}

table.dataTable thead .sorting {
    background-image: url('../image/sort_both.png');
}
table.dataTable thead .sorting_asc {
    background-image: url('../image/sort_asc.png');
}   
table.dataTable thead .sorting_desc {
    background-image: url('../image/sort_desc.png');
}   
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    background-repeat: no-repeat;
    background-position: center right;
}

/* Required textbox, select style */
:required {
	border: 2px solid green;
}
:required:focus {
  border: 1px solid red;
  outline: none;
}

.help{
    cursor: pointer;
    padding-left: 3px;
}
.help_div{
    padding: 8px 10px;
    color: black;
    font-size: 1.1em;
}
.red{
    color: red;
}

.orange{
    color: orange;
}

.brown{
    color: brown;
}