.center{
    text-align: center;
}
.logout {
    color: inherit;
}
.logout:hover {
    color: inherit;
}
.content-header {

}
.flash-messages ol {
    padding-left: 16px;
    padding-right: 0;
    margin-bottom: 0;
}
table tbody > .clickable-row:hover {
    z-index: 9999;
    background-color: rgba(255, 0, 0, 0.1);
    padding: 16px;
}

.footer-nav {
    position: absolute;
    bottom: 0px;
    padding: .8125rem .5rem;
}

.btn-sm {
    min-width: 34px;
}
.btn-gray{
    background: #343a40;
    color: #fff;
}
.btn-gray:hover{
    background: #292e33;
    color: #fff;
}
.btn-gray svg{
    position: relative;
    top: -1px;
}
.amsify-suggestags-area .amsify-suggestags-list {
    width: auto!important;
}

/*.no-wrap{*/
/*    white-space: nowrap;*/
/*}*/
/*.center{*/
/*    text-align: center;*/
/*}*/
/*.f-box{*/
/*    display: flex;*/
/*}*/
/*.jc-sb{*/
/*    justify-content: space-between;*/
/*}*/


/*nav.nav {*/
/*    !*background: #182767;*!*/
/*    justify-content: space-around;*/
/*}*/
/*nav.nav a{*/
/*    color: #fff;*/

/*}*/
.advertOrderTable tr:last-child .tooltipWrapper{
    top: -135px;
}
.center{
    text-align: center;
}

.tooltipWrapper.tooltipInfo {
    max-width: 250px;
    left: 0;
    line-height: 12px;
    padding: 5px;
    font-size: 12px;
}
.tooltipWrapper.tooltipInfo table{
    margin-bottom: 0;
}
.tooltipWrapper.tooltipInfo table thead th{
    border: none;
}

.advertOrderTable tr:last-child .tooltipWrapper.tooltipInfo {
    top: -180px;
}

.tooltipBox{
    position: relative;
}
.tooltipBox i{
    color: #17a2b8;
}
.tooltipBox i:hover + .tooltipWrapper{
    display: block;
}
.tooltip-inner{
    min-width: 510px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0;
    padding: 7px 0px 3px 7px;
}
.tooltipWrapper{
    box-shadow: 2px 2px 4px 0px #33333354;
    text-align: left;
    font-size: 10px;
    width: 497px;
    color: #5a5a5a;
    position: absolute;
    z-index: 2;
    background: #fff;
    display: none;
    left: -240px;
    top: 30px;
}

.showSchedule.tooltipWrapper{
    display: block;
    position: static;
    width: 100%;
    min-width: 275px;
}
.showSchedule.tooltipWrapper .tooltipBody b {
    width: 40px;
    border-left: 1px solid #757575;
    display: inline-block;
    border: 1px solid #757575;
    position: relative;
    top: 0px;
    padding: 0 0px 0 0px;
    margin: 0 0px 0px 0;
    /* float: left; */
    height: 14px;
    font-size: 8px;
    white-space: nowrap;
    overflow: hidden;
}
.showSchedule.tooltipWrapper .tooltipHead {
    margin-bottom: 4px;
    display: flex;
    flex-wrap: nowrap;
}
.showSchedule.tooltipWrapper .tooltipHead div:first-child {
    width: 40px;
    border-left: 1px solid #757575;
}
.showSchedule.tooltipWrapper .tooltipHead div {
    display: inline-block;
    width: 4%;
    height: 14px;
    border: 1px solid #757575;
    text-align: center;
    line-height: 13px;
    padding: 0px;
    border-left: none;
    font-size: 8px;
}
.tooltipWrapper .tooltipHead.tooltipHeadBottom{
    margin-top: -5px;
}
.showSchedule .tooltipBody div {
    margin-top: -5px;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 4px;
}
.showSchedule.tooltipWrapper .tooltipBody span {
    display: inline-block;
    width: 4%;
    height: 14px;
    border: 1px solid #757575;
    text-align: center;
    line-height: 13px;
    padding: 0px;
    border-left: none;
    margin-left: 0px;
}


.tooltipWrapper .tooltipHead{
    margin-bottom: 4px;
}
.tooltipWrapper .tooltipHead div:first-child{
    width: 60px;
    border-left: 1px solid #bbbbbb;
}
.tooltipWrapper .tooltipHead div{
    display:  inline-block;
    width: 18px;
    height: 16px;
    border: 1px solid #bbbbbb;
    text-align: center;
    line-height: 13px;
    padding: 0px;
    border-left: none;
}
.tooltipBody div{
    margin-top: -5px;
}
.tooltipBody b{
    width: 60px;
    border-left: 1px solid #bbbbbb;
    display: inline-block;
    border: 1px solid #bbbbbb;
    position: relative;
    top: -4px;
    padding: 0 0px 0 4px;
    margin: 0 -2px 0px 0;
    /* float: left; */
    height: 16px;
}
.tooltipBody span{
    display:  inline-block;
    width: 18px;
    height: 16px;
    border: 1px solid #bbbbbb;
    text-align: center;
    line-height: 13px;
    padding: 0px;
    border-left: none;
}
.tooltipBody span.active{
    background: #2D8DFE;
}
.autocomplete:after{
    content: "#";

}
.autocomplete-flex-row {
    display: flex;
    flex-direction: row;
}
.autocomplete_single_wrapper {
    position: relative;
    width: 100%;
    margin-right: 10px;
}
.autocomplete_single_wrapper input{}
.autocomplete_single_wrapper #autocomplete_btn {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 6px 15px;
    border: none;
    background: #fff;
    border: 1px solid #ced4da;
    box-sizing: border-box;
    border-radius: 1px 4px 4px 0px;
    outline: none;
}
.autocomplete_single_wrapper  #autocomplete_btn:hover{
    background: #ececec;
}
.autocomplete-flex-row .btn-outline-secondary {
    color: #6c757d;
    border-color: #ced4da;
}
.autocomplete-flex-row .btn-outline-secondary:hover {
    color: #fff;
}
.no-wrap {
    white-space: nowrap;
}

.table td, .table th {
    padding: 10px 5px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.card {
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    margin-bottom: 1rem;
    overflow: auto;
}
.visible{
    overflow: visible;
}

.amsify-suggestags-area .amsify-suggestags-input-area .amsify-suggestags-input {
    max-width: 200px;
    padding: 0px 4px;
    border: 0;
    width: 100%;
}

.login-box, .register-box {
    margin-top: 30vh;
    margin-left: calc(50% - 180px);
}
.w200{
    width: 200px;
    display: inline-block;
}
.layout-navbar-fixed .wrapper .content-wrapper {
    margin-top: calc(1px);
}
.visible{
    overflow: visible;
}

.table-striped3 tbody tr:nth-of-type(3n) {
    background-color: rgba(0, 0, 0, 0.05);
}
.dasboard .widget-user{
    margin-right: 20px;
}
.dasboard .description-block>.description-text {
    text-transform: capitalize;
}
.dasboard .widget-user{
    background-color: rgba(0,0,0,.03);
}
.dasboard .widget-user .card-footer {
    background-color: transparent;
}

/*---*/

.amsify-suggestags-area .rows {
    overflow: hidden;
}
.amsify-suggestags-area .left-col {
    width: 60%;
    float: left;
    text-align: justify;
}
.amsify-suggestags-area .right-col {
    margin-left: 65%;
}
.autocomplete_single_wrapper .fixed-box {
    height: 200px;
}
.autocomplete_single_wrapper .fixed-div {
    height: 180px;
    text-align: center;
    background: #FFA500;
    padding: 10px 0;    
}
.autocomplete_single_wrapper .fixed {
    position: fixed;
    z-index: 9999;
    top: 0;
}
