body
{
    padding-bottom: 40px;
    background-color: rgb(238, 238, 238);
}

.vertical-center
{
    height: 100%;
    align-items: center;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    margin-top:0;
    margin-bottom:0;
}

.flex-panel
{
    display: flex;
    flex-direction: column;
}

.flex-panel>.panel-body
{
    flex-grow: 1;
}

.form-control{
    position: relative;
    height: auto;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

pre
{
    padding: 0;
}

.fileinput-button input
{
    cursor:pointer;
    direction:ltr;
    filter:alpha(opacity=0);
    font-size:100px;
    opacity:0;
    position:absolute;
    right:0;
    top:0;
}

.vdx-result-icon
{
    font-size: 25px;
    margin-right: 15px;
    line-height: 1.4;
}

.vdx-result-title, .vdx-result-type
{
    margin-bottom:0;
}

.glyphicon-ok
{
    color: rgb(60, 118, 61);
}

.glyphicon-exclamation-sign
{
    color: rgb(177, 168, 69);
}

.glyphicon-remove{
    color: rgb(169, 68, 66);
}

#validation-menu-container{
    display: flex;
    flex-direction: row;
    margin-right: -15px;
}

.vdx-validation-menu{
    min-width: 33%;
    width: 50%;
    max-height: 600px;
    overflow: hidden;
    display:flex;
    flex-direction: column;
}

.vdx-validation-menu .well
{
    overflow: auto;
}

#dropzone-container{
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    margin-right: 15px;
    width:50%
}

#drag-drop-zone{
    width: 100%;
    flex-grow: 1;
    margin-bottom: 20px ;
    border: dashed #999 3px;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
}

#drag-drop-zone > div
{
    width: 100%;
    flex: 0 0 auto;
    align-self: center;
    font-size: 18px;
    color: #999;
}

#drag-drop-zone .browse-label
{
    font-size: 10pt;
    font-weight: normal;
}

#drag-drop-zone .fileinput-button
{

}

#report
{
    margin-bottom: -15px;
}

#report td.location
{
    overflow: hidden;
}

.vdx-step-table
{
    table-layout: fixed;
}

.vdx-step-table .header-flag
{
    width: 85px;
}

.vdx-step-table .header-location
{
    width: 40%;
}

.step-ellipsize td.location {
    overflow: hidden;
    white-space: nowrap;
}
.step-no-ellipsize td.location {
    word-break: break-all;
}

.step-toggle-ellipsis{
    background: #f1f1f1;
}

.show-unpublished-validations .unpublished-document-type{
    display: inherit;
}

.unpublished-document-type{
    display: none;
}

#news-container
{
    display: flex;
    flex-direction: column;
    background-color:#FBE8D3;
    padding-left: 8px;
}

#news-wrapper
{
    position: relative;
    flex: 1;
    margin-bottom: 15px;
}

#news-inner
{
    position:absolute;
    overflow: auto;

    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

}

.vdx-news-title{
    font-weight:800;
}

.vdx-handle{
    cursor: grab;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.margin-bottom-5{margin-bottom: 5px;}
.margin-bottom-10{margin-bottom: 10px;}
.margin-bottom-15{margin-bottom: 15px;}
.margin-bottom-20{margin-bottom: 20px;}

.margin-left-5{margin-left: 5px;}
.margin-left-10{margin-left: 10px;}
.margin-left-15{margin-left: 15px;}
.margin-left-20{margin-left: 20px;}

.margin-right-5{margin-right: 5px;}
.margin-right-10{margin-right: 10px;}
.margin-right-15{margin-right: 15px;}
.margin-right-20{margin-right: 20px;}

.margin-top-20{margin-top: 20px;}

.float-right{float:right;}
.float-left{float:left;}

.width-75{width:75%}
.width-25{width:25%}
.width-16{width:16%}
.latest-news{font-weight: 800; font-size: 18;}
.fnt-bold{font-weight:800}
.vdx-news-item-list a{text-decoration:none;color:#333;border-bottom:1px solid #333;}
.vdx-news-item-list a:hover{text-decoration:none;color:#333;border-bottom:1px solid #333;}
.txt-align-center {text-align: center;}
.padding-top-15{padding-top: 15px;}
.padding-bottom-15{padding-bottom: 15px;}

#new-list .panel-default>.panel-heading {
    color: #333;
    background: #f5f5f5;
    border-color: #ddd;
}
#new-list .panel-heading {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 15px;
}
.btn-default.with-pointer
{
	pointer-events: visible;
}
.vdx-document-type-publish-link-disabled{
  background-color: #e0e0e0;
  background-image: none;
  filter:alpha(opacity=65);
  -webkit-box-shadow:none;
  box-shadow:none;
  opacity:.65;
}
.chk-disabled
{
  background-image: none;
  filter:alpha(opacity=65);
  -webkit-box-shadow:none;
  box-shadow:none;
  opacity:.65;
}
.link-disabled
{
  background-image: none;
  filter:alpha(opacity=65);
  -webkit-box-shadow:none;
  box-shadow:none;
  opacity:.65;
  pointer-events: none;
}
.tblRegistration
{
	margin-left: 25%;
	margin-bottom: 0px;
}
.tblRegistration li{
   list-style-type: none; 
}
.pdf-icon
{
    width:32px;
    height:32px;
    background:url('../img/Adobe_PDF.png');
        background-size: 31px 31px;
    display:inline-block;
    content:' ';    
    padding: 10px 16px;
    cursor:pointer;
    float:right;
}
.nav-tabs>li.active .pdf-icon, .nav-tabs>li.active .pdf-icon:focus
{
    color: #555;
    cursor: pointer;
    background-color: #fff;
   
        width: 32px;
    height: 32px;

}
.nav-tabs>li.active>div, .nav-tabs>li.active>div:focus
{
    color: #555;
    cursor: pointer;
    background-color: #fff;
    border-top: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
    border-left: none !important;
    border-bottom: none !important;
    width: 37px;
    height :42px;
    float: right;
    padding-top: 3px;
    padding-right: 3px;
    margin-left: -3px;
}

body .modal {
    z-index: 10500 !important;
}

.info-user-view {
    height: max-content !important;
}