html, body {
    font-family: Arial;
    font-size: 14px;
}

body {
    background-color: #ffffff;
    text-align: center;
    padding: 0;
    max-width: 1000px;
    min-width: 1000px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    color: #000000;
}

a:link {
    text-decoration: none;
    cursor: pointer;
}

a:visited {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
    cursor: pointer;
}

.container {
    width: 1000px;
    margin-bottom: 50px;
}

.headerBanner {
    background-repeat: repeat-x;
    height: 25px;
}

.navbar .nav > li > a {
    text-transform: Uppercase;
    font-size: 12px;
    font-weight: bolder;
    padding: 5px 8px 10px;
    color: #000000;
    text-shadow: 0 0 0 #ffffff;
}

.nav li:first-child {
    /* width: 120px; */
    padding-top: 5px;
    text-align: left;
}

.nav {
    margin: 0 0 0 0;
}

.navbar-crumb {
    text-align: left;
    height: 50px;
    border-bottom: 2px solid #d4d4d4;
    line-height: 50px;
    padding-left: 12px;
    /*font-weight:bold;*/
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    text-decoration: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-weight: bolder;
}

.navbar-inner {
    min-height: 30px;
    height: 30px;
    padding-left: 20px;
    padding-right: 0px;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
    border: 0px solid #d4d4d4;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.title-level1 {
    font-size: 25px;
    font-weight: bolder;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: 10px;
}

.scrollable-table > div > dl > dt {
    display: inline-block;
    line-height: 45px;
    /*width:130px;*/
    min-width: 130px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    border-right: 1.5px solid #dddddd;
    padding-left: 10px;
    /*word-wrap:break-word;*/
    vertical-align: top;
    line-height: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.scrollable-table > div > dl > dt > .lastdt {
    border: 0px;
}

.scrollable-table > div:last-child > dl > dt {
    line-height: 35px;
}

.scrollable-table > div:last-child:empty:after {
    content: "No record";
}

.list-table-body:after {
    content: 'No record';
}

.undefined {
    display: none;
}

.ui-widget-overlay {
    opacity: 0;
    background: transparent;
}

.btn-confirm, .btn-confirm:hover {
    min-width: 80px;
    height: 31px;
    background: #607890;
    color: white;
    border: 0;
    text-shadow: none;
    border-radius: 0;
    margin-top: 5px;
}

.btn-cancel, .btn-cancel:hover {
    min-width: 80px;
    height: 31px;
    background: #a1aab1;
    color: white;
    border: 0;
    text-shadow: none;
    border-radius: 0;
    margin-top: 5px;
}

.ui-pnotify > .alert, .ui-pnotify > .alert h4 {
    color: #000000;
    background-color: #ffffff;
    border: 0px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.scrollable-table > div > dl {
    min-width: 1020px;
    border: 0;
    margin-bottom: 0;
    margin-top: 0;
    border-bottom: 1.5px solid #dddddd;
    border-left: 1.5px solid #dddddd;
    border-right: 1.5px solid #dddddd;
    line-height: 10px;
    text-align: left;
}

.scrollable-table > div > dl > dt > span {
    font-weight: normal;
}

.nosortable > dl > dt > span {
    font-size: 20px;
    margin-left: 2px;
}

.scrollable-table {
}

.scrollable-table > div:last-child > dl:nth-child(even) {
    /*background-color:#eeeeee;*/
}

.scrollable-table > div:first-child {
    border-top: 1.5px solid #dddddd;
    border-bottom: 1.5px solid #dddddd;
    border-right: 1.5px solid #dddddd;
    border-left: 1.5px solid #dddddd;
    background-color: #4d4d4d;
    color: white;
}

.scrollable-table > div:last-child {
    /*overflow-y: auto;*/
    overflow-y: hidden;
    /*height:139px;*/
    overflow-x: hidden;
    border-left: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}

.div-functin-btn {
    margin-top: 15px;
    margin-bottom: 15px;
}

.div-functin-btn > .inputPage {
    width: 85px;
    float: left;
    height: 30px;
    padding: 2px 4px;
}

.div-functin-btn > div {
    width: 105px;
    height: 31px;
    margin-left: 530px;
    background: #607890;
    color: white;
    line-height: 13px;
    padding-top: 4px;
    cursor: pointer;
}

.div-functin-btn > .gotoPage {
    margin-left: 9px;
    width: 50px;
    display: inline-block;
    line-height: 26px;
    text-align: center;
    float: left;
}

.div-functin-btn > .showPage {
    width: 550px;
    padding: 0px;
    text-align: center;
    margin: 0px;
    background: none;
    line-height: 35px;
    height: 35px;
    cursor: default;
    display: inline-block;
    position: absolute;
    left: 50%;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.btn-browse {
    width: 86px;
    height: 40px;
    color: white;
    background: #a1aab1;
    border: 0px;
    margin: 0 10px 0 10px;
}

.btn-browse:focus {
    outline: -webkit-focus-ring-color auto 0px;
    outline: -moz-focus-ring-color auto 0px;
}

.btn-duplicate {
    height: 40px;
    line-height: 20px;
    width: 140px;
    padding: 0 10px;
    text-align: center;
    background: #a1aab1;
    color: white;
    radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-left: 20px;
    display: inline-block;
}

.span-sort {
    cursor: pointer;
    margin-top: 13px;
    margin-left: 10px;
    font-size: 20px;
    display: inline-black;
    display: inline-block;
}

.div-inline {
    display: inline-block;
    line-height: 20px;
    width: 95px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.txtleft {
    text-align: left;
}

.txtright {
    text-align: right;
}

.txtcenter {
    text-align: center;
}

.cutline-solid {
    border: 1px solid #eeeeee;
    margin: 10px auto 10px auto;
}

.div-center {
    margin-left: auto;
    margin-right: auto;
}

div.badoo a {
    border-right: #f0f0f0 2px solid;
    padding-right: 5px;
    border-top: #f0f0f0 2px solid;
    padding-left: 5px;
    padding-bottom: 2px;
    margin: 0px 2px;
    border-left: #f0f0f0 2px solid;
    color: #222222;
    padding-top: 2px;
    border-bottom: #f0f0f0 2px solid;
    text-decoration: none;
    border: 0px;
}

div.badoo a:first-child, div.badoo a:last-child {
    color: rgb(207, 5, 5);
}

div.badoo a:hover {
    border: 0px;
    color: rgb(207, 5, 5);
}

div.badoo span.current {
    border-right: #ffffff 2px solid;
    padding-right: 5px;
    border-top: #ffffff 2px solid;
    padding-left: 5px;
    font-weight: bold;
    padding-bottom: 2px;
    border-left: #ffffff 2px solid;
    color: rgb(207, 5, 5);
    padding-top: 2px;
    border-bottom: #ffffff 2px solid;
    background-color: #ffffff;
}

.icon-open, .icon-search, .icon-pencil, .icon-trash {
    color: #666666;
}

.validation-invalid {
    line-height: 15px;
    margin: auto;
    padding: auto;
    color: red;
}

.show-email,
.show-phone {
    line-height: 15px;
    margin: auto;
    padding: auto;
    color: #CCCCCC;
}

.ui-pnotify.stack-bar-top {
    right: auto;
    bottom: auto;
    top: 25px;
    left: auto;
    margin-left: 25%;
    margin-right: 15%;
}

input[readonly], select[readonly], textarea[readonly] {
    cursor: pointer;
    background-color: #ffffff;

}

.image-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10000;
    display: none;
    background: black;
    background: rgba(0, 0, 0, 0.5);
}

.image-mask img {
    margin-top: 5%;
    border-top: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    max-width: 1000px;
    max-height: auto;
    min-width: 400px;
    min-height: auto;
    height: auto;
}

.image-mask button:first-child {
    background: #a1aab1;
    color: white;
    border: 0;
    height: 30px;
    width: 56px;
}

.image-mask button:last-child {
    background: #607890;
    color: white;
    border: 0;
    height: 30px;
    width: 56px;
}

.image-mask .tool-button {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    border: 0px solid #000000;
    height: 45px;
    text-align: center;
    padding-top: 15px;
    background: white;
}

.jcrop-holder {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    border: 0px solid #000000;
    margin-top: 5%;
    border-top: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
}

.jcrop-holder img {
    max-width: 1000px;
    max-height: auto;
    height: auto;
    min-width: 400px;
    min-height: auto;
}

.image-mask2 {
    width: 100%;
    height: 200%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10000;
    display: none;
    background: black;
    background: rgba(0, 0, 0, 0.5);
}

.image-mask2 img {
    margin-top: 5%;
    border-top: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    max-width: 1000px;
    max-height: auto;
    height: auto;
    min-width: 400px;
    min-height: auto;
}

.image-mask2 button:first-child {
    background: #a1aab1;
    color: white;
    border: 0;
    height: 30px;
    width: 56px;
}

.image-mask2 button:last-child {
    background: #607890;
    color: white;
    border: 0;
    height: 30px;
    width: 56px;
}

.image-mask2 .tool-button {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    border: 0px solid #000000;
    height: 45px;
    text-align: center;
    padding-top: 15px;
    background: white;
}

.image-mask2 > .jcrop-holder {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    border: 0px solid #000000;
    margin-top: 5%;
    border-top: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
}

.image-mask2 > .jcrop-holder img {
    max-width: 1000px;
    max-height: auto;
    min-width: 400px;
}

#maskDiv {
    width: 100%;
    display: none;
    background: rgba(255, 255, 255, 0) url(../images/loading.gif) no-repeat center center;
    height: 100%;
    position: fixed;
    left: 0%;
    top: 0%;
    z-index: 999;
}

#maskDivForMeeting {
    width: 100%;
    display: none;
    background: rgba(255, 255, 255, 0) url(../images/loading.gif) no-repeat center center;
    height: 100%;
    position: fixed;
    left: 0%;
    top: 0%;
    z-index: 999;
}

.loadingDiv {
    text-align: center;
    position: absolute;
    margin: 0 auto;
    width: 100%;
    top: 300px;
    z-index: 1000;
}

.loadingDivForMeeting {
    text-align: center;
    position: absolute;
    margin: 0 auto;
    width: 100%;
    top: 300px;
    z-index: 1000;
}

/* Customer Profile
--------------------------------------------*/

.customer-profile {
    text-align: left;
}

.customer-profile h2 {
    font-size: 16px;
}

.customer-profile .input-label {
    text-align: right;
    background-color: white;
    color: #333;
    font-weight: normal;
    padding-right: 5px;
    width: 250px;
    font-size: 13px;
}

.customer-profile .input-label.top {
    vertical-align: text-top;
}

.customer-profile td {
    height: 35px;
}

.customer-profile .input-field .remove {
    margin-left: 10px;
    cursor: pointer;
}

.customer-profile .input-field input {
    width: 560px;
    padding: 5px;
}

.customer-profile .input-field textarea {
    width: 560px;
    height: 80px;
    margin-bottom: 2px;
}

.customer-profile .input-field textarea.small {
    height: 40px;
}

.customer-profile .text-left {
    text-align: left;
}

.customer-profile td.separator {
    height: 15px;
}

.customer-profile .div-functin-btn {
    text-align: center;
}

.customer-profile .div-functin-btn.add-more {
    margin: 5px 0;
}

.customer-profile .div-functin-btn.add-more > div {
    margin-left: 0;
    font-size: 13px;
}

.customer-profile .last-modified {
    margin-top: 10px;
    color: #999;
}

.table-list {
    text-align: left;
    width: 1000px;
    border-spacing: 0;
    border: 1px solid #ccc;
}

.table-list thead {
    background-color: #4d4d4d;
    color: white;
}

.table-list .icon-sort {
    cursor: pointer;
    line-height: 30px;
    margin-left: 5px;
    font-size: 20px;
}

.table-list th {
    cursor: pointer;
}

.table-list th, .table-list td {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    padding-left: 5px;
    border-left: 1px solid #ccc;
    line-height: 30px;
}

.table-list th:first-child, .table-list td:first-child {
    border-left: 0px;
}

.table-list th:last-child, .table-list td:last-child {
    border-right: 0px;
}

.table-list tr {
    border-bottom: 1px solid #ccc;
}

.table-list tr:first-child {
    border-top: 1px solid #ccc;
}

.table-list td > span > i {
    margin-left: 5px;
}

.ordercolum {
    background-image: url("../images/order.jpg");
}

.footer {
    height: 23px;
    position: fixed;
    bottom: 0;
    padding: 3px 5px 2px 5px;
    background-color: lightgrey;
    width: 991px;
    line-height: 23px;
    font-size: 13px;
    z-index: 10;
}

.footer > span {
    display: inline-block;
}

.footer > span:not(last-child) {
    float: left;
}

.footer > span:nth-child(2) {
    margin-left: 50%;
    transform: translateX(-100%);
}

.footer > span:last-child {
    float: right;
}

.image-modified.i-l {
    width: 107px;
    margin-left: -10px;
}

.image-modified.i-r {
    width: 183px;
    height: 200px;
}

.image-modified {
    display: inline-block;
    height: 183px;
    overflow: hidden;
    float: left;
}

.img-photo {
    width: 181px;
    height: 181px;
    margin-top: 10px;
}

.photo-require {
    float: left;
    display: inline-block;
    line-height: 12px;
    color: #cccccc;
    font-size: 12px;
    margin: 0px 10px;
}

.pwd-lock {
    width: 28px;
    height: 30px;
    position: absolute;
    top: 53%;
    right: 19px;
    background: #cccccc;
    transform: translateY(-50%);
}

.tag-title {
    text-align: left;
    margin: 10px 10px 20px;
}

.tag-shown {
    width: 115px;
    list-style-type: none;
    margin: 0px auto;
    border: 1.5px solid #dddddd;
    border-bottom: none;
}

.tag-shown li {
    border-bottom: 1.5px solid #dddddd;
    line-height: 45px;
}
#myProgress {
  width: 100%;
  background-color: #ddd;
}

#myBar {
  width: 1%;
  height: 30px;
  background-color: #4CAF50;
}

#videoBar {
    width: 1%;
    height: 30px;
    background-color: #4CAF50;
}

.isSeccuss{
    color:#4CAF50;
}

.logo-img{
    display: block;
    max-width: 100px;
    max-height: 20px;
    width: auto;
    height: auto;
}

.logo-imgUHG{
    height: auto !important;
    width: 100% !important;
}
.grecaptcha-badge { 
	display: none; 
} 

.ck-editor__editable[role="textbox"] {
    /* Editing area */
    min-height: 200px;
}

.ck.ck-balloon-panel.ck-powered-by-balloon {
display: none;
}