/*
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 : Nov 7, 2013, 3:29:45 PM
    Author     : centrum
*/

/*belongs to detail4colview*/
table.detail-view { border:1px solid #fff !important; }
table.detail-view tbody tr:nth-child(even) { background:#E5F1F4; border-color:#fff; }
table.detail-view tbody tr:nth-child(odd) { background:#F8F8F8;  border-color:#fff; }
table.detail-view tbody td { border-color:#fff; min-width:25%; }
table.detail-view tbody tr.header { background:#95C8D5; }
table.detail-view tbody tr.header th { text-align:left; min-width:20%; }
/*end of detail4colview style*/

div.form .row {
    margin: 0;
}

.parallel{
    float: left;
    padding-right: 30px;
    position: relative;
}

.span-full{
    
}