﻿@import 'bootstrap.min.css';
/*------------------------------------------------------------------

[Custom Stylesheet]


Last change:	03/25/2013
Assigned to:	You

-------------------------------------------------------------------*/
@media (max-width: 768px) {
	.navbar-nav {
	margin: 7.5px 16px;
	clear:both;
	}
	.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, 				    .navbar-inverse .navbar-nav>.open>a:focus {
	color: #fff;
	background:none;
	}
}
@media (max-width: 979px) {
	
}
.navbar {
z-index: 0;
min-height: 50px;
margin-bottom: 0px !important;
border: 1px solid transparent;
}
.navbar-inverse .navbar-nav>li>a {
color: #ffffff !important;
}
.navbar .navbar-header .navbar-brand {
color: #ffffff;
font-weight: 600;
position: relative;
top: 0;
}
.navbar-inverse .navbar-nav>.dropdown>a .caret {
border-top-color: #fff !important;;
border-bottom-color: #fff !important;;
}
.alert-warning {
color: #0F588E;
background-color: #BFE9FF;
border-color: #1685D6;
}
.caret {
display: inline-block !important;
width: 0 !important;
height: 0 !important;
margin-left: 2px !important;
vertical-align: middle !important;
border-top: 4px solid #000 !important;
border-right: 4px solid transparent !important;
border-bottom: 0 dotted !important;
border-left: 4px solid transparent !important;
content: "" !important;
}
.container {
max-width: 100%;
width:100%;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1040;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
font-size: 14px;
list-style: none;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0,0,0,0.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
box-shadow: 0 6px 12px rgba(0,0,0,0.175);
background-clip: padding-box;
}
.required{
	color:#FF0000;
}
.form-group {
margin-bottom: 5px;
}

.widget .widget-content {
padding: 10px 10px 15px;
background: #FFF;
border: 1px solid #D5D5D5;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}



.form-control {
display: block;
/*width: 100%;*/
/*height: 32px;*/
padding: 6px 2px;
font-size: 14px;
line-height: 1.428571429;
color: #555;
vertical-align: middle;
background-color: #fff;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
font-family:Arial, Helvetica, sans-serif;
}
.table {
width: 100%;
margin-bottom: 0px;
}
.container>.navbar-header, .container>.navbar-collapse {
margin-right: 2%;
margin-left: 2%;
}


/*nilesh*/

.subnavbar {
margin-bottom: 0;
/*border-top: 1px solid #595959;*/
z-index: -1;
}


.content .mainbar .article {
margin: 0 0 0 0;
padding: 5px 1%;
width: 100%;
}


.main {
padding-bottom: 0em;
/*margin-top:20px;*/
}


/*.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
position: relative;
min-height: 1px;
padding-right: 6px;
padding-left: 6px;
}*/

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
font-size:12px !important;
}

.widget {
position: relative;
clear: both;
width: auto;
margin-bottom: 1.5em;
}

.footer {
margin-top: 0;
/*border-top: 1px solid #000;*/
padding: 10px 0;
font-size: 12px;
/*background: #013B75;*/
color: #fff;
-webkit-box-shadow: inset 0 1px 0 #292929;
/*box-shadow: inset 0 1px 0 #292929;*/
}

.form-horizontal
{
    padding-left:0px;
    padding-right:0px;
}

div.jtable-main-container table.jtable thead {
border-top: 1px solid #C8C8C8;
}


.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
border-bottom-right-radius: 0px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
border-bottom-left-radius: 0px;
}


/*
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
background: #e8e8e8;
background: -moz-linear-gradient(top, #e8e8e8 0%, #bababa 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8e8e8), color-stop(100%, #bababa));
background: -webkit-linear-gradient(top, #e8e8e8 0%, #bababa 100%);
background: -o-linear-gradient(top, #e8e8e8 0%, #bababa 100%);
background: -ms-linear-gradient(top, #e8e8e8 0%, #bababa 100%);
background: linear-gradient(to bottom, #e8e8e8 0%, #bababa 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#bababa', GradientType=0);
border-color: #949494;
}
*/




.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
position: relative;
height: 40px;
line-height: 40px;
background: #E9E9E9;
background: -moz-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #e9e9e9));
background: -webkit-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
background: -o-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
background: -ms-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
background: linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";
border: 1px solid #D5D5D5;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
-webkit-background-clip: padding-box;
}


.ui-accordion .ui-accordion-header {
padding-top:0;
}

a .NewRecord
{
    font-size: large; 
    text-decoration: none; 
    color: #666666;
}
/*done by nirali*/
div.jtable-main-container {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: 400;
color: #222;
}


.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	/*background-image: url(images/ui-icons_222222_256x240.png); */
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}

    /* chandni M :Added to show elipssis  in Jtable : 02/07/2014 */
    div.jtable-main-container  table.jtable  tbody  tr.jtable-data-row  td { 	  
	  padding:5px;	  
	  vertical-align :top;	   
	  white-space:nowrap; 
      overflow: hidden; 
      text-overflow: ellipsis;
      -o-text-overflow: ellipsis;      
	}
	
	/* chandni M :Added to show elipssis  in Jtable : 02/07/2014 */
	 div.jtable-main-container  table.jtable  tbody  tr.jtable-data-row  td  label  	
	 {
	  display: block;	     
	  vertical-align :top;	   
	  white-space:nowrap; 
      overflow: hidden; 
      text-overflow: ellipsis;
      -o-text-overflow: ellipsis;      
	}
	
	/* chandni M :Added to show elipssis  in Jtable : 02/07/2014 */
	 div.jtable-main-container  table.jtable  tbody  tr.jtable-data-row  td div span  
	 {
	  display: block;
	  vertical-align :top;	   
	  white-space:nowrap; 
      overflow: hidden; 
      text-overflow: ellipsis;
      -o-text-overflow: ellipsis;      
	}	
	
	/* chandni M :Added to show elipssis in Jtable : 02/07/2014 */
	 div.jtable-main-container table.jtable thead th.jtable-column-header div.jtable-column-header-container span.jtable-column-header-text { 	  
	  display: block;
	  padding:0px;	  
	  vertical-align :top;	   
	  white-space:nowrap; 
      overflow: hidden; 
      text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
      
	}
	
	/* chandni M :Added to show elipssis in Jtable : 02/07/2014 */
	div.jtable-main-container  table.jtable
	{
	    table-layout: fixed;
        width: 100%;
	}

.imgAppCss
        {
            border-color:Black;
        }
