@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: Vazir;
    src: url("../fonts/Vazir-FD-WOL.eot");
    src: url("../fonts/Vazir-FD-WOL.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Vazir-FD-WOL.woff") format("woff"),
        url("../fonts/Vazir-FD-WOL.ttf") format("truetype");
    font-weight: normal;
}

@font-face {
    font-family: Vazir;
    src: url("../fonts/Vazir-Bold-FD-WOL.eot");
    src: url("../fonts/Vazir-Bold-FD-WOL.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Vazir-Bold-FD-WOL.woff") format("woff"),
        url("../fonts/Vazir-Bold-FD-WOL.ttf") format("truetype");
    font-weight: bold;
}

.myfield-label {
    margin-top: 10px;
    text-align: right !important;
    direction: rtl !important;
    font: 13px vazir !important;
    /*font-weight: normal !important;*/
}

.myfield {
    margin-top: 1px !important;
    text-align: center !important;
    direction: rtl !important;
    font: 13px vazir !important;
}

.text-right {
    text-align: right !important;
    direction: rtl !important;
    font: 14px vazir !important;
}

.text-center {
    text-align: center !important;
}

.text-smaller {
    font-size: smaller !important;
}

.text-small {
    font-size: small !important;
}

.text-medium {
    font-size: medium !important;
}

.text-large {
    font-size: large !important;
}

.no-border-right {
    /* text-align: center; */
    border-color: transparent;
    /* margin-right: 5px; */
    /* margin-bottom: 2px; */
    width: 98%;
}

.no-border-center {
    text-align: center;
    border-color: transparent;
    /* margin-right: 5px; */
    /* margin-bottom: 2px; */
    width: 98%;
}

.tooltip1 {
    position: relative;
    display: inline-block;
    /* border-bottom: 1px dotted black; */
}

.tooltip1 .tooltiptext1 {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
    font: 11px vazir !important;
}

.tooltip1 .tooltiptext1::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip1:hover .tooltiptext1 {
    visibility: visible;
    opacity: 1;
    /*transition: opacity 0.3s;
    transition-delay: 2s;*/
}

.button-text-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter-box {
    padding: 1px;
    /* margin-left:1px; */
    margin-top: 5px !important;
    border: 1px solid;
    border-color: #67d0f0;
    /* border-color: #00b0e4; */

    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.notbold {
    font-weight: normal !important;
}

.required:after {
    content: "*";
    color: red;
}

.bold {
    font-weight: bold !important;
}

.body {
    font-size: 13px;
    line-height: 1.428571429;
    color: #333;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    text-align: right;
}

.panel {
    margin-bottom: 10px;
    background-color: #fff;
    border: 2px solid;
    border-color: #bce8f1;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-bottom-color: transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.error_panel {
    margin-bottom: 1px;
    background-color: #ffeaea;
    border: 2px solid;
    border-color: #f1a9ad;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.error_panel-heading {
    color: #8f1a20;
    background-color: #ffbbc7;
    border-color: #f17459;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-bottom-color: transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.flash_panel {
    margin-bottom: 1px;
    /*background-color: #ffeaea;*/
    border: 2px solid;
    border-color: #6e4d4e;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.radio_btn_age input[type="radio"] {
    float: right !important;
    margin-left: 5px !important;
    margin-top: 5px !important;
}

.bootstrap-select .dropdown-menu li.selected a {
    background-color: #00b0e4 !important;
    color: #555 !important;
}

.additional-comment {
    font-size: 0.6em;
}
