﻿body { color:#000; font-size:16px; }
.form-control { color:#000; font-weight:bold; }
.RadGrid {
    border-radius: 2px;
    overflow: hidden;
}
.RadGrid .rgHeader, .RadGrid .rgHeader a { font-weight: bold !important; }
.rgRow a, .rgAltRow a { color:#fff !important; }
.rgRow .fa, .rgAltRow .fa { padding:8px; min-width: 32px; text-align: center;  }
.RadDataPager_Bootstrap { background: none !important; border: 0 !important; }
.RadDataPager_Bootstrap .rdpNumPart a, .RadDataPager_Bootstrap .rdpPagerButton, .RadDataPager_Bootstrap .rdpActionButton { color: #e16123 !important; }
.RadDataPager_Bootstrap .rdpNumPart a.rdpCurrentPage { border-color: #e16123 !important; color: #fff !important; background-color: #e16123 !important; }
.RadFirstPage .rgPageFirst, .RadFirstPage .rgPagePrev { display: none !important; }
.RadLastPage .rgPageNext, .RadLastPage .rgPageLast { display: none !important; }
.modal-dialog { width: 100% !important; height: 100% !important; margin: 0 !important; padding: 0 !important; max-width: none !important; }
.modal-content { height: auto !important; min-height: 100% !important; border-radius: 0 !important; background-color: #ececec !important }

.collapse-icon {
    color: #e16123 !important;
    font-weight:bold;
}

.collapse-icon.collapsed {
    color: #4d4d4d !important;
    font-weight:normal;
}

.m-account--form .logo {
    background: white;
}
    .navbar--header .logo {
    padding: 5px 20px;
}

.panel-grid {
    padding: 20px 10px;
}
.panel-title { font-size: 18px; }

.sidebar--nav ul ul a { color:#000; }
.sidebar-light .sidebar--nav ul ul a:hover,
.sidebar-light .sidebar--nav ul ul .open > a,
.sidebar-light .sidebar--nav ul ul .active > a,
.sidebar-light .sidebar--nav ul ul .active > a:before,
.sidebar-light .sidebar--nav ul ul .active > a:after {
    color: #ff4040;
    background-color: transparent;
}

.sidebar--nav > ul > li + li {
    margin-top: 15px; 
}

.app_wrapper { margin: 0; }
.app_sidebar { margin: initial; }

.filelist .file {
    margin-bottom: 10px;     
}
.filelist .file .insurer-text {
    display: block;
    width: 45px;
    padding-bottom: 3px;
    color: rgb(255, 255, 255);
    font-size: 18px;
    line-height: 42px;
    font-weight: 700;
    text-align: center;
    border-radius: 50%;
}
.filelist .file .filename {
    padding-right: 15px;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: bold;
    color: #dc3545;
    overflow: hidden;
    display: block;
}
.filelist .file .subcategory {
    font-size: 16px;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
.filelist .file .tag {
    font-size: 15px;
}
.filelist .file .filedate {
    font-size: 12px;
}
.filelist .file .btnlist .btn i {
    font-size: 14px;
}

@media (max-width: 575.98px) {
    .fancybox-slide--iframe {
        padding: 12px !important;
    }

    .main--content {
        -ms-flex: 1;
        -webkit-box-flex: 1;
        flex: 1;
        padding: 10px 10px 0;
    }

    .filelist .file .filename {
        display: block;
    }

    .filelist .file .subcategory {
        display: block;
    }

    .filelist .file .filedate {
        display: block;
    }
}
/*.tag { font-size:14px;}

@media (min-width: 480px) {
    .user--list > li > .info > .title {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
    }
}
.user--list-w {
    position: relative;
    max-height: 778px;
    margin: 0 -20px;
    z-index: 0;
}

.user--list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.user--list > li {
    position: relative;
    z-index: 0;
}

.user--list > li + li {
    margin-top: 1px;
}

.user--list > li {
    display: block;
    position: relative;
    padding: 17px 20px 13px 75px;
    color: inherit;
    z-index: 0;
}

.user--list > li:hover,
.user--list > li.active {
    background-color: #f8f8f8;
}

.user--list > li > .avatar {
    position: absolute;
    top: 18px;
    left: 20px;
    max-width: 45px;
}

.user--list > li > .button {
    position: absolute;
    top: 18px;
    right: 20px;    
}

.user--list > li > .avatar > .avatar-text {
    display: block;
    width: 45px;
    padding-bottom: 3px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    line-height: 42px;
    font-weight: 700;
    text-align: center;
}

.user--list > li > .avatar > img {
    border-radius: 50%;
}

.user--list > li > .info .label {
    display: inline-block;
    margin-left: auto;
    font-size: 12px;
    line-height: 18px;
    border-radius: 3px;
    cursor: inherit;
}

.user--list > li > .info > .title {
    margin-bottom: 0;
    color: #000;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
        align-items: center;
}

.user--list > li > .info > .title > .title-text {
    display: block;
    margin-top: -2px;
    padding-right: 15px;
    color: #393939;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

    font-size: 18px;
    font-weight: bold;
    color: #dc3545;
}

.user--list > li > .info > .title > .subtitle-text {
    font-size: 16px;
    color: #000;
    overflow: hidden;
}

.user--list > li > .info > .title > .time {
    display: block;
    margin-left: auto;
    white-space: nowrap;
}

.user--list > li.has-attachment > .info > .title > .time:before {
    content: "\f0c6";
    margin-right: 10px;
    color: #000;
    font-family: "Font Awesome\ 5 Free";
    font-weight: 700;
}

.user--list > li > .info > p {
    margin-bottom: 0;
}

.user--list > li > .info > .subtitle {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.user--list > li > .info > .desc {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
        align-items: center;
    color: #555555;
}

.user--list > li > .info > .desc > .desc-text {
    display: block;
    padding-right: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.user--list > li.star-icon {
    position: absolute;
    right: 0;
    bottom: 13px;
    padding: 0 20px 0 15px;
    z-index: 1;
}

.user--list > li.star-icon + a > .info > .desc {
    padding-right: 28px;
}

.user--list > li.is-unread > .info > .title > .title-text {
    font-weight: 700;
}

.user--list > li.is-unread > .info > .title > .time {
    color: #2bb3c0;
    font-weight: 600;
}

.user--list > li.is-unread > .info > .subtitle {
    font-weight: 600;
}

@media (min-width: 480px) {
    .user--list > li.star-icon + a > .info > .desc {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
    }
}*/
