/*  */
/* ------ {START ITC MARKING} ------ */
/* NOTICE: UTC Proprietary - Copyright UTRC 2016 */
/* NOTICE: Export Controlled - Created at UTRC-Ireland, ECCN EAR99. */
/* ------ {END ITC MARKING} ------ */
body { 
    padding-top : 100px;
    font-family : 'Calibri', 'Trebuchet MS', 'sans-serif';
    font-size   : 16px;
}

.custom-top-banner {
    height : 90px;
    border-bottom : 1px solid #3A4558;
}

.custom-bottom-banner {
    height : 90px;
    border-top : 1px solid #3A4558;
}

.top-padding {
    padding-top    : 10px;
}

.bottom-padding {
    padding-bottom : 10px;
}

.top-and-bottom-padding {
    padding-top    : 10px;
    padding-bottom : 10px; 
}

.custom-banner-image {
    padding-left :10px;
	position  : relative;
	top       : 50%;
	transform : translateY(-50%);
}

.error-message {
    font-weight : bold;
    color       : red;
    font-size   : 14px;
    height      : 20px;
}

.details-box {
    width : 100%;
    padding : 5px;
    border-radius : 5px;
    background-color : #EBECEE;
}


#sidePanel {
    position: fixed; 
    top: 0px; 
    bottom:0px;
    right: 0px; 
    width: 350px; 
    padding: 20px 5px 20px 5px;
    pointer-events: none;
    border-left: 1px dashed rgb(194, 174, 148);
    background-color: rgba(245, 241, 235, 0.69);
    overflow-wrap:break-word;
    overflow-x:visible;
    overflow-y:scroll;
}
#sidePanel {
    pointer-events: auto;
}

.small-text{
    font-size: 80%;
}

.animate-show-hide.ng-hide{
    opacity:0;
}

#sidePanel dd::after {
    content: "";
    display: block;
}
#sidePanel dt {
    display: inline;
    font-weight:normal;
}
#sidePanel dd {
    display: inline;
}
#sidePanel h4 {
    text-decoration:underline;
}
#sidePanel .pva-list {
     margin-left:1em;
}

.domain_table {
    margin:5px 0px;
}