/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
   
    .notFormatted_ProsmZakazi,  
    .notFormatted_ProsmZakazi thead, 
    .notFormatted_ProsmZakazi tbody, 
    .notFormatted_ProsmZakazi tfoot, 
    .notFormatted_ProsmZakazi th, 
    .notFormatted_ProsmZakazi tr, 
    .notFormatted_ProsmZakazi td {
        border-color: darkgrey ;
        border-style: solid ;
        border-width: 1px ;
        font-family: Verdana,Arial,sans-serif;
        font-size: 9.5px ;
        border-collapse: separate;
        padding: 0px;
        caption-side: unset;
    }
    .notFormatted_ProsmZakazi table{
        border-color: darkgrey ;
        border-style: solid ;
        border-width: 1px ;
        font-family: Verdana,Arial,sans-serif;
        font-size: 9.5px ;
        border-collapse: separate;
        caption-side: unset;
        margin-bottom: 20px;
    }


    .notFormattedBOLD8px table, 
    .notFormattedBOLD8px tbody, 
    .notFormattedBOLD8px td, 
    .notFormattedBOLD8px tfoot, 
    .notFormattedBOLD8px th, 
    .notFormattedBOLD8px thead, 
    .notFormattedBOLD8px tr {
        border-color: black; 
        border-style: solid; 
        border-width: 1px;
        border-collapse: separate;
        font-family: Verdana,Arial,sans-serif;
        font-size: 8px;
        caption-side: unset;
    }


    .notFormattedBOLD10px table, 
    .notFormattedBOLD10px tbody, 
    .notFormattedBOLD10px td, 
    .notFormattedBOLD10px tfoot, 
    .notFormattedBOLD10px th, 
    .notFormattedBOLD10px thead, 
    .notFormattedBOLD10px tr {
        border-color: black; 
        border-style: solid; 
        border-width: 1px;
        border-collapse: separate;
        font-family: Verdana,Arial,sans-serif;
        font-size: 10px;
        caption-side: unset;
    }


    .notFormattedBOLD9px table, 
    .notFormattedBOLD9px tbody, 
    .notFormattedBOLD9px td, 
    .notFormattedBOLD9px tfoot, 
    .notFormattedBOLD9px th, 
    .notFormattedBOLD9px thead, 
    .notFormattedBOLD9px tr {
        border-color: black; 
        border-style: solid; 
        border-width: 1px;
        border-collapse: separate;
        font-family: Verdana,Arial,sans-serif;
        font-size: 9px;
        caption-side: unset;
    }


    .notFormattedBOLD11px table, 
    .notFormattedBOLD11px tbody, 
    .notFormattedBOLD11px td, 
    .notFormattedBOLD11px tfoot, 
    .notFormattedBOLD11px th, 
    .notFormattedBOLD11px thead, 
    .notFormattedBOLD11px tr {
        border-color: black; 
        border-style: solid; 
        border-width: 1px;
        border-collapse: separate;
        font-family: Verdana,Arial,sans-serif;
        font-size: 11px;
        caption-side: unset;
    }


    

   .header #setDatePeriod{
       font-size: 13px;
       text-align:center;
   }

   .header {
       background-color: #dddddd;
   }

   .overlay:before {
	content: '';
	background: #000;
	position: fixed; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%;
	opacity: 0.80;
	z-index: 9999;
   }

   .tabsBorderNot{
        border:0px;
    }

   


   


.spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px; /* half width of the spinner gif */
    margin-top: -50px; /* half height of the spinner gif */
    text-align:center;
    z-index:1234;
    overflow: auto;
    width: 100px; /* width of the spinner gif */
    height: 102px; /*hight of the spinner gif +2px to fix IE8 issue */
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

.tabsKartochka{
    font-size:10.5px;
}

.selectShop{
    width: 155px;
    font-size: 12px;
}

.selectUslovieZakaz {
    width: 110px;
    font-size: 11px;
    margin: 0px 5px;
}
/*end loader aja[*/

/*
#menu li, a{
	font-size:10.5px;
}

#tabs {
	font-size:11.5px;
    background-color: #f9f9f9;
}

#footer{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif
}
*/





/*мерцание элемента*/
.blinkElement {
  animation-name: blinker;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(1.0,0,0,1.0);
  animation-duration: 1s;
  -webkit-animation-name: blinker;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(1.0,0,0,1.0);
  -webkit-animation-duration: 1s;
}
 
@keyframes blinker {
  from { opacity: 1.0; }
  to { opacity: 0.0; }
}
 
@-webkit-keyframes blinker {
  from { opacity: 1.0; }
  to { opacity: 0.0; }
}
/*-----------------*/


/*стиль кнопки для отчета продажи по группам товаров*/
a.button17 {
    display: inline-block;
    font-family: arial,sans-serif;
    font-size: 10px;
    color: rgb(205,216,228);
    text-shadow: 0 -1px rgb(46,53,58);
    text-decoration: none;
    user-select: none;
    line-height: 2em;
    padding: 1px 1.2em;
    outline: none;
    border: 1px solid rgba(33,43,52,1);
    border-radius: 9px;
    background: rgb(81,92,102) linear-gradient(rgb(81,92,102), rgb(69,78,87));
    box-shadow:
            inset 0 1px rgba(101,114,126,1),
            inset 0 0 1px rgba(140,150,170,.8),
            0 1px rgb(83,94,104),
            0 0 1px rgb(86,96,106);
}
a.button17:active {
    box-shadow:
            inset 0 1px 3px rgba(49, 51, 53, 0.24),
            0 1px rgb(83,94,104),
            0 0 1px rgb(86,96,106);
}
a.button17:focus:not(:active) {
    border:1px solid rgb(22,32,43);
    border-bottom: 1px solid rgb(25,34,45);
    background: rgb(86, 86, 86);
    box-shadow:
            inset 0 1px 3px rgba(0,10,20,.5),
            0 1px rgb(83,94,104),
            0 0 1px rgb(86,96,106);
    pointer-events: none;
}

div#butt17 {display:block; padding:0px 0px 0px 0px; }


@keyframes blink {
    50% {
        opacity: 0.0;
    }
}
@-webkit-keyframes blink {
    50% {
        opacity: 0.0;
    }
}
.blink {
    animation: blink 1s step-start 0s infinite;
    -webkit-animation: blink 1s step-start 0s infinite;
}


.popup-fade:before {
	content: '';
	background: #000;
	position: fixed; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%;
	opacity: 0.7;
	z-index: 9999;
}


.popup {
	position: fixed;
	top: 20%;
	left: 50%;
	padding: 20px;
	width: 300px;
	margin-left: -150px;
	background: #fff;
	border: 1px solid rgb(7, 7, 7);
	border-radius: 4px; 
	z-index: 99999;
	opacity: 1;	
    font-size: 10px;
}
.popup-close {
	position: absolute;
	top: 10px;
	right: 10px;
}
.popup-header{
    height: 20px;
    cursor: move;
   }
/*-----------------------------------------*/

.reset-this {
    animation : none;
    animation-delay : 0;
    animation-direction : normal;
    animation-duration : 0;
    animation-fill-mode : none;
    animation-iteration-count : 1;
    animation-name : none;
    animation-play-state : running;
    animation-timing-function : ease;
    backface-visibility : visible;
    background : 0;
    background-attachment : scroll;
    background-clip : border-box;
    background-color : transparent;
    background-image : none;
    background-origin : padding-box;
    background-position : 0 0;
    background-position-x : 0;
    background-position-y : 0;
    background-repeat : repeat;
    background-size : auto auto;
    border : 0;
    border-style : none;
    border-width : medium;
    border-color : inherit;
    border-bottom : 0;
    border-bottom-color : inherit;
    border-bottom-left-radius : 0;
    border-bottom-right-radius : 0;
    border-bottom-style : none;
    border-bottom-width : medium;
    border-collapse : separate;
    border-image : none;
    border-left : 0;
    border-left-color : inherit;
    border-left-style : none;
    border-left-width : medium;
    border-radius : 0;
    border-right : 0;
    border-right-color : inherit;
    border-right-style : none;
    border-right-width : medium;
    border-spacing : 0;
    border-top : 0;
    border-top-color : inherit;
    border-top-left-radius : 0;
    border-top-right-radius : 0;
    border-top-style : none;
    border-top-width : medium;
    bottom : auto;
    box-shadow : none;
    box-sizing : content-box;
    caption-side : top;
    clear : none;
    clip : auto;
    color : inherit;
    columns : auto;
    column-count : auto;
    column-fill : balance;
    column-gap : normal;
    column-rule : medium none currentColor;
    column-rule-color : currentColor;
    column-rule-style : none;
    column-rule-width : none;
    column-span : 1;
    column-width : auto;
    content : normal;
    counter-increment : none;
    counter-reset : none;
    cursor : auto;
    direction : ltr;
    display : inline;
    empty-cells : show;
    float : none;
    font : normal;
    font-family : inherit;
    font-size : medium;
    font-style : normal;
    font-variant : normal;
    font-weight : normal;
    height : auto;
    hyphens : none;
    left : auto;
    letter-spacing : normal;
    line-height : normal;
    list-style : none;
    list-style-image : none;
    list-style-position : outside;
    list-style-type : disc;
    margin : 0;
    margin-bottom : 0;
    margin-left : 0;
    margin-right : 0;
    margin-top : 0;
    max-height : none;
    max-width : none;
    min-height : 0;
    min-width : 0;
    opacity : 1;
    orphans : 0;
    outline : 0;
    outline-color : invert;
    outline-style : none;
    outline-width : medium;
    overflow : visible;
    overflow-x : visible;
    overflow-y : visible;
    padding : 0;
    padding-bottom : 0;
    padding-left : 0;
    padding-right : 0;
    padding-top : 0;
    page-break-after : auto;
    page-break-before : auto;
    page-break-inside : auto;
    perspective : none;
    perspective-origin : 50% 50%;
    position : static;
    /* May need to alter quotes for different locales (e.g fr) */
    quotes : '\201C' '\201D' '\2018' '\2019';
    right : auto;
    tab-size : 8;
    table-layout : auto;
    text-align : inherit;
    text-align-last : auto;
    text-decoration : none;
    text-decoration-color : inherit;
    text-decoration-line : none;
    text-decoration-style : solid;
    text-indent : 0;
    text-shadow : none;
    text-transform : none;
    top : auto;
    transform : none;
    transform-style : flat;
    transition : none;
    transition-delay : 0s;
    transition-duration : 0s;
    transition-property : none;
    transition-timing-function : ease;
    unicode-bidi : normal;
    vertical-align : baseline;
    visibility : visible;
    white-space : normal;
    widows : 0;
    width : auto;
    word-spacing : normal;
    z-index : auto;
    /* basic modern patch */
    all: initial;
    all: unset;
}



.context-menu-open {
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.54);
    background-color: white;
    border-radius: 4px;
    padding: 4px;
}
.context-menu-open ul {
    padding: 0;
    margin: 0;
}
.context-menu-open ul li {
    cursor: pointer;
    list-style: none;
    padding: 10px 12px;
    margin: 0;
    border-bottom: 1px solid #BFE2FF;
    font-size: 8px;
}
.context-menu-open ul li:last-child {
    border-bottom: 1px solid transparent;
}
.context-menu-open ul li:hover {
    background-color: #BFE2FF;
}