/* Custom Styles */
/* Sidebar Styles */
.btn-toggle-sidebar {
    padding: 0;
}
.sidebar-logo,
.navbar-logo,
.mobile-navbar-logo {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    font-family: "Montserrat" !important;
}
.sidebar-logo {
    margin-top: 2px;
}
.sidebar-logo a,
.sidebar-logo a:hover
.sidebar-logo a:focus {
    color: #ffffff !important;
}
.navbar-logo {
    margin-left: 65px;
}
.navbar-logo a,
.navbar-logo a:hover
.navbar-logo a:focus,
.mobile-navbar-logo a,
.mobile-navbar-logo a:hover,
.mobile-navbar-logo a:focus {
    color: #626262 !important;
}
.mobile-profile {
    margin-top: 10px;
}
.btn-login {
    margin-top: 2px;
}
@media(max-width: 767px) {
    .mobile-profile {
        margin-top: 5px;
    }
}

/* Login Styles */
.login-container {
    margin-top: -120px;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
}
.forgot-password-label {
    margin: 5px 0 0 0;
    padding: 0;
}
@media(max-width: 767px) {
    .login-container {
        width: auto;
        margin-left: 20px;
        margin-right: 20px;
    }
}

/* Avatar Styles */
.avatar {
    display: block;
    height: 32px;
    width: 32px;
    margin-top: 2px;
    border-radius: 50%;
    line-height: 32px;
    font-weight: 700;
    background-color: #333333;
    color: #ffffff;
}

/* Table Styles */
.table {
    margin-bottom: 0px;
}
.table tbody tr td {
    transition: background-color 100ms ease-in-out;
}
.table tbody tr.swap-selected td,
.table tbody tr.swap-selected:nth-child(2n+1) td {
    background-color: #daeffd !important;
}
.table-admin-managers th:nth-child(3),
.table-admin-managers td:nth-child(3),
.table-action-1 th:nth-child(2),
.table-action-1 td:nth-child(2) {
    width: 60px;
}
.table-admin-managers th:nth-child(3),
.table-admin-managers td:nth-child(3),
.table-action-1 td:nth-child(2) {
    text-align: center;
}
.table-admin-tournaments th:nth-child(3),
.table-admin-tournaments td:nth-child(3) {
    overflow: visible !important;
    white-space: normal !important;
    width: 40%;
    min-width: 300px;
}
.table-timeslots th:nth-child(1),
.table-timeslots td:nth-child(1) {
    width: 25%;
}
.table-timeslots .timeslots-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.table-timeslots .timeslots-list {
    overflow: visible !important;
    white-space: normal !important;
}
.table-timeslots .timeslots-list > li {
    display: inline-block;
    width: 32%;
}
.table-timeslots .timeslots-list > li .timeslot {
    margin-bottom: 0;
}
.table-swap th:nth-child(2),
.table-swap td:nth-child(2) {
    width: 10%;
    text-align: center;
}
.table-swap th:nth-child(1),
.table-swap td:nth-child(1),
.table-swap th:nth-child(3),
.table-swap td:nth-child(3) {
    width: 45%;
    min-width: 300px;
}
.table-swap td > p {
    margin: 0;
}
.table-admin-managers th:nth-child(2),
.table-admin-managers td:nth-child(2),
.table-admin-teams th:nth-child(2),
.table-admin-teams td:nth-child(2) {
    min-width: 300px;
}
.table-admin-teams th:nth-child(3),
.table-admin-teams td:nth-child(3),
.table-admin-tournaments th:nth-child(6),
.table-admin-tournaments td:nth-child(6),
.table-manager-reservation th:nth-child(10),
.table-manager-reservation td:nth-child(10),
.table-reservation th:nth-child(9),
.table-reservation td:nth-child(9) {
    width: 100px;
}
.table-admin-teams td:nth-child(3) {
    text-align: center;
}
.table-admin-old-reservation th:nth-child(1),
.table-admin-old-reservation td:nth-child(1),
.table-admin-reservation th:nth-child(1),
.table-admin-reservation th:nth-child(1),
.table-manager-reservation th:nth-child(1),
.table-manager-reservation th:nth-child(1),
.table-reservation th:nth-child(1),
.table-reservation th:nth-child(1) {
    width: 50px;
}
.table-admin-reservation th:nth-child(9),
.table-admin-reservation td:nth-child(9) {
    width: 160px;
}
.table-admin-managers th:nth-child(1),
.table-admin-teams th:nth-child(1),
.table-details th:nth-child(1),
.table-details td:nth-child(1) {
    width: 25%;
}
.table-admin-old-reservation th:nth-child(9),
.table-admin-old-reservation td:nth-child(9),
.table-admin-old-reservation th:nth-child(10),
.table-admin-old-reservation td:nth-child(10),
.table-manager-reservation th:nth-child(9),
.table-manager-reservation td:nth-child(9),
.table-reservation th:nth-child(8),
.table-reservation td:nth-child(8) {
    text-align: center;
}
.table .table-empty {
    text-align: center;
}
.dataTables_wrapper .dataTables_info {
    padding: 0 20px;
    margin-top: 20px !important;
    margin-bottom: 0 !important;
}
.dataTables_paginate.paging_bootstrap.pagination {
    padding-right: 10px;
    margin-top: 20px !important;
    margin-bottom: 0 !important;
}
.dataTables_paginate.paging_bootstrap.pagination ul {
    margin-bottom: 0;
}
.table-search {
    margin-top: -8px;
    max-width: 200px;
}
.table-search input {
    font-family: Arial, sans-serif, "FontAwesome";
}
@media(max-width: 991px) {
    .table-condensed {
        table-layout: auto !important;
    }
    .table-condensed tbody tr td {
        overflow: visible !important;
    }
    .table-timeslots .timeslots-list > li {
        width: 100%;
    }
    .dataTables_wrapper .dataTables_info {
        display: none;
    }
    .dataTables_paginate.paging_bootstrap.pagination {
        float: left;
    }
    .dataTables_paginate.paging_bootstrap.pagination ul {
        padding-left: 15px;
        margin-bottom: 20px;
    }
}

/* Timeslot Styles */
.timeslot {
    display: inline-block;
}
.timeslot span {
    display: inline-block;
    text-align: right;
    width: 65px;
}
.timeslot span:first-child {
    margin-right: 15px;
}
.timeslot .label {
    margin-left: 15px;
    text-align: center;
}

/* Form Styles */
.single-input-form > label {
    padding-left: 20px !important;
    margin-top: 12px !important;
}
.single-input-form > .form-control {
    padding-left: 20px !important;
    margin-bottom: 12px !important;
}
.single-input-form .btn {
    height: 100% !important;
}
.pop-text {
    display: none;
}
.help-block {
    font-size: 12px;
    font-style: italic;
    margin-left: 7px;
    padding: 3px 10px;
    border-left: 2px solid #aaaaaa;
}
.help-block.errors {
    border-color: #933432;
    color: #933432;
}
.help-block.errors ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/* Breadcrumbs Style */
.breadcrumb {
    display: inline-block;
    width: 70%;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.breadcrumb.multiple-btn {
    width: 50%;
}
.breadcrumb.dashboard {
    width: 200px;
}
.dashboard-jumbotron {
    overflow: visible;
}
.breadcrumb li {
    display: inline;
}

/* Alert Styles */
.pgn-bar .alert {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 28px;
    font-size: 14px;
}
.pgn-bar .alert .undo {
    margin-left: 20px;
    font-weight: 700;
    font-size: 12px;
}
.pgn-bar .alert .undo a {
    cursor: pointer;
}

/* Form Styles */
.form-group-solo {
    display: block !important;
    margin-bottom: 0px;
}

/* Action List Styles */
.panel-action-list .row {
    margin-bottom: 10px;
}
.panel-action-list .row:last-child {
    margin-bottom: 0;
}
.panel-action-list .action-text {
    margin-top: 8px;
}
.panel-action-list .action-text.with-help {
    margin-bottom: 0;
}
.panel-action-list .help-text {
    font-size: 12px;
    color: #aaaaaa;
    margin-bottom: 0;
}
.panel-action-list .action-btn .fa {
    display: inline-block;
}
.panel-action-list .action-btn .text {
    display: inline-block;
    margin-left: 5px;
    min-width: 60px;
}
.panel-action-list .action-btn .mobile-text {
    display: none;
}
@media(max-width: 991px) {
    .panel-action-list .action-btn .mobile-text {
        display: inline;
    }
    .panel-action-list .action-text {
        display: none;
    }
    .panel-action-list .action-btn .text {
        min-width: 160px;
    }
    .panel-action-list .help-text {
        margin-bottom: 10px;
    }
}

/* Custom Timeslots Styles */
.custom-timeslot {
    margin-top: 15px;
}
.custom-timeslot .switchery {
    margin-top: -3px;
}
.custom-timeslot label {
    display: inline-block;
    font-weight: 700;
    margin-left: 10px;
}
@media(max-width: 767px) {
    .custom-timeslot {
        margin-top: 5px;
        margin-bottom: 20px;
    }
}

/* Dashboard Styles */
.change-calendar {
    width: 280px;
}
.details-sidebar-wrapper {
    padding: 20px 30px;
    white-space: normal;
}
.details-sidebar .datetime {
    display: inline;
    position: relative;
}
.details-sidebar .detail-wrapper {
    margin-top: 20px;
}
.details-sidebar .detail {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 15px;
}
.details-sidebar .detail h6 {
    font-weight: 400;
    font-size: 14px;
}
.details-sidebar .detail p {
    font-size: 12px;
}

/* Misc Styles */
p.standalone {
    margin: 0;
}
@media (max-width: 480px) {
    p.standalone {
        margin-top: 15px;
    }
}
.check-yes {
    color: #70BF2B;
}
.check-no {
    color: #DD4646;
}

/* Fixes Styles */
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    top: 0 !important;
    margin-top: 5px;
}
.select2-results .select2-results-dept-0 {
    margin-top: 5px;
    margin-left: 5px;
}
.select2-results .select2-results-dept-0 > .select2-result-label {
    padding: 7px;
}
.select2-results .select2-results-dept-1 > .select2-result-label {
    padding: 7px;
    padding-left: 20px;
}
.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px 10px;
}
p.btn-align {
    margin: 8px 0 0 0;
}
.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
    color: #626262;
    font-weight: 700;
}
.input-daterange input {
    text-align: left !important;
}
.quickview-wrapper {
    width: 300px;
    right: -300px;
}
.label {
    margin-right: 3px;
}
.dropdown-menu {
    z-index: 9999 !important;
}
.dropdown-menu.export-menu {
    min-width: 160px !important;
    margin: 2px 0 0;
    background-color: #ffffff;
}
.dropdown-menu.export-menu > li:first-child,
.dropdown-menu.export-menu > li:last-child {
    padding: 0;
}
.dropdown-menu.export-menu > li > a:focus,
.dropdown-menu.export-menu > li > a:hover {
    background-color: #f5f5f5;
}
