body{
    color: #c7c7c7;
}

.cursorpointer{
    cursor: pointer;
}

.text-freely{
    color: #159acc;
}

.bg-freely{
    background-color: #159acc;
}

.bordergrey{
    border: 1px solid #e5e5e5;
}

table.dataTable tr td{
    border-bottom: 1px solid #e5e5e5;
}

table.dataTable tr th{
    padding: 20px 0;
    color: #159acc;
}

table.dataTable tr td{
    padding: 10px 0;
}

table.dataTable tbody .odd{
    background-color: #ffffff !important;
}

.nav li .active{
    color: #159acc;
    text-decoration: underline;
}

.profile-avatar{
    vertical-align: middle;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-left: 4%;
}

.dataTables_wrapper .dataTables_paginate {
    float: left;
    padding-bottom: 10px;
}

.curlbtn{
    border: none;
    border-radius: 25px;
    margin-left: 5%;
    color: white;
}

.curlbr{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.rejectextarea{
    max-width: 100%;
    min-width: 100%;
    min-height: 250px;
    max-height: 250px;
}

.swal-footer{
    text-align: center;
}

.adminbtn{
    padding: 0 10px;
    background-color: transparent;
    color: #159acc;
    border: 1px solid #159acc;
    border-radius: 5px;
}

.addadminbtn{
    background-color: #159acc;
    color: white;
    border-radius: 50%;
    border: none;
    width: 60px;
    height: 60px;
}

.tooltip {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
    opacity: 1;
    padding-bottom: 5px;
    font-size: unset;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 240px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s;
    bottom: 125%;
    left: 50%;
    margin-left: -120px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.text-ellipsis{
    width: 100%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

table tr td .active{
    background-color: #159acc;
    color: white;
    border-radius: 5px;
    padding: 0 10px;
    border: 1px solid #159acc;
}

.dropifyimg{
    border-radius: 50%;
}

.rightnav{
    padding: 50px 0;
    text-align: -webkit-center;
}

@media (min-width: 992px){
    .header-top{
        margin-right: 205px;
    }
}