.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clear {
    clear: both;
}

.visuallyhidden {
    position: absolute;
    width: 1px; /* Setting this to 0 make it invisible for VoiceOver */
    height: 1px; /* Setting this to 0 make it invisible for VoiceOver */
    padding: 0;
    margin: -1px;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.ir {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.break {
    -ms-word-break: break-all;
    word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.ellipsis {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis; /* Required for IE8 */
    -o-text-overflow: ellipsis; /* Required for Opera */
    text-overflow: ellipsis;
}

pre {
    white-space: pre-wrap; /* Chrome & Safari */
    white-space: -moz-pre-wrap; /* Mozilla since 1999 */
    /*white-space: -pre-wrap;      *//* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.f-rht {
    float: right;
}

.f-lft {
    float: left;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.m-top {
    margin-top: 10px;
}

.m-btm {
    margin-bottom: 10px;
}

.m-rht {
    margin-right: 10px;
}

.m-lft {
    margin-left: 10px;
}

.m-top-50 {
    margin-top: 50px;
}

.m-top-2 {
    margin-top: 20px;
}

.m-btm-2 {
    margin-bottom: 20px;
}

.m-rht-2 {
    margin-right: 20px;
}

.m-lft-2 {
    margin-left: 20px;
}

.p-top {
    padding-top: 10px;
}

.hide-column-names table thead tr {
    display: none;
}

.blc-center {
    margin: auto;
}

.disp-blc {
    display: block;
}

.t-ctr {
    text-align: center;
}

.t-lft {
    text-align: left;
}

.t-rht {
    text-align: right;
}

.t-up {
    text-transform: uppercase;
}

.t-cap {
    text-transform: capitalize;
}

.t-udl {
    text-decoration: underline;
}

.fw-bld {
    font-weight: bold;
}

.disabled,
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    pointer-events: none;
    opacity: 0.5;
}

.form {
    font-size: 13px;
}

/* `INPUT ELEMENTS
--------------------------------------------------------------------------------*/

.input-text,
.input-textarea,
input[type="text"],
input[type="password"],
textarea,
select {
    color: #172b4d;
    height: 38px;
    font-size: 15px;
    padding: 5px 8px 4px;
    border-radius: 2px;
    background: #fafcff;
    border: 1px solid #cbd4e3;
    transition: all 0.29s ease;
    -o-transition: all 0.29s ease;
    -moz-transition: all 0.29s ease;
    -webkit-transition: all 0.29s ease;
    font-family: 'PT Sans', 'Arial', serif;
}

.input-text {
    line-height: 1.7;
    display: inline-block;
}

select {
    height: 38px;
    padding: 0;
}

textarea,
.input-textarea {
    min-height: 70px;
    font-family: 'Permian Sans', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

/*.input-element:hover,
input[type="text"]:hover,
input[type="password"]:hover,
textarea:hover,
select:hover {
    border-color: #457ffe;
}*/

.input-element:focus,
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus,
#tag ul:focus {
    outline: none;
    border-color: #457ffe;
}

/*input::-webkit-input-placeholder {
    color: #ccc !important;
}

input:-moz-placeholder {
    color: #ccc !important;
}

.ui-watermark {
    color: #ccc !important;
}

input:-ms-input-placeholder {
    color: #ccc !important;
}*/

.input-err {
    color: #ca1416;
    padding: 0 2px 10px;
    line-height: 1.7em;
    display: block;
}

.chk-box-2x {
    width: 20px;
    height: 20px;
}

/* `BUTTONS
--------------------------------------------------------------------------------*/

.btn,
button,
.btn.ui-button,
.btn.ui-commandlink,
.ui-menubutton .ui-button {
    background: #484848;
    border: none;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    height: 38px;
    line-height: 37px;
    padding: 0 20px;
    text-align: center;
    text-shadow: none;
    text-decoration: none;
    -webkit-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -o-transition: all 0.218s;
    transition: all 0.218s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
    font-family: 'PT Sans', 'Arial', serif;
    font-weight: bold;
}

.btn-min {
    font-size: 10px;
    height: 18px;
    line-height: 18px;
    padding: 0 6px;
}

.ui-widget .btn {
    font-size: 11px;
    font-family: 'PT Sans', 'Arial', serif;
}

.ui-button-text-only .ui-button-text {
    padding: 0 !important;
    line-height: inherit;
}

.btn.ui-button-text-only .ui-button-text {
    font-size: 11px;
}

.btn:hover,
.btn.ui-commandlink:hover,
.ui-menubutton .ui-button:hover {
    background-color: #353535;
    color: #fff;
}

.btn:focus,
.btn.ui-commandlink:focus,
.ui-menubutton .ui-button:focus {
    outline: none;
}

.btn:active,
.btn.ui-commandlink:active,
.ui-menubutton .ui-button:active {
    background-color: #282828;
}

.btn:disabled,
.btn:disabled:hover,
.btn:disabled:active {
    opacity: 0.4;
    filter: Alpha(Opacity=40);
}

.ANSWERED_VALID,
.btn-green,
.btn.ui-commandlink.btn-green,
.ui-button.btn-green.ui-state-default {
    background-color: #33a466;
}

.btn-green:hover,
.btn.ui-commandlink.btn-green:hover,
.ui-button.btn-green.ui-state-hover {
    background-color: #2d915a;
}

.btn-green:active,
.btn.ui-commandlink.btn-green:active,
.ui-button.btn-green.ui-state-active {
    background-color: #2b8955;
}

.btn-blue, .ui-button.btn-blue.ui-state-default {
    background-color: #2f8be6;
}

.btn-blue:hover, .ui-button.btn-blue.ui-state-hover {
    background-color: #1b7ee1;
}

.btn-blue:active, .ui-button.btn-blue.ui-state-active {
    background-color: #1a79d7;
}

.btn-yellow, .ui-button.btn-yellow.ui-state-default {
    background-color: #e67e22;
}

.btn-yellow:hover, .ui-button.btn-yellow.ui-state-hover {
    background-color: #f39c12;
}

.btn-yellow:active, .ui-button.btn-yellow.ui-state-active {
    background-color: #d35400;
}

.ANSWERED_INVALID,
.btn-red,
.btn.ui-commandlink.btn-red,
.ui-button.btn-red.ui-state-default {
    background-color: #f84545;
}

.btn-red:hover,
.btn.ui-commandlink.btn-red:hover,
.ui-button.btn-red.ui-state-hover {
    background-color: #ec3838;
}

.btn-red:active,
.btn.ui-commandlink.btn-red:active,
.ui-button.btn-red.ui-state-active {
    background-color: #e22c2c;
}

.btn-dark, .ui-button.btn-dark.ui-state-default {
    background-color: #2c3e50;
}

.btn-dark:hover, .ui-button.btn-dark.ui-state-hover {
    background-color: #494949;
}

.btn-dark:active, .ui-button.btn-dark.ui-state-active {
    background-color: #262626;
}

.btn-indigo, .ui-button.btn-indigo.ui-state-default {
    background-color: #16a085;
}

.btn-indigo:hover, .ui-button.btn-indigo.ui-state-hover {
    background-color: #1abc9c;
}

.btn-indigo:active, .ui-button.btn-indigo.ui-state-active {
    background-color: #178872;
}

.btn-center {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.btn.btn-act {
    height: 24px;
    font-size: 11px;
}

.btn-mng {
    height: 24px;
    width: 24px;
    display: inline-block;
    border-radius: 2px;
    padding: 2px;
    text-align: center;
}

.btn-mng:hover {
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
}

.btn-mng:active {
    box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.2);
}

/* `LINKS
--------------------------------------------------------------------------------*/

.link {
    padding: .5em;
    margin: -.5em;
    color: #c6ccd2;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.link:hover {
    color: #dee2e7;
}

.link-green {
    color: #24aa98;
}

.link-green:hover {
    color: #42c7b7;
}

.link-blue {
    color: #65abd0;
}

.link-blue:hover {
    color: #77bfe5;
}

.link-orange {
    color: #d9c26c;
}

.link-orange:hover {
    color: #e8d48b;
}

.link-red {
    color: #db7560;
}

.link-red:hover {
    color: #e79f91;
}

.link-black {
    color: #383737;
}

.link-black:hover {
    color: #494949;
}

/* `WIDTH
--------------------------------------------------------------------------------*/

.w-100 {
    width: 100px;
}

.w-200 {
    width: 200px;
}

.w-300 {
    width: 300px;
}

.w-400 {
    width: 400px;
}

.w-500 {
    width: 500px;
}

.w-1-1 {
    width: 100%;
}

.w-1-1-i {
    width: 100% !important;
}

.w-1-2 {
    width: 48%;
}

.w-2-3 {
    width: 66%;
}

.w-1-3 {
    width: 32%;
}

.half-width {
    width: 50%;
}

/* `COLORS
--------------------------------------------------------------------------------*/

.color-green {
    border-color: #24aa98;
}

.color-blue {
    border-color: #65abd0;
}

.color-orange {
    border-color: #d9c26c;
}

.color-red {
    border-color: #db7560;
}

.color-black {
    border-color: #383737;
}

/* `BORDER COLORS
--------------------------------------------------------------------------------*/

.border-btm {
    border-bottom: 1px solid #f5f5f5;
}


.border-green {
    border-color: #24aa98;
}

.border-green:hover {
    border-color: #42c7b7;
}

.border-green:focus {
    border-color: #1a9385;
}

.border-blue {
    border-color: #65abd0;
}

.border-blue:hover {
    border-color: #77bfe5;
}

.border-blue:focus {
    border-color: #5093b7;
}

.border-orange {
    border-color: #d9c26c;
}

.border-orange:hover {
    border-color: #e8d48b;
}

.border-orange:focus {
    border-color: #c9b248;
}

.border-red {
    border-color: #db7560;
}

.border-red:hover {
    border-color: #e79f91;
}

.border-red:focus {
    border-color: #c25842;
}

.border-black {
    border-color: #383737;
}

.border-black:hover {
    border-color: #494949;
}

.border-black:focus {
    border-color: #262626;
}

/* `EFFECTS
--------------------------------------------------------------------------------*/

.no-transition {
    -webkit-transition: initial !important;
    -moz-transition: initial !important;
    -o-transition: initial !important;
    transition: initial !important;
}