﻿/* Body */
body {
    background-color: #fff !important;
    background: #333;
}

:root {
    --gold_n_00: rgb(255, 209, 0);
    --gold_d_01: rgb(255, 199, 44);
    --gold_d_02: rgb(255, 184, 28);
    --blue_n_00: rgb(39, 116, 174);
    --blue_d_01: rgb(0, 85, 135);
    --blue_d_02: rgb(0, 59, 92);
    --blue_l_01: rgb(139, 184, 232);
    --blue_l_02: rgb(195, 215, 238);
    --blue_top: background-image:();
}

@font-face {
    font-family: 'FontAwesome';
    src: url('//international.ucla.edu/masterpages/assests/fontawesome/webfonts/fontawesome-webfont.eot');
    font-weight: normal;
    font-style: normal;
}

/* Container */
#wrapper {
    min-width: 100%;
    position: relative;
    min-height: 100%;
    height: 100%;
    margin: 0 auto -30px;
}



/* Content */
#mapcontainer {
    position: relative;
    height: 500px;
}

#ammap, #curtain {
    background-image: url("/Masterpages/Global/img/background_outreach.png");
    width: 100%;
    height: 500px;
    position: absolute;
    top: 0px;
}


#nbox {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #fff;
    z-index: 3;
    display: none;
    opacity: 0.98;
}


.content-container {
    clear: both;
    content: "";
    display: table;
    width: 100%;
}

.right {
    float: right;
}

.left {
    float: left;
}





/* Tab styles */
.tab {
    list-style-type: none;
}

/* Style the buttons inside the tab */
.tab li {
    margin-left: .75em;
    float: left;
    font-family: ProximaNovaSemibold,'Times New Roman', Times, serif;
    font-size: 15px;
}

.tab-mobile {
    display: none;
}

.tab-mobile select {
    color: #4488b6 !important;
}

.inline-block {
    display: inline-block;
}

table td {
    padding: 0 !important;
}




.box_table {
    width: 100%;
    border: 0;
    padding: 0;
    background-color: #fff;
    border-collapse: collapse;
    height: 500px;
}

.box_topbar {
    background-image: url('/masterpages/global/img/topbar.png');
    background-repeat: no-repeat;
    background-size: 300px 50px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    padding-left: 5px !important;
    width: 300px;
    height: 50px;
}

.box_sectiontitle {
    font-weight: 600;
    color: var(--blue_n_00);
    text-decoration: underline;
    padding: 10px 20px !important;
}

.box_sectioncontent li {
    list-style-type: none;
}

.box_sectioncontent {
    font-size: 0.95em;
    font-weight: normal;
    line-height: 1.4em;
    color: var(--blue_n_00);
    padding: 5px 20px !important;
}

.box_sectioncontent_scroll {
    overflow-y: auto;
    width: 100%;
    height: 320px;
    padding-left: 5px;
    border-left: 1px solid #E8E8E8;
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
}

.box_learnmore {
    font-size: 0.95em;
    font-weight: normal;
    line-height: 1.4em;
    color: var(--blue_n_00);
    padding: 5px 20px !important;
    max-height: 35px;
}

.ncountryflag {
    height: 30px;
    border: 1px solid #aeaeae;
}

.learnmore, .learnmore a {
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em !important;
    text-transform: uppercase;
    text-decoration: none !important;
    color: var(--blue_n_00) !important;
    padding-bottom: 30px;
}

.box_bottombar {
    background-image: url('/masterpages/global/img/bottombar.png');
    position: absolute;
    left: 0;
    bottom: 0;
    /*width: 350px;*/
    width: 300px!important;
    max-height: 37px;
}

    /*mobile landscape */
    @media only screen and (max-width: 919.98px) and (min-width: 420.98px) {
        #ammap {
            height: 250px;
        }

        #wrapper {
            padding:10px; 
        }

        #dropdown-select-padding {
            padding: unset !important;
        }

        #info .text {
            height: 120px;
        }

        #mapcontainer {
            height: 250px;
        }

        .map-home {
            margin-left: unset !important;
            font-size: 1.0rem;
        }

        .searchfield {
            width: 50% !important;
            font-size: 1.0rem;
        }

        .tab-menu {
            width: 50% !important;
            font-size: 1.0rem;
            margin-left: unset !important;
        }

        h3 {
            font-size: 1.2em !important;
        }

        h4 {
            font-size: 1.0em !important;
        }

        .checkered {
            padding-bottom: 10px !important;
        }

        .topnav {
            padding-top: unset !important;
        }
    }

    /*mobile portrait*/
    @media only screen and (max-width: 419.98px) and (min-width: 198.98px) {

        #dropdown-select-padding {
            padding: unset !important;
        }

        #box {
            width: 213px !important;
            height: 240px !important;
        }

        #info .text {
            height: 120px;
        }

        .map-home {
            margin-left: unset !important;
            font-size: 1.0rem;
            width: 150px;
        }

        .searchfield {
            width: 50% !important;
            font-size: 1.0rem;
        }

        .tab-menu {
            width: 50% !important;
            font-size: 1.0rem;
            margin-left: unset !important;
        }

        h3 {
            font-size: 1.2em !important;
        }

        h4 {
            font-size: 1.0em !important;
        }

        .checkered {
            padding-bottom: 10px !important;
        }

        .topnav {
            padding-top: unset !important;
        }
    }
