﻿
.header {
    height: 100px;
    display: flex;
    margin-bottom:50px;
}

.logo {
    background-color: white;
    padding: 10px 10px 10px 10px;
    width: 100px;
}

.title {
    background-color: #1F36C7;
    color: white;
    text-transform: uppercase;
    padding-top: 25px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 20px;
    flex: 1;
}

.margin-top-20{
    margin-top:20px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.bold {
    color: #1F36C7;
    font-weight: bold;
}

.logo img {
    height: 80px;
}

.container {
    max-width: 1300px
}

.navigation
{
    margin-bottom: 50px;
}

h1 {
    font-size: 2rem;
}

h2 {
    color: black;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: bold;    
}

h3 {
    text-transform: uppercase;
    color: #1F36C7;
    font-size: 1.1rem;
    font-weight: bold;
}

p {
    color: #1F36C7;
}

input, .form-control {
    border-radius: 0px;
    border-color: #EEEEEE;
}

.ellipse-marg {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: -webkit-calc(100% - 18px);
    width: -moz-calc(100% - 18px);
    width: calc(100% - 18px);
    margin-left: 18px;
}


.ellipse {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    border-radius: 0px;
    border-color: #EEEEEE;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
}

.input-validation-error ~ .select2 .select2-selection {
    border: 1px solid #ff0000;
    background-color: #ffeeee !important;
}

select option:checked,
select option:hover,
select:focus > option:checked {
    background-color: #4EDFCF !important;
}

.black {
    color: black;
    font-weight: bold;
}

.blue {
    color: #1F36C7;
    font-weight:bold;
}

.green {
    color: #4EDFCF;
}

.box {
    background-color: white;
    padding: 20px 20px 20px 20px;
    border: 2px solid #EFEFEF;
    margin-bottom: 30px;
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
}

.btn-primary {
    background-color: #1F36C7;
    border-color: #1F36C7;    
    color: white;
}

.btn.fullwidth
{
    width: 100%;
}

.btn-primary:hover {
    border-color: #1F36C7;
}
#CaptchaImage {
    width: 100%;
}

#CaptchaInputText {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #EEEEEE;
    transition: border-color 0.15s;
    border-radius: 0px;
}

.field-validation-error {
    color: #dc3545 !important;
}

.input-validation-error {
    border: 1px solid #ff0000 !important;
    background-color: #ffeeee !important;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

.menubutton {
    min-width: 250px;
    text-align: center;
    margin-right: 20px;
    background-color: white;
    color: #1F36C7;
    border-width:2px;
    font-weight: bold;
}

.menubutton:hover {
    background-color: #1F36C7;
    color:white;
}

.menubutton.spactive {
    background-color: #1F36C7;
    color: white;
}

.sectioncontainer {
    background-color: #F7F7F7;
    box-shadow: 5px 10px 18px #CCC9C9;
    padding: 3rem
}


.tooltip .tooltip-inner {
    background-color: white;
    box-shadow: 5px 10px 18px #CCC9C9;
    color: #1F36C7;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: white;
}

.control-label
{
    font-weight: bold;
}

.modal-content {
    border-radius: unset;
}

.modal-header{
    border-bottom: none;
}

.modal-body img {
    width:100%;
}

.viewtable th, .viewtable thead th, .viewtable td {
    border-top: none;
    border-bottom: none;
}

.viewtable tbody tr {
    background-color: white;
    border: 2px solid #EFEFEF;
}

.overlay {
    background-color: RGBA(33, 37, 41,0.6);
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    position: fixed;
    text-align: center;
    display: table;
}

.overlaytext {
    display: table-cell;
    vertical-align: middle;
}

.overlaymessagebox {
    margin: 0 auto;
    width: 300px;
    background-color: white;
    border: solid 2px #1F36C7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 150px;
    font-size: 14pt;
    padding-top: 50px;
    color: #1F36C7;
}

.dataTables_length {
    float: right;
    margin-top: 10px;
}

.dataTables_filter {
    text-align: left !important;
    background-color: #F7F7F7;
    padding: 10px 10px 10px 10px
}

.dataTables_info {
    text-align: left !important;
    background-color: #F7F7F7;
    padding: 10px 10px 10px 10px;
    height: 57px;
}

.dataTables_paginate {
    float: right;
    background-color: #F7F7F7;
    padding: 10px 10px 10px 10px
}

.sorting_asc {
    color: #1F36C7 !important;
}

.sorting_desc {
    color: #1F36C7 !important;
}

.dataTable {
    border-collapse: separate !important;
    border-spacing: 0 15px !important;    
}

.dataTable thead tr th {
    border: none !important;
}

.dataTable tbody tr td {
    border-bottom: 1px solid #CFCDCD !important;
    border-top: 1px solid #CFCDCD !important;
}

.dataTable tbody tr td:first-child {
    border-left: 1px solid #CFCDCD !important;
}

.dataTable tbody tr td:last-child {
    border-right: 1px solid #CFCDCD !important;
}

table.dataTable.no-footer
{
    border-bottom: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: white !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #111;
    background-color: #1F36C7 !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1F36C7), color-stop(100%, #1F36C7)) !important;
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1F36C7 0%, #1F36C7 100%) !important;
    /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, #1F36C7 0%, #1F36C7 100%) !important;
    /* FF3.6+ */
    background: -ms-linear-gradient(top, #1F36C7 0%, #1F36C7 100%) !important;
    /* IE10+ */
    background: -o-linear-gradient(top, #1F36C7 0%, #1F36C7 100%) !important;
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, #1F36C7 0%, #1F36C7 100%) !important;
    /* W3C */
}








/* Mobile Specfics */
@media (max-width: 767px) {
    h1 {
        font-size: 1.5rem;
    }

    .container-fluid {
        padding-left: 0px;
        padding-right: 0px;
    }

    .menubutton{
        width:100%;
        margin-bottom:15px;
    }

    .sectioncontainer {
        padding: 1rem
    }
}











