
/* here you can put your own css to customize and override the theme */

a {
    cursor: pointer;
}

.clickable {
    cursor: pointer;
}

.page-content {
    overflow-y: hidden;
}

.loadingoverlay {
    width: 100% !important;
    height: 100% !important;
}

.portlet .portlet-title .tools .search-container {
    margin-top: -15px;
}

.dropdown.open .dropdown-toggle {
    color: initial;
}

.login .login-form .form-actions .checkbox {
    display: none;
}

.page-logo img {
    max-height: 40px;
    margin-top: 5px;
}

.header .navbar-nav li.dropdown.user img {
    width: 30px;
    height: 30px;
}

.profile .profile-nav input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: pointer;
    display: block;
}

.input-list-with-link-container {
    display: table;
    width: 100%;
}

.profile .in-input {
    position: absolute;
    right: 10px;
    z-index: 9;
    padding-top: 7px;
    cursor: pointer;
}

.profile .input-open-link {
    padding-right: 65px;
}

.checker input:disabled {
    opacity: 0;
}

.form-builder fieldset legend {
    border-bottom: none;
    border-top: 1px solid #e5e5e5;
}

.form-builder fieldset:first-of-type legend {
    border: none;
}

.dropdown.button-dropdown-checkboxes-list {
    margin-bottom: 15px;
}


/*Company tweaks*/

#companyTypeConfigTable_wrapper .dataTables_filter {
    display: none;
}

@media (max-width:1300px) and (min-width:990px) {
    .company-type .btn {
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px;
    }
}

#customTagsTable_wrapper .dataTables_filter {
    display: none;
}

#customTagsTable_wrapper .table-scrollable {
    overflow: hidden;
}

#customTagsTable {
    table-layout: fixed;
}

#customTagsTable td {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}


/*Datatables customization*/

div.dataTables_wrapper span.select-info {
    display: block;
    margin-left: 0;
}

div.dataTables_wrapper span.select-info>span.select-item:first-child {
    margin-left: 0;
}

.custom-table-inputs-row>div:first-of-type {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.custom-table-inputs-row>div:first-of-type label {
    margin-left: 15px;
}

table.dataTable tbody>tr.selected,
table.dataTable tbody>tr>.selected {
    background-color: #D9534F;
}

table.dataTable.display tbody>tr.even.selected>.sorting_1,
table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_1 {
    background-color: #D9534F;
}

table.dataTable.display tbody>tr.odd.selected>.sorting_1,
table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_1 {
    background-color: #D9534F;
}

table.dataTable.display tbody>tr.selected:hover>.sorting_1,
table.dataTable.order-column.hover tbody>tr.selected:hover>.sorting_1 {
    background-color: #D9534F;
}

table.dataTable.hover tbody>tr.selected:hover,
table.dataTable.hover tbody>tr>.selected:hover,
table.dataTable.display tbody>tr.selected:hover,
table.dataTable.display tbody>tr>.selected:hover {
    background-color: #D9534F;
}

table.dataTable.stripe tbody>tr.odd.selected,
table.dataTable.stripe tbody>tr.odd>.selected,
table.dataTable.display tbody>tr.odd.selected,
table.dataTable.display tbody>tr.odd>.selected {
    background-color: #D9534F;
}


/*Dashboard*/

.dashboard .profile {
    display: none;
}


/*carousel*/

.carousel .carousel-control {
    color: black;
    z-index: 15;
}

.carousel .carousel-control:hover,
.carousel .carousel-control:focus {
    opacity: 0.6;
}

.carousel .carousel-indicators {
    bottom: -35px;
}

.carousel .carousel-indicators>li {
    border: 1px solid #000000;
}

.carousel .carousel-indicators>li.active {
    background-color: #000000;
}

.carousel img {
    margin: auto;
}

.carousel .carousel-inner .item {
    margin-bottom: 0;
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*404 page*/

.page-not-found-container h4 {
    display: inline-block;
}

.page-not-found-container .btn {
    margin-bottom: 5px;
}

.page-not-found-container .btn>i {
    padding-left: 5px;
}


/*Footer*/

.footer-inner {
    width: 95%;
    line-height: 30px;
}

.footer-inner .social-links i {
    font-size: 18px;
    color: #999ba2;
    position: relative;
}

.footer-inner .social-links>div {
    display: inline-block;
    position: relative;
    margin-right: 10px;
}

.footer-inner .social-links a {
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
    border: none;
}

.footer-inner .social-links a:hover i {
    color: white;
}

.footer-inner .social-links a:before {
    border-radius: 3px;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}

.footer-inner .social-links a:hover:before {
    height: 100%;
}

.footer-inner .social-links a.facebook:before {
    background-color: #3b5998;
}

.footer-inner .social-links a.twitter:before {
    background-color: #00acee;
}

.footer-inner .social-links a.google-plus:before {
    background-color: #c63b1e;
}

.footer-inner .social-links a.linkedin:before {
    background-color: #0073b2;
}

.footer-inner .social-links a.youtube:before {
    background-color: #cd332d;
}

.footer-vertical .footer-inner {
    width: 100%;
    text-align: center;
}

.footer-vertical .footer-inner .pull-right {
    float: none !important;
}

.footer-vertical .footer-inner .pull-left {
    float: none !important;
}

.footer-vertical .footer-tools {
    display: none;
}


/*Sidebar*/

@media (min-width: 992px) {
    .page-content {
        margin-left: 230px;
    }
    .page-sidebar {
        width: 230px;
    }
    .page-sidebar-fixed .footer {
        margin-left: 230px;
    }
    .page-sidebar-reversed.page-sidebar-fixed .page-sidebar {
        margin-left: -230px;
    }
    .page-sidebar-reversed .page-content {
        margin-right: 230px;
    }
    .page-sidebar-reversed.page-sidebar-fixed .footer {
        margin-right: 230px;
    }
}

.page-sidebar ul>li>a>.arrow:before {
    margin-right: 0;
    min-width: 11px;
}

.page-sidebar-menu>li>a>.arrow.open:before {
    margin-right: 0;
}

.page-sidebar-closed .page-sidebar-menu license-status-bubble {
    display: none;
}

.page-sidebar-closed .page-sidebar-menu>li:hover license-status-bubble {
    display: inline;
}


/*Filter tags*/

filter-tags-button ul.checkbox-list {
    max-width: 200px;
}

filter-tags-button ul.checkbox-list li {
    padding-right: 5px;
}

filter-tags-button ul.checkbox-list label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 15px;
}

@media (min-width: 768px) {
    filter-tags-button ul.checkbox-list {
        max-width: 400px;
    }
}

@media (min-width: 992px) {
    filter-tags-button ul.checkbox-list {
        max-width: 500px;
    }
}

@media (min-width: 1200px) {
    filter-tags-button ul.checkbox-list {
        max-width: 800px;
    }
}