/* ======== TFASIM ========== */

.divPart {
    width: 100%;
    overflow: hidden;
    background-color: #ebf1f6;
}

.divPart header {
    height: 50px;
    background-color: rgb(177,198,219);
    line-height: 50px;
    color: #435868;
    padding: 0 25px;
}

.divPart header div {
    margin-top: 18px;
    /*margin-right: 25px;*/
    height: 14px;
    float: right;
}

.divPart header span {
    font-family: "Noto Sans Hebrew,Bold";
    color: #435868; /*  #5d9cec */
}

.divPart header .title{
    margin-right: 20px;
    font-family: "Noto Sans Hebrew,Regular";
    font-size: 16pt;
    cursor: pointer;
}

.divPart main .data-title,
.divPart main .data-data
{
    font-family: "Noto Sans Hebrew,Regular";
    font-size: 11pt;
}

.divPart main .number {
    font-family: "Roboto-Light";
}

.divPart .openCloseIcon {
    margin: 0 auto;
    width: 24px;
    height: 14px;
    display: block;
    background-image: url("/images/closeoenforms.svg");
    background-repeat: no-repeat;
    background-position: top;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;*/
}

.openclose .openCloseIcon {
    transform: rotateX(150deg);
    -o-transform: rotateX(150deg);
    -webkit-transform: rotateX(150deg);
}

.openclose.divPart {
    height: 52px;
    overflow: hidden;
}

.divPart main {
    margin: 0 auto;
    width: 85%;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    overflow-y: auto;
}

.download-docs {
}

.divPart .introduction {
    font-family: "Noto Sans Hebrew,Bold";
    font-size: 15pt;
    white-space:pre-line;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 9.5px;
    background-color: #f5f5f5;
}

.divPart .part-notes {
    font-family: "Noto Sans Hebrew,Bold";
    font-size: 15pt;
    margin-bottom: 15px;
}

.divPart .part-notes span {
    display: block;
    white-space:pre-line;
}

.divPart main .div-table {
    display: flex;
    flex-direction: row;
    flex-flow: row wrap;
    /*border: 1px solid #b1c6d8;*/
    padding: 0 !important;
   /* overflow: hidden;*/
/*    position:relative; */   /* deleted on 07/11/2017 */
}

.divPart main .div-table.delete-button-exists {
    padding-right: 45px!important;
}


.div-table .button {
    padding: 8px 20px 5px 20px;
    line-height: 1.1;
    float: right;
}

.divPart main .div-table .delete-button {
    position:absolute; 
    top: 50%;
    right: 0;
    height: 40px;
    width: 40px;
    padding: 0;
}


 .divField {
     border: 1px solid #b1c6d8;
     background-color: #ffffff;
     /*padding-bottom: 3px;*/
     padding: 0 15px 3px 15px;
     flex-grow: 1;
}

.divField .delete-button {
  /*  background-image: url('/images/delete.png');*/
    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
}

.divField .divFieldName {
    margin-top: 15px;
 /*   padding-right: 15px;
    padding-left: 15px;*/
    font-family: "Noto Sans Hebrew,Regular";
    font-size: 12pt;
    color: #758fa1;
}

.fieldStar,
.Paragraph .fieldStar,
.divFieldName .fieldStar {
    color: red;
    float: right;
}
.divLine .fieldStar {
    color: red;
}

.focused {
    background-color: #ebf1f6 !important;
}

.divField select:disabled,
.divField input[type="text"]:disabled,
.divLine span:disabled 
{
    cursor:not-allowed;
    color: cadetblue;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}

.divField .button {
    font-size: 10pt;
}


.forms main textarea,
.forms main input[type="text"],
.forms main input[type="checkbox"],
.forms main label,
.forms main select,
.divLine span {
    border-width: 0;
    outline: 0;
    font-family: "Noto Sans Hebrew,Regular";
    height: 35px;
    color: #435868;
    font-size: 15pt;
    line-height: 35px;
}

.forms main input[type="text"] {
    border: 1px solid rgba(177, 198, 216, 0.3);
}

.divPart .Paragraph
{
    font-family:'Noto Sans Hebrew,Regular';
    font-size:15pt;
    margin-right:5pt;
    /*margin-left:5pt;*/
    
    min-height: 37px;
    line-height: 37px;
}

.divPart .outputs {
    min-height: 37px;
    display: block;
}


.forms main textarea{
    height: 100%;
}


.forms .forms-input-names {
    min-width: 120px;
}
.forms .forms-input-date {
    min-width: 130px;
}
/*
.divField .divLine {
    padding-right: 20px;
}
*/
select::-ms-value {
    background: none;
    color: #435868;
}

.divPart main .bottom {
    display: block;
    margin-top: 20px;
}
.forms main .addbutton-divpart {
    background-color: #559cec;
    padding: 5px 35px;
}

.error{color: red !important;}


.forms .form-title, 
.forms .buttons 
{
    min-height: 60px;
    background-color: #5d9cec;
    font-family: "Noto Sans Hebrew,Bold";
}

.forms .form-title .title-name, 
.forms .buttons .title-name
{
    color: #ffffff;
    line-height: 60px;
    /*margin-right: 10px;*/
    font-size: 20pt;
}

.forms .form-title .title-button, 
.forms .buttons .title-button
{
    width: 165px;
    height: 40px;
    float: left;
    line-height: 40px;
    font-size: 12pt;
    background-color: #ffffff;
    border-radius: 4px;
    margin-top: 10px;
    margin-right: 12px;
    padding-right: 10px;
    cursor: pointer;
}



.forms .form-title .a {
}
.forms .form-title .b {
}

.forms .form-title .title-button span, 
.forms .buttons > div span 
{
    color: #5d9cec;
    margin-right: 10px;
}
.forms .buttons {
    height: 60px;
  /*  background-color: #5d9cec;*/
}

.forms .button {
    background-color: #559cec;
}

.select-style {
    padding: 0;
    margin: 0;
    background-color: #fff;
    float: right;
    font-size: 17pt;
    width: 100%;
    overflow: hidden;
    background: #fff url("/images/Dropdown_arrow.png") no-repeat left;
}

.select-style select { 
    font-size: 17pt;
    padding-left:30px; 
    width: 100%;
    border: none;
    box-shadow: none;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
}

.forms .sideButtons {
    position: absolute;
    width: 80px;
    height: 162px;
    left: 0;
    top: 320px;
    overflow: hidden;
    transition: 0.5s top;
    z-index: 10;
}

.forms .sideButtons .save, 
.forms .sideButtons .accept, 
.forms .sideButtons .delete
{
    width: 100%;
    height: 80px;
    background-color: #559cec;
    position: relative;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: 50% 5px;
}

.forms .sideButtons .save {
    border-top-right-radius: 4px;
    background-image: url("/images/save.svg");
}

.forms .sideButtons .delete {
    border-bottom-right-radius: 4px;
    background-image: url("/images/history.svg");

}

.forms .sideButtons .accept {
    border-bottom-right-radius: 4px;
    background-image: url("/images/approved_icn.svg");

}

.forms .sideButtons .labels {
    text-align: center;
    color: #ffffff;
    position: absolute;
    width: 100%;
    bottom: 5px;
}
.forms .sideButtons .delete .labels {
    bottom: 1px;
}

.forms .sideButtons .delete {
    margin-top: 1px;
}

.forms .sideButtons .accept {
    margin-top: 1px;
}




/* signature*/
.Signature
{
    font-family:'Noto Sans Hebrew,Regular';
    font-size:15pt;
    font-weight: bold;
    white-space: pre;
}

.underline {
    text-decoration: underline;
}

/* ----------- BEGIN DOWNLOAD FORMS ------------ */

.downloadformpage {
    height: 100%;
    background-color: #ebf1f6;
}

.downloadformpage .choose-line {
    background-color: rgb(177,198,219);
    line-height: 50px;
    font-family: "Noto Sans Hebrew,Regular";
    font-size: 11pt;
    color: #435868;
}

.choose-line select {
    background-color: rgb(177,198,219);
    border-width: 0;
    outline: 0;
    min-width: 80px;
    font-family: "Noto Sans Hebrew,Regular";
    font-size: 11pt;
    color: #435868;
}

.downloadformpage .divPart {
    background-color: #ffffff;
}

.download-form {
    border: 1px solid #b1c6d8;
    border-radius: 5px;
    height: 90px;
    position: relative;
}

.download-form .icon {
    height: 89px;
    width: 70px;
    position: absolute;
    border-left: 1px solid #b1c6d8;
    background-size: 63px;
}

.download-form .doc-icon {
    background-image: url("/images/doc.svg");
}
.download-form .pdf-icon {
    background-image: url("/images/pdf.svg");
}
.download-form .xls-icon {
    background-image: url("/images/xls.svg");
}

.download-form .data {
    display: block;
    height: 90px;
    width: 90px;
    width: 100%;
    padding-right: 70px;
}

.download-form .data .top {
    padding: 6px;
    height: 50px;
    overflow: hidden;
    border-bottom: 1px solid #b1c6d8;
    font-family: "Noto Sans Hebrew,Regular";
    font-size: 9pt;
    color: #435868;
}

.download-form .data .bottom {
    padding: 4px;
    height: 40px;
    overflow: hidden;
}

.download-form .data input {
    position: absolute;
}
/* watch button */
.download-form .data .watch {
    background-color: #ffffff;
    color: #b1c6d8;
    padding: 5px 8px;
}
/* download button*/
.download-form .data .down {
    left: 0px;
    background-color: #b1c6d8;
}

.downloadformpage .cell {
    margin: 20px 0;
}

/* END DOWNLOAD FORMS */

/* APPOINTMENT */
.appointment {
    font-family: "Noto Sans Hebrew,Regular";
    color: #435868;
}
.appointment span,
.appointment a
{
    color: #435868;
}

.appointment .calendar-wrapper {
    float: right;
    padding-bottom: 25px;
    border-left: 1px solid #d2dfe5;
}
.appointment .hours-wrapper {
    float: left;
    padding-bottom: 25px;
}

.appointment .hours-wrapper .hours-wrapper-wrap {
    overflow: auto;
}

.appointment .calendar-wrapper .form-title {
    margin-bottom: 25px;
}

.appointment .hours-wrapper .form-title {
    margin-bottom: 25px;
}

.appointment .time-to-choose {
    height: 30px;
    width: 95px;
    line-height: 30px;
    text-align: center;
    float: left;
    margin: 0 10px 10px 0;
    border-radius: 4px;
    font-family: "Roboto-Bold";
    background-color: #559cec;
    color: #fff;
}


.appointment .uib-datepicker-wrapper {
    width: 320px;
    height: 290px;
    margin: 0 auto;
}

.appointment .uib-datepicker-wrapper input
{
    outline: none;
}

.appointment .uib-daypicker span {
    padding: 5px 5px;
    display: block;
    width: 23px;
    font-family: "Roboto-Bold";
    font-size: 14px;
}
.appointment .uib-daypicker .active {
    background-color: #559cec;
}
.appointment .uib-daypicker .active span {
    color: #fff;
}

/* today*/
.appointment .uib-daypicker .text-info {
    /*color: red;*/
}




.appointment .uib-months span {
    display: block;
    padding: 5px 5px;
    width: 79px;
}
.appointment .uib-years span {
    display: block;
    padding: 5px 5px;
    width: 37px;
}


.scan-img {
    page-break-before: always; */ /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-after: always;  */ /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-inside: auto; */ /* or 'auto' */
}

@media screen and (max-width: 1000px) {
    .forms .form-title .title-button, 
    .forms .buttons .title-button
    {
        width: 140px !important;
        font-size: 14px;
    }
    .forms .form-title .title-button span, 
    .forms .buttons .title-button span
    {
        margin-right: 0px;
    }
}


@media screen and (max-width: 600px) {
    .Signature.signature-text span {
        float: right;
    }
    .input-datepicker {
        width: 80%;
    }    
}
