.demo {
    margin-top: 100px;
    margin-left: 100px;
}

/* Open sidebar CSS */

.modal.right .tpm-change-bg-modal-dialog {
    position: fixed;
    margin: auto;
    bottom: 0;
    width: 339px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    background: #f6f6f6;
}

.modal.right .tpm-change-bg-modal-content {
    height: 100%;
    background: #f6f6f6;
    overflow-y: auto;
}

.modal.right.fade .tpm-change-bg-modal-dialog {
    right: -370px;
    -webkit-transition: opacity 0.5s linear, right 0.5s ease-in-out;
    -moz-transition: opacity 0.5s linear, right 0.5s ease-in-out;
    -o-transition: opacity 0.5s linear, right 0.5s ease-in-out;
    transition: opacity 0.5s linear, right 0.5s ease-in-out;
}

.modal.right.fade.in .tpm-change-bg-modal-dialog {
    right: 0;
}

.tpm-change-bg-modal-tittle {
    color: #0f3248;
}

.tpm-change-bg-modal-content {
    border-radius: 0;
    border: none;
}

.tpm-change-bg-header {
    border-bottom-color: #dedede;
    box-shadow: 0px 0.5px 30px 0px rgba(145, 112, 112, 0.1);
    background: #f6f6f6;
}

/* Open sidebar CSS End */

/* Sidebar Content Css  */

.tpmsidebartittle {
    color: #17394d;
    font-size: 16px;
}

.board-backgrounds-section-tile {
    box-sizing: border-box;
    cursor: pointer;
    float: left;
    padding: 0 4px;
    position: relative;
    text-align: center;
    width: 50%;
    height: 50%
}

/* Sidebar Content Css End */

/* Img open modal css */

.changeBg {
    cursor: pointer;
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.changeBg:hover {
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15);
}

.align-search-box {
    margin-top: 15px;
    margin-bottom: -15px;
}

.serach-form-control {
    background: #e6e6e6;
    color: #86949d;
    /* padding: 10px 16px 10px 30px; */
    border-radius: 0px;
}

.serach-form-control:active, .serach-form-control:focus {
    box-shadow: none;
}

.glyphicon-chevron-left-16px {
    padding-top: 5px;
    font-size: 16px;
}

.glyphicon-search-grey {
    color: #86949d;
    top: -25px;
    left: 243px;
}

.icon-addon {
    position: relative;
    color: #555;
    display: block;
}

.icon-addon.addon-md.glyphicon, .icon-addon.glyphicon {
    position: absolute;
    z-index: 2;
    left: 10px;
    font-size: 14px;
    width: 20px;
    margin-left: -2.5px;
    text-align: center;
    padding: 9px 0;
    top: 1px
}

/* Img open modal css End */

/* ----- Color Modal CSS ----- */

.tpms-color-background {
    box-sizing: border-box;
    cursor: pointer;
    float: left;
    padding: 0 4px;
    position: relative;
    text-align: center;
    width: 50%;
}

.tpms-color-background .image {
    background-size: cover;
    border-radius: 8px;
    height: 96px;
    margin-bottom: 8px;
    width: 100%;
}

/* ----- Color Modal CSS End ----- */