@charset 'UTF-8';

@import url('https://fonts.googleapis.com/css?family=Cuprum|Open+Sans+Condensed:300|Roboto:300,400,500,700');
/* @import url('/css/menu.css'); */

*
{
    font-family: 'Roboto', sans-serif;

    margin: 0;
    padding: 0;
    /*  behavior: url(pie/pie.php);*/
}

@media screen
{
    .box_round
    {
        border-radius: 12px; /* Android 2.1+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 5+ */
        background-clip: padding-box; /* Android 2.2+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 4+ */
    }

    /*******************************************************************************************/

    .hcenter
    {
        position: fixed;
        left: 50%;

        margin-right: -50%;

        transform: translate(-50%, 0);
    }


    div.weathers
    {
        visibility: hidden;
        /* border:2px solid #888; */

        margin-top: 90px;
    }

    div.border
    {
        /* border:1px solid #000000; */
    }


    .row_select
    {
        display: none;
    }


    div#weather_city
    {
        position: fixed;
        top: 33px;
        left: 50%;

        margin-top: 90px;
        margin-right: -50%;

        transform: translate(-50%, 0);
        /*width: 80%;*/
        /*border:1px solid #0064c8;*/
        /*position: relative;  */
    }

    .linkImage
    {
        text-decoration: none;

        border: 0;
    }

    .cities_menu td
    {
        font: 14px/25px  'Roboto';

        padding-top: 2px;
        padding-right: 10px;
        padding-bottom: 2px;
        padding-left: 10px;

        opacity: .9;
        color: white;
        /* background-color: #AF0000; */
        border: 1px solid #0064c8;
        -webkit-border-top-left-radius: 9px;
        -moz-border-radius-topleft: 9px 9px;
                border-top-left-radius: 9px;
        /* font: bold 11px/16px tahoma,verdana, helvetica, sans-serif; */
        -webkit-border-top-right-radius: 9px;
        -moz-border-radius-topright: 9px 9px;
                border-top-right-radius: 9px;
        background-color: #0064c8;
        background-clip: padding-box; /* Android 2.2+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 4+ */
        -webkit-box-shadow: 0 0 4px rgba(0,0,0,.5);
           -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .5);
        text-shadow: 1px 1px 3px black;
    }

    .cities_menu td.active
    {
        border: 1px solid #d2461e;
        background-color: #d2461e;
    }



    .cities_menu td:hover
    {
        cursor: pointer;

        opacity: 1;
        -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.7);
           -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, .7);
    }

    /*******************************************************************************************/

    div.yandsearch
    {
        position: fixed;
        z-index: 2;
        top: 70px;
        left: 50%;

        margin-right: -50%;
        margin-bottom: 20px;

        transform: translate(-50%, -50%);
    }

    .yandsearch form
    {
        margin-left: -4%;
    }

    img.search
    {
        float: left;

        padding-right: 5px;

        cursor: pointer;
    }

    input#searchtext
    {
      font-size: 15px;

      margin-top: 10px;
      margin-left: 10px;

      border: 1px solid lightgray;
        
	    padding: 3px;
    	margin-bottom: 30px;
    }
    
    input:focus-visible
    {
    	outline-offset:-1px;
    	outline: 1px solid #5BACFF;
    }

    .articles
    {
        position: relative;

        overflow: auto;

        width: 240px;
    }

    .articles.fixed
    {
        position: fixed!important;
        top: 150px;
        bottom: 0;
        left: 0;
    }

    .custom-scroll
    {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;

        overflow: hidden;

        width: 6px;

        background: #eee;
        background: rgba(215, 215, 215, .42);
    }

    .custom-scroll__wrapper
    {
        height: 100%;
    }

    .custom-scroll__inner
    {
        position: relative;
    }

    .custom-scroll__trackbar
    {
        position: absolute;
        top: 0;
        left: 0;

        display: block;

        width: 6px;

        cursor: pointer;

        background: #9b9b9b;;
    }


    .articles:hover .custom-scroll__trackbar
    {
        opacity: 1;
    }

    .articles .custom-scroll
    {
        top: 1px;
        right: 1px;
        bottom: 1px;

        transition: background .4s ease-out;

        background: rgba(0, 0, 0, 0);;
    }

    .articles .custom-scroll__trackbar
    {
        transition: opacity .4s ease-out;

        opacity: 0;
        background: #bebebe;;
    }

    .articles .custom-scroll:hover,
    .articles .custom-scroll_hold
    {
        transition: background .1s ease-out;

        background: rgba(0, 0, 0, .1);;
    }

    .articles .custom-scroll:hover .articles .custom-scroll__trackbar,
    .articles .custom-scroll_hold .articles .custom-scroll__trackbar
    {
        opacity: 1;
    }

    article
    {
        font-size: 16px;

        position: relative;

        display: inline-block;

        margin: 5px;
        padding: 10px;
        /* font-family: 'Open Sans Condensed', sans-serif; */

        vertical-align: top;

        border: 1px solid rgba(21,11,11,.2);
        border-top-left-radius: 12px; /* Android 2.1+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 5+ */
        border-top-right-radius: 12px; /* Android 2.1+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 5+ */
        background: #fff;
        background-clip: padding-box; /* Android 2.2+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 4+ */
        -webkit-box-shadow: 0 0 10px 5px #555;
                box-shadow: 0 0 5px 0 #999;
    }

    div#gradient_bg
    {
        position: fixed ;
        z-index: -1;
        top: 0;

        display: block;

        width: 100%;
        height: 800px;

        background:     linear-gradient(0,#7bccff,#fff);
        background: -ms-linear-gradient(top, #fff, #7bccff);
        background-image: -webkit-linear-gradient(bottom, #7bccff, #fff);
        background-repeat: no-repeat;

        filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FFFFFFFF', EndColorStr='#7BCCFF');
    }
}

@media print
{
    div#gradient_bg,
    .yandsearch,
    .cities_menu td
    {
        display: none;
    }

    .cities_menu td.active
    {
        display: block;
    }
}
