/* Shared
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
    background: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

.container {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    max-width: 1920px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
.popup {
    margin: 100px auto;
    width: 70%;
    position: relative;
    transition: all 5s ease-in-out;
}

.popup .content {
        max-height: 50%;
        overflow: auto;
    }

.popup .pnlWizard {
        padding: 10px;
    }

.pnlWizard {
    border-color: Navy;
    border-width: 1px;
    border-style: solid;
    background-color: whitesmoke;
}
.banner{
    position:relative;
    width:auto;
    left:-25px;
    top:40px;
    display:inline-block;
    font-size:1.3rem;
}

label {
    display:inline;
}
.nav {
    margin-top: 10px;
    display: none;
    text-align: center;
    position: relative;
}

.navbutton {
    margin-left: 0;
    display: inline-block;
    width: 10%;
    min-width: 125px;
}

    .navbutton:first-child {
        margin-left: 0;
        bottom: 0px;
        position: relative;
        height: auto;
        margin-top: -100px;
    }

.navbutton a:hover{
    color:#33c3f0;
}

.navdropdown {
    background-color: #FCFCFC;
    min-width: 125px;
    width: 100%;
    height: auto;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid #33c3f0;
    display: inline-block;
    position: relative;
    margin-top: -15px;
    box-sizing: border-box;
    vertical-align: top;
    margin-bottom:-100px;
    z-index:10;
}

    .navdropdown a {
        text-decoration: none;
        color: #222;
    }

    .navdropdown ul {
        margin-bottom: 0px;
    }

.grid-column {
    background-color: #FCFCFC;
    border: solid 1px #DEDEDE;
    border-radius: 2px;
    padding: 5px;
    margin-bottom: 25px;
}

.header {
    background-color: #1F1A38;
    border: solid 1px #1F1A38;
    border-radius: 2px;
    width: 100%;
    height: 135px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    margin-bottom: 10px;
    text-align: center;
}

.header a {
    color:white;
    font-weight: bold;

}
.GridHeader {
    background-color: #1F1A38;
    color: white;
}
.GridHeader a {
    color: white;
}
.alt-logo {
    display: none;
    position: absolute;
    right: 10px;
    top: 10px;
}

.dl-logo {
    width: 100%;
    margin-top:10px;
    margin-bottom:10px;
}

#scroller-vertical-div{
    display:none;
}

#scroller-horizontal-div{
    display:block;
}

.twitter-timeline {
    width: 100% !important;
}

#twitter-widget-0{
    height:1125px !important;
}

.maxwidth {
    min-width: 75px;
    width: 100%;
}

.profile {
    position: absolute;
    display: inline;
    right: 0px;
    top: 90px;
    color: #33c3f0;
}

    .profile:hover {
        color: #1eaedb;
    }

.footer {
    text-align: center;
    background-color: #FCFCFC;
    border: solid 1px #DEDEDE;
    border-radius: 2px;
    padding: 5px;
}

.logo {
    width: 75px;
    height: auto;
    margin: 10px;
    float:left;
}

.logo_kz {
    margin-right: 20px;
}

.hamburger {
    display: block;
    position: absolute;
    width: 50px;
    top: 45px;
    right: 0px;
}

.dropdown {
    position: absolute;
    display: none;
    width: 75px;
    right: 5px;
    margin-top: -2px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    background-color: #33C3F0;
    height: 50px;
    color: white;
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
}

    .dropdown a {
        color: white;
        text-decoration: none;
    }

input[type="text"]:disabled {
    background: #e8e8e8;
    color: #828282;
}

table.NoBorder td{
    border-bottom:0px;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: visible;
    opacity: 1;
}


/* News article
---------------------------------------------------- */

div.article {
}

span.article-title {
    font-size: 20px;
}

span.article-date {
    color: #A6A6A6;
}

span.article-writer {
    color: #A6A6A6;
}

a.article-readmore {
    color: #1EAEDB;
    text-decoration: none;
}

.article-img {
    position: relative;
    float: none;
    width: auto;
    max-height: 125px;
    margin-right: 15px;
}


/* Bigger than 550 */
@media (min-width: 800px) {
    .alt-logo {
        display: block;
    }

    .hamburger {
        display: none;
    }

    .nav {
        display: block;
    }

    .header {
        margin-bottom: 0px;
    }

    .article-img {
        float: right;
    }

    #scroller-vertical-div{
        display:block;
    }

    #scroller-horizontal-div{
        display:none;
    }

    .banner{
        left:-75px;
        font-size:3rem;
    }
}

@media (min-width:550px){
    .banner{
        font-size:2rem;
    }
}

/*@media (min-width:1335px) {
    .banner{
        margin-top:-85px;
        width:600px;
        display:inline-block;
    }
}

@media (min-width: 1500px) {
        .banner{
            width:750px;
            display:inline-block;
            margin-top:-100px;
        }
    }
*/