@import url(http://fonts.googleapis.com/css?family=Roboto:400,900,500);

*
{
    margin: 0;
    padding: 0;
    font-family: 'Roboto' , 'sans-serif';
}

body
{
    font-size: 12px;
    font-family: 'Roboto' , 'sans-serif';
    background: #fff;
    line-height: 25px;
    margin: 1cm;
}


*
{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.page
{
    width: 25cm;
    padding: 0;
    margin: 0 auto;
    background: white;
}

.subpage
{
    padding: 0;
}

header
{
    text-align: center;
    border-bottom: 2px solid #c7171d;
    padding: 5px 0;
    margin-bottom: 20px;
}

header .table td
{
    padding: 0 !important;
    border: none !important;
}

header h4
{
    margin: 0;
    padding: 1em;
    line-height: 30px;
    font-weight: 500;
}

header h4 dd
{
    font-size: 15px;
    padding: 3px 0;
    font-weight: 600;
}

header img
{
    padding: 10px 0;
}

.form-control
{
    box-shadow: none; /*border: 1px solid #fff;*/
    border-radius: 0;
    height: auto;
}

.previous_emp .form-control
{
    font-size: 12px;
    padding: 0 !important;
}

.previous_emp thead th
{
    font-size: 13px;
}

.form-control:hover
{
    box-shadow: none;
}

.form-control:focus
{
    box-shadow: none;
    border: 1px solid #000;
    border-color: #000;
    outline: none;
}

.checkbox input[type=checkbox]
{
    float: none;
    margin: 0 8px;
    position: relative;
    top: 3px;
}

.table
{
    margin: 0;
}

.date-of-birth td, .date-of-birth th
{
    border-bottom: none !important;
}

.date-of-birth td:first-child, .date-of-birth th:first-child
{
    border-left: none !important;
}

.language td, .language th
{
    border-bottom: none !important;
}

.table.language > thead > tr > th
{
    border-top: none !important;
    text-align: center;
    vertical-align: middle;
}

.language td:first-child, .language th:first-child
{
    border-left: none !important;
}

.language td:last-child, .language th:last-child
{
    border-right: none !important;
}

.table > thead > tr > th
{
    border: 1px solid #000 !important;
}

.table td, .table th
{
    border: 1px solid #000;
    border-top: 1px solid #000 !important;
    padding: 5px !important;
}

.table.first
{
    border: none;
    margin: 30px 0;
}

.table.first th
{
    border: 1px solid #000;
    border-top: 1px solid #000 !important;
    text-align: center;
    width: 15%;
}

.table.first td
{
    border: 1px solid #000;
    text-align: center;
    width: 15%;
}

.table.first td:last-child
{
    width: 40%;
}

.table.top
{
    margin: 0;
}

.table.top td
{
    border: none;
    text-align: left;
    padding-left: 0;
}

footer
{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    margin-top: 60px;
}

.copyright
{
    background: #000;
    color: #fff;
}

.copyright td
{
    border: none;
    text-align: center;
}

.bullets
{
    padding: 5px 0 5px 25px;
    margin: 0;
}

.bullets li
{
    list-style-type: lower-roman;
}

@page
{
    size: A4;
    margin: 5mm auto;
}

.bg-grey
{
    background: #cccccc;
}
