
/*#region User Styles*/ 
/****************************************************************************************/


        /*----- tfsInclude file CDN/Forms/Test/AGFormsTemplate/Ver2_1_0_0/CSS/general.min.css -----*/
        .logo a {
            color: #fff
        }

        .display-none {
            display: none
        }

        .tooltip-help {
            cursor: pointer;
            display: inline-block;
            width: 15px;
            height: 15px;
            background-color: #89a4cc;
            line-height: 16px;
            color: #fff;
            font-weight: bold;
            border-radius: 8px;
            text-align: center;
            position: relative;
            margin: 0
        }

        .tooltip-help:hover {
            background-color: #3d759a
        }

        input[type="checkbox"] {
            vertical-align: initial
        }

        .text-center {
            text-align: center
        }

        .inline-block {
            display: inline-block
        }

        .del-img:disabled {
            background-color: transparent;
            border: none
        }

        input.del-img.del-inline {
            width: 16px;
            height: 16px;
            margin: 0
        }

        textarea {
            width: 100%;
            resize: none;
            padding: 0 5px;
            border-radius: 3px;
            border: solid 1px #3d759a
        }

        textarea.tfsInputLock {
            height: inherit
        }

        .tfsInputText,
        .tfsInputTextLock,
        .tfsInput,
        .tfsInputDate,
        .tfsInputCombo,
        .attachment-wrapper .attachment-inner input {
            padding: 0 5px
        }

        p {
            padding: 0 10px
        }

        .tfsInputTextLock,
        .tfsInputComboLock,
        .tfsInputLock,
        .tfsInputDateLock,
        select:disabled,
        textarea:disabled,
        .tfsInputText:disabled,
        .tfsInput:disabled,
        .tfsInputDate:disabled,
        .tfsInputCombo:disabled,
        select:disabled,
        .attachment-wrapper .attachment-inner input:disabled {
            background-color: #eee;
            opacity: 1;
            border-radius: 3px;
            border: solid 1px #3d759a
        }

        .toolbar a {
            padding: 0 8px
        }

        .bodyPrint {
            height: 100%
        }

        .tabs-navigation-holder .tabs-navigation {
            width: auto
        }

        .mobile-ui .form-main-title h1 {
            font-weight: bold
        }

        .mobile-ui .content-container .stage-header .left-step-status {
            top: 4px
        }

        .mobile-ui .content-container .stage-header .left-step-status .icon-step {
            font-size: 20px
        }

        .mobile-ui .tabs-navigation-holder .tabs-navigation .item .stage-status .ic-v {
            color: #000
        }

        .mobile-ui .tfsCalendar {
            display: none
        }

        .mobile-ui .radio .radio-combined {
            display: table-cell;
            width: 30%
        }

        .mobile-ui .radio .label-radio-combined {
            width: 1%
        }

        .mobile-ui .radio .label-radio-combined.checked {
            background-color: #b7d3e4;
            color: #293843
        }

        .mobile-ui .radio input[type="radio"]:disabled+label {
            background-color: #c2c4c8
        }

        .mobile-ui .radio input[type="radio"]:disabled:checked+label {
            background-color: #737e96
        }

        .mobile-ui .dtable.static-table {
            border-bottom-width: 0;
            padding-bottom: 0
        }

        .mobile-ui [class^="col-"] .thirds-width {
            width: 33%
        }

        .mobile-ui .start-page {
            padding: 0
        }

        .dsk-view .form-main-title h1 {
            font-weight: bold
        }

        .dsk-view .static-table tr:last-of-type .row:last-of-type {
            border-bottom: none
        }

        .drawers .container {
            max-height: 20000000000000000px;
            -moz-transition: max-height .5s ease-in;
            -o-transition: max-height .5s ease-in;
            -webkit-transition: max-height .5s ease-in;
            transition: max-height .5s ease-in
        }

        .tabs .arow-nav-wrap .arrow.ic-left {
            z-index: 10
        }

        .content-container .stage-header .left-step-status {
            top: 4px
        }

        .content-container .dtable .row.title {
            border-bottom: none
        }

        .row [class*=" col-"] .section-title,
        .row [class^="col-"] .section-title {
            font-weight: normal
        }

        .row [class*=" col-"]>[class^="col-"],
        .row [class^="col-"]>[class^="col-"] {
            border: 0
        }

        .row.section-sub-title {
            border-bottom: 0
        }

        .float {
            float: right
        }

        .ui-tooltip-content {
            text-align: right
        }

        .info span {
            cursor: pointer
        }

        .error-wrapper-border,
        .tfsScrollDiv .error-wrapper-border,
        .error-wrapper-border-block,
        .tfsScrollDiv .error-wrapper-border-block {
            border-radius: 3px
        }

        .error-wrapper-border.required-wrapper-row,
        .tfsScrollDiv .error-wrapper-border.required-wrapper-row,
        .error-wrapper-border-block.required-wrapper-row,
        .tfsScrollDiv .error-wrapper-border-block.required-wrapper-row {
            margin: 0 -15px;
            padding: 0 15px;
            -moz-box-sizing: content-box;
            -webkit-box-sizing: content-box;
            box-sizing: content-box;
            display: block
        }

        .delete-line-label {
            cursor: pointer;
            text-decoration: underline
        }

        .start-page {
            padding: 15px 0 0
        }

        .start-page .content-section-title {
            position: relative
        }

        .start-page .btn-language {
            position: absolute;
            top: 10px;
            left: 0
        }

        .start-page .btn-language:hover,
        .start-page .btn-language:link {
            text-decoration: underline
        }

        .ltr .float {
            float: left
        }

        .ltr~* .ui-tooltip-content {
            text-align: left
        }

        .ltr .start-page .btn-language {
            right: 0;
            left: auto
        }

        @media only screen and (max-width:992px) {
            .container .section-sub-title {
                margin: 0
            }

            .error-wrapper-border.required-wrapper-row,
            .tfsScrollDiv .error-wrapper-border.required-wrapper-row,
            .error-wrapper-border-block.required-wrapper-row,
            .tfsScrollDiv .error-wrapper-border-block.required-wrapper-row {
                margin: 0;
                padding: 0
            }
        }

        @media only screen and (max-width:585px) {
            .tfsInputDate {
                width: 100%
            }
        }
    /****************************************************************************************/
/*#endregion*/
/*#region User Styles*/ 
/****************************************************************************************/


        /*----- tfsInclude file CSS/form.css -----*/
        .header .logo .office-description {
            right: 66px;
            top: 8px;
        }

        .support-number {
            background: #b7d3e4;
            color: black;
            padding: 5px 10px;
        }

        .mobile-ui .support-number {
            display: none;
        }

        div#OuterDiv {
            padding-top: 113px;
        }

        div#OuterDiv:after {
            height: 0;
        }

        .dsk-view .form-main-title,
        .mobile-ui .form-main-title {
            background: #3d759a;
            color: white;
            padding: 0 0;
        }

        .mobile-ui .form-main-title h1 {
            padding: 3% 0;
            text-align: center;
            color: white;
            font-size: 22px;
        }

        .explainText {
            margin: 0 auto;
            width: 50%;
            text-align: center;
            background-color: white;
            padding-top: 7%;
            font-size: 25px;
            color: #3d759a;
        }

        .mobile-ui .explainText {
            width: 90%;
        }

        #maintenanceImage {
            margin: 0 auto;
            padding: 3% 0;
            width: 41%;
            background-color: white;
        }

        .mobile-ui #maintenanceImage {
            width: 90%;
        }

        .mobile-ui #lastPageDiv {
            width: 50%;
            padding: 0;
        }

        #lastPageDiv {
            padding: 10% 0;
            margin: 0 auto;
            width: 26%;
            overflow: hidden;
        }

        #MsgHE,
        #msgEN {
            border: none;
            text-align: center;
            background-color: white;
            padding: 7%;
            font-size: 25px;
            color: #3d759a;
        }

        #Ministry {
            font-weight: bold;
            background-color: #285c7e;
            border: none;
            overflow: hidden;
        }

        .dsk-view .form-main-title .inner-wrapper {
            padding: 0;
        }

        textarea {
            outline: none;
        }

        .dsk-view .form-main-title h1 {
            font-weight: bold;
            color: white;
            font-size: 20px;
            padding-right: 21px;
            padding-top: 5px;
        }
    /****************************************************************************************/
/*#endregion*/