
a {
    text-decoration: none;
}

.headermenua {
    color: #212529;
}
.headermenua:hover,
.headermenua:focus {
    color:rgb(29, 32, 135);
}

.mytable {
    display: table;
    margin-bottom: 10px;
    width: 100%;
}

.mytr, .mytrh{
    display: table-row;
    background-color: #ddd;
    text-decoration: none;
    color:rgb(29, 32, 135);
}

.myth, .mytd {
    display:table-cell;
    padding: 10px;
}

.mytr:nth-child(even) {
    background-color:  #eee;
}

.mytrh {
    background-color:  #ccc;
    font-weight: 700;
}

.mytr:hover,
.mytr:focus,
.myohs_title:hover {
    color:#fff;
    background-color:rgb(29, 32, 135);
    border-color:rgb(29, 32, 135);
}

.myohs_title {
    margin-bottom: 4px;
    padding: 10px;
    font-weight: 700;
    color: #eee;
    background-color: #666;
    width: 100%;
}


.mycasetitle {
	font-size:1.5em;
	font-weight: bold;
	opacity: 0.8;
	margin: 15px;
}

.mylibcmwqrap {
	display: flex;
    align-items: center;
    color: rgb(29, 32, 135);
}

.mylibcmwlogo {
    max-width: 18%;
}


.btn-cmw {
    color:rgb(29, 32, 135);
    border-color:rgb(29, 32, 135);
    background-color:rgb(238, 238, 239);
    border-width: 1px;
    font-weight: 700;
    font-size: 90%;
    padding: 6px;
}
.btn-cmw:hover{
    color:#fff;
    background-color:rgb(29, 32, 135);
    border-color:rgb(29, 32, 135);
}
.btn-cmw.focus,
.btn-cmw:focus{
    box-shadow:0 0 0 .2rem rgba(29, 32, 135,.5);
}
.btn-cmw.disabled,
.btn-cmw:disabled{
    color:rgb(29, 32, 135);
    background-color:transparent;
}
.btn-cmw:not(:disabled):not(.disabled).active,
.btn-cmw:not(:disabled):not(.disabled):active,
.show>.btn-cmw.dropdown-toggle{
    color:#fff;
    background-color:rgb(29, 32, 135);
    border-color:rgb(29, 32, 135);
}
.btn-cmw:not(:disabled):not(.disabled).active:focus,
.btn-cmw:not(:disabled):not(.disabled):active:focus,
.show>.btn-cmw.dropdown-toggle:focus{
    box-shadow:0 0 0 .2rem rgba(29, 32, 135,.5)
}


.chk_wrap{
    display:inline-block;
    position:relative;
}
.chk_wrap input{
    opacity: 0;
    position:absolute;
    left: 0;
}
.chk_wrap label{
    position:static;
    padding: 10px;
    border-radius: 10px;
    background: #eee;
    display: inline-block;
    cursor: pointer;
    transition: .3s;
}
.chk_wrap input:checked + label{
    background: rgb(29, 32, 135);
    color: #FFF;
}
.chk_wrap label:hover,
.chk_wrap input:focus + label{
    box-shadow: 0 0 4px rgb(29, 32, 135, .5);
}

.ajax_loading{
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.ajax_loading_img{
	margin: 5px;
}

.dropdown-item {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
}


.mysearchretbox {
	margin-top: 10px;
	margin-left: 30px;
	margin-bottom: 0;
	box-shadow: 2px 2px 4px gray;
	background-color: #f5f5f5;
	padding: 0;
}
.mysearchretbox_a {
	display: flex;
    margin: 0;
	padding: 10px 30px;
    position: relative;
}
.mysearchretbox_a .squareBox {
	background-color: #fff;
	padding-left: 30px;
	padding-right: 30px;
}
.mysearchretbox_a .squareBox img {
	height: 180px;
	background-color: #fff;
}
.mysearchretbox_a .text {
	margin-left: 30px;
	color: #212529;
	font-size: 0.95em;
}
.mysearchret_type {
    color: rgb(29, 32, 135);
    font-weight: 700;
    margin-bottom: 4px;
}
.mysearchret_typeex {
    color: rgb(29, 32, 135);
    font-weight: 700;
}
.mysearchret_date {
    margin-left: 1em;
    font-weight: 400;
    font-size: 90%;
}
.mysearchret_group {
    margin-top: 0.5em;
    font-size: 110%;
    font-weight: 700;
}
.mysearchret_title {
    font-weight: 700;
}
.mysearchret_description {
    margin-top: 0.5em;
    font-size: 90%;
    line-height: 1.6em;
}

.mydata_type {
    margin-top: 2px;
    margin-bottom: 2px;
    color: rgb(29, 32, 135);
    font-weight: 400;
}
.mydata_typeex {
    margin-bottom: 4px;
    color: rgb(29, 32, 135);
    font-size: 85%;
    font-weight: 400;
}
.mydata_date {
    font-weight: 400;
    font-size: 90%;
}
.mydata_group {
    margin-top: 4px;
    font-size: 100%;
    font-weight: 400;
}
.mydata_title {
    font-weight: 400;
}

.errorbox {
    margin: 2em;
    text-align: center;
}

.myloginerror {
    margin-bottom: 2em;
}

.myahover:hover,
.myahover:focus {
    background-color:rgb(29, 32, 135, 0.1);
}

.seemore {
    font-size: 0.9rem;
    margin-top: 0.5rem;
    float: right;
}
.seemore a {
    color:rgb(29, 32, 135);
}
.ajax_seemore {
    font-size: 0.9rem;
    color: rgb(29, 32, 135);
}

.fsize90 {
    font-size: 90%;
}


.centerrow {
    display: flex;
    align-items: center;
}

.searchicon .fa-circle {
    color: rgb(77, 96, 119);
}
.searchicon .fa-search {
    color: white;
}

.searchopt-container {
    font-size: 1rem;
    margin: 0.5rem 2rem;
    padding: 1rem;
    width: 100%;
    background-color: #f5f5f5;
    border-radius: 0.5rem;
    box-shadow: 2px 2px 2px darkgray inset;
}
.searchopt-row {
    font-size: 90%!important;
}
.searchopt-check {
    position: absolute;
    left: -9999px;
}
.searchopt-label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color:rgb(77, 96, 119);
    border: 1px solid rgb(77, 96, 119);
    border-radius: 0.25rem;
    background-color:rgb(250, 250, 250);
    font-weight: 700;
    padding: 6px;
    cursor: pointer;
    margin: 0.25rem;
    padding: 0.5rem 1rem;
}
.searchopt-label:hover, .searchopt-check:focus + .searchopt-label {
    box-shadow: 0 0 8px rgba(0, 0, 0, .4);
}
.searchopt-check:checked + .searchopt-label {
    color: rgb(250, 250, 250);
    background-color: rgb(77, 96, 119);
}
.searchopt-text {
    background-color:rgb(250, 250, 250);
    border: 1px solid rgb(77, 96, 119);
}

.mysep {
    display: flex;
    align-items: center;
    margin: 0 0.5rem;
    font-size: 70%;
}
.mysep:before {
	content: "";
	flex-grow: 1;
    margin-right: 1rem;
	height: 1px;
	display: block;
	background: rgb(200, 200, 200);
}

.videobox {
    padding: 75% 0 0 0;
    position: relative;
}
.svgimg{
    width: 100%;
}

#topagetop {
    z-index: 99;
    display: none;
    width: 70px;
    height: 70px;
    position: fixed;
    right: 140px;
    bottom: 70px;
    background: rgb(29, 32, 135);
    opacity: 0.7;
    border-radius: 50%;
}
#topagetop a{
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    text-decoration: none;
}
#topagetop a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 35px;
    color: #fff;
    position: absolute;
    width: 35px;
    height: 35px;
    top: -20px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}