* {
    word-break: break-word;
}

body .form-row-heading {
    margin: 15px -15px;
}

ul li,
ol li {
    list-style-position: inside;
}

.sortable.ui-sortable {
    margin: 0 0 20px;
}

.sortable.ui-sortable li div {
    padding: 10px 15px;
    border-color: #ffb502;
    background: #fff;
}

.sortable.ui-sortable li div a {
    text-align: right;
    font-weight: bold;
    float: right;
    display: inline-block;
}

label.error {
    color: #f00;
    font-weight: 500;
    margin-top: 5px;
}

label.success {
    color: #4caf50;
    font-weight: normal;
    margin-top: 5px;
}

.preLoader {
    z-index: 1111;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background: url(../img/loader.gif) no-repeat center center rgba(0, 0, 0, 0.15);
    background-size: 36px;
}

td form.dispfr {
    display: inline;
}

.openChildMenu {
    cursor: pointer;
}

.nopadmar {
    padding: 0 !important;
    margin: 0 !important;
}

.marginright {
    margin-left: 10px;
}

h2 a.developer {
    font-weight: normal;
    font-size: 13px;
}

h2 .developeraction {
    font-weight: normal;
    display: inline;
    border: 1px solid;
    padding: 2px 5px;
    border-radius: 5px;
    margin-left: 10px;
    font-size: 18px;
}

.listingTable table.dataTable thead .sorting_desc {
    background-image: none
}

.dataTables_length .form-control {
    margin-right: 10px;
    display: inline-block;
}

.pagination {
    font-weight: 500;
    font-size: 13px;
}

.pagination li {
    background: transparent !important;
    padding: 0 !important;
    border: 0 !important;
    margin: 0 !important;
    margin-right: 5px !important;
}

.pagination li:last-child {
    margin-right: 0 !important;
}

.pagination li a {
    display: inline-block;
    padding: 10px 15px;
    font-size: 13px;
    line-height: 13px;
    color: #333;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.pagination li a:hover,
.pagination li.active>a {
    background: #ffb502 !important;
    color: #333 !important;
    text-decoration: none;
    border-color: #ffb502 !important;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background: #fcfcfc;
}

table {
    table-layout: fixed;
    word-break: break-all !important;
    word-wrap: break-word !important;
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th,
.table>tbody+tbody {
    border-width: 1px;
}

.table-responsive {
    overflow: inherit !important
}

select[multiple] {
    height: 100px !important;
}

.checkboxAction {
    width: 25px !important;
}

.actionButtons {
    width: 110px !important;
    text-align: center;
    padding: 5px 10px !important;
}

.actionButtonTd {
    padding: 5px !important;
    width: 100px !important;
}

.box-body .dataTables_wrapper .dataTables_paginate {
    font-weight: 500;
    font-size: 14px;
}

.box-body .dataTables_wrapper .dataTables_paginate span,
.box-body .dataTables_wrapper .dataTables_paginate a {
    background: transparent !important;
    padding: 0 !important;
    border: 0 !important;
    margin: 0 !important;
    margin-right: 5px !important;
    cursor: pointer;
}

.box-body .dataTables_wrapper .dataTables_paginate a:last-child {
    margin-right: 0 !important;
}

.box-body .dataTables_wrapper .dataTables_paginate span,
.box-body .dataTables_wrapper .dataTables_paginate a {
    display: inline-block !important;
    padding: 6px 10px !important;
    font-size: 13px !important;
    line-height: 13px !important;
    color: #333 !important;
    background: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.125) !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    border-radius: 4px !important;
}

.box-body .dataTables_wrapper .dataTables_paginate a:hover,
.box-body .dataTables_wrapper .dataTables_paginate span a.current {
    background: #ffb502 !important;
    color: #333 !important;
    text-decoration: none;
    border-color: #ffb502 !important;
}

.box-body .dataTables_wrapper .dataTables_paginate span {
    padding: 0 !important;
    border: 0 !important;
}

.box-body .dataTables_wrapper .dataTables_paginate a.disabled,
.box-body .dataTables_wrapper .dataTables_paginate a.disabled:hover {
    color: #333 !important;
    cursor: not-allowed !important;
}

.divider {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-top: 15px;
}

/* New CSS */
.alert-danger {
    color: #f00;
}

.text-success {
    color: #008a0a;
}

.alert.text-success,
.alert.alert-danger {
    margin: 0 15px;
    border: 1px solid #ddd;
    padding: 15px;
    background: #fff;
    margin-bottom: 15px;
}

.alert.alert-danger ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.alert.alert-danger ul li {
    margin-bottom: 15px;
}

.alert.alert-danger ul li:last-child {
    margin-bottom: 0;
}

.inline-radio>* {
    display: inline-block;
    margin-right: 5px;
}

.inline-btns .btn-icon-outlined {
    margin: 2px;
}

.btn-icon-outlined {
    display: inline-block;
}

.searchData-wrap {
    padding: 20px;
    background: #f8f8f8;
    border: 1px solid #ccc;
}

.box-body {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-border-radius: 0;
    padding: 15px;
}

.cke_bottom {
    display: none !important;
}

.breadcrumb li a {
    color: #333;
    text-decoration: none;
}

.breadcrumb li a:hover {
    color: #ffb502;
}

.breadcrumb>li+li:before {
    display: none;
}

.settingsim {
    max-width: 220px;
    margin-top: 15px;
}

.settingimagecancel {
    position: relative;
    display: block;
}

.settingimagecancel i {
    cursor: pointer;
    position: absolute;
    left: -8px;
    background: #fdcd21;
    top: -15px;
    padding: 4px 6px;
    border-radius: 10px;
}

.bannerImage {
    position: relative;
    max-width: 110px;
}

.bannerImage .btn-remove {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}

.bannerImage img {
    border: 1px solid #ccc;
    padding: 5px;
    max-width: 100px;
}

.bannerImage .btn-remove {
    width: 22px;
    height: 22px;
    line-height: 22px;
    background: #000;
    color: #fff;
    font-size: 13px;
    position: absolute;
    top: -10px;
    right: -15px;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
}

.bannerImage .btn-remove:hover {
    color: #333;
    background: #ffb502;
}

.action-dropdown .btn {
    max-width: 28px !important;
    min-width: 28px !important;
    padding: 8px;
    display: block;
    margin: 0 auto;
}

.action-dropdown .dropdown-menu {
    min-width: inherit;
    font-size: inherit !important;
}

.action-dropdown .dropdown-menu li a {
    padding: 6px 10px;
    color: #333;
    font-weight: 500 !important;
    display: block;
    text-decoration: none;
    border: 0;
}

.action-dropdown .dropdown-menu li a:hover {
    background: #ffb502;
    color: #333;
}

.action-dropdown .dropdown-menu i {
    display: inline-block;
    margin-right: 5px;
}

.action-buttons .btn {
    max-width: 28px !important;
    min-width: 28px !important;
    padding: 8px;
    display: block;
    margin: 0 auto;
}

.action-buttons .buttons-menu {
    float: left;
    min-width: 120px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    min-width: inherit;
    font-size: inherit !important;
}

.action-buttons .buttons-menu li a, .action-buttons .buttons-menu a {
    padding: 2px 5px;
    color: #333;
    font-weight: 500 !important;
    display: block;
    text-decoration: none;
    border: 0;
}

.action-buttons .buttons-menu li a:hover, .action-buttons .buttons-menu a:hover {
    background: #ffb502;
    color: #333;
}

.action-buttons .buttons-menu i {
    display: inline-block;
    margin-right: 5px;
    font-size:1.75em;
}

table ul {
    margin: 0;
    padding: 0 0 0 12px;
}

.dataTables_length .SumoSelect {
    display: inline-block;
    vertical-align: middle;
    width: 90px;
}

.bootstrap-datetimepicker-widget {
    min-width: 280px;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.input-group-addon {
    cursor: pointer;
}

.enquiry-box {
    min-height: 210px;
}

.enquiry-box h3 {
    min-height: 30px;
}

.enquiry-box span {
    margin-bottom: 20px;
    display: inline-block;
    min-height: 80px;
}

.secdivider {
    border-bottom: 1px solid #ccc;
    display: inline-block;
    width: 50%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 16px;
}

.updatenewfee div[class*="col"] {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
}

/*.child-tr,
.sort-th,
.sort-child{display: none;}*/
.child-td {
    padding: 0 !important
}

.child-td .inner-list {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.child-td .inner-list li {
    display: block;
    list-style: none;
    padding: 12px;
    width: 20%;
    float: left;
    background: #fffaef;
}

.child-td .inner-list li a {
    text-decoration: underline;
}

/*.child-td .inner-list li:ntn-child(3n) { border-right: 0; }*/
/*.child-td .inner-list li:last-of-type{border: 0px;}*/

.child-td .inner-list::before,
.child-td .inner-list::after {
    position: absolute;
    content: "";
    display: block;
    transform: translateX(-50%);
}

.child-td .inner-list::before {
    left: 50%;
    top: 0;
    border-top: 10px solid #ccc;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.child-td .inner-list::after {
    left: 50%;
    top: -1px;
    border-top: 10px solid #fcfcfc;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.sort-parent span {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    background: #ffb502;
    color: #222;
    text-align: center;
    float: right;
    cursor: pointer;
}

.sort-parent span:hover {
    background: #333;
    color: #fff;
}

.child-tr .child-td .inner-list li strong {
    min-width: 80px;
    display: inline-block;
}

.not-found {
    font-size: 14px !important;
}

.courseName {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%
}

.enquiry-box h3 small {
    text-transform: capitalize;
    color: #008fea;
    display: inline-block;
    width: 100%;
}

.cke_inner .cke_contents textarea.cke_source.cke_reset.cke_enable_context_menu {
    height: 100% !important;
}

.appfeetable {
    margin-top: 10px;
}

.filter-tabs {
    /*border:1px solid #ddd; border-bottom: 0; */
    display: table;
    margin: 0 auto 15px !important;
}

.filter-tabs span {
    display: inline-block;
    margin-right: -4px;
}

.filter-tabs span:last-of-type {
    margin-right: 0;
}

.filter-tabs span a {
    display: inline-block;
    color: #333;
    padding: 5px 15px;
    border-bottom: 1px solid #ddd;
    text-decoration: none;
    position: relative;
    min-height: 32px;
}

.filter-tabs span a:hover,
.filter-tabs span a.tab-active {
    color: #008fea;
}

.filter-tabs span a::before,
.filter-tabs span a::after {
    display: none;
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
}

.filter-tabs span a::before {
    bottom: -7px;
    border-top: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    z-index: 2
}

.filter-tabs span a::after {
    bottom: -9px;
    border-top: 9px solid #ddd;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    z-index: 1
}

.filter-tabs span a.tab-active::before,
.filter-tabs span a.tab-active::after {
    display: block;
}

.filter-tabs span a.tab-active::after {
    border-top-color: #ddd;
}

.breadcrumb li a {
    display: block;
}

.breadcrumb li a::after {
    color: #666;
    right: 1px;
    top: 1px;
}

.error-page .page-wrapper {
    min-height: 0;
}

.error-page .page-wrapper,
.error-page .mainFooter {
    margin: 0 !important;
}

.oops-page-detail {
    display: table;
    margin: 0 auto;
    max-width: 650px;
    width: 100%;
    padding: 60px 0 40px;
}

.oops-page-detail h1 {
    font-weight: 700;
    color: #ffb502;
    font-size: 150px;
    line-height: 150px;
    text-transform: uppercase;
    margin: 0 0 30px;
}

.oops-page-detail h2 {
    font-weight: 300;
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 20px;
}

.oops-page-detail h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 30px;
}

.oops-page-detail a {
    line-height: 25px;
    padding: 10px 20px;
}

/*
.table-scroll-sec .table-responsive { overflow-x: auto !important }
.table-scroll-sec .dataTables_wrapper { width:100% !important; }*/
.table-scroll-sec table {
    table-layout: inherit;
}

.table-scroll-sec .dataTables_wrapper .dataTables_length {
    margin: 15px 0 0 15px;
}

.table-scroll-sec .dataTables_wrapper .dataTables_filter {
    margin: 15px 15px 0 0;
}

.applicationexport {
    margin-right: 30px;
}

.header-topbar {
    z-index: 9993 !important;
}

@media (min-width: 1640px) {
    .oops-page-detail h1 {
        font-size: 200px;
        line-height: 200px;
    }

    .oops-page-detail {
        padding: 90px 0;
    }
}

@media (max-width: 991px) {
    .table-responsive {
        overflow-x: auto !important;
        width: 100%;
    }

    .dataTables_wrapper {
        min-width: 1200px !important;
    }

    table.studentcourses-tables {
        width: auto;
    }

    .studentcourses-tables tr th,
    .studentcourses-tables tr td {
        white-space: nowrap;
    }
}

@media (max-width: 767px) {
	.search-bar{display: none;}
	.user-bar{padding: 12px !important;}
	table {
	    table-layout: inherit;
	    word-break: break-all !important;
	    word-wrap: break-word !important;
	}
    .updatenewfee div[class*="col"] {
        display: block;
        margin-right: 0px;
    }
}

.enquiryinfo {
    display: inline-block;
    width: 100%;
    font-size: 14px;
}

.breadcrumb li a {
    display: block;
}

.breadcrumb li a::after {
    color: #666;
    right: 1px;
    top: 1px;
}

.hilight-title {
    color: green;
}

.tableCustom tr th {
    background-color: #333333;
    color: #fff
}

.disabledcl {
    pointer-events: none;
    cursor: none
}

.mailvariable {
    list-style-type: none;
    background: #FFFFFF;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 10px;
    color: #DE5B5B;
    line-height: 24px;
}

.input-group-addon {
    font-size: inherit;
}

.input-group-addon b {
    font-weight: 500;
}

.modal .close {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: -10px;
    right: -10px;
    background: #ffb502;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    color: #000;
    opacity: 1;
    text-shadow: none;
}

.modal .close:hover {
    background: #000;
    color: #fff;
}

._hidden {
    display: none;
}

._visible {
    display: block;
}

.reporting-filter .SumoSelect>.CaptionCont>span {
    font-size: 12px;
}

.reporting-filter .SumoSelect>.optWrapper>.options li label {
    font-size: 12px;
}

.sidebar-nav {
    background: #222;
}

.labeltitle .sub-title {
    font-weight: bold;
    line-height: 14px;
    font-size: 14px;
    margin-bottom: 18px;
    clear: both;
    float: none;
    display: block;
}

.labeltitle .sub-title a {
    margin-top: -8px;
}

.boxtitle {
    display: block;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    font-size: 14px;
    margin-bottom: 15px;
}

.boxtitle .removethis {
    font-weight: 700;
    color: #ffb502;
    font-size: 12px;
}

.createnew {
    background: #f4f4f4;
    padding: 15px;
    border: 1px solid #ccc;
    margin: 0;
    clear: both;
}

.removebox {
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    position: absolute;
    right: -10px;
    top: -10px;
    background: #000;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    text-align: center;
}

.repeterbox {
    clear: both;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    display: inline;
}

.repeterbox:last-child {
    border-bottom: 0;
    padding: 0;
    margin: 0;
}


.repeterbox .tohide {
    padding: 15px;
}

.filter-report .searchenquery {
    margin-top: 5px;
}

.database-statics {
    border: 1px solid #ccc;
    padding: 20px;
    background: #f4f4f4;
}

.database-statics .counter {
    display: block;
    margin-top: 15px;
    font-size: 20px;
}

.pageImage {
    position: relative;
    margin-bottom: 10px;
}

.pageImage img {
    border: 1px solid #ccc;
    padding: 5px;
    width: 200px;
    height: 200px;
}

.pageImage .btn-remove {
    width: 22px;
    height: 22px;
    line-height: 22px;
    background: #000;
    color: #fff;
    font-size: 13px;
    position: absolute;
    top: -10px;
    left: 185px;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
    border-radius: 30px;
}

span.required {
    color: red
}

.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.7;
}

.notesview {
    width: 200px !important;
    background: #ccc;
    font-weight: bold;
}

.notesother ul li div,
.notesother ul li p {
    display: inline-block;
}

.notesother ul li {
    line-height: 22px;
}

table.example2 {
    margin-top: 5px;
}

.attachmetname {
    display: inline-block;
}

.singleattachment label {
    font-weight: bold
}

.singleattachment .detailatt {
    border-bottom: 1px solid #ccc
}

#sendemail,
#delconleads {
    display: inline-block;
}

.singleemail {
    display: inline-block;
    width: 100%;
    margin-bottom: 3px;
    background-color: #eee;
    padding: 5px;
}

.elabel {
    font-weight: bold;
    margin-bottom: 10px;
}

.profile-page .panel {
    min-height: 180px;
}

.action-disabled {
    opacity: 0.7;
}

.action-disabled * {
    color: #ccc !important;
}

body .sidebar h3.active {
    padding: 0px;
}

body .sidebar h3.dashbaord-class {
    padding: 0
}

body .sidebar h3.active a {
    border-color: #ffb502;
    color: #ffb502;
}

.dashboard-css .descroptionlyaout span {
    font-size: 16px;
}

.reporting-border {
    border-left: 1px solid #ffb502
}

.boxheader {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 7px 15px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    margin-top: 12px;
}

.boxheader:after,
.currentlyclose:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.currentlyopen:after {
    content: "\2796";
    /* Unicode character for "minus" sign (-) */
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.activeboxheader,
.boxheader:hover {
    background-color: #ccc;
}

.profile-page .panel {
    display: block;
    overflow: auto;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}

.coursestudent {
    border-bottom: 1px solid #ccc;
    width: 100%;
    float: left
}

.coursestudent h2 {
    float: left;
    border: 0;
    padding-bottom: 0;
    margin: 0;
    line-height: 32px;
}

.coursestudent form {
    width: 200px;
}

.coursestudent .SumoSelect.sumo_year {
    float: left;
    width: 72%;
}

.repeterbox .tohide {
    clear: both;
    float: left;
    width: 100%;
    padding-top: 0px;
}

.addnewbox-wrapper {
    float: left;
    width: 100%;
    padding: 15px 15px;
}

.mainorder.ui-sortable-handle {
    display: inline-block;
    width: 100%;
}

.ui-state-highlight {
    height: 50px;
}

.dashboard-app #sendemail {
    display: block;
}

.appDetails {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

#generalsettings .form-group .control-label {
    font-weight: bold;
}

#generalsettings .form-group {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}


table.dataTable thead .sorting_asc {
    background-image: url(../img/sort_asc.png) !important;
}

table.dataTable thead .sorting_desc {
    background-image: url(../img/sort_desc.png) !important;
}


.messages_count_nav {
    position: relative;
    right: -5px;
    /* top: -5px; */
    min-width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 0;
    color: #000;
    line-height: 14px;
    text-align: center;
    font-size: 10px;
    padding: 1px 5px;
}

.alert.text-success, .alert.alert-danger {padding:10px;border:1pxsolid#ddd;position:fixed;top:10px;z-index:9999;display:block;}
