/*!
 * Start Bootstrap - The Big Picture (https://startbootstrap.com/templates/the-big-picture)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-the-big-picture/blob/master/LICENSE)
 */
body {
    background-color: white;
    padding-top: 50px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.imgstyless h3, .imgstyless img {
    float: left;
    margin: 0px 10px 30px 0;
    text-transform: uppercase;
}

.divHome {
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../img/loading.gif) center no-repeat #fff;
}


footer {
    width: 100%;
    padding: 5px !important;
    display: inline-block;
    background: #343a40;
    color:#ffffff;
}

.navbar-brand {
    text-transform:uppercase;
    font-size: 16px;
    font-weight: bold;
}

.navbar-brand span {
    color:#d0d0d0;
    font-weight: normal;
}

.navbar-dark .navbar-nav .nav-link {
    text-transform: uppercase;
    font-size: 14px;
    color: #ffffff;
}

.NC {
    padding: 20px;
    width:80%;
    margin-left:auto;
    margin-right:auto;
}
.NC_header {
    width:100%;
    margin-left:auto;
    margin-right:auto;
}

.xxx {
    padding:5px;
    background: rgba(255,255,255,1);
    border-radius: 10px;
}

.card {
    background: rgba(255,255,255,0.9);
    border-radius: 10px;
    overflow:hidden;
    margin:0 0 30px 0;
}

.card h6 {
    padding:5px 0px;
    margin:auto;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.card input[type=submit] {
    width:100%;
    border-radius:100px;
    margin-top:20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0;
    background:#ffffff;
    border: solid 2px #d71920;
    color: #000000;
}

.card input[type=submit]:hover, .card input[type=submit]:focus {
    background:#d71920;
    border: solid 2px #d71920;
    color: #ffffff;
}

.card img {
    /*width: 50%;*/
    padding: 20px;
}

hr {
    margin: 10px 0 30px 0;
    width: 100%;
    display: inline-block;
}

.navbar-toggler {
    border:none;
}

.SWDtitle {
    width: 100%;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom:20px;
}

/* Tabs */

.nav-tabs {
    border: none;
}

.nav-tabs .nav-link {
    border: none;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
    padding: 12px 0;

    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.nav-tabs .nav-link.active {
    background:#d71920;
    color: #ffffff;
}

.tab-content {
    width: 100%;
    display: inline-block;
    background:#ffffff;
    padding: 20px;
    border: solid 1px #e4e4e4;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

/* Radio */

.radioButtonList input[type=radio] {
    display:none;
}
 
.radioButtonList input[type=radio] + label {
	cursor: pointer;
    display: inline-block;
    margin: 0 0 20px 0;
    padding: 12px;
    background-color: #eeeeee;
    color: #bbbbbb;
    width:50%;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.radioButtonList input[type=radio] + label:first-of-type {
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-o-border-top-left-radius: 7px;
	-o-border-bottom-left-radius: 7px;
	-moz-border-top-left-radius: 7px;
	-moz-border-bottom-left-radius: 7px;
}

.radioButtonList input[type=radio] + label:last-of-type {
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-o-border-top-right-radius: 7px;
	-o-border-bottom-right-radius: 7px;
	-moz-border-top-right-radius: 7px;
	-moz-border-bottom-right-radius: 7px;
}

.radioButtonList input[type=radio]:checked + label { 
	background-color: #d71920;
	color: white;
}

.radioButtonList input[type=radio]:checked + label:before {
    content: " ";
}

/* Btn & Form */

.form-control {
    width: 100%;
    display: inline-block;
    background:#ffffff;
    padding: 5px;
    border: solid 2px #b8a7a7;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.btn-primary {
    width:100%;
    border-radius:100px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0;
    background:#ffffff;
    border: solid 2px #d71920;
    color: #000000;
}

.btn-primary:hover, .btn-primary:focus {
    background:#d71920;
    border: solid 2px #d71920;
    color: #ffffff;
}

.pull-right {
    float:right;
}

.PanelStyle {
    width: 100%;
    display: inline-block;
    background:#ffffff;
    padding: 20px;
    border: solid 1px #e4e4e4;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
@media (max-width: 575.98px)
{
    .table-responsive-sm
    {
        display: block;
        overflow-x: auto;

        width: 100%;

        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-sm > .table-bordered
    {
        border: 0;
    }
}

@media (max-width: 767.98px)
{
    .table-responsive-md
    {
        display: block;
        overflow-x: auto;

        width: 100%;

        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-md > .table-bordered
    {
        border: 0;
    }
}

@media (max-width: 991.98px)
{
    .table-responsive-lg
    {
        display: block;
        overflow-x: auto;

        width: 100%;

        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-lg > .table-bordered
    {
        border: 0;
    }
}

@media (max-width: 1199.98px)
{
    .table-responsive-xl
    {
        display: block;
        overflow-x: auto;

        width: 100%;

        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-xl > .table-bordered
    {
        border: 0;
    }
}

.table-responsive
{
    display: block;
    overflow-x: auto;

    width: 100%;

    -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered
{
    border: 0;
}










