body
{
    overflow-x: hidden;
}

.ui-datepicker td .ui-state-active {
    color: white !important;
    background-color: #0fb1ce !important;
}
.m-flex
{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    align-items: baseline;
}

.inlineF
{
    display:flex;
    margin-bottom:15px;
    justify-content: center;
    position:relative;
}

.inlineF .flit
{
    position: relative;
    left: -10px;
    top: 10px;
    color: #505050;
    font-size: 16px;
    text-transform: captalize;
    letter-spacing: 0.3px;
}

.inlineF .selecWidth
{
    width:50%;
    display:flex;
}

.inlineF .selecWidth input
{
    width:80%;
}


.inlineF .selecWidth select
{
    margin-right:5px;
}

.inlineF .btGroup
{
    display:flex;
    margin:0 5px;
}

.inlineF .btGroup button
{
    padding:0px 15px;
    margin:0 3px;
    border-radius:4px !important;
    box-shadow: 1px 1px 3px #ccc !important;
}

.demo {
    display: none !important;
}
nav li {
    margin-top: 29px;
}
.text-right img {
    display: none;
}
#datatable_fixed_column .fa-fw.fa.fa-edit {
    font-size: 24px;
}

.namFlex
{
    display: flex;
    justify-content: space-between;
}

.namFlex input.input-sm
{
    padding: 5px 90px 5px 5px !important;
}

.boxFl
{
    display: flex;
    justify-content: space-between;
}

.boxFl .rightBox1
{
    width:49%;
}

.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
    margin-left: -13px !important;
    width: 29px !important;
}

.imgcon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.imgcon {
    width: 100px;
    height: 80px;
    margin-top: 6px;
}


.dashboard_v1 .tile-stats .count {
    font-size: 40px;
    font-weight: 700;
    padding-left: 15px;
    padding-top: 15px;
}

.dashboard_v1 .tile-stats {
    color: #fff;
    margin-bottom: 30px;
    box-shadow: 0 1px 2px transparent, 0 1px 4px rgba(0,0,0,.3);
}

.dashboard_v1 .tile-stats .icon {
    font-size: 60px;
    float: right;
    padding-right: 15px;
}

.dashboard_v1 .tile-stats h3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding-left: 15px;
}

.dashboard_v1 .tile-stats a p {
    padding: 3px 15px;
    background: rgba(0,0,0,.2);
    color: #fff;
    font-weight: 700;
}

.dashboard_v1 .bg-purple {
    background: #d9534f;
}

.dashboard_v1 .bg-pink {
    background: #5cb85c;
}

.dashboard_v1 .bg-inverse {
    background: #eea032;
}
