﻿
body {
    padding-top: 0px;
    padding-bottom: 20px;
    background-color: #f3f3f4;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-default {
    background-color: #293846;
}

/* Set widths on the form inputs since otherwise they're 100% wide
input,
select,
textarea {
    max-width: 280px;
}*/


/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* buttons and links extension to use brackets: [ click me ] */
.btn-bracketed::before {
    display: inline-block;
    content: "[";
    padding-right: 0.5em;
}

.btn-bracketed::after {
    display: inline-block;
    content: "]";
    padding-left: 0.5em;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.btn-row {
    height: 20px;
}

.profile-image {
    width: 100px;
    height: auto;
}

    .profile-image img {
        width: 100%;
        padding: 5px;
        border-radius: 6px;
        height: auto;
    }

.skillix-page {
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    background-color: #f3f3f4;
}

.profile-image-sm {
    width: auto;
    float: none;
}

    .profile-image-sm img {
        width: 48px;
        height: 48px;
    }

.agile-list li.yellow {
    border-left: 3px solid #FFD757;
}

.agile-list li.royal-blue {
    border-left: 3px solid #4169E1;
}

.agile-list li.navy-blue {
    border-left: 3px solid #000080;
}

.agile-list li.dark-red {
    border-left: 3px solid #FF0000;
}

.agile-list li.dark-grey {
    border-left: 3px solid #696969;
}

.agile-list li.pink {
    border-left: 3px solid #FF1493;
}

.agile-list li.aqua {
    border-left: 3px solid #40E0D0;
}

.agile-list li.olive {
    border-left: 3px solid #6D893F;
}


.agile-list li.green {
    border-left: 3px solid #3CB371;
}

.agile-list li.dark-green {
    border-left: 3px solid #006400;
}

.agile-list li.light-grey {
    border-left: 3px solid #DCDCDC;
}

.agile-list li.purple {
    border-left: 3px solid #8A2BE2;
}

.agile-list li.orange {
    border-left: 3px solid #FF7F50;
}

.agile-list li.rose {
    border-left: 3px solid #FCE4D6;
}

.agile-list li.red {
    border-left: 3px solid #FF0000;
}

.agile-list li.burnt-orange {
    border-left: 3px solid #EE8240;
}

.agile-list li.unread {
    border-left: 6px solid inherit;
}

.list-group-horizontal .list-group-item {
    display: inline-block;
}

.list-group-horizontal .list-group-item {
    /*margin-bottom: 0;
    margin-left: -4px;
    margin-right: 0;*/
    margin: 2px;
    /*width: 200px;
    height: 350px;*/
}

    .list-group-horizontal .list-group-item:first-child {
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px;
    }

    .list-group-horizontal .list-group-item:last-child {
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0;
    }



/*.select2-close-mask {
    z-index: 4099;
}

.select2-dropdown {
    z-index: 4050;
}

.select2-container {
    z-index: 4051;
}*/

.table-roc > tbody > tr > td {
    vertical-align: top;
}

.td-roc-5 {
    vertical-align: top;
}

.table-table-hover > tbody > tr > td.active:hover,
.table-table-hover > tbody > tr > th.active:hover,
.table-table-hover > tbody > tr.active:hover > td,
.table-table-hover > tbody > tr:hover > .active,
.table-table-hover > tbody > tr.active:hover > th {
    background-color: #fff0f5;
}

.modal {
    z-index: 5999 !important;
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

.fh-35 {
    height: 35px;
}

.fh-50 {
    height: 50px;
}

.fh-80 {
    height: 80px;
}

.fh-100 {
    height: 100px;
}

.fh-110 {
    height: 110px;
}

.panel-transparent {
    background: none;
}

    .panel-transparent .panel-heading {
        background: rgba(122, 130, 136, 0.2) !important;
    }

    .panel-transparent .panel-body {
        background: rgba(46, 51, 56, 0.2) !important;
    }

.fadeOut {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 2s, opacity 2s linear;
}

.vertical-container-100 {
    /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.unread a,
.unread {
    font-size: 120%;
    font-weight: bold;
}

.read a,
.read {
    font-weight: normal;
    color: inherit;
}

.unread {
}

.msg-unread {
    font-weight: bold;
    color: inherit;
}

.msg-read {
    font-weight: normal;
    color: inherit;
}


.yellow span.label {
    background-color: #FFD757;
}

.royal-blue span.label {
    background-color: #4169E1;
    color: white;
}

.navy-blue span.label {
    background-color: #000080;
    color: white;
}

.dark-red span.label {
    background-color: #FF0000;
    color: white;
}

.dark-grey span.label {
    background-color: #696969;
    color: white;
}

.pink span.label {
    background-color: #FF1493;
    color: white;
}

.aqua span.label {
    background-color: #40E0D0;
}

.olive span.label {
    background-color: #6D893F;
    color: white;
}

.green span.label {
    background-color: #3CB371;
    color: white;
}

.dark-green span.label {
    background-color: #006400;
    color: white;
}

.light-grey span.label {
    background-color: #DCDCDC;
}

.purple span.label {
    background-color: #8A2BE2;
    color: white;
}

.orange span.label {
    background-color: #FF7F50;
    color: white;
}

.rose span.label {
    background-color: #FCE4D6;
}

.red span.label {
    background-color: #FF0000;
    color: white;
}

.burnt-orange span.label {
    background-color: #EE8240;
}

.fa-paw.bronze {
    color: #91652C;
}

.fa-paw.silver {
    color: #c3c3cd;
}

.fa-paw.gold {
    color: #ede963;
}

.fa-paw.none {
    color: #f1eeee;
}

.fa-paw.any {
    color: #f5c4c4;
}

.check-toggle {
    font-size: 16px;
}

.check-toggle-all {
    margin-left: 6px;
}

.switch-toggle-all {
    margin-right: 6px;
}

.label.silver {
    background-color: #A8A2A0;
}

.label.gold {
    background-color: #FFD700;
}

.label.none.any {
    background-color: #f5f5f5;
}

.label.bronze {
    background-color: #91652C;
}

.silver-bg {
    background-color: #A8A2A0;
}

.gold-bg {
    background-color: #FFD700;
}

.none-bg.any-bg {
    background-color: #f5f5f5;
}

.bronze-bg {
    background-color: #91652C;
    color: white;
}

.list-col-xs-1, .list-col-sm-1, .list-col-md-1, .list-col-lg-1, .list-col-xs-2, .list-col-sm-2, .list-col-md-2, .list-col-lg-2, .list-col-xs-3, .list-col-sm-3, .list-col-md-3, .list-col-lg-3, .list-col-xs-4, .list-col-sm-4, .list-col-md-4, .list-col-lg-4, .list-col-xs-5, .list-col-sm-5, .list-col-md-5, .list-col-lg-5, .list-col-xs-6, .list-col-sm-6, .list-col-md-6, .list-col-lg-6, .list-col-xs-7, .list-col-sm-7, .list-col-md-7, .list-col-lg-7, .list-col-xs-8, .list-col-sm-8, .list-col-md-8, .list-col-lg-8, .list-col-xs-9, .list-col-sm-9, .list-col-md-9, .list-col-lg-9, .list-col-xs-10, .list-col-sm-10, .list-col-md-10, .list-col-lg-10, .list-col-xs-11, .list-col-sm-11, .list-col-md-11, .list-col-lg-11, .list-col-xs-12, .list-col-sm-12, .list-col-md-12, .list-col-lg-12 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}

.list-col-sm-12 {
    width: 100%;
}

.list-col-sm-11 {
    width: 91.66666667%;
}

.list-col-sm-10 {
    width: 83.33333333%;
}

.list-col-sm-9 {
    width: 75%;
}

.list-col-sm-8 {
    width: 66.66666667%;
}

.list-col-sm-7 {
    width: 58.33333333%;
}

.list-col-sm-6 {
    width: 50%;
}

.list-col-sm-5 {
    width: 41.66666667%;
}

.list-col-sm-4 {
    width: 33.33333333%;
}

.list-col-sm-3 {
    width: 25%;
}

.list-col-sm-2 {
    width: 16.66666667%;
}

.list-col-sm-1 {
    width: 8.33333333%;
}

.list-col-md-12 {
    width: 100%;
}

.list-col-md-11 {
    width: 91.66666667%;
}

.list-col-md-10 {
    width: 83.33333333%;
}

.list-col-md-9 {
    width: 75%;
}

.list-col-md-8 {
    width: 66.66666667%;
}

.list-col-md-7 {
    width: 58.33333333%;
}

.list-col-md-6 {
    width: 50%;
}

.list-col-md-5 {
    width: 41.66666667%;
}

.list-col-md-4 {
    width: 33.33333333%;
}

.list-col-md-3 {
    width: 25%;
}

.list-col-md-2 {
    width: 16.66666667%;
}

.list-col-md-1 {
    width: 8.33333333%;
}

.bottom-aligned {
    position: absolute;
    bottom: 0;
    margin-bottom: 7px;
    left: 0;
}

.bottom-right {
    text-align: right;
    vertical-align: text-bottom
}

.bottom-left {
    position: absolute;
    bottom: 0;
    margin-bottom: 7px;
    left: 100px;
}

blockquote {
    border: none;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin-bottom: -30px;
    position: relative;
    margin: 0 auto;
    padding-left: 0.4em;
}


    blockquote:before {
        content: "\201C";
        font-weight: bold;
        font-size: 20px;
        position: absolute;
        top: 0.4em;
        left: -0.6em;
        font-family: 'Georgia';
    }

    blockquote:after {
        content: "\201D";
        font-weight: bold;
        font-size: 20px;
        position: absolute;
        bottom: 0.4em;
        right: 0;
        font-family: 'Georgia';
    }

/* Risk Register Styles*/
.risk-tbd {
    color: gray;
}

.risk-elim {
    color: green;
}

.risk-low, .risk-mod, .risk-sig, .risk-hi {
    background-color: white;
    color: black;
    border: black;
    border-width: 1px;
}

    .risk-low h2, .risk-mod h2, .risk-sig h2, .risk-hi h2 {
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        vertical-align: middle;
    }

    .risk-low.in {
        background-color: #FFFF00;
        color: black;
    }

    .risk-mod.in {
        background-color: #FFA500;
        color: black;
    }

    .risk-sig.in {
        background-color: #FF0000;
        color: white;
    }

    .risk-hi.in {
        background-color: #8B0000;
        color: white;
    }

.agile-list li.risk-low {
    border-left: 3px solid #FFFF00;
}

.agile-list li.risk-mod {
    border-left: 3px solid #FFA500;
}

.agile-list li.risk-sig {
    border-left: 3px solid #FF0000;
}

.agile-list li.risk-hi {
    border-left: 3px solid #8B0000;
}

/* Small Tables*/
th .small, td .small {
    font-size: 11px;
}

.ibox-small {
    /*clear: both;*/
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 0;
    padding: 0;
}

.ibox-content.small {
    /*clear: both;*/
    padding: 15px 10px 10px 10px;
}

.ibox-content {
    /*clear: both;*/
    padding: 10px 10px 10px 10px;
}

.ibox-title-small {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 2px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 5px 5px 7px;
    min-height: 30px;
}

.contact-box {
    background-color: #ffffff;
    border: 1px solid #e7eaec;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
    min-height: 245px;
}

.search-well {
    min-height: 20px;
    padding: 10px;
    margin: 10px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

/*.krajee-default.file-preview-frame .kv-file-content {
    width: 100px;
    height: 100px;
}*/

/*.krajee-default.file-preview-frame {
    position: relative;
    display: table;
    margin: 0;
    border: 0;
    padding: 0;
    float: left;
    text-align: center;
}*/

/*.file-preview.avatar {
    border: 0;
    padding: 0;
    width: 140px;
    margin: 0;
}

.kv-avatar .krajee-default.file-preview-frame, .kv-avatar .krajee-default.file-preview-frame:hover {
    margin: 0;
    width: 100%;
    height: auto;
    padding: 0;
    border: none;
    box-shadow: none;
    text-align: center;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.kv-avatar {
    display: inline-block;
}

    .kv-avatar .file-input {
        display: table-cell;
        max-width: 100px;
    }
*/
.dl-horizontal-sm dt {
    float: left;
    width: 100px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dl-horizontal-sm dd {
    margin-left: 120px;
}

.dl-horizontal-md dt {
    float: left;
    width: 150px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dl-horizontal-md dd {
    margin-left: 160px;
}

.vertical-timeline-content.small p {
    font-size: 10px;
}

.expired {
    text-decoration: line-through;
}

i.yellow {
    color: #FFD757;
}

i.royal-blue {
    color: #4169E1;
}

i.navy-blue {
    color: #000080;
}

i.dark-red {
    color: #FF0000;
}

i.dark-grey {
    color: #696969;
}

i.pink {
    color: #FF1493;
}

i.aqua {
    color: #40E0D0;
}

i.olive {
    color: #6D893F;
}

i.green {
    color: #3CB371;
}

i.dark-green {
    color: #006400;
}

i.light-grey {
    color: #DCDCDC;
}

i.purple {
    color: #8A2BE2;
}

i.orange {
    color: #FF7F50;
}

i.rose {
    color: #FCE4D6;
}

i.red {
    color: #FF0000;
}

i.burnt-orange {
    color: #EE8240;
}

.label.green {
    background: #3CB371;
    color: white;
}

.label.red {
    background: #FF0000;
    color: white;
}

.label.orange {
    background: #EE8240;
    color: white;
}

.label.pink {
    background: #FF1493;
    color: white;
}

.fave-star:before {
    font-family: FontAwesome;
    /*    font-size: 25px;
*/ display: inline-block;
    padding-right: 3px;
    color: lightgray;
    content: "\f006";
}

.fave-star.favourite:before {
    font-family: FontAwesome;
    /*    font-size: 25px;
*/ display: inline-block;
    padding-right: 3px;
    color: gold;
    content: "\f005";
}

.fave-star.small:before {
    font-family: FontAwesome;
    /*    font-size: 12px;
*/ display: inline-block;
    padding-right: 2px;
    color: lightgray;
    content: "\f006";
}

.fave-star.favourite.small:before {
    font-family: FontAwesome;
    /*font-size: 12px;*/
    display: inline-block;
    padding-right: 2px;
    color: gold;
    content: "\f005";
}

/*tr.jqgrow > td.textInDiv > div {
    height: 200px;
    max-height: 300px;
    overflow: auto
}

td.form-view-data > span > div {
    max-height: 300px;
    overflow: auto
}*/

.ui-jqgrid tr.jqgrow td {
    white-space: pre-wrap;
    height: auto;
    vertical-align: text-top;
    padding-top: 7px;
    word-wrap: break-word; /* IE 5.5+ and CSS3 */
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    overflow: hidden;
}

.ui-jqgrid tr.jqgrow textarea {
    height: auto;
}

.entity-title {
    text-align: center;
    margin: 20px 0 40px 0;
}


.original {
    color: darkgray;
    text-decoration: line-through;
}

.changed {
    color: blue;
}

body.modal-open {
    width: 100% !important;
    padding-right: 0 !important;
    overflow-y: scroll !important;
}

.wrapper-content {
    padding: 10px 10px 20px;
}

.agile-list li.invalid {
    /*background: #f7ebeb;*/
    border-color: #ff0000
}

/*.even.selected td {
    background-color: rgb(118, 142, 176); !important;

}

.odd.selected td {
    background-color: rgb(118, 142, 160);
    !important;
}
*/

.select2-dropdown {
    z-index: 9001;
}

.drop-container {
    display: inline-block;
    background-color: lightgray;
    height: 100%;
    width: 100%;
}

.project-table .drop-container {
    display: inline-block;
    background-color: rgb(228, 234, 249);
    width: 100%;
    text-align: center;
}

/*
 * note that styling gu-mirror directly is a bad practice because it's too generic.
 * you're better off giving the draggable elements a unique class and styling that directly!
 */
.drop-container > div,
.gu-mirror {
    margin-left: 7px;
    margin-top: 7px;
    padding: 5px;
    display: table;
    background-color: whitesmoke;
    transition: opacity 0.4s ease-in-out;
}

.drop-container > div {
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    display: table-cell;
}

.gu-mirror {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.drop-container .ex-moved {
    background-color: #f1dbd9;
}

.drop-container.ex-over {
    background-color: rgb(191, 213, 194);
}

.location {
    display: table-cell;
    background-color: lightgray;
}

table.location-table {
    empty-cells: show;
    border: none;
    border-collapse: collapse;
    table-layout: fixed;
    min-height: 350px;
}

    table.location-table th {
        margin: 2px;
        padding: 3px;
    }


    table.location-table td:first-child {
    }

    table.location-table td:last-child {
    }

.equip {
    font-size: 09px;
    width: 30%;
    height: 70px;
    display: inline-block;
    float: left;
}

.equip-code {
    font-weight: bold;
    font-size: 10px;
    margin-bottom: 5px;
}

.equip-type {
    font-weight: normal;
    text-align: right
}

.equip-desc {
    font-weight: normal;
}

.equip-project-link {
    font-weight: normal;
}

.staff {
    font-size: 09px;
    width: 30%;
    height: 70px;
    display: inline-block;
    float: left;
}

.staff-code {
    font-weight: bold;
    margin-bottom: 5px;
}

.staff-type {
    font-weight: normal;
    text-align: right
}

.staff-desc {
    font-weight: normal;
}

.staff-project-link {
    font-weight: normal;
}


.wrapper {
    background-color: white;
    padding-right: 0px !important;
    padding-left: 10px;
    margin-left: 0px;
    margin-right: 0px;
}

.page-wrapper {
    background-color: #f3f3f4;
}

.dataTables_wrapper {
    padding-bottom: 0px;
}

/*.ibox {
    padding: 10px;
    margin-bottom: 10px;
}

.ibox-content {
    padding: 10px;
}*/

.vertical-container {
    /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    width: 100%;
    /*max-width: 1170px;*/
    margin: 0;
}

.swal-wide {
    width: 600px !important;
}

.tooltip_templates {
    display: none;
}

.tooltip_container {
    display: none;
}

.tt-image {
    width: 12px;
    height: 12px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
}

.tt-span {
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
    display: inline-block;
}

.audit-footer {
    padding: 10px 15px;
}

    .audit-footer .audit-comment img {
        width: 32px;
        margin-right: 10px;
    }

.audit-comment:first-child {
    margin-top: 0;
}

.audit-comment {
    margin-top: 15px;
}

@media (min-width: 992px) {
    .equal {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
}

.page-heading {
    border-top: 0;
    padding: 0 10px 10px 10px;
}

.btn-circle.btn-sm {
    width: 20px;
    height: 20px;
    padding: 4px 5px;
    border-radius: 20px;
    font-size: 10px;
    line-height: 1;
}

.dt-no-padding {
    padding: 0;
    padding-bottom: 10px;
}

.dt-row-padding {
    padding-bottom: 10px;
}

.dataTables_wrapper .dataTables_processing {
    background-color: transparent;
    border: 0px;
    border-radius: 3px;
}

.dataTables_wrapper .row {
    margin-right: 0px;
    margin-left: 0px;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

table.dataTable tbody td {
    vertical-align: middle;
}



/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-three-bounce">
 *      <div class="sk-bounce1"></div>
 *      <div class="sk-bounce2"></div>
 *      <div class="sk-bounce3"></div>
 *    </div>
 *
 */
.sk-spinner-three-bounce.sk-spinner {
    margin: 0 auto;
    width: 70px;
    text-align: center;
}

.sk-spinner-three-bounce div {
    width: 18px;
    height: 18px;
    background-color: #1ab394;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
    animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.sk-spinner-three-bounce .sk-bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.sk-spinner-three-bounce .sk-bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-threeBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-threeBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.sk-spinner {
    display: none;
}

.sk-loading {
    position: relative;
}

    .sk-loading:after {
        content: '';
        background-color: rgba(255, 255, 255, 0.1);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

.sk-spinner.sk-loading {
    display: block;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    z-index: 1000;
}

.client-avatar .badge {
    position: absolute;
    top: -3px;
    right: -4px;
}

.datepicker {
    z-index: 100 !important;
}

.staff-avatar img {
    width: 32px;
    height: 32px;
    border-radius: 25px;
}

.schedule-job {
    padding: 5px;
}

.tiny-table-buttons {
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 0px 0px;
}

.table-filter tfoot input {
    width: 100%;
    font-size: 12px;
    /*height: 60px;*/
    margin: 0;
    z-index: 2000;
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 4px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    width: 100%;
}

    .table-filter tfoot input:focus {
        outline: none !important;
        border: 1px solid #1ab394;
        border-radius: 4px;
    }

.help-box {
    float: left;
    max-width: 400px;
    width: 100%;
    padding: 0;
    margin: 0px;
}

.help-content {
    border: 0px solid #e7eaec;
    padding: 0;
    background-color: #f1f1f1;
    position: relative;
    margin: 0px;
    display: inline-block;
}

.help-text {
    border: 1px solid #e7eaec;
    padding: 10px;
    background-color: #f1f1f1;
    position: relative;
    margin: 0px;
    display: inline-block;
}

.help-content .image {
    background-color: #f1f1f1;
    margin: 10px;
}

.tooltipster-sidetip .tooltipster-content {
    line-height: 18px;
    padding: 0px;
}

.tooltipster-box {
    background: grey;
    border: 1px solid white;
    border-radius: 6px;
    padding: 10px;
    box-shadow: 5px 5px 2px 0 rgba(0,0,0,0.2);
}

.filter-text {
    border: 1px solid;
    border-color: #AAAAAA;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.3;
    border-radius: 4px;
}

    .filter-text:focus {
        outline: none !important;
        border-color: #1ab394;
        border-radius: 4px;
    }

.fh-client {
    margin-left: 10px;
}

.fh-breadcrumb {
    height: calc(100% - 196px);
    position: relative;
}

.fh-box {
    min-height: 100%;
    height: 100%;
}

.mail-box-header {
    background-color: whitesmoke;
    padding: 10px;
}

.email-container {
    min-height: 97%;
}

.stretch-column {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    align-content: stretch;
    height: 90%;
    margin-bottom: 20px;
}

.stretch-column-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    align-content: stretch;
    display: -webkit-flex;
    flex-flow: column;
    gap: 10px;
    height: 100%;
}

.stretch-row-container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    align-content: stretch;
    display: -webkit-flex;
    flex-flow: row;
    gap: 10px;
    height: 100%;
}

.stretch-box {
    flex-grow: 2;
    flex: 2;
}

@media only screen and (min-width: 1170px) {
    .center-orientation .vertical-timeline-block {
        margin: 1em 0;
    }

        .center-orientation .vertical-timeline-block:first-child {
            margin-top: 0;
        }

        .center-orientation .vertical-timeline-block:last-child {
            margin-bottom: 0;
        }
}

.dashboard-header {
    border-top: 0;
    padding: 10px 10px 10px 0px;
}

.btn-dt-date {
    padding: 0px 0px 0px 10px;
}

    .btn-dt-date.date-only {
        padding: 0px 0px 0px 10px;
        width: 140px;
    }

    .btn-dt-date input {
        border-color: lightgray;
        border-width: 0px;
    }

        .btn-dt-date input.date-only {
            border-color: lightgray;
            border-width: 0px;
            width: 100px;
        }

    .btn-dt-date .input-sm {
        height: 32px;
        font-weight: bold;
        font-size: 13px;
    }

.mru-feed-box {
    /*padding: 15px;*/
    border: 1px solid #e7eaec;
    border-radius: 10px;
    background-color: #f3f3f3;
    margin-bottom: 10px;
}

.mru-avatar {
    padding: 10px 10px 15px 10px;
    display: grid;
    grid-template-columns: 1.3fr 4fr 1fr;
}


    .mru-avatar img {
        height: 50px;
        width: 50px;
        float: left;
        border-radius: 50px;
        margin-right: 10px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .mru-avatar .mru-header {
        font-size: 12px;
        float: left;
        display: grid;
        padding-top: 0px;
        padding-left: 0px;
        padding-bottom: 0px;
    }

.mru-header-right div {
    font-size: 12px;
    padding-left: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    width: 100%;
}

.mru-avatar .mru-header a {
    font-size: 16px;
    width: 100%;
}

    .mru-avatar .mru-header a.mru-email {
        font-size: 10px;
        width: 100%;
    }

    .mru-avatar .mru-header a.mru-phone {
        font-size: 10px;
        width: 100%;
    }

.mru-avatar .mru-header-right a {
    font-size: 14px;
    text-align: right;
    width: 100%;
}

.mru-avatar .mru-time {
    font-size: 9px;
    overflow: visible;
}

.mru-avatar .media-body a {
}

.mru-summary {
    display: table;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 11px;
    width: 100%;
}

.social-body {
    padding: 15px;
}

    .social-body img {
        margin-bottom: 10px;
    }

.social-footer {
    border-top: 1px solid #e7eaec;
    padding: 10px 15px;
    background: #f9f9f9;
}

    .social-footer .social-comment img {
        width: 32px;
        margin-right: 10px;
    }

.social-comment:first-child {
    margin-top: 0;
}

.social-comment {
    margin-top: 15px;
}

    .social-comment textarea {
        font-size: 12px;
    }

span.expiry.green {
    color: #3CB371;
}

span.expiry.orange {
    color: #FF7F50;
}

span.expiry.red {
    color: #FF0000;
}

span.expiry.pink {
    color: #FF1493;
}

span.expiry.muted {
    color: #d4d0d0;
}

.file-drop-zone-title {
    color: #aaa;
    font-size: 1.6em;
    padding: 65px 10px;
    cursor: default;
}

.match-item {
    /*padding: 15px;*/
    border: 1px solid #e7eaec;
    border-radius: 10px;
    background-color: #f3f3f3;
    margin-bottom: 15px;
    cursor: pointer;
}

.input-search {
    border: 1px solid;
    border-color: #AAAAAA;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.4;
    border-radius: 4px;
}

    .input-search:focus {
        outline: none !important;
        border-color: #1ab394;
        border-radius: 4px;
    }

.small-sms-chat {
    display: block;
    background: #1ab394;
    padding: 9px 8px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}

.open-sms-chat:hover {
    color: white;
    background: #1ab394;
}

.sms-chat-box {
    background: #fff;
    border: 1px solid #e7eaec;
    border-radius: 4px;
}

    .sms-chat-box.ng-small-chat {
        display: block;
    }

.body-small .sms-chat-box {
    /*    bottom: 70px;
    right: 20px;
*/
}

.sms-chat-box.active {
    display: block;
}

.sms-chat-box .heading {
    background: #2f4050;
    padding: 8px 15px;
    font-weight: bold;
}

.sms-chat-box .chat-date {
    opacity: 0.6;
    font-size: 10px;
    font-weight: normal;
}

.sms-chat-box .content {
    padding: 10px 10px;
    background: #f3f3f4;
}

    .sms-chat-box .content > div {
        padding-bottom: 20px;
    }

    .sms-chat-box .content .chat-message.active {
        color: #1ab394;
        background: #fff;
    }

    .sms-chat-box .content .chat-message.not-sent,
    .sms-chat-box .content .chat-message .not-sent > author-name {
        background: #feefef;
        color: darkred;
        font-style: italic;
    }

    .sms-chat-box .content .chat-message.sent {
        background: #e0f9d7;
        color: black;
    }

    .sms-chat-box .content .left {
        text-align: left;
        clear: both;
    }


.author-name {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 12px;
    opacity: 0.6;
    color: black;
}

.chat-item.not-sent > a > .chat-line > .chat-box-header > .author-name,
.chat-item.not-sent > a > .chat-line > .chat-box-header > .chat-date,
.chat-item.not-sent > a {
    font-weight: normal;
    color: maroon;
}

.chat-box-header {
    display: block;
    padding-bottom: 5px;
}

.sms-chat-box .left {
    margin-right: 60px;
}

.sms-chat-box .right {
    margin-left: 60px;
}

.chat-date {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 11px;
    color: darkblue;
}

.author-name .left {
    float: left;
}

.author-name .right {
    float: right;
}

.sms-body {
    display: block;
    font-size: 11px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
}

.sms-chat-box .content .chat-message {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-radius: 6px;
    font-size: 12px;
    max-width: 100%;
    background: #fff;
}

.chatter > .chat-item:hover,
.chatter > .chat-item:focus {
    border-left-style: solid;
    border-left-width: 5px;
    border-left-color: darkgray;
    transition: none;
}

.chatter > .chat-item.active {
    border-left-style: solid;
    border-left-width: 5px;
    border-left-color: #c1e7be;
    transition: none;
}

.sms-chat-box .content .right {
    text-align: right;
}

.chatter {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .chatter > li {
        list-style-type: none;
        margin-bottom: 15px;
    }

.sms-template-list {
    padding-inline-start: 15px;
}

    .sms-template-list > li {
        list-style-type: none;
        margin-bottom: 10px;
        margin-top: 10px;
        display: table;
    }

.sms-template-name {
    font-weight: bold;
    max-width: 30%;
}

.sms-template-name {
    padding-right: 15px;
}

.sms-template-body {
    max-width: 70%;
}

.sms-template-action {
    text-align: center;
    vertical-align: middle;
    width: 80px;
}

.sms-message-stat {
    text-align: right;
    vertical-align: middle;
    width: 100%;
}

.chatter > li > a {
    font-weight: 600;
}


.sms-chat-box .form-chat {
    padding: 10px 10px;
}

table.dataTable tbody tr.selected, table.dataTable tbody th.selected, table.dataTable tbody td.selected {
    color: black;
    font-weight: bold;
    background-color: darkgray;
}

    table.dataTable tbody tr.selected a, table.dataTable tbody th.selected a, table.dataTable tbody td.selected a {
        color: darkcyan;
    }


element.style {
}

.jquery-comments ul.main:empty ~ .no-comments {
    display: inherit;
}

.jquery-comments .no-data {
    margin: 10px;
    text-align: center;
    color: #CCC;
}

.form-control.mail-item {
    font-size: 11px;
}

.griddy2x1 {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-rows: 25% 25% auto auto;
    justify-content: stretch;
    align-content: stretch;
    grid-auto-flow: row;
}

.griddy2x1-thin {
    display: grid;
    grid-template-columns: 15% 20% 35% 40%;
    grid-template-rows: 25% 25% auto auto;
    justify-content: stretch;
    align-content: stretch;
    grid-auto-flow: row;
}

.griddy1x1 {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 100%;
    justify-content: stretch;
    align-content: stretch;
    grid-auto-flow: row;
}

.grid-col {
    grid-column: 1;
    grid-row: 1;
    align-self: stretch;
    padding: 0px;
    justify-content: stretch;
    align-content: stretch;
}

.grid-col-1 {
    grid-column: 1/3;
    grid-row: 1/5;
    align-self: stretch;
    padding: 0px;
    justify-content: stretch;
    align-content: stretch;
}

.grid-col-2 {
    grid-column: 3/5;
    grid-row: 1/5;
    align-self: stretch;
    padding: 0px;
    margin-left: 10px;
    justify-content: stretch;
    align-content: stretch;
}

.ibox .stretch {
    height: 100%;
}

.select2-container .select2-selection__rendered > *:first-child.select2-search--inline {
    width: 100% !important;
}

    .select2-container .select2-selection__rendered > *:first-child.select2-search--inline .select2-search__field {
        width: 100% !important;
    }

div.dataTables_scrollBody {
    border-left: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
}

.dropdown-messages-box .dropdown-item:focus,
.dropdown-messages-box .dropdown-item:hover {
    background-color: inherit;
}

.dropdown-sms {
    min-width: 300px;
    max-height: 800px;
    overflow: hidden;
    overflow-y: scroll;
    --scroll-bar-color: #c5c5c5;
    --scroll-bar-bg-color: #f6f6f6;
}

    .dropdown-sms::-webkit-scrollbar-corner {
        background: rgba(0,0,0,0.5);
    }

    .dropdown-sms::-webkit-scrollbar {
        width: 12px;
        height: 12px;
    }

    .dropdown-sms::-webkit-scrollbar-track {
        background: var(--scroll-bar-bg-color);
    }

    .dropdown-sms::-webkit-scrollbar-thumb {
        background-color: var(--scroll-bar-color);
        border-radius: 20px;
        border: 3px solid var(--scroll-bar-bg-color);
    }

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.sms-alert-item {
    display: grid;
    margin-bottom: 10px;
}

.sms-alert-content {
    padding: initial;
    margin: initial;
}

.sms-link-block {
    padding: initial;
    margin: initial;
    text-align: center !important;
    font-size: 12px !important;
}

.sms-alert-item > div {
    margin: 0px !important;
    padding: 0px !important;
}

.sms-alert-item:hover,
.sms-alert-item:focus {
    background-color: #f3f3f4;
    cursor: pointer;
}

.sms-alert-item .sms-alert-content .sms-alert-author a {
    font-weight: 600;
    font-size: 12px;
    margin: 1px;
    padding-left: 5px;
    padding-right: 10px;
    padding-bottom: 10px !important;
}

.sms-alert-body {
    font-size: 11px;
    display: grid;
    line-height: 20px;
}


.sms-alert-item .sms-alert-button-row .btn {
    padding: 2px 5px;
    font-size: 10px;
    margin-top: 10px;
}


.sms-alert-time {
    font-size: 9px;
}

.dropdown-sms .dropdown-item div.sms-alert-item {
    padding: 10px 2px 10px !important;
    border-radius: 5px;
    line-height: 20px;
    margin: 5px;
    text-align: left;
    font-weight: normal;
}

.dropdown-sms .dropdown-item li {
    margin: 5px 15px !important;
}

.comp-select {
    display: block;
    padding: 15px 10px !important;
    border-radius: 5px;
    line-height: 20px;
    margin: 0px;
    text-align: left;
    font-weight: normal;
    background-color: #f3f3f4;
}

.sub-header {
    padding: 10px;
    background-color: whitesmoke;
}

.sub-header-small {
    padding: 5px;
    background-color: whitesmoke;
}

.supervisor-page-heading {
    border-top: 0;
    margin-top: 20px;
    padding: 10px 10px 10px 10px;
}

.super-staff-avatar img {
    width: 64px;
    height: 64px;
    border-radius: 40px;
}

.super-staff-avatar div {
    flex: none;
}

.super-job-avatar img {
    width: 48px;
    height: 48px;
    border-radius: 40px;
}

.super-mru-avatar img {
    height: 84px;
    width: 84px;
    float: left;
    border-radius: 50px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.super-mru-avatar .mru-header {
    font-size: 16px;
    float: left;
    display: grid;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
}

.super-mru-header-right div {
    font-size: 12px;
    padding-left: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 5px;
    width: 100%;
}

.super-mru-avatar .super-mru-header a {
    font-size: 22px;
    width: 100%;
}

.super-mru-avatar .super-mru-header-right a {
    font-size: 14px;
    text-align: right;
    width: 100%;
}

.super-mru-avatar .super-mru-time a {
    font-size: 13px;
    overflow: visible;
}

.super-mru-avatar .media-body a {
}

.super-mru-summary {
    display: table;
    padding-top: 5px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 14px;
    width: 100%;
}

.super-mru-avatar .super-mru-summary a {
    font-size: 14px;
    overflow: visible;
}

.super-mru-feed-box {
    /*padding: 15px;*/
    border: 1px solid #e7eaec;
    border-radius: 10px;
    background-color: #f3f3f3;
    margin-bottom: 10px;
}

.super-mru-avatar {
    padding: 10px 10px 10px 10px;
    display: grid;
    grid-template-columns: 2fr 5fr 1fr;
}

.super-job-avatar {
    padding: 10px 10px 10px 10px;
    display: grid;
    grid-template-columns: 1fr 5fr 2fr;
}

    .super-job-avatar .super-mru-header a {
        font-size: 22px;
        width: 100%;
    }

    .super-job-avatar span.job-date {
        font-size: 14px;
        text-align: right;
        width: 100%;
    }

    .super-job-avatar span.job-code {
        font-size: 18px;
        font-weight: 600;
        text-align: right;
        width: 100%;
    }

    .super-job-avatar span.job-site {
        font-size: 14px;
        font-weight: 600;
        text-align: right;
        width: 100%;
    }

    .super-job-avatar span.job-desc {
        font-size: 12px;
        font-style: italic;
        text-align: right;
        width: 100%;
    }

.tablet.table > thead > tr > th,
.tablet.table > tbody > tr > th,
.tablet.table > tfoot > tr > th,
.tablet.table > thead > tr > td,
.tablet.table > tbody > tr > td,
.tablet.table > tfoot > tr > td {
    border-top: 1px solid #e7eaec;
    line-height: 1.62857;
    padding: 15px;
    vertical-align: middle;
    font-size: 16px;
}

.tablet.table-filter tfoot input {
    width: 100%;
    font-size: 16px;
    height: 40px;
    margin: 0;
    z-index: 2000;
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 4px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    width: 100%;
}

.tablet .select2Filter .select2-container .select2-selection--single {
    height: 40px !important;
}

.tablet.dataTables_info {
    font-size: 16px;
    padding-top: 15px;
}

.tablet .pagination > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.roster-panel-badge {
    margin-top: 5px;
    margin-right: 15px;
}

.panel-title {
    display: flex;
    flex-flow: row nowrap;
    gap: 5px;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cbd1d5;
    padding-bottom: 8px;
}


.shift-title {
    display: flex;
    flex-flow: row nowrap;
    gap: 5px;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cbd1d5;
    padding-bottom: 8px;
}

.panel-list > li {
    margin-bottom: 20px;
}

.shift-list > li {
    margin-bottom: 15px;
}

.job-roster-name {
    font-size: 18px;
    font-weight: 400;
    flex: 1 60%;
}

.panel-name {
    font-size: 18px;
    font-weight: 400;
    flex: 1 60%;
}

.panel-buttons {
    margin-top: 0px;
    flex: 4 20%;
}

.panel-options {
    margin-right: 5px;
    flex: 2 15%;
    float: right !important;
}

    .panel-options > .checkbox {
        margin-top: 3px;
        font-size: 12px;
    }

.panel-title > a {
    margin-top: 3px;
    margin-right: 5px;
}

.panel-shift li {
    background: unset;
    border: 0px solid #e7eaec;
    margin: 0 0 0 0;
    padding: 4px;
    border-radius: 2px;
}

.panel-shift.dropdown-menu > li > a {
    border-radius: 3px;
    color: inherit;
    line-height: 25px;
    margin: 0px;
    text-align: left;
    font-weight: normal;
    display: block;
    padding: 3px 20px;
}

.panel-swing {
    margin-top: 0px;
    text-align: center;
    flex: 3 20%;
    float: right !important;
}

.panel-swing-label {
    margin-top: 0px;
    padding: 6px;
    background-color: white;
    color: gray;
    vertical-align: middle;
    font-size: 10px;
    text-align: center;
    white-space: nowrap;
    border-radius: .25em;
}

.roster-desc-para {
    font-size: 11px;
    margin-bottom: 5px;
    /*padding:10px;*/
}

.panel-desc-para {
    font-size: 11px;
    margin-bottom: 5px;
    /*padding:10px;*/
}

.panel-buttons > a {
    margin-right: 5px;
}


.panel-btn-group {
    margin-right: 10px;
    margin-left: 15px;
}

.shift-btn {
    width: 95px;
}

.shift-name {
    font-size: 15px;
    font-weight: bold;
    display: block;
    flex: 1 60%;
}

.shift-position-note {
    font-size: 11px;
    margin-top: 10px;
    margin-left: 10px;
    /*padding:10px;*/
}

.roster-shift-position-note {
    font-size: 10px;
    font-style: italic;
    margin-top: 08px;
    margin-left: 05px;
    /*padding:10px;*/
}

.shift-buttons {
    flex: 2 20%;
}

.shift-header {
    margin-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cbd1d5;
    padding-bottom: 8px;
}

button.shift-btn {
    width: 95px;
}

input.panel-shift-days {
    width: 50px !important;
    text-align: center;
    height: 25px;
    padding: 5px 5px;
    font-size: 10px;
    line-height: 20px;
    border-radius: 3px;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid #e5e6e7;
}

.super-table > tbody > tr > td .t-label {
    margin-top: 20px;
    padding: 30px;
    background-color: lightgray;
}

.super-table > thead > tr > td .t-label {
    margin-top: 20px;
    padding: 30px;
    background-color: black;
    color: white;
}

.agile-list li.default-element {
    border-left: 3px solid lightgray;
}

@media (min-width: 992px) {
    .modal-xlg {
        width: 1200px;
    }
}

.file-drop-zone {
    min-height: 100px;
    /*max-height: 130px;*/
    margin: 0px;
}

.change-list {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

    .change-list.small-list {
        font-size: 12px;
        margin-top: 10px;
        margin-left: 15px;
    }

        .change-list.small-list > li {
            background: #f8d7da;
            border-left: none;
            border-right: none;
            border-radius: 4px;
            color: #721c24;
            margin-bottom: 5px;            
            padding: 10px 10px 10px 10px;
            border-color: #f5c6cb;
        }

        .change-list.small-list .btn-xs,
        .change-list.small-list .btn-group-xs > .btn {
            border-radius: 5px;
            font-size: 10px;
            line-height: 1.5;
            padding: 1px 2px 1px 5px;
        }

    .change-list > li {
        background: #f8d7da;
        border-left: 6px solid #e7eaec;
        border-right: 6px solid #e7eaec;
        border-radius: 4px;
        color: #721c24;
        margin-bottom: 2px;
        padding: 10px;
    }

.check-list-not-required {
    text-decoration: line-through;
}

.check-list {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

    .check-list.small-list {
        font-size: 12px;
    }

        .check-list.small-list > li {
            background: #f3f3f4;
            border-left: none;
            border-right: none;
            border-radius: 4px;
            color: inherit;
            margin-bottom: 2px;
            padding: 6px 6px 6px 12px;
        }

        .check-list.small-list .btn-xs,
        .check-list.small-list .btn-group-xs > .btn {
            border-radius: 5px;
            font-size: 10px;
            line-height: 1.5;
            padding: 1px 2px 1px 5px;
        }

    .check-list > li {
        background: #f3f3f4;
        border-left: 6px solid #e7eaec;
        border-right: 6px solid #e7eaec;
        border-radius: 4px;
        color: inherit;
        margin-bottom: 2px;
        padding: 10px;        
    }

    .check-list .handle {
        cursor: move;
        display: inline-block;
        font-size: 16px;
        margin: 0 5px;
    }

    .check-list > li .label {
        font-size: 9px;
        margin-left: 10px;
    }

.check-list-link {
    font-size: 16px;
}
