/*
Created for Microscopy Australia - myscope-explore.org by Andres Vasquez
—— www.andresvasquez.net ——
*/

@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);

/*	PRESETS
	------------------	*/

html {
    height: 100%;
    /*background: linear-gradient(0deg, #060f14, #112a26);*/
}

a {
    text-decoration: none;
    /*    color: rgba(128, 180, 164, 0.85);*/
    color: #f6a727;
}

body {
    font-family: "Droid Sans", sans-serif;
    font-weight: 400;
    font-size: 100%;
    position: relative;
    background: #161616;
    background-size: cover;
    color: #4c4c4c;
    /*    padding: 48px;*/
    padding: 15px 48px;
    margin: 0 auto;
    -webkit-text-size-adjust: 100%;
    /* Stops Mobile Safari from auto-adjusting font-sizes */
    top: 0px;
}

canvas {
    margin: 0;
    border: 0px solid #5b5e61;
    border-radius: 12px;
}

#semImage {
    padding-top: 10px;
    padding-bottom: 5%;
    width: 50%;
    margin: 0 auto;
}

#zoomButtons {
    padding: 20px;
    position: absolute;
}

#controls {
    padding-bottom: 10px;
    margin: 0 auto;
}

/* Selection colours (easy to forget) */

::-moz-selection {
    background: #59ADFE;
}

::selection {
    background: #59ADFE;
}

img::-moz-selection {
    background: transparent;
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}

body {
    -webkit-tap-highlight-color: #59ADFE;
}

/*		Default Layout: 992px. 
		Gutters: 24px.
		Outer margins: 48px.
		Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */

/* hotfix */

#wrapper {
    overflow: hidden;
    border-radius: 12px;
    border: 4px solid #5b5e61;
    background: #e4e5e9;
}

#headerDiv {
    padding-right: 30px;
    /*    border: 3px solid #5b5e61;*/
    /*    border-radius: 12px;*/
    /*    background: #e4e5e9;*/
    margin-top: 10px;
    margin-bottom: 55px;
    height: 110px;
}

#explore-logo {
    width: 15%;
}

#main-logo {
    width: 14vw;
}

#titles {
    border: 3px solid #5b5e61;
    border-radius: 12px;
    background: #e4e5e9;
    width: 55%;
    height: 94%;
}

#titles-content {
    padding-left: 2vw;
}

#corp-logos {
    width: 20%;
}

#ma-logo {
    width: 90%;
}

#thermofisher {
    width: 95%;
}

#title {
    color: black;
}

#zoomName {
    color: black;
    font-weight: bold;
    font-size: 2em;
    background: rgba(255, 245, 255, 0.5);
    padding: 5%;
    border: 3px solid #5b5e61;
    border-radius: 10px;
    text-align: left;
    margin-top: 5%;
}

#rightDiv {
    /*    position: absolute;*/
    padding: 2% 4% 0 0;
    border: 3px solid rgba(12, 34, 47, 0);
    border-radius: 12px;
    background: rgba(255, 245, 255, 0);
    z-index: 86;
}

#zoomName,
#rightDiv {
    min-width: 300px;
}

/*
#titles,
#logos {
    margin-top: 17px;
}
*/
p {
    margin-top: 10px;
    width: 200;
}

button {
    padding-bottom: 10px;
    /*    border-radius: 50px;*/
}

/* ------------- sliders ----------------------- */


.ui-state-default {
    border: 2px solid #5b5e61;
    background: #e6e6e6 url('../images/virtualSEM/orangeBtn.png') 50% 50% repeat-x;
}

.ui-state-focus {
    border: 2px solid #5b5e61;
    background: #e6e6e6 url('../images/virtualSEM/orangeBtn.png') 50% 50% repeat-x;
}

.ui-widget-content {
    border: 2px solid #5b5e61;
    border-radius: 8px;
}

#purpleSlider {
    float: left;
    clear: left;
    : 15px 0px;
    margin-bottom: 20px;
}

#purpleSlider .ui-slider-range {
    background: #850bff;
}

#purpleSlider .ui-slider-handle {
    border-color: #850bff;
}

/* ------------- end sliders ----------------------- */


#dialog {
    /*    height: 400px !important;*/
}

fieldset {
    border: 0;
}

label {
    padding-bottom: 10px;
}

#labelSlider {
    padding-bottom: 10px;
}

select {
    width: 200px;
}

.overflow {
    height: 200px;
}

.ui-state-default {
    border: 2px solid #5b5e61;
    background: #e6e6e6 url('../images/virtualSEM/orangeBtn.png') 50% 50% repeat-x;
}

.ui-state-focus {
    border: 2px solid #5b5e61;
    background: #e6e6e6 url('../images/virtualSEM/orangeBtn.png') 50% 50% repeat-x;
}

.ui-widget-content {
    border: 2px solid #5b5e61;
    border-radius: 8px;
    background: rgba(12, 34, 47, 0.97);
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url('../images/virtualSEM/orangeBtn.png') 50% 50% repeat-x;
    /* background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x; */
    font-weight: normal;
    color: #555555;
}

.ui-state-focus,
.ui-widget-content .ui-state-focus {
    border: 1px solid #999999;
    background: #e6e6e6 url('../images/virtualSEM/orangeBtn.png') 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}

.ui-widget-content {
    color: rgba(237, 241, 18, 0.85);
}

.ui-menu-item {
    color: rgba(199, 221, 33, 0.85);
}

/* ------------- tooltip ----------------------- */

.ui-tooltip {
    background-image: -webkit-linear-gradient(90deg, rgba(128, 180, 164, 0.6) 0%, rgba(131, 198, 180, 0.7) 29%, rgba(130, 181, 165, 0.7) 30%, rgba(128, 180, 164, 0.6) 69%, rgba(130, 181, 165, 0.6) 70%, rgba(255, 255, 255, 0.8) 100%);
    background-image: linear-gradient(0deg, rgba(128, 180, 164, 0.6) 0%, rgba(131, 198, 180, 0.7) 29%, rgba(130, 181, 165, 0.7) 30%, rgba(128, 180, 164, 0.6) 69%, rgba(130, 181, 165, 0.6) 70%, rgba(255, 255, 255, 0.8) 100%);
    background-color: rgba(219, 216, 213, 10);
    box-shadow: 5px 9px 6px 0px rgba(0, 0, 0, 0.5);
    font-family: "Droid Sans", sans-serif;
    color: #313131;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    border: none;
    padding: 0;
    opacity: 1;
}

.ui-tooltip-content {
    position: relative;
    padding: 10px;
}

.ui-tooltip-content::after {
    right: 100%;
    top: 12px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #b9ccc4;
    border-width: 10px;
    margin-top: 0px;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-evenly {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-box-pack: space-evenly;
    justify-content: space-evenly;
}

.flex-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}

/* ------------- end tooltip ----------------------- */

/* ------------------------------------------------------------------------ */

/*		iPad Landscape Layout: 1024px.
------------------------------------------------------------
   */

@media only screen and (max-width: 1024px) {
    div#headerDiv {
        margin-top: 0px;
    }

    img#outreach_logo {
        transform: scale(0.75) translate(-15%);
        padding-right: 0px;
    }

    div#titles {
        transform: scale(0.75);
    }
}

/*		END	iPad Landscape Layout: 1024px.
------------------------------------------------------------ */

@media only screen and (min-width: 1950px) {
    #main-logo {
        width: 11vw;
    }
}

/* ------------------------------------------------------------------------ */
------------------------------------------------------------ */

/* ------------------------------------------------------------------------ */
