/*
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 : Aug 30, 2016, 2:21:26 PM
    Author     : Paul
*/

.btn-lg.btn-primary {
    border-radius: 5px;
    border-color: #720037;
    background-color: #7f003d;
    margin-bottom: 0.5rem;
}

td.cell-personal {
    padding: 4px !important;
    vertical-align: middle !important;
}

img {
    margin: 5px;
}

.img-rounded {
    border-radius: 15px;
    width: 100px;
    height: 100px;
}

.td-spacing {
    vertical-align: middle !important;
    padding-right: 50px !important;
}

.table {
    background-color: white;
}

.table-fixed {
    table-layout: fixed;
}

table.voucher {
    background-color: #FADCEB;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.55;
    vertical-align: top;
    border-top: 1px solid #a50050;
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

#products {
    margin-bottom: 0px;
}

.exam_container {
    display: flex;
}

.exam_radio {
    float: left;
    margin: 35px;
}

.exam_image {
    float: left;
    margin: 2px;
}

.exam_properties {
    margin: 10px;
}

.errorlist {
    padding-left: 0px;
}

input[type="text"], input[type="email"], input[type="url"], select, textarea {
    width: 100%;
}

input[type="radio"] {
    width: 50px;
}

input[type="button"], input[type="submit"] {
    width: 200px;
}

input:read-only {
    background-color: yellow;
}

.f3-widget-paginator {
    display: inline-block;
    border-radius: 4px;
    margin: 5px 0px;
    padding-left: 0px;
}

.f3-widget-paginator > li {
    display: inline;
}

.f3-widget-paginator > li > a,
.f3-widget-paginator > li.current {
    cursor: pointer;
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    text-decoration: none;
    background-color: #ec6880;
    border-color: #e9516d;
    color: #ffffff;
    border: 1px solid transparent;
}

.f3-widget-paginator > li.current,
.f3-widget-paginator > li > a:hover,
.f3-widget-paginator > li > a:focus {
    background-color: #e63b5a;
    border-color: #e11c40;
}

.f3-widget-paginator > li:first-child > a,
.f3-widget-paginator > li.current:first-child {
    margin-left: 0px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.f3-widget-paginator > li:last-child > a,
.f3-widget-paginator > li.current:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

span.emphasize {
    font-size: 1.3em;
}

.breadcrumb-section .breadcrumb {
    padding-left: 5px;
    padding-right: 0;
    border-radius: 0;
    margin-bottom: 0;
}

.larger{
    font-size:1.2rem;
    margin: 0;
}