@charset "utf-8";

/* CSS Document */
body {
	margin:0;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-image:url(assets/bg.jpg);
	min-height:320px;
	min-width:750px;
}
a, img {
	outline:none;
}
.output {
	position: relative;
	width: 540px;
	height: auto;
	padding: 8px 12px 8px 12px;
	background: #FFF;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-family: sans-serif;
	font-size:20px;
	color:#000;
	margin-top:20px;
	opacity:1;
	text-align:left;
	opacity:1;
}
.output:after {
	content:'';
	position: absolute;
	border-style: solid;
	border-width: 15px 15px 0;
	border-color: #FFF transparent;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -15px;
	left: 165px;
}
.search-cont {
	background-color:#FFF;
    border-left:8px solid #5cb85c;
	width:535px;
	height:auto;
	margin-top:20px;
	padding:0;
    margin-left:3px;
    transition: border 0.5s ease;
}
.search-field {
	border-radius: 0px;
    width:calc(100% - 82px);
    height: 41px;
    font-size: 100%;
    outline: none;
    font-family: inherit;
    text-transform: lowercase;
    border: none;
    padding-left: 9px;
    padding-right: 12px;
    margin-left:0px;
}
.search-field:disabled,
.search-field[disabled] {
    background:#FFF;
    opacity:0.5;
    border:none;
}
.btn_square {
	width: 37px;
    height: 37px;
    background-repeat: no-repeat;
    border: 0px;
    border-radius:0;
    background-color: #FFF;
    cursor: pointer;
    vertical-align: top;
    margin: 2px 0px 2px -3px;
	outline:none;
    transition: opacity 0.1s ease-in;
}
.btn_square:disabled,
.btn_square[disabled] {
    opacity:0.5;
}
.btn_square:disabled:hover {
    opacity:0.5;
    cursor:default;
}
.btn_square:hover {
    opacity:.5;
}
.go {
    background-image: url(assets/go.png);
}
.refresh {
    background-image: url(assets/refresh.png);
}
.cont_title {
	width:100%;
	height:auto;
	text-align:center;
    padding-top:100px;
}
.logo {
	-webkit-transition: -webkit-transform .4s ease-in-out;
    -ms-transition: -ms-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
}
.logo:hover {
	transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
}
::-webkit-input-placeholder {
	text-transform:none
}
:-moz-placeholder {
/* Firefox 18- */
	text-transform:none
}
::-moz-placeholder {
/* Firefox 19+ */
	text-transform:none
}
:-ms-input-placeholder {
	text-transform:none
}
.ui-widget input {
    font-family: Arial, sans-serif
}
.ui-autocomplete {
    background: #FFF;
    border: 1px solid #DDD;
    border-radius: 0;
    font-family: Arial, sans-serif;
    padding: 0
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
    color: #000;
    background: #eee none repeat scroll 0 0;
    border: none;
    margin: 0;
    border-radius: 0
}
.ui-menu .ui-menu-item {
    font-size:16px;
    width:484px;
    display:block;
}
.menu {
	width: 100%;
	height: 48px;
	background:#fff;
	position: fixed;
    z-index:1000;
	text-align:center;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
	min-width:500px;
}
.menu a {
    text-decoration: none;
    outline: none;
    color: #000;
}
.menu ul {
    text-align: left;
    display: inline;
    margin: 0;
    padding: 15px 4px 17px 0;
    list-style: none;
}
.menu ul li {
    font: bold 12px/18px sans-serif;
    display: inline-block;
    margin-right: -5px;
    position: relative;
    z-index:1000;
    padding: 15px 20px;
    background: #fff;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.menu ul li:hover {
    background: #555;
    color: #fff;
}
.menu ul li ul {
    padding: 0;
    position: absolute;
    top: 48px;
    left: 0;
    width: 150px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transiton: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -transition: opacity 0.2s;
}
.menu ul li ul li {
    background: #555;
    display: block;
    color: #fff;
    text-shadow: 0 -1px 0 #000;
}
.menu ul li ul li:hover {
    background: #666;
}
.menu ul li:hover ul {
    display: block;
    opacity: 1;
    visibility: visible;
}
.menu .sub_ul {
	background: #fff;
	color: #000;
	cursor: default;
	text-shadow: none;
    border:1px solid #555;
}
.menu .sub_ul:hover {
	background: #fff;
	color: #000;
}
.menu li a:hover{
    text-decoration:none;
}
.menu .active{
    text-decoration:underline;
}
.weather {
    width: 100%;
    height:auto;
    background: #34495E;
    padding: 10px;
    margin: 0 20px 20px 0;
    color: #fff;
    font-family:sans-serif;
}
.output .weather {
    margin-top:10px;
}
.weather ul li {
    background: transparent;
    display:block;
}
.weather ul li:hover{
    background:transparent;
    cursor:default;
}
.container_custom {
    text-align:center;
    display:table;
    margin:auto;
    width:577px;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}
.output p {
    margin-top:0;
    margin-bottom:0;
}
.unselectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    background: #FFF;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    display:inline-block;
    padding-top:5px;
}
.hidden {
    display:none !important;
}
.footer p {
    display:inline-block;
    margin-right:5px;
    margin-bottom:0;
    margin-top:5px;
    float:left;
    font-family:sans-serif;
}
.footer label {
    margin-bottom:0;
    float:right;
}
.footer .content {
    width:210px;
    display:inline-block;
}
.flashing {
  font-size: 16px;
  opacity:1;
  animation: blinker 1.1s linear infinite;
  color:#f0ad4e;
}

@keyframes blinker {
  50% {
    opacity: 0.1;
  }
}
.footer .info {
    height:34px;
    width:34px;
    float:right;
    margin-right:5px;
    transition: opacity 0.3s ease;
}
.footer .info:hover {
    opacity:0.5;
    cursor:pointer;
}
.footer .icon {
    height:34px;
    width:34px;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.loader {
    border: 5px solid #f3f3f3;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 5px solid #555;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
#output .small {
    font-size:70%;
    margin-top:5px;
}
#output a {
    color:#001ba0;
    font-weight:normal;
}
#output a:visited {
    color:#600090;
}
.jconfirm-buttons button {
    max-width:310px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
/* width */
.output ::-webkit-scrollbar {
    width: 10px;
}
/* Track */
.output ::-webkit-scrollbar-track {
    background: #f1f1f1;
}
/* Handle */
.output ::-webkit-scrollbar-thumb {
    background: #888;
}
/* Handle on hover */
.output ::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.search-cont .clear {
    font-size: 12px;
    background: none;
    border: none;
    padding: 0;
    margin-left:-14px;
    color:#000;
    opacity:0.5;
    outline:none;
    display:none;
}
.clear:hover {
    cursor:pointer;
    opacity:1;
}
.clear:focus {
    outline:none;
}
.mobile {
    display:none;
}
@media only screen and (max-width: 870px) {
    input,
    textarea,
    button,
    select,
    label,
    a {
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }
    .menu {
        display:none;
    }
    .mobile {
        display:block;
    }
    .container img {
        display:none;
    }
    .title {
        background-repeat:no-repeat;
        background-size:cover;
        background-image:url(assets/bg.jpg);
        text-align:center;
        height:112px;
        padding:15px 0 0px 0;
    }
    body {
        background:#AAA;
        min-width:unset;
        min-height:unset;
    }
    .container_custom {
        top:unset;
        bottom:unset;
        left:unset;
        right:unset;
        width:100%;
        margin:3px 0px 0 0px;
        padding:0;
    }
    .container {
        width:calc(100% - 6px);
        max-width:unset;
        
    }
    .output {
        width: 100%;
        padding:5px 8px 5px 8px;
        font-size:18px;
        margin:0 3px 0 3px;
    }
    .search-cont {
        width:calc(100% + 6px);
        margin:20px 0 0 0;
    }
    .search-field {
        font-size:18px;
        padding-right:24px;
    }
    .search-cont .clear {
        margin-left:-21px;
        margin-right:7px;
    }
    .ui-autocomplete {
        width:100% !important;
        left:unset !important;
        right:unset !important;
        bottom:0 !important;
    }
    .ui-menu .ui-menu-item {
        width:100%;
    }
}