﻿@font-face {
	font-family: 'robotoregular';
	src: url('/Skins/Default/Fonts/roboto-regular-webfont.woff2') format('woff2'), url('/Skins/Default/Fonts/roboto-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-display: swap;
}

* {
    font-size: 100%;
}

.bg-img {
    /* The image used */
    background-image: url("/skins/default/images/tile_main.jpg");
    /* Control the height of the image */
    min-height: 600px;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* list of options */
.options {
    font-family: robotoregular;
    font-size: 1em;
    color: white;
    text-shadow: 0px 0px 6px black, 0px 0px 6px black, 0px 0px 6px black;
    font-weight: normal;
}

.optionsClose {
	font-family: robotoregular;
	font-size: 1em;
	color: red;
	font-weight: bold;
}

.loadsql {
    font-family: robotoregular;
    font-size: 0.75em;
    color: white;
    text-shadow: 0px 0px 6px black, 0px 0px 6px black, 0px 0px 6px black;
    font-weight: normal;
}

.pleasewait {
    font-family: robotoregular;
    font-size: 1.5em;
    color: white;
    text-shadow: 0px 0px 6px black, 0px 0px 6px black, 0px 0px 6px black;
    font-weight: normal;
}

/* fancy link mouse over */
a {
    display: inline-block;
    color: white;
    transition: all .2s ease;
    background-color: transparent;
    text-decoration: none;
    padding: .1em;
    position: relative;
    z-index: 10;
}

a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1%;
    background-color: transparent;
    transition: all .3s ease;
    z-index: -1;
}

a:hover {
    text-decoration: none;
    color: #fff;
    text-shadow: none;
}

a:hover:before {
    height: 100%;
    background-color: #214670;
    text-shadow: none;
}

/* input box */
html .RadAutoCompleteBox .racInput {
    font-family: robotoregular;
    font-size: 1.2em;
    height: 30px;
    border-radius: 15px;
}

/*
.RadAutoCompleteBoxPopup_Default, .RadAutoCompleteBoxPopup .racList {
    max-height: 100px !important;
}
*/

html .racSlide .RadAutoCompleteBoxPopup {
    font-family: robotoregular;
    font-size: 0.8em;
}

/* input box token */
html .RadAutoCompleteBox .racToken {
    font-family: robotoregular;
    font-size: 1em;
    height: 30px;
    color: white;
    font-weight: normal;
    background: #5972a7;
    vertical-align: middle;
    line-height: 2em;
}

html .RadAutoCompleteBox .racToken:hover {
    font-family: robotoregular;
    font-size: 1em;
    height: 30px;
    color: white;
    font-weight: normal;
    background: #5972a7;
    vertical-align: middle;
    line-height: 2em;
}

/* input box token "x" */
html .RadAutoCompleteBox .racRemoveTokenLink:before {
    border-bottom: none;
}

html .RadAutoCompleteBox .racRemoveTokenLink {
    font-size: 0.5em;
    color: white;
    background-color: #5972a7;
}

html .RadAutoCompleteBox .racRemoveTokenLink:hover {
    color: #5972a7;
    background-color: white;
}

html .RadAutoCompleteBox .racRemoveTokenLink:hover:before {
    color: #5972a7;
    background-color: white;
}

/* search button */
.ipmpbutton {
    background: linear-gradient(to bottom, #1b3b60 5%, #5972a7 100%);
    background-color: #637aad;
    opacity: 1;
    cursor: pointer;
    border: 1px solid #314179;
    display: inline-block;
    color: #ffffff;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 12px;
    text-decoration: none;
    width: 180px;
}

.ipmpbutton:hover {
    background: linear-gradient(to bottom, #5972a7 5%, #1b3b60 100%);
    background-color: #5972a7;
    opacity: 1;
    cursor: pointer;
}

.ipmpbutton:active {
    position: relative;
    top: 1px;
    opacity: 1;
    cursor: pointer;
}

.ipmpbutton:disabled {
    opacity: 0.50;
    cursor: not-allowed;
}

/* adjust input box and fonts for small medias */
@media only screen and (max-width: 660px) {
    .options {
        font-size: .85em;
    }

    html .RadAutoCompleteBox .racInput {
        font-family: robotoregular;
        font-size: 1.2em; /*.75em; */
        height: 35px;
        border-radius: 15px;
    }
}

@media only screen and (max-width: 399px) {
    .options {
        font-size: .75em;
    }

    html .RadAutoCompleteBox .racInput {
        font-family: robotoregular;
        font-size: 1.2em; /*.75em; */
        height: 35px;
        border-radius: 15px;
    }
}

@media only screen and (max-width: 361px) {
    .options {
        font-size: .75em;
    }

    html .RadAutoCompleteBox .racInput {
        font-family: robotoregular;
        font-size: 1.2em; /*.65em;*/
        height: 35px;
        border-radius: 15px;
    }
}
