/* Width */
.width-quarter { width: 25%; }
.width-one-third { width: 33.33333%; }
.width-half { width: 50%; }
.width-two-thirds, .width-two-third { width: 66.66666%; }
.width-full { width: 100%; }


/* LP Background Colors */
[class^="bg-"] { color: #fff }

.bg-default-extra-light { background: #e4eaec; color: #000; }
.bg-default-light { background: #ccd5db; color: #000; }
.bg-default { background: #76838f; }

.bg-primary { background: #62a8ea }
.bg-primary-light { background: #89bceb }
.bg-primary-dark { background: #4e97d9 }

.bg-success { background: #46be8a }
.bg-success-light { background: #5cd29d }
.bg-success-dark { background: #36ab7a }

.bg-info { background: #57c7d4 }
.bg-info-light { background: #77d6e1 }
.bg-info-dark { background: #47b8c6 }

.bg-warning { background: #f2a654 }
.bg-warning-light { background: #f4b066 }
.bg-warning-dark { background: #e79857 }

.bg-danger { background: #f96868 }
.bg-danger-light { background: #fa7a7a }
.bg-danger-dark { background: #e9595b }

/* LP Badges */
.badge { color: #fff; border-radius: 10px; font-size: 14px; font-weight: 500; }
.badge-default { background: #76838f; }
.badge-primary { background: #62a8ea; }
.badge-success { background: #46be8a; }
.badge-info { background: #57c7d4; }
.badge-warning { background: #f2a654; }
.badge-danger { background: #f96868; }

/* LP Cursors */
.cursor-alias { cursor: alias; }
.cursor-all-scroll { cursor: all-scroll; }
.cursor-auto { cursor: auto; }
.cursor-cell { cursor: cell; }
.cursor-context-menu { cursor: context-menu; }
.cursor-col-resize { cursor: col-resize; }
.cursor-copy { cursor: copy; }
.cursor-e-resize { cursor: e-resize; }
.cursor-ew-resize { cursor: ew-resize; }
.cursor-grab { cursor: grab; }
.cursor-grabbing { cursor: grabbing; }
.cursor-help { cursor: help; }
.cursor-move { cursor: move; }
.cursor-n-resize { cursor: n-resize; }
.cursor-ne-resize { cursor: ne-resize; }
.cursor-nesw-resize { cursor: nesw-resize; }
.cursor-ns-resize { cursor: ns-resize; }
.cursor-nw-resize { cursor: nw-resize; }
.cursor-nwse-resize { cursor: nwse-resize; }
.cursor-no-drop { cursor: no-drop; }
.cursor-none { cursor: none; }
.cursor-not-allowed { cursor: not-allowed; }
.cursor-pointer { cursor: pointer; }
.cursor-progress { cursor: progress; }
.cursor-row-resize { cursor: row-resize; }
.cursor-s-resize { cursor: s-resize; }
.cursor-se-resize { cursor: se-resize; }
.cursor-sw-resize { cursor: sw-resize; }
.cursor-text { cursor: text; }
.cursor-vertical-text { cursor: vertical-text; }
.cursor-w-resize { cursor: w-resize; }
.cursor-wait { cursor: wait; }
.cursor-zoom-in { cursor: zoom-in; }
.cursor-zoom-out { cursor: zoom-out; }
.cursor-initial { cursor: initial; }
.cursor-inherit { cursor: inherit; }

hr { margin: 0; border-top: 1px solid #CCD5DB }

.border-radius-3 { border-radius: 3px; }
.border-gray { border: 1px solid #CCD5DB; }
.border-white { border: 1px solid #ffffff; }
.border-dash-black { border: 2px dashed #000; }

.display-none { display: none; }

.position-static { position: static; }
.position-absolute { position: absolute; }
.position-fixed { position: fixed; }
.position-relative { position: relative; }

.position-full-width { left: 0px; right: 0px; }

.box-shadow { box-shadow: 0 0 7px #353A3F; }













