
input[type=checkbox] 
{

  transform: scale(1.8);
  margin-top:7px;
  margin-right:10px;    
  margin-left:10px;  

}

i
{
  margin-top:7px;
}

.table-line-active {
  background-color: rgba(0, 64, 255, 0.15); 
  text-shadow: 0px 0px 10px white;
}


.table-frame
{
    border-radius: 4px;
    border: 1px solid rgba(0, 64, 255, 1);
    padding:10px;
    color:rgba(25,25,112,1);

}

.table-line
{
    /*border-radius: 4px 4px;*/
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: 1px solid rgba(0, 64, 255, 1);
    margin-top: 3px;
    overflow:hidden;
    padding-left:5px;
    line-height:2;

}

.table-line:hover 
{
    background-color: rgba(0, 64, 255, 0.3);    
    text-shadow: 0px 0px 10px white;
}


.table-text
{	
  text-align:left;
}

.table-child-line
{	
  border-radius: 4px; 
  /*margin-top: 10px;*/
  margin-left: 10px;
}

.font-color-id
{
	color:rgba(25,125,250,1);
	font-style: bold;
}

.menu-visible
{
	display: none;
}

.inline-menu
{
	float: right; 
	display:none; 
	margin-left:5px;
	cursor:pointer;
}
.modal 
{
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('/Content/nov-img/ajax-loader.gif') 
                50% 50% 
                no-repeat;
}

body.loading .modal 
{
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal 
{
    display: block;
}