﻿
/*https://blog.koalite.com/bbg/*/
/*https://blog.koalite.com/bbg/*/
/*https://blog.koalite.com/bbg/*/
/*https://blog.koalite.com/bbg/*/

.dropdown-menu .disabled {
    color: #aaa;
    cursor: not-allowed;
  }
  
.paid-stamp {
    font-size: 12px;
padding: 3px 5px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s ease-in-out, color 0.2s;
}

.paid-stamp-inner {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.paid-stamp input[type="checkbox"] {
    transform: scale(1.2);
    margin: 0;
}

/* Unpaid State: lighter bg, darker text */
.label-default.paid-stamp {
    background-color: #ddd;
    color: #333;
    border: 1px solid #bbb;
}

/* Paid State: Bootstrap green with white text */
.label-success.paid-stamp {
    background-color: #5cb85c;
    color: white;
    border: 1px solid #4cae4c;
}


select.has-error {
    border-color: #ed5565;
  }

.form-background {
    background-color: rgb(227, 255, 241);
    padding:8px;
}

select.form-control.input-sm.dropdown-cr {
        background-color: rgb(237, 252, 237);
    }

select.form-control.input-sm.dropdown-db {
        background-color: rgb(245, 233, 233);
    }


.table-invoice tbody > tr > td,
.table-invoice thead > tr > th {
    border: none !important;
    padding: 1px !important;
}

.table-invoice-header {
    background: rgb(0, 0, 0) !important;
    color: white !important;
}

.item-dgreen-bg {
    background-color: #ffffff ; /* Gray background color */
}
.item-wgreen-bg {
    background-color: #f3f1f1 /* White background color */
}

/* Define gray and white background colors */
.item-gray-bg {
    background-color: #f1f1f1; /* Gray background color */
}
.item-white-bg {
    background-color: #ffffff; /* White background color */
}

.item-edit-gray-bg {
    background-color: #ffdddd; /* Gray background color */
}
.item-edit-white-bg {
    background-color: #fffbfb; /* White background color */
}

.dtpicker-width > div > input {
    width: 100px !important;
}

.dtpicker-width > div > div > input {
    width: 90px !important;
}

.p-no-wrap > p {
    display: inline
}

.div_row_alt_bg_color {
    background-color: #e7eaec;
    overflow: auto;
}

.watermark {
    color: yellow;
    background-color: rgba(255, 0, 0, 0.5);
    height: 30px;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 165px;
    left: 15%;
    z-index:999;
}

.HealthStatus {
    color: red;
    background-color: #f0ad4e;
    height: -webkit-fill-available;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 15px;
    left: 25%;
    z-index: 999;
    padding:20px;
}

.th-operator {
    font-size: 17.5px;
    color: #ed5565;
    font-weight:700;
    padding-left: 5px;
}

.th-input {
    color: rgb(85,85,85) !important;
}

.newing {
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgb(243,243,243);
    border-color: silver;
    border-radius: 5px;
    border-style: double;
}

.stack-xs-1, .stack-sm-1, .stack-md-1, .stack-lg-1, .stack-xs-2, .stack-sm-2, .stack-md-2, .stack-lg-2, .stack-xs-3, .stack-sm-3, .stack-md-3, .stack-lg-3, .stack-xs-4, .stack-sm-4, .stack-md-4, .stack-lg-4, .stack-xs-5, .stack-sm-5, .stack-md-5, .stack-lg-5, .stack-xs-6, .stack-sm-6, .stack-md-6, .stack-lg-6, .stack-xs-7, .stack-sm-7, .stack-md-7, .stack-lg-7, .stack-xs-8, .stack-sm-8, .stack-md-8, .stack-lg-8, .stack-xs-9, .stack-sm-9, .stack-md-9, .stack-lg-9, .stack-xs-10, .stack-sm-10, .stack-md-10, .stack-lg-10, .stack-xs-11, .stack-sm-11, .stack-md-11, .stack-lg-11, .stack-xs-12, .stack-sm-12, .stack-md-12, .stack-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.stack-sm-1, .stack-sm-2, .stack-sm-3, .stack-sm-4, .stack-sm-5, .stack-sm-6, .stack-sm-7, .stack-sm-8, .stack-sm-9, .stack-sm-10, .stack-sm-11, .stack-sm-12 {
    float: left;
}

.stack-sm-12 {
    width: 100%;
}

.stack-sm-11 {
    width: 91.66666667%;
}

.stack-sm-10 {
    width: 83.33333333%;
}

.stack-sm-9 {
    width: 75%;
}

.stack-sm-8 {
    width: 66.66666667%;
}

.stack-sm-7 {
    width: 58.33333333%;
}

.stack-sm-6 {
    width: 50%;
}

.stack-sm-5 {
    width: 41.66666667%;
}

.stack-sm-4 {
    width: 33.33333333%;
}

.stack-sm-3 {
    width: 25%;
}

.stack-sm-2 {
    width: 16.66666667%;
}

.stack-sm-1 {
    width: 8.33333333%;
}

.stack-sm-pull-12 {
    right: 100%;
}

.stack-sm-pull-11 {
    right: 91.66666667%;
}

.stack-sm-pull-10 {
    right: 83.33333333%;
}

.stack-sm-pull-9 {
    right: 75%;
}

.stack-sm-pull-8 {
    right: 66.66666667%;
}

.stack-sm-pull-7 {
    right: 58.33333333%;
}

.stack-sm-pull-6 {
    right: 50%;
}

.stack-sm-pull-5 {
    right: 41.66666667%;
}

.stack-sm-pull-4 {
    right: 33.33333333%;
}

.stack-sm-pull-3 {
    right: 25%;
}

.stack-sm-pull-2 {
    right: 16.66666667%;
}

.stack-sm-pull-1 {
    right: 8.33333333%;
}

.stack-sm-pull-0 {
    right: auto;
}

.stack-sm-push-12 {
    left: 100%;
}

.stack-sm-push-11 {
    left: 91.66666667%;
}

.stack-sm-push-10 {
    left: 83.33333333%;
}

.stack-sm-push-9 {
    left: 75%;
}

.stack-sm-push-8 {
    left: 66.66666667%;
}

.stack-sm-push-7 {
    left: 58.33333333%;
}

.stack-sm-push-6 {
    left: 50%;
}

.stack-sm-push-5 {
    left: 41.66666667%;
}

.stack-sm-push-4 {
    left: 33.33333333%;
}

.stack-sm-push-3 {
    left: 25%;
}

.stack-sm-push-2 {
    left: 16.66666667%;
}

.stack-sm-push-1 {
    left: 8.33333333%;
}

.stack-sm-push-0 {
    left: auto;
}

.stack-sm-offset-12 {
    margin-left: 100%;
}

.stack-sm-offset-11 {
    margin-left: 91.66666667%;
}

.stack-sm-offset-10 {
    margin-left: 83.33333333%;
}

.stack-sm-offset-9 {
    margin-left: 75%;
}

.stack-sm-offset-8 {
    margin-left: 66.66666667%;
}

.stack-sm-offset-7 {
    margin-left: 58.33333333%;
}

.stack-sm-offset-6 {
    margin-left: 50%;
}

.stack-sm-offset-5 {
    margin-left: 41.66666667%;
}

.stack-sm-offset-4 {
    margin-left: 33.33333333%;
}

.stack-sm-offset-3 {
    margin-left: 25%;
}

.stack-sm-offset-2 {
    margin-left: 16.66666667%;
}

.stack-sm-offset-1 {
    margin-left: 8.33333333%;
}

.stack-sm-offset-0 {
    margin-left: 0%;
}

/*.equal, .equal > div[class*='col-'] {
    display: -webkit-flex;
    display: flex;
    flex: 1 1 auto;
}*/

.row.equal {
    display: flex;
    flex-wrap: wrap;
}

.btn-builder {
    color: #FFFFFF;
    background-color: #344D4D;
    border-color: #497273;
}

    .btn-builder:hover,
    .btn-builder:focus,
    .btn-builder:active,
    .btn-builder.active,
    .open .dropdown-toggle.btn-builder {
        color: #FFFFFF;
        background-color: #456163;
        border-color: #497273;
    }

    .btn-builder:active,
    .btn-builder.active,
    .open .dropdown-toggle.btn-builder {
        background-image: none;
    }

    .btn-builder.disabled,
    .btn-builder[disabled],
    fieldset[disabled] .btn-builder,
    .btn-builder.disabled:hover,
    .btn-builder[disabled]:hover,
    fieldset[disabled] .btn-builder:hover,
    .btn-builder.disabled:focus,
    .btn-builder[disabled]:focus,
    fieldset[disabled] .btn-builder:focus,
    .btn-builder.disabled:active,
    .btn-builder[disabled]:active,
    fieldset[disabled] .btn-builder:active,
    .btn-builder.disabled.active,
    .btn-builder[disabled].active,
    fieldset[disabled] .btn-builder.active {
        background-color: #344D4D;
        border-color: #497273;
    }

    .btn-builder .badge {
        color: #344D4D;
        background-color: #FFFFFF;
    }


.marq-progress {
    position: absolute;
    color: blue;
    height: 1px;
    width: 92%;
    top: 93px;
    display: inline-block;
    box-sizing: border-box;
    background: #888;
}

.marq-progress-line {
    background-color: orange;
    /*width: 36%;*/
    height: 2px;
    left: 0px;
    position: absolute;
}

.btn-nwtiller {
    background-color: #ff6100 !important;
    color: rgb(53,53,53) !important;
    font-weight:800;
}

.wrap-module {
    border: 2px dashed #344D4D;
    padding: 0px 20px 5px 20px;
    border-radius: 5px 5px 5px 5px;
    margin-top: 5px;
}

span .btn-nwtiller {
    font-weight: 800;
    font-size: 14px;
    font-family: inherit;
}

.input-group-multi [class*='col-'] {
    margin: 0 !important;
    padding: 0 !important;
}

.input-group-multi .form-control {
    border-right: 0;
}

.input-group-multi [class*='col-']:last-child .form-control {
    border-radius: 0 4px 4px 0;
    border-right: 1px solid #ccc;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.filehandler-control {
    padding-top:5px;
}
div.filehandler-control > div > div > span > a {
    padding-left:0px !important;
}

.cell-box:nth-child(3n+1) {
        clear: both;
        /* background-color: rgba(0, 255, 0, .5); /* green */
}

div.form-group span a.text {
    color: rgb(103, 106, 108);
    font-size: 13px;
    font-weight: 700;
    line-height: 18.5714px;
    padding-left: 15px;
}

form-horizontal .form-group {
    padding-top:7px;
}

.icon-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 5em;
    line-height: 4em;
    vertical-align: middle;
}

.icon-stack-1x,
.icon-stack-2x,
.icon-stack-3x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: right;
}

.icon-stack-1x {
    line-height: inherit;
}

.icon-stack-2x {
    font-size: 1.5em;
}

.icon-stack-3x {
    font-size: 2em;
}

    .btn-file 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: inherit;
        display: block;
    }

.nav > span > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.btn-tile {
    color: black;
    background-color: rgb(240,240,240);
    border-color: rgb(24, 166,137);
    border-width: 1px;
    border-radius: 3px;
    border-style: solid;
}

.btn-delete {
    background: rgb(239, 103, 118);
    border-radius: 3px;
    margin-bottom: 5px;
    font-weight: 700 !important;
    line-height: 15px;
}

    .btn-delete > span {
        padding-top: 5px;
        padding-right: 5px;
    }

    .btn-delete > div {
        margin-bottom: 0px !important;
        padding-bottom: 0px;
        padding-top: 0px;
        padding-left: 0px;
    }


/*Remmed by jb*/
/*.btn-success > span {
    border: #85aff9 solid 1px;
    padding: 3px;
    border-radius: 2px;
}
.btn-warning > span {
    border: #fbd482 solid 1px;
    padding: 3px;
    border-radius: 2px;
}
.btn-primary > span {
    border: #8ecebb solid 1px;
    padding: 3px;
    border-radius: 2px;
}
.btn-danger > span {
    border: #fb9182 solid 1px;
    padding: 3px;
    border-radius: 2px;
}*/


.btn-yellow {
    background: yellow !important;
}

.navbar-nav > span > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
}

.navbar-default .navbar-nav > span > li > a {
    color: #777;
}

.tablethead {
    background-color: #435a70;
    color: rgb(231, 231, 231);
}

.my-group .form-control {
    width: 50%;
}

/* Turns off css spinner #676a6c */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.table-fit {
    width: 1px;
    text-wrap: none;
    text-align: right;
}

.table-fit-left {
    width: 1px;
    text-wrap: none;
    text-align: left;
    white-space: nowrap;
}

.QuoteModule {
    border: 2px dashed #5cb85c;
    padding: 0px 20px 5px 20px;
    border-radius: 5px 5px 5px 5px;
    margin-top: 5px;
}

.froalaBorder {
    border: 2px dashed #777;
    padding: 2px 2px 2px 0px;
    border-radius: 5px 5px 5px 5px;
    margin-top: 2px;
}

.fr-element > p {
    margin-bottom: 0px;
}

.QuoteModuleDanger {
    border: 2px dashed #d9534f;
    padding: 0px 20px 5px 20px;
    border-radius: 5px 5px 5px 5px;
    margin-top: 5px;
}

.QuoteModule_Control_Margin {
    margin-top: 5px;
}

.QuoteModuleControlWidth {
}

.label-left {
    text-align: left !important;
}

.control-checkbox {
    padding-top: 7px;
    font-size: 19px;
}

.margin-b-0 div {
    margin-bottom: 0px;
}

.sheetrow {
    height: 50px;
}

.table-responsive {
    overflow: visible;
}

.col-xxs-1 {
    width: 4.16%;
}

/* Multi Level Dropdown */
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }
/* End Multi Level Dropdown */

.btn-top {
    margin-top: 22px;
}

input {
    max-width: 100%;
}

.form-group-override {
    margin-bottom: 0px;
}

.pad-zero-left {
    padding-left: 0px;
}

.pad-input {
    padding-top: 2px;
}

.pad-cal-div {
    padding-top: 6px;
}

.pad-zero-lr {
    padding-left: 0px;
    padding-right: 0px;
}

.pad-text-override {
    padding-top: 0px;
    padding-left: 0px;
}

.form-group-override > label {
    padding-top: 0px !important;
}

.buttonSecuritySelected {
    background: red;
}

.tabEnabled {
    color: #337ab7 !important
}

.tabDisabled {
    color: gray
}

.glyphicon-xs {
    top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 11px;
}

.list-item-small {
    padding-top: 5px;
    padding-bottom: 5px;
}

.dropdown-Item {
    font-family: metrophobic, Arial,serif;
    font-size: 18px;
    font-weight: 600;
}

.button-Item {
    font-family: metrophobic, Arial,serif;
    font-size: 18px;
    font-weight: 600;
}

.a-lg-Item {
    font-family: metrophobic, Arial,serif;
    font-size: 22px;
    font-weight: 800;
}

.a-md-Item {
    font-family: metrophobic, Arial,serif;
    font-size: 20px;
    font-weight: 600;
}

.a-sm-Item {
    font-family: metrophobic, Arial,serif;
    font-size: 18px;
    font-weight: 600;
}

.container-offset {
    padding-top: 100px;
}

.alert {
    padding: 6px;
}

.override-left {
    padding-left: 0;
}

.override-padding-all {
    padding: 0;
}

.override-zero-top-bottom {
    padding-top: 0px;
    padding-bottom: 0px;
}

.override-top {
    padding-top: 5px;
}

.override-checkbox {
    margin-top: 35px;
}

    .override-checkbox > label {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
        font-weight: 700;
    }

.QuoteSectionHeader {
    color: rgb(103, 106, 108);
    box-sizing: border-box;
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 17.6px;
}

.nohide-print {
    display: none;
}
/* make sidebar nav vertical */
@media (min-width: 768px) {
    .sidebar-nav .navbar .navbar-collapse {
        padding: 0;
        max-height: none;
    }

    .sidebar-nav .navbar ul {
        float: none;
    }

    .sidebar-nav .navbar ul:not {
        display: block;
    }

    .sidebar-nav .navbar li {
        float: none;
        display: block;
    }

    .sidebar-nav .navbar li a {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    /*Removed because it was jacking up the dropdown menu*/
    /*.dropdown-menu {
        margin-right: 215px;
    }*/
}

@page {
    size: auto;
    margin: 0mm 0mm 0mm 0mm;

    @top-left {
        content: "";
    }
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

    .bs-callout h4 {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .bs-callout p:last-child {
        margin-bottom: 0;
    }

    .bs-callout code {
        border-radius: 3px;
    }

    .bs-callout + .bs-callout {
        margin-top: -5px;
    }

.bs-callout-default {
    border-left-color: #777;
}

    .bs-callout-default h4 {
        color: #777;
    }

.bs-callout-primary {
    border-left-color: #428bca;
}

    .bs-callout-primary h4 {
        color: #428bca;
    }

.bs-callout-success {
    border-left-color: #5cb85c;
}

    .bs-callout-success h4 {
        color: #5cb85c;
    }

.bs-callout-danger {
    border-left-color: #d9534f;
}

    .bs-callout-danger h4 {
        color: #d9534f;
    }

.bs-callout-warning {
    border-left-color: #f0ad4e;
}

    .bs-callout-warning h4 {
        color: #f0ad4e;
    }

.bs-callout-info {
    border-left-color: #5bc0de;
}

    .bs-callout-info h4 {
        color: #5bc0de;
    }

    /*Cody's CSS*/
    /*.glyphicon-ok {
    margin-left: 10px;
    color: green;
}*/

.text-align-right{
    text-align: right;
}

.text-padding-right{
    padding-right: 4%;
}

.login-state-green {
    background-color: green;
}

.timecard-namebox {
    padding-top: 6px;
    padding-left: 3px;
    padding-right: 6px;
}

.timecard-button {
    height: 50px;
    width: 100%;
    font-weight: bold;
    max-width: 285px;
}

.single-login-form {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    margin-bottom: 20px;
    overflow: hidden;
}

.station-radio label {
    margin-left: 10px;
    margin-right: 10px;
    height: 34px;
}

.center {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 1px solid #e7e7e7;
    background-color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: black;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
}

    .center:hover {
        background-color: #e6e6e6;
    }

.cpicker-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: none;
    border: 1px solid #e7e7e7;
    background-color: #fff;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    font-size: 12px;
}

.cpicker-icon:hover {
        background-color: #e6e6e6;
    }

.cpicker-nocolor:link {
    color: black;
}

.cpicker-nocolor:visited {
    color: black;
}

.cpicker-container {
    position: relative;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.noteListItems {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
}

    .noteListItems:hover {
        background-color: #e6e6e6;
    }

.noteSelected {
    background-color: #f2dede !important;
}

.noteNoMargin {
    margin: 0;
}

.noteBorder {
    border: 1px solid #ddd;
    min-height: 250px;
    height: 100%;
}

.noteTextEditor {
    display: none;
}

.noteTextDisplay {
    display: inherit;
}

.notePaddingBottom {
    padding-bottom: 10px;
}

.notePrevOffset {
    padding-left: 15px;
}

.noteList {
    max-height: 700px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.navSelectedCustomer {
    border-bottom: 1px solid #eee;
}

.messBar {
    max-width: 320px;
}

    .messBar:hover {
        background-color: #c7d6c0;
    }

.no-hilight {
    user-select: none;
    cursor: default;
}

.seper {
    width: 100%;
    height: 1px;
    background-color: gray;
    margin-top: 5px;
    margin-bottom: 5px;
}

.text-align-center {
    text-align: center;
    margin-top: 20px;
}

.currencyinput {
    border: 1px inset #ccc;
}

.currencyinput input {
    border: 0;
}

/*Makes bootstrap nav hamburger soon for mid size devices(pads, tabs, etc)*/
@media (max-width: 991px) {
    .navbar-header {
        float: none;
        padding-top:15px;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }
}

    .input-width {
        width: 80% !important;
    }

@media (min-width:1200px) {
    .auto-clear .col-lg-1:nth-child(12n+1) {
        clear: left;
    }

    .auto-clear .col-lg-2:nth-child(6n+1) {
        clear: left;
    }

    .auto-clear .col-lg-3:nth-child(4n+1) {
        clear: left;
    }

    .auto-clear .col-lg-4:nth-child(3n+1) {
        clear: left;
    }

    .auto-clear .col-lg-6:nth-child(odd) {
        clear: left;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .auto-clear .col-md-1:nth-child(12n+1) {
        clear: left;
    }

    .auto-clear .col-md-2:nth-child(6n+1) {
        clear: left;
    }

    .auto-clear .col-md-3:nth-child(4n+1) {
        clear: left;
    }

    .auto-clear .col-md-4:nth-child(3n+1) {
        clear: left;
    }

    .auto-clear .col-md-6:nth-child(odd) {
        clear: left;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .auto-clear .col-sm-1:nth-child(12n+1) {
        clear: left;
    }

    .auto-clear .col-sm-2:nth-child(6n+1) {
        clear: left;
    }

    .auto-clear .col-sm-3:nth-child(4n+1) {
        clear: left;
    }

    .auto-clear .col-sm-4:nth-child(3n+1) {
        clear: left;
    }

    .auto-clear .col-sm-6:nth-child(odd) {
        clear: left;
    }
}

@media (max-width:767px) {
    .auto-clear .col-xs-1:nth-child(12n+1) {
        clear: left;
    }

    .auto-clear .col-xs-2:nth-child(6n+1) {
        clear: left;
    }

    .auto-clear .col-xs-3:nth-child(4n+1) {
        clear: left;
    }

    .auto-clear .col-xs-4:nth-child(3n+1) {
        clear: left;
    }

    .auto-clear .col-xs-6:nth-child(odd) {
        clear: left;
    }
}
