


/* Add here all your CSS customizations */





div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0 !important;
}

dl {
    padding: 0.5em;
    overflow: hidden;
}

dt {
    float: left;
    clear: left;
    width: 160px;
    font-weight: bold;
}

dd {
    margin: 0 0 0 110px;
    padding: 0 0 0.5em 0;
}

dl dl {
    margin-bottom: 0;
    padding: 0;
}

    dl dl dd:last-of-type {
        margin-bottom: 0;
    }

td.details-control {
    background: url('../Images/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../Images/details_close.png') no-repeat center center;
}

.control-label {
    font-weight: 700;
}

.note-editor.note-frame .note-editing-area .note-editable {
    color: inherit;
}

select option:disabled {
    color: #aaa;
    font-style: italic;
}

.body-sign-large {
    max-width: 1000px;
}

    .body-sign-large .center-sign {
        vertical-align: top;
    }

/*@font-face {
    font-family: 'poppins-regular';
    src: url('../fonts/poppins-regular.woff') format('woff');
}*/
@font-face {
    font-family: 'poppins-regular';
    src: url('../fonts/poppins-regular.ttf') format('truetype');
}
/*my css*/

body {
    font-family: 'poppins-regular' !important;
}

.navbar {
    overflow: hidden;
    background-color: #60A1DF;
}

    .navbar a {
        float: left;
        font-size: 16px;
        color: white;
        text-align: center;
        padding: 17px 16px;
        text-decoration: none !important;
        font-weight: bold;
    }

.dropdown {
    float: left;
    overflow: hidden;
}

    .dropdown .dropbtn {
        font-size: 16px;
        border: none;
        outline: none;
        color: white;
        padding: 14px 16px;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
    }

    .navbar a:hover, .dropdown:hover .dropbtn {
        /*background-color: #335977;*/
        color: orange;
    }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        float: none;
        color: black;
        padding: 12px 16px;
        text-decoration: none !important;
        display: block;
        text-align: left;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.padding {
    padding: 19px;
    color: white !important;
    font-weight: bold;
    font-size: 15px;
    border-right: solid 1px gray;
}

    .padding:hover {
        color: orange !important;
        cursor: pointer !important;
    }

.userborder {
    height: 542px;
    background-color: white;
    width: 537px;
    margin: 0 auto;
    margin-top: 3%;
    border-radius: 23px;
}

.floatright {
    float: right !important;
}

.userterms {
    color: gray;
    font-size: 12px;
}

.button {
    color: white;
    background: #3AB54A !important;
}

.buttoncancel {
    border: solid 1px lightgreen;
    color: lightgreen;
}

    .buttoncancel:hover {
        border: solid 1px lightgreen;
        color: lightgreen;
    }

.plusicon {
    padding: 9px;
    background: #3AB54A;
    width: 29%;
    font-size: 25px;
    color: white;
    border-radius: 23px;
    text-align: center;
    margin-top: 13px;
    cursor: pointer;
    margin-bottom: 12px;
    float: right;
}

.container-with-sidebar {
    padding: 3%;
}

.userborder {
    height: inherit !important;
}

.loader {
    position: fixed;
    top: 50%;
    left: 50%;
    color: green;
    width: 34px;
    display: none;
}


.pagination > li > a {
    padding: 13px;
    background: #F2F2F2;
    border: solid 1px white;
}

.pagination > .active > span {
    padding: 13px;
    color: #F2F2F2;
}

.pagination {
    margin-top: 30px;
}

.registerlogo {
    margin-top: 5px;
}

.EditGridButton {
    color: white;
    background: #0FBD0E;
    padding: 6px;
    width: 74%;
    padding-left: 20px;
    border-radius: 5px;
    padding-right: 20px;


}

a.
    .EditGridButton:hover {
        color: white !important;
        text-decoration: none;
    }

.DeleteGridButton {
    cursor: pointer;
    color: white !important;
    background: #E22928;
    padding: 6px;
    width: 74%;
    padding-left: 11px;
    border-radius: 5px;
    padding-right: 11px;
}

    .DeleteGridButton:hover {
        color: white !important;
        text-decoration: none;
    }

.EnableDisableGridButton {
    cursor: pointer;
    color: white !important;
    background: #0C87AA;
    padding: 6px;
    width: 74%;
    padding-left: 11px;
    border-radius: 5px;
    padding-right: 11px;
}

    .EnableDisableGridButton:hover {
        color: white !important;
        text-decoration: none;
    }

.whitecolor {
    color: white !important;
}

.menutext {
    color: white !important;
    font-size: 11px !important;
}

.menutextSelected {
    /* background-color: #229CD7; */
    color: #229CD7 !important;
    /* border: 1px solid #80808030; */
}

.faSubmenuIconSize {
    font-size: 12px !important;
}

.blackColor {
    color: #333 !important;
}

.menubackground {
    background: #313131 !important;
}

.carddashboard {
    font-size: 20px;
    vertical-align: text-top;
    margin-top: -7px
}

.channellist {
    height: 178px;
    overflow: auto;
}

.medialistmargin {
    margin-left: 5px;
}

.custom-class {
    background-color: #e8ecef !important;
    border: 1px solid RGBA(0,0,0,0.4) !important;
    border-radius: 0px 5px 5px 0px !important;
}

.login-label {
    border: 1px solid RGBA(0,0,0,0.4) !important;
}

.color-bg-midnightblue {
    background-color: #012d50 !important;
}

.top-border-midnightblue {
    border-top-color: #012d50 !important;
}

.grey-color {
    color: grey !important;
}

.midnightblue-color {
    color: #012d50 !important;
}

table.table-bordered {
    border: 1px solid RGBA(0,0,0,0.2);
    margin-top: 20px;
}

    table.table-bordered > thead > tr > th {
        border: 1px solid RGBA(0,0,0,0.2);
    }

    table.table-bordered > tbody > tr > td {
        border: 1px solid RGBA(0,0,0,0.2);
    }


.border-top-radius {
    border-radius: 15px 15px;
}

.border-bottom-radius {
    border-radius: 0px 0px 15px 15px;
}

.box-shadow {
    box-shadow: -1px 12px 13px 2px rgba(0,0,0,0.1);
}

.nav-tabs > .nav-item > .active {
    border-top-color: midnightblue !important;
}

.view-form-styles {
    padding-top: 3px !important;
    font-weight: 500 !important;
    color: #c5c5c5 !important;
}


/* Make toastr error (delete) background red */
.toast-error {
    background-color: #dc3545 !important; /* Bootstrap's red, or use #ff0000 for pure red */
    color: #fff !important;
}
.toast-success {
    background-color: #28a745 !important; /* Bootstrap's green, or use #4BB543 for a brighter green */
    color: #fff !important;
}

a {
    text-decoration: none !important;
}