body, html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    font-family: Verdana, sans-serif;
    font-size: 14px;
    font-color: #B8193F;
    font-weight: 300;
    height: 100%;
    width: 100%;
    margin: 0px 0px 0px 0px;
}
*:not(input){
    -webkit-user-select: none;
}
img{
    pointer-events: none;
}

body {
    background-color: #FFF;
    padding: 0 0;
    transform: none !important;
}
footer {
	background-color: #fff;
}


/*------------------------------------
- COLOR primary
------------------------------------*/
.alert-primary {
    color: #4c0a1a;
    background-color: #f3a9bb;
    border-color: #f097ac;
}

.alert-primary hr {
    border-top-color: #ed819b;
}

.alert-primary .alert-link {
    color: #1f040a;
}

.badge-primary {
    color: #fff;
    background-color: #B8193F;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    background-color: #8b122f;
}

.bg-primary {
    background-color: #B8193F !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #8b122f !important;
}

.border-primary {
    border-color: #B8193F !important;
}

.btn-primary {
    color: #fff;
    background-color: #B8193F;
    border-color: #B8193F;
}

.btn-primary:hover {
    color: #fff;
    background-color: #981434;
    border-color: #8b122f;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(184, 25, 63, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #B8193F;
    border-color: #B8193F;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #8b122f;
    border-color: #7d112b;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(184, 25, 63, 0.5);
}

.btn-outline-primary {
    color: #B8193F;
    background-color: transparent;
    border-color: #B8193F;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #B8193F;
    border-color: #B8193F;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(184, 25, 63, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #B8193F;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #B8193F;
    border-color: #B8193F;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(184, 25, 63, 0.5);
}

.list-group-item-primary {
    color: #4c0a1a;
    background-color: #f097ac;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #4c0a1a;
    background-color: #ed819b;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #4c0a1a;
    border-color: #4c0a1a;
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #f097ac;
}

.table-hover .table-primary:hover {
    background-color: #ed819b;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #ed819b;
}

.text-primary {
    color: #B8193F !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #8b122f !important;
}



/*------------------------------------
- COLOR secondary
------------------------------------*/
.alert-secondary {
    color: #020917;
    background-color: #719cee;
    border-color: #5e90ec;
}

.alert-secondary hr {
    border-top-color: #4780ea;
}

.alert-secondary .alert-link {
    color: #000000;
}

.badge-secondary {
    color: #fff;
    background-color: #0F3885;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #fff;
    background-color: #092457;
}

.bg-secondary {
    background-color: #0F3885 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #092457 !important;
}

.border-secondary {
    border-color: #0F3885 !important;
}

.btn-secondary {
    color: #fff;
    background-color: #0F3885;
    border-color: #0F3885;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #0b2a64;
    border-color: #092457;
}

.btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(15, 56, 133, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #0F3885;
    border-color: #0F3885;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #092457;
    border-color: #081e49;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(15, 56, 133, 0.5);
}

.btn-outline-secondary {
    color: #0F3885;
    background-color: transparent;
    border-color: #0F3885;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #0F3885;
    border-color: #0F3885;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(15, 56, 133, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #0F3885;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #0F3885;
    border-color: #0F3885;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(15, 56, 133, 0.5);
}

.list-group-item-secondary {
    color: #020917;
    background-color: #5e90ec;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #020917;
    background-color: #4780ea;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #020917;
    border-color: #020917;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #5e90ec;
}

.table-hover .table-secondary:hover {
    background-color: #4780ea;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #4780ea;
}

.text-secondary {
    color: #0F3885 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #092457 !important;
}


/*------------------------------------
- COLOR info
------------------------------------*/
.alert-info {
    color: #000000;
    background-color: #666666;
    border-color: #5b5b5b;
}

.alert-info hr {
    border-top-color: #4f4f4f;
}

.alert-info .alert-link {
    color: #000000;
}

.badge-info {
    color: #fff;
    background-color: #000000;
}

.badge-info[href]:hover, .badge-info[href]:focus {
    color: #fff;
    background-color: #000000;
}

.bg-info {
    background-color: #000000 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #000000 !important;
}

.border-info {
    border-color: #000000 !important;
}

.btn-info {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn-info:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-outline-info {
    color: #000000;
    background-color: transparent;
    border-color: #000000;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #000000;
    background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.list-group-item-info {
    color: #000000;
    background-color: #5b5b5b;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #000000;
    background-color: #4f4f4f;
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.table-info,
.table-info > th,
.table-info > td {
    background-color: #5b5b5b;
}

.table-hover .table-info:hover {
    background-color: #4f4f4f;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #4f4f4f;
}

.text-info {
    color: #000000 !important;
}

a.text-info:hover, a.text-info:focus {
    color: #000000 !important;
}


/*------------------------------------
- COLOR light
------------------------------------*/
.alert-light {
    color: #827168;
    background-color: #11511911b;
    border-color: #10c10e110;
}

.alert-light hr {
    border-top-color: #101101101;
}

.alert-light .alert-link {
    color: #655851;
}

.badge-light {
    color: #212529;
    background-color: #BBB0AA;
}

.badge-light[href]:hover, .badge-light[href]:focus {
    color: #212529;
    background-color: #a4958d;
}

.bg-light {
    background-color: #BBB0AA !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #a4958d !important;
}

.border-light {
    border-color: #BBB0AA !important;
}

.btn-light {
    color: #212529;
    background-color: #BBB0AA;
    border-color: #BBB0AA;
}

.btn-light:hover {
    color: #212529;
    background-color: #ab9d96;
    border-color: #a4958d;
}

.btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(187, 176, 170, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #BBB0AA;
    border-color: #BBB0AA;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #a4958d;
    border-color: #9d8d85;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(187, 176, 170, 0.5);
}

.btn-outline-light {
    color: #BBB0AA;
    background-color: transparent;
    border-color: #BBB0AA;
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #BBB0AA;
    border-color: #BBB0AA;
}

.btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(187, 176, 170, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #BBB0AA;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #BBB0AA;
    border-color: #BBB0AA;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(187, 176, 170, 0.5);
}

.list-group-item-light {
    color: #827168;
    background-color: #10c10e110;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #827168;
    background-color: #101101101;
}

.list-group-item-light.list-group-item-action.active {
    color: #212529;
    background-color: #827168;
    border-color: #827168;
}

.table-light,
.table-light > th,
.table-light > td {
    background-color: #10c10e110;
}

.table-hover .table-light:hover {
    background-color: #101101101;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #101101101;
}

.text-light {
    color: #BBB0AA !important;
}

a.text-light:hover, a.text-light:focus {
    color: #a4958d !important;
}

/*------------------------------------
- COLOR END
------------------------------------*/

.modal {
    margin-top: 30px;
    margin-bottom: 120px;
}
#content {
	background-color: #fff;
	/* padding-top: 15px; */
}
.container {
    /* padding-left: 10px; */
    /* padding-right: 10px; */
    padding-left: 0px;
    padding-right: 0px;
}
.card1 {
	border: 0px solid rgba(0,0,0,.125);
}
.card1-header {
	border-bottom: 0px;
	/* border-left: 5px solid #EFEFEF; */
	color: #FFF;
	background-color: #B8193F;
}
.card1-header:first-child {
    border-radius: 0;
}
.card1-body {
    padding: 1rem 1.5rem;
}

.btn-lg {
	font-size: 1.1rem;
	padding: .6rem 1rem;
	font-weight: 500;
}
.small2 {
	font-size: 90%;
}
.carousel-indicators-flat {
	position: static;
}
.carousel-indicators-flat li {
	background-color: #B8193F;
}
.main-content { padding-top: 40px; }
.content-box {overflow-y: scroll; height: 65vh; position: relative; text-align: justify; }
.content-box p { line-height: 1.5; }
.button { position: fixed; bottom: 0; background: #ffffff; z-index: 1; display: block; width: 100%; left: 0%; }
.button h6 { font-size: 1.1rem; }

.line-green{color: #00C300;}
.btn-skyblue{
	background-color: #029be5;
	border-color: #029be5;
}
.btn-black{
	background-color: #000000;
	border-color: #000000;
}
.bg-gray{
	background-color: #efefef;
}
.pl-gray{
	border-left: 1px solid rgba(0,0,0,.125);
}
.box-noline[readonly]{
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	font-size: 1rem;
}
.signin-button {
	width: 100%!important;
	max-width: 100%!important;
	height: 44px;
}
a.no-underline {
  text-decoration: none;
}

a.underline-hover:hover {
  text-decoration: none;
}
.card-img-top-resize {
    width: 65%;
    margin: 1rem auto 0rem auto;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px);
}