@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrew.css);
@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrewcondensed.css);

body {
    background-color: #EEEEEE;
    margin: 0px;
    text-align: right;
    direction: rtl;
    padding: 0px;
    font-size: 16px;
    font-family: 'Open Sans Hebrew';
    color: #3A393A;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
img {
    border: 0px;
}
::-webkit-input-placeholder {
    color: #999999;
}

a {
    text-decoration: none;
}

.float {
    float: right;
    width: 100%;
}

.relative {
    position: relative;
}

.shadow {
     box-shadow: 0px 0px 15px #D0D0D0;
}

.header {
    background-color: white;
    position: fixed;
    z-index: 99;
}

#logo {
    background: #7E57C2; /* Old Browsers */
    background: -webkit-linear-gradient(right,#b967c7,#512da8); /*Safari 5.1-6*/
    background: -o-linear-gradient(right,#b967c7,#512da8); /*Opera 11.1-12*/
    background: -moz-linear-gradient(right,#b967c7,#512da8); /*Fx 3.6-15*/
    background: linear-gradient(to left, #b967c7, #512da8); /*Standard*/
    float: right;
    padding: 20px;
}

.menu {
    float: right;
}

.menu a {
    float: right;
    padding: 32px 40px;
    border-left: 1px solid #eeeeee;
    color: #3A393A;
}

.menu a:hover {
    color: #7E57C2;
}

.wrap {
    padding: 20px;
    margin-top: 90px;
}

.guest .wrap {
    padding: 0px;
}

.welcome {
    background-image: url('/img/welcome.jpeg');
    background-size: cover;
    position: fixed;
    top: 0px;
    bottom: 0px;
    padding-top: 150px;
    width: 100%;
    z-index: -1;
}

.welcome > p{
    text-align: center;
}

.half {
    width: 50%;
    padding: 0px 10%;
    float: right;
}

.logintitle {
    font-size: 24px;
    font-weight: bold;
    color: #7E57C2;
}

#logout {
    position: fixed;
    left: 0px;
    bottom: 0px;
    padding: 10px;
    color: #7E57C2;
    background-color: white;
}

.half75 {
    float: right;
    width: 80%;
}

.half50 {
    float: right;
    width: 60%;
}

.half25 {
    float: right;
    padding-right: 20px;
    width: 20%;
}

.card {
    background-color: white;
    box-shadow: 0px 0px 15px #D0D0D0;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.card h2 {
    margin: 0px;
    color: #7E57C2;
    padding: 17px;
    border-bottom: 1px solid #eee;
}

.card h3 {
    margin: 0px;
    color: #7E57C2;
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.list {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.list li {
    padding: 10px 20px;
    border-bottom: 1px solid #eee;
}

.list li a {
    color: #3A393A;
}

.currentpos {
    float: right;
    font-weight: bold;
    width: 30px;
}

.sumtotal {
    font-size: 1.3vw;
    position: absolute;
    top: 52%;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.sumtotal2 {
    font-size: 13px;
    position: absolute;
    top: 12px;
    right: 32px;
    text-align: center;
    width: 60px;
    font-weight: bold;
}

.site-thumb {
    width: 40px;
}

.site-thumb-pic {
    float: right;
    width: 70px;
}

.icons a {
    float: right;
    margin-left: 20px;
    font-size: 18px;
}

.square {
    float: right;
    width: 40px;
    position: relative;
    height: 40px;
}

.first td {
    background-color: rgba(225, 255, 223, 0.62);
}

.dead td {
    background-color: rgb(238, 238, 238);
    color: #7c7c7c;
}

.fakelink {
    float: right;
    margin-left: 20px;
    font-size: 18px;
    cursor: pointer;
}

.countkeys {
    float: right;
    font-size: 14px;
    padding: 15px;
}

.progress {
    width: 300px;
    box-shadow: 0px 0px 4px gray;
    float: right;
    margin-top: 8px;
    clear: right;
}

.progress-inside {
    background-color: #b967c7;
}

.statsbarinside {
    margin-bottom: 1px;
    box-shadow: 0px 0px 0px #eee;
}

.statsbarinside div {
    font-size: 14px;
    position: relative;
}

.statsbarinside:nth-last-child(1) div:before {
    content: " ";
    position: absolute;
    width: 1px;
    height: 3140%;
    background-color: yellow;
    bottom: 0px;
    right: 0px;
}

.colorfulbutton {
    float: left !important;
    margin-left: 15px !important;
    background: #2e7d32; /* Old Browsers */
background: -webkit-linear-gradient(right,#2e7d32,#e53935); /*Safari 5.1-6*/
background: -o-linear-gradient(right,#2e7d32,#e53935); /*Opera 11.1-12*/
background: -moz-linear-gradient(right,#2e7d32,#e53935); /*Fx 3.6-15*/
background: linear-gradient(to left, #2e7d32, #e53935); /*Standard*/
}

.stats {
    float: right;
    color: white;
}

.stats1 {
    background-color: #2E7D32;
}

.statsfirstpage {
    background-color: #43A047;
}

.statssecondpage {
    background-color: #66BB6A;
}

.statsrest {
    background-color: #A5D6A7;
}

.statslast {
    background-color: #e53935;
}

.filter {
    float: right;
    margin: 10px 10px 10px 0px;
    padding: 4px 10px;
    border-radius: 3px;
    cursor: pointer;
    color: white;
    background-color: #7c7c7c;
}

.graphscore {
    float: left;
}

.barwrap {
    float: right;
    position: relative;
    margin: 22px 3px 10px 3px;
    width: 20.9px;
}

.barwrap span {
    font-size: 10px;
    text-align: center;
}

.barwrap:nth-child(6n) > .barwrap2 {
    display: block;
}

.barwrap2 {
    display: none;
    position: absolute;
    background-color: white;
    bottom: -15px;
    font-size: 9px !important;
}

.barwrap:hover > .barwrap2 {
    display: block;
    color: red;
}

.bars {
    padding: 30px 5px 0px 5px;
}

.bar {
    background-color: #7E57C2;
    width: 100%;
    bottom: 0px;
    position: absolute;
    float: right;
    border-radius: 3px 3px 0px 0px;
}

.singlebarwrap {
    height: 100px;
}

.flyingcomment {
    position: absolute;
    background-color: #7E57C2;
    background: linear-gradient(to left, #7E57C2, #512da8);
    height: 20px;
    color: white;
    width: 20px;
    font-size: 14px !important;
    margin-top: -40px;
    border-radius: 50%;
}

.flyingcomment span {
    display: none;
    border-radius: 3px;
    white-space: nowrap;
    font-size: 14px;
    padding: 5px;
    box-shadow: 0px 0px 15px #D0D0D0;
    min-width: 150px;
    top: -5px;
    right: 15px;
    background-color: #31B55A;
    z-index: 200;
    position: absolute;
}

.flyingcomment a {
    color: white;
}

.flyingcomment span:hover {
    display: block;
}

.flyingcomment:hover span {
    display: block;
}

.barpos {
    text-align: center;
    width: 100%;
    top: -18px;
    position: absolute;
}

#searchinside {
    width: auto;
    padding: 5px;
    font-size: 14px;
    margin-right: 10px;
}

.timetoload {
    font-size: 13px;
    padding: 20px;
}

.index-deff {
    float: left;
    font-size: 13px;
    padding: 12px 0px;
}

@media print {

    .header {
        display: none;
    }

    #logout {
        display: none;
    }

    #print {
        float: right;
        width: calc(100% - 40px) !important;
        margin: 0px;
        position: absolute;
        top: 20px;
        right: 20px;
        left: 20px;
    }

    .card {
        box-shadow: none;
    }
    
    .wrap {
        padding: 0px;
    }

    @page { margin: 0; }
    body { margin: 1.6cm;-webkit-print-color-adjust: exact !important; }
}

.editproject {
float: right;
cursor:pointer;
}

.editprojectinside {
text-align: right;
}

.search-project {
float: left;
margin: 3px;
}

.flex-container {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    overflow: auto;
}

.flex {
    display: inline-block;
    flex-basis: 250px;
    margin: 0px;
    flex-grow: 1;
}

.flex:nth-child(2n) {
background-color: #f7f7f7;
}

.flex-content {
padding: 15px;
}

.flex h3 {
margin: 0px;
color: #7E57C2;
padding: 5px 15px;
}

.single-flex {
border-bottom: 1px solid #eee;
padding: 5px 0px;
line-height: 1;
}

.countclient {
font-size: 22px;
font-weight: bold;
border-radius: 50%;
Box-shadow: inset 2px 3px 11px #c48989;
border: 5px solid black;
padding: 15px;
margin-right: calc(50% - 35px);
text-align: center;
height: 70px;
width: 70px;
margin-bottom: 25px;
}

.countgreen {
border-color: green;
color: green;
}

.countorange {
border-color: orange;
color: orange;
}

.countred {
border-color: red;
color: red;
}

#pickmonth {
float: left;
font-size: 14px;
padding: 8px;
}

#progchange {
    position: absolute;
    left: 10px;
    top: 0px;
    width: 100px;
    font-size: 13px;
    height: 26px;
    padding: 2px;
}

#lakilogo {
    position: absolute;
    left: 20px;
    top: 20px;
    height: 60px;
}

.cubes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.cubes3 .adwordscube {
    width: calc(50% - 25px);
    padding: 5px;
}

.cubes3 .adwordscube > span:nth-child(1) {
    font-size: 24px;
    font-weight: normal;
}

.adwordscube {
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    padding: 15px;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.10), 0 2px 4px rgba(0,0,0,0.10);
    width: calc(33.33% - 25px);
}

.adwordscube > span:nth-child(1) {
    font-size: 25px;
    font-weight: bold;
    float: right;
    width: 100%;
}

.yellowcube {
    background: #FFFFFF;
background: -webkit-linear-gradient(top, #FFFFFF, #FFF9BA);
background: -moz-linear-gradient(top, #FFFFFF, #FFF9BA);
background: linear-gradient(top, #FFFFFF, #FFF9BA);
}

.bluecube {
    background: #FFFFFF;
    background: -webkit-linear-gradient(top, #FFFFFF, #BAE8FF);
    background: -moz-linear-gradient(top, #FFFFFF, #BAE8FF);
    background: linear-gradient(top, #FFFFFF, #BAE8FF);
}

.greencube {
    background: #FFFFFF;
    background: -webkit-linear-gradient(top, #FFFFFF, #BAFFBE);
    background: -moz-linear-gradient(top, #FFFFFF, #BAFFBE);
    background: linear-gradient(top, #FFFFFF, #BAFFBE);
}

.redcube {
    background: #FFFFFF;
background: -webkit-linear-gradient(top, #FFFFFF, #FFBABA);
background: -moz-linear-gradient(top, #FFFFFF, #FFBABA);
background: linear-gradient(top, #FFFFFF, #FFBABA);
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.project-status-1 td {
    background-color: rgb(238, 238, 238);
}

.smalllink-card {
    padding: 10px;
    float: right;
    font-size: 14px;
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
}

.smalllink-date {
    font-size: 12px;
    color: gray;
    float: right;
    width: 100%;
}

.smalllink-link {
    float: right;
    width: 100%;
    overflow-wrap: break-word;
}

.smalllink-comment {
    padding: 3px;
    float: right;
    width: 100%;
    font-size: 12px;
    background-color: #f6f6f6;
    border-radius: 5px;
}

.filter-empty {
    background-color: white;
    border: 1px solid gray;
    color: gray;
    padding: 3px 10px;
    float: left;
}

.besttoday {
    background-color: #bdf1ba !important;
}

.search-common-wrap {
    float: right;
}

.search-common-wrap:hover .search-common-words {
    display: block;
}

.search-common-words {
    position: absolute;
    width: 280px;
    top: 50px;
    background-color: white;
    box-shadow: 0px 17px 15px #d0d0d0;
    display: none;
}

.search-common-words > * {
    margin: 3px;
    padding: 2px 10px;
}

.add-common-word {
    background-color: #2E7D32;
    cursor: pointer;
    color: white;
}

.common-word {
    cursor: pointer;
    float: right;
    width: 100%;
}

.common-word:hover {
    text-decoration: underline;
}

.remove-common {
    float: left;
    cursor: pointer;
}

.remove-common:hover {
    color: red;
}

.filter-links {
    float: right;
    border-bottom: 1px solid #e3e3e3;
    width: 100%;
}

.filter-links > div {
    float: right;
    width: 33.33%;
    cursor: pointer;
    text-align: center;
    padding: 5px;
    border-left: 1px solid #e3e3e3;
    background-color: #ececec;
}

.filter-links > div:hover {
    color: #2E7D32;
}

.filter-link-active {
    color: #2E7D32;
    background-color: white !important;
}

.smalllink-2, .smalllink-3 {
    display: none;
}

.console-word-exists {
    display: none;
}

.console-word-exists td {
    background-color: #eaf9fa;
}

.select-filter {
    float: left;
    height: 31px;
    padding: 3px 5px;
    margin: 10px;
    width: 120px;
}

.mobile {
    display: none;
    float: left;
    padding: 32px;
    border-right: 1px solid #e3e3e3;
    font-weight: bold;
    color: #673ab7;
}

.dropmenu {
    float: right;
    position: relative;
    padding: 32px 40px;
    border-left: 1px solid #eeeeee;
    color: #3A393A;
    cursor: pointer;
}

.dropmenu:hover .dropmenu-inside {
    display: block;
}

.dropmenu-inside {
    background-color: white;
    width: 250px;
    border: 1px solid #e3e3e3;
    position: absolute;
    top: 100%;
    right: 0px;
    display: none;
}

.dropmenu-inside a {
    width: 100%;
    padding: 10px;
    border-left: 0px;
    border-bottom: 1px solid #e3e3e3;
}

@media screen and (max-width: 900px) {

    .mobile {
        display: none;
    }

    .dropmenu {
        width: 100%;
    }

    .countkeys {
        display: none;
    }

    .menu > a {
        display: none;
    }

    .menu a {
        border-top: 1px solid #e3e3e3;
        width: 100%;
    }
    
.hide {
    display: none;
}

.welcome {
    padding: 30px 10px;
    position: static;
}

.half {
    width: 100%;
    padding: 0px;
}

.half50, .half25, .half75 {
    width: 100%;
    padding: 0px;
}

.third {
    width: 100% !important;
}

.sumtotal {
    font-size: 24px;
}

.smalltext {
display: none;
}

}

@media screen and (max-width: 400px) {
    
   .countkeys {
    border-top: 1px solid #7E57C2;
    width: 100%;
}
    
td {
    overflow: hidden;
    width: 50%;
}

}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}