﻿/*! qik_legacy.css | v171121.68 Copyright QikCss 2010 - 2018 | MIT License | http://QikCss.com  */
/*  qik_legacy.css is a collection of depricated QikCss styles. Using the lastest QikCss version is always recomended. */
/*  This file will allow the immediate "go live" use of the latest QikCss version/features while updating your project legacy Html as needed. */
/*  It is recommended to update your project and remove this file asap. */
/*  Making changes to qik_legacy.css is not recommended. */
/*  Use qik_theme.css to extend/override this file. */

/*#region -  LEGACY  - */

/*#region -  CONTENT  - */

.blk {
    clear: both;
    width: 85%;
    position: relative;
    background-color: transparent;
    margin: 0 auto;
    padding: .6em;
}  /*use .wrp*/

/*#endregion */


/*#region -  ELEMENT  - */
.bdr1 {
    border: 1px solid red !important;
} /*use .bdrR*/

.bdr2 {
    border: 1px solid blue !important;
} /*use .bdrB*/

.bdr3 {
    border: 1px solid Yellow !important;
} /*use .bdrY*/

.bdr4 {
    border: 1px solid green !important;
} /*use .bdrG*/



/*#endregion */


/*#region -  TEXT LEGACY  - */

.noDecor {
    text-decoration: none;
    list-style-type: none;
    list-style-image: none;
    list-style-position: inside;
    list-style: none;
} /*use .txtDecorNone*/

.noWrp {
    white-space: nowrap;
    -webkit-text-wrap: none;
    -moz-text-wrap: none;
    -ms-text-wrap: none;
    -o-text-wrap: none;
    text-wrap: none;
} /*use .txtWrapNone*/

/*#endregion */

/*#endregion */
