.company_block{
   margin: 70px 0 20px 40px;
}

.company_block.form{
    margin-left:85px;
}

.company_block h3{
    margin: 10px 0;
    color: #344f77;
}

.company_block h4{
    float: left;
    margin: 20px 0 0;
    width: 100%;
}


.content{
    /*padding-top:50px;*/
    width: 1200px;
}

h1{
    color:#344f77;
}

h3{
    margin: 20px 0 10px 0;
}

h4{
    margin: 10px 0 10px 0;
}

#text_container{
    margin: 20px 0 40px;
    height:660px;
    text-align:justify;
}

#text_container p{
    margin: 20px 0 20px 0;
}

#tab_content{
    float:left;
    width:100%;
    color:#333333;
}

#tab_content .subcaption{
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0;
    text-transform: uppercase;
    color: #3a61ad;
}

#tab_content table{
    line-height: 20px;
    font-size: 16px;
    border-collapse: collapse;
}



#tab_content table td{
     text-align: left;
     padding: 5px 10px;
     background-color: #fff;
     border: solid 1px #ddd;
}

#tab_content table tr{
    background-color:#fff !important;
}

#tab_content table tr.rows_divider{
    background-color: #f7f7f7 !important;
}

#tab_content table tr.rows_divider td{
    background-color: #f7f7f7;
    border:none;
    padding:2px;
}

#tab_content table td.table_item_center{
     text-align: center;
     padding: 5px 10px;
     background-color: #fff;
     border: solid 1px #ddd;
}

#tab_content table td.bolder{
    font-weight:bold;
    color:#333333 !important;
}

#tab_content table td.table_item_right{
     text-align: right;
     padding: 5px 10px;
     background-color: #fff;
     border: solid 1px #ddd;
}

#tab_content table td.table_caption{
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #f9fafc;
    border: solid 1px #ddd;
    font-weight:bold;
}

#tab_content table td.table_subcaption{
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #ffffff;
    border: solid 1px #ddd;
    font-weight:bold;
    color: #344f77 !important;
}


#tab_content table td.table_caption_left{
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #f9fafc;
    border: solid 1px #ddd;
    font-weight:bold;
}

#tab_content table.no_border{
     text-align: left;
     padding: 5px 5px 5px 20px;
     background-color: #fff;
     border: 0px;
}

#tab_content table.no_border td{
     text-align: left;
     padding: 5px 5px 5px 20px;
     background-color: #fff;
     border: 0px;
}

#tab_content .data_comment{
    color: #666666;
    font-size: 13px;
    font-style: italic;
    font-weight:normal !important;
}

#tab_content .data_comment a{
  cursor:pointer;
}

#tab_content .trclosed {
    display: none;
}

#tab_content tr .table_shadow{
    display:none;
}


#tab_content td.doc_extra_info{
    border-left:none;
    color: #999;
    font-style: italic;
    text-align: right;
}

    #tab_content .ok {
        font-size: 20px;
        color: green;
    }

    #tab_content .cancel {
        font-size: 20px;
        color: red;
    }

    #text_container ol{
        padding-left: 20px;
    }
    #text_container ul{
        padding-left: 20px;
    }
#text_container  .res_item {
    background-color: #fff;
    border: 0;
    float: left;
    margin: 3px 0;
    padding: 10px 20px;
    width: 100%;
    color: #333;
}

#text_container .check_block{
    float: left;
    height: 100%;
    width: 50px;
    cursor: pointer;
}

#text_container .info_block{
     float: left;
    width: 80%;
    margin-top: 5px;

}

.d_icon {
    font-size: 24px;
}

.icon-file-pdf.pdf {
    color: #a50101;
}

.icon-file-archive.archive {
    color: #333;
}