/*
    GENERAL - custom classes
*/

.fixed-10 {
    width: 10px
}

.fixed-20 {
    width: 20px
}

.fixed-30 {
    width: 30px
}

.fixed-40 {
    width: 40px
}

.fixed-50 {
    width: 50px
}

.fixed-55 {
    width: 55px
}

.fixed-60 {
    width: 60px
}

.fixed-70 {
    width: 70px
}

.fixed-80 {
    width: 80px
}

.fixed-90 {
    width: 90px
}

.fixed-100 {
    width: 100px
}

.fixed-110 {
    width: 110px
}

.fixed-120 {
    width: 120px
}

.fixed-130 {
    width: 130px
}

.fixed-140 {
    width: 140px
}

.fixed-150 {
    width: 150px
}

.fixed-160 {
    width: 160px
}

.fixed-170 {
    width: 170px
}

.fixed-180 {
    width: 180px
}

.fixed-190 {
    width: 190px
}

.fixed-200 {
    width: 200px
}

.fixed-210 {
    width: 210px
}

.fixed-220 {
    width: 220px
}

.fixed-230 {
    width: 230px
}

.fixed-240 {
    width: 240px
}

.fixed-250 {
    width: 250px
}

.fixed-260 {
    width: 260px
}

.fixed-270 {
    width: 270px
}

.fixed-280 {
    width: 280px
}

.fixed-290 {
    width: 290px
}

.fixed-300 {
    width: 300px
}

.fixed-400 {
    width: 400px
}

.fixed-500 {
    width: 500px
}

.fixed-700 {
    width: 700px
}


.fixed-col {
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    position: relative;
    min-height: 1px;
}

/*

/*
    ROW 1 - 7
*/
.row-7ths:before, .row-7ths:after {
    display: table;
    content: " ";
}

.row-7ths:after {
    clear: both;
}

.col-xs-1-7,
.col-sm-1-7,
.col-md-1-7,
.col-lg-1-7 {
    position: relative;
    min-height: 1px;
    padding-right: 2px;
    padding-left: 2px;
}

.col-xs-1-7 {
    /* subtracting 0.5px because of CRAPPY MICROSOFT EDGE ROUNDING TOP !!! */
    width: calc(100% / 7 - 0.5px);
    float: left;
}

@media (min-width: 768px) {
    .col-sm-1-7 {
        /* subtracting 0.5px because of CRAPPY MICROSOFT EDGE ROUNDING TOP !!! */
        width: calc(100% / 7 - 0.5px);
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-1-7 {
        /* subtracting 0.5px because of CRAPPY MICROSOFT EDGE ROUNDING TOP !!! */
        width: calc(100% / 7 - 0.5px);
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-1-7 {
        /* subtracting 0.5px because of CRAPPY MICROSOFT EDGE ROUNDING TOP !!! */
        width: calc(100% / 7 - 0.5px);
        float: left;
    }
}


/*
    ROW 1 - 8
*/
.row-8ths:before, .row-8ths:after {
    display: table;
    content: " ";
}

.row-8ths:after {
    clear: both;
}

.col-xs-1-8,
.col-sm-1-8,
.col-md-1-8,
.col-lg-1-8 {
    position: relative;
    min-height: 1px;
    padding-right: 2px;
    padding-left: 2px;
}

.col-xs-1-8 {
    /* subtracting 0.5px because of CRAPPY MICROSOFT EDGE ROUNDING TOP !!! */
    width: calc(100% / 8 - 0.5px);
    float: left;
}

@media (min-width: 768px) {
    .col-sm-1-8 {
        /* subtracting 0.5px because of CRAPPY MICROSOFT EDGE ROUNDING TOP !!! */
        width: calc(100% / 8 - 0.5px);
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-1-8 {
        /* subtracting 0.5px because of CRAPPY MICROSOFT EDGE ROUNDING TOP !!! */
        width: calc(100% / 8 - 0.5px);
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-1-8 {
        /* subtracting 0.5px because of CRAPPY MICROSOFT EDGE ROUNDING TOP !!! */
        width: calc(100% / 8 - 0.5px);
        float: left;
    }
}

/*
    ROW 1 - 5
*/

.row-5ths:before, .row-5ths:after {
    display: table;
    content: " ";
}

.row-5ths:after {
    clear: both;
}

.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
    position: relative;
    min-height: 1px;
    padding-right: 2px;
    padding-left: 2px;

    /* subtracting 0.5px because of CRAPPY MICROSOFT EDGE ROUNDING TOP !!! */
    width: calc(100% / 5 - 0.5px);
    float: left;
}

/*
    higher screen-size splitters
    used on info panels with 2 columns text
 */
.col-lgx-6 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 1600px) {
    .col-lgx-6 {
        width: 50%;
    }
}

/*
    Margins
*/
.margin-bottom {
    margin-bottom: 10px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

/*
    liners
*/
.line-height-30 {
    line-height: 30px;
}

.btn.btn-muted {
    background-color: #f3f0ec;
    color: slateblue;
}

.main-header .skillo-logo {
    font-family: 'Zilla Slab', serif;
    font-weight: 500;
}

.add-shifts-trigger {
    align-self: flex-end;
    visibility: hidden;
}

.date-container-llj:hover .add-shifts-trigger {
    visibility: visible;
}

.date-container-llj {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    justify-content: end !important;
    flex-wrap: wrap !important;
}

.date-container-body {
    width: 100%;
}

.note-editor .note-btn {
    border: none;
}

#create-a-new-requirement {
    padding-right: 19px;
}

.add-requirement-trigger {
    padding-right: 13px !important;
}

/* these are from Bootstrap 4 */
.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.justify-content-space-between {
    justify-content: space-between;
}

.margin-left-10 {
    margin-left: 10px;
}

label small {
    font-weight: normal;
}

.border-simple {
    border: 1px solid #dedede;
}

.scrollable {
    position: relative;
    padding: 0px 10px;
    width: 100%;
}

.inp-timesheet-magnified {
    font-size: 16px !important;
    text-align: center;
    padding: 3px 5px !important;
}

.highlight-green {
    color: #5edca6;
}

.text-crimson {
    color: crimson;
}

.dropzone-document-upload {
    border: 1px dashed #00a65a !important;
    border-radius: 3px;
}
/*

.cursor-pointer {
    cursor: pointer;
}*/

