/**    - Reset
*
*
*   - Components Included
*    1. **** Reset CSS
**/


/**
******************************** 1) Reset ******************************************
*/

*,
body,
html {
    font-family: 'open_sans_regular', arial, sans-serif;
}

body {
    background-color: #fcfafa;
}

h1,
h2,
h3 {
    color: #333;
}

p {
    color: #666;
}

button,
.glyphicon {
    cursor: pointer;
}

.fl-clear {
    clear: both;
}

.fl-center {
    text-align: center;
}

.fl-left {
    text-align: left;
}

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

.fl-body-fixed {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.file img {
    max-width: 100%;
}

.form-text::-ms-clear {
    display: none;
}

@media screen and (min-width: 768px) {}