.msg-box {
    border-left: 4px solid #72aee6;
    padding: 12px;
    margin-left: 0;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    word-wrap: break-word
}

.login-form {
    margin-left: 0;
    padding: 26px 24px 34px;
    font-weight: 400;
    overflow: hidden;
    background: #fff;
    border: 1px solid #c3c4c7;
    box-shadow: 0 1px 3px rgba(0,0,0,.04)
}

    .login-form input[type=text],
    .login-form input[type=email],
    .login-form input[type=password] {
        background: #fff;
        font-size: 16px;
        line-height: 1.33333333;
        width: 100%;
        border-width: 0.0625rem;
        padding: 0.1875rem 0.3125rem;
        margin: 0 6px 16px 0;
        min-height: 40px;
        max-height: none;
        box-shadow: 0 0 0 transparent;
        border-radius: 4px;
        border: 1px solid #8c8f94;
    }

    .login-form label,
    .checklist label {
        font-size: 14px;
        line-height: 1.5;
        display: inline-block;
        margin-bottom: 3px;
        font-weight: normal;
        margin-left: 5px;
    }

    .login-form input[type=checkbox], input[type=radio],
    .checklist input[type=checkbox] {
        border: 1px solid #8c8f94;
        border-radius: 4px;
        background: #fff;
        color: #50575e;
        clear: none;
        cursor: pointer;
        display: inline-block;
        line-height: 0;
        height: 1rem;
        margin: -.25rem .25rem 0 0;
        outline: 0;
        padding: 0 !important;
        text-align: center;
        vertical-align: middle;
        width: 1rem;
        min-width: 1rem;
        box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
        transition: .05s border-color ease-in-out;
        height: 1.5rem;
        width: 1.5rem
    }

textarea.form-control {
    background: #fff;
    line-height: 1.33333333;
    width: 100%;
    border-width: 0.0625rem;
    padding: 0.1875rem 0.3125rem;
    margin: 0 6px 16px 0;
    box-shadow: 0 0 0 transparent;
    border-radius: 4px;
    border: 1px solid #8c8f94;
    resize: none;
}

.pagelink {
    background: #fff;
    line-height: 1.33333333;
    width: 100%;
    border-width: 0.0625rem;
    padding: 0.1875rem 0.3125rem;
    box-shadow: 0 0 0 transparent;
    border-radius: 4px;
    border: 1px solid #8c8f94;
}

    .login-form input[type=text]:focus,
    .login-form input[type=email]:focus,
    .login-form input[type=password]:focus,
    textarea.form-control:focus,
    .pagelink:focus {
        border-color: #2271b1;
        box-shadow: 0 0 0 1px #2271b1;
        outline: 2px solid transparent;
    }

.toggle-eye-password {
    position: absolute;
    right: 5%;
    top: 40%;
    z-index: 1;
    border-left: 1px solid #ccc;
    padding-left: 10px;
    color: #555;
    width: 2em;
    text-align: center;
}

.input-form .toggle-eye-password {
    right: 5%;
    top: 20%;
}

.p-relative {
    position: relative;
}

.bg-nav {
    background: #1d2327;
}

@media (min-width: 992px) {
    .bg-nav {
        width: 253px;
    }
}

@media (min-width: 1200px) {
    #adminmenu {
        width: 253px;
    }
}

@media (max-width: 768px) {
    .bg-nav {
        background: #1d2327;
        width: 50px;
    }
}

.adminbar {
    direction: ltr;
    color: #c3c4c7;
    font-size: 13px;
    font-weight: 400;
    line-height: 2.46153846;
    height: 32px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: #1d2327;
    padding: 0 15px;
}

#adminmenuwrap {
    padding-top: 32px;
    position: relative;
    min-width: 50px;
}

#adminmenu {
    clear: left;
    padding: 12px 0;
    /* padding: 0; */
    list-style: none;
    position: fixed;
    z-index: 2;
    background: #1d2327;
    min-height: 100vh;
    min-width: 50px;
}

    #adminmenu .menu-name {
        display: block;
        text-decoration: none;
        padding: 15px 8px 15px 36px;
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        word-break: break-word;
        -webkit-hyphens: auto;
        hyphens: auto;
        cursor: pointer;
        color: #fff;
        border-left: 5px solid transparent;
        position: relative;
        height: 50px;
    }

        #adminmenu .menu-name:hover,
        #adminmenu .menu-name.active {
            color: #72aee6;
            text-decoration: none;
            border-left: 5px solid #72aee6;
            background: #4b4b4b;
        }

        #adminmenu .menu-name i {
            position: absolute;
            left: 10px;
            bottom: 18px;
        }

.content-cms {
    padding: 48px 16px 16px 16px;
}

.cms-title {
    font-size: 23px;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 4px 0 4px;
    line-height: 1.3;
}

#userName a,
#adminLang div,
.to-dashboard,
.to-home {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

    .to-dashboard:hover,
    .to-home:hover {
        color: #72aee6;
        text-decoration: none;
    }

#userAction,
#langItems {
    display: none;
}

#userName:hover > #userAction,
#adminLang:hover > #langItems {
    display: block !important;
    background: #1d2327;
    padding: 15px;
    position: absolute;
    width: 200px;
    right: 0;
    color: #fff;
}

#userAction a:hover,
#langItems div:hover {
    color: #72aee6;
}

#langItems img {
    width: 18px !important;
    height: 12px !important;
    margin-right: 5px;
}

.cms-sub-title {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    line-height: 1.3;
}

.cms-highlight-title {
    font-size: 30px;
    margin: 0;
    line-height: 1.3;
}

.box-wrap {
    margin-left: 0;
    padding: 25px;
    font-weight: 400;
    overflow: hidden;
    background: #fff;
    border: 1px solid #c3c4c7;
    box-shadow: 0 1px 3px rgba(0,0,0,.04)
}

.tb-list {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #dddddd;
}

    .tb-list td {
        border: 0px;
        text-align: left;
        padding: 10px;
        text-align: left;
    }

    .tb-list th {
        background-color: #fff;
        border-bottom: 1px solid #dddddd;
        text-align: left;
        padding: 5px 10px !important;
        border: none;
        text-align: left;
    }


    .tb-list tr:nth-child(odd) {
        background-color: #fff;
    }

    .tb-list tr:nth-child(even) {
        background-color: #f0f3f3;
    }

    .tb-list th.check-all,
    .tb-list td.check-single {
        width: 29.925px !important;
    }

    .tb-list img {
        max-height: 50px;
    }

.lnk-sort-head,
.lnk-sort-head:hover {
    color: #337ab7;
    text-decoration: none;
    cursor: pointer;
}

.lnk-sort,
.lnk-sort:hover {
    color: #337ab7;
    text-decoration: none;
    cursor: pointer;
}

.input-form input[type=text],
.input-form input[type=email],
.input-form input[type=password] {
    background: #fff;
    font-size: 16px;
    line-height: 1.33333333;
    border-width: 0.0625rem;
    padding: 0.1875rem 0.3125rem;
    margin: 0 6px 16px 0;
    min-height: 40px;
    max-height: none;
    box-shadow: 0 0 0 transparent;
    border-radius: 4px;
    border: 1px solid #8c8f94;
    width: 100%;
    color: #000;
}

.input-default {
    background: #fff;
    line-height: 1.33333333;
    border-width: 0.0625rem;
    padding: 0.1875rem 0.3125rem;
    margin: 0 6px 16px 0;
    min-height: 40px;
    max-height: none;
    box-shadow: 0 0 0 transparent;
    border-radius: 4px;
    border: 1px solid #8c8f94;
    width: auto;
    color: #000;
}

.searchbar input[type=text] {
    background: #fff;
    font-size: 14px;
    line-height: 1.33333333;
    border-width: 0.0625rem;
    padding: 0.1875rem 0.3125rem;
    margin: 0 6px 16px 0;
    box-shadow: 0 0 0 transparent;
    border-radius: 4px;
    border: 1px solid #8c8f94;
    color: #000;
}

    .input-form input[type=text]:focus,
    .input-form input[type=email]:focus,
    .input-form input[type=password]:focus,
    .searchbar input[type=text]:focus,
    .searchbar input[type=text]:active,
    .input-default:focus {
        border-color: #2271b1;
        box-shadow: 0 0 0 1px #2271b1;
        outline: 2px solid transparent;
    }

.input-form label {
    font-size: 16px;
    line-height: 1.5;
    display: inline-block;
    margin-bottom: 3px;
    font-weight: normal;
}

.tb-list-0 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: none;
}

    .tb-list-0 td {
        border: 0px;
        text-align: left;
        padding: 10px;
        min-width: 100px;
    }

        .tb-list-0 td:first-child {
            padding-left: 0px !important;
        }

    .tb-list-0 th {
        background-color: #fff;
        text-align: left;
        padding: 5px 10px;
    }

.w-160 {
    width: 160px;
}

.user-edit,
.user-edit:hover {
    font-size: 12px;
    text-decoration: none;
}

.user-delete,
.user-delete:hover {
    font-size: 12px;
    text-decoration: none;
    color: red;
}

.txt-info {
    font-size: 12px;
    color: dimgray;
}

.alert-box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    z-index: 999;
}

.alert-box-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 2rem 2.5rem;
    width: 20em;
    border-radius: 0.5rem;
}

.btn-close-alert {
    float: right;
    width: 1.5rem;
    font-size: 25px;
    line-height: 1;
    padding: 0 .2em .15em;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: var(--clr-neutral);
    color: var(--clr-dark);
    transition: color 0.12s ease-in-out;
}

.close-button:hover {
    color: var(--clr-main);
}

.show-modal {
    opacity: 1 !important;
    visibility: visible !important;
}

.data-tb-list label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}

.data-tb-list select {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.btn-border-blue,
.btn-border-blue:focus,
.btn-border-blue:hover {
    color: #177dbe;
    background-color: #fff;
    border-color: #177dbe;
}

.w-45 {
    width: 45%;
}

.box-wrap-head {
    padding: 5px 15px;
    background: #fff;
    border-bottom: 2px solid #c3c4c7;
    font-weight: bold;
    text-align: left;
}

.box-wrap-body {
    margin-left: 0;
    font-weight: 400;
    overflow: hidden;
    background: #fff;
    border: 1px solid #c3c4c7;
    box-shadow: 0 1px 3px rgba(0,0,0,.04);
}

.box-wrap-footer {
    padding: 15px;
    background: #efeded;
    border-top: 2px solid #c3c4c7;
    box-shadow: 0 1px 3px rgba(0,0,0,.04);
}

select,
.dataTables_filter input {
    /*width: 100%;
    padding: 10px 5px;*/
    outline: #2271b1;
    border: 1.5px solid #8c8f94;
    border-radius: 4px;
    color: #626d73;
}

.select-small {
    border: 1.5px solid #8c8f94;
    border-radius: 4px;
    color: #000;
    width: 50%;
    padding: 5px 15px;
    font-weight: bold;
    height: 30px;
    width: 221px;
}

.lb-tag {
    background: #fff;
    padding: 3px 5px;
    border: 1px solid #177dbe;
    border-radius: 5px;
    color: #177dbe;
    font-size: 12px;
    margin-right: 5px;
}
    .lb-tag .spnClose {
        margin-left: 5px;
        padding: 1px;
    }
    input .small-datepicker {
    background: #fff;
    line-height: 1.33333333;
    border-width: 0.0625rem;
    box-shadow: 0 0 0 transparent;
    border-radius: 4px;
    border: 1px solid #8c8f94;
    width: auto;
    color: #000;
    padding: 5px 15px;
    font-weight: bold;
    height: 30px;
}

.lb-publish-action {
    width: 113px !important;
}

ins {
    text-decoration: none;
    background-color: #d4fcbc;
}

del {
    text-decoration: line-through;
    background-color: #fbb6c2;
    color: #555;
}

.comparebox {
    background: #fff;
}

.tox-statusbar__branding, .tox-promotion {
    display: none;
}

.btn {
    padding: 6px 20px !important;
    font-size: 16px !important;
}

.divMesg {
    display: none;
    width: 100%;
    text-align: center;
    font-size: 27px;
    color: red;
    position: absolute;
    top: 120px;
}

/* AlertBox CSS */
.offer-trip-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #aaaaaa94;
    top: 0;
    left: 0
}

    .offer-trip-overlay .close-overlay {
        position: absolute;
        right: 20px;
        color: #fff;
        font-size: 16px;
        cursor: pointer
    }

.offer-trip-wrapper {
    margin: 270px auto;
    width: 500px;
    min-height: 150px;
    max-width: 90%;
    background-color: #fff;
    border-radius: 6px;
    padding: 20px !important;
    text-align: center;
    font-size: 16px
}

.offer-trip-wrapper-title {
    margin: 270px auto;
    width: 500px;
    min-height: 150px;
    max-width: 90%;
    background-color: #fff;
    border-radius: 6px;
    padding: 20px !important;
    font-size: 16px
}

.btn.btn-border-blue {
    color: #fff;
    border-color: #079bcc;
    background-color: #079bcc;
}

.error {
    border: 1px solid #E77776 !important;
}

.spnItem {
}

    .spnItem .spnClose {
    }
.img-sm-list {
    height: 80px !important;
    width: 80px !important;
}
.img-thumbnail{
    max-height:300px !important;
    max-width:300px !important;
}
.paymenttypetr .radio-select{
    border: none !important;
}