/*
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 : 7 Mar, 2016, 6:11:25 PM
    Author     : pritesh
*/

/*.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: 0 !important;
}*/



.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    float: left;
}

.breadcrumb{
    float: right !important;
}

.breadcrumb > li + li::before {
    color: #555 !important;
    content: "›" !important;
    padding: 0 5px !important;
}

.page-margin {
    padding: 20px 20px 60px 20px !important; float:left; width:100%;
}

div.required label:after {
    content: " *";
    text-align: left;
}

div label {
    text-align: left;
}

.btn-default:hover, .btn-default{
    color:#58639b !important;
}

.img-pad{
    padding: 10px 0 20px 0;
}
.checkbox-pad{
    padding: 10px 0 0 0;
}
.container-fluid padlr0{ padding-left:2px !important; padding-right:2px !important;}

.table-fixed {
  height: 320px;
  overflow-y: auto;
  width: 100%;
}

.variable-fixed {
  height: 520px;
  overflow: auto;
}

.variable-td{
  text-align: left !important;
  width:100px; 
  padding: 5px; 
  word-wrap:break-word;

   
}

.btn-color{
    padding: 6px 12px !important;
    color:#fff !important;
}

.invoice-datepicker{
	padding:5px 10px !important;
}

form div.required label.control-label:after {
  content:" * ";
  color:red;
}
.language_change{
  font-weight: 500;
  border-right: 1px solid; 
  text-align: center;
}
.language_change a.active{color:red !important;}
.language_change a:hover{
  color: red !important;
}