﻿.btl-frm, .btl-frm .frm-row, .btl-frm .frm-label, .btl-frm .frm-value {
    float: right;
}

.btl-frm {
    width: 100%;
    background: #efefef;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
}

.btl-frm .frm-row {
    width: 100%;
    margin: 3px 0;
}

.btl-frm .frm-label {
    width: 27%;
}

.btl-frm .frm-value, .btl-frm .Validators {
    width: 73%;
}

.btl-frm .Validators {
    margin-right: 27%;
}

.confirmExplTxt {
    display: block;
}

.confirmRow {
    line-height: 1.5em;
}

h2.section-heading, h2#memaleDetails {
    float: revert;
    font-weight: bold;
    padding: 1em 0 .5em;
    clear: both;
}

div.form-msg {
    padding: 1em;
    float: right;
    background: #f6fbff;
    margin: 1em 0 1em;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #c2cdd4;
    border-radius: .3em;
    box-shadow: 0 0 0.4em #a0c0d6;
}

.btl-frm.formOrder .frm-value, .btl-frm.formOrder .Validators {
    width: 40%;
}

.btnsend {
    text-align: center;
}

.btl-help {
    border-radius: 5px;
    border: 1px solid #aaa;
    background: #fff19d;
    color: #222;
    box-shadow: 1px 1px 5px #808080
}

.btl-help .tooltipster-content {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 10px;
}

.tooltipstered:visited, .tooltipstered {
    font-weight: bold;
    color: white!important;
    background: rgb(117, 162, 192);
    font-size: 0.75em;
    text-align: center;
    width: 16px;
    height: 16px;
    line-height: 26px;
    border-radius: 50%;
    padding: 0 4px;
}

.tooltipstered:active, .tooltipstered:hover {
    color: white!important;
    text-decoration: none!important;
    background-color: rgb(63, 109, 139);
}

.fileUploadContainer {
    /*display:none!important;*/
}

.fileUploadContainer .selectFile {
    background: #327ab1;
    color: white;
    padding: .2em;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    border-radius: .2em;
    margin: .2em;
    cursor: pointer;
    width: 7em!important;
}

.fileUploadContainer .selectFile:hover {
    background: #154D77
}

.fileUploadContainer .fileDesc {
    background: white;
    padding: .2em .5em;
    display: inline-block;
    margin: .2em;
    border-radius: .2em;
    border: 1px solid #ccc;
    width: calc(100% - 8.9em);
    height: 1.5em;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    direction: ltr;
}

.fileUploadContainer .deleteFile {
    border-radius: 50%;
    width: 0.9em !important;
    height: 0.9em;
    text-align: center;
    font-size: 1.5em;
    margin: 0.2em 0 0 0;
    cursor: pointer;
    float: left;
    color: white;
    font-weight: bold;
    padding: 0;
    line-height: 0.9em;
    max-width: 0.9em !important;
    min-width: 0.9em !important;
}

.fileUploadContainer .deleteFile:hover {
    background: white
}

.fileUploadContainer input[style="display: none;"] + .fileDesc {
    margin-right: 6.4em;
}

.processingContainer {
    position: fixed;
    text-align: center;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999999;
    background-color: #cccccc;
    opacity: 0.7;
}

.processingMsg {
    border-width: 0px;
    position: fixed;
    padding: 50px;
    background-color: #FFFFFF;
    font-size: 36px;
    left: 40%;
    top: 40%;
}

@media (max-width: 768px) {
    .btl-frm .frm-label span.additionalDesc {
        word-break: break-all;
        padding-left: .5em
    }
}

@media (max-width: 425px) {
    .frm-row .fileDesc.fileDesc {
        width: 322px;
        margin-right: 0!important;
    }

    .fileUploadContainer span.additionalDesc {
        word-break: unset;
        padding-left: unset
    }
}

@media (max-width: 375px) {
    .fileUploadContainer .fileDesc.fileDesc {
        width: 272px;
        margin-right: 0!important;
    }
}

@media (max-width: 320px) {
    .fileUploadContainer .fileDesc.fileDesc {
        width: 222px;
        margin-right: 0!important;
    }
}

@media screen and (max-width: 767px), (max-device-width: 400px) {
    .btl-frm .frm-label, .btl-frm .frm-value, .btl-frm .Validators {
        width: 100%!important;
    }

    .tooltip.hidden {
        display: block
    }

    .tooltip {
        position: relative;
        z-index: 1000;
        background: rgb(228, 228, 228);
        padding: 10px;
        border-radius: 3PX;
        border: 0;
        margin: 9px -48% 17px 0px;
        font-size: 0.9em;
        box-shadow: 1px 1px 2px #bbb;
        width: 148%;
        text-align: right;
        display: block;
    }

    .btl-frm .tooltip-arrow-border, .btl-frm .tooltip-arrow {
        float: right;
        position: absolute;
        top: -1em;
        right: 5%;
        border-top: 8px solid transparent!important;
        border-right: 8px solid transparent!important;
        border-left: 8px solid transparent!important;
        width: 0px;
        height: 0px;
        border-bottom: 8px solid !important;
    }

    .btl-frm .tooltip-arrow {
        border-bottom-color: rgb(228, 228, 228)!important;
        position: absolute;
        z-index: 14;
        margin: 0 2px 0 0;
    }

    .btl-frm .tooltip-arrow-border {
        margin-right: 1px;
        border-bottom-color: #B9B8B8!important;
    }
}

.phone .kidomet {
    width: 7.5em!important;
    float: left
}

.phone .onlyphone {
    width: calc(100% - 8em)!important;
    float: right
}

@media screen and (max-width: 425px) {
    .btl-frm .frm-value, .btl-frm .frm-label {
        width:100%
    }

    .btl-frm .frm-label {
        margin-bottom: .5em
    }
}

.PasharDiv {
    clear: both;
    float: right;
    width: 100%;
}

.PasharDiv h3 {
    font-size: 1.2em;
    font-weight: bold;
    color: #0362a4;
    margin: 0.5em 0;
}

.PasharDiv .seker_row {
    margin: 0 0 1em
}

.PasharDiv .seker_row label {
    display: block;
    margin: 0 0 .5em
}
