
/********************/
/*  TEXT SECTION  */
/********************/

.page-container
{
    background-color: #fff;
}


.page-container
{
    /*background: #fff url(img/bg_main.jpg) repeat-y;*/
}

.main
{
    padding-top:0px;      
}


.header-breadcrumbs
{
    height:20px; 
    /*background: transparent url(img/bg_main.jpg) repeat-y;*/   
}

.header-bottom
{
     /*background: #fff url(img/bg_head_bottom.jpg);*/        
}


.nav-container {
    margin-left: 30px;
    margin-right: 30px;
    background-color: #E4E4E4;
    height: 40px;
}

.nav2 {
    height: 40px;
    margin-top: 5px;
    width: 1170px;
    font-size: 1rem;
}

.footer {   
    padding-top: 10px;
    /*background: #ccc8c3 url(img/bg_footer.jpg);*/
    background-repeat: no-repeat;
}


.footer p
{
  padding-top: 15px; color:#666; font-weight:normal;
      
}


.form-wrapper {
    /*background: transparent url(img/form_fade.jpg) repeat-x;*/
    background-color: #E4E4E4;
}

Input.Button {
    /*font-size: .9em;*/
    background: #007bb6;
    color: #ffffff;
    border: 1px solid #007bb6;
    border-radius: 4px;
    padding: 3px 8px;
}

Input.Button:hover {
    cursor: pointer;
}
    Input.Button-disabled {
    opacity: 0.7;
}

Input.Button-disabled:hover {
    cursor: initial;
}

.inst-container
{
    /*padding:20px; */
    height:95%; width:100%; padding-left:20px; padding-right:20px;
}


.pagebarUTH .Button {
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 0.9em;
    background-color: White;
    border: solid 1px #696969;
    color: #696969;
}

.pagebarUTH .active {
    background-color: #007bb6;
    color: White;
}

.lagalInfoText{

    margin-bottom: 30px;
}

.infoTextStart {
    background-color: #A4D3EE;
    background-clip: border-box;
    margin-bottom: 15px;
    padding: 15px;
}

.hint_import{
    padding: 1em 0em;

}

.tag_display {
    padding: 2px 7px;
    border-radius: 10px 10px 10px 10px;
    margin: 2px;
    font-size: 0.9em;
}

.tag_hidden, .blockedtexts_hidden {
    display: none;
}

.d-flex-tag {
    display: flex;
}

.d-flex-tag-col{
    flex-direction: column;
    align-items: flex-start;
}

.tag_link {
    font-size: 0.8em;
    text-decoration: underline;
    margin-left: 7px;
}

.tag-bulk-add{
    width: 400px;
}

.tag-action-desc{
    margin-bottom: 20px;
}

.d-flex-tag-wrapper {
    display: flex;
    flex-direction: row;
    align-self: center;
    justify-content: start;
}

.d-flex-tag-wrapper > div{
    align-self: center;
}