.avatar{
    width: 300px;
    margin: 75px auto 50px;
}
.col-md-12{
    width: 73%;
    margin-right: 2%;
}
.col-md-3{
    width: 25%;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.bg-green, .callout.callout-success, .alert-success, .label-success, .modal-success .modal-body {
    background-color: #00a65a !important;
}
.bg-red,
.callout.callout-danger,
.alert-danger,
.alert-error,
.label-danger,
.modal-danger .modal-body {
  background-color: #dd4b39 !important;
}
.alert .icon {
    margin-right: 10px;
}
.text_coppy{
    position: relative;
}
.copied{
    position: absolute;
    top:0px;
    right: -60px;
    display: block;
    content: "copied";
    font-size: 13px;
    padding: 5px 5px;
    color: #fff;
    background-color:#f0ad4e;
    border-radius: 3px;
    opacity: 0;
    will-change: opacity, transform;
    animation: showcopied 1.5s ease;
}
@keyframes showcopied {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }
    70% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
    }
}

.modal-warning .modal-header, .modal-warning .modal-footer {
    background-color: #db8b0b !important;
}
.callout.callout-warning, .alert-warning, .label-warning, .modal-warning .modal-body {
    background-color: #f39c12 !important;
}
.modal-warning .modal-body,.modal-warning .modal-header,.modal-warning .modal-footer{
    color: #fff;
}
.modal-warning .modal-header, .modal-warning .modal-footer {
    border-color: #c87f0a;
}
.modal-title {
    font-size: 18px;
    font-weight: normal;
}
.btn-outline {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    color: rgba(255,255,255,0.7);
    border-color: rgba(255,255,255,0.7);
}
.close{
    font-size: 21px !important
}
.main_profile{
    margin-top: 30px;
}
.main_profile .left{
    width: 22%;
    margin-right: 2%;
    float: left;
}
.main_profile .left li{
    position: relative;    
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-top-width: 0;
}
.main_profile .left a{
    display: block;
    padding: 0.7rem 1rem;
    color: #212529;
    text-decoration: none;
}
.main_profile .left li:first-child{
    border-top: 1px solid rgba(0,0,0,.125);
}
.main_profile .left li i{
    font-size: 20px;
    margin-right: 5px;
}
.main_profile .left li:hover,.main_profile .left li:focus{
    background-color: #f8f9fa;
}
.main_profile .left li.active{
    background-color: #ccffd4;
}
.main_profile .right{
    width: 76%;
    float: left;
}
.main_profile .right .title{
    text-align: center;
    font-size: 20px;
}
.content_profile{
    margin-top: 20px;
}
.ui-datepicker table{
    font-size: 12px !important;
}
.ui-widget-header{
    font-size: 14px !important;
}
.main_profile .title {
    position: relative;
    font-weight: bold;
    color: #00B2C6;
    text-transform: uppercase;
    position: relative;
}
.main_profile .left ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.label_username{
    width: 30%;
}
.form_profile .frm_author{
    margin-top: 85px;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group.date .input-group-addon i {
    cursor: pointer;
    width: 16px;
    height: 16px;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    border-radius: 4px;
    position: absolute;
    right: 13px;
    top: 4px;
    z-index: 989;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}
.content_profile .control-label{
    margin-bottom: 10px;
}
.frmCheck label{
    margin-right: 15px;
}
.frmCheck label span{
    margin-left: 3px;
    position: relative;
    top: 2px;
}
.success {
    color: #50a00b;
}
.form_profile .error{
    color: red;
    margin-top: 5px;
}
@media (max-width: 992px) {
    .label_username{
        width: 100%;
    }
}
@media (max-width: 768px) {
    .main_profile .left{
        width: 100%;
        margin: 0;
        float: none;
    }
    .main_profile .right{
        width: 100%;
        margin: 20px 0 0 0;
        float: none;
    }
}
@media (max-width: 576px) {
    .col-md-6{
        float: none;
        width: 100%;
    }
    .content_profile{
        margin-top: 10px;
    }
}
@media only screen and (max-width: 992px) {
    .main_profile .left{
        float: none;
        width: 100%;
    }
    .main_profile .right{
        float: none;
        width: 100%;
        margin-top: 30px;
    }
    .frmgroup_point{
        display: block;
    }
    .frmgroup_point .group_left{
        width: 100%;
        padding-right: 0;
    }
    .frmgroup_point .group_right{
        width: 100%;
        margin-top: 30px;
    }
    .main_profile .right.right_detail_order{
        width: 100%;
    }
}
@media only screen and (max-width: 576px) {
    .list_nappoint .item{
        width: 48%;
    }
}
