html, body {
    font-family: "Quicksand", sans-serif;
    overflow-x: hidden;
}



:root {
    --a-color: rgba(0, 0, 0, 0.8);
    --p-color: rgba(0, 0, 0, 0.7);
    --s-color: #0a5f75;
    --t-color: #f5f5f5;
    --b-color: rgba(0, 0, 0, 0.1);
    --text-color: rgba(0, 0, 0, 1);
    --white-color: #fff;
}

.calendar {
    background: #fff url("../../img/calendar.png") no-repeat right center !important;
    background-position: 96% 50% !important;
}

.navbar-header {
    width: 192px;
    height: 70px;
    border-radius: 0px 0px 8px 0px;
    text-align: center;
}

.navbar-brand {
    padding: 0px;
    max-height: 78px;
    padding-left: 6px;
    vertical-align: middle;
}

    .navbar-brand img {
        width: 190px;
        margin-top: 2px;
        height: 67px;
    }

#myNavbar li a {
    font-size: 12px;
    letter-spacing: 2px;
    text-align: center;
    color: var(--p-color);
    text-transform: uppercase;
    font-weight: 500;
    padding: 24px 12px;
    border-bottom: 5px solid #fff;
    border-top: 5px solid #fff;
}

#myNavbar li.active a {
    font-weight: 700;
    border-bottom: 5px solid var(--s-color);
}

.navbar .container-fluid {
    padding: 0px;
}

.navbar {
    border: 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid #ddd;
    background: #fff;
}

#myNavbar {
    min-height: 70px;
}

    #myNavbar li {
    }

ul.navbar-.main_dt_container {
    background-color: var(--t-color);
    padding: 30px 0px;
}

#myNavbar li a:hover,
#myNavbar li a:active {
    background: unset;
    /* border-bottom: 5px solid var(--s-color); */
    transition-duration: 0.3s;
    font-weight: 700 !important;
    color: #0a5f75;
}


.navbar-right {
    padding-right: 10px;
}

    .navbar-right li a {
        width: 200px;
        text-align: right !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
/**content**/

.main_container {
    margin-right: 387px;
    margin-top: 60px;
}

.main_dt_container {
    /*background-color: var(--t-color);*/
    padding: 30px 0px;
    border-right: 1px solid #ddd;
    height: calc(100vh - (60px + 0px));
}

.main_dt_full_height {
    height: calc(100vh - (20px + 0px));
}

    .main_dt_full_height .outer_chart_container {
        height: 534px;
    }

.dt_container_header a {
    text-decoration: none;
    cursor: pointer;
    float: left;
    list-style: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #000;
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    margin: 0px 5px;
    color: var(--p-color);
    font-weight: 500;
}

a.dt_container_header_bold {
    font-weight: bold;
}

a.dt_container_header_italic {
    font-style: italic;
}

a.dt_container_header_underline {
    text-decoration: underline;
}

a.dt_container_header_color {
    text-decoration: underline;
    margin-right: 20px;
}

a.dt_container_header_button {
    border-radius: 5px;
    width: 79px;
    height: 35px;
    padding: 10px 10px;
    font-size: 12px;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.dt_container_btn {
    display: inline-block;
    border-left: 1px solid var(--b-color);
    padding: 0px 15px;
}

.second_head {
    /*padding-top: 10px;*/
    text-align: center;
}

.dt_container_header .first_head {
    display: table;
    margin: auto;
    font-family: "Roboto", sans-serif;
    padding-left: 80px;
}

a.dt_container_header_search {
    border: 0px;
}

    a.dt_container_header_search img {
        width: 20px;
        height: 20px;
    }

.dt_container_right_sidebar {
    width: 387px;
    padding: 0px;
    border-top: 1px solid var(--b-color);
    border-bottom: none;
    position: absolute;
    right: 0px;
    top: 78px;
    /*z-index: 999;*/
    background: #fff;
}

.icon-right {
    background-color: #f5f5f5;
    width: 12px;
    height: 62px;
    position: absolute;
    top: 250px;
    z-index: 99;
    left: -12px;
    cursor: pointer;
    z-index: 00000;
}

.icon-line {
    position: absolute;
    width: 2px;
    height: 35px;
    background-color: rgba(250, 250, 250, 0.8);
    left: 5px;
    z-index: 99;
    top: 13px;
}

.dt_container_right_sidebar label {
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    width: 100%;
    color: var(--text-color);
    letter-spacing: 1px;
}

.dt_container_right_sidebar .form-control {
    border-radius: 5px;
    z-index: 0000;
}

.tab_text {
    font-size: 12px;
    color: #afacac;
}

.margin-top {
    margin-top: 0px;
}

.select_module {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    float: left;
}

.subheading_with_options_box{
    display:flex;
    align-items:center;
    justify-content:center;
}

.input_module {
    width: 75%;
    border-radius: 5px;
    float: left;
    border: 1px solid #ccc;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: none;
    padding: 6px;
}

.file {
    position: relative;
    overflow: hidden;
    float: right;
}

.note-group-select-from-files {
    position: relative;
    overflow: hidden;
}

    .file input,
    .note-group-select-from-files input {
        position: absolute;
        font-size: 50px;
        opacity: 0;
        right: 0;
        top: 0;
    }

.border-btn {
    background-color: var(--white-color) !important;
    color: var(--text-color) !important;
    border-color: var(--text-color) !important;
    font-size: 10px;
    font-weight: bold;
    padding: 9px 13px;
    position: relative;
    right: 1px;
    height: auto !important;
    margin: 0px 0px !important;
}

.upload_text {
    width: auto;
    float: left;
    font-style: italic;
    color: #919191;
}

.input_btn {
    width: 25%;
    position: relative;
    right: 1px;
}

.input_link {
    width: 75%;
    border-radius: 5px;
    float: left;
    border: 1px solid #aaa9a9;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: none;
    padding: 6px 6px 7px;
}

.check_text {
    font-size: 12px !important;
    position: relative;
    left: 0px;
    bottom: 0px;
    font-weight: normal;
    color: black;
    text-transform: none;
    top: -11px;
    word-break: break-word;
}

.btn-save {
    color: #000;
    background-color: var(--white-color);
    border-color: var(--b-color);
    width: 50%;
    float: left;
    border-radius: 0px;
    padding: 10px;
    font-weight: 600;
}

    .btn-save:active {
        color: #000 !important;
        background-color: var(--white-color) !important;
        border-color: var(--b-color) !important;
        width: 50% !important;
        float: left !important;
        border-radius: 0px !important;
        padding: 10px !important;
        font-weight: 600 !important;
    }

.btn-save_active {
    color: #fff !important;
    background-color: var(--s-color) !important;
    border-color: var(--s-color) !important;
    width: 50%;
    float: left;
    border-radius: 0px;
    padding: 10px;
    box-shadow: none;
}

.btn-save:focus {
    color: #000 !important;
    background-color: var(--white-color) !important;
    border-color: var(--b-color) !important;
    width: 50% !important;
    float: left !important;
    border-radius: 0px !important;
    padding: 10px !important;
    font-weight: 600 !important;
}

.padding_content {
    padding: 15px 30px 0px;
}

/**custome Checkbox **/

.styled_checkbox {
    display: block;
    position: relative;
    padding-left: 26px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: none;
}

    .styled_checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #eee;
    border: 1px solid var(--b-color);
    border-radius: 4px;
}

.searchList {
    border-radius: 5px;
}

.styled_checkbox:hover input ~ .checkmark {
    background-color: #aaa9a9;
}

.styled_checkbox input:checked ~ .checkmark {
    background-color: var(--s-color);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.styled_checkbox input:checked ~ .checkmark:after {
    display: block;
}

.styled_checkbox .checkmark:after {
    left: 5px;
    top: 2px;
    width: 6px;
    height: 9px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.styled_radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .styled_radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark_radio {
    position: absolute;
    top: -2px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border-radius: 50%;
}

.styled_radio:hover input ~ .styled_radio {
    background-color: #aaa9a9;
}

.styled_radio input:checked ~ .checkmark_radio {
    background-color: var(--s-color) !important;
}

.checkmark_radio:after {
    content: "";
    position: absolute;
    display: none;
}

.styled_radio input:checked ~ .checkmark_radio:after {
    display: block;
}

.styled_radio .checkmark_radio:after {
    top: 5px;
    left: 6px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: white;
}

.select_arrow {
    background: url(../../img/sky-down-arrow.png) no-repeat;
    display: inline-block;
    background-position: calc(100% - 6px) calc(1em + -3px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: 16px 10px;
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

    .select_arrow:focus {
        background: url(../../img/sky-down-arrow.png) no-repeat;
        display: inline-block;
        background-position: calc(100% - 6px) calc(1em + -3px), calc(100% - 15px) calc(1em + 2px), 100% 0;
        background-size: 16px 10px;
        background-repeat: no-repeat;
    }

.search_arrow,
.custom-form-control {
    /*background: url(../../img/sky-search.png) no-repeat;*/
    background-position: calc(100% - 6px) calc(1em + -7px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    .search_arrow:focus {
        background: url(../../img/sky-search.png) no-repeat;
        display: inline-block;
        background-position: calc(100% - 6px) calc(1em + -7px), calc(100% - 15px) calc(1em + 2px), 100% 0;
        background-size: 18px 18px;
        background-repeat: no-repeat;
    }

.tab__content {
    height: auto !important;
}

/*@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .main_container {
        width: 100%;
        padding: 0px
    }
    .dt_container_right_sidebar {
        width: 100%;
    }
}*/

.custom_navbar .dropdown-menu > li > a {
    padding: 10px 10px !important;
    border: none !important;
    text-align: left !important;
    background: #fff;
    border-bottom: 1px solid rgba(0, 88, 111, 0.48) !important;
    color: var(--s-color) !important;
    font-weight: bold !important;
}

.custom_navbar .open > a,
.custom_navbar .open > a:focus,
.custom_navbar .open > a:hover {
    background: rgba(79, 216, 255, 0);
    font-weight: bold !important;
}

.custom_navbar > li > .dropdown-menu {
    box-shadow: 3px 3px 21px rgba(80, 80, 80, 0.23) !important;
    border: 1px solid #aaa9a9 !important;
    margin-right: -30px !important;
}

.custom_navbar .dropdown-menu > li > a:hover {
    /*border-bottom: none !important;*/
    transition-duration: 0s;
    background: var(--s-color) !important;
    color: #fff !important;
}

.custom_navbar .dropdown-menu > li {
    padding: 0px !important;
    margin-right: 0px;
}

.custom_navbar ul {
    padding: 0px !important;
}

a.dt_container_header_button:hover {
    border-radius: 5px;
    width: 79px;
    height: 35px;
    padding: 10px 10px;
    font-size: 10px;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--p-color);
    font-weight: 500;
    background: var(--s-color);
    border: 1px solid var(--s-color);
}

a.dt_container_header_button:active {
    border-radius: 5px;
    width: 79px;
    height: 35px;
    padding: 10px 10px;
    font-size: 10px;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--p-color);
    font-weight: 500;
    background: var(--s-color);
    border: 1px solid var(--s-color);
}

.input_field {
    width: 100%;
    border-radius: 5px;
    float: left;
    border: 1px solid #ccc;
    padding: 6px 6px 7px;
}

.no-margin {
    margin: 0px 0px 0px 0px;
}

.select_search input::-webkit-input-placeholder {
    color: transparent;
}

.select_search input::-moz-placeholder {
    color: transparent;
}

.select_search input:-ms-input-placeholder {
    color: transparent;
}

.select_search input::placeholder {
    color: transparent;
}

.select_search input:focus::-webkit-input-placeholder {
    color: #ccc;
}

.select_search input:focus:-moz-placeholder {
    color: #ccc;
}

.select_search input:focus::-moz-placeholder {
    color: #ccc;
}

.select_search input:focus:placeholder {
    color: #ccc;
}

.select_search input:hover::-webkit-input-placeholder {
    color: #ccc;
}

.select_search input:hover:-moz-placeholder {
    color: #ccc;
}

.select_search input:hover::-moz-placeholder {
    color: #ccc;
}

.select_search input:hover:placeholder {
    color: #ccc;
}

#search-button-1 {
    position: absolute;
    float: right;
    right: 0px;
    display: block;
    width: 52px;
    height: 53px;
    background-color: #eb9316;
}

/** Search Fields **/

/*.search-field {
    float: right;
    display: block;
    width: 300px;
    padding: 4px 25px 4px 2px;
    background-color: #f5f5f5;
    background-image: url('../../img/magnifying-glass.svg');
    background-repeat: no-repeat;
    background-position: right;
    font-size: 14px;
    border: 1px solid #f5f5f5;
    color: rgba(53, 53, 53, 0);
    -webkit-box-sizing: none;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: none;
    border-radius: 2px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-backface-visibility: hidden;
    background-size: 20px;
}

    .search-field:focus,
    .search-field:hover {
        outline: none;
        color: #777;
        -webkit-box-shadow: 0 0 0 2px #999;
        -moz-box-shadow: 0 0 0 2px #999;
        box-shadow: 0 0 2px #999;
    }

    .search-field::-ms-clear {
        width: 0;
        height: 0;
    }

#search-text:focus,
#search-text:hover {
    color: #777;
}

#search-bar {
    margin-right: 10%;
}*/

.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100% !important;
    float: left;
    border-radius: 5px;
    border: 1px solid #aaa9a9;
    padding: 3px 4px 4px;
    background: url(../../img/sky-search.png) no-repeat;
    background-position: 97%;
    background-size: 18px 18px;
    background-repeat: no-repeat;
}

.chosen-container-single .chosen-default {
    color: var(--a-color);
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    border: 1px solid #fff !important;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0) !important;
    background-clip: padding-box;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
    background: rgba(255, 255, 255, 0) !important;
}

.chosen-container .chosen-results li.highlighted {
    background-color: var(--s-color) !important;
    background-image: var(--s-color) !important;
    background-image: var(--s-color) !important;
    color: #fff;
}

.chosen-container .chosen-drop {
    right: 1px;
}

.chosen-container .chosen-results {
    padding: 0px !important;
    margin: 0 0px 4px 0 !important;
}

    .chosen-container .chosen-results li {
        padding: 8px 12px !important;
        border-bottom: 1px solid #ddd;
    }

        .chosen-container .chosen-results li:last-child {
            border-bottom: none !important;
        }

.chosen-container-single .chosen-drop {
    margin-top: 5px !important;
    border: 1px solid #ddd !important;
    border-radius: 6px !important;
    box-shadow: 0px 1px 20px 1px rgba(0, 0, 0, 0.26) !important;
}

.chosen-container-single .chosen-search input[type="text"] {
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    padding: 6px !important;
}

.chosen-container-single .chosen-search {
    padding: 8px 12px !important;
}

.ic-close {
    background: url(../../img/close.png) no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.ic-close_white {
    background: url(../../img/close_white.png) no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.modal-header .close {
    opacity: 1;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border-bottom: 3px solid var(--s-color) !important;
    border-bottom-color: var(--s-color) !important;
    border-color: rgba(255, 0, 0, 0);
    height: 60px;
    border-right: 1px solid #ddd !important;
    padding: 18px 30px;
    margin-left: 0px;
    font-weight: bold;
}

.nav-tabs {
    border-bottom: none;
}

    .nav-tabs > li > a:hover {
        border-color: rgba(255, 0, 0, 0) !important;
        border-bottom: 3px solid var(--s-color) !important;
        height: 60px;
        border-right: 1px solid #ddd !important;
        padding: 18px 30px;
        background-color: rgba(255, 0, 0, 0) !important;
        border-left: none !important;
    }

    .nav-tabs > li > a {
        height: 60px;
        border-right: 1px solid #ddd !important;
        border-left: none !important;
        padding: 18px 30px;
        border-radius: 0px;
        color: #555 !important;
        margin-left: -2px;
        border-bottom: 1px solid #ddd;
    }

.popup_tabs > li.active > a,
.popup_tabs > li.active > a:hover,
.popup_tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border-bottom: 4px solid var(--s-color) !important;
    border-bottom-color: var(--s-color) !important;
    border-color: rgba(255, 0, 0, 0);
    border-right: none !important;
    padding: 16px 8px;
    border-left: none !important;
    font-weight: 600;
}

.popup_tabs > li > a:hover {
    border-color: rgba(255, 0, 0, 0) !important;
    border-bottom: 4px solid var(--s-color) !important;
    border-right: none !important;
    padding: 16px 8px;
    background-color: rgba(255, 0, 0, 0) !important;
    border-left: none !important;
    font-weight: 600;
}

.popup_tabs > li > a {
    border-right: none !important;
    border-left: none !important;
    padding: 16px 8px;
    border-radius: 0px;
    color: #555 !important;
    margin-left: -2px;
}

.popup_tabs > li {
    text-align: left;
}

.node_menu li:last-child {
    border-bottom: none;
}

/* width */

::-webkit-scrollbar {
    width: 6px;
    height: 4px;
}

/* Track */

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey;
    border-radius: 0px;
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: var(--s-color);
    border-radius: 0px;
}

    /* Handle on hover */

    ::-webkit-scrollbar-thumb:hover {
        background: var(--s-color);
    }

.login_box {
    border-radius: 0px;
    color: #fff;
    padding: 50px 40px;
    color: #fff;
}

    .login_box h3 {
        margin: 0px auto 16px;
        padding: 12px;
        color: #000;
        font-weight: bold;
        border-bottom: #ddd solid 1px;
        font-size: 28px;
        font-family: 'Titillium Web', sans-serif;
        font-weight: 600;
        padding-bottom: 20px !important;
        width: 400px;
    }

.forgt_text a {
    text-align: left;
    color: #257283;
    text-decoration: none;
    font-size: 13px;
    display: inline-block;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    margin-top: 10px;
}

    .forgt_text a:hover {
        color: #379bb0;
    }

.login_box label {
    font-weight: normal;
    font-size: 15px;
    color: #fff;
    display: none;
}

.login_main {
    background: #f9f9f9;
    position: relative;
    height: 96vh;
}

.heading_h2 {
    position: relative;
    margin: 10px 0px;
    font-weight: 700;
    color: #585858;
}

.manage_library .title {
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #aaa9a9;
    margin-bottom: 20px;
    line-height: 40px;
}

.no-padding {
    padding: 0px;
}

label {
    font-size: 12px;
}

.main_content {
    padding: 20px 100px;
    margin-top: 80px;
}

.btn_active_theme {
    color: #fff !important;
    background-color: var(--s-color) !important;
    border-color: var(--s-color) !important;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 12px;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.btn_unactive_theme {
    color: var(--a-color);
    border: 1px solid var(--a-color);
    background-color: white;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 12px;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.modal_btn {
    width: 140px;
    margin-bottom: 10px !important;
    margin-top: 0px;
}

.Sky_popup {
    width: 400px;
}

    .Sky_popup .modal-body {
        background: var(--s-color);
        text-align: center;
        border-radius: 6px 6px 0px 0px;
        padding: 70px 50px 20px;
        color: white;
    }

        .Sky_popup .modal-body p {
            font-weight: 600;
        }

    .Sky_popup .modal-footer {
        text-align: center;
        padding: 20px;
    }

.close {
    opacity: 1;
}

.Sky_popup .modal-content {
    border: none;
}

.Sky_popup .close {
    position: absolute;
    top: 15px;
    right: 20px;
}

.btn-save:hover {
    color: #000;
    background-color: #f7f7f7;
    border-color: #eaeaea;
    width: 50%;
    float: left;
    border-radius: 0px;
    padding: 10px;
}

.btn-save_active:hover {
    color: #fff !important;
    background-color: #22768b !important;
    border-color: #22768b !important;
    width: 50%;
    float: left;
    border-radius: 0px;
    padding: 10px;
    box-shadow: none;
}

.btn_active_theme:hover {
    color: #fff !important;
    background-color: #22768b !important;
    border-color: #22768b !important;
}

.btn_unactive_theme:hover {
    color: #000 !important;
    background-color: #f7f7f7 !important;
    border-color: #eaeaea !important;
}

.theme_modal .modal-header {
    border-bottom: 1px solid #e5e5e5;
    /*background: linear-gradient(to right, #5BFFE9 -1%, #0a5f75 12%);*/
    background: #0a5f75;
    border-radius: 5px 5px 0px 0px;
    color: white;
    padding: 20px 25px;
}

.theme_modal .modal-footer {
    text-align: center;
    border-top: none;
    padding: 20px 25px;
    clear: both;
}

.theme_modal .close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
}

.theme_modal .modal-body {
    padding: 10px 25px;
}

#chart-container {
    position: relative;
    display: inline-block;
    top: 10px;
    left: 10px;
    height: 420px;
    width: calc(100% - 24px);
    border-radius: 5px;
    overflow: auto;
    text-align: center;
    z-index:1;
}

.heading_list {
    /*margin: 25px 0px;*/
    border-bottom: 1px solid #aaa9a9;
    line-height: 40px;
    color: var(--p-color);
    padding-left: 30px;
    font-size: 14px;
}

.upload_btn {
    height: 38px;
    margin: 0px;
}

.another_module_select .chosen-container {
    width: 75% !important;
    border-left: none;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    border-color: #0a5f75;
    outline: 0;
}

:focus {
    border-color: rgba(18, 112, 136, 0.43);
    outline: 0;
}

.form-control:focus {
    border-color: #1eb3de;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn_main_save {
    position: fixed;
    bottom: 0px;
    width: 30%;
}

.list-unstyled label {
    text-transform: uppercase;
}

.caret {
    border-top: 6px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    color: #0a5f75;
}

.input_gradient {
    width: 90%;
    float: left;
    height: 110px;
    border-radius: 6px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background: #52e2f8;
    color: white;
    border: 1px solid rgba(75, 205, 241, 0);
    background: #0a5f75;
    color: white;
    padding: 20px;
    font-size: 20px;
    border-left: 1px solid #4993a7;
}

.input_gradient_rtl {
    width: 90%;
    float: left;
    height: 110px;
    border-radius: 6px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background: #52e2f8;
    color: white;
    border: 1px solid rgba(75, 205, 241, 0);
    background: #0a5f75;
    color: white;
    padding: 20px;
    font-size: 20px;
    border-left: 1px solid #4993a7;
    direction: rtl;
}





.input_gradient::placeholder {
    color: rgba(255, 255, 255, 0.63);
}

.ic_upload_picture {
    background: url("../../img/picture_upload.png") no-repeat;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

.btn_upload:hover span {
    color: white !important;
}

.btn_upload {
    width: 10%;
    float: left;
    height: 110px;
    border-radius: 6px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    background: rgba(12, 68, 82, 0.65);
    color: white;
    font-size: 10px;
}

.device_preview_tabs {
    width: 50%;
    margin: 0px auto;
    border-left: 1px solid #ddd;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

    .device_preview_tabs li {
        text-align: center;
    }

.no-bottom-margin {
    margin-bottom: 0px;
}

.ic-edit-black {
    background: url(../../img/edit-black.png);
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 0px 18px;
}

.ic-delete-black {
    background: url(../../img/delete-black.png);
    display: inline-block;
    width: 26px;
    height: 26px;
}

.ic_manage_del_icn {
    right: 35px;
    position: absolute;
    top: 2px;
    background-size: 24px;
    background-repeat: no-repeat;
    background: url(../../img/delete-black.png);
    display: inline-block;
    width: 26px;
    height: 26px;
}

.ic_undo_icn {
    right: 35px;
    position: absolute;
    top: 2px;
    background-size: 24px;
    background-repeat: no-repeat;
    background: url(../../img/undo.png);
    display: inline-block;
    width: 26px;
    height: 26px;
    cursor: pointer;
}

.ic-edit-blue {
    background: url(../../img/edit.png);
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 0px 18px;
}

.ic-delete-blue {
    background: url(../../img/delete26x26.png);
    display: inline-block;
    width: 26px;
    height: 26px;
}

.btn_horizantal_tree i {
    margin-top: -1px !important;
    position: relative;
    bottom: 8px;
    right: 7px;
    z-index: 000000;
}


/*Need to work here*/
.btn_horizantal_tree_manage_library i {
    margin-top: -1px !important;
    position: relative;
    bottom: 6px;
    right: 26px;
    z-index: 000000;
}

.position_div_main_horizontal {
    border: 1px solid #0a5f75;
    border-radius: 10px;
    padding: 10px;
    margin: 10px 0px;
}
/*********Date_Picker******/
.left .material-icons {
    background: url(../../img/left-12x12.png) no-repeat left;
    height: 12px;
    width: 12px;
    font-size: 0px;
    display: block;
    margin-top: 5px;
}

.right .material-icons {
    background: url(../../img/right-12x12.png) no-repeat left;
    height: 12px;
    width: 12px;
    font-size: 0px;
    display: block;
    margin-top: 5px;
}

.dtp-close .material-icons {
    background: url(../../img/cross-12x12.png) no-repeat left;
    height: 12px;
    width: 12px;
    font-size: 0px !important;
    display: block;
    margin-top: 1px;
}

/***********************Keywords***************/
.keywords_list {
    padding: 10px;
    position: relative;
}

    .keywords_list input {
        border-bottom: #ddd solid 1px !important;
        padding: 10px;
        float: left;
        margin-right: 18px;
        border-radius: 0px;
        margin-bottom: 10px;
        border: none;
        padding-right: 30px;
    }

.kewordplus {
    background: url(../../img/add_black.png) no-repeat center;
    height: 12px;
    width: 12px;
    display: inline-block;
    float: left;
    position: absolute;
    left: 190px;
    top: 25px;
}

.keywords_list ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left;
}

    .keywords_list ul li {
        display: inline-block;
    }

        .keywords_list ul li a {
            color: #333;
            display: block;
            border: #0a5f75 solid 1px;
            border-radius: 35px;
            margin-right: 10px;
            font-size: 13px;
            position: relative;
        }

            .keywords_list ul li a span {
                padding: 8px 10px;
                display: inline-block;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                width: 125px;
                margin-right: 20px;
            }

.ic-crose {
    background: url(../../img/close.png);
    display: inline-block;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 10px;
    top: 10px;
    background-size: 14px;
}

.keywords_list ul li a:hover {
    text-decoration: none;
}
.contentHeadingBox{
    display:flex;
    align-items:center;
    gap:6px;
}
.actionBtnsSection{
    display:flex;
    align-items:center;

    gap:6px;
}
.manage_heading_accordian {
    border-bottom: 1px solid #ddd;
    line-height: 36px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
}

.ic-down-arrow {
    background: url(../../img/down-arrow-black.png) no-repeat;
    width: 18px;
    height: 12px;
    display: inline-block;
    float: right;
    margin-top: 8px;
    margin-left: 16px;
    cursor: pointer;
}

.ic-edit-black-small {
    background: url(../../img/edit-white-small.png);
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    position: absolute;
    right: 33px;
}

.ic-delete-black-small {
    background: url(../../img/delete-black-small.png);
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
}

.disable_sorting {
    display: inline-block;
    float: right;
}

.enter_file_image_name .check_text {
    top: 0px !important;
}

.Create-tree-style input.btn_active_theme:hover {
    color: #fff !important;
    background-color: #22768b !important;
    border-color: #22768b !important;
}

#mediaList .label_check {
    margin-top: 10px;
}

#mediaList input {
    padding: 5px;
    background: #fff;
    border: #ddd solid 1px;
    border-radius: 3px;
}

#history .content__wrapper {
    padding: 0px 20px;
}

.btn-primary {
    color: #fff !important;
    background-color: var(--s-color) !important;
    border-color: var(--s-color) !important;
}

    .btn-primary:hover {
        color: #fff !important;
        background-color: #22768b !important;
        border-color: #22768b !important;
    }

.dataTable a img {
    height: 18px;
    width: 18px;
    margin-right: 5px;
}

#tbl_report_filter input {
    border: #ddd solid 1px;
    padding: 5px;
}

.info-section {
    position: relative;
    z-index: 999;
    text-align: right;
}

.help-content {
    position: absolute;
    z-index: 2;
    right: 0px;
}

.help-icon-setting .info-section .help-content {
    position: absolute;
}

.help-icon-setting-faq .info-section .help-content {
    position: absolute;
    right: -23px;
}


.section-3-help, .section-2-help, .section-4-help, .section-1-ch-help {
    left: 98%;
}

.publish-preview-custom-1 {
    width: 20px;
    left: 98%;
    top: -21px;
    position: relative;
}

.publish-preview-custom {
    width: 20px;
    left: 98%;
    top: -12px;
    position: relative;
}

.publish-preview-channels {
    width: 20px;
    left: 98%;
    top: 22px;
    position: relative;
}

.info-section #sec-5 {
    position: relative;
    left: 98%;
}

.preview-windo-help #sec-5 {
    left: 0%;
}

.search-box .pos-abs {
    position: relative !important;
}

.heading_tooltip .help-content__info {
    padding: 0px 5px;
    border-radius: 50%;
    text-decoration: none;
    background: #ffffff;
    color: #0a5f75;
    font-weight: bold;
    position: absolute;
    border: 1px solid #0a5f75;
    font-size: 11px;
    bottom: 35px;
    right: 0;
}

.heading_tooltip_picture .help-content__info {
    bottom: 32px;
}

.padding_content .help-content__info {
    padding: 2px 5px;
    border-radius: 50%;
    text-decoration: none;
    background: #ffffff;
    color: #0a5f75;
    font-weight: bold;
    position: relative;
    bottom: 24px;
    border: 1px solid #0a5f75;
    font-size: 11px;
}

.help-content__info {
    padding: 2px 5px;
    border-radius: 50%;
    text-decoration: none;
    background: #ffffff;
    color: #0a5f75;
    font-weight: bold;
    position: relative;
    border: 1px solid #0a5f75;
    font-size: 11px;
}

.help-content__tooltip {
    position: absolute;
    display: none;
    z-index: 999;
    color: white;
    text-align: left;
}

    .help-content__tooltip.help-content__tooltip--left {
        top: 0;
        right: 0.5rem;
        padding: 1rem 1.5rem;
        border-radius: 4px;
        color: #101010;
        border: 1px solid #d4d4d4;
        box-shadow: 0px 3px 12px #ddd;
        background-color: rgba(255, 255, 255, 0.9);
        font-size: 11px;
    }

.help-content#sec-1:hover .help-content__tooltip,
.help-content#sec-2:hover .help-content__tooltip,
.help-content#sec-3:hover .help-content__tooltip,
.help-content#sec-4:hover .help-content__tooltip,
.help-content#sec-5:hover .help-content__tooltip,
.help-content#sec-6:hover .help-content__tooltip {
    visibility: visible;
    display: block;
    width: auto;
    min-width: 450px;
}

.help-content__tooltip ul li,
.help-content__tooltip p {
    font-size: 11px;
}

.help-content__tooltip h3 {
    font-size: 15px;
}

.help-content__tooltip a {
    padding: 1rem 0rem;
    display: block;
    color: var(--s-color);
    font-weight: bolder;
}

#myNavbar li a {
    font-size: 11px;
    letter-spacing: 2px;
    text-align: center;
    color: var(--p-color);
    text-transform: uppercase;
    font-weight: 700;
    padding: 22px 7px;
    border-bottom: 5px solid #fff;
    border-top: 5px solid #fff;
}

.profile-name-right {
    width: 70% !important;
    float: right;
}

.navbar-right {
    padding-right: 5px;
}

.btn-save:active {
    color: #000 !important;
    background-color: var(--white-color) !important;
    border-color: var(--b-color) !important;
    width: 50% !important;
    float: left !important;
    border-radius: 0px !important;
    padding: 10px !important;
    font-weight: 600 !important;
}

.btn-save:focus {
    color: #000 !important;
    background-color: var(--white-color) !important;
    border-color: var(--b-color) !important;
    width: 50% !important;
    float: left !important;
    border-radius: 0px !important;
    padding: 10px !important;
    font-weight: 600 !important;
}

.recent_box {
    padding: 25px 15px;
    border: 1px solid var(--s-color);
    border-radius: 8px;
    height: 140px;
    overflow:hidden;
}

    .recent_box span {
        display: block;
        color: #aaa9a9;
        font-weight: bold;
        font-size: 11px;
    }

    .recent_box label {
        margin-top: 20px;
        margin-bottom: 0px;
        color: var(--s-color);
    }

    .recent_box p {
        color: var(--s-color);
        margin: 0px;
        font-weight: 500;
    }

    .recent_box.active {
        background: #0a5f75;
        color: white;
    }

        .recent_box.active span {
            color: var(--p-color);
        }

        .recent_box.active p,
        .recent_box.active label {
            color: white;
        }

    .recent_box:hover {
        background: #0a5f75;
        color: white;
    }

        .recent_box:hover span {
            color: #fff;
        }

        .recent_box:hover label,
        .recent_box:hover p {
            color: white;
        }

.btn-primary a {
    color: #fff;
}

    .btn-primary a:hover {
        text-decoration: none;
    }

.btn-default a:hover {
    text-decoration: none;
}

.login_container {
    margin: 25px auto 0;
    clear: both;
}

.white_btn {
    color: var(--s-color) !important;
    background-color: #fff !important;
    border-color: #fff !important;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 12px;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px 4px;
    margin-top: 30px;
}

    .white_btn:hover {
        color: var(--s-color) !important;
        background-color: #fff !important;
        border-color: #fff !important;
        border-radius: 5px;
        padding: 10px 20px;
        font-size: 12px;
        font-family: "Quicksand", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        margin: 10px 4px;
        margin-top: 30px;
    }

.left_login_panel {
    padding: 50px 40px;
    text-align: center;
    height: 450px;
}

    .left_login_panel h3 {
        color: var(--s-color);
        font-size: 40px;
        font-weight: bold;
        letter-spacing: 12px;
        margin-top: 120px;
    }

    .left_login_panel p {
        color: #9e9a9a;
        letter-spacing: 2px;
        margin-top: 20px;
    }

.manage_decision_tabs > li.active > a,
.manage_decision_tabs > li.active > a:hover,
.manage_decision_tabs > li.active > a:focus {
    /*    border-right: none !important;*/
}

.manage_decision_tabs {
    /* by pallavi */
    /*margin-top: -20px;*/
}


    .manage_decision_tabs li:first-child {
        border-left: 1px solid #dddddd;
    }

    .manage_decision_tabs li {
        border-top: 1px solid #dddddd;
    }

.margin_category {
    margin-top: 30px;
}

.sort_list {
    width: 200px;
    float: right;
}

.icon_right_bar {
    display: none;
}

.icon_right_bar {
    display: block;
    position: absolute;
    right: 56px;
    top: 32px;
    float: right;
}

    .icon_right_bar a i {
        position: inherit;
    }

.Alphabet {
    color: #aaa9a9;
    font-size: 12px;
    letter-spacing: 3px;
    padding: 5px 0px;
}

    .Alphabet span {
        color: var(--text-color);
    }

.Alphabet_selected {
    background: #ddd;
    padding: 0px 5px;
    color: var(--text-color);
    font-size: 12px;
}

.accordian_dropdown .dropdown-submenu .dropdown-menu {
    width: 100%;
}

.accordian_dropdown .dropdown-menu {
    width: 25%;
}

.sub_heading {
    padding: 10px;
    margin: 0px;
    font-size: 16px;
    font-weight: 600;
}

.single_click {
    padding: 4px 10px;
    background: #dddddd;
    text-align: center;
    color: var(--p-color);
    font-size: 12px;
    font-weight: 500;
}

.right_tabs > li {
    width: 33.33%;
    text-align: center;
}

.tab-content {
    border-top: 1px solid #dddddd !important;
}

.manage_decision_tabs li {
    border-top: 1px solid #dddddd;
}

    .manage_decision_tabs li:first-child {
        border-left: 1px solid #dddddd;
    }

    .manage_decision_tabs li a {
        margin: 0px;
    }

.manage_tree .accordion {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    border-bottom: 1px solid var(--b-color) !important;
    padding: 20px 15px;
    position: relative;
}

.manage_tree .panel {
    /*padding: 0 18px;*/
    background-color: white;
    display: none;
    overflow: hidden;
}

.manage_accordian i {
    position: absolute;
    right: 15px;
    top: 30px;
    font-size: 26px;
}

.manage_accordian h4 {
    margin: 0px;
    margin-bottom: 5px;
}

.manage_accordian label {
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 0px;
}

    .manage_accordian label span {
        border-right: 1px solid #aaa9a9;
        padding: 0px 5px 0px 5px;
    }

        .manage_accordian label span:first-child {
            border-right: 1px solid #aaa9a9;
            padding: 0px 5px 0px 0px;
        }

        .manage_accordian label span:last-child {
            border-right: none;
        }

.listing_manage_tree ul {
    list-style: none;
    padding-left: 0px;
}

.listing_manage_tree li {
    border-bottom: 1px solid var(--b-color);
    padding: 20px 5px;
    border-left: none !important;
    border-top: none !important;
}

.listing_manage_tree {
    margin: 25px 0px;
}

.Manage_listing h4 {
    margin: 0px;
    margin-bottom: 5px;
    width:calc(100% - 100px)
}

.Manage_listing label {
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 0px;
}

    .Manage_listing label span {
        border-right: 1px solid #aaa9a9;
        padding: 0px 5px 0px 5px;
    }

        .Manage_listing label span:first-child {
            border-right: 1px solid #aaa9a9;
            padding: 0px 5px 0px 0px;
        }

        .Manage_listing label span:last-child {
            border-right: none;
        }

.Manage_listing {
    position: relative;
}

    .Manage_listing a {
        font-size: 12px;
        color: var(--s-color);
        display: block;
        text-decoration: underline solid var(--s-color);
        font-weight: 700;
        margin-top: 10px;
    }

.div_right_icon {
    float: right;
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.ic-edit-black {
    background: url(../../img/edit-black.png);
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 0px 18px;
    cursor: pointer;
}

.ic-delete-black {
    background: url(../../img/delete-black.png);
    display: inline-block;
    width: 26px;
    height: 26px;
    cursor: pointer;
}

.ic-edit-blue {
    background: url(../../img/edit.png);
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 0px 18px;
    cursor: pointer;
}

.ic-delete-blue {
    background: url(../../img/delete26x26.png);
    display: inline-block;
    width: 26px;
    height: 26px;
    cursor: pointer;
}

.ic-view-blue {
    background: url(../../img/visible26x26.png);
    display: inline-block;
    width: 26px;
    height: 26px;
}

.manage_edit_icon {
    right: 55px;
    position: absolute;
    top: 2px;
    background-size: 24px;
    background-repeat: no-repeat;
}

.manage_edit_icon_new {
    right: 0px;
    position: absolute;
    top: 2px;
    background-repeat: no-repeat;
}

.chat_manage_box {
    border: 1px solid #ddd;
    margin: 10px 0px;
    border-radius: 4px;
    padding: 0px 10px;
    list-style: none;
    max-height: 200px;
    overflow: auto;
}

    .chat_manage_box li {
        border-bottom: 1px solid #ddd;
        padding: 10px 0px;
        font-weight: 500;
        border-left: none !important;
        border-top: none !important;
    }

        .chat_manage_box li:last-child {
            border: none;
        }

        .chat_manage_box li span {
            font-weight: bold;
        }

.device_preview_tabs {
    margin-top: -20px;
}

.right_align {
    float: right;
    position: absolute;
    right: 32px;
}

.url_input input {
    padding: 6px 6px 7px;
    border: 1px solid #aaa9a9;
    width: 100%;
    font-size: 13px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.url_input {
    border: 1px solid #0a5f75;
    border-radius: 8px;
    padding: 10px;
    margin: -5px 0px 10px;
}

    .url_input .btn {
        float: right;
    }

    .url_input .btn {
        float: right;
    }

    .url_input .btn {
        float: right;
    }

.prp_rc_boxes {
    margin-top: 80px;
}

.btn_upload span {
    font-size: 14px;
}

.ic-left-arrow {
    background: url(../../img/dustbin.png) no-repeat;
    display: inline-block;
    width: 32px;
    height: 32px;
    position: absolute;
    left: -48px;
    top: 3px;
}

.note-toolbar {
    z-index: 000 !important;
}

.icon_manage_library {
}

    .icon_manage_library .ic-edit-black {
        background-size: 15px;
        background-repeat: no-repeat;
        margin: 0px 2px;
        width: 15px;
        height: 15px;
        top: 10px;
        position: absolute;
        right: 30px;
        background: url(../../img/edit_white_icon.png) no-repeat;
    }

    .icon_manage_library .ic-delete-black {
        background-size: 15px;
        background-repeat: no-repeat;
        margin: 0px 2px;
        width: 15px;
        height: 15px;
        top: 10px;
        position: absolute;
        right: 5px;
        background: url(../../img/delete_white_icon.png) no-repeat;
    }

.login_text {
    text-align: center;
    margin-top: 20px;
    font-weight: 600;
    position: fixed;
    width: 100%;
    bottom: 10px;
    font-size: 12px;
}

    .login_text .span_sky {
        color: var(--s-color);
    }

    .login_text .span_grey {
        color: grey;
    }

.login_link {
    color: var(--s-color);
}

    .login_link:hover {
        text-decoration: underline;
    }

.ic_mail {
    background: url(../../img/email_icn.png) no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0px 6px;
    position: relative;
    top: 3px;
}

.list_icn i {
    width: 20px;
    height: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
}

.list_icn {
    max-height: 60px;
    overflow-y: auto;
    margin-top: 10px !important;
}

.channel_heading {
    position: relative;
    bottom: 12px;
}

.down_list {
    right: 27px;
    position: relative;
    top: 4px;
}

.leader-line {
    z-index: 0;
}

.container-fluid.main_dt_container::before {
    content: "";
    background: var(--t-color);
    position: absolute;
    z-index: -3;
    height: 100%;
    width: 100%;
    top: 0;
}

.form-control {
    box-shadow: none;
    border: 1px solid #e6e6e6;
    border-radius: 0px;
}

.orange_btn {
    border-radius: 3px;
    background-image: -moz-linear-gradient( 102deg, rgb(255, 96, 2) 0%, rgb(255, 147, 17) 71%, rgb(254, 197, 32) 100%);
    background-image: -webkit-linear-gradient( 102deg, rgb(255, 96, 2) 0%, rgb(255, 147, 17) 71%, rgb(254, 197, 32) 100%);
    background-image: -ms-linear-gradient( 102deg, rgb(255, 96, 2) 0%, rgb(255, 147, 17) 71%, rgb(254, 197, 32) 100%);
    /* position: absolute; */
    /* left: 1052px; */
    /* top: 525px; */
    width: 400px;
    height: 40px;
    /* z-index: 52; */
    color: white;
    text-align: center;
    padding: 10px;
    display: block;
    margin: 0 auto;
    clear: both;
    border: 1px solid #ff8f10;
    cursor: pointer;
    font-size: 16px;
    height: 42px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    margin-top: 20px;
}

    .orange_btn:hover, .orange_btn:focus, .orange_btn:active {
        color: #fff !important;
        background: #f79932 !important;
        border-color: #e37e0f !important;
    }

.header {
    margin-top: 20px;
}

input:internal-autofill-selected {
    background: rgb(255, 255, 255);
}

.customFormControl {
    background: transparent !important;
    border-bottom: 1px solid #e6e6e6;
    background: none;
    width: 400px;
    padding: 0 18px 0 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: none;
    border-bottom: 1px solid #d2d2d2;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    margin: 0 auto;
}

    .customFormControl input {
        font-family: 'Titillium Web', sans-serif;
        font-weight: 600;
    }

.margin_login {
    margin: 15px auto;
}

.customFormControl_label {
    display: block;
    text-align: center;
    margin: 20px;
    font-size: 13px;
    color: #257280;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    padding-top: 10px;
}

.customFormControl_label1 a {
    display: block;
    text-align: center;
    margin: 0px;
    font-size: 15px;
    color: #257280;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    padding-top: 10px;
}

.ic-mail {
    background: url(../../img/mail-new.png) no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 8px;
    left: 60px;
}

.ic-password {
    background: url(../../img/password.png) no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 8px;
    left: 60px;
}

/*
    UI-Tour region
*/
@font-face {
    font-family: "onescript";
    src: url("../../fonts/onescript.eot"); /* IE9 Compat Modes */
    src: url("../../fonts/onescript.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../../fonts/onescript.woff") format("woff"),
    /* Modern Browsers */ url("../../fonts/onescript.ttf") format("truetype"),
    /* Safari,
Android, iOS */ url("../../fonts/onescript.svg#svgFontName") format("svg"); /*
Legacy iOS */
}

div#driver-highlighted-element-stage {
    border-radius: 4px !important;
}

div#driver-popover-item.ui-tour-popover {
    background: transparent;
    color: #fff;
    box-shadow: none;
}

    div#driver-popover-item.ui-tour-popover .driver-popover-title {
        font-family: "Quicksand", sans-serif;
        font-size: 20px;
        font-weight: bold;
    }

    div#driver-popover-item.ui-tour-popover .driver-popover-footer button {
        font-family: "Quicksand", sans-serif;
        font-size: 16px;
        font-weight: normal;
    }

    div#driver-popover-item.ui-tour-popover .driver-popover-description {
        font-family: "Quicksand", sans-serif;
        font-size: 16px;
        font-weight: normal;
        color: inherit;
    }

    div#driver-popover-item.ui-tour-popover .driver-popover-tip {
        background-color: currentColor;
        border: 0;
    }

        div#driver-popover-item.ui-tour-popover .driver-popover-tip.top {
            top: -10px;
            left: 50%;
            transform: translateX(-50%);
            height: 20px;
            width: 2px;
        }

        div#driver-popover-item.ui-tour-popover .driver-popover-tip.bottom {
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            height: 20px;
            width: 2px;
        }

        div#driver-popover-item.ui-tour-popover .driver-popover-tip.right {
            right: -10px;
            top: 10%;
            /*transform: translateY(-50%);*/
            width: 20px;
            height: 2px;
        }

        div#driver-popover-item.ui-tour-popover .driver-popover-tip.left {
            left: -10px;
            top: 10%;
            width: 20px;
            height: 2px;
        }

        div#driver-popover-item.ui-tour-popover .driver-popover-tip:after {
            --dot-size: 8px;
            content: "";
            position: absolute;
            height: var(--dot-size);
            width: var(--dot-size);
            background-color: currentColor;
            border-radius: 50%;
        }

        div#driver-popover-item.ui-tour-popover .driver-popover-tip.top:after {
            bottom: calc(var(--dot-size) * -1);
            left: 50%;
            transform: translateX(-50%);
        }

        div#driver-popover-item.ui-tour-popover .driver-popover-tip.bottom:after {
            top: calc(var(--dot-size) * -1);
            left: 50%;
            transform: translateX(-50%);
        }

        div#driver-popover-item.ui-tour-popover .driver-popover-tip.right:after {
            top: 50%;
            transform: translateY(-50%);
            left: 0px;
        }

        div#driver-popover-item.ui-tour-popover .driver-popover-tip.left:after {
            top: 50%;
            transform: translateY(-50%);
            right: 0px;
        }

    div#driver-popover-item.ui-tour-popover .driver-popover-footer {
        display: flex !important;
        flex-direction: row-reverse;
        justify-content: space-between;
    }

        div#driver-popover-item.ui-tour-popover .driver-popover-footer button {
            background-color: transparent;
            color: #fff;
            text-shadow: none;
            border: none;
            position: relative;
        }

            div#driver-popover-item.ui-tour-popover .driver-popover-footer button:before {
                position: absolute;
                width: 1rem;
                height: 1rem;
                background: red;
                content: "";
                left: -1rem;
                top: 50%;
                transform: translateY(-50%);
            }

            div#driver-popover-item.ui-tour-popover
            .driver-popover-footer
            button.driver-close-btn:before {
                background: url(../../img/skip.png) no-repeat;
                background-size: 100%;
                width: 16px;
                height: 16px;
            }

            div#driver-popover-item.ui-tour-popover
            .driver-popover-footer
            button.driver-prev-btn:before {
                background: url(../../img/back.png) no-repeat;
                background-size: 100%;
                width: 16px;
                height: 16px;
            }

            div#driver-popover-item.ui-tour-popover
            .driver-popover-footer
            button.driver-next-btn:before {
                background: url(../../img/next.png) no-repeat;
                background-size: 100%;
                width: 16px;
                height: 16px;
            }
/*
    UI-Tour endregion
*/
.text_embed {
    color: #0a5f75;
    font-weight: bold;
}

.navbar-brand {
    margin-left: 0px !important;
}

.divider_nav {
    border: 10px solid #d4d4d4;
}

.top_menu_toggle {
    position: absolute;
    right: calc(1% + 160px);
    top: 23px;
    margin-right: 10px;
}

.language_dropdown{
    position: absolute;
    right: 290px;
    top: 19px;
    width:150px;
}

.modal-body-autoscroll {
    max-height: 60vh;
    overflow: auto;
}

.toggle .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
}

    .toggle .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.toggle .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

    .toggle .slider:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

.toggle input:checked + .slider {
    background-color: #0a5f75;
}

.toggle input:focus + .slider {
    box-shadow: 0 0 1px #0a5f75;
}

.toggle input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.toggle .slider.round {
    border-radius: 34px;
}

    .toggle .slider.round:before {
        border-radius: 50%;
    }

.self_support_tour {
    font-family: "Quicksand", sans-serif;
}

    .self_support_tour .modal-body {
        text-align: center;
    }

    .self_support_tour img {
        width: 68px;
        padding: 5px;
    }

    .self_support_tour h3 {
        color: #307288;
        font-size: 16px;
        text-align: center;
        margin-top: 0px;
        font-weight: 700;
        margin: 5px 0px;
    }

    .self_support_tour .p_1 {
        font-size: 14px;
        text-align: center;
    }

    .self_support_tour .p_2 {
        font-size: 18px;
        text-align: center;
        font-weight: 600;
        margin-bottom: 0px;
        padding: 15px 70px;
    }

.divider-doted {
    border: 1px #eee dashed;
    margin: 4px 20px;
    border-spacing: 7px;
}

.self_support_tour .modal-dialog {
    border-radius: 6px;
    width: 400px !important;
    margin: 100px auto;
    border: 10px solid rgba(255, 255, 255, 0.3);
}

.text-center {
    text-align: center !important;
}

.self_support_tour .btn_active_theme {
    width: 120px;
    font-weight: 700;
}

.self_support_tour .btn_unactive_theme {
    width: 120px;
}

.self_support_tour .modal-content {
    -webkit-box-shadow: 0 5px 14px rgba(255, 255, 255, 0.5);
    box-shadow: 0 5px 14px rgba(255, 255, 255, 0.5);
    border: none;
}

.self_support_tour .modal-footer {
    padding: 0px 0px 10px 0px;
    border-top: none;
}

.change_password {
    width: 400px;
    margin: 100px auto;
}

    .change_password .btn_unactive_theme {
        width: 160px;
        padding: 8px 12px;
    }

    .change_password .modal-content {
        border-radius: 0px;
        border: none;
    }

.login_box .text-danger {
    color: red;
    display: block;
    margin-top: 5px;
    margin-left: 42px;
    font-size: 12px;
}

.custom_navbar .dropdown:hover .dropdown-menu {
    display: block;
    transition: ease-out;
}

.custom_navbar .navbar-nav > li > .dropdown-menu {
    top: 56px;
}

.list-unstyled .btn_horizantal_tree_manage_library i {
    bottom: 20px !important;
}

.manager-tree_horizontal-border .position_div {
    border: 1px solid #0a5f75;
    border-radius: 10px;
}

.action-bar {
    z-index: 000000 !important;
}

.divider {
    margin: 10px 0px;
    border-top: 1px dashed #ddd;
}

.theme_modal .modal-body h3 {
    color: #000;
}

.titleContent {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}
    /*.text_doted span,.text_doted a,.theme_modal .modal-body h4{
        white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 90%;
    display: block;
    float:left;

}*/
    .titleContent h1, .titleContent h2, .titleContent h3, .titleContent h4, .titleContent h5, .titleContent h6 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

.binding_category {
    padding: 1rem;
    background: #347b8d;
    border: #13687e solid 1px;
    min-width: 180px !important;
    position: relative;
    /* padding-right: 8rem; */
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* width: 250px; */
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}

.close:focus, .close:hover {
    color: #fff !important;
}

.close {
    color: #fff !important;
}

.del .modal-footer .btn + .btn {
    margin-bottom: 10px !important;
}


#modalResponseError .close {
    color: #000 !important;
}

#modal-change-password {
    background: rgba(10, 10, 10, 0.4196078431372549);
}

.img_graph svg {
    width: 99%;
}

.dtp-date-view .left .material-icons {
    background: url(../../img/left-arrow-wt.png) no-repeat left;
    height: 25px;
    width: 25px;
    background-size: 25px;
    display: block;
}

.dtp-date-view .right .material-icons {
    background: url(../../img/right-arrow-wt.png) no-repeat left;
    height: 25px;
    width: 25px;
    background-size: 25px;
    display: block;
}

.user_main {
    border-top: none !important;
}

.skin_mobile {
    margin: 0 auto 25px !important;
}

.skin_tabs {
    margin: 0 auto 25px !important;
}

.emba {
    margin-left: -20px;
}

.custom-btn-outline-secondary {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px 0px 0px 4px;
}

.list-unstyled .form_field {
    padding: 15px 0px;
}

.ic-share {
    background-size: 15px;
    background-repeat: no-repeat;
    margin: 0px 2px;
    width: 18px;
    height: 18px;
    top: 10px;
    position: absolute;
    right: 54px;
    background: url(../../img/ic-share.png) no-repeat;
}

/*Company */
.token_border {
    border: 1px dashed #ddd;
    padding: 7px 10px;
    margin: 0px;
    border-radius: 6px;
    color: #888;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
    width: 100%;
}

.token_copy {
    color: rgb(10, 95, 117);
    border: 1px solid rgb(10, 95, 117);
    background-color: white;
    border-radius: 5px;
    padding: 8px 20px;
    font-size: 12px;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    width: 140px;
    margin-right: 15px;
}

    .token_copy:hover {
        color: rgb(255, 255, 255);
        border: 1px solid rgb(255, 255, 255);
        background-color: #0a5f75;
    }

.token_main {
    position: relative;
}

.token_copy_icon {
    position: absolute;
    top: 0px;
    right: 16px;
    display: inline-block;
    background: #0a5f75;
    width: 30px;
    padding: 6px 10px;
    border-radius: 0px 4px 4px 0px;
}

.company_heading {
    display: block;
    text-align: right;
    font-size: 13px;
}

.company_subheading {
    color: #888;
    font-weight: normal;
}

.form-company {
    margin: 10px 0px 5px;
}

.border_logo {
    border: 1px dashed #ddd;
    padding: 7px 10px;
    margin: 0px 10px;
    border-radius: 6px;
    color: #888;
}

    .border_logo img {
        margin: 10px auto;
    }

.company .btn {
    padding: 8px !important;
}

.Size_text {
    color: #bfbfbf;
    font-weight: normal;
    padding: 0px;
    margin-top: 10px;
}

.file_browse {
    position: relative;
    overflow: hidden;
}

    .file_browse input {
        position: absolute;
        font-size: 50px;
        opacity: 0;
        right: 0;
        top: 0;
    }

.ic-copy {
    background: url(../../img/ic-copy.png) no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: 14px;
    position: relative;
    vertical-align: middle;
}

.add_new_dept {
    width: 100%;
    text-align: right;
    float: right;
    position: absolute;
    top: 5px;
    right: 20px;
}

    .add_new_dept button {
        padding: 5px 10px;
        font-size: 14px;
        background: none;
        border: none;
        color: #347b8d;
        font-weight: 600;
        text-decoration: underline;
    }

.level {
    float: left;
    padding: 10px 0px;
}

.select_department {
    BORDER: 1px solid #aaa9a9;
}

    .select_department .heading_list {
        /*background: #F0F0F0;*/
        background: unset;
        padding: 0px 15px;
        margin: 0;
        bottom: 0;
    }

    .select_department .panel-collapse {
        padding: 20px;
    }

.search-box .searchList {
    max-height: inherit;
}

.clear {
    clear: both;
}

.upload_content {
    text-align: left;
}

    .upload_content .upload_listing {
        margin: 15px 0px 0;
        float: left;
        height: 174px;
        width: 100%;
        overflow: auto;
        margin-bottom: 10px;
    }

.upload_content_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.upload_listing label {
    display: block;
}

.table_height {
    height: 285px;
    overflow-y: auto;
}

.upload_listing input[type=radio] {
    margin: 2px 10px;
    float: left;
}

.ic_excel {
    background: url(../../img/ic-excel-file.png) no-repeat left;
    height: 16px;
    width: 16px;
    display: inline-block;
    float: left;
}

.custom-file-input::-webkit-file-upload-button {
    /*visibility: hidden;*/
    content: 'choose file';
    color: #0a5f75;
    display: inline-block;
    background: #fff;
    border: 1px solid #0a5f75;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
}

.custom-file-input::before {
    /*content: 'choose file';*/
    color: #0a5f75;
    display: inline-block;
    background: #fff;
    border: 1px solid #0a5f75;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
}

.custom-file-input:hover::before {
    border-color: #0a5f75;
}

.custom-file-input:active {
    outline: 0;
}

    .custom-file-input:active::before {
        background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
    }


.custom-file-input-pdf::-webkit-file-upload-button {
    visibility: hidden;
}

.custom-file-input-pdf::before {
    content: 'Browse';
    color: #0a5f75;
    display: inline-block;
    background: #fff;
    border: 1px solid #0a5f75;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
}

.custom-file-input-pdf:hover::before {
    border-color: #0a5f75;
}

.custom-file-input-pdf:active {
    outline: 0;
}

    .custom-file-input-pdf:active::before {
        background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
    }


.yellow_bot {
    background: url(../../img/yellow-bot.png) no-repeat left;
    float: left;
    background-size: 20px;
    border: #f6b243 solid 1px;
    color: #f6b243;
    border-radius: 3px;
    padding: 6px 12px 6px 40px;
    font-size: 13px;
    background-position: 10% 50%;
}

.upload_docs input {
    margin-top: 8px;
    float: left;
}

.custom-file-input {
    width: 60%;
    height: 35px;
}

:focus {
    outline: none !important;
}


/*ContentCurate*/

.modal-flex-new {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

.mf-box, .mf-box a {
    padding: 10px;
    font-weight: 500;
    font-size: 18px;
    flex-basis: 33.3%;
}

.new-modal-footer {
    background: #f7f7f7;
    padding: 0px !important;
}

.mf-box-active a, .mf-box-active {
    background: #85f9e8;
    text-decoration: none;
    color: #0a5f75 !important;
    font-weight: bold !important;
}

.mf-box:hover a {
    color: #0a5f75 !important;
}

.mf-box {
    border-left: 1px solid #dadada;
}

    .mf-box:nth-first-child(1) {
        border-left: 0px;
    }

    .mf-box a:hover, .mf-box:nth-last-child(1)a:hover {
        border-left: 0px;
    }

.btn-browse {
    color: #000;
    font-weight: 500;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,d1d1d1+79,e2e2e2+99 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #d1d1d1 79%, #e2e2e2 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#d1d1d1 79%,#e2e2e2 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#d1d1d1 79%,#e2e2e2 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
}

.btn-box-new {
    width: 140px;
}

.bpx-marg {
    margin-top: 20px;
}
/*EndContentCurate*/



/*Content Version Tab Custom manage_heading_acordian*/

.manage_heading_accordian {
    font-size: 18px;
    font-weight: 500;
    padding-left: 0px;
}

.manage_heading_ul-container {
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #0a5f75;
}

    .manage_heading_ul-container .manage_heading_ul {
        padding-left: 0px;
        /* border-bottom: 1px solid #ddd;*/
    }

        .manage_heading_ul-container .manage_heading_ul .manage_heading_li {
            display: flex;
            justify-content: space-between;
            padding: 4px 0px;
            font-size: 14px;
            font-weight: 600;
            border: none;
            color: #0a5f75;
            border-bottom: 1px solid #ddd;
        }

            .manage_heading_ul-container .manage_heading_ul .manage_heading_li:nth-last-child(1) {
                border: none;
            }

            .manage_heading_ul-container .manage_heading_ul .manage_heading_li .manage_heading_li_buttons {
                flex-basis: 7%;
                align-items: center;
                display: flex;
                justify-content: space-between;
                flex-flow: row;
            }


.tree-level-node-new {
    padding-right: unset !important;
}

.tree-level-node-box-new {
    width: 64%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-device-width: 480px) {

    .manage_heading_ul-container .manage_heading_ul .manage_heading_li .manage_heading_li_buttons {
        flex-flow: column;
    }

}


#page-containers .t {
    line-height: 10rem;
}
 
.language-modal-header {
    border-bottom: 1px solid #e5e5e5;
    background: #0a5f75;
    border-radius: 5px 5px 0px 0px;
    color: white;
    padding: 20px 25px;
}

.lang-chip {
    display: inline-block;
    padding: 0 25px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    background-color: #f1f1f1;
    margin-right: 10px;
    margin-top: 10px
}

.lang-closebtn {
    padding-left: 10px;
    color: #888;
    font-weight: bold;
    float: right;
    font-size: 20px;
    cursor: pointer;
}

    .lang-closebtn:hover {
        color: #000;
    }
.pdf-preview {
    width: 100%;
    height: 380px;
    overflow: auto;
    background: white;
}

#summernote .note-editor .note-toolbar {
    z-index: 500 !important;
}

.modal-body h4{white-space:normal}

