body { /* global css */
    background-color: #FFFFFF;
    font-family: 'MarsRegular', Verdana, arial, sans-serif;
    margin: 0px;
    user-select: text;
    -webkit-user-select: text;
    -moz-user-select: text;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:visited {
    color: #0000a0;
}

.HeadContainer {
    width: 100%;
    min-width: 1034px;
    overflow: hidden;
}

.HeadParent {
    background-color: #FFFFFF;
    display: flex;
    width: auto;
    overflow: hidden;
}

.HeadTitle {
    background-color: #0000a0;
    position: relative;
    height: 5.8rem;
    width: 100%;
    min-width: 950px;
    float: left;
    color: #FFFFFF;

}

.HeadTitle > h1 {
    font-family: "MarsMedium";
    font-weight: normal;
    font-size: 3.2rem;
    float: left;
    margin-top: 1.23rem;
}

.HeadContact > table {
    float: right;
    font-family: "MarsRegular";
    font-size: 11px;
    margin-top: 1rem;
    margin-right: 20px;
}
.HeadContact > table > tbody > tr > td > span {
    color: #FFFFFF !important;
}
.HeadContact > table > tbody > tr > td {
    max-height: 18px;
    padding: 0;
    vertical-align: middle;
    height: 14px;
}
.HeadContact > table > tbody > tr > td > a {
    color: #FFFFFF;
}

.tableIcon {
    height: 13px;
    margin-top: 2px;
}

.QuestMark {
    height: 44px;
    margin-right: 5px;
}

.HeadLogo {
    background-color: #0000a0;
    position: relative;
    border-bottom-right-radius: 25px;
    height: 75px;
    width: 25%;
    min-width: 200px;
    max-width: 500px;
    float: left;
}

.HeadLogo > a > img{
    float: right;
    height: 44px;
    margin-top: 22px;
    margin-right: 35px;
}

iframe {
/*    border: solid 1px black;*/
    background-color: #aaaaaa;
    border: none;
}

.FrameContainer {
    width: 100%;
    display: flex;
    overflow: hidden;
    margin-top: 5px;
}

.NavDiv {
    width: 25%;
    height: auto;
    min-width: 200px;
    max-width: 500px;
    margin-right: 3px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /*background-color: #7F7F7F;*/
}
.center-element {
    position: relative;
    margin: auto !important;
    left: 0;
    right: 0;
}

.FrmContent {
    width: calc(100% - 18px);
    min-height: 370px;
    border: 1px #0000a0 solid;
    background-color: #ffffff;
}

.FrmContent.no_border {
    border: none;
}

.ContentDiv {
    height: auto;
    width: 75%;
    min-width: 712px;
    margin-left: 1px;
}

.FooterContainer {
    width: 80%;
    height: 60px;
    text-align: center;
    font-size: 12px;

    position: inherit;
    bottom: 10px;
    margin: auto;
    left: 0;
    right: 0;
}

.FooterContainer a {
    color: #0000a0;
}

.FooterContainer a:visited {
    color: #0000a0;
}

.FooterContainer span {
    color: #6a6a6a;
}

.BreadCrumbs {
    width: calc(100% - 16px);
    height: 26px;
    color: #0000a0;
    font-size: 13px;
    padding-top: 8px;
    margin-bottom: -8px;
}

.BreadCrumbs > span {
    margin-left: 10px;
}

.ContentPageCaption {
    width: calc(100% - 18px);
    height: 26px;
    background-color: #0000a0;
    font-size: 1em;
    vertical-align: middle;
    border: 1px solid #0000a0;
    padding-top: 5px;
    padding-bottom: -4px;
    margin-top: 4px;
    display: flex;
}

.ContentPageCaption > span {
    margin-left: 10px;
    color: #FFFFFF;
}

.custom-sel a {
    text-decoration: none;
    /* margin: 0; */
    /* padding: 10px; */
    text-align: left;
    /* font-family: 'Raleway'; */
    color: #fff;
    font-size: 11px;
    /* font-weight: 700; */
    /* line-height: 24px; */

}



.hidden {
  display: none;
}


.show-sel {
  background-color: #0000a0;
}

.custom-sel {
    z-index: 99;
    width: 65px;
    position: absolute;
    right: 240px;
    top: 27px;
}

.lang-line {
    padding-left: 3px;
    padding-right: 3px;
    float: left;
    clear: left;
    width: 64px;
    text-align: right;
}

.lang-line img {
    max-height: 12px;
}
.lang-line:hover,.lang-line:hover a , .lang-line a:hover {
    background-color: #fff;
    color: #0000a0 !important;
}
.lang-line.disabled, .lang-line.disabled a {
    cursor: not-allowed;
}

#deputyMode {
    float: right;
    margin-top: -6px;
}

#selDeputy {
    display: none;
}

#div-controls {
    margin-top: 1px;
    margin-left: 6px;
        display: flex;
}
.ctrl-img {
    background-color: white;
    cursor: pointer;
    height: 20px;
    width: 20px;
    background-position: center;
    background-size: 150%;
    background-position-x: -6px;
    background-position-y: -6px;
    margin-right: 3px;
    border-radius: 3px;
}
.ctrl-img.back {
    background-image: url('../img/icons/left.png');
}
.ctrl-img.menu {
    background-image: url('../img/icons/menu.png');
    display: none;
}
.ctrl-img.min {
    background-image: url('../img/icons/min.png');
    display: none;
    background-position-x: -5px;
}
.ctrl-img.max {
    background-image: url('../img/icons/max.png');
    background-position-x: -5px;
}
