.avatar-rounded {
    border-radius: 150px;
    width: 150px;
    height: 150px;
    object-fit: contain;
}

input[type=file].inputfile {
    display: none;
}

.inputfile + label {
    max-width: 80%;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
}

.file-input-avatar + label svg {
    width: 100%;
    height: 100%;
    fill: #f1e5e6;
}

.file-input-avatar + label figure {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #0a909b;
    display: block;
    padding: 20px;
    margin: 0 auto 10px;
}

.btn-save{
	width: 150px;
	font-size: 18px;
}


.tab-content {
    border: unset;
    margin-top: 0px;
    padding: 20px 30px 40px;
}

.profile-heading{
    color: #0a909b!important;
    margin-bottom: 20px;
}

ul.user-profile > li a {
    font-size: 16px;
    margin-right: 0px;
}

ul.user-profile > li.active,
ul.user-profile > li.active a {
    color: #0a909b!important;
    background: #f7f7f7;

}

ul.nav-user-account > li.active{
    background-color: #0a909b;
}
ul.nav-user-account > li.active a{
    color: #fff;
}

.nav-user-account li {
    border-bottom: 1px solid #19929c;
    border-top: unset;
    padding: 8px 0px 8px 15px;
}
.profile-avatar-border{
    border: solid 1px #e0e0e0;
    padding: 0px;
}

.data-table thead select {
    width: 100%;
    padding: 0px 3px;
    height: 25px;
    box-sizing: border-box;
}

/*====================
    Date Picker
======================*/

.ui-widget-header{
    border: 1px solid #0a909b!important;
    background: #0a909b!important;
    color: #222!important;
    font-size: 18px !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #0a909b!important; 
    background: #0a909b!important;
    color: #fff!important;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 14px !important;
    margin: 1px 0;
}


.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: white !important;
    border: 1px solid #0a909b !important;
    background-color: white;
    background: -webkit-linear-gradient(top, #0a909b 0%, #0a909b 100%);
    background: -moz-linear-gradient(top, #0a909b 0%, #0a909b 100%);
    background: -ms-linear-gradient(top, #0a909b 0%, #0a909b 100%);
    background: -o-linear-gradient(top, #0a909b 0%, #0a909b 100%);
    background: linear-gradient(to bottom, #0a909b 0%, #0a909b 100%) !important;
}

.paginate_button:hover {
    color: #fff !important;
    border: 1px solid #0a909b !important;
    background-color: #0a909b!important;
    background: #0a909b!important;
}




.card {
    padding-top: 20px;
    margin: 10px 0 20px 0;
    background-color: rgba(214, 224, 226, 0.2);
    border-top-width: 0;
    border-bottom-width: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/*====================
    card heading
====================*/

.card .card-heading {
    padding: 0 20px;
    margin: 0;
}

.card .card-heading.simple {
    font-size: 20px;
    font-weight: 300;
    color: #777;
    border-bottom: 1px solid #e5e5e5;
}

.card .card-heading.image img {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-right: 15px;
    vertical-align: top;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.card .card-heading.image .card-heading-header {
    display: inline-block;
    vertical-align: top;
}

.card .card-heading.image .card-heading-header h3 {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
}

.card .card-heading.image .card-heading-header span {
    font-size: 12px;
    color: #999999;
}

.card .card-body {
    padding: 0 20px;
    margin-top: 20px;
}

.card .card-media {
    padding: 0 20px;
    margin: 0 -14px;
}

.card .card-media img {
    max-width: 100%;
    max-height: 100%;
}

.card .card-actions {
    min-height: 30px;
    padding: 0 20px 20px 20px;
    margin: 20px 0 0 0;
}

.card .card-comments {
    padding: 20px;
    margin: 0;
    background-color: #f8f8f8;
}

.card .card-comments .comments-collapse-toggle {
    padding: 0;
    margin: 0 20px 12px 20px;
}

.card .card-comments .comments-collapse-toggle a,
.card .card-comments .comments-collapse-toggle span {
    padding-right: 5px;
    overflow: hidden;
    font-size: 12px;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-comments .media-heading {
    font-size: 13px;
    font-weight: bold;
}

.card.people {
    position: relative;
    display: inline-block;
    width: 170px;
    height: 300px;
    padding-top: 0;
    margin-left: 20px;
    overflow: hidden;
    vertical-align: top;
}

.card.people:first-child {
    margin-left: 0;
}

.card.people .card-top {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 170px;
    height: 150px;
    background-color: #ffffff;
}

.card.people .card-top.green {
    background-color: #53a93f;
}

.card.people .card-top.blue {
    background-color: #427fed;
}

.card.people .card-info {
    position: absolute;
    top: 150px;
    display: inline-block;
    width: 100%;
    height: 101px;
    overflow: hidden;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card.people .card-info .title {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    color: #404040;
}

.card.people .card-info .desc {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
    color: #737373;
    text-overflow: ellipsis;
}

.card.people .card-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    line-height: 29px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card.hovercard {
    margin:  0 auto;
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    background-color: rgba(214, 224, 226, 0.2);
}

.card.hovercard .cardheader {
    /* background: url("http://lorempixel.com/850/280/nature/4/"); */
    background: url("../jpg/avatar-bg.jpg");
    background-size: cover;
    height: 135px;
}

.card.hovercard .avatar {
    position: relative!important;
    top: -50px !important;
    margin-bottom: -50px !important;
    height: unset!important;
    width: 100%;
}

.card.hovercard .avatar img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255,255,255,0.5);
}

.card.hovercard .info {
    padding: 4px 8px 10px;
}

.card.hovercard .info .title {
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 1;
    color: #262626;
    vertical-align: middle;
}

.card.hovercard .info .desc {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis;
}

.card.hovercard .bottom {
    padding: 0 20px;
    margin-bottom: 17px;
}

.clear-input{
  background: #fff url('../gif/clear-icon.gif') no-repeat right -10px center;
  border: 1px solid #999;
  padding: 3px 20px 3px 4px;     
  transition: background 0.4s;
}
.clear-input.clear-x  {
    background-position: right 10px center;
} 

.clear-input.on-clear{ 
    cursor: pointer; 
}          

.clear-input::-ms-clear {
    display: none; width:0; height:0;
} 

@media only screen and (max-width: 767px){
    .table-responsive {
        overflow: auto;
        border: none;
    }

}