﻿
/*new-added start*/
.wrapper {
    min-height: auto !important;
}

.main-sidebar {
    position: fixed;
}

.main-header {
    position: fixed;
    max-height: 100%;
    z-index: 1030;
    width: 100%
}

.content-wrapper {
    height: calc(100vh - 50px);
    margin-top: 50px;
    position: relative;
    min-height: inherit !important;
}

.content-header {
    padding: 0px 15px;
    margin: 10px 0px;
}

    .content-header .breadcrumb {
        padding: 0px;
        right: 15px;
        top: 50%;
        transform: translate( 0%, -50%);
    }

.small-box-fixed {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

.main-template {
    min-height: 142px;
    overflow-y: hidden;
    border: 1px solid #c6c6c6;
    border-radius: 8px;
}

.tempate-common {
    max-height: calc(100vh - 350px);
    overflow-y: scroll;
    padding: 10px;
    margin-bottom: 0px;
    padding: 10px;
}


#TempleteListGroup .card:last-child {
    margin-bottom: 0px;
}


.CustomPagination {
    width: 100%;
    background: #c3c3c369;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}
.for-pagination {
    width: 100%;
    background: #c3c3c369;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

.pagination {
    margin: 0px;
}
.status-fliter, .search-input{
    display:flex !important;
    align-items:center !important;
}
.status-fliter label, .search-input label {
    white-space: nowrap !important;
    margin-right: 10px  !important;
}

    .status-fliter select, .search-input input {
        height: 30px;
        padding: 4px 12px;
        border-radius:4px;
    }
        /*sidemenu*/
        .sidebar-menu li a i {
        text-align: center;
    }

.sidebar-menu li a {
    padding: 12px 15px;
}

.sidebar-collapse .sidebar-menu li a {
    padding: 12px 11px;
}

.small-box .inner p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.col.custom-width {
    width: 10.5%;
}

.small-box .icon {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: absolute;
    top: 6px;
    right: 10px;
    z-index: 0;
    font-size: 30px;
    color: rgba(0, 0, 0, 0.15);
}

.small-box:hover .icon {
    font-size: 40px;
}

.bg-gray {
    color: #fff !important;
}

.bg-silver1 {
    background-color: #6ca7d9;
    color: #fff !important;
}

.bg-brown {
    background-color: #6d330dc4;
    color: #fff !important;
}

.bg-pink {
    background-color: #ec9fc0;
    color: #fff !important;
}

.btn {
    /*border-radius: 50px !important;*/
    /*  min-width: 80px;*/
}

.bg-History {
    background-color: #777;
    color: #fff !important;
}


.small-box h3 {
    font-size: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 110px;
}

.form-horizontal .control-label {
    white-space: nowrap !important;
}
/*new-added finish*/
.card {
    position: relative;
    display: flex;
    flex-direction: row;
    min-width: 0;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #c8ced3;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    padding: 15px;
    justify-content: space-between
}

.main-title-text {
    height: 100%;
    min-height: 100px;
    max-width: 200px;
    min-width: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    text-transform: capitalize;
    font-weight: 700;
    border: 1px solid #8c8989;
    margin-right: 15px;
    text-align: center;
    border-radius: 8px;
}


.btnCenter {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.customer-text {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.main-descrpition-text {
    margin-right: 15px;
}

    .main-descrpition-text span {
        display: block;
    }

.btnCenter .btn {
    text-align: center;
    min-width: 75px;
    border-radius: 50px;
    margin-right: 6px;
    margin-bottom: 5px;
    font-size: 12px;
}
/*// status style*/
/*.main-descrpition-text .time-text:first-child {
    display: inline-block;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    padding: 8px 12px;
    border-radius: 50px;
    margin-bottom: 10px;
}*/
.main-cotent-left {
    display: flex;
    align-items: center;
    max-width: 50%;
    width: 100%;
}

.main-cotent-right {
    max-width: 50%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.callout {
    padding: 15px;
    text-align: center;
}

.newcallout {
    background-color: transparent !important;
    border-radius: 0px;
    padding: 10px 20px;
}

.callout small {
    display: block;
    font-size: 14px;
    line-height: 1;
}

.callout strong {
    font-size: 18px;
    line-height: 1;
}

.callout-green {
    background-color: #4dbd74;
    border-left: 4px solid #4dbd74;
}

.callout-blue {
    background-color: #63c2de;
    border-left: 4px solid #63c2de;
}

.callout-yellow {
    background-color: #ffc107;
    border-left: 4px solid #ffc107;
}

.callout-red {
    background-color: #f86c6b;
    border-left: 4px solid #f86c6b;
}

.curser {
    cursor: pointer;
}
/*.cbtn {
    padding: 0;
    display: inline-block;
    width: 26px;
    height: 26px;
}*/


.panel-fix {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
}

.label-edit {
    padding: 5px;
    display: inline-block;
    width: 26px;
    height: 26px;
    background-color: #efefef;
    border-radius: 4px;
    margin-right: 3px;
    color: #333333;
}



select[multiple], select[size] {
    max-width: 450px;
    height: auto;
}

.mailSuccess {
    color: green !important;
    cursor: pointer;
}

.mailFailed {
    color: red !important;
    cursor: pointer;
}

.mailContinue {
    color: #00c0ef !important;
    cursor: pointer;
}

.mailPause {
    color: #f39c12 !important;
    cursor: pointer;
}

.mailRe-Generate {
    color: red !important;
    cursor: pointer;
}

.small-box {
    border-radius: 8px;
    box-shadow: rgb(0 0 0 / 15%) 0px 3px 3px 0px;
    overflow: hidden;
}

span#statusTxtEmail2.exits {
    color: red;
}

span#statusTxtEmail2.NotExits {
    color: green;
}

.note-editing-area {
    overflow: auto !important;
    height: 470px;
}

.note-modal {
    top: 30px !important;
}

.column {
    float: left;
    width: 20.33%;
    padding: 5px;
}

/* Clear floats after image containers */
.row::after {
    content: "";
    clear: both;
    display: table;
}

.small-box > .small-box-footer {
    max-height: 21px;
}

.vonageIcon {
    background-image: url('../../Image/vonage.png');
    height: 10px;
    width: 10px;
}


.ActionMargin {
    margin: 0px 5px;
}

.QuickActionBtn {
    font-size: 15px;
    margin-left: 38px;
    color: #222d32ab;
}


/*-------------------------*/


.pagination {
    display: inline-block;
}

    .pagination a {
        float: left;
        padding: 1px 11px;
        text-decoration: none;
    }

        .pagination a.active {
            background-color: #555299;
            color: white;
            border-radius: 8px;
        }

        .pagination a:hover:not(.active) {
            background-color: #ddd;
            border-radius: 8px;
        }


.filter {
    width: 60%;
}


/*.custom-select2 {
    width: 24%;
    height: 29px;
    padding: 1px 2px;
    font-size: 13px;
    line-height: 1.428571;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}*/


.PageSize-fliter {
    display: flex !important;
    align-items: center !important;
    height: 30px;
    padding: 4px 12px;
    border-radius: 4px;
}

    .PageSize-fliter label {
        white-space: nowrap !important;
        margin-right: 10px !important;
    }

    .PageSize-fliter input {
        height: 30px;
        padding: 4px 12px;
        border-radius: 4px;
        width: 54px;
    }



#ContactList .item.active1 {
    background: #d2d6de !important;
}





