
        .popup-container {
        position: relative;     
        }

        .div-element {
        cursor: pointer;
        }

        .popup-content {
        display: none;
        position: absolute;
        bottom: 100%;
        right: 0;
        top: 35px;
        background-color: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        padding: 10px;
        width: fit-content;
        height: fit-content;
        max-width: 50vw;
        max-height: 200px;
        z-index: 100;
        overflow-y: auto;
        }

        .popup-content::-webkit-scrollbar {
        width: 5px;
        }

        .popup-content::-webkit-scrollbar-track {
        background: rgb(197, 197, 197);
        }

        .popup-content::-webkit-scrollbar-thumb {
        border-radius: 20px;
        border: 3px solid #33b5e5;
        }

        .popup-element-container{
            text-align: center;
        }
        .popup-element{
            margin: 0 auto; 
        }



.footer.ad
{
    background: #2f2f2f;
    /*height: 70px;*/
    /*font-size: 30px;*/
    height: 48px;
    font-size: 18px;
}

.footer.ad a
{
    color: #fff;
}
/*
@media (max-width: 767px)
{
    .footer.ad{
        height: 48px;
        font-size: 18px;
    }
}*/

/* =============
   Notification
============= */
.notifyjs-metro-base {
  position: relative;
  min-height: 52px;
  min-width: 250px;
  color: #444;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  -webkit-animation: dropdownOpen 0.3s ease-out;
  -o-animation: dropdownOpen 0.3s ease-out;
  animation: dropdownOpen 0.3s ease-out;
}
.notifyjs-metro-base .image {
  display: table;
  position: absolute;
  height: auto;
  width: auto;
  left: 25px;
  top: 50%;
  font-size: 24px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.notifyjs-metro-base .text-wrapper {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 10px 10px 10px 52px;
  clear: both;
}
.notifyjs-metro-base .title {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: bold;
}
.notifyjs-metro-base .text {
  font-size: 12px;
  font-weight: normal;
  max-width: 360px;
  vertical-align: middle;
}
.notifyjs-metro-cool {
  color: #fafafa !important;
  background-color: #4A525F;
  border: 1px solid #4A525F;
}



.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.checkbox-teal [type="checkbox"]:checked+label:before {
    border-color: transparent #009688 #009688 transparent;
}

.checkbox-success [type="checkbox"]:checked+label:before {
    border-color: transparent #28a745 #28a745 transparent;
}

.pagination-split li a {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.pagination > li > a, .pagination > li > span {
    color: #636e7b;
}


.pagination>li>a, .pagination>li>span {
    position: relative;
    float: right;
    padding: 6px 12px;
    margin-right: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination-split li {
    margin-left: 5px;
    display: inline-block;
    float: right;
}
.pagination>li {
    display: inline;
}

.btn-100k2 {
    color: #fff !important;
    background-color: #3b84c4 !important;
    border-color: #3b84c4 !important;
    border: 1px solid #3b84c4 !important;
}
.pagination {
    display: inline-block;
    padding-right: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.btn-100k2:hover {
    color: #fff !important;
    background-color: #23527c !important;
    border-color: #23527c !important;
    border: 1px solid #23527c !important;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination_fix {
    height: 42px;
    /*padding: 9px 12px !important;*/
}







.user-assign-on {
    background-color: rgba(255, 255, 255, 0.3) !important;
    opacity: 1 !important;
}

.card:hover .card-cascade:hover {
    background: #f5f5f5;
    color: #fff !important;
    transition: .5s;
    cursor: pointer;
}
.card:hover .card-cascade:hover .admin-up .avatar {
    /*color: #000 !important;*/
    /*background: #f05050 !important;*/
    transition: .5s;
    cursor: pointer;
}

.card:hover .card-cascade:hover .data span {
    /*color: #fff !important;*/
    transition: .5s;
    cursor: pointer;
}



.cascading-admin-card .admin-up {
    margin-left: 4%;
    margin-right: 4%;
    margin-top: -20px;
}
.cascading-admin-card .admin-up .fa {
    padding: 17px;
    font-size: 20px;
    color: #fff;
    text-align: left;
    margin-right: 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.cascading-admin-card .admin-up .avatar {
    padding: 10px 17px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-right: 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 70px;
    float: left;
}
.cascading-admin-card .admin-up .data {
    float: right;
    margin-top: 2rem;
    text-align: right;
}

.img-circle {
    border-radius: 50%;
}

.Comment-Profile {
    width: 55px;
    height: 55px;
    background-image: url(./img/avatar-url-25.png);
    background-size: cover;
    background-position: 50% 50%;
    min-width: 55px;
}

.frame-6 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1px;
    width: calc(100% - 105px);
}

.frame-12 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    width: 95%;
}

.overlap-2 {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: var(--g-t-7vxh);
    border-radius: 5px;
    border: 1px solid;
    border-color: var(--c-1c-1c-1);
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.frame-7 {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.Comment-Date {
    width: fit-content;
    margin-top: -1px;
    font-weight: 400;
    color: #838383;
    font-size: 16px;
    text-align: right;
    letter-spacing: 0.16px;
    line-height: normal;
}

.Comment-Time {
    width: fit-content;
    margin-top: -1px;
    font-weight: 400;
    color: #838383;
    font-size: 16px;
    text-align: right;
    letter-spacing: 0.16px;
    line-height: normal;
}

.Answer-Text {
    font-weight: var(---font-weight);
    color: #000000;
    font-size: var(---font-size);
    letter-spacing: var(---letter-spacing);
    line-height: var(---line-height);
    direction: rtl;
    font-style: var(---font-style);
    padding-right: 67px;
    width: 95%;
}

.overlap-group {
    width: 56px;
    height: 56px;
    background-color: var(--whitewhite);
    border-radius: 28.17px;
}

.Comment-Name {
    width: fit-content;
    margin-top: -1px;
    font-weight: 700;
    color: #000000;
    font-size: 18px;
    letter-spacing: 0.18px;
    line-height: normal;
    direction: rtl;
}

.chip.chip-md {
    height: 42px;
    line-height: 42px;
    border-radius: 21px;
}
.chip.chip-md img {
    height: 42px;
    width: 42px;
}
.chip.chip-md .close {
    height: 42px;
    line-height: 42px;
    border-radius: 21px;
}

.chip.chip-lg {
    height: 70px;
    line-height: 70px;
    border-radius: 38px;
    font-size: 20px;
}
.chip.chip-lg img {
    height: 70px;
    width: 70px;
}
.chip.chip-lg .close {
    height: 70px;
    line-height: 70px;
    border-radius: 38px;
    font-size: 20px;
}


.div-center {  margin: auto;  }


body, html {
	font-family: arial;
	margin-top:0px;
	
}

.logo-text {
    font-size: 14px;
    /*font-weight: 700;*/
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #fff !important;
    padding: 20px 10px;
    margin: 0;
}

.grippy {
    width: 10px;
    height: 27px;
    display: flex;
    align-items: center;
}
.grippy:hover {
    background: url(../../images/icons/grippy_large.png) no-repeat 5px 50%;
    cursor: -webkit-grab;
    padding: none !important;
}

.no-drag:hover {
    background: none;
    cursor: default !important;
}


.theadfixed {
    max-width: 730px !important;
    top: 0px;
    position: fixed;
    width: auto;
    display: none;
    border: none;
    z-index: 3;
}

.off {
    opacity: 0.4;
}


.autosave_success{
    border-color: #81c686 !important;
    background: #e8ffe0 !important;
}
.autosave_error{
    border-color: #9c6363 !important;
    background: #ffe0e0 !important;
}
.select2-control{
    height: 28px !important;
}
.width100 {
  width:100%;
  max-width: 100% !important;
}
.width80 {
  width:80%;
  margin: auto;
}
.lmtip {
    /* display: none; */
    /* display: inline-block; */
    width: 14px;
    height: 14px;
    background: url(images/icons/help.png) center center no-repeat;
    vertical-align: middle;
}

.toggle-handle.btn-default {
  background-color: #fff !important;
  border: 1px solid #5fbeaa !important;
}
#li_cat_panel a{
    color: #75798B !important;
    display: block !important;
    padding: 10px 25px 10px 10px !important;
}
#li_cat_panel a:hover{
    color: #5fbeaa !important;
    display: block !important;
    padding: 10px 25px 10px 10px !important;
}
#li_cat_panel a i{
    font-size: 16px !important;
}
#cat_topbar a{
    color: #333 !important;
}


.logo-text:hover {
    color: #005594  !important;
    /*font-weight: 700;*/
}

.logo-text-active {
    color: #005594  !important;
    /*font-weight: 700;*/
}


.bg-date{
    background-color: #5fbeaa;
}
.input-group-addon {
    color: #fff;
    text-align: center;
    background-color: #5fbeaa !important;
    border: 1px solid #585858;
    border-radius: 4px;
}


.input-sm {
    height: 26px !important;
    padding: 0px !important;
    padding-right: 24px !important;
}
.editableform .control-group {
    white-space: inherit !important;
}

.bootstrap-tagsinput .tag {
  display: inline-flex !important;
}
.panel .panel-body {
    padding: 10px !important;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    /*position: inherit !important;*/
}


.page-header{
    border-bottom: 1px solid #cccccc  !important;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    /*border-left: 1px #9E9E9E solid !important;*/
}
.input-group-addon {
    border-radius: 4px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.input-group-addon-right {
    border-radius: 4px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}


.input-group-addon-right {
    border-radius: 4px !important;
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

.btn-disabled {
	opacity: 0.6;
}

#profileForm .inputGroupContainer .form-control-feedback,
#profileForm .selectContainer .form-control-feedback {
    top: 0;
    right: -15px;
    pointer-events: auto;
}
#productForm .form-control-feedback:hover {
    cursor: pointer;
}

#bookForm .inputGroupContainer .form-control-feedback,
#bookForm .selectContainer .form-control-feedback {
    top: 0;
    right: -15px;
    pointer-events: auto;
}
#bookForm .form-control-feedback:hover {
    cursor: pointer;
}
		

.panel-container{
    position: absolute;
    /*left: 47%;*/
    /*margin-top: -75px;*/
    border-radius: 5px;
}

.custom-panel{
    position: relative;
    bottom: 3%;
}

.custom-panel:after, .custom-panel:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.custom-panel:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}
.custom-panel:before {
    border-color: rgba(221, 221, 221, 0);
    border-bottom-color: #ddd;
    border-width: 11px;
    margin-left: -11px;
}


        
.white, .white a {
  color: #fff;
  font-size: 20px;
}
.container .jumbotron {  /*border-radius: 0;*/  }

ul, menu, dir {
display: block;
list-style-type: disc;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 0px;
}

.UpdatesTable {
    overflow: auto;
    width:95%; background:#F4F4F4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 5px;
    border: 1px solid #c8c8c8;"
}


.PointsTable {
    overflow: auto;
    width:95%; background:#FEFBED;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 5px;
    border: 1px solid #EBE8DA;"
}


.pager li>a, .pager li>span {
display: inline-block;
padding: 0px;
padding-left: 10px;
padding-right: 10px;
background-color:#00A0B1;
border: 0px solid rgb(221, 221, 221);
border-radius: 0px;
color: #fff;
margin:0px;
height: 40px;
}

table.floatThead-table {
    border-top: none;
    border-bottom: none;
    background-color: #FFF;
}

.bold  { font-weight: bold; }
.u  { text-decoration: underline; }
.u-im  { text-decoration: underline !important; }
.i {  font-style: italic;  }
.i-im {  font-style: italic !important;  }



.border-black {  border-color: #000000;  }

.center {  margin: auto;  }
.clear {  clear: both;  }


.text-size-xs {  font-size: 12px;  }
.text-size-sm {  font-size: 14px;  }
.text-size-mds {  font-size: 16px;  }
.text-size-md {  font-size: 18px;  }
.text-size-lg {  font-size: 20px;  }
.text-size-big {  font-size: 24px;  }


#subtask_table,#members_table,.member_table { width:100%;margin:10px 0;min-height:100px !important; }
#subtask_table tr th,#subtask_table tr td,.member_table tr td,.member_table tr th { padding:5px 10px; }
.member_table  tr th { width:120px; }




#follow-up-list li{ margin:5px !important; }
#follow-up-list li button{ padding: 3px 10px !important; }
#follow-up-list { text-align:center;list-style:none; }
#costomer_url { width:100%;text-align:center;font:28px Arial;font-weight:bold; }
#company2 { height: 30px; }


.form-control-ib{
    display: inline-block !important;
    width: initial !important;
    min-width: 150px !important;
    height: 26px !important;
    padding: 2px 12px !important;
    margin-bottom: 3px !important;
}
.sm-submit{
    height: 26px !important;
    padding: 2px 10px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    margin-bottom: 3px !important;
}

.text-nowrap {
  white-space: nowrap !important;
}
.btnib {
  display: inline-block;
  white-space: inherit;
}
