body{
    margin: 0px;
    padding: 0px;
	background-image: url(../../Images/bg.png);
    background-repeat: repeat;
}

/*------------------:button----------------*/
.button {
    text-decoration: none;
    font-family: Arial;
    font-size: 14px;
    line-height: 27px;
    padding: 0px 19px;
    color: #ebebeb;
    text-shadow: 1px 1px 1px #010101;
    display: inline-block;
}

/*------------------:error-------------------*/
    .error-message {
        position: absolute;
        font-family: Arial;
        font-size: 14px;
        color: #ffffff;
        background-color: #c75730;
        padding: 0px 14px;
        line-height:25px;
        margin-top: -50px;
        margin-left: 250px;

        margin-left: 0!important;
        margin-top: 5px!important;
        width: auto;
        display: inline-block;
        position: relative;
    }

    .error-message-decor {
        width: 15px;
        height: 15px;
        background-color: #c75730;
        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        margin-top: 11px !important;
        margin-left: -21px !important;
        position: absolute;
        margin-top: -4px!important;
        margin-left: 0px!important;
    }

    .error-message-box{
        color: #e26645;
        text-align: center;
        font-family: Arial;
        font-size: 18px;
    }

    .error-message-text {
        position: relative;
        z-index: 10;
        width: auto;
        display: inline-block;
    }
/*------------------:message-------------------*/
.confirmation-header-style {
    color: darkgray;
    font-size: 30px;
    text-align: center;
    border-bottom: 1px solid #E7E7E7;
    padding-top: 25px;
    padding-bottom: 25px;
}
.confirmation-overlay {
    position: absolute;
    z-index: 10000;
    width: 100%;
    background-color: rgba(160,160,160,0.5);
    display: none;
}

.confirmation-container{
    box-shadow: 0px 0px 3px 1px #8A8A8B;
    background-color: #FFFFFF;
    opacity: 1;
    width:  520px;
    margin: 0px auto;
    z-index: 1000;    
}
.confirmation-message{
    height: 106px;
    width: 520px;
    vertical-align: middle;
    text-align: center;
    padding: 10px 30px;    
    font-family: Arial;
    font-size: 16px;
    color: #4f4f4f;
    line-height: 20px;
    display: table-cell;
    border-bottom: 1px solid #E7E7E7;
}
.confirmation-buttons{
    text-align:center;
}
.confirmation-buttons A{
    margin-top: 25px;
    border: 2px solid #DADADA;
    border-radius: 20px;
    padding: 0px 40px;
    line-height: 38px;
    display: inline-block;
    margin-bottom: 30px;
    margin-left: 18px;  
    font-family: Arial;
    font-size: 18px;
    color: #4f4f4f;
    text-decoration: none;
}

.confirmation-buttons A:first-child {
    margin-left: 0px;
}

.confirmation-buttons A:hover{
    border: 2px solid #41B3E5;
}
/*------------------:datagrid----------------*/
.data-grid {
    display: table;
    width: 100%;
    margin-top: 26px;
}

.data-grid-title-row {
    display: table-row;
}

.data-grid-title {
    display: table-cell;   
    background-color: #DDDDDD; 
    padding-top: 1px;
    padding-bottom: 1px;
    border-bottom: 7px solid #FFFFFF;
}

.data-grid-title-control {
    line-height: 31px;
    height: 31px;
    text-align:center;
    font-family: Arial;
    font-size: 12px;
    color: #181818;
    font-weight: bold;  
    background-color: #F0F1F1;
    padding: 0px 12px;
    min-width: 55px;
    border-right: 1px solid #E1E1E1;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

.data-grid-title:last-child .data-grid-title-control {    
    border-right: 1px solid #FFFFFF;
}

.data-grid-title:last-child {
    padding-right: 1px;
}

.data-grid-title:first-child {
    padding-left: 1px;
}
A.data-grid-data-row{
    text-decoration: none;
}
.data-grid-data-row {
    display: table-row;
}

.data-grid-data {
    display: table-cell;
    line-height: 42px;
    height: 31px;
    text-align:center;
    font-family: Arial;
    color: #515150;
    font-size: 12px;
    border-right: 1px dashed #ACACAD;
    vertical-align: top;
}

.data-grid-data:last-child {
    border-right: none;
}

.data-grid-data-row {
    background-color: #F7F7F8;
}

.data-grid-data-row:nth-child(2n+1) {
    background-color: #FFFFFF;
}

input[type="checkbox"],
input[type="checkbox"]:checked {
    display: none;
}

.login-checkbox input[type="checkbox"] {
    display: initial;
}

input[type="checkbox"] + .error-message + label,
input[type="checkbox"] + .error-message + label + label,
input[type="checkbox"]:checked + .error-message + label,
input[type="checkbox"] + label,
input[type="checkbox"] + label + label,
input[type="checkbox"]:checked + label {
    background-image: url(../../Images/checkbox_common.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    padding-left: 30px;
    line-height: 25px;
    height: 25px;
    /*margin-bottom: 20px;*/
    display: inline-block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.caption.checkbox-caption {
    height: unset;
}
input[type="checkbox"]:checked + .error-message + label,
input[type="checkbox"]:checked + label {
    background-position: 0px -27px;
}

input[type="checkbox"] + .error-message + label + label,
input[type="checkbox"] + label + label {
    background: transparent;
    padding-left: 0;
}

.checkbox-row {
    margin-right: 10px;
    display: inline-block;
}
.spn-items .checkbox-row{
    width: 20px !important;
    height: 5px!important;
}
/*.snr_newitem {
    background-image: url(../../Images/addItem.png);
    display: inline-block;
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    background-position: -25px top;
}*/
.snr_newitem {
    background-image: url(../../Images/SpecialNeeds/addItem.png);
    text-transform: uppercase;
    padding: 13px;
    background-position: -19px;
    margin-left: 2px;
    border: 2px solid #20bf6b !important;
    border-radius: 6px;
    display: inline-block;
    transition: all 0.3s ease 0s;
}
.snr_newitem:hover {
    background-image: url(../../Images/SpecialNeeds/addNewItem.png);
    border-radius: 50px;
    transition: all 0.3s ease 0s;
}
.snr_deleteitem {
    background-image: url(../../Images/SpecialNeeds/deleteItem.png);
    text-transform: uppercase;
    padding: 16px;
    background-position: -16px;
    margin-left: 2px;
    border: 2px solid #E74C3C !important;
    border-radius: 6px;
    display: block;
    width: 0px !important;
    transition: all 0.3s ease 0s;
}
    .snr_deleteitem:hover {
        background-image: url(../../Images/SpecialNeeds/deleteNewItem.png);
        border-radius: 11px;
        transition: all 0.3s ease 0s;
    }
#needs-item-form .snr_additem {
    margin-left: 812px;
    margin-top: -43px;
    margin-bottom: 23px;
    position: relative;
}
#needs-item-form .snr_deleteitem {
    margin-left: 853px;
    margin-top: -59px;
    position: relative;
}
#needs-item-form {
    height: 64px;
}
    #needs-item-form .edit-section-row{
    background-color: white !important;
    }
.snr_additem {
    background-image: url(../../Images/SpecialNeeds/saveItem.png);
    text-transform: uppercase;
    padding: 16px;
    background-position: -17px;
    margin-left: 2px;
    border: 2px solid #56B3E5 !important;
    border-radius: 6px;
    display: block;
    width: 0px !important;
    transition: all 0.3s ease 0s;
}
    .snr_additem:hover {
        background-image: url(../../Images/SpecialNeeds/saveNewItem.png);
        border-radius: 11px;
        transition: all 0.3s ease 0s;
    }

.fara_acte .checkbox-row {
    margin-right: -30px !important;
    display: inline-block;
    margin-top: 3px;
    display: inline-flex !important;
    position: static !important;
}

.domiciliu .checkbox-row {
    margin-right: -50px!important;
    display: inline-block;
}

#fancybox-loading {
    display: none;
}
/*
#lang-btn {
    display: none;
}*/
.select-type-sort {
    margin-left: 767px !important;
    line-height: 30px;
    height: 27px;
    margin-top: -35px;
    float: left;
    background-color: #fefefe;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    font-family: Arial;
    color: #000000;
    font-family: Arial;
    width: 100px;
    font-size: 14px;
    color: #4e4e4e;
    padding: 0px 0px 0px 7px;
    display: inline-block;
    width: 113px;
    outline: none;
}
.input-row a {
    vertical-align: middle;
    float: none;
}

.textarea-diagnostic {
    resize: vertical;
}

.diagnostic-link:hover {
    opacity: 0.8;
}

.work-ability-body .edit-section-row:first-child .input-caption {
    padding-right: 10px;
}

.report-filter-section-header .edit-section-print {
    margin-top: 3px;
}

.content-pacient .edit-section-print {
    margin-top: 4px;
}

.full-screen-multiline-sample-popup{
    width: 406px !important;
}

.password-container {
    margin: 0px auto;
    width: 540px;
    height: 453px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 37px;
}

.password-form {
    width: 204px;
    height: 152px;
    background-repeat: no-repeat;
    background-position: center center;
    padding-left: 29px;
    padding-right: 29px;
    padding-bottom: 18px;
    margin-right: 10px;
    float: left;
}

    .password-form .caption {
        color: black;
    }

.login-logo {
    display: block;
    margin: 0px auto;
    width: 192px;
    height: 33px;
    background-image: url("../../Images/simplified/logo.png");
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 42px;
}

.login-logo-Dhalion {
    background-image: url("../../Images/Dhalion/dhalion_logo.png") !important;
    height: 61px !important;
    margin-top: 24px;
}

/*-----------------:DMU Tablet version------------------*/
@media only screen and (min-width: 800px) and (max-width:1300px) {

    .login-logo-Dhalion {
        height: 178px !important;
        margin-top: 48px !important;
        background-size: 373px !important;
    }

    .login-logo {
        width: 381px !important;
    }
}
    @media only screen and (max-width: 800px) {

        .login-logo-Dhalion {
            height: 5em !important;
            margin-top: 24% !important;
            background-size: 373px !important;
            width: 100%;
        }

        .login-logo {
            margin-top: 28%;
        }
    }


#section {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.pop_up_block_container {
    width: 100%;
    height: 100%;
    z-index: 1000;
    position: absolute;
    opacity: 0.2;
    background-color: gray;
}

.info_container {
    z-index: 1001;
    width: 40%;
    height: 40%;
    position: fixed;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    background-color: white;
    border: 1px solid black;
    text-align: center;
    font-size: 1.5vw;
}
.section_text {
    height: 60%;
    padding-top: 10%;
}
.section_block {
    width: 100%;
    height: 100%;
}
.section_text p {
    margin-top: 2vh;
}
