.login-page {
    /*background: #3c8dbc;*/
    background: #ecf0f5;
}
.login-logo, .login-logo a {
    /*color: white;*/
}
.user-photo-menu {
    padding: 20px 0;
}
.user-photo-menu .fa {
    font-size: 40px;
    color: #ddd;
    border: 2px solid #ddd;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding-top: 6px;
}
.user-photo-left {
    padding: 4px 0;
}
.user-photo-left .fa {
    font-size: 20px;
    border: 1px solid #222;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    padding-top: 5px;
    text-align: center;
}
.user-avatar-link {
    display: block;
}
.user-avatar-link img {
    border-radius: 50%;
    max-width: 100%;
    height: auto;
    border: 2px solid #ccc;
}
.user-basic img {
    border-color: #3c8dbc;
}
.user-standard img {
    border-color: #dd4b39;
}
.user-pro img {
    border-color: #f39c12;
}
.text-xs {
    font-size: 12px;
}
.fa.text-xs {
    font-size: 10px;
}
h5.widget-user-desc {
    font-size: 18px;
}
.widget-user-header {
    height: auto !important;
}
.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
    height: 185px;
    background: #69ba19;
}
.text-white {
    color: #fff !important;
}
.widget-user-image>img {
    border: 2px solid white;
}
.apply-form .form-control, .apply-form .input-group {
    width: 100%;
}

.skin-black-light .sidebar-menu>li.active>a {
    background-color: #dae4ea;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.main-header .logo {
    font-size: 17px;
}
.login-logo, .register-logo {
    font-size: 22px;
}
tr.file-deleted > td {
    color: #999;
}
tr.file-deleted a {
    color: #547792;
}
.pagination a.disabled {
    cursor: pointer;
    background: #eeeeee;
}
.box .table tr:hover>td {
    background: #fafafa;
}
.file-thumb {

}
.file-thumb .fa {
    font-size: 60px;
    margin-top: 20px;
}
.file-thumb>a {
    text-decoration: none;
    display: block;
    text-align: center;
    height: 140px;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #eeeeee;
    padding: 5px;
}
.file-thumb footer {
    display: none;
    position: absolute;
    margin-top: -175px;
    text-align: right;
    width: 155px;
}
.file-thumb>a>div {
    height: 100px;
}
.file-thumb img {
    max-height: 100px;
    max-width: 100%;
}
.file-thumb p {
    position: relative;
    margin: 0;
    padding-top: 10px;
}
.file-thumb ins {
    text-align: right;
    display: block;
    position: relative;
    height: 14px; top: -14px; margin-bottom: -14px;
    font-size: 11px;
    color: #999;
    text-decoration: none;
    padding: 0 5px;
    background: rgba(256, 256, 256, 0.5);
}
.file-thumb:hover a {
    background: #fafafa;
}
.file-thumb footer .fa {
    font-size: 16px;
}
.file-thumb:hover footer {
    display: block;
}
.file-thumb ins>span {
    float: left;
}
.file-thumb.file-deleted a {
    color: #999;
}