﻿.header-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 50px;
}

    .header-box h1 {
        font-family: YekanBakh-Medium;
        font-size: 30px;
        line-height: 46px;
    }

.content-box {
    text-align: center;
    margin-bottom: 30px;
}

.pnl-profile textarea {
    height: 100px;
}

.nav-tabs a {
    color: #ce50ff;
}

.tab-pane {
    padding-top: 15px;
    /*min-height:400px;*/
}

.birth-date-box {
    text-align: center;
    padding: 0px 0px;
    border: none;
    box-shadow: none;
}



    .birth-date-box .form-control:nth-child(2) {
        margin: 0 5%;
    }

.image-upload-container {
    padding: 10px;
    height: 200px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 5px;
    overflow: hidden;
}

.uploader-box {
    float: right;
}

.image-box {
    float: left;
    border: 1px solid #eee;
    background-color: #f5f5f5;
    height: 180px;
    width: 180px;
    text-align: center;
}

    .image-box img {
        height: 140px;
        width: auto;
        margin: 5px auto 10px auto;
        display: block;
        cursor: pointer;
    }

.nav-tabs a {
    outline: none !important;
}

*[disabled], *[readonly] {
    background-color: #fafafa !important;
    cursor: not-allowed;
}

.box_header {
    margin-bottom: 20px;
}

    .box_header.contact {
        margin-top: 30px;
    }

    .box_header h4 {
        font-family: YekanBakh-Medium;
        font-size: 20px;
        line-height: 31px;
        color: #327078;
        display: inline-block;
    }

.btn-save, .btn-save:hover, .btn-save:focus, .btn-save:active, .btn-save:visited {
    padding: 10px 0;
    width: 344px;
    height: 52px;
    margin-bottom: 80px;
    font-size: 20px;
    font-family: YekanBakh-Medium;
}

.btn-verification,
.btn-verification:hover,
.btn-verification:focus,
.btn-verification:active,
.btn-verification:visited {
    color: #0094ff;
    border: none;
    background-color: transparent;
    border-bottom: 1px dashed #0094ff;
    text-decoration: none;
    outline: none;
    font-size: 11px;
    display: inline-block;
    vertical-align: top;
}

.precision {
    cursor: pointer;
    height: 40px;
    width: 40px;
    z-index: 1;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    box-shadow: 0 0 10px #bbb;
    border: none;
    background: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 135 135' version='1'%3E%3Cpath d='M131 63h-13c-2-24-21-44-46-46V4a4 4 0 0 0-9 0v13c-24 2-44 22-46 46H4a4 4 0 0 0 0 9h13c2 25 22 44 46 46v13a4 4 0 0 0 9 0v-13c25-2 44-21 46-46h13a4 4 0 1 0 0-9zm-63 47a42 42 0 1 1 0-85 42 42 0 0 1 0 85zm27-42a28 28 0 0 1-28 28 28 28 0 0 1-28-28 28 28 0 0 1 28-28 28 28 0 0 1 28 28z' fill='%23666'/%3E%3C/svg%3E");
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
    outline: none;
    float: right;
    margin-top: -60px;
    margin-right: 10px;
    position: relative;
}


.form-input {
    position: relative;
    margin-bottom: 50px;
}

    .form-input input[type=text], .form-input input[type=tel], .form-input select, .form-input select:focus, .form-input textarea, .form-input textarea:focus {
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #c8c8c8;
        display: block;
        width: 100%;
        color: #333;
        height: 31px;
        border-radius: 0;
        font-size: 16px;
        padding: 0 12px;
        resize: none;
    }

    .form-input .btn-dropdown, .form-input .btn-dropdown:focus {
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #c8c8c8;
        display: block;
        width: 100%;
        color: #333;
        height: 31px;
        border-radius: 0;
        font-size: 16px;
        padding: 0 12px;
        text-align: right;
        position: relative;
    }

        .form-input .btn-dropdown i {
            position: absolute;
            left: 0;
            color: #999;
            font-size: 22px;
            top: 0;
        }

        .form-input .btn-dropdown span {
            height: 24px;
            display: block;
        }
/*.form-input select {
		background-color: #f5f5f5;
	}*/
.drpitem {
    background-color: #f5f5f5;
}

option:hover {
    color: red;
    background: yellow;
}

.form-input .wrong {
    border-bottom: 1px solid #ff4a4a !important;
}

.txt-mobile.wrong {
    color: #ff4a4a !important;
}

.form-input label {
    position: relative;
}

    .form-input label.star:before {
        position: absolute;
        content: "*";
        color: #ff4a4a;
        font-size: 20px;
        right: -10px;
        top: 5px;
    }

.lbl-map {
    color: #808080;
}

.form-input input + label {
    position: absolute;
    right: 10px;
    top: 0;
    transition: transform 200ms ease;
    /* You have to use this to make it clickable through*/
    pointer-events: none;
    color: #808080;
    line-height: 25px;
    font-size: 16px;
}


    .form-input input:focus + label,
    .form-input input + label.freeze {
        transform: translateY(-20px);
    }


.form-input textarea + label {
    position: absolute;
    right: 10px;
    top: 0;
    transition: transform 200ms ease;
    /* You have to use this to make it clickable through*/
    pointer-events: none;
    color: #808080;
    line-height: 25px;
    font-size: 16px;
}


    .form-input textarea:focus + label,
    .form-input textarea + label.freeze {
        transform: translateY(-20px);
    }


.form-input select + label {
    position: absolute;
    right: 10px;
    top: 0;
    transition: transform 200ms ease;
    /* You have to use this to make it clickable through*/
    pointer-events: none;
    color: #808080;
    line-height: 25px;
    font-size: 16px;
}


    .form-input select:focus + label,
    .form-input select + label.freeze {
        transform: translateY(-20px);
    }


.form-input button + label {
    position: absolute;
    right: 10px;
    top: 0;
    transition: transform 200ms ease;
    /* You have to use this to make it clickable through*/
    pointer-events: none;
    color: #808080;
    line-height: 25px;
    font-size: 16px;
}


    .form-input button:focus + label,
    .form-input button + label.freeze {
        transform: translateY(-20px);
    }

.error-box {
    margin: 32px auto 38px auto;
    font-family: YekanBakh-Medium;
    height: 28px;
}

    .error-box span {
        font-size: 18px;
        color: #ff4a4a;
        position: relative;
        width: 344px;
        display: inline-block;
        text-align: left;
        height: 28px;
        line-height: 28px;
    }

        .error-box span:not(:empty):before {
            content: "";
            width: 21.87px;
            height: 20px;
            display: block;
            position: absolute;
            right: 0px;
            top: 1px;
            background: url(../Images/login-attention.png) no-repeat;
            z-index: 99;
        }
.mapbox {
    margin: auto;
    width: 100%;
    height: 300px;
    background: #efefef;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    margin-bottom: 80px;
}
@media only screen and (max-width : 480px) {

    .header-box {
        margin-top: 5px;
        margin-bottom:14px;
    }

        .header-box h1 {
            font-size: 20px;
            line-height: 31px;
            text-align: center;
            flex: 1;
        }

    .box_header {
        margin-bottom: 10px;
    }

        .box_header.contact {
            margin-top: 0;
        }

        .box_header h4 {
            font-size: 16px;
            line-height: 25px;
            padding-right: 35px;
        }

    .form-input {
        padding: 0 35px;
    }

    .form-input-mobile {
        margin-bottom: 32px;
    }

    .form-input input + label, .form-input textarea + label, .form-input select + label, .form-input button + label {
        line-height: 19px;
        font-size: 12px;
        right: 45px;
    }


    .form-input input[type=text], .form-input input[type=tel], .form-input select, .form-input select:focus, .form-input textarea, .form-input textarea:focus {
        font-size: 14px;
    }

    .form-input .btn-dropdown, .form-input .btn-dropdown:focus {
        font-size: 14px;
    }

    .form-input .dropdown-backdrop + label {
        position: absolute;
        top: 0;
        transition: transform 200ms ease;
        /* You have to use this to make it clickable through*/
        pointer-events: none;
        color: #808080;
        line-height: 25px;
        font-size: 16px;
        line-height: 19px;
        font-size: 12px;
        right: 45px;
    }


    .form-input .open .dropdown-backdrop + label.freeze {
        transform: translateY(-20px);
    }

    .form-input .open .dropdown-menu {
        width: calc(100% - 70px);
    }
    .mapbox {
        height: 200px;
        width: calc(100% - 70px);
        margin-bottom:50px;
    }

    .lbl-map {
        font-family: YekanBakh-Medium;
        font-size: 14px;
        line-height: 22px;
        padding-right: 45px;
    }

    .btn-save, .btn-save:hover, .btn-save:focus, .btn-save:active, .btn-save:visited {
        width: calc(100% - 70px);
        height: 40px;
        margin-bottom: 60px;
        font-size: 14px;
        margin-top:25px;
    }
    .btn-message-modal {
        line-height: 40px;
        font-size: 14px;
        width: 120px;
        margin: 35px auto 8px auto;
    }
    .modal-msg-text {
        font-family: YekanBakh-Medium;
        font-size: 14px;
        line-height: 22px;
        margin-top: 13px;
        padding: 0 15px;
        text-align:center;
    }
    .validation-purple {
        font-size: 14px;
        line-height: 22px;
    }
    .dropdownlist-hilo > li > a, .dropdownlist-hilo > li > span {
        font-size: 14px;
        line-height: 36px;
    }

    #WarningModal .modal-dialog {
        width: 95%;
        position: absolute;
        margin: 0;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        margin-top: -50px;
    }
}
