/*

* Override Pages default styles or create your own styles here

*/

b,
strong {
    font-weight: 600;
}

.jumbotron h1.large-demo-text {
    font-size: 150px;
}

.uppercase {
    text-transform: uppercase;
}

.select2font {
    font-size: 12px;
}

.icon-text-search {
    font-size: 42px;
    width: 150%;
}

ul.pagination {
    padding-top: 25px;
}

ul.pagination > li:first-child > a,
ul.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    color: #e5e5e5;
    font-size: 13.5px;
}

ul.pagination > li > a {
    position: relative;
    float: left;
    padding: 4px 10px;
    line-height: 1.42857143;
    text-decoration: none;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    color: #4b4b4b;
}

ul.pagination > li:last-child > a,
ul.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #dcdcdc;
    border-color: #b5b5b5;
    cursor: default;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #e5e5e5;
    background-color: #b5b5b5;
    border-color: #ddd;
}

.form-control {
    font-size: 12px;
    text-transform: uppercase;
}

/* colors */

.color-black {
    color: #353f4d;
}

.color-blue {
    color: #5aaaff;
}

.text-color-blue {
    color: #5aaaff !important;
}

.text-color-green {
    color: #28a745 !important;
}

.text-color-red {
    color: #ce4e4d !important;
}

/* links */

.link-black {
    color: #353f4d;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
        "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
        "Helvetica Neue", sans-serif;
}

.link-blue {
    color: #5aaaff;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
        "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
        "Helvetica Neue", sans-serif;
}

/* buttons */

.btn {
    border-radius: 0;
}

.btn-xs {
    font-size: 12px;
}

.btn-outline-blue,
.btn-outline-blue:focus {
    color: #5aaaff;
    border: 1px solid #5aaaff;
    background: transparent;
}
.btn-outline-blue:hover:not(.active),
.btn-outline-blue:hover {
    background-color: #5aaaff;
    border: 1px solid #5aaaff;
    color: #fff;
}

.btn-blue,
.btn-blue:focus {
    color: #fff;
    background-color: #5aaaff;
    border: 1px solid #5aaaff;
    border-bottom: 1px solid #5aaaff;
}

.btn-blue.hover:not(.active),
.btn-blue:hover:not(.active),
.btn-blue .show .dropdown-toggle.btn-blue {
    background-color: #5c8dc1;
    color: #fff;
    border: 1px solid #5c8dc1;
    border-bottom: 1px solid #5c8dc1;
}

.breadcrumb > .breadcrumb-item.active {
    color: #5aaaff;
}

.nav-tabs-simple > li > a:after {
    background-color: #5aaaff;
}

.login-wrapper {
    background: url("/images/bg.png") !important;
    height: 100% !important;
}

.bootgrid-header .search span {
    border-collapse: separate;
    border: 1px solid #ccc;
    border-radius: 0px;
    display: table-cell;
    border-right: 0;
    background-color: #fff;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    padding: 6px 12px;
    text-align: center;
    font-size: 18px;
}
.bootgrid-footer .search,
.bootgrid-header .search {
    width: 50% !important;
    float: left;
}
.bootgrid-header.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.page-sidebar .sidebar-header {
    height: 75px;
}

.header .profile-dropdown-toggle:after {
    background-color: #55bfee;
}

.gcs-card.share .card-header {
    padding: 15px 15px 12px;
}

.gcs-card.share .card-header h5 {
    font-weight: bold;
    font-size: 14px;
    margin: 0;
    line-height: 22.7px;
    font-family: "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI",
        "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
        "Helvetica Neue", sans-serif;
    letter-spacing: -0.006em;
    margin-top: -3px;
}

.gcs-card.share .card-header h6 {
    font-size: 12px;
    margin: 0;
    opacity: 0.45;
    font-family: "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI",
        "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
        "Helvetica Neue", sans-serif;
    opacity: 0.45;
}

.gcs-card.share .card-header .user-pic {
    float: left;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.gcs-card.share .card-header .user-pic > img {
    width: 30px;
    height: 30px;
}

.bootgrid-table {
    margin: 0;
    box-shadow: none;
}
.bootgrid-footer .infoBar,
.bootgrid-header .actionBar {
    text-align: left;
}
.bootgrid-footer .search,
.bootgrid-header .search {
    vertical-align: top;
}
.bootgrid-header {
    margin: 0;
    padding: 25px;
}
.bootgrid-header .search {
    border: 1px solid #e8e8e8;
}
.bootgrid-header .search .form-control,
.bootgrid-header .search .input-group-addon {
    border: 0;
}
.bootgrid-header .search .input-group-addon {
    font-size: 18px;
    color: #333;
    padding-right: 0 !important;
    min-width: 26px;
    text-align: right;
}
@media (min-width: 480px) {
    .bootgrid-header .search {
        width: 300px;
    }
}
@media (max-width: 480px) {
    .bootgrid-header .search {
        width: 100%;
        padding-right: 90px;
    }
}
.bootgrid-header .actions {
    box-shadow: none;
}
.bootgrid-header .actions .btn-group .btn {
    height: 37px;
    background: #fff;
    border-radius: 0;
    border: 1px solid #e8e8e8;
}
@media (min-width: 768px) {
    .bootgrid-header .actions .btn-group .dropdown-menu {
        left: 0;
        margin-top: 1px;
    }
}
.bootgrid-header .actions .btn-group .dropdown-menu .dropdown-item {
    padding: 5px 10px;
}
.bootgrid-header
    .actions
    .btn-group
    .dropdown-menu
    .dropdown-item
    .input-helper {
    top: 5px;
}
.bootgrid-header .actions .btn-group .caret {
    display: none;
}
.bootgrid-header .actions .btn-group .zmdi {
    line-height: 100%;
    font-size: 18px;
    vertical-align: top;
}
@media (max-width: 480px) {
    .bootgrid-header .actions {
        position: absolute;
        top: 0;
        right: 15px;
    }
}

.bootgrid-footer {
    margin-top: 0;
    padding-left: 0px;
    padding-right: 0px;
}
.bootgrid-footer .col-sm-8 {
    padding: 25px;
}
@media (max-width: 768px) {
    .bootgrid-footer .col-sm-8 {
        text-align: center;
    }
}
.bootgrid-footer .infoBar {
    padding: 25px;
}
@media (max-width: 768px) {
    .bootgrid-footer .infoBar {
        display: none;
    }
    .table-responsive {
        border: 0px;
    }
}
.bootgrid-footer .infoBar .infos {
    border: 1px solid #eee;
    display: inline-block;
    float: right;
    padding: 7px 30px;
    font-size: 12px;
    margin-top: 3px;
}
.select-cell .checkbox {
    margin: 0px 0 0 -19px;
    top: 3px;
}
.bootgrid-action-options {
    top: 15px;
    position: relative;
    z-index: 999;
}
.bootstrap-select .bs-searchbox {
    padding: 0 18px;
    margin: 5px 0 10px;
    position: relative;
}
.bootstrap-select .bs-searchbox:before {
    position: absolute;
    left: 14px;
    top: 2px;
    width: 30px;
    height: 100%;
    content: "\f1c3";
    font-family: "Material-Design-Iconic-Font";
    font-size: 25px;
    z-index: 999;
}
.bootstrap-select .bs-searchbox input {
    padding-left: 25px;
    border: 0;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
    padding-left: 17px;
}
.bootstrap-select .check-mark {
    margin-top: -5px !important;
    font-size: 19px;
    display: none;
    position: absolute;
    top: 11px;
    right: 15px;
}
.bootstrap-select .check-mark:before {
    content: "\f26b";
    font-family: "Material-Design-Iconic-Font";
}
.bootstrap-select .selected .check-mark {
    display: block !important;
}
.bootstrap-select .notify {
    bottom: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    border: 0 !important;
    background: #f44336 !important;
    color: #fff !important;
    text-align: center;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}
.bootstrap-select .btn-default {
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #e8e8e8;
}

.label {
    border-radius: 1px;
    padding: 4px 5px 3px;
}

.label-default {
    border: 1px solid #828282;
    color: #828282;
    background-color: #fff;
}
.label-default[href]:hover,
.label-default[href]:focus {
    color: #696969;
}
.label-primary {
    border: 1px solid #2196f3;
    color: #2196f3;
    background-color: #fff;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
    border: 1px solid #0c7cd5;
    color: #0c7cd5;
    background-color: #fff;
}
.label-success {
    border: 1px solid #4caf50;
    color: #4caf50;
    background-color: #fff;
}
.label-success[href]:hover,
.label-success[href]:focus {
    border: 1px solid #3d8b40;
    color: #3d8b40;
    background-color: #fff;
}
.label-info {
    border: 1px solid #00bcd4;
    color: #00bcd4;
    background-color: #fff;
}
.label-info[href]:hover,
.label-info[href]:focus {
    border: 1px solid #008fa1;
    color: #008fa1;
    background-color: #fff;
}
.label-warning {
    border: 1px solid #ff9800;
    color: #ff9800;
    background-color: #fff;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
    border: 1px solid #cc7a00;
    color: #cc7a00;
    background-color: #fff;
}
.label-danger {
    border: 1px solid #f44336;
    color: #f44336;
    background-color: #fff;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
    border: 1px solid #ea1c0d;
    color: #ea1c0d;
    background-color: #fff;
}

.select2-selection__rendered {
    font-size: 12px;
}

.modal-open .select2-container {
    z-index: 1000;
}

.timeline-point.success {
    background-color: #19ad79;
}

.notify {
    z-index: 99999;
    position: absolute;
}

@media only screen and (min-width: 980px) {
    body.menu-pin .page-sidebar {
        -webkit-transform: translate(50px, 0) !important;
    }
    .page-sidebar {
        -webkit-transform: translate(50px, 0) !important;
        width: 240px;
    }
    body.menu-pin .page-container .page-content-wrapper .content {
        padding-left: 90px;
    }
    body.menu-pin .header .brand {
        width: 325px;
    }
    .sidebar-header {
        margin-left: 155px;
    }
    body.menu-pin .header .brand {
        width: 125px;
    }
}
