/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 30, 2015, 10:45:24 PM
    Author     : Vitaliy
*/
/*@media only screen and (max-width: 991px) {*/
@media only screen and (max-width: 1024px) {
    .dzstooltip.arrow-right.currTooltip, .dzstooltip.arrow-right.currTooltip > div,
    .dzstooltip.arrow-left.currTooltip, .dzstooltip.arrow-left.currTooltip > div{
        width: 100%;
        left: 0 !important;
        min-width: 100% !important;
    }
    .dzstooltip.currTooltip{
        /*overflow-x: auto;*/ 
        -webkit-box-shadow: 3px 6px 5px 0px rgba(77,77,77,1);
        -moz-box-shadow: 3px 6px 5px 0px rgba(77,77,77,1);
        box-shadow: 3px 6px 5px 0px rgba(77,77,77,1);
        margin-top: 30px;
    }
    .with-tooltip.arrow-right > span:first-child:before, .dzstooltip.arrow-right:before,
    .with-tooltip.arrow-left > span:first-child:before, .dzstooltip.arrow-left:before{
        top: 11px;
        right: 3px;
        border: none;
        content: "x";
        color: rgb(179, 179, 179);
        display: inline-block;
        width: 10px;
        font-weight: bold;
        cursor: pointer;
        left: auto;
    }
    .calendar-info{ padding: 0 22px }

}