/*
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;
}

/* 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 */


#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%;
}

#instructions {
    background: #e4e5e9;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
    border: 3px solid #5b5e61;
    height: 40px;
    text-align: center;
    font-family: "Droid Sans", sans-serif;
    font-weight: 700;
    margin: 0 auto;
    padding-top: 20px;
    border-bottom: none;
}

#wrapper {
    overflow: hidden;
    border-radius: 0 0 12px 12px;
    /*    background: #e4e5e9;*/
    border: 4px solid #5b5e61;
    padding: 30px;
}

#subWrapper {
    text-align: center;
    font-family: "Droid Sans", sans-serif;
    font-weight: 400;
    margin: 0 auto;
    /*    overflow: scroll;*/
}

#outreach_logo {
    padding-right: 90px;
}

#title {
    color: black;
}

#dragDivs {
    float: left;
}

/*
td[id^="dropIn_div"] {
    max-width: 250px;
    height: 75px;
    text-align: center;
    align-content: center;
    padding: 22px;
    border-radius: 12px;
    border: 3px solid #5b5e61;
    box-sizing: border-box;
    background-color: #ABF;
}
*/

td[id^="dropIn_div"] {
    min-width: 143px;
    min-height: 21px;
    padding: 8px 0;
    border-radius: 10px;
    border-width: 3px;
    border-color: #626262;
    border-style: solid;
    background-image: linear-gradient(0deg, rgba(216, 211, 211, 0.25098) 2%, rgba(207, 202, 202, 0.25098) 4%, rgba(0, 0, 0, 0.61) 50%, rgba(188, 181, 181, 0.98) 97%, #ffffff 100%, #7f7f7f 100%);
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
}

#dragTable {
    border-spacing: 15px;
}

#dropDivs {
    float: left;
    margin-right: 20px;
}

img[id^="div"] {
    border-radius: 8px;
    border: 3px solid #5b5e61;
    margin: 10px;
    /*    box-sizing: border-box;*/
}

button {
    padding: 0;
    background: 0;
}

.ui-dialog {
    width: 670px !important;
}

/* ------------- 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;
    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;
}

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

.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;
}

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

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