
.app_calendar {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
.app_calendar .title {
    background: #f5f5f5;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 10px;
}
.app_calendar .week {
    background: #f5f5f5;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 5px 0;
    text-align: center;
    font-weight: 600;
    color: #959595;
}
.app_calendar .day, .app_calendar .today {
    padding: 5px 10px;
    text-align: center;
    border: 1px solid #e4e4e4;
    vertical-align: top;
    min-height: 52px;
    max-height: 52px;
    height: 52px;
    width: 14.3%;
}
.app_calendar .day .schedule_sym, .app_calendar .today .schedule_sym {
    color: #3c8dbc;
}
.app_calendar .today {
    background: #f3fbff;
}
.app_calendar .today .schedule_day {
    font-weight: 700;
}

.btn-group-vertical .btn.btn-block {
    display: block;
    width: 100%;
    background: #ffffff;
    color: #434343;
    text-align: left;
    padding: 0 15px;
    line-height: 40px;
}

.border-bottom {
    border-bottom: 1px solid #eee;
}

.border-box {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 5px;
}
.border-box label.control-label {
    color: #5a5a5a;
}

.box.box-profile-image {
    margin-bottom: 0;
    border-radius: 3px 3px 0 0;
    border-bottom: 1px solid #eee;
}
.box.box-widget.widget-user-2 .quick-tool {
    position: absolute;
    width: auto;
    height: auto;
    background: transparent;
    right: 0;
    text-align: center;
    padding: 5px;
    display: none;
}
.box.box-widget.widget-user-2 .quick-tool.enabled {
    display: block;
}
.box.box-widget.widget-user-2 .quick-tool .btn {
    border-radius: 50px;
}
.box.box-widget.widget-user-2 .widget-user-header {
    padding: 15px;
}
.box.box-widget.widget-user-2 .widget-user-header .widget-user-image .img-circle {
    width: 55px;
}
.box.box-widget.widget-user-2 .widget-user-header .widget-user-username {
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    margin-left: 15px;
}
.box.box-widget.widget-user-2 .widget-user-header .widget-user-desc {
    font-size: 13px;
    margin-left: 70px;
}

.form-title {
    font-size: 17px;
    font-weight: bold;
    border-top: 3px solid #eee;
    border-bottom: 1px solid #eee;
    line-height: 45px;
    color: #c5c5c5;
}

.form-group.full-width .control-label {
    font-size: 16px !important;
    text-align: left !important;
}

.full-width {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
}

.modal, .modal .modal-dialog, .modal .modal-dialog .modal-content {
    border-radius: 3px;
}
.modal .modal-header {
    padding: 0 15px;
    line-height: 50px;
    border-radius: 3px 3px 0 0;
}
.modal .modal-header .modal-title, .modal .modal-header .close {
    line-height: 50px;
    font-weight: bold;
}
.modal .modal-header .modal-title {
    font-size: 16px;
}
.modal .modal-header .close {
    font-size: 24px;
}
.modal .modal-footer {
    background: #fdfdfd;
    border-radius: 0 0 3px 3px;
}
.modal.modal-quick-view .modal-header {
    background: #eee;
    border-bottom-color: #c5c5c5;
}

.nav.nav-tabs.tabs-vertical {
    border-radius: 0;
}
.nav.nav-tabs.tabs-vertical li {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    border: none;
    border-left: 3px solid transparent;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
.nav.nav-tabs.tabs-vertical li.active {
    border-left: 3px solid #3c8dbc;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.nav.nav-tabs.tabs-vertical li:not(.active):hover {
    background-color: #fafafa;
}
.nav.nav-tabs.tabs-vertical li:first-child a, .nav.nav-tabs.tabs-vertical li:first-child {
    border-radius: 0;
}
.nav.nav-tabs.tabs-vertical li:last-child a, .nav.nav-tabs.tabs-vertical li:last-child {
    border-radius: 0;
}
.nav.nav-tabs.tabs-vertical li a, .nav.nav-tabs.tabs-vertical li a:hover {
    border-color: transparent;
}

.row.row-flex {
    display: flex;
}
.row.row-flex .col {
    position: relative;
    float: left;
    flex: 1 1 auto;
}
.row.row-flex .col.col-side {
    width: 250px;
    min-width: 250px;
    max-width: 250px;
    padding-right: 15px;
}
.row.row-flex .col.col-side .nav-tabs-custom {
    border-radius: 0;
}
.row.row-flex .col.col-side .btn.btn-delete {
    border-radius: 0 0 3px 3px;
}

.table.table-scroller th, .table.table-scroller td {
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.table-custom {
    width: 100%;
}

.table-custom tr td, .table-custom tr th{
    padding: 8px;
}

@media (max-width: 767px) {
    .row.row-flex, .row.row-flex .col {
        display: block !important;
        width: 100% !important;
        flex: 0;
    }

    .carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
        display: block;
        max-width: 100%;
        /*height: 100%;*/
        margin: 0 auto;
    }

    .row.row-flex .col.col-side {
        width: 100% !important;
        min-width: auto;
        max-width: initial;
        padding-right: 0;
        margin: 20px 0;
    }
}

.toggle-password {
    position: absolute;
    color: #777;
    cursor: pointer;
    z-index: 10;
    top: 0;
    right: 0;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.content-breadcrumb .breadcrumb {
    padding: 0;
    margin: 0;
    background: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    border-radius: 2px;
    align-items: center;
}
