.bg-login{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
}
.login-box {
    margin: 12% auto 7% auto;
}
.login-box-body {
    box-shadow: 0 0 10px #ddd;
}
.numbadge {
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
}
.numbadge > .badge {
    position: relative;
    top: -1px;
    margin-left: 5px;
    font-style: normal;
}
.img-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
    display: inline-block;
    border: solid 1px #ddd;
    border-radius: 10px;
}
.image-link {
    display: inline-block;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.image-link:hover,.image-link:focus,.image-link:active {
    opacity: 0.7;
}
.table-middle td {
    vertical-align: middle !important;
}
.box-center {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
    border-bottom: 1px solid #f4f4f4;
    border-top: 1px solid #f4f4f4;
}
.box-center .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}
.imageg-addon{
    padding: 4px 12px;
}
.form-group{
    max-width: 100%;
}
.col-il {
    display: block;
    float: left;
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.il-img {
    display: block;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
}
.il-wrap {
    box-shadow: 0 0 10px #ddd;
    border: solid 1px #ddd;
}
.il-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.il-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    z-index: 5;
}
.il-zoom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 5;
    display: none;
    cursor: pointer;
}
.izoom-icon {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    text-align: center;
    color: #ececec !important;
    font-size: 25px;
    display: block;
}
.il-img:hover > .il-layer > .il-btn,.il-img:focus > .il-layer > .il-btn,.il-img:active > .il-layer > .il-btn {
    display: block;
}
.il-img:hover > .il-layer > .il-zoom,.il-img:focus > .il-layer > .il-zoom,.il-img:active > .il-layer > .il-zoom {
    display: block;
}
.il-input {
    border-top: 0;
}
.il-star {
    position: absolute;
    top: 0;
    display: none;
    left: 0;
    z-index: 6;
}
.istar-icon {
    display: inline-block;
    padding: 4px 9px;
    background-color: #00c0ef;
    color: #FFFFFF;
    font-size: 14px;
    border-bottom-right-radius: 5px;
}
.input-error {
    border-color: #d61616;
}
.error-text {
    color: #fb0000;
    font-size: 13px;
    font-style: italic;
    margin: 3px 0 0 0;
}
.box-color{
    height: 25px;
    width: 25px;
    display: inline-block;
}
.tabs-style > li > a {
    color: #808080;
    background-color: #f3f3f3;
    border-bottom: solid 1px #ddd;
    border-radius: 0;
    padding: 10px 25px;
    margin-right: 0;
    font-size: 15px;
}
.welcome-text > h2 {
    font-size: 80px;
}
.welcome-text > h2 > span {
    font-weight: bold;
}
.welcome-text {
    margin-bottom: 30px;
    border-top: solid 1px #ddd;
}
.btn-tview {
    width: 100px;
    display: inline-block;
    padding-left: 22px !important;
    text-align: center !important;
}
.fa-total {
    font-size: 15px !important;
    font-style: normal !important;
    width: 25px !important;
}
.btn-tview > .fa-search {
    float: right;
    padding: 3px 4px;
    border-left: 1px solid rgba(0,0,0,0.2);
    font-size: 12px;
    width: 25px;
}
.photo-preview {
    padding-bottom: 100%;
    display: block;
    background-size: cover;
    border: solid 1px #ddd;
}
.loader-image {
    text-align: center;
    padding: 100px 0;
}
.loader-image > img {
    width: 60px;
}
#table-loader {
    display: none;
}
#table-mloader {
    display: none;
}
#pag-list {
    margin: 0;
    padding: 0;
    display: inline;
}
#pag-list > li {
    display: inline;
}
#pag-list > li > a {
    position: relative;
    float: left;
    padding: 4px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    background: #fafafa;
    color: #666;
} 
#pag-list > .active > a {
    color: #fff;
    background-color: #dc6900;
    border-color: #dc6900;
}
@media(max-width: 767px){
    .col-il {
        width: 50%;
    }
    .welcome-text > h2 {
        font-size: 40px;
    }
}
@media(max-width: 500px){
    .col-il {
        width: 100%;
    }
    .welcome-text > h2 {
        font-size: 30px;
    }
}