﻿body {
    font-family: irsans;
    font-size: 14px;
}

header.masthead {
    position: relative;
    background-color: #0068a0;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

/* webkit solution */
::-webkit-input-placeholder {
    text-align: right;
    direction: rtl;
}
/* mozilla solution */
input:-moz-placeholder {
    text-align: right;
    direction: rtl;
}

.features-icons {
    padding-top: 2rem;
    padding-bottom: 4rem;
}

.section-rtl {
    direction: rtl;
}

.input-search {
    text-align: right;
    direction: rtl;
}



.radioButtonList input[type="radio"] {
    /*margin: 5px 0 5px 5px;*/
    opacity: 0;
    z-index: 1;
    box-sizing: border-box;
    padding: 0;
}

.radioButtonList label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 35px;
}

    .radioButtonList label::before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 17px;
        height: 17px;
        right: 0;
        margin-right: -20px;
        border: 1px solid #808080;
        border-radius: 50%;
        background-color: #fff;
        -webkit-transition: border 0.15s ease-in-out;
        -o-transition: border 0.15s ease-in-out;
        transition: border 0.15s ease-in-out;
    }

.radioButtonList input[type="radio"]:checked + label::before {
    border-color: #0068a0;
}

.radioButtonList input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.radioButtonList label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    right: 3px;
    top: 3px;
    margin-right: -20px;
    border-radius: 50%;
    background-color: #0068a0;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}



/* Customize the label (the container) */
.container-chk {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .container-chk input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border: 1px solid #808080;
    border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.container-chk:hover input ~ .checkmark {
    background-color: #eee;
}

/* When the checkbox is checked, add a blue background */
.container-chk input:checked ~ .checkmark {
    background-color: #0068a0;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-chk input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-chk .checkmark:after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.section-ltr {
    direction: ltr;
}


.ui-widget {
    font-family: 'irsans';
}

.ui-menu .ui-menu-item {
    text-align: right;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: 'irsans';
}

.max-width-250 {
    max-width: 250px;
}

.max-width-130 {
    max-width: 130px;
}

.fax {
    overflow-wrap: anywhere;
}

.footer {
    padding: 10px;
}