﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}

 Set padding to keep content from hitting the edges 
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

 Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 

.dl-horizontal dt {
    white-space: normal;
}

 Set width on the form input elements since they're 100% wide by default 
input,
select,
textarea {
    max-width: 280px;
}

.ui-state-default .ui-icon {
        background-image: url("../Content/Images/ui-icons_888888_256x240.png");
}
 .ui-dialog-titlebar-close
 {
      background-image:url("../Content/Images/certificate_icon.jpg");
 }*/

.mainDiv {
    background-color: white;
    padding: 10px;
    width: 100%;
}

.inline-block
{
    display: inline-block;
    vertical-align: middle;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 100%;
}

.checkbox .text-ellipsis {
    max-width: 300px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.popover {
    max-width: 100vw;
    width: fit-content;
}


.cursor-default {
    cursor: default;
}
.cursor-pointer {
    cursor: pointer;
}

.tooltip-inner {
	overflow-wrap: break-word;
}
