/*
  Dividers
 */
.divider-10
{
    height: 10px;
}

.divider-25
{
    height: 25px;
}

.divider-50
{
    height: 50px;
}

.divider-75
{
    height: 75px;
}

.divider-100
{
    height: 100px;
}

/*
    Other css
 */

@font-face
{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

body
{
    margin: 0;
    font-family: 'Open Sans', serif;
}

.navbar
{
    height: 100px;
    display: flex;
    justify-content: space-between;
    padding: 10px 10px;
    background: #FAC710;
}

.navbar-left
{
    margin-left: 20px;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    width: auto;
}

.navbar-logo
{
    width: 100px;
    height: 80px;
    background: url('../images/OEAMTC_logo_font_black.png') no-repeat center;
    background-size: contain;
    z-index: 10;
}

.navbar-header-text
{
    font-size: 24px;
    margin-left: 2%;
    display: flex;
    align-items: center;
}

.navbar-right
{
    display: flex;
    padding: 1%;
    width: fit-content;
}

.content
{
    padding: 10px 8% 2% 8%;
}

.button-custom
{
    height: 60px;
    color: white;
    width: fit-content;
}

.button-custom-small
{
    height: 50px;
    color: white;
}

.required:after
{
    content:" *";
    color: black;
}

.row-hover:hover td
{
    background: #f3f3f3;
}

.text-align-center
{
    text-align: center;
}

.btn-yellow-large
{
    background-color: #FAC710;
    font-size: 17px;
    padding: 1% 3%;
}

.btn-yellow-normal
{
    background-color: #FAC710;
    font-size: 15px;
    padding: 1% 1%;
}

.btn-grey-large
{
    background-color: #e0dfdf;
    font-size: 17px;
    padding: 1% 3%;
    margin-right: 1%;
}

.btn-grey-normal
{
    background-color: #e0dfdf;
    font-size: 15px;
    padding: 1% 1%;
    margin-right: 1%;
}

.breadcrumb-content
{
    padding: 15px 8% 0 9%;
}

.title-content
{
    padding: 15px 8% 0 9%;
}

table.dataTable thead th,
table.dataTable.no-footer
{
    border-bottom: 1px solid #ddd !important;
}
