@media screen and (max-width: 768px) #logo {
    max-height: 18vw !important;
}

#logo {
    padding: 15px;
}
}@media (min-width: 576px) .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    background-color: white;
    width: 220px;
    height: 140px;
    padding: 10px;
    margin: 10px;
    border-radius: 8px;
    padding-left: 120px;
    padding-top: 40px;
    vertical-align: baseline;
    color: #003660;
    font-weight: bold;
    font-family: arial;
}

#logo_container {
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: 0px;
}

#logo {
    height:125px;
}

#pageTitle {
    font-weight: bold;
}

@media (max-width: 600px) {
    #pageTitle {
        font-size: 1em;
    }

    #pictures img {
        width: 150px;
        height: auto;
    }
}

@media (min-width: 601px) {
    #pageTitle {
        font-size: 2.5em;
    }
}

.pageTitleInBar {
    color: #003660;
}

.text-copyright {
    color: #ffffff !important;
    background-color: black;
    font-size:0.8em;
}
.main-header {
    border-bottom: 0px;
}

.main-footer {
    border-top: 2px !important;
}

.transition {
    height: 100px;
    background-color: #f2f2f2;
}

.transition-blue {
    height: 50px;
    background-color: #2596be;
}

.blue-line {
    height: 10px;
    background-color: #2596be;
}

/*.content-wrapper {
	padding-top: 10px;
    padding-bottom: 40px;
    background-color: #ffffff;
}*/

.footer-row {
    border: 0;
    background-color: transparent;
    height: 40px;
    padding-top: 15px;
}

.relative {
    position: relative;
}

.pictures {
    position: absolute;
    top: -30px;
    right: 0px;
    z-index: 1;
    text-align: right;
}


.agentsContainer .left-half,
.agentsContainer .right-half {
    height: 100%;
    position: absolute;
}

.agentsContainer .agentsSection {
    height: 115px;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}


.agentsSection .left-half {
    left: 0;
    width: 27%;
    min-width: 90px;
    background-color: #003660;
    display: flex;
    justify-content: center; /* Center the icon horizontally */
    align-items: center; /* Center the icon vertically */
    z-index: 10;
}

.agentsSection .right-half {
    right: 0;
    width: 73%;
    color: #003660;
    font-size: large;
    font-family: arial;
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.purple {
    background-color: #7c2786;
    color: #ffffff !important;
    border-color: #7c2786;
    color: #003366;
}

    .purple:hover {
        background-color: #2596be;
        border-color: #2596be;
        color: #003366;
        cursor: pointer;
    }

.agentsContainer .left-half img {
    height: 100px;
}

.right-half:hover, .right-half:hover a, .agentsContainer .agentOrange:hover, .right-half:hover span{
    background-color: #3a8dde;
    color: #ffffff !important;
    cursor: pointer;
}

.agentSection:hover .left-half{
    background-color: #72c6d2 !important;
}

.right-half a:hover {
    color: #ffffff;
}

.right-half a {
    color: #043464;
}


.agentsContainer .agentOrange, .agentOrange a {
    background-color: #f8a621;
    color: #ffffff !important;
}

.agentsContainer .agentPurple, .agentPurple a {
    background-color: #7c2786;
    color: #ffffff !important;
}.agentsContainer .row:first-child {
    padding-top: 30px;
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1840px;
    }

    .pictures img {
        width: 320px;
        height: 320px;
        right: 0;
    }
}

@media (max-width: 1200px) {
    .pictures img {
        width: 280px;
        height: 280px;
        right: 0;
    }
}

@media (max-width: 980px) {
    .pictures img {
        width: 200px;
        height: 200px;
        right: 0;
    }
}

@media (max-width: 720px) {
    .pictures img {
        width: 160px;
        height: 160px;
        right: 0;
    }
}

@media (max-width: 548px) {
    .pictures img {
        width: 120px;
        height: 120px;
        right: 0;
    }
}

.blue {
    background-color: aliceblue !important;
}
#MainContent_agentcertification_HTA_DXMainTable,
#MainContent_agentcertification_hta_DXMainTable {
    width: auto !important;
    table-layout: auto !important;
}