﻿/* DEFAULTS


----------------------------------------------------------*/

input[type=search] { 
	color: black;  
	text-align: right;
	cursor: pointer;
	display: block;
}
@font-face {
    font-family: 'YourFontName'; /*a name to be used later*/
    src: url('https://demo.netlunch.net/font/Free3of9.ttf'); /*URL to font*/
}

.barcode {
    font-family: "YourFontName";
    font-size: 40.0pt;
}

.barcode_div {
    font-family: "Free 3 of 9";
}

.completionList {
    border: solid 1px Gray;
    margin: 0px;
    padding: 0px;
    height: 140px;
    overflow: auto;
    background-color: #edebc9;
    width:auto;
}


.listItem {
    color: #191919;
}

.itemHighlighted {
    background-color: #6c8eff;
    font-weight:bold;
    color:black;
        -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    

}


html {
    width: 100%;
    height: 100%;
    clip: auto;
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
}

.float-left {
    float: left;
}

.textbox-center {
    text-align: center;
}

.popupMenu {
    margin: 15px,10px,10px,10px;
    border-width: 1px;
    border-color: Black;
    border-style: double;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-size: large;
    background-color: snow;
    -webkit-box-shadow: #666 0px 2px 2px;
    -moz-box-shadow: #666 0px 2px 2px;
    box-shadow: #666 0px 2px 2px;
    min-width: 300px;
    text-align: center;
    direction: rtl;
    display: none;
}

.popsmall {
    margin: 10px,10px,10px,10px;
    display: none;
}

.popupMenu2 {
    margin: 10px,10px,10px,10px;
    border-width: 1px;
    border-color: Black;
    border-style: double;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-size: large;
    background-color: aliceblue;
    -webkit-box-shadow: #666 0px 2px 2px;
    -moz-box-shadow: #666 0px 2px 2px;
    box-shadow: #666 0px 2px 2px;
    min-width: 300px;
    text-align: center;
    direction: rtl;
    display: none;
}

.content-wrapper {
    margin: 0 auto;
    max-width: 300px;
}

.movingPanel {
    position: absolute;
    height: 40px;
    width: 150px;
    /*top: 166px;
left: 500px;*/
    border-width: 1px;
    border-color: Black;
    border-style: double;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    display: none;
    background-color: white;
    text-align: center;
    vertical-align: middle;
}

.banner {
    width: auto;
    height: 104px;
    z-index: 1;
    /*   right: 828px;*/
    top: -2px;
    position: absolute;
}

.gotologin {
    z-index: 1;
    width: 100%;
}

.inv {
    width: auto;
    vertical-align: top;
    font-size: large;
    text-align: center;
    /*background-image: url('style/grid/grdhdr.png');*/
    background-color: #2196f3;
    color: #000099;
    font-size: 16pt;
    font-weight: bold;
    direction: rtl;
    border: 1px solid #0033CC;
    text-align: center;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b8cd3+0,317ab2+100 */
background: rgb(59,140,211); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(59,140,211,1) 0%, rgba(49,122,178,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b8cd3', endColorstr='#317ab2',GradientType=0 ); /* IE6-9 */

}

.tabledata {
    width: auto;
    vertical-align: top;
    font-size: large;
    text-align: center;
}

body {
    background-color: #efefef !important;
    font-size: .85em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    color: #696969;
    height: auto;
    width: 100%;
}

.round-box {
    border: 1px groove #000000;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: #666 0px 2px 2px;
    -moz-box-shadow: #666 0px 2px 2px;
    box-shadow: #666 0px 2px 2px;
    margin-right: 0px;
    margin-top: 0px;
    text-align: right;
}

.listview_preview {
    border: 2px groove #000000;
}

.watermarked {
    border: 1px groove #000000;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    /*  -webkit-box-shadow: #666 0px 2px 2px;
    -moz-box-shadow: #666 0px 2px 2px;
    box-shadow: #666 0px 2px 2px;*/
    margin-right: 0px;
    margin-top: 0px;
    background-color: #fcfe6e;
    font-size: small;
}

.round-box_thin {
    border: 1px solid #6c8ecc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*  -webkit-box-shadow: #666 0px 2px 2px;
    -moz-box-shadow: #666 0px 2px 2px;
    box-shadow: #666 0px 2px 2px;*/
    margin-right: 0px;
    margin-top: 0px;
}

.round-box_thin_hight_width_font_ddl {
    border: 1px solid #6c8ecc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*  -webkit-box-shadow: #666 0px 2px 2px;
    -moz-box-shadow: #666 0px 2px 2px;
    box-shadow: #666 0px 2px 2px;*/
    margin-right: 0px;
    margin-top: 0px;
    font-size: 12px;
    height: 22px;
    width: 90px;
}

.round-box_thin_hight_width_font_txt {
    border: 1px solid #6c8ecc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*  -webkit-box-shadow: #666 0px 2px 2px;
    -moz-box-shadow: #666 0px 2px 2px;
    box-shadow: #666 0px 2px 2px;*/
    margin-right: 0px;
    margin-top: 0px;
    font-size: 12px;
    height: 20px;
    width: 25px;
}


/*   .MyCalendar2 .ajax__calendar_container
{
    border: 0px solid #646464;
    background-color: #FFFFE8;
    background-image: url('../Styles/grid/hdrhigh2.png');
    border: 2px groove #000000;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
  -webkit-box-shadow: #666 0px 2px 2px;
    -moz-box-shadow: #666 0px 2px 2px;
    box-shadow: #666 0px 2px 2px;
    margin-right: 0px;
    margin-top: 0px;
    font-weight:bold;
    color: black;
}
*/

.MyCalendar .ajax__calendar_container {
    background-color: #FFFFE8;
    /*background-image: url('../Styles/grid/hdrhigh2.png');*/
    border: 1px groove #000000;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: #666 0px 2px 2px;
    -moz-box-shadow: #666 0px 2px 2px;
    box-shadow: #666 0px 2px 2px;
    margin-right: 0px;
    margin-top: 0px;
    font-weight: bold;
    color: White;
    font-size: 0.8em;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b8cd3+0,317ab2+100 */
background: rgb(59,140,211); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(59,140,211,1) 0%, rgba(49,122,178,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b8cd3', endColorstr='#317ab2',GradientType=0 ); /* IE6-9 */

}

.MyCalendar .ajax__calendar_day {
    border: 0px;
    color: White;
    font-size: 0.9em;
}

.MyCalendar .ajax__calendar_active {
    font-size: 1.0em;
    color: Black;
}


.MyCalendar .ajax__calendar_hover {
    color: Black;
    font-weight: bold;
    font-size: 1em;
}

a:link a:link, a:visited {
    color: #034af3;
    direction: ltr;
}





.Important {
    font-size: large;
    color: Red;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
    font-weight: 700;
    width: 1152px;
}

.accordionHeader {
    padding: 0px 20px;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b8cd3+0,317ab2+100 */
background: rgb(59,140,211); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(59,140,211,1) 0%, rgba(49,122,178,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b8cd3', endColorstr='#317ab2',GradientType=0 ); /* IE6-9 */

    border: 1px solid #2F4F4F;
    color: white;
    font-family: Arial, Sans-Serif;
    font-size: 18px;
    font-weight: bold;
    padding: 5px;
    margin-top: 1px;
    cursor: pointer;
    /*  background-image: url('grid/pichdr.png');*/
    list-style-image: url('buttons/downarr-48.png');
    list-style-position: inside;
    vertical-align: top;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.accordionHeaderSelected {
    background: #0033CC;
    background: -moz-linear-gradient(top, #6C6C6C 0%, #d1caca 40%, #cecece 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6C6C6C), color-stop(40%,#698cb6), color-stop(100%,#6c8eff));
    background: -webkit-linear-gradient(top, #96b3eb 0%,#698ac6 40%,#6c8ecc 100%);
    background: -o-linear-gradient(top, #6C6C6C 0%, #d1caca 40%, #cecece 100%);
    background: -ms-linear-gradient(top,#6C6C6C 0%, #d1caca 40%, #cecece 100%);
    background: linear-gradient(to bottom, #6C6C6C 0%, #d1caca 40%, #cecece 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6C6C6C', endColorstr='#cecece',GradientType=0 );
    border: 1px solid #2F4F4F;
    color: black;
    font-family: Arial, Sans-Serif;
    font-size: 18px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    /*background-image: url('grid/pichdrlong.png');*/
    vertical-align: top;
    list-style-image: url('buttons/downarr-48.png');
    list-style-position: inside;
    vertical-align: top;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.accordionContent {
    background-color: #FFFFFF;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    border-style: ridge;
    border-width: 1px;
    border-color: #2F4F4F;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

/*אקורדיון עם Gridview*/
/*-----------------*/
.accordionHeader_GV {
    border-collapse: collapse;
    /*padding: 0px 20px;*/
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b8cd3+0,317ab2+100 */
background: rgb(59,140,211); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(59,140,211,1) 0%, rgba(49,122,178,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b8cd3', endColorstr='#317ab2',GradientType=0 ); /* IE6-9 */

    border: 1px solid #2F4F4F;
    color: white;
    font-family: Arial, Sans-Serif;
    font-size: 15px;
    font-weight: bold;
    /*padding: 5px;
    margin-top: 1px;*/
    cursor: pointer;
    /*  background-image: url('grid/pichdr.png');*/
    list-style-image: url('buttons/downarr-48.png');
    list-style-position: inside;
    vertical-align: top;
    /*-webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;*/
    text-align: center;
}

/*@media print {
    mGrid {
      border-style:solid;
      border-collapse:collapse;
      border-width:1px;
      direction:rtl;
      text-align:center;
       border: solid 1px black;
    }

    accordionHeaderSelected_GV {
   border-collapse:collapse;
   
   
    border: solid 1px red;
    color: black;
    font-family: Arial, Sans-Serif;
    font-size: 15px;
    font-weight: bold;
   -webkit-border-top-left-radius: 7px;
        -webkit-border-top-right-radius: 7px;
        -moz-border-radius: 7px;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
         direction:rtl;
          text-align:center;
}
    .accordionHeader_GV td 
 {
      border: solid 1px black;
        color: #333333;
        border-collapse:collapse;
        text-align: center;
        direction: rtl;
         text-align:center;

}
    .accordionHeader_GV td {
        border: solid 1px;
        color: white;
        border-collapse: collapse;
        text-align: center;
        direction: rtl;
        text-align: center;
    }

}*/

@media screen {
    .accordionHeader_GV2 {
        border-collapse: collapse;
        /*padding: 0px 20px;*/
        background: #fafbfc;
        background: -moz-linear-gradient(top, C0C0C0 0%, #f7f7f7 40%, #fffefe 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,white), color-stop(40%,#f7f7f7), color-stop(100%,#fffefe));
        background: -webkit-linear-gradient(top, white 0%,#f7f7f7 40%,#fffefe 100%);
        background: -o-linear-gradient(top, #C0C0C0 0%,#f7f7f7 40%,#fffefe 100%);
        background: -ms-linear-gradient(top, #C0C0C0 0%,#f7f7f7 40%,#fffefe 100%);
        background: linear-gradient(to bottom, #C0C0C0 0%,#f7f7f7 40%,#fffefe 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='white', endColorstr='#fffefe',GradientType=0 );
        border: 1px solid #2F4F4F;
        color: #698ac6;
        font-family: Arial, Sans-Serif;
        font-size: 15px;
        font-weight: bold;
        /*padding: 5px;
    margin-top: 1px;*/
        cursor: pointer;
        /*  background-image: url('grid/pichdr.png');*/
        list-style-image: url('buttons/downarr-48.png');
        list-style-position: inside;
        vertical-align: central;
        direction: rtl;
        text-align: center;
        /*-webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;*/
    }

    .accordionHeaderSelected_GV {
        border-collapse: collapse;
        background: #666;
        background: -moz-linear-gradient(top, #666 0%, #d1caca 5%, #cecece 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666), color-stop(50%,#698cb6), color-stop(100%,#6c8eff));
        background: -webkit-linear-gradient(top, #666 0%,#698ac6 50%,#6c8ecc 100%);
        background: -o-linear-gradient(top, #666 0%, #d1caca 50%, #cecece 100%);
        background: -ms-linear-gradient(top,#666 0%, #d1caca 50%, #cecece 100%);
        background: linear-gradient(to bottom, #666 0%, #d1caca 50%, #cecece 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666', endColorstr='#cecece',GradientType=0 );
        border: 1px solid #2F4F4F;
        color: black;
        font-family: Arial, Sans-Serif;
        font-size: 15px;
        font-weight: bold;
        /*padding: 5px;
    margin-top: 5px;*/
        cursor: pointer;
        /*background-image: url('grid/pichdrlong.png');*/
        vertical-align: top;
        list-style-image: url('buttons/downarr-48.png');
        list-style-position: inside;
        vertical-align: central;
        /*-webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;*/
        -webkit-border-top-left-radius: 7px;
        -webkit-border-top-right-radius: 7px;
        -moz-border-radius: 7px;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
        direction: rtl;
        text-align: center;
    }


    /*.accordionHeader_GV th {
        border: solid 1px;
        color: #333333;
        border-collapse: collapse;
        text-align: center;
        direction: rtl;
        text-align: center;
    }

      .accordionHeader_GV td {
        border: solid 1px;
        color: white;
        border-collapse: collapse;
        text-align: center;
        direction: rtl;
        text-align: center;
    }*/
    .accordionContent_GV {
        background-color: #FFFFFF;
        border-top: none;
        padding: 5px;
        padding-top: 10px;
        border-style: ridge;
        border-width: 1px;
        border-color: #2F4F4F;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        direction: rtl;
        text-align: center;
    }
}
/*-----------------*/
/*#master_content .accordionHeader a {
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

    #master_content .accordionHeader a:hover {
        background: none;
        text-decoration: underline;
    }*/



/*#master_content .accordionHeaderSelected a {
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

    #master_content .accordionHeaderSelected a:hover {
        background: none;
        text-decoration: underline;
    }*/

.accordionContent {
    background-color: #FFFFFF;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    border-style: ridge;
    border-width: 1px;
    border-color: #2F4F4F;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}




/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    /*direction: rtl;
    color:gray;
    font-size: 1.5em;*/
    /*   color: #666666;*/
    /*font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
    	letter-spacing: 2px;        
	text-shadow: 2px 2px 2px black;  
    font-weight:bold;*/
}

h1 {
    font-size: 2em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
  
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}



.page {
    width: 100%;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
}

.header {
    margin: auto;
    position: relative;
    margin: auto auto auto auto;
    padding: 2px;
    width: 99%;
    top: 0px;
    /*right: 7px;*/
    height: 50px;
    direction: rtl;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: #666 0px 3px 3px;
    -moz-box-shadow: #666 0px 3px 3px;
    box-shadow: #666 0px 3px 3px;
    border-style: none groove groove groove;
    border-width: 0.5px;
    border-color: #000000;
    /*background-image: url('grid/pichdr.png');*/
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b8cd3+0,317ab2+100 */
background: rgb(59,140,211); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(59,140,211,1) 0%, rgba(49,122,178,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b8cd3', endColorstr='#317ab2',GradientType=0 ); /* IE6-9 */

}

    .header h1 {
        border-style: none;
        border-color: inherit;
        border-width: medium;
        font-weight: 700;
        margin: 0px 0px 17px 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        line-height: 2em;
        font-size: 2em;
        top: -10px;
        right: -420px;
        height: 61px;
        position: absolute;
        z-index: 1;
        width: 350px;
    }

.imga {
    float: left;
}

.titl {
    float: right;
    font-size: xx-large;
    font-weight: bold;
    font-style: italic;
    color: #FFFFFF;
}

.vertical {
    position: relative;
    background-color: #DDDDDD;
    padding: 10px;
    border-radius: 5px 5px 0 0;
    float: right;
    -moz-transform: rotate(270deg); /* FF3.5+ */
    -o-transform: rotate(270deg); /* Opera 10.5 */
    -webkit-transform: rotate(-90deg); /* Saf3.1+, Chrome */
}

.horziantl {
    position: relative;
    background-color: #DDDDDD;
    padding: 10px;
    border-radius: 5px 0 0 5px;
    float: right;
}

@media (max-width:800px) {
    .main {
        /*width: 98%;*/
    }

    .menupan {
        width: 98%;
    }

    .loginbarpanel {
        display: none;
    }

    .logr {
        font-size: small;
    }

    .floating {
        width: 20%;
    }

    .sidebarpanel {
        display: none;
    }

    #menu {
        font-size: xx-small;
    }
}
/*@media (min-width:801px) {
    .main {
        width: 78%;
        margin-top:10px;
       background-color:blue;
    }

    .menupan {
        width: 78%;
    }

    .loginbarpanel {
     
        width: 20%;
    }
   .logr
   {
       font-size:small;
   }
      .floating
    { width: 20%;

    }
    .sidebarpanel {
        width: 20%;
    }

    #menu {
        font-size: small;
    }
     .nav_class {
        font-size: small;
    }
}*/
@media (max-width:1200px) {
    .main {
        /*width: 78%;*/
    }

    .menupan {
        width: 78%;
    }

    .loginbarpanel {
        /*width: 20%;*/
    }

    .logr {
        font-size: small;
    }

    .floating {
        width: 20%;
    }

    .sidebarpanel {
        /*width: 20%;*/
    }

    #menu {
        font-size: x-small;
    }

    .nav_class {
        font-size: small;
    }
}

@media (min-width:1200px) {
    .main {
        /*width: 84%;*/
    }

    .logedin {
        font-size: small;
    }

    .menupan {
        width: 84%;
    }

    .loginbarpanel {
        /*width: 100%;*/
    }

    .sidebarpanel {
        /*width: 14%;*/
    }

    .floating {
        width: 14%;
    }

    #menu {
        font-size: medium;
        color: red;
    }
}

@media (min-width:1201px) {
    .main {
        /*width: 84%;*/
    }

    .loginbarpanel {
        /*width: 100%;*/
    }

    .sidebarpanel {
        /*width: 14%;*/
    }

    .floating {
        width: 14%;
    }

    .menupan {
        width: 84%;
    }

    #menu {
        font-size: medium;
        color: red;
    }
}


.nav_class {
    padding-top: 15px;
    margin-right: 150px;
    z-index: 999;
    width: 100%;
    position: relative;
     -webkit-box-sizing:initial ;-moz-box-sizing:initial;  box-sizing:initial;
  

}

.main {
    /*float: left;*/
    /*direction: rtl;
    /*margin: 7px 0px 0px 7px;*/
    /*min-height: 600px;
    color: #000000;*/
    /*  width: 81%; */ /* top: 194px;*/
    /*right: 0;*/
    /*-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    display: block;*/
    /*border: thin groove #003399;*/
    /*overflow-x: auto;*/
    /*z-index: 0;*/
    /*background-color:#fbfbfb*/
}

.menupan {
    float: left;
    direction: rtl;
    margin: 7px 0px 0px 0px;
    min-height: 100px;
    color: #000000;
    /*  width: 81%; */ /* top: 194px;*/
    right: 0;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    display: inline-block;
    border: thin groove #003399;
    /*overflow-x: auto;*/
    z-index: 0;
}



.sidebarpanel {
    display: inline-block;
    /*float: right;*/
    height: 100%;
    top: 8px;
    border: 0.5px groove #0066CC;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: #666 0px 3px 3px;
    -moz-box-shadow: #666 0px 3px 3px;
    box-shadow: #666 0px 3px 3px;
    /*display: inline;*/
    margin-right: 5px;
    margin-top: 5px;
    /*background-image: url('grid/hdrhigh2.png');*/
    z-index: 1;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b8cd3+0,317ab2+100 */
background: rgb(59,140,211); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(59,140,211,1) 0%, rgba(49,122,178,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b8cd3', endColorstr='#317ab2',GradientType=0 ); /* IE6-9 */

}

.tetetet {
    display: inline-block;
    border-left: 0.5px groove #000000;
    border-right: 0.5px groove #000000;
    border-top: 0.5px none #000000;
    border-bottom: 0.5px groove #000000;
    text-align: left;
    float: right;
    /* width:14%;*/
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: #666 0px 3px 3px;
    -moz-box-shadow: #666 0px 3px 3px;
    box-shadow: #666 0px 3px 3px;
    margin-right: 5px;
    margin-top: 5px;
}

.loginbarpanel {
    /*display: inline-block;*/
    border-left: 0.5px groove #000000;
    border-right: 0.5px groove #000000;
    border-top: 0.5px none #000000;
    border-bottom: 0.5px groove #000000;
    /*float: right;*/
   
    /* width: 17%;*/
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: #666 0px 3px 3px;
    -moz-box-shadow: #666 0px 3px 3px;
    box-shadow: #666 0px 3px 3px;
    margin-right: 5px;
    margin-top: 5px;
    background-repeat: repeat-x;
    /*background-image: url('grid/hdrhigh2.png');*/
    height: 165px;
    z-index: 999;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b8cd3+0,317ab2+100 */
background: rgb(59,140,211); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(59,140,211,1) 0%, rgba(49,122,178,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b8cd3', endColorstr='#317ab2',GradientType=0 ); /* IE6-9 */

}


.floating {
    display: inline-block;
    /*border-left: 0.5px groove #000000;
    border-right: 0.5px groove #000000;
    border-top: 0.5px none #000000;
    border-bottom: 0.5px groove #000000;*/
    float: right;
    /* width: 17%;*/
    /*-webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;*/
    /*-webkit-box-shadow: #666 0px 3px 3px;
    -moz-box-shadow: #666 0px 3px 3px;
    box-shadow: #666 0px 3px 3px;*/
    margin-right: 2px;
    margin-top: 5px;
    /*background-image: url('grid/hdrhigh2.png');*/
    background-color: transparent;
    z-index: 999;
}

.sidebar {
    display: inline;
    border: thin solid #C0C0C0;
    float: right;
    width: 190PX;
    height: 100%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 18px;
    display: inline;
    overflow: scroll;
    padding-right: 0px;
    z-index: 1;
}

.sidebar {
    display: inline;
    border: thin solid #C0C0C0;
    float: right;
    width: 190PX;
    height: 100%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 18px;
    display: inline;
    overflow: scroll;
    padding-right: 0px;
    z-index: 1;
}

.modalPopup {
    background-color: #FFFFFF;
    padding: 2px 2px 2px 23px;
    border: 2px groove #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*-webkit-box-shadow: #666 0px 2px 2px;
    -moz-box-shadow: #666 0px 2px 2px;
    box-shadow: #666 0px 2px 2px;*/
    height: auto;
    text-align: center;
    width: auto;
    display: inline-block;
    overflow: auto;
    padding-right: 20px;
}

.modalPopuptransprnt {
    background-color: transparent;
    padding: 2px 2px 2px 2px;
    border: none;
    height: auto;
    text-align: center;
    width: auto;
    display: inline-block;
}


.modalPopupfull {
    background-color: #FFFFFF;
    padding: 3px 3px 3px 3px;
    border: 2px groove #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: #666 0px 2px 2px;
    -moz-box-shadow: #666 0px 2px 2px;
    box-shadow: #666 0px 2px 2px;
    margin-right: 0px;
    overflow: auto;
}

.modalBackground {
    background-color: Grey;
    opacity: 0.8;
    width: 700px;
    height: 250px;
    border: 1px groove #000000;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: #666 0px 3px 3px;
    -moz-box-shadow: #666 0px 3px 3px;
    box-shadow: #666 0px 3px 3px;
    margin-right: 1px;
    overflow: auto;
}

.modalBackground2 {
    background-color: Grey;
    width: 100%;
    height: 100%;
    border: 1px groove #000000;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: #666 0px 3px 3px;
    -moz-box-shadow: #666 0px 3px 3px;
    box-shadow: #666 0px 3px 3px;
    margin-right: 1px;
}
.AutoComplete-cont{
 border:solid 1px Gray;
        margin:0px;
        padding:3px;
        height: 200px;
        overflow:auto;
        background-color: #FFFFFF; 

}
.AutoComplete-item{
    font-size:medium;
    width:100%;
   height:40px;
      -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
}
.AutoComplete-item-h{
     font-size:medium;
    width:100%;
    height:40px;
    background-color: #ADD6FF;
      -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
}

.crtitmtyp {
    border: 1px solid #3399FF;
    background-color: #3399FF;
    display: inline-block;
    padding-left: 10px;
    width: 95%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: large;
    font-style: italic;
    font-weight: bold;
    bottom: 10px;
    text-align: center;
    margin-bottom: 20px;
    margin-left: 30px;
    /*background-image: url('grid/pichdr.png');*/
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b8cd3+0,317ab2+100 */
background: rgb(59,140,211); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(59,140,211,1) 0%, rgba(49,122,178,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b8cd3', endColorstr='#317ab2',GradientType=0 ); /* IE6-9 */

}

#block_1, #block_2, #block_3 {
    padding-bottom: 32767px;
    margin-bottom: -32767px;
}

/*.loginbar
{
    display: inline;
    float: right;
    width: auto;
    position: relative;
    margin: 0px 0px 0px 0px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: #666 0px 3px 3px;
    -moz-box-shadow: #666 0px 3px 3px;
    box-shadow: #666 0px 3px 3px;
     border-style: none groove groove groove;
    border-width: 0.5px;
    border-color: #000000;
    margin-right: 0px;
}
*/
.datepanel {
    display: inline;
    float: left;
    /* width: auto;*/
    height: 49px;
    position: relative;
    margin: 0.8px 5px 0px 2px;
    margin-right: 0px;
    font-size: medium;
    vertical-align: middle;
    color: #FFCC00;
    /*border: 1px groove #000066;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;*/
    right: -5px;
    z-index: 0;
    /*  background-image: url('grid/pichdr.png');*/
}

#news-tick2 {
    padding-top: 15px;
    font-size: medium;
    height: 100px;
    color: Green;
    width: 60%;
    float: left;
}

    #news-tick2 a {
        padding-top: 15px;
        font-size: 17PX;
        height: 100px;
        color: Green;
        font-weight: bold;
    }

#news-tick {
    padding: 5px;
    font-size: medium;
    height: 100px;
    color: #2f0af1;
    font-weight: bold;
}

    #news-tick a {
        font-size: 17PX;
        height: 100px;
        color: #2f0af1;
        font-weight: bold;
    }

#salesupdate {
    font-size: medium;
    height: 100px;
    color: #FFCC00;
}

    #salesupdate a {
        font-size: 17PX;
        height: 100px;
        color: #FFCC00;
        font-weight: bold;
    }



box {
    border: 2px groove #000000;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: #666 0px 3px 3px;
    -moz-box-shadow: #666 0px 3px 3px;
    box-shadow: #666 0px 3px 3px;
    margin-right: 0px;
}







.v {
    font-size: 1.2em;
    font-weight: 600;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 18px;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.footer {
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    position: relative;
    top: 319px;
    right: 16px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}


/*תפריט נפתח */
div.hideSkiplink {
    background-color: transparent;
    margin: 0px 0px 0px 0px;
    width: auto;
}
/*---------------menu--------------------*/

div.menu ul li ul {
    display: none;
    padding-right: 10px;
}


div.menu ul li {
    position: relative;
    float: right;
    list-style: none;
    padding-right: 10px;
}

div.meneu {
    direction: rtl;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding: 0px 170px 0px 0px;
    width: 950px;
    height: auto;
    text-align: right;
    top: 0px;
    right: -100px;
}
/*
.level1 {
    background-color: Transparent;
    color: #FFFFFF;
}



.level2 {
    border-style: solid solid solid solid;
    border-width: 0.1px;
    border-color: #3A6294;
    background-color: #6084B0;
    z-index: 0;
    display: block;
    line-height: 1.35em;
    padding: 3px 3px;
    text-decoration: none;
    white-space: normal;
    color: #000000;
}

.level3 {
    border-style: solid solid solid solid;
    border-width: 0.1px;
    border-color: #3A6294;
    background-color: #6084B0;
    z-index: 0;
    display: block;
    line-height: 1.35em;
    padding: 0px 3px;
    text-decoration: none;
    white-space: normal;
    color: #000000;
}
.level4 {
    border-style: solid solid solid solid;
    border-width: 0.1px;
    border-color: #3A6294;
    background-color: #6084B0;
    z-index: 0;
    display: block;
    line-height: 1.35em;
    padding: 0px 3px;
    text-decoration: none;
    white-space: normal;
    color: #000000;
}
*/
/*div.menu {
    text-align: right;
    border-width: 0.5px;
    border-color: #000000;
    margin: 0 50px 0px 0px; 
    height: auto;
    font-weight: bold;
    z-index: 0;
    font-size: xx-small;
    padding-right: 10px;
    text-align: start;
}


    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: 200px;
        background: #C0C0C0;
        color: #000000;
        padding-right: 15px;
    }

    div.menu li a {
        list-style: none;
        background-color: Transparent;
        z-index: 0;
        display: block;
        line-height: 1.35em;
        padding: 4px 5px;
        text-decoration: none;
        white-space: normal;
        color: #d72121;
    }

    div.menu li ul li a {
        border-style: solid none solid none;
        border-width: 0.1px;
        border-color: #3A6294;
        list-style: none;
        background-color: Transparent;
        z-index: 0;
        display: block;
        line-height: 1.35em;
        padding: 4px 5px;
        text-decoration: none;
        white-space: normal;
        color: #FFFFFF;
    }

    div.menu ul li a:hover {
        list-style: none;
        background-color: #C0C0C0;
        text-decoration: underline;
        font-weight: bold;
        color: #cc182e;
    }


    div.menu ul li ul {
        display: none;
        padding-right: 10px;
    }


    div.menu ul li {
        position: relative;
        float: right;
        list-style: none;
        padding-right: 10px;
    }

div.meneu {
    direction: rtl;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding: 0px 170px 0px 0px;
    width: 950px;
    height: auto;
    text-align: right;
    top: 0px;
    right: -300px;
}

.level1 {
    background-color: Transparent;
    color: #FFFFFF;
}



.level2 {
    border-style: solid solid solid solid;
    border-width: 0.1px;
    border-color: #3A6294;
    background-color: #6084B0;
    z-index: 0;
    display: block;
    line-height: 1.35em;
    padding: 3px 3px;
    text-decoration: none;
    white-space: normal;
    color: #000000;
}

.level3 {
    border-style: solid solid solid solid;
    border-width: 0.1px;
    border-color: #3A6294;
    background-color: #6084B0;
    z-index: 0;
    display: block;
    line-height: 1.35em;
    padding: 0px 3px;
    text-decoration: none;
    white-space: normal;
    color: #000000;
}

.level4 {
    border-style: solid solid solid solid;
    border-width: 0.1px;
    border-color: #3A6294;
    background-color: #6084B0;
    z-index: 0;
    display: block;
    line-height: 1.35em;
    padding: 0px 3px;
    text-decoration: none;
    white-space: normal;
    color: #000000;
}*/


/*.menu {
    text-align: right;
    border-width: 0.5px;
    border-color: #000000;
    text-align: right;
    margin: 0 50px 0px 0px; 
    height: auto;
    font-weight: normal;
    z-index: 0;
    font-size: xx-small;
    padding-right: 10px;
    text-align: start;
}


    .menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: 200px;
        background: #C0C0C0;
        color: #000000;
        padding-right: 15px;
    }

    .menu li a {
        list-style: none;
        background-color: Transparent;
        z-index: 0;
        display: block;
        line-height: 1.35em;
        padding: 4px 5px;
        text-decoration: none;
        white-space: normal;
        color: #f21515;
    }

    .menu ul li ul panel {
        list-style: none;
        background-color: Transparent;
        z-index: 0;
        display: block;
        line-height: 1.35em;
        padding: 4px 5px;
        text-decoration: none;
        white-space: normal;
        color: #FFFFFF;
    }

    .menu li ul li a {
        border-style: solid none solid none;
        border-width: 0.1px;
        border-color: #3A6294;
        list-style: none;
        background-color: Transparent;
        z-index: 0;
        display: block;
        line-height: 1.35em;
        padding: 4px 5px;
        text-decoration: none;
        white-space: normal;
        color: #FFFFFF;
    }

    .menu ul li a:hover {
        list-style: none;
        background-color: #C0C0C0;
        text-decoration: underline;
        font-weight: bold;
        color: #c3112c;
    }*/

.logr {
    display: inline-block;
    float: right;
    width:30%;
    text-align: right;
}

.logl {
    display: inline-block;
    float: right;
    width: 70%;
    text-align: right;
}
/*div.menu ul li a:active
{
    list-style: none;
  
    background-color: transparent;
     text-decoration: none;
     color: #000000;

}*/



/* FORM ELEMENTS   
---------------------------------------------------------

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: inline-block;
}

fieldset label.inline 
{
    display: inline-block;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;

    margin-right: 0px;
}



-*/
.tableView caption {
    /*background-image: url('grid/grdhdr.png');*/
    background-color: #2196f3;
    color: #FFFFFF;
    font-size: 16pt;
    font-weight: bold;
    direction: rtl;
    border: 1px solid #0033CC;
    text-align: center;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b8cd3+0,317ab2+100 */
background: rgb(59,140,211); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(59,140,211,1) 0%, rgba(49,122,178,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b8cd3', endColorstr='#317ab2',GradientType=0 ); /* IE6-9 */

}




.caption {
    /*background-image: url('grid/pichdr.png');*/
    background-color: #2196f3;
    color: #FFFFFF;
    font-size: 16pt;
    font-weight: bold;
    direction: rtl;
    border: 0.5px solid #0033CC;
    text-align: center;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b8cd3+0,317ab2+100 */
background: rgb(59,140,211); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(59,140,211,1) 0%, rgba(49,122,178,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b8cd3', endColorstr='#317ab2',GradientType=0 ); /* IE6-9 */

}




.tableView caption {
    /*background-image: url('grid/grdhdr.png');*/
    background-color: #2196f3;
    color: #FFFFFF;
    font-size: 16pt;
    font-weight: bold;
    direction: rtl;
    border: 0.5px solid #0033CC;
    text-align: center;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b8cd3+0,317ab2+100 */
background: rgb(59,140,211); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(59,140,211,1) 0%, rgba(49,122,178,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b8cd3', endColorstr='#317ab2',GradientType=0 ); /* IE6-9 */

}

.tableView header {
    color: #2196f3;
    font-size: 12pt;
    font-weight: bold;
    direction: rtl;
    border: 0.5px solid #0033CC;
    text-align: center;
}

.tableView {
    font-size: 12pt;
    font-weight: bold;
    direction: rtl;
    border: 0.5px solid #0033CC;
    text-align: center;
}


.clear {
    clear: both;
    height: 26px;
}

.grid {
    /*direction: ltr;
    text-align: center;
    font-size: medium;*/
}

.grid2 {
    direction: ltr;
    text-align: center;
}

.imagestyle {
    margin: 5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    min-height: 50px;
}

.clear {
    clear: both;
    height: 26px;
}

.title {
    display: block;
    float: right;
    text-align: left;
    width: 408px;
    top: 33px;
    right: 444px;
    left: 400px;
    position: absolute;
    height: 52px;
}

.loginDisplay {
    font-size: 1.1em;
    display: inline-block;
    text-align: right;
    padding: 10px;
    color: White;
    height: 85px;
    width: 156px;
    z-index: 1;
    top: -22px;
    position: relative;
    right: -888px;
    margin-top: 5px;
}

    .loginDisplay a:link {
        color: black;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

.gridhead {
    /*background-image: url(header.gif);*/
    /*height: 26px;*/
    font-family: Tahoma;
    font-size: 10px;
    font-weight: bold;
    color: #5C6455;
    text-align: right;
    cursor: pointer;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b8cd3+0,317ab2+100 */
background: rgb(59,140,211); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(59,140,211,1) 0%, rgba(49,122,178,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b8cd3', endColorstr='#317ab2',GradientType=0 ); /* IE6-9 */

}

.test2 {
    /* background-image: url('~/STYLE/style_12/header.gif');*/
    /* background-repeat: repeat-x;*/
    margin-right: 0px;
}

d .caption2 {
    /*background-image: url('grid/grdhdr.png');*/
    background-color: #2196f3;
    color: #FFFFFF;
    font-size: 16pt;
    font-weight: bold;
    direction: rtl;
    border: 0.5px solid #0033CC;
    text-align: center;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b8cd3+0,317ab2+100 */
background: rgb(59,140,211); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(59,140,211,1) 0%, rgba(49,122,178,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b8cd3', endColorstr='#317ab2',GradientType=0 ); /* IE6-9 */

}

c #HTMLTABLE {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    width: 100%;
    border-collapse: collapse;
}

#HTMLTABLE {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    width: 100%;
    border-collapse: collapse;
}

.td {
    direction: rtl;
    text-align: center;
    vertical-align: top;
}

.th {
    direction: rtl;
    text-align: center;
    vertical-align: top;
    background-color: gray;
}

.newbtn {
    white-space: normal;
}

.td_top {
    direction: rtl;
    text-align: center;
    vertical-align: top;
}

#HTMLTABLE td, #HTMLTABLE th {
    font-size: 1em;
    border: 1px solid #808080;
    padding: 3px 7px 2px 7px;
}

#HTMLTABLE th {
    font-size: 1.1em;
    padding-top: 5px;
    padding-bottom: 4px;
    background-color: #2196f3;
    color: #ffffff;
    direction: rtl;
    text-align: center;
}



/*grid view style*/

.mbtn {
    background-color: #3399FF;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b8cd3+0,317ab2+100 */
background: rgb(59,140,211); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(59,140,211,1) 0%, rgba(49,122,178,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b8cd3', endColorstr='#317ab2',GradientType=0 ); /* IE6-9 */

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: #666 0px 3px 3px;
    -moz-box-shadow: #666 0px 3px 3px;
    box-shadow: #666 0px 3px 3px;
    margin-right: 0px;
    color: black;
    font-weight: bold;
    font-size: 1.0em;
}

    .mbtn:hover {
        background-color: #3399FF;
        margin: 5px 0 10px 0;
        border: solid 1px #525252;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        -webkit-box-shadow: #666 0px 3px 3px;
        -moz-box-shadow: #666 0px 3px 3px;
        box-shadow: #666 0px 3px 3px;
        margin-right: 0px;
        color: white;
        font-weight: bold;
        font-size: 1.0em;
        cursor: pointer;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b8cd3+0,317ab2+100 */
background: rgb(59,140,211); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(59,140,211,1) 0%, rgba(49,122,178,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b8cd3', endColorstr='#317ab2',GradientType=0 ); /* IE6-9 */

    }
/*GRID כחול*/
.mGrid {
    background-color: #fff;
    margin: 0px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
    direction: rtl;
}

    .mGrid caption {
        background-color: #2196f3;
        color: #FFFFFF;
        font-size: 16pt;
        font-weight: bold;
        direction: rtl;
        border: 1px solid #0033CC;
        text-align: center;
        background: #6C6C6C url('grid/pichdr.png') repeat-x top; /*  border-left: solid 1px #525252;*/
        -webkit-border-top-left-radius: 7px;
        -webkit-border-top-right-radius: 7px;
        -moz-border-radius: 7px;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b8cd3+0,317ab2+100 */
background: rgb(59,140,211); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(59,140,211,1) 0%, rgba(49,122,178,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b8cd3', endColorstr='#317ab2',GradientType=0 ); /* IE6-9 */

    }

    .mGrid td {
        padding: 2px;
        border: solid 1px #c1c1c1;
        color: #333333;
        /*font-size: medium;*/
        text-align: right;
        direction: ltr;
    }
    @media print
        {
         .mGrid td button {
       display:none;
    }

    }

    .mGrid th {
        padding: 4px 2px;
        color: #FFFFFF;
        background: #6C6C6C url('grid/pichdr.png') repeat-x top; /*  border-left: solid 1px #525252;*/
        font-size: 1.0em;
        height: 20px;
        text-align: center;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b8cd3+0,317ab2+100 */
background: rgb(59,140,211); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(59,140,211,1) 0%, rgba(49,122,178,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b8cd3', endColorstr='#317ab2',GradientType=0 ); /* IE6-9 */

    }


    .mGrid footer {
        padding: 4px 2px;
        color: #fff;
        background: #6C6C6C url(grid/pichdr.png) repeat-x top;
        border-left: solid 1px #525252;
        font-size: 1.0em;
        height: 20px;
        direction: ltr;
        text-align: left;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b8cd3+0,317ab2+100 */
background: rgb(59,140,211); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(59,140,211,1) 0%, rgba(49,122,178,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b8cd3', endColorstr='#317ab2',GradientType=0 ); /* IE6-9 */

    }

    .mGrid .alt {
        background: #fcfcfc url(grid/grd_alt.png) repeat-x top;
        text-align: center;
        direction: ltr;
    }

    .mGrid .pgr {
        background: #424242 url(grid/pichdr.png) repeat-x top;
        height: 30px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b8cd3+0,317ab2+100 */
background: rgb(59,140,211); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(59,140,211,1) 0%, rgba(49,122,178,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b8cd3', endColorstr='#317ab2',GradientType=0 ); /* IE6-9 */

    }

        .mGrid .pgr table {
            margin: 5px 0;
        }

        .mGrid .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #FFFFFF;
            line-height: 30px;
        }

        .mGrid .pgr a {
            color: #000000;
            text-decoration: none;
        }

            .mGrid .pgr a:hover {
                color: #C0C0C0;
                text-decoration: none;
            }

/*פונט קטן GRID כחול*/
.mGrid_small {
    background-color: #fff;
    margin: 0px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
    direction: rtl;
    font-size: small;
}

    .mGrid_small caption {
        background-color: #2196f3;
        color: #FFFFFF;
        font-size: 16pt;
        font-weight: bold;
        direction: rtl;
        border: 1px solid #0033CC;
        text-align: center;
        background: #6C6C6C url('grid/pichdr.png') repeat-x top; /*  border-left: solid 1px #525252;*/
        -webkit-border-top-left-radius: 7px;
        -webkit-border-top-right-radius: 7px;
        -moz-border-radius: 7px;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
        font-size: small;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b8cd3+0,317ab2+100 */
background: rgb(59,140,211); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(59,140,211,1) 0%, rgba(49,122,178,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b8cd3', endColorstr='#317ab2',GradientType=0 ); /* IE6-9 */

    }

    .mGrid_small td {
        padding: 2px;
        border: solid 1px #c1c1c1;
        color: #333333;
        font-size: small;
        text-align: right;
        direction: ltr;
    }

    .mGrid_small th {
        padding: 4px 2px;
        color: #FFFFFF;
        background: #6C6C6C url('grid/pichdr.png') repeat-x top; /*  border-left: solid 1px #525252;*/
        font-size: small;
        height: 20px;
        text-align: center;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b8cd3+0,317ab2+100 */
background: rgb(59,140,211); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(59,140,211,1) 0%, rgba(49,122,178,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b8cd3', endColorstr='#317ab2',GradientType=0 ); /* IE6-9 */

    }


    .mGrid_small footer {
        padding: 4px 2px;
        color: #fff;
        background: #6C6C6C url(grid/pichdr.png) repeat-x top;
        border-left: solid 1px #525252;
        font-size: small;
        height: 20px;
        direction: ltr;
        text-align: center;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b8cd3+0,317ab2+100 */
background: rgb(59,140,211); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(59,140,211,1) 0%, rgba(49,122,178,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b8cd3', endColorstr='#317ab2',GradientType=0 ); /* IE6-9 */

    }

    .mGrid_small .alt {
        background: #fcfcfc url(grid/grd_alt.png) repeat-x top;
        text-align: center;
        direction: ltr;
        font-size: small;
    }

    .mGrid_small .pgr {
        background: #424242 url(grid/pichdr.png) repeat-x top;
        height: 30px;
        font-size: small;
    }

        .mGrid_small .pgr table {
            margin: 5px 0;
            font-size: small;
        }

        .mGrid_small .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #FFFFFF;
            line-height: 30px;
            font-size: small;
        }

        .mGrid_small .pgr a {
            color: #000000;
            text-decoration: none;
            font-size: small;
        }

            .mGrid_small .pgr a:hover {
                color: #C0C0C0;
                text-decoration: none;
                font-size: small;
            }

/*grid אפור*/

.mGrid_grey {
    background-color: #fff;
    margin: 0px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
}

    .mGrid_grey caption {
        background-color: #2196f3;
        color: #FFFFFF;
        font-size: 16pt;
        font-weight: bold;
        direction: rtl;
        border: 1px solid #0033CC;
        text-align: center;
        background: #6C6C6C url('grid/pichdrlong.png') repeat-x top; /*  border-left: solid 1px #525252;*/
        -webkit-border-top-left-radius: 7px;
        -webkit-border-top-right-radius: 7px;
        -moz-border-radius: 7px;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
    }

    .mGrid_grey td {
        padding: 2px;
        border: solid 1px #c1c1c1;
        color: #333333;
        font-size: medium;
        text-align: right;
        direction: ltr;
    }

    .mGrid_grey th {
        padding: 4px 2px;
        color: #FFFFFF;
        background: #6C6C6C url('grid/pichdrlong.png') repeat-x top; /*  border-left: solid 1px #525252;*/
        font-size: 1.0em;
        height: 20px;
        text-align: center;
    }


    .mGrid_grey footer {
        padding: 4px 2px;
        color: #fff;
        background: #6C6C6C url(grid/pichdrlong.png) repeat-x top;
        border-left: solid 1px #525252;
        font-size: 1.0em;
        height: 20px;
        direction: ltr;
        text-align: center;
    }

    .mGrid_grey .alt {
        background: #fcfcfc url(grid/grd_alt.png) repeat-x top;
        text-align: center;
        direction: ltr;
    }

    .mGrid_grey .pgr {
        background: #424242 url(grid/pichdrlong.png) repeat-x top;
        height: 30px;
    }

        .mGrid_grey .pgr table {
            margin: 5px 0;
        }

        .mGrid_grey .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #FFFFFF;
            line-height: 30px;
        }

        .mGrid_grey .pgr a {
            color: #000000;
            text-decoration: none;
        }

            .mGrid_grey .pgr a:hover {
                color: #C0C0C0;
                text-decoration: none;
            }


.mdv th {
    min-width:80px;
    direction: rtl;
    padding: 4px 2px;
    color: #FFFFFF;
    background: #6C6C6C url('grid/pichdrlong.png') repeat-x top;
    /*  border-left: solid 1px #525252;*/
    font-size: 1.0em;
    height: 20px;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b8cd3+0,317ab2+100 */
background: rgb(59,140,211); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(59,140,211,1) 0%, rgba(49,122,178,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b8cd3', endColorstr='#317ab2',GradientType=0 ); /* IE6-9 */

}

.mdv {
    width: 100%;
    background-color: #fff;
    margin: 0px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
    direction: rtl;
    text-align: right;
    min-width:340px;

}

    .mdv td {
        padding: 2px;
        border: solid 1px #c1c1c1;
        color: #333333;
        font-size: medium;
    }

    .mdv caption {
        /*background-image: url('grid/pichdr.png');*/
        background-color: #6C6C6C;
        color: #FFFFFF;
        font-size: 16pt;
        font-weight: bold;
        direction: rtl;
        border: 0.5px solid #333333;
        text-align: center;
        -webkit-border-top-left-radius: 7px;
        -webkit-border-top-right-radius: 7px;
        -moz-border-radius: 7px;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b8cd3+0,317ab2+100 */
background: rgb(59,140,211); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(59,140,211,1) 0%, rgba(49,122,178,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b8cd3', endColorstr='#317ab2',GradientType=0 ); /* IE6-9 */

    }

    .mdv .alt {
        background: #fcfcfc url(grid/grd_alt.png) repeat-x top;
    }

    .mdv .pgr {
        background: #424242 url(grid/pichdr.png) repeat-x top;
        height: 30px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b8cd3+0,317ab2+100 */
background: rgb(59,140,211); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(59,140,211,1) 0%, rgba(49,122,178,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b8cd3', endColorstr='#317ab2',GradientType=0 ); /* IE6-9 */

    }

        .mdv .pgr table {
            margin: 5px 0;
        }

        .mdv .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 30px;
        }

        .mdv .pgr a {
            color: #000000;
            text-decoration: none;
        }

            .mdv .pgr a:hover {
                color: #000;
                text-decoration: none;
            }

    .mdv footer {
        padding: 4px 2px;
        color: #fff;
        background: #6C6C6C url(grid/pichdr.png) repeat-x top;
        border-left: solid 1px #525252;
        font-size: 1.3em;
        height: 20px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b8cd3+0,317ab2+100 */
background: rgb(59,140,211); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(59,140,211,1) 0%, rgba(49,122,178,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b8cd3', endColorstr='#317ab2',GradientType=0 ); /* IE6-9 */

    }


.PromptCSS {
    color: Snow;
    font-size: large;
    font-style: italic;
    font-weight: bold;
    background-color: yellowgreen;
    font-family: Courier New;
    border: solid 1px Pink;
    height: 28px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin-bottom: 3px;
}

.mTable {
    width: 100%;
    background-color:white;

    margin: 0px 0 10px 0;
    table-layout:auto;

}

    .mTable caption {
        background-color: #2196f3;
        color: #FFFFFF;
        font-size: 16pt;
        font-weight: bold;
        direction: rtl;
        border: 1px solid #0033CC;
        text-align: center;
    }

    .mTable caption
    {
         padding: 0px 3px;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b8cd3+0,317ab2+100 */
background: rgb(59,140,211); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(59,140,211,1) 0%, rgba(49,122,178,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b8cd3', endColorstr='#317ab2',GradientType=0 ); /* IE6-9 */

    width: auto;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    font-family: Calibri, Verdana, Geneva, sans-serif;
    color: #FFFFFF;
    height: 30px;
    font-size: 16px;
    line-height: 36px;
    vertical-align: central;
    }

    .mTable td {
        padding: 10px;
        border: solid 1px #c1c1c1;
        color: #333333;
        text-align: center;
        direction: rtl;
        vertical-align: top;
       
    }

    .mTable th {
        padding: 4px 2px;
        color: #FFFFFF;
       
        font-size: 1.0em;
        height: 20px;
        text-align: center;
        background-color:#2196f3;

    }


    .mTable footer {
        padding: 4px 2px;
        color: #fff;
        background: #6C6C6C url(grid/pichdr.png) repeat-x top;
        border-left: solid 1px #525252;
        font-size: 1.3em;
        height: 20px;
        direction: ltr;
        text-align: center;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b8cd3+0,317ab2+100 */
background: rgb(59,140,211); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(59,140,211,1) 0%, rgba(49,122,178,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b8cd3', endColorstr='#317ab2',GradientType=0 ); /* IE6-9 */

    }

    .mTable .alt {
        background: #fcfcfc url(grid/grd_alt.png) repeat-x top;
        text-align: center;
        direction: ltr;
    }

    .mTable .pgr {
        background: #424242 url(grid/pichdr.png) repeat-x top;
        height: 30px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b8cd3+0,317ab2+100 */
background: rgb(59,140,211); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(59,140,211,1) 0%, rgba(49,122,178,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b8cd3', endColorstr='#317ab2',GradientType=0 ); /* IE6-9 */

    }

        .mTable .pgr table {
            margin: 5px 0;
        }

        .mTable .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #FFFFFF;
            line-height: 30px;
        }

        .mTable .pgr a {
            color: #000000;
            text-decoration: none;
        }

            .mTable .pgr a:hover {
                color: #C0C0C0;
                text-decoration: none;
            }

/* ------------------------------------------------------------------- */
/* Specific to this sample web site. */
/* These rules are probably not useful in your site. */



.db-Very-top {
    padding: 0px 20px;
    text-align: center;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b8cd3+0,317ab2+100 */
background: rgb(59,140,211); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(59,140,211,1) 0%, rgba(49,122,178,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b8cd3', endColorstr='#317ab2',GradientType=0 ); /* IE6-9 */

    width: auto;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    font-family: Calibri, Verdana, Geneva, sans-serif;
    color: #FFFFFF;
    height: 30px;
    font-size: 16px;
    line-height: 36px;
    vertical-align: central;
}



.db-top {
    padding: 10px 20px,0px,-10px;
    margin-top: 10px;
    text-align: center;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b8cd3+0,317ab2+100 */
background: rgb(59,140,211); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(59,140,211,1) 0%, rgba(49,122,178,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b8cd3', endColorstr='#317ab2',GradientType=0 ); /* IE6-9 */

    width: 100%;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    font-family: Calibri, Verdana, Geneva, sans-serif;
    color: #FFFFFF;
    height: 30px;
    font-size: 16px;
    line-height: 36px;
    vertical-align: central;
}

.db-top-small {
    padding: 0px 0px,0px,0px;
    margin-top: 0px;
    text-align: center;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b8cd3+0,317ab2+100 */
background: rgb(59,140,211); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(59,140,211,1) 0%, rgba(49,122,178,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b8cd3', endColorstr='#317ab2',GradientType=0 ); /* IE6-9 */

    width: 100%;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    font-family: Calibri, Verdana, Geneva, sans-serif;
    color: #FFFFFF;
    font-size: 12px;
    vertical-align: central;
}
.db-content-small {
    padding: 2px 10px,0px,10px;
    background-color: white;
    text-align: center;
    width: auto;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomright: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    font-family: Calibri, Verdana, Geneva, sans-serif;
    color: black;
    font-size: 16px;
    overflow: auto;
    border: 1px solid #698ac6;
}


.db-mid {
    text-align: center;
    padding: 0px 20px;
    background: #C0C0C0;
    /*background: -moz-linear-gradient(top, #96b3eb 0%, #698ac6 40%, #6c8ecc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#96b3eb), color-stop(40%,#698ac6), color-stop(100%,#6c8ecc));
    background: -webkit-linear-gradient(top, #96b3eb 0%,#698ac6 40%,#6c8ecc 100%);
    background: -o-linear-gradient(top, #96b3eb 0%,#698ac6 40%,#6c8ecc 100%);
    background: -ms-linear-gradient(top, #96b3eb 0%,#698ac6 40%,#6c8ecc 100%);
    background: linear-gradient(to bottom, #96b3eb 0%,#698ac6 40%,#6c8ecc 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=' #C0C0C0', endColorstr=' #C0C9C9',GradientType=0 );
    width: auto;
    /*border-top-left-radius: 15px;
border-top-right-radius: 15px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-topright: 15px;
-webkit-border-top-left-radius: 15px;
-webkit-border-top-right-radius: 15px;
border-top-right-radius: 15px;
border-top-left-radius: 15px;*/
    font-family: Calibri, Verdana, Geneva, sans-serif;
    color: #FFFFFF;
    /*height: 30px;*/
    font-size: 16px;
    line-height: 30px;
    vertical-align: central;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.db-content {
    padding: 2px 10px,0px,10px;
    height: 350px;
    text-align: center;
    width: auto;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomright: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    font-family: Calibri, Verdana, Geneva, sans-serif;
    color: black;
    font-size: 16px;
    line-height: 36px;
    overflow: auto;
    border: 1px solid #698ac6;
}



.db-all {
    display: inline-block;
    width: 33%;
    min-width: 360px;
}

.db-all {
    display: inline-block;
    width: 20%;
}

.db-all-small {
    display: inline-block;
    width: auto;
}

.db-new-all {
    vertical-align:top;
    margin-top: 5px;
    display: inline-block;
    width: 45%;
    min-width: 450px;
}

db-new-all-no-width {
    margin-top: 5px;
    display: inline-block;
}

.db-new-all-max {
    margin-top: 5px;
    display: inline-block;
    width: 53%;
    min-width: 550px;
}

.db-new-all-modelpop {
    margin-top: 5px;
    display: inline-block;
    margin-left: 15px;
    width: 94%;
    /*min-width:550px;*/
}

.allfullwidth {
    width: 100%;
}

.db-new-50 {
    margin: 5px,5px,5px,5px;
    display: inline-block;
    width: 49%;
    min-width: 450px;
}

.table_in_chart {
    color: black;
    font-size: small;
}

.full_witdh_100 {
    width: 100%;
}

    .full_witdh_100 th {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b8cd3+0,317ab2+100 */
background: rgb(59,140,211); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(59,140,211,1) 0%, rgba(49,122,178,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b8cd3', endColorstr='#317ab2',GradientType=0 ); /* IE6-9 */

        font-family: Calibri, Verdana, Geneva, sans-serif;
        color: #FFFFFF;
    }

.lefttd {
    text-align: right;
}


.new-input-top {
    padding: 0px 30px;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b8cd3+0,317ab2+100 */
background: rgb(59,140,211); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(59,140,211,1) 0%, rgba(49,122,178,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b8cd3', endColorstr='#317ab2',GradientType=0 ); /* IE6-9 */

    width: auto;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    font-family: Calibri, Verdana, Geneva, sans-serif;
    color: #FFFFFF;
    height: auto;
    font-size: 16px;
    line-height: 36px;
    vertical-align: central;
}

/*.new-input-top {
    padding: 0px 30px;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b8cd3+0,317ab2+100 */
background: rgb(59,140,211); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(59,140,211,1) 0%, rgba(49,122,178,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(59,140,211,1) 0%,rgba(49,122,178,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b8cd3', endColorstr='#317ab2',GradientType=0 ); /* IE6-9 */

    width: auto;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    font-family: Calibri, Verdana, Geneva, sans-serif;
    color: #FFFFFF;
    height: 30px;
    font-size: 16px;
    line-height: 36px;
    vertical-align:central;
}*/
.new-input-div {
    padding: 7px 5px;
    height: auto;
    margin: auto,auto,auto,auto;
    background-color: #ffffff;
    width: auto;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-bottomright: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    font-family: Calibri, Verdana, Geneva, sans-serif;
    min-height: 250px;
    border: 1px solid #698ac6;
}

.numberCircle {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    width: 18px;
    height: 18px;
    padding: 4px;
    background: #ee1212;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    text-align: center;
    font: 14px Arial, sans-serif,bold;
}

.new-input-div {
    padding: 7px 5px;
    height: auto;
    margin: auto,auto,auto,auto;
    background-color: #ffffff;
    width: auto;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-bottomright: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    font-family: Calibri, Verdana, Geneva, sans-serif;
    min-height: 250px;
    border: 1px solid #698ac6;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.new-input-div_no_highet {
    padding: 7px 5px;
    height: auto;
    margin: auto,auto,auto,auto;
    background-color: #fafaf0;
    width: auto;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-bottomright: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    font-family: Calibri, Verdana, Geneva, sans-serif;
    border: 1px solid #698ac6;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.new-input-div_nospace {
    /*padding: 20px 5px;*/
    height: auto;
    background-color: #fafaf0;
    width: auto;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-bottomright: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    font-family: Calibri, Verdana, Geneva, sans-serif;
    text-align: center;
    min-height: 190px;
    border: 1px solid #698ac6;
}


.new-input-mid {
    padding: 0px 30px;
    background: #C0C0C0;
    /*background: -moz-linear-gradient(top, #96b3eb 0%, #698ac6 40%, #6c8ecc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#96b3eb), color-stop(40%,#698ac6), color-stop(100%,#6c8ecc));
    background: -webkit-linear-gradient(top, #96b3eb 0%,#698ac6 40%,#6c8ecc 100%);
    background: -o-linear-gradient(top, #96b3eb 0%,#698ac6 40%,#6c8ecc 100%);
    background: -ms-linear-gradient(top, #96b3eb 0%,#698ac6 40%,#6c8ecc 100%);
    background: linear-gradient(to bottom, #96b3eb 0%,#698ac6 40%,#6c8ecc 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=' #C0C0C0', endColorstr=' #C0C9C9',GradientType=0 );
    width: auto;
    /*border-top-left-radius: 15px;
border-top-right-radius: 15px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-topright: 15px;
-webkit-border-top-left-radius: 15px;
-webkit-border-top-right-radius: 15px;
border-top-right-radius: 15px;
border-top-left-radius: 15px;*/
    font-family: Calibri, Verdana, Geneva, sans-serif;
    color: #FFFFFF;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    vertical-align: central;
}

.listv {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}



.MyTabStyle .ajax__tab_header {
    font-family: "Helvetica Neue", Arial, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    display: block;
    color: white;
}

    .MyTabStyle .ajax__tab_header .ajax__tab_outer {
        /*border-color: #222;*/
        color: white;
        padding-left: 10px;
        margin-right: 3px;
        border: solid 1px #d7d7d7;
        /*background: #698ac6;*/
        /*background: -moz-linear-gradient(top, #96b3eb 0%, #698ac6 40%, #6c8ecc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#96b3eb), color-stop(40%,#698ac6), color-stop(100%,#6c8ecc));
    background: -webkit-linear-gradient(top, #96b3eb 0%,#698ac6 40%,#6c8ecc 100%);
    background: -o-linear-gradient(top, #96b3eb 0%,#698ac6 40%,#6c8ecc 100%);
    background: -ms-linear-gradient(top, #96b3eb 0%,#698ac6 40%,#6c8ecc 100%);
    background: linear-gradient(to bottom, #96b3eb 0%,#698ac6 40%,#6c8ecc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96b3eb', endColorstr='#6c8ecc',GradientType=0 );
    width: auto;*/
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
        -moz-border-radius-topleft: 7px;
        -moz-border-radius-topright: 7px;
        -webkit-border-top-left-radius: 7px;
        -webkit-border-top-right-radius: 7px;
        border-top-right-radius: 7px;
        border-top-left-radius: 7px;
    }

    .MyTabStyle .ajax__tab_header .ajax__tab_inner {
        border-color: #666;
        color: white;
        padding: 3px 10px 2px 0px;
    }

.MyTabStyle .ajax__tab_hover .ajax__tab_outer {
    background-color: #6c8ecc;
}

.MyTabStyle .ajax__tab_hover .ajax__tab_inner {
    /*color: #6c8eff;*/
}

.MyTabStyle .ajax__tab_active .ajax__tab_outer {
    border-bottom-color: #ffffff;
    background-color: #d7d7d7;
}

.MyTabStyle .ajax__tab_active .ajax__tab_inner {
    color: #000;
    border-color: #333;
}

.MyTabStyle .ajax__tab_body {
    font-family: verdana,tahoma,helvetica;
    font-size: 10pt;
    background-color: #fff;
    border-top-width: 0;
    border: solid 1px #d7d7d7;
    border-top-color: #ffffff;
}
.nowrap{

}
.nowrap  td{
     white-space: nowrap;
      width: 1%;
}
.ov-item{
    max-height:450px;
    overflow-y:auto;
    overflow-x:hidden;
    -webkit-overflow-scrolling: touch;
}
.lbl-title{
    display:block;
    font-size:large;
    width:100%;
    text-align:center;

}
.blur-back
{
    -webkit-box-shadow: 0px 0px 0px 2000px rgba(0,0,0,0.51);
-moz-box-shadow: 0px 0px 0px 200px rgba(0,0,0,0.51);
box-shadow: 0px 0px 0px 2000px rgba(0,0,0,0.51);
}
.table-no-border{
     border:none;
     text-align:right;
}
.table-no-border tr td{
    border:none;
}
.table-no-border tr {
    border:solid white 1px;
}
.table-no-border  td{
    border:none;
}

/*new style*/
.filter-menu{
    display:block;
     
       width:100%;
     }

.filter-menu .panel-body{
 max-height:60vh;
 overflow:auto;
 -webkit-overflow-scrolling: touch;
     }

.filter-menu td label{
font-size:small;
     }

.filter-menu td h5{

     }

.filter-menu td a{
font-size:small;
     }

.filter-menu > div{
  border: solid #a1a1a1 1px;
     }

.filter-menu select {
   width:100%;
   margin-top:5px;
   margin-top:5px
}



.filter-menu input[type="text"] {
   width:85% !important;
   margin-bottom:5px;
   
}

.filter-checkbox tr td input[type="checkbox"]{
    margin-left:10px
}
.filter-checkbox label{
    font-size:small !important;
}


.category-checkxox{

}
.diagonalHR hr {
        transform: rotate(150deg);
}
.cbClass{

}

.flexbox-centering {
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-control{
    width: auto !important;
    display: inline-block !important;
}
.top-menu {
    -webkit-box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.75);
    padding: 10px;
    background-color: #ffffff;
    margin-bottom: 10px;
    z-index: 9999999;
    contain: content;
}

.login-panel input{
    width:100% !important;
    margin-bottom:30px;
}

.login-panel table{
    width:100% !important;
}

.login-wrapper{
    background-color:#C0C0C0;
    padding:40px;
    padding-bottom:0px;
    background-image:url(../Images/back-img.jpg);
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
   margin-bottom:0px;
}
.info-header .item{
    height:50vh
}

.info-header .item .img-div{
    height:65%;
    background-color:white;
    width:70%;
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
    margin:0 auto;
}

.login-wrapper .info-header{
    background-color:rgba(0, 0, 0, 0.65);
    padding-top:20px;
    
}

.login-wrapper .info-header h3,.login-wrapper .info-header h4{
    display:inline-block;
    margin: 0 auto !important;
  color:white;
   font-weight:bolder !important;
}
.login-wrapper .info-header h1{
  
    color:#ffffff;
}

.login-wrapper .info-header label{
  margin-top:10px;
    font-size:small;
   line-height:40px;
   color:rgb(0, 136, 255);
   font-weight:bolder !important;
}
.login-wrapper .info-header div{
    padding-left:0px !important;
     padding-right:0px !important;
}
.login-wrapper .info-header .desc{
    color:white;
    text-align:right;
    padding-bottom:20px;
}
.dateselectortable {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;
}
.dateselectortable tr th{
    text-align:center;
}
.dateselectortable tr td{
    padding-left:5px;
}

.dateCompareTable{
}

.constant-width-to-height-ratio {
    background: #333;
    width: 50%;
}
.constant-width-to-height-ratio::before {
  content: '';
  padding-top: 100%;
  float: left;
}
.constant-width-to-height-ratio::after {
  content: '';
  display: block;
  clear: both;
}

form {
    margin:0px;
    padding:0px;
}
.main-footer{
    background-color:rgba(0, 0, 0, 0.52);
    font-weight:bold;
    position:fixed;
    bottom:0;
    color:white;
    width:100%;
}
@media (max-height:350px) {
 .main-footer{
  display:none;    
 }
}

.catalog-menu {
    
}

.catalog-menu .panel-group{
    margin-right:10px !important;
    border-right:dotted #8e8e8e 1px;
}

.catalog-menu .panel-group .filter-checkbox{
    margin-right:10px !important;
    margin-top:5px;
    border-right:dotted rgba(142, 142, 142, 0.77) 1px;
}

@keyframes bouncing-loader {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0.1;
    transform: translateY(-1rem);
  }
}
.bouncing-loader {
  display: flex;
  justify-content: center;
}
.bouncing-loader > div {
  width: 1rem;
  height: 1rem;
  margin: 3rem 0.2rem;
  background: #8385aa;
  border-radius: 50%;
  animation: bouncing-loader 0.6s infinite alternate;
}
.bouncing-loader > div:nth-child(2) {
  animation-delay: 0.2s;
}
.bouncing-loader > div:nth-child(3) {
  animation-delay: 0.4s;
}
.CellNav {
    background-color: rgba(33, 33, 33, 0.95);
    width: 80%;
    left: 0;
    margin: 0;
    height: 90vh;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    /*-webkit-box-shadow: 200px 200px 0px 200px rgba(0,0,0,0.75);
-moz-box-shadow: 200px 200px 0px 200px rgba(0,0,0,0.75);
box-shadow: 200px 200px 0px 200px rgba(0,0,0,0.75);*/
}
       .CellNav ul li a {
        color: white;
        font-size: large;
    }

    .CellNav ul li ul li a {
        color: black;
        font-size: medium;
        width: 100%;
    }

    .CellNav ul li ul {
        background-color: rgb(69, 69, 69);
    }

    .CellNav ul li a:active {
        color: white;
        background-color: rgb(255, 255, 255);
        color: black;
    }

    .CellNav ul li a:hover {
        color: black;
        background-color: rgb(255, 255, 255);
        color: black;
    }

    .CellNav ul li a:checked {
        color: white;
        background-color: rgb(255, 255, 255);
        color: black;
    }
body.modal-open {
    position: fixed;
}
.manage-div{
    max-height:90vh;
    max-width:90vw;
    overflow:auto;
}
.createUserTable tr td{
    padding:5px;
    white-space: nowrap;
}
.createUserTable tr td label{
    padding-right:5px;
    white-space: nowrap;
}
.hiddencol{
    display:none;
}
.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination-ys table > tbody > tr > td {
    /*display: inline;*/
}

.pagination-ys table > tbody > tr > td > a,
.pagination-ys table > tbody > tr > td > span {
    position: relative;
    /*float: right;*/
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #2196f3;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

.pagination-ys table > tbody > tr > td > span {
    position: relative;
    /*float: right;*/
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;    
    margin-left: -1px;
    z-index: 2;
    color: #aea79f;
    background-color: #f5f5f5;
    border-color: #dddddd;
    cursor: default;
}

.pagination-ys table > tbody > tr > td:first-child > a,
.pagination-ys table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination-ys table > tbody > tr > td:last-child > a,
.pagination-ys table > tbody > tr > td:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination-ys table > tbody > tr > td > a:hover,
.pagination-ys table > tbody > tr > td > span:hover,
.pagination-ys table > tbody > tr > td > a:focus,
.pagination-ys table > tbody > tr > td > span:focus {
    color: #1768a8;
    background-color: #eeeeee;
    border-color: #dddddd;
}
.autoreport-mail {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}
    .autoreport-mail th,
    .autoreport-mail td {
        padding-left: 10px;
        padding-right: 10px;
        text-align: start;
    }

.autoreport-mail input[type=text], select, textarea {
    width: 100%; /* Full width */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
.autoreport-mail input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    margin-left:10px;
    margin-right:10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
.autoreport-mail input[type=submit]:hover {
    background-color: #45a049;
}
.favorite-table,
.favorite-table td{
    padding:1px !important;
}

.add-hours-modal-table{
    margin:auto;
   
}
    .add-hours-modal-table tr {

    }
    .add-hours-modal-table tr td {
        padding: 5px;
    }
        .add-hours-modal-table tr td input{
            width: 100% !important;
        }
.client-card tr td{
    padding-left: 10px;
    padding-right: 10px;
}

.padding-label tbody tr td label {
    padding-right: 5px;
    padding-left: 5px;
}
.padding-label label {
    padding-right: 5px;
    padding-left: 5px;
}
.landing-page-container {
    height: 100%;
    width: 100%;
    margin: auto;
    display: flex;
}
.landing-page-child {
    padding: 0px 10px;
    font-size: 30px;
    text-align: center;
    line-height: 100px;
    color: #FFFFFF;
    background-color: #2196f3;
    border-radius: 10px;
    margin: 5px;
    width: 400px;
}
    .landing-page-child > a {
        width: 100%;
        height: 100%;
        /* display: inline-block;*/
        color: #FFFFFF;
    }
    .landing-page-child > a:visited {
        width: 100%;
        height: 100%;
        /* display: inline-block;*/
        color: #FFFFFF;
    }
    .landing-page-child > a:hover {
        width: 100%;
        height: 100%;
        /* display: inline-block;*/
        color: #FFFFFF;
    }
    .landing-page-child > a:active {
        width: 100%;
        height: 100%;
        /* display: inline-block;*/
        color: #FFFFFF;
    }

.flex-radio-button-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
    .flex-radio-button-list > li {
        padding-left: 30px;
    }

#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
}

    /* Show the snackbar when clicking on a button (class added with JavaScript) */
    #snackbar.show {
        visibility: visible; /* Show the snackbar */
        /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

.right-margin-5{
    margin-right:5px;
}
.checkboxlist-draggable {
    width: 95%;
    border-collapse: separate;
    border-spacing: 2px;
}
    .checkboxlist-draggable tbody tr td {
        background-color: #ffffff;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
        border-radius: 5px;
        border-color: #dddddd;
        display: flex;
    }

        .checkboxlist-draggable tbody tr td label {
            cursor: ns-resize;
            flex-grow: 1;
            margin-right: 3px;
            margin-bottom: 2px;
            margin-top: 2px;
        }

.checkboxlist-no-drag {
    width: 95%;
    border-collapse: separate;
    border-spacing: 2px;
}

    .checkboxlist-no-drag tbody tr td {
        background-color: #ffffff;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
        border-radius: 5px;
        border-color: #dddddd;
        display: flex;
    }

        .checkboxlist-no-drag tbody tr td label {
            margin-right: 3px;
            margin-bottom: 2px;
            margin-top: 2px;
        }
.ddl-minimal {
    margin-top: 0px !important;
    width: 85% !important;
    padding-bottom: 0px;
    padding-top: 0px;
    height: 25px;
}