#medicamentsTable {
    width: 100%; /* Ширина таблицы */
    background: white; /* Цвет фона таблицы */
    color: black; /* Цвет текста */
    font-family: Arial;
}

#addLine {
    margin-left: 2px !important;
    width: 210px !important;
}

#medicamentsTable td, th {
    background: white; /* Цвет фона ячеек */
    padding: 1px; /* Поля вокруг текста */
}

.m_a .input-row {
    width: 71px !important;
}

#MedicamentsColumn div {
    width: 207px;
    display: inline-block;
    font-size: 12px;
    font-family: Arial;
}

#medicamentsTable .autocomplete-input {
    width: 242px !important;
}
/**************************************************/

.input-row .input-row-date-time {
    width: 206px;
    margin-left: -10px !important;
}
/*--------------------------------------------:Controls--------------------------------------------------*/
.caption {
    font-family: Arial;
    font-size: 13px;
    color: #a3a3a3;
    line-height: 18px;
    padding-left: 8px;
    margin-bottom: 0px;
    text-align: left;
}

.loading {
    width: 220px;
    height: 19px;
    background-image: url("../../Images/simplified/ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0px 350px;
    margin-top: 8px;
    display: none;
    position: absolute;
    z-index: 100000;
}

.result-box {
    font-family: Arial;
    font-size: 18px;
    color: #56b3e5;
    line-height: 40px;
    border-top: 1px solid #56b3e5;
    border-bottom: 1px solid #56b3e5;
    border-left: 2px solid #a5d9ef;
    border-right: 2px solid #a5d9ef;
    border-radius: 3px;
    display: inline-block;
    background-color: #ecfaf7;
    padding: 0px 20px;
    margin-top: 20px
}

.result-box-container {
    text-align: center;
    display: none;
    width: 951px;
    margin-left: -20px;
    position: absolute;
    z-index: 1;
}

.result-error {
    border-top: 1px solid #c75730;
    border-bottom: 1px solid #c75730;
    border-left: 2px solid #c75730;
    border-right: 2px solid #c75730;
    color: #c75730;
    background-color: #fef0f0;
}

#printArea {
    display: none;
}

.requred-indicator {
    font-family: Arial;
    font-size: 25px;
    color: #d86f4f;
    line-height: 18px;
    margin-left: -8px;
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: -5px;
}

.ajax-loading-overlay {
    position: absolute;
    width: 100%;
    background-color: #6F7275;
    margin: -20px;
    opacity: 0.5;
    background-image: url("../../Images/ajax-loader.gif");
    background-position: center center;
    background-repeat: no-repeat;
    display: none;
    z-index: 9999;
}
/*--------------------------------------------:Button--------------------------------------------------*/
.button {
    background-color: #34A3BC;
    border-radius: 15px;
    min-width: 77px;
    border: 1px solid #09829C;
    border-top: 1px solid #5AD4EF;
    border-left: 1px solid #3EA6BD;
    border-right: 1px solid #3EA6BD;
    line-height: 28px;
    padding-bottom: 1px;
    box-shadow: inset 0px 29px 29px -29px #5AD4EF;
    text-shadow: 0px 0px 0px #FFFFFF;
    color: #FFFFFF;
}

    .button:hover {
        background-color: #3097ae;
        border-bottom: 1px solid #09829c;
    }

.button-red {
    background-color: orangered;
    border: 1px solid red;
}

    .button-red:hover {
        background-color: orangered;
        border-bottom: 1px solid red;
    }

.button-green {
    background-color: forestgreen;
    border: 1px solid green;
}

    .button-green:hover {
        background-color: forestgreen;
        border-bottom: 1px solid green;
    }

.btn-logout {
    background-image: url("../../Images/buttons/logout.png");
    background-repeat: no-repeat;
    background-position: 10px 5px;
    padding-left: 32px;
}

.content-control {
    padding-bottom: 51px;
}

.page-controls {
    text-align: center;
    background-color: rgba(97, 188, 227, 0.3);
    position: absolute;
    width: 100%;
    margin-left: -20px;
    padding-top: 10px;
}

    .page-controls .button {
        margin-right: 20px;
        margin-bottom: 10px;
    }

        .page-controls .button:last-child {
            margin-right: 0px;
        }
/*-----------------------------------------------------------------------------------------------------*/
/*--------------------------------------------:select--------------------------------------------------*/
.select {
    line-height: 27px;
    height: 27px;
    background-color: #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 2px;
    font-family: Arial;
    color: #000000;
    font-size: 12px;
    font-family: Arial;
    font-size: 14px;
    color: #4e4e4e;
    padding: 0px 0px 0px 7px;
    display: block;
    margin: 0px;
    width: 207px;
    ;
    outline: none;
}

.select-small {
    width: 133px;
}

.select-auto {
    width: auto;
}
/*------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------:Textarea--------------------------------------------------*/
.textarea {
    line-height: 25px;
    background-color: #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 2px;
    font-family: Arial;
    color: #000000;
    font-size: 12px;
    width: 192px;
    font-family: Arial;
    font-size: 14px;
    color: #4e4e4e;
    padding: 0px 7px;
    display: block;
    margin: 0px;
    height: 80px/* !important*/;
}
/*------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------:DateTime--------------------------------------------------*/
.input-row-date-time .input {
    float: left;
    width: 82px !important;
    margin-right: 5px;
}

.input-row-date-time .calendar-input {
    float: left;
}

.input-row-date-time .input .res-time-input {
    float: left;
    width: 82px !important;
    margin-right: 6px;
}

.input-row-date-time .input-small {
    width: 15px !important;
}

.input-row-date-time .hour-input-caption {
    float: left;
    font-family: Arial;
    font-size: 13px;
    color: #a3a3a3;
    line-height: 27px;
    padding-left: 2px;
}

.calendar-input {
    background-image: url("../../Images/calendar_icon.png");
    background-repeat: no-repeat;
    background-position: right center;
}

.ui-datepicker {
    z-index: 10001 !important;
}
/*------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------:Checkbox--------------------------------------------------*/
.checkbox-caption {
    /*float:left;
    max-width: 166px;
    overflow: hidden;*/
    margin-left: 9px;
}

.cetatenie .checkbox-replacement {
    margin-left: 20px !important;
    float: left;
    display: block;
    position: absolute;
}

.domiciliu .checkbox-caption {
    margin-left: 0 !important;
    float: left;
}


.checkbox-replacement {
    margin-left: 0px;
    float: left;
    display: block;
    /*position: absolute;*/
}

#acte .checkbox-replacement {
    margin-left: 31px;
    margin-top: 29px;
}

#check_box_fisa .checkbox-replacement {
    margin-left: 0px;
    float: left;
    display: block;
    position: relative;
}

.checkbox-row .checkbox {
    float: left;
}

#homeless .checkbox-row {
    margin-top: 25px;
    height: 30px;
}
/*------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------:Input--------------------------------------------------*/


#pac_form .input {
    width: 117px;
    margin-right: 10px;
}

.input {
    margin: 0px;
    height: 25px;
    width: 192px;
    display: block;
}

.numarul .input {
    margin: 0px;
    height: 25px;
    width: 134px;
    display: block;
    margin-left: 10px
}

.numarul .caption {
    margin-left: 5px !important
}

.adresa .input {
    margin-right: 0px !important;
    height: 25px;
    width: 274px !important;
    display: block;
}

.edit-section-row-full-size-floatelements .input {
    width: 115px;
}

.edit-section-row-full-size-floatelements .detalii_prez .input {
    width: 408px;
}

.edit-section-row-full-size-floatelements #detalii_prezentare .input {
    width: 381px;
    display: inline-block !important;
    margin-right: 1px;
}

.edit-section-row-full-size-floatelements .job .input {
    width: 425px !important;
    margin-left: -5px !important;
}

.edit-section-row-full-size-floatelements .insured .input {
    width: 417px !important;
}

.edit-section-row-full-size-floatelements .idnp .input {
    width: 345px !important;
}

.data-grid-data-row .data-grid-data .autocomplete-input {
    min-width: 192px;
    width: 100%;
    line-height: 28px;
    height: 28px;
    box-sizing: border-box;
}

.error-message {
    padding: 0px 10px;
    margin-top: -26px;
    margin-left: 217px;
}

.error-message-decor {
    width: 10px;
    height: 10px;
    margin-top: -4px !important;
    margin-left: 0px !important;
}

.input-tiny {
    width: 140px;
}

.input-split {
    width: 300px;
}

.input-regnumber {
    width: 100px !important;
}

.input-popUpId {
    margin: 0px auto;
    width: 100px !important;
}

.input-email {
    width: 186px !important;
}
/*------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------:Label--------------------------------------------------*/
.label {
    font-family: Arial;
    font-size: 14px;
    color: #4e4e4e;
    line-height: 27px;
    padding-left: 8px;
    margin-bottom: 2px;
    white-space: nowrap;
    display: block;
    overflow: hidden;
}
/*------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------:MultySelect Dropdown-------------------------------------*/
.select2-container {
    box-sizing: border-box !important;
    /* display: block !important; */
    margin: 0 !important;
    vertical-align: middle !important;
}

.select2-container--default .select2-selection--multiple {
    background-color: white !important;
    display: block;
    min-height: 27px !important;
    line-height: 19px;
    background-color: #FFFFFF;
    border: 1px solid #DCDCDC !important;
    border-radius: 2px !important;
    font-family: Arial;
    color: #000000;
    font-size: 12px;
    font-family: Arial;
    font-size: 14px;
    color: #4e4e4e;
    padding: 0px 0px 0px 7px;
    display: block;
    margin: 0px;
    outline: none;
    margin-right: -15px;
}


.edit-section-row-full-size .select2-container--default .select2-selection--multiple {
    margin-right: 0px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0 0px !important;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 2px !important;
    margin-bottom: -3px;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    overflow: visible !important;
}
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
.consumable-input {
    width: 98% !important;
}

.consumable-select {
    width: 98% !important;
}

.payment-select {
    width: 150px !important;
}

.edit-section-table-content-consumable .input-row {
    float: none;
}
/*--------------------------------------------:PopUp Controls-------------------------------------------*/
/*.popup-content-body .input {        
        width: 280px;
    }
    
    .popup-content-body .select {        
        width: 296px;
    }

    .popup-content-body .input-row-date-time .input{
        width: 82px;
    }

     .popup-content-body .edit-section-row-full-size .input{        
        width: 595px;
    }*/
/*------------------------------------------------------------------------------------------------------*/
