*, html, body {
    margin: 0;
    padding: 0;
}

html, body {
    width:100%;
    height: 100%;
}

body {
    color: #181818;
    font-size: 18px;
    background-image: linear-gradient(#0046a5, #0289b9);
    background-attachment: fixed;
    direction: rtl;
}

body, textarea {
    font-family: "Open Sans Hebrew";
}

a, a:visited {
    text-decoration: none;
    color: inherit;
}

.red, .red:visited {
    color: #990000;
}

.blue, .blue:visited {
    color: #0046a5;
}

.schHolder img {
    width: 22px;
    height: 22px;
    vertical-align: middle;
}

.thanks {
    font-size: 24px;
    margin: 12px;
    padding: 20px 28px;
    color: #ffffff;
    border: 0;
    background: #660000;
    border-radius: 24px;
    box-shadow: 0 3px 12px -2px #666666;
}

.dateItem {
   width: 31%;
    margin: 0 3px;
}

.wd62 {
    width: 62%;
    margin: 0 3px;
}

.wd300 {
    width: 300px;
}


.logoText {
    top: 6px;
    font-size: 20px;
    color: #ffffff !important;
}

h1 {
    font-size: 32px;
    margin: 12px;
}

.header {
    top: 0;
    right:0;
    left:0;
    padding: 12px;
    background: #003ba5;
    z-index: 2;
}

#main {
    margin: 84px auto !important;
    padding: 12px 12px 64px 12px;
    background: #ffffff;
    border-radius: 24px;
}

.newBtn {
    top:6px;
    left: 6px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
}

.area {
    margin-bottom: 18px;
}


.filter {
    top:6px;
    right: 6px;
    padding: 4px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2px #000000 solid;
    background: transparent;
}

.close {
    top: 3px;
    right: 3px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 0;
    background: transparent;
}

.menuOpener {
    padding: 6px 6px 3px 6px;
    border: 2px #fff solid;
    background: #114180;
    cursor: pointer;
    margin-left: 8px;
}

#menu {
    top: 0;
    bottom: 0;
    width: 250px;
    background: #003ba5;
    z-index: 1;
}

#menu.menu-right {
    right: 0;
    margin-right: -250px;
}
#menu.menu-right.opened {
    margin-right: 0;
}
#menu ul {
    margin-top: 100px;
}
#menu ul li {
    font-size: 24px;
    padding: 4px 12px;
}
#menu ul li.hasBackground {
    background: #399dbd;
}
#menu ul li,
#menu ul li a {
    color: #ffffff;
    padding-bottom: 4px;
}
#menu ul li a {
    border-bottom: 2px transparent solid;
}
#menu ul li.active a,
#menu ul li.current a,
#menu ul li:hover a {
    border-bottom: 2px #399dbd solid;
}

.logos {
    right: 12px;
    bottom: 12px;
    left: 12px;
}

h3 {
    font-size: 20px;
}

input, select, textarea {
    padding: 8px;
    margin-bottom: 12px;
}

textarea {
    resize: none;
    overflow: auto;
    height: 120px;
}

input, select, textarea, label, div#tabsmenu ul.tbm li {
    font-size: 14px;
}

.sbHelper {
    top: 10px;
}

.addFormHolder {
    margin-bottom: 18px;
    padding: 18px;
    border: 2px #ffffff solid;
    border-radius: 24px;
}

.addFormHolder .inputHolder, .smFormHolder .inputHolder {
    margin-bottom: 9px;
}


.loginFormHolder {
    margin: 64px auto;
    padding: 24px;
    background: #0289b9;
    border-radius: 24px;
}

.loginFormHolder h1, .loginFormHolder label {
    color: #ffffff;
}

.loginFormHolder label {
  font-weight: bold;
}

.loginFormHolder .thisError {
    background: #ffffff;
}


.loginFormHolder .inputHolder, .formHolder .inputHolder, .nplFormHolder .inputHolder {
    margin-bottom: 6px;
}

 .inputHolder .input{
    margin-top: 8px;
    padding: 8px;
     border: 1px #999999 solid;
}

.formHolder .inputHolder .input {
    font-family: Arial;
}

.formHolder .inputHolder textarea {
    padding: 8px;
    height: 120px;
    resize: none;
    overflow: auto;
}

.loginFormHolder a {
    font-weight: bold;
    color: #ffffff;
}

.formHolder .inputHolder label, .nplFormHolder .inputHolder label {
    font-weight: bold;
}

.btn {
    color: #ffffff;
    background-image: linear-gradient(to right, #0046a5, #0289b9);
    cursor: pointer;
}

.btn:hover {
    background-image: linear-gradient(to right, #0046a5, #0046a5);
}

.schedule, .editSchedule {
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
}

.logOut {
    padding: 12px;
    border: 0;
    font-size: 22px;
    width: 200px;
    color: #ffffff;
    background: rgba(153, 0, 0, 0.8);
}

.logOut:hover {
    background: rgba(103, 0, 0, 0.8);
}

.error, .thisError {
    border: 2px #ff0000 solid;
    margin-bottom: 18px;
    padding: 24px;
}

.success {
    border: 1px #000000 solid;
    margin-bottom: 16px;
    padding: 12px;
    font-size: 20px;
}

.imgBtn, .fileDelete, .imgUpload {
    border: 0;
    background: transparent;
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 20px;
    overflow: hidden;
    font-size: .75rem;
    background-color: #ffffff;
    border-radius: .25rem;
    margin-top: 10px;
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    white-space: nowrap;
    background-color: #0046a5;
    transition: width .6s ease;
    font-size: 16px;
}


span.topiconsl, span.topiconsr {
    display: inline-block;
    padding:6px;
}

span.topiconsr img {
    width: auto;
    height: 98px;
    vertical-align: middle;
}

span.topiconsl img {
    width: auto;
    height: 78px;
    vertical-align: middle;
    cursor: pointer;
}


span.topiconsl {
    border-right: 1px #cccccc solid;
}


.image {
    width: 70%;
}

.imgToDel {
    max-width: 200px;
}


/* Pagination */

div.pagination {
    left: 24px;
    bottom: 14px;
    border-radius: 8px;
    direction: ltr;
    z-index: 3;
}

.paginate .pgHolder a, .paginate span, .paginate .navBtn {
    padding:5px 12px;
    box-sizing: border-box;
    border-top: 1px #999999 solid;
    border-right: 1px #999999 solid;
    border-bottom: 1px #999999 solid;
    transition: all 0.5s ease;
}

.paginate .navBtn.prev {
    border-left: 1px #999999 solid;
}

.paginate .pgHolder a, .paginate span.current {
    text-decoration:none;
    color: #000000;
}

.paginate a:hover, .paginate a:active, .paginate span.current {
    color: #ffffff !important;
    background: rgba(62, 88, 154, 0.99);
}

.paginate .navBtn {
    text-decoration: none;
}

.paginate .navBtn.next {
    border-radius: 0 8px 8px 0;
}

.paginate .navBtn.prev{
    border-radius:8px  0 0 8px;
}

.paginate span.disabled {
    color:#cccccc;
}

.pgHolder {
    position:relative;
    top: 6px;
}

/* Small menu */

.smBottom {
    right:0;
    bottom:0;
}

div.smallmenu {
    width:229px;
    height: 44px !important;
    margin: 0 12px 8px 0;
}

div.smallmenu::after {
    display: block;
    clear: both;
    content: "";
}


div.smallmenu img {
    margin: 6px;
    transition: all 0.5s ease;
    opacity: 1;
    vertical-align: middle;
    width: 30px;
    height: 30px;
}

div.smallmenu img.reset {
    position: relative;
    margin: 8px 6px !important;
    height: 26px;
    box-shadow: 0 1px 3px 0px #333333;
}

div.smallmenu img:hover {
    opacity: 0.6;
}

div.smallmenu ul.smallitems li {
    display: block;
    float: right;
    background: rgba(62, 88, 154, 0.8);
}

div.smallmenu ul.smallitems li:first-child {
    border-radius: 0 8px 8px 0;
}

div.smallmenu ul.smallitems li:last-child {
    border-radius: 8px 0  0 8px;
}

/* Tabs menu */

div#tabsmenu {
    position: relative;
    top: 0px;
    right:8px;
}

div#tabsmenu:after {
    display: block;
    clear: both;
    content: "";
}

div#tabsmenu ul.tbm li {
    display: block;
    float: right;
    padding: 0 4px;
    text-align: center;
}

div#tabsmenu ul.tbm li a, div#tabsmenu ul.tbm li a:visited {
    display: block;
    color: #ffffff;
    padding: 12px;
    border-radius: 6px 6px 0 0;
    background: rgba(62, 88, 154, 0.99);
    transition: all 0.5s ease;
}

div#tabsmenu ul.tbm li a:hover, div#tabsmenu ul.tbm li.current a {
    background: rgba(62, 88, 154, 0.8);
}



/* Main Panel */

.mainPanel .pad {
    margin: 12px;
    padding: 12px;
    border: 2px #181818 solid;
    border-radius: 18px;
}

.mainPanel a {
    color: #181818;
    font-size: 13px;
}

.formHolder label.block, .nplFormHolder label.block {
    margin-bottom: 8px;
}

.formHolder input, .nplFormHolder input, .smFormHolder .input {
    padding: 12px;
}

.name {
    margin-bottom: 10px;
}

.hdHelper {
    top: 24px;
}

.submitBtn {
    color: #ffffff;
    background-image: linear-gradient(to right, #31485d , #12c57f);
}

.submitBtn:hover {
    background-image: linear-gradient(to right, #12c57f , #12c57f);
}

.innerSubmitBtn {
    font-size: 22px !important;
    width: 200px;
}

.btnMargin {
    margin: 3px;
}

.selectMargin {
    margin: 0 0 12px 0;
}

.none {
    display: none;
}

.wd10 {
    width: 10%;
}

.wd30 {
    width: 30%;
}

.wd61 {
    width: 61%;
}

.wdMinus {
    width: calc(58% - 32px);
}

.wd80px {
    width: 80px;
}

/* Table */

.th {
    color: #ffffff;
    background: #333333;
}

.cell {
    padding: 8px;
    font-size: 16px;
}

.cell img {
    width: 30px;
    height: 30px;
}

.actionBtn {
    border: 0;
    background: transparent;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    overflow: auto;
}

.cell.email, .cell.parentId {
  width: 25%;
}

.income, .text {
    width: 64%;
}

.FullName {
    text-align: right;
}

.phone, .date, .updDate {
    text-align: right;
    width: 22%;
}

.name {
    text-align: right;
    width: 32%;
}

.name.nHelper {
    width: 44%;
}

.newImageBox {
    width: 120px;
    height: 120px;
    border: 2px #999999 dashed;
    background: url(../../images/plus.png) no-repeat center center;
}

table tr:nth-child(even) {
    background: rgba(199, 147, 112, 0.2);
}

table tr:nth-child(odd) {
    background:  rgba(56, 109, 189, 0.2);
}

.noItems {
    padding: 18px;
    background:  rgba(56, 109, 189, 0.2)
}

.prop::before {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    margin: 10px 0;
    background: #999999;
}

/* Delete warn */

.warnH1.red {
    color: #880000;
}

.warnH1.green {
    color: #13720c;
}

.warningBody {
    top: 5%;
    margin: 0 auto;
    padding: 24px;
    background: #ffffff;
    border-radius: 24px;
}

.warningClose, .finishClose, .scheduleClose {
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
}

.schButtons {
    margin: 0 4px;
    border: 0;
    background: transparent;
}

.warningInfo {
    padding: 9px 16px 3px 16px;
}

.actionButtons {
    margin: 12px auto;
}

.btn {
    min-width: 100px;
    border: 0;
    border-radius: 8px;
    padding: 8px 18px;
    cursor: pointer;
    color: #ffffff;
    font-size: 18px;
}

.btn.red {
    background: #880000;
}


.btn.red:hover {
    background: #330000;
}


.btn.red, .btn.blue {
    color: #ffffff !important;
}

.btn.blue {
    background: #135ca5;
}

.btn.blue:hover {
    background: #0535a5;
}

.wText {
    font-size: 20px;
}

/* Loader */

#loader {
    display: none;
}

.overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
}

.filterBox {
    width: 300px;
    margin: 12px auto;
    padding: 12px;
    background: #ffffff;
}

.refresh {
    font-size: 18px;
    color: #ffffff;
    margin: 4px 0;
    padding: 8px 12px;
    border-radius: 8px;
    border: 0;
    background: #880000;
}

.refresh, .tlBtn {
    width: 180px;
}

.cHelper span {
    font-size: 16px;
    padding: 0 4px;
    margin: 3px 2px;

}

.cHelper span::after {
    display: inline-block;
    content: ", ";
}

.cHelper span:last-child::after {
    content: "";
}

.typeahead__list .typeahead__item>a {
    text-align: right;
}

/* */



.subTitle {
    padding: 12px;
}

.sdHelper {
    top: 22px;
}

.holder {
    border: 2px #1d75bb solid;
    border-radius: 12px;
    margin-bottom: 12px;
    overflow: hidden;
}

.phonesHolder {
    top: 8px;
    left: 8px;
}

.schHelper {
    top: 8px;
    right: 8px;
}

.phoneHolder  {
    margin: 0 3px;
    width: 44px;
    height: 44px;
    z-index: 2;
}

.labelHelper {
    font-size: inherit !important;
    margin-top: 4px;
}

.pcFlex {
    border-top:  1px #cccccc solid;
    border-right: 1px #cccccc solid;
}


.customerBox {
    border-bottom: 1px #cccccc solid;
    border-left:  1px #cccccc solid;
    padding: 4px;
    font-size: 16px;
    line-height: 22px;
}

.customerBox.hasPadding {
    padding: 8px 4px;
}

label.city {
    margin-bottom: -8px;
}

td.city {
    width: 18%;
    text-align: center;
}

/* Auto complete */

.twitter-typeahead {
    width: 100% !Important;
}

.tt-hint {
    color: #999999;
}
.tt-dropdown-menu {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    margin-top: 0;
    padding: 8px 0;
    width: 300px;
    height: 200px;
    overflow: auto;
    color: #181818;
}
.tt-suggestion {
    font-size: 14px;
    line-height: 20px;
    padding: 3px;
    font-weight: bold;
}
.tt-suggestion.tt-is-under-cursor {
    background-color: #0097cf;
    color: #ffffff;
}
.tt-suggestion p {
    margin: 0;
}

.tt-hint {
    opacity: 0;
}

#siteForm > div.inputHolder.inline-block.relative.half.hasMargin > span > span:nth-child(3) {
    display: none !important;
}

.sch {
    width: 20px;
    height: 20px;
    line-height: 20px;
    bottom: 6px;
    left: 6px;
    border-radius: 50%;
    color: #ffffff;
    background: #ff0000;
}

.va-m {
    vertical-align: middle;
}

.va-helper {
    top: 12px;
}

/* Media */

@media (min-width: 999px) {

    #main {
        width: 60%
    }

    #main.inner {
        width: 40%;
    }


    .mainPanel img {
        width: 90px;
        height: 90px;
    }


    .thisPageHelper {
        padding-bottom: 56px;
    }


    .half {
        display: inline-block;
        width: 49%;
    }

    .half.hasMargin {
        margin-left: 2%;
    }

    .pcTable {
        display: table;
    }
}

@media (min-width: 600px) {
    .loginFormHolder {
        width: 400px;
    }

    .loader {
        width: 500px;
    }

    .pcFlex {
        display: flex;
        flex-wrap: wrap;
    }


    .customerBox {
        flex: 20%;
    }
}

@media (max-width: 998px) {
    #main {
        width: 90%;
    }

    .mainPanel img {
        width: 60px;
        height: 60px;
    }

    .mbBlock {
        display: block;
    }
}


@media (max-width: 599px) {

    .loginFormHolder {
        width: 90% !important;
    }

    .loader {
        width: 320px;
    }
}


