@font-face {
    font-family: 'Open Sans Hebrew';
    font-weight: normal;
    font-style: normal;
    src:url('/fonts/opensanshebrew-regular-webfont.eot');
    src:url('/fonts/opensanshebrew-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('/fonts/opensanshebrew-regular-webfont.ttf') format('truetype'),
    url('/fonts/opensanshebrew-regular-webfont.woff') format('woff'),
    url('/fonts/opensanshebrew-regular-webfont.svg#regular') format('svg');
}

body {
    font-family: 'Open Sans Hebrew', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    direction: rtl;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 10px;
}

th {
    text-align: right;
}

ul, li {
    list-style: none;
    list-style-type: none;
    padding: 0;
}

a {
    background: #ccffcc;
    padding: 4px 20px;
    margin: 2px;
    line-height: 30px;
    border-radius: 5px;
}

a:hover {
    background: #66ff66;
}

form label {
    min-width: 120px;
}

form input, form select {
    min-width: 170px;
    padding: 2px 10px;
}

label {
    vertical-align: top;
}


.business_lp_page a {
    background: none;
    padding: 0;
    line-height: 1.0;
    border-radius: 0;
}

.floatRight {
    float: right;
    padding-left: 10px;
}

.floatLeft {
    float: left;
    padding-left: 10px;
}

.wrapper {
    /*width: 1170px;*/
    margin: 0 auto;
}

.hiddenDiv {
    display: none;
}

.logo {
    margin: auto;
}

.addNewBusinessCommunicationRecord li {
    margin-bottom: 5px;
}

.container {
    /*border: 1px solid #ccc;*/
    padding: 0px;
    margin: 0 auto;
}

.container table {
    font-size: 11px;
    margin-top: 20px;
}
.container table thead td {
    background-color: #f5f5f5;
    padding: 4px 10px;
}
.container table tbody td {
    padding: 4px 10px;
}
.container .box {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 30px;
}
.container input {
    background-color: #d5d5d5;
    border: 0;
    box-shadow: none;
    padding: 2px 10px;
    margin-bottom: 4px;
}

.container button, .container input[type="button"] {
    background-color: #99ccff;
    border: 0;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 15px;
}

.container button:hover, .container input[type="button"]:hover {
    /*background-color: #0033cc;*/
    color: #fff;
}

.container input[type="submit"] {
    background-color: #33cc00;
    border: 0;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px;
}

.container input[type="submit"]:hover {
    background-color: #006600;
    color: #fff;
}

/* Jquery AutoComplete plugin */
    .autocomplete-suggestions {
        text-align: left; cursor: default; border: 1px solid #ccc; border-top: 0; background: #fff; box-shadow: -1px 1px 3px rgba(0,0,0,.1);

        /* core styles should not be changed */
        position: absolute; display: none; z-index: 9999; max-height: 254px; overflow: hidden; overflow-y: auto; box-sizing: border-box;
    }
    .autocomplete-suggestion { position: relative; padding: 0 .6em; line-height: 23px; white-space: nowrap; overflow: hidden; font-size: 1.02em; color: #333; }
    .autocomplete-suggestion b { font-weight: normal; color: #1f8dd6; }
    .autocomplete-suggestion.selected { background: #f0f0f0; }
/* Jquery AutoComplete plugin */

/* Table Sorter pager Plugin */
    /* pager wrapper, div */
    .tablesorter-pager {
        padding: 5px;
    }
    /* pager wrapper, in thead/tfoot */
    td.tablesorter-pager {
        background-color: #e6eeee;
        margin: 0; /* needed for bootstrap .pager gets a 18px bottom margin */
    }
    /* pager navigation arrows */
    .tablesorter-pager img {
        vertical-align: middle;
        margin-right: 2px;
        cursor: pointer;
        transform: rotate(180deg);
    }

    /* pager output text */
    .tablesorter-pager .pagedisplay {
        padding: 0 5px 0 5px;
        width: auto;
        white-space: nowrap;
        text-align: center;
    }

    /* pager element reset (needed for bootstrap) */
    .tablesorter-pager select {
        margin: 0;
        padding: 0;
    }

    /*** css used when "updateArrows" option is true ***/
    /* the pager itself gets a disabled class when the number of rows is less than the size */
    .tablesorter-pager.disabled {
        display: none;
    }
    /* hide or fade out pager arrows when the first or last row is visible */
    .tablesorter-pager .disabled {
        /* visibility: hidden */
        opacity: 0.5;
        filter: alpha(opacity=50);
        cursor: default;
    }

/* Table Sorter pager Plugin */




/* navigation dropdown menu */
.navigation, .navigation-submenu, .admin_side_menu {
    display: inline-block;
    /* btw this is necessary to remove most browsers's "hidden" default <ul> intent */
    margin: 0;
    padding: 0;
}
/* TODO */
.navigation, .navigation.right {
    float: right;
}

.navigation li {
    float: right;
    margin-right: 5px;
}
.navigation .navigation-submenu {
    display: none;
}
.navigation li a, .admin_side_menu li a {
    display: block;
    text-decoration: none;
    padding: 0px 15px;
    border: 2px solid #454545;
    background: #454545;
    color: #fff;
    float:none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
.navigation li:hover .navigation-submenu {
    display: block;
    position: absolute;
    float: right;
}
.navigation li:hover li, .navigation li:hover a {
    float: none;
}
.navigation li a:hover, .navigation li:hover li a:hover, .admin_side_menu li a:hover, .admin_side_menu li:hover li a:hover {
    background: #fff;
    color: #454545 !important;
}

.navigation > li.active a, .admin_side_menu > li.active a {
    background: #fff;
    color: #454545;
}
.navigation > li.active li a, .admin_side_menu > li.active li a {
    background: #454545;
    color: #fff;
}

.admin_side_menu li {
    margin-bottom: 10px;
}

/* overview */
.overview-table img {
    width: 40px;
    height: 40px;
}

/* feedback boxes */
.feedback {
    padding: 30px;
    margin-bottom: 10px;
}
.feedback.success {
    color: #558f2d;
    background-color: #ddf2c0;
}
.feedback.error {
    color: #ff7272;
    background-color: #ffe5e5;
}
.feedback.info {
    color: #00529B;
    background-color: #BDE5F8;
}

.header_right_box {
    float: right;
}

/* login screen */
.login-page-box {
    display: table;
    width: 100%;
}
.login-page-box .table-wrapper {
    display: table-row;
}

.login-box {
    display: table-cell;
    margin: 0;
    color: #777;
    background-color: #f4f3f1;
    padding: 20px 50px 45px 50px;
    width: 49%;
    box-sizing: border-box;
    font-weight: 400;
    text-transform: uppercase;
}
.login-box h2 {
    color: #252525;
}
.login-box input[type="text"],
.login-box input[type="password"] {
    font-family: Arial, sans-serif;
    color: #252525;
    background-color: #ffffff;
    padding: 15px 20px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    box-sizing: border-box; /* modern way to say width:100% without padding */
    /*text-transform: uppercase;*/
}
.login-box input[type="submit"] {
    color: #777;
    background-color: transparent;
    border: 2px solid #777;
    padding: 15px 20px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    box-sizing: border-box; /* modern way to say width:100% without padding */
    text-transform: uppercase;
}
.login-box input[type="submit"]:hover {
    color: #fff;
    border-color: #252525;
    background-color: #252525;
}
.login-box .remember-me-label {
    display: block;
    margin-bottom: 10px;
}
.login-box .link-forgot-my-password {
    display: block;
    text-align: right;
}
.login-box .link-forgot-my-password a {
    color: #777;
    text-decoration: none;
}
.login-box .link-forgot-my-password a:hover {
    text-decoration: underline;
}
.login-box ::-webkit-input-placeholder { color: #777; opacity: 0.5; }
.login-box ::-moz-placeholder { color: #777; opacity: 0.5; }
.login-box :-ms-input-placeholder { color: #777; opacity: 0.5; }
.login-box input:-moz-placeholder { color: #777; opacity: 0.5; }

.register-box {
    display: table-cell;
    color: #fff;
    background-color: #252525;
    padding: 20px 50px 45px 50px;
    width: 49%;
    box-sizing: border-box;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
}
.register-box h2 {
    color: #fff;
}
.register-box a {
    width: 100%;
    display: block;
    box-sizing: border-box; /* modern way to say width:100% without padding */
    background-color: transparent;
    border: 2px solid #fff;
    padding: 15px 20px;
    margin-bottom: 10px;
    text-decoration: none;
    text-align: center;
    color: #fff;
}
.register-box a:hover {
    background-color: #ffffff;
    color: #252525;
}

/* error page */
.red-text {
    color: red;
}

.btn-left {
    float: left;
}

.header_menu {
    padding: 10px;
}

#header_search {
    float: left;
}

.fancybox-inner {
    min-height: 600px;
}

.payment_yes, .payment_no {
    padding: 5px 10px;
    margin: 3px;
    line-height: 30px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}

.red-bg, .green-bg {
    padding: 5px 10px;
    border-radius: 10px;
    color: white !important;
}

.red-bg {
    background-color: #ff6666;
}

.green-bg {
    background-color: #5cb85c;
}

.addNewSubTask, .portalsDiv {
    border: 1px solid black;
    padding: 10px;
}

.subTask {
    background-color: grey;
}

.openTasksAlertContainer {
    position: relative;
}

.openTasksAlertContainer .openTasksAlert {
    position: absolute;
    top: -8px;
    left: -8px;
    border-radius: 20px;
    font-size: 10px;
    padding: 6px 8px;
    line-height: normal;
}

.openTasksAlertContainer:hover .openTasksAlert {
    background-color: #ff0000;
}

.jQueryPopUp {
    background-color:#fff;
    border-radius:15px;
    color:#000;
    display:none;
    padding:50px;
    min-width:400px;
    min-height: 180px;
}

#indexActivePopUp-button, #paymentStatusPopUp-button, .no_bg, .no_bg:hover {
    background-color: unset;
}

#indexActivePopUp-button:hover, #paymentStatusPopUp-button:hover {
    border: 1px solid black;
}

.completed-task {
    display: none;
}

.inline {
    display: inline;
}

.cover_img {
      margin-bottom: 5px;
      padding-bottom: 8px;
      border-bottom: 1px solid #47af96;
}

.cover_img img {
      display: block;
      margin: 0 auto;
}

.business_page .title {
	background-color: #87d4c4;
	border-top: 1px solid #47af96;
	border-bottom: 1px solid #47af96;
	margin-bottom: 3px;
	z-index: 10000;
}

.business_page .title h1 {
	color: white;
	padding: 10px 10px 0px 10px; 
	font-size: 2.8rem;
}

.business_page .title h1 span {
	float: left;
}

.referrer_banner {
    overflow: hidden;
    margin-bottom: 15px;
}

.referrer_link img {
    width: 100%;
    display: inline;
    float: right;
}

.thank_you_text {
    display: none;
}

.template_fields {
    display: none;
}

.related_lp_container {
    padding: 160px 0 400px 0 !important;
    background-color: #efedee;
}

.related_lp {
    padding-top: 10px;
    border-top: 1px solid black;
}

.related_lp li {
    padding: 10px 5px 10px 5px;
    border-bottom: 1px solid black;
    overflow: hidden;
    font-size: 16px;
}

.related_lp li a {
    float: right;
    margin: 0;
}

.related_lp .present {
    padding: 0;
}

.related_lp .present a {
    background-color: #97b927;
    background-image: url('../images/present_bg.jpg');
    background-position: right;
    background-repeat: no-repeat;
}

.related_lp .marketing_time_present a {
    background-color: transparent;
    background-position: right;
}

.related_lp .marketing_time_present:nth-child(even) a {
    background-image: url('../images/present_bg_grey.png');
}

.related_lp .marketing_time_present:nth-child(odd) a {
    background-image: url('../images/present_bg_pink.png');
}

.related_lp .present span {
    padding: 10px 5px 10px 5px;
    display: block;
    margin-right: 20px;
}

.related_lp .present .img {
    float: right;
    margin-left: 10px;
    padding-top: 5px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#lp_form .panel-primary input {
    min-width: 400px;
}

#lp_form .panel-primary label {
    min-width: 300px;
}

#lp_form .panel-primary li {
    line-height: 26px;
    margin-bottom:2px;
}

.category {
    clear: both;
}

.category ul {
    margin-right: 50px;
}

.category a {
    width: 170px;
    height: 30px;
    padding: 0 20px;
    display: block;
    float: right;
    line-height: 26px;
    font-weight: bold;
}

.category .glyphicon {
    top: 2px;
}

.category_with_children span {
    padding-right: 10px;
}

.category_edit, .category_details {
    width: 60px !important;
    background-color: transparent;
    border: 2px solid #CCFFCC;
    text-align: center;
    padding: 0 !important;
}

.category_delete {
    width: 60px !important;
    text-align: center;
    padding: 0 !important;
    color: white !important;
}

#categoryDetails label {
    width: 120px;
}

.category_advertisements {
    overflow: hidden;
}

.advertisement_container {
    float: right;
    width: 32%;
    margin-left: 1%;
    border: 2px dashed black;
    padding: 5px;
}

.advertisement_container label {
    width: 100% !important;
    margin-top: 5px;
}

.advertisement_container .btn {
    width: 47%;
}

.btn-danger {
    color: white !important;
    font-weight: bold;
}
