/* Generic Selectors */

html {
    min-width: 980px;
}

html,
body {
    height: 100%;
}

body {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    background-color: #444444;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;

}

p {
    width: 80%;
}

li {
    list-style-type: none;
    line-height: 150%;
}

h1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 36px;
    font-weight: bold;
    color: #000000;
    margin: 0px;
}

h2 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    margin: 0px;
}

h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    color: #000000;
    margin: 0px;
}

h4 {
    margin: 0px;
}

h5 {
    margin: 0px;
}


a:link {
    color: #0000CC;
    text-decoration: underline;
    font-weight: bold;
}

li:link {
    color: #0000CC;
    text-decoration: none;
    font-weight: bold;
}

a:visited {
    color: #0000CC;
    text-decoration: underline;
    font-weight: bold;
}

li a:visited {
    color: #0000CC;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: rgb(0, 96, 255);
    padding-bottom: 5px;
    font-weight: bold;
    text-decoration: underline;
}

li a:hover {
    display: block;
    color: rgb(0, 96, 255);
    padding-bottom: 5px;
    font-weight: bold;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #C6EC8C;
}

a:active {
    color: rgb(255, 0, 102);
    font-weight: bold;
}

#header {
    height: 200px;
    background-color: #FFFFFF;
}

#main {
    /* width:970px; */
    width: 1400px;
    margin: 0 auto;
    font-size: 1em;
    position: relative;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
}

#content {
    /*height: 500px;*/
    min-height: 500px;
    padding: 25px 25px 25px 25px;
    /*top right bottom left*/
    background-color: #FFFFFF;
    position: relative;
}

#footer {
    clear: both;
    height: 25px;
    padding: 25px 0px 25px 0px;
    background-color: #FFFFFF;
    position: relative;
    z-index: 10;
    text-align: center;
}

#no_data {
    width: 100%;
    text-align: center;
    padding: 20px;
    color: black;
    font-size: 20px;
    font-weight: bold;
}

.subdiv {
    width: 40%;
    display: inline-block;
}

.multiselect {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.rightsLabel {
    color: black;
    font-size: 15px;
}

.rightsSelect {
    width: 100%;
    height: 400px;
    margin-top: 10px;
}

.centerRightdiv {
    padding: 10px;
    display: inline-block;
    vertical-align: top;
}


.mailPreview {
    padding: 5px;
}

.centerDiv {
    position: sticky;
    top: 50%;
    /*transform: translateY(-50%);*/
    width: 580px;
}

.imageListMargin {
    margin-left: 20px;
    margin-right: 10px;
}

.ui-dialog-content,
.ui-widget-content {
    padding: 0px !important;
}

ul.thumbnails.image_picker_selector li .thumbnail {
    height: 150px !important;
    width: 120px !important;
}

.thumbnail p {
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: normal;
    margin: 0px;
    width: 100%;
    font-size: xx-small;
}

.FormGrid {
    height: auto !important;
}

.graph_hint {
    text-align: center;
}

#editmodlist1 {
    min-width: 540px !important;
    width: auto !important;
}

#editmodlist1 form#FrmGrid_list1 {
    width: auto !important;
    /* in qa account query set element add/edit second time modal width issue fixing*/
}