

.col_1
{
    float: left;
}

.col_2
{
    float: right;
}

.col_2
{
    float: right;
}

.zzz
{
    float: left;
    padding-top: 1em;
}

.col_1 > p
{
    padding-left: 2em;
}

.col_2 > p
{
    padding-right: 2em;
}

.form-group
{
    padding-left: 2em;
    padding-right: 2em;
}

.btn_center
{
    float: left;
    margin-top: 1.8em;
    margin-right: 5px;
}

.text_ar_right
{
    margin-left: 50%;
}

.text_ar_left
{
    float: left;
    min-width: 30%;
}

.inline_block
{
    display: inline-block;
}

.ticket_comment_date_time
{
    font-size: 60%;
    float: none;
}

.ticket_comment_owner
{
    float: right;
    font-size: 70%;
}

.btn_center_2
{
    margin-top: 7px;
    margin-right: 5px;
}

.btn_add
{
    float: right;
    margin-top: 5px;
    margin-bottom: 5px;
}

.btn_raschet
{
    float: right;
    clear: left;
    margin-right: 9%;
    margin-bottom: 10%;
}

.lab_raschet
{
    margin-left: 10%;
    margin-top: 1%;
}

#load_img
{
    position:absolute; 
    z-index:1000; 
    background-color: #fff;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #dddddd;    
}

#load_block
{
    background: rgba(255, 255, 255, 0.3) repeat scroll 0 0;
    height: 100%;
    left: 0;
    padding-top: 20%;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1000;
    display:none;
}

.content_reg
{
    margin: 0 auto;
    width: 30%;
}

.content_reg .container
{
    width: 100%;
}

@media (min-width: 992px)
{
    .content_reg {
        width: 30%;
    }
}

@media (min-width: 768px)
{
    .container {
        width: 50%;
    }
}

h1
{
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; 
    color: rgb(51, 51, 51);
}

.title_panel
{
    float: left;
    max-width: 800px;
    min-width: 150px;
}

.user_panel
{
    float: right;
    max-width: 200px;
    min-width: 100px;
    margin: 10px;
    padding: 10px;
}

.page-header
{
    overflow: auto;
}

.title_head_panel
{
    font-size: 22px;
}


.chosen-container-single .chosen-single
{
    border-radius: 4px !important;
    height: 34px !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #555 !important;
}

.chosen-container-single .chosen-single div 
{
    padding: 5px 1px !important;
}

.chosen-container-single .chosen-drop {
    border-radius: 0 0 4px 4px !important;
}

.chosen-container-single .chosen-single abbr 
{
    top: 10px !important;
}

#balance-export
{
    display: grid;
}

.left-col {
    width: 60%;
}