﻿.btn-search {
    color: #fff;
    background-color: #5a8dee;
    border-color: #5a8dee;
}

#divctcs {
    position: relative;
    margin-bottom: 25px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
}

span.input-group-addon {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #495057;
    text-align: center;
    background-color: #e9ecef;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}

.ibox .ibox-head {
    padding: 0 20px;
    border-bottom: 1px solid #eee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
}

.ibox .ibox-body {
    padding: 15px 20px 20px 20px;
}

.errClass {
    padding: 10px 15px;
    color: red;
    border-radius: 0;
    position: relative;
    padding-left: 32px;
    border: 1px solid red;
    margin: 5px 0px;
    font-weight: normal;
    text-align: left;
    display: table;
    width: 100%;
}

.succClass {
    color: #5a8dee;
    border: 1px solid #5a8dee;
    margin: 10px;
    font-size: 16px;
}

.btnsm {
    margin: 2px;
}

.modalalert {
    position: absolute;
    width: 650px;
    bottom: 0px;
    right: -22px;
}

#template-customizer .template-customizer-open-btn {
    display: none !important;
}

.page-item:not(.first, .last, .next, .prev, .previous) {
    background-color: #eeeff1 !important;
    border: 1px solid aliceblue !important;
}

.actspinner {
    margin: auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

    .actspinner > div {
        z-index: 999;
        background-color: #5a8dee;
        height: 100%;
        width: 6px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out;
    }

    .actspinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .actspinner .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .actspinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .actspinner .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

.spinner {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

    .spinner > div {
        z-index: 999;
        background-color: #5a8dee;
        height: 100%;
        width: 6px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out;
    }

    .spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spinner .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .spinner .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

.spinner1 {
    /*margin: 100px auto;*/
    width: 70px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

    .spinner1 > div {
        z-index: 999;
        background-color: #5a8dee;
        height: 100%;
        width: 6px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out;
    }

    .spinner1 .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spinner1 .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .spinner1 .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .spinner1 .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

.app-email {
    position: relative;
    height: calc(110vh - 10.5rem);
    overflow: hidden;
}

.menu-item .active {
    color: #fff !important;
    background-color: #5a8dee !important;
}

.activeclass {
    color: #fff !important;
    background-color: #5a8dee !important;
}

.logbgimg {
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    background-image: url('../img/Images/jewelers-helping-jewelers-real-crime-real-time-text-alerts.jpg');
    /*background-image: url(../img/Images/jewelers-helping-jewelers-real-crime-real-time-text-alerts-.jpg);*/
    /*background-image: url('../img/Images/image-2.jpg');*/
}

.signbgimg {
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    background-image: url('../img/Images/jewelers-helping-jewelers-crime-alert-network.jpg');
}

.customerbox {
    padding: 5px 10px;
    margin: 10px 10px 10px 10px;
    background: #dedede;
    color: #525252;
    position: relative;
    border-radius: 5px;
}

.marginleft {
    margin-left: 10px;
}

/*#d5d500*/


.bgcolortl {
    /*background-color: #dddd00 !important;*/
    /*background-color: #fdac41 !important;*/
}

.btnmore {
    text-align: center;
    color: white;
}

.btnmoreal {
    font-size: 16px;
    text-transform: uppercase;
}

.btndsend {
    text-transform: uppercase;
    font-size: 20px;
}

.mrleft {
    margin-left: 0.5rem !important;
}

.btndisp {
    display: flex;
    justify-content: flex-start !important;
}

.btntbl {
    margin-bottom: 2px;
    float: right;
}

.divrefresh {
    text-align: end;
}

.divrefreshtp {
    text-align: end;
    margin-top: 5px;
}

.divmragin {
    margin-bottom: 15px;
}

.ddlpages {
    margin: 2px;
    width: 21%;
}

.btnsm {
    padding: 6px 22px;
}

.mdheader {
    background-color: #5a8dee;
    padding: 15px;
}

.close {
    background-color: #5a8dee;
    border: 0px;
}

.invalidno {
    background: red;
    padding: 4px;
    color: white;
    border-radius: 10px;
}

@media only screen and (max-width: 424px) {
    .modalalert {
        position: absolute;
        width: auto;
        bottom: -100px;
        right: -22px;
    }
}

@media only screen and (max-width: 575px) and (min-width: 425px) {
    .modalalert {
        position: absolute;
        width: auto;
        bottom: -100px;
        right: -22px;
    }
}

@media only screen and (max-width: 575px) {
    /*.hidesend {
        display:none;
    }*/

    /*.modalalert {
        position: absolute;
        width: 256px;
        bottom: -144px;
        right: -22px;
    }*/
    .btntbl {
        margin-bottom: 2px;
        float: none;
    }
}

@media only screen and (max-width: 767px) {
    .hidesm {
        display: none;
    }

    .carddash {
        padding: 10px;
    }

    .divwidth {
        width: 25% !important;
    }

    .divrefresh {
        text-align: left;
    }

    .divpage {
        width: 70%;
    }

    .divrefreshtp {
        text-align: end;
        width: 10%;
        margin-top: 5px;
    }

    .divmragin {
        margin-bottom: 90px;
    }

    .ddlpages {
        margin: 2px;
        width: 100%;
    }
}

@media only screen and (min-width: 1199px) {
    .tolret {
        height: 145.69px;
    }
}

@media only screen and (min-width: 1600px) {
    .marginleft {
        margin-left: 50px;
    }
}

@media only screen and (min-width: 1199px) and (max-width: 1282px) {
    .hideclass {
        display: none;
    }
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}
