﻿.hide{
    visibility:hidden;
    display:none;
}


.table-editable {
    position: relative;
    .glyphicon

{
    font-size: 20px;
}

}

.table-remove {
    color: #700;
    cursor: pointer;
}

.table-remove:hover {
    color: #f00;
}

.table-up, .table-down {
    color: #007;
    cursor: pointer;
    &:hover

{
    color: #00f;
}

}

.table-add {
    color: #070;
    cursor: pointer;
    position: absolute;
    top: 8px;
    left: 30px;
}

.table-add:hover {
    color: #0b0;
}


html, body, form {
    text-align: right;
    background-color: #f0f3f4;
    color: #58666e;
    font-family: 'Assistant','M PLUS 1p', sans-serif;
    font-weight: 400;
    direction: rtl;
    height: 100%;
}

.container {
    background-color: #e6ebed;
    padding-bottom: 10px;
}

label {
    float: right;
    text-align: right;
}

h4 {
    text-align: right;
}

h2, h5 {
    margin: 0;
}

.right {
    float: right;
    width: 80%;
    color: #58666e;
    font-weight: inherit;
    text-align: right;
}

.must {
    color: red;
}

.logo {
    height: 15vh;
}

.red, input#expire.red {
    border: 1px solid red !important;
}

@media only screen and (max-width: 1200px) {
    .form-control {
        min-width: 100%;
    }

    h1, h2, h3, h4, h5, table, body, input[type="text"], input[type="date"], input[type="number"], select, span {
        font-size: 18px !important;
    }

    input[type="text"], input[type="date"], input[type="number"], select {
        height: 3rem !important;
        padding: 0;
    }

    input[type=radio],
    input[type=checkbox] {
        width: 3rem !important;
        height: 3rem !important;
    }

    input[type="submit"], input[type="button"] {
        font-size: 1.3rem;
        font-weight: bold;
    }

    select {
        text-align-last: center;
    }

    #Continue {
        width: 150px;
        height: 75px;
        margin-bottom: 25px;
        font-size: 2.5rem;
    }
}

.form-control {
    text-align: center;
    text-align-last: center;
    /*border: 1px solid #7f787866 !important;*/
}
input[type="text"].form-control, input[type="date"].form-control, input[type="number"].form-control, select.form-control {
    border: 1px solid #7f787866 !important;
}
.control-ft {
    text-align: left;
    width: 100%;
    padding: 10px;
    border: 1px solid #7f787866 !important;
    border-radius: 5px;
    transition: border 0.25s ease-in-out;
}
.form__input-group {
    margin: 15px 0;
    width: 100%;
    position: relative;
    display: flex;
}
.form__input-label {
    position: absolute;
    right: 5px;
    transform: translateY(-50%);
    transition: all 0.25s ease-in-out;
    top: 50%;
    /*background-color: #f8f8f8;*/
    background-color: #ffffff;
    border-radius: 5px;
}
.form__input:focus ~ .form__input-label {
    top: 0;
    background-color: #f8f8f8;
    font-size: 14px;
    padding: 0 10px;
}
.already_focus_input {
    top: 0;
    font-size: 14px;
    padding: 0 10px;
    position: absolute;
    right: 5px;
    transform: translateY(-50%);
    transition: all 0.25s ease-in-out;
    background-color: #f8f8f8;
    border-radius: 5px;
}

label {
    font-weight: 300;
}

#titleParagraph {
    text-align: right;
    color: #58666e;
}

.input.form-control.col-sm-7 {
    height: 80%;
}

div.form-group.right {
    /*border-bottom: 1px dashed #ced4da;*/
    padding-bottom: 5px;
    margin-bottom: 5px;
}

div .container {
    height: 100%;
}

input:disabled, select:disabled {
    border: 1px solid #ced4da !important;
    background-color: #e9ecef61;
}

div .logoImg {
    height: 14vh;
}

.panel {
    border-bottom: 1px dashed #ced4da;
    padding-bottom: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    margin-top: 5px;
    text-align: right;
}

input#cb_Health_HaveSensitivity, input#cb_Health_DontHaveSensitivity {
    float: right;
}

.invisible {
    visibility: hidden;
    display: none;
}

.visible {
    visibility: visible;
    display: block;
}

input[type=radio],
input[type=checkbox] {
    float: right;
    width: 1.2rem;
    height: 1.2rem;
    margin-left: 5px;
}

h1, h2, h3, h4, h5 {
    font-weight: bold;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef61;
}