/**
 * body
 * --------------------------------------------------
 */

 body {
    position: relative;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #61676F;
}
body:not(#tinymce) {
    min-width: 1170px;
    background-color: #EEEFF1;
}
/**
 * typography
 * --------------------------------------------------
 */

a {
    color: #0073a6;
    text-decoration: none;
    cursor: pointer;
}
a:hover,
a:focus {
    text-decoration: underline;
}
a:focus {
    outline: none;
}
a.item-edit {
    color: #61676F;
}
a.item-edit:after {
    content: ' \f040';
    font-size: .8em;
    font-family: 'FontAwesome';
    font-weight: normal;
    color: #0073a6;
}
a.item-edit:hover:after {
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    line-height: 1.25em;
    margin-top: 0;
    margin-bottom: .8em;
    font-family: inherit;
    font-weight: 300;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
    color: #e7e9ec;
}
h1,
.h1 {
    font-size: 2.8em;
    color: #0073a6;
}
h2,
.h2 {
    font-size: 2.5em;
}
h3,
.h3 {
    font-size: 2.2em;
}
h4,
.h4 {
    font-size: 1.8em;
    font-weight: 400;
}
h5,
.h5 {
    font-size: 1.4em;
    font-weight: bold;
}
h6,
.h6 {
    font-size: 1.2em;
}
h1.section-title,
h2.section-title,
h3.section-title,
h4.section-title,
h5.section-title,
h6.section-title {
    color: #0073a6;
    font-weight: bold;
}
h1.section-title:before,
h2.section-title:before,
h3.section-title:before,
h4.section-title:before,
h5.section-title:before,
h6.section-title:before {
    content: "/// ";
    color: #56565a;
}
.white-text {
    color: #ffffff;
}
p {
    line-height: 1.5em;
}
blockquote {
    border-left: 3px solid #ccd1d9;
}
hr {
    border-color: #ccd1d9;
}
label {
    font-weight: 600;
}
textarea {
    resize: vertical;
}
.list-group-item {
    width: 100%;
}
.img-rounded {
    border-radius: 1em;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
}
.img-comment {
    margin: 24px 0;
    font-size: 15px;
    font-style: italic;
    line-height: 1.2;
}
.required:after {
    content: "*";
    color: #F68C3C;
}
 .loading-spinner {
    max-height: 200px;
 }

/**
 * background colors
 * --------------------------------------------------
 */

.bg-primary {
    background-color: #0073a6;
}
.bg-success {
    background-color: #e3f1d4;
    color: #8cc152;
}
.bg-info {
    background-color: #acddf3;
    color: #0073a6;
}
.bg-warning {
    color: #edba1d;
}
.bg-danger {
    color: #d44950;
}

/**
 * row and column
 * --------------------------------------------------
 */

.row.no-gutter {
    margin-right: 0;
    margin-left: 0;
}
.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/**
 * button
 * --------------------------------------------------
 */

.btn {
    color: white;
    border-radius: 0;
}
*:not(.input-group-btn) > .btn,
*:not(.input-group-btn) > .btn + .btn {
    margin-bottom: 1.5em;
}
.btn:hover {
    background-color: #cacfd6;
}
.btn,
.btn.disabled,
.btn[disabled] {
    color: #61676F;
    background-color: #D1DAE2;
    border-color: #aab2bd;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
    color: #61676F;
    background-color: #e0e6e9;
    border-color: #aab2bd;
    outline: none !important;
}
.btn:active,
.btn.active {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .125);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .125);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled] {
    filter: alpha(opacity=45);
    opacity: .45;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active,
.btn-link.disabled,
.btn-link[disabled] {
    color: #0073a6;
    background-color: transparent;
    border-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn-link:hover,
.btn-link:focus {
    text-decoration: underline;
}
.btn-default {
    color: #434a54;
    border-color: #aab2bd !important;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
    background-color: #ccd1d9;
    border-color: #ccd1d9;
}
.btn-default,
.btn-default.disabled,
.btn-default[disabled] {
    background-color: white;
}
.open .dropdown-toggle.btn-default {
    background-color: #ccd1d9;
    border-color: #ccd1d9;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    color: white;
    background-color: #0073a6;
    border-color: #0073a6;
    border-radius: 0;
}
.btn-primary:hover,
.btn-primary:focus {
    color: white;
    background-color: #028ac6;
    border-color: #028ac6;
}
.open .dropdown-toggle.btn-primary {
    color: white;
    background-color: #028ac6;
    border-color: #028ac6;
}
.btn-info,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    color: white;
    background-color: #37bc9b;
    border-color: #37bc9b;
}
.btn-info:hover,
.btn-info:focus {
    color: white;
    background-color: #48cfad;
    border-color: #48cfad;
}
.open .dropdown-toggle.btn-info {
    color: white;
    background-color: #48cfad;
    border-color: #48cfad;
}
.btn-success,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    color: white;
    background-color: #8cc152;
    border-color: #8cc152;
}
.btn-success:hover,
.btn-success:focus {
    color: white;
    background-color: #a0d468;
    border-color: #a0d468;
}
.open .dropdown-toggle.btn-success {
    color: white;
    background-color: #a0d468;
    border-color: #a0d468;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    color: white;
    background-color: #E76604;
    border-color: #E76604;
}
.btn-warning:hover,
.btn-warning:focus {
    color: white;
    background-color: #f4791c;
    border-color: #f4791c;
}
.open .dropdown-toggle.btn-warning {
    color: white;
    background-color: #f4791c;
    border-color: #f4791c;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled],
.btn-danger .open .dropdown-toggle.btn {
    color: white;
    background-color: #da4453;
    border-color: #da4453;
}
.btn-danger:hover,
.btn-danger:focus {
    color: white;
    background-color: #ed5565;
    border-color: #ed5565;
}
.open .dropdown-toggle.btn-danger {
    color: white;
    background-color: #ed5565;
    border-color: #ed5565;
}
.btn-empty,
.btn-empty:active,
.btn-empty.active,
.btn-empty.disabled,
.btn-empty[disabled] {
    vertical-align: bottom;
    padding: 0;
    color: #808080;
    background: none;
    border: 0;
}
.btn-empty:hover,
.btn-empty:focus {
    text-decoration: underline;
    color: #61676F;
    background: none;
}

/**
 * drag-area button
 * --------------------------------------------------
 */

.btn-area {
    display: block;
    background-color: rgba(0, 0, 0, 0.03);
    color: #aab2bd;
    border: 2px dashed;
    margin-bottom: 1em;
    padding: 3em 2em;
    text-align: center;
}
.btn-area:active,
.btn-area.active,
.btn-area.disabled,
.btn-area[disabled],
.btn-area .open .dropdown-toggle.btn {
    background-color: rgba(0, 0, 0, 0.02);
    border-color: #CCD1D9;
    color: #aab2bd;
}
.btn-area:hover,
.btn-area:focus {
    color: #61676f;
    border-color: #61676f;
}

/**
 * button-group
 * --------------------------------------------------
 */

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .125);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .125);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .125);
}
.btn-group .btn {
    border-left-color: #aab2bd;
}
.btn-group.open .btn-default.dropdown-toggle,
.btn-group .btn-default:focus,
.btn-group .btn-default:active,
.btn-group .btn-default.active {
    color: white;
}
.btn-group .btn-primary,
.btn-group .btn-primary:focus,
.btn-group .btn-primary:active,
.btn-group .btn-primary.active {
    border-left-color: #269ecb;
}
.btn-group .btn-success,
.btn-group .btn-success:focus,
.btn-group .btn-success:active,
.btn-group .btn-success.active {
    border-left-color: #7ab03f;
}
.btn-group .btn-warning,
.btn-group .btn-warning:focus,
.btn-group .btn-warning:active,
.btn-group .btn-warning.active {
    border-left-color: #efa50b;
}
.btn-group .btn-danger,
.btn-group .btn-danger:focus,
.btn-group .btn-danger:active,
.btn-group .btn-danger.active {
    border-left-color: #d1293a;
}
.btn-group .btn-info,
.btn-group .btn-info:focus,
.btn-group .btn-info:active,
.btn-group .btn-info.active {
    border-left-color: #2fa084;
}
.btn-group .btn:first-child,
.btn-group .btn-primary:first-child,
.btn-group .btn-success:first-child,
.btn-group .btn-warning:first-child,
.btn-group .btn-danger:first-child,
.btn-group .btn-info:first-child {
    border-left-color: transparent;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group .btn-primary {
    border-top-color: #96a0ad !important;
}
.btn-group-vertical .btn-primary,
.btn-group-vertical .btn-primary:focus,
.btn-group-vertical .btn-primary:active,
.btn-group-vertical .btn-primary.active,
.btn-group-vertical .btn-group .btn-primary {
    border-top-color: #269ecb !important;
}
.btn-group-vertical .btn-success,
.btn-group-vertical .btn-success:focus,
.btn-group-vertical .btn-success:active,
.btn-group-vertical .btn-success.active,
.btn-group-vertical .btn-group .btn-success {
    border-top-color: #7ab03f !important;
}
.btn-group-vertical .btn-warning,
.btn-group-vertical .btn-warning:focus,
.btn-group-vertical .btn-warning:active,
.btn-group-vertical .btn-warning.active,
.btn-group-vertical .btn-group .btn-warning {
    border-top-color: #efa50b !important;
}
.btn-group-vertical .btn-danger,
.btn-group-vertical .btn-danger:focus,
.btn-group-vertical .btn-danger:active,
.btn-group-vertical .btn-danger.active,
.btn-group-vertical .btn-group .btn-danger {
    border-top-color: #d1293a !important;
}
.btn-group-vertical .btn-info,
.btn-group-vertical .btn-info:focus,
.btn-group-vertical .btn-info:active,
.btn-group-vertical .btn-info.active,
.btn-group-vertical .btn-group .btn-info {
    border-top-color: #2fa084 !important;
}
.btn-group-vertical .btn:not(.btn-default):first-child,
.btn-group-vertical .btn-primary:first-child,
.btn-group-vertical .btn-success:first-child,
.btn-group-vertical .btn-warning:first-child,
.btn-group-vertical .btn-danger:first-child,
.btn-group-vertical .btn-info:first-child {
    border-top: none;
}

/**
 * labels and badges
 * --------------------------------------------------
 */

.label,
.badge {
    background-color: #aab2bd;
}
.badge {
    cursor: pointer;
}
.label-default,
.badge-default {
    color: #aab2bd;
    background-color: white;
    border: 1px solid #aab2bd;
}
.label-primary,
.badge-primary {
    background-color: #0073a6;
    border-color: #0073a6;
}
.label-success,
.badge-success {
    background-color: #8cc152;
    border-color: #8cc152;
}
.label-danger,
.badge-danger {
    background-color: #da4453;
    border-color: #da4453;
}
.label-warning,
.badge-warning {
    background-color: #F4791C;
    border-color: #F4791C;
}
.label-info,
.badge-info {
    background-color: #37bc9b;
    border-color: #37bc9b;
}

/**
 * tooltip
 * --------------------------------------------------
 */

.tooltip-inner {
    padding: 7px 15px;
    color: white;
    background-color: #085782;
    border-radius: 0;
}
.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    border-top-color: #085782;
}
.tooltip.right .tooltip-arrow {
    border-right-color: #085782;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #085782;
}
.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #085782;
}

/**
 * popover
 * --------------------------------------------------
 */

.popover {
    color: white;
    background-color: #434a54;
    border: none;
    border-radius: 0;
}
.popover-title {
    padding-bottom: 0;
    font-weight: bold;
    color: #aab2bd;
    background-color: transparent;
    border-bottom: none;
}
.popover.top .arrow,
.popover.top .arrow:after {
    border-top-color: #434a54;
}
.popover.right .arrow,
.popover.right .arrow:after {
    border-right-color: #434a54;
}
.popover.bottom .arrow,
.popover.bottom .arrow:after {
    border-bottom-color: #434a54;
}
.popover.left .arrow,
.popover.left .arrow:after {
    border-left-color: #434a54;
}

/**
 * progress
 * --------------------------------------------------
 */

.progress {
    background-color: #e6e9ed;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.progress-bar {
    background-color: #0073a6;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.progress-bar-success {
    background-color: #8cc152;
}
.progress-bar-info {
    background-color: #37bc9b;
}
.progress-bar-warning {
    background-color: #f6bb42;
}
.progress-bar-danger {
    background-color: #da4453;
}
.progress .progress-bar span {
    position: absolute;
    width: 100%;
    left: 0;
    font-weight: 600;
    color: #03714C;
}

/**
 * breadcrumb
 * --------------------------------------------------
 */

.breadcrumb {
    margin-bottom: 30px;
    color: #434a54;
    border-radius: 0;
}
.breadcrumb a {
    color: #0073a6;
    cursor: pointer;
}
.breadcrumb-arrow {
    overflow: hidden;
    padding: 0;
    line-height: 36px;
    list-style: none;
    background-color: #acddf3;
}
.breadcrumb-arrow li,
.breadcrumb-arrow li a,
.breadcrumb-arrow li span {
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
}
.breadcrumb-arrow li + li:before {
    padding: 0;
    content: "";
}
.breadcrumb-arrow li span,
.breadcrumb-arrow li:first-child a {
    padding: 0 10px;
}
.breadcrumb-arrow li:not(:first-child) span,
.breadcrumb-arrow li a {
    height: 36px;
    padding: 0 10px 0 25px;
    line-height: 36px;
}
.breadcrumb-arrow li:not(:first-child) {
    margin-left: -5px;
}
.breadcrumb-arrow li a {
    position: relative;
    text-decoration: none;
    color: #000000;
    border-bottom: 0;
    background-color: #acddf3;
    border-bottom: 3px solid #87C5DF;
    cursor: pointer;
}
.breadcrumb-arrow li a:before,
.breadcrumb-arrow li a:after {
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    content: '';
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}
.breadcrumb-arrow li a:before {
    right: -8px;
    z-index: 3;
    border-left-color: #acddf3;
    border-left-style: solid;
    border-left-width: 11px;
}
.breadcrumb-arrow li a:after {
    right: -10px;
    z-index: 2;
    border-left-color: #ddf1fa;
    border-left-style: solid;
    border-left-width: 12px;
}
.breadcrumb-arrow li a:hover,
.breadcrumb-arrow li a:focus {
    background-color: #e8f8ff;
    border-bottom: 3px solid #acddf3;
}
.breadcrumb-arrow li a:hover:before,
.breadcrumb-arrow li a:focus:before {
    border-left-color: #e8f8ff;
}
.breadcrumb-arrow li.current a {
    color: white;
    background-color: #0073a6;
    border-bottom: 3px solid #00577e;
}
.breadcrumb-arrow li.current a:active {
    background-color: #2494be;
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.breadcrumb-arrow li.current a:before {
    border-left-color: #0073a6;
}
.breadcrumb-arrow li.current a:after {
    border-left-color: #2494be;
}
.breadcrumb-arrow li.current a:hover,
.breadcrumb-arrow li.current a:focus {
    background-color: #028ac6;
    border-bottom-color: #0073a6;
}
.breadcrumb-arrow li.current a:hover:before,
.breadcrumb-arrow li.current a:focus:before {
    border-left-color: #028ac6;
}
.breadcrumb-arrow li a.disabled {
    background-color: #cfcfcf;
    border-bottom: 3px solid #b3b3b3;
}
.breadcrumb-arrow li a.disabled:before {
    border-left-color: #cfcfcf;
}

/**
 * pagination
 * --------------------------------------------------
 */

.pagination > li > a,
.pagination > li > span {
    color: #434a54;
    background-color: white;
    border-color: #ccd1d9;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: white;
    background-color: #ccd1d9;
    border-color: #ccd1d9;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    color: white;
    background-color: #8cc152;
    border-color: #8cc152;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #e6e9ed;
    background-color: white;
    border-color: #ccd1d9;
}

/**
 * pager
 * --------------------------------------------------
 */

.pager li > a,
.pager li > span {
    color: white;
    background-color: #8cc152;
    border-color: #8cc152;
}
.pager li > a:hover,
.pager li > a:focus {
    background-color: #a0d468;
    border-color: #a0d468;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #e6e9ed;
    background-color: white;
    border-color: #e6e9ed;
}

/**
 * form
 * --------------------------------------------------
 */

form.new-item {
    display: table-row;
}
.form-control,
textarea.form-control {
    color: #434a54;
    border-color: #aab2bd;
    border-radius: 0;
    margin-bottom: 1.5em;
}
th .form-control,
td .form-control,
th textarea.form-control,
td textarea.form-control {
    margin-bottom: 0;
}
.form-control,
.form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.form-control:focus {
    border-color: #0073a6;
}
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #e6e9ed;
}
.form-control.disabled,
.form-control[disabled] {
    background-color: #e6e9ed !important;
    border-color: #ccc;
}
.input-group-btn .btn + .btn {
    padding: 3px 12px;
    text-transform: uppercase;
    font-size: 18px;
    border-color: #96a0ad;
    border-style: solid;
    border-width: 1px;
}
.input-group-btn .btn + .btn.btn-default {
    border-color: #ededed;
}
.input-group-btn .btn + .btn.btn-primary {
    border-color: #269ecb;
}
.input-group-btn .btn + .btn.btn-info {
    border-color: #2fa084;
}
.input-group-btn .btn + .btn.btn-success {
    border-color: #7ab03f;
}
.input-group-btn .btn + .btn.btn-warning {
    border-color: #f4af20;
}
.input-group-btn .btn + .btn.btn-danger {
    border-color: #d1293a;
}
.input-group-addon {
    color: white;
    background-color: #aab2bd;
    border-color: #96a0ad;
    border-radius: 0;
}
.input-group-addon .radio,
.input-group-addon .checkbox {
    margin: -3px 0 -4px !important;
}
.form-search .search-query,
.form-search .search-query:first-child,
.form-search .search-query:last-child {
    padding: 0 17px;
}
.form-search .btn {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.search-only {
    position: relative;
}
.search-only .search-icon {
    position: absolute;
    top: 2px;
    left: 8.5px;
    z-index: 20;
    width: 30px;
    font-size: 17px;
    line-height: 30px;
    color: #e6e9ed;
    text-align: center;
}
.search-only .form-control:last-child {
    padding-left: 40px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #8cc152;
}
.has-success .form-control {
    border-color: #009757;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.has-success .form-control:focus {
    border-color: #009757;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.has-success .input-group-addon {
    background-color: #009757;
    border-color: #009757;
}
.has-success .form-control-feedback {
    color: #009757;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #f6bb42;
}
.has-warning .form-control {
    border-color: #f6bb42;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.has-warning .form-control:focus {
    border-color: #f6bb42;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.has-warning .input-group-addon {
    background-color: #f6bb42;
    border-color: #f6bb42;
}
.has-warning .form-control-feedback {
    color: #f6bb42;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #da4453;
}
.has-error .form-control {
    border-color: #da4453;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.has-error .form-control:focus {
    border-color: #da4453;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.has-error .input-group-addon {
    background-color: #da4453;
    border-color: #da4453;
}
.has-error .form-control-feedback {
    color: #da4453;
}

/**
 * stepper
 * --------------------------------------------------
 */

.stepper .stepper-input {
    overflow: hidden;
    -moz-appearance: textfield;
}
.stepper .stepper-input::-webkit-inner-spin-button,
.stepper .stepper-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.stepper .stepper-arrow {
    position: absolute;
    right: 15px;
    display: block;
    width: 20px;
    height: 50%;
    text-indent: -99999px;
    cursor: pointer;
    background-color: #0073a6;
}
.stepper .stepper-arrow:hover,
.stepper .stepper-arrow:active {
    background-color: #028ac6;
}
.stepper .up {
    top: 0;
    border: 1px solid #269ecb;
}
.stepper .down {
    bottom: 0;
}
.stepper .up::before,
.stepper .down::before {
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.stepper .up::before {
    top: 5px;
    left: 5px;
    border-bottom: 4px solid white;
}
.stepper .down:before {
    bottom: 5px;
    left: 6px;
    border-top: 4px solid white;
}
.stepper.disabled .stepper-arrow {
    background-color: #0073a6;
    filter: alpha(opacity=45);
    opacity: .45;
}
.selecter {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 100%;
    outline: none;
    /* Open */
    /* 'Cover' Positioning */
    /* 'Bottom' Positioning */
    /* 'Bottom' + 'Cover' Positioning */
    /* Multiple Select */
    /* 'Disabled' State */
    /* Scroller Support */
}
/*
*:not(.input-group) > .selecter {
    margin-bottom: 1.5em;
}*/
.selecter .selecter-element {
    position: absolute;
    left: 0;
    z-index: 0;
    display: none;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=0);
    opacity: 0;
    *left: -999999px;
}
.selecter .selecter-element,
.selecter .selecter-element:focus {
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
}
.selecter select[disabled="disabled"] + .selecter-selected {
    background-color: #E6E9ED;
    border-color:  #ccc;
    color: rgba(67,74,84,0.5);
    cursor: not-allowed;
}
.selecter .selecter-selected {
    position: relative;
    z-index: 2;
    display: block;
    padding: 6px 26px 6px 10px;
    overflow: hidden;
    text-overflow: clip;
    cursor: pointer;
    background-color: white;
    border: 1px solid #aab2bd;
    border-radius: 0;
}
.selecter .selecter-selected:after {
    position: absolute;
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    content: "";
    border-top: 4px solid black;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.selecter .selecter-options {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 50;
    display: none;
    width: 100%;
    max-height: 260px;
    overflow: auto;
    overflow-x: hidden;
    background-color: white;
    border: 1px solid #aab2bd;
    border-width: 0 1px 1px;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    *width: auto;
}
.selecter .selecter-group {
    display: block;
    padding: 5px 10px 4px;
    font-size: 11px;
    color: #aab2bd;
    text-transform: uppercase;
    background-color: #f5f7fa;
    border-bottom: 1px solid #e6e9ed;
}
.selecter .selecter-item {
    display: block;
    width: 100%;
    padding: 6px 10px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    background-color: white;
    border-bottom: 1px solid #e6e9ed;
}
.selecter .selecter-item.selected {
    color: white;
    background-color: #0073a6;
    border-bottom-color: #028ac6;
}
.selecter .selecter-item.disabled {
    background-color: #E6E9ED;
    cursor: not-allowed;
}
.selecter .selecter-item:last-child {
    border-bottom: 0;
}
.selecter .selecter-item:hover {
    background-color: #e6e9ed;
}
.selecter .selecter-item.selected:hover {
    background-color: #0073a6;
}
.selecter .selecter-item.disabled:hover,
.selecter:hover .selecter-selected {
    background-color: white;
}
.selecter.open {
    z-index: 3;
    outline: 0;
}
.selecter.open .selecter-selected {
    z-index: 51;
    border: 1px solid #0073a6;
    border-radius: 0;
}
.selecter.open .selecter-selected,
.selecter.focus .selecter-selected {
    background-color: white;
}
.selecter.cover .selecter-options {
    top: 0;
    border-width: 1px;
    border-radius: 0;
}
.selecter.cover.open .selecter-selected {
    z-index: 49;
}
.selecter.bottom .selecter-options {
    top: auto;
    bottom: 100%;
    border-width: 1px 1px 0;
}
.selecter.bottom .selecter-item:last-child {
    border: none;
    border-radius: 0;
}
.selecter.bottom.open .selecter-selected {
    border-radius: 0;
}
.selecter.bottom.open .selecter-options {
    border-radius: 0;
}
.selecter.bottom.cover .selecter-options {
    top: auto;
    bottom: 0;
}
.selecter.bottom.cover.open .selecter-selected,
.selecter.bottom.cover.open .selecter-options {
    border-radius: 0;
}
.selecter.multiple .selecter-options {
    position: static;
    display: block;
    width: 100%;
    border-width: 1px;
    border-radius: 0;
    box-shadow: none;
}
.selecter.disabled .selecter-selected {
    color: #aab2bd;
    cursor: default;
    background-color: #e6e9ed;
    border-color: #e6e9ed;
}
.selecter.disabled .selecter-options {
    background-color: #e6e9ed;
    border-color: #e6e9ed;
}
.selecter.disabled .selecter-group,
.selecter.disabled .selecter-item {
    color: #aab2bd;
    cursor: default;
    background-color: #e6e9ed;
    border-color: #e6e9ed;
}
.selecter.disabled .selecter-item.selected {
    color: white;
    background-color: #0073a6;
    filter: alpha(opacity=45);
    opacity: .45;
}
.selecter .selecter-options.scroller {
    overflow: hidden;
}
.selecter .selecter-options.scroller .scroller-content {
    max-height: 260px;
    padding: 0;
}

/**
 * checkbox and radio
 * --------------------------------------------------
 */

.checkbox,
.radio {
    padding-left: 0;
    margin-top: 0;
}
.radio {
    margin-bottom: 20px;
}
.checkbox label,
.radio label {
    position: relative;
    top: 2px;
    padding-left: 5px;
}
input[type="checkbox"] {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    position: relative !important;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    padding: 8px;
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 0;
    margin-bottom: 0;
    cursor: pointer;
}
input[type="checkbox"]:disabled {
    background-color: #E6E9ED;
}
input[type="checkbox"]:active,
input[type="checkbox"]:checked:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
input[type="checkbox"]:checked {
    background-color: #0073A6;
    border: 1px solid #ccc;
    color: white;
}
input[type="checkbox"]:checked:disabled {
	background-color: #ddd;
	color: #999;
}
input[type="checkbox"]:checked:after {
    position: absolute;
    top: 0px;
    left: 4px;
    content: '\2714';
    font-size: 18px;
    font-weight: normal;
    line-height: 25px;
    text-shadow: -1px -1px 2px rgba(0,0,0,.4);
}
input[type="checkbox"]:checked:disabled:after {
	text-shadow: none;
}
input[type="radio"] {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    position: relative !important;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    padding: 8px;
    border-radius: 50%;
    background-color: #fafafa;
    border: 1px solid #ccc;
    cursor: pointer;
    margin:0 5px !important;
}
input[type="radio"]:disabled {
    background-color: #E6E9ED;
}
input[type="radio"]:checked {
    background-color: #0073A6;
    border: 1px solid #ccc;
}
input[type="radio"]:checked:after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 7px;
    width: 10px;
    height: 10px;
    border: 1px solid rgba(0,0,0,.2);
    background: white;
    border-radius: 50%;
}
input[type="radio"]:checked:disabled {
    background-color: #ddd;
}
input[type="radio"]:disabled:checked:after {
    background-color: #999;
}

/* Webkit outline fix */

input[type="checkbox"]:focus,
input[type="radio"]:focus {
    outline: 0;
}

/* IE8 fallback */

.ie input[type="checkbox"],
.ie input[type="radio"] {
    padding: 0;
    border: none;
}

/* Target IE9 and IE10 */

@media screen and (min-width:0\0) {
    input[type="checkbox"],
    input[type="radio"] {
        padding: 0;
        border: 0;
    }
}

/**
 * toggle
 * --------------------------------------------------
 */

.toggle {
    height: 32px;
    cursor: pointer;
}
.toggle input[type="checkbox"],
.toggle input[type="radio"] {
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    text-indent: -100000px;
    filter: alpha(opacity=0);
    opacity: 0;
}
.toggle .handle {
    position: relative;
    top: -20px;
    left: 0;
    display: block;
    width: 50px;
    height: 32px;
    background-color: white;
    border-radius: 30px;
    -webkit-box-shadow: inset 0 0 0 1px #b8bfc8;
    -moz-box-shadow: inset 0 0 0 1px #b8bfc8;
    box-shadow: inset 0 0 0 1px #b8bfc8;
}
.toggle .handle:before,
.toggle .handle:after {
    position: absolute;
    top: 1px;
    left: 1px;
    display: block;
    width: 30px;
    height: 30px;
    content: "";
    background-color: white;
    border-radius: 30px;
    -webkit-box-shadow: inset 0 0 0 1px #b8bfc8, 1px 1px 1px #c7ccd3;
    -moz-box-shadow: inset 0 0 0 1px #b8bfc8, 1px 1px 1px #c7ccd3;
    box-shadow: inset 0 0 0 1px #b8bfc8, 1px 1px 1px #c7ccd3;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.toggle input[type="checkbox"]:disabled + .handle,
.toggle input[type="radio"]:disabled + .handle,
.toggle input[type="checkbox"]:disabled + .handle:before,
.toggle input[type="radio"]:disabled + .handle:before,
.toggle input[type="checkbox"]:disabled + .handle:after,
.toggle input[type="radio"]:disabled + .handle:after {
    background-color: #e6e9ed;
    filter: alpha(opacity=60);
    opacity: .6;
}
.toggle input[type="checkbox"]:checked + .handle:before,
.toggle input[type="radio"]:checked + .handle:before {
    width: 50px;
    background-color: #028AC6;
}
.toggle input[type="checkbox"]:checked + .handle:after,
.toggle input[type="radio"]:checked + .handle:after {
    left: 20px;
    -webkit-box-shadow: inset 0 0 0 1px #f5f7fa, 1px 1px 1px #c7ccd3;
    -moz-box-shadow: inset 0 0 0 1px #f5f7fa, 1px 1px 1px #c7ccd3;
    box-shadow: inset 0 0 0 1px #f5f7fa, 1px 1px 1px #c7ccd3;
}

/**
 * calendar
 * --------------------------------------------------
 */

.calendar {
    padding: 20px;
    color: white;
    background-color: #ccd1d9;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}
.calendar .unit {
    float: left;
    width: 14.28%;
    text-align: center;
}
.calendar .years .prev {
    text-align: left;
}
.calendar .years .next {
    text-align: right;
}
.calendar .years .prev em,
.calendar .years .next em {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 34px;
    cursor: pointer;
    border: 1px solid white;
}
.calendar .years .prev em:before,
.calendar .years .next em:before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    margin-top: 6px;
    font-size: 0;
    content: "";
    border-style: solid;
    border-width: 7px;
}
.calendar .years .prev em:before {
    top: 3px;
    left: 4px;
    border-color: transparent white transparent transparent;
}
.calendar .years .next em:before {
    top: 3px;
    left: 13px;
    border-color: transparent transparent transparent white;
}
.calendar .years .prev em:hover,
.calendar .years .next em:hover,
.calendar .years .prev em:active,
.calendar .years .next em:active {
    border-color: #e9573f;
}
.calendar .years .prev em:hover:before,
.calendar .years .prev em:active:before {
    border-color: transparent #e9573f transparent transparent;
}
.calendar .years .next em:hover:before,
.calendar .years .next em:active:before {
    border-color: transparent transparent transparent #e9573f;
}
.calendar .years .monyear {
    float: left;
    width: 71.42%;
    height: 34px;
    line-height: 34px;
    text-align: center;
}
.calendar .days {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #ee7f6d;
}
.calendar .days .unit {
    height: 34px;
    margin-bottom: 3px;
    line-height: 34px;
    text-align: center;
}
.calendar .days .unit b {
    width: 34px;
    height: 34px;
    font-weight: normal;
}
.calendar .days .unit:hover b,
.calendar .days .unit:active b,
.calendar .days .unit.active b {
    display: inline-block;
    color: #e9573f;
    cursor: pointer;
    background-color: white;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.calendar .days .unit.older b {
    width: auto;
    height: auto;
    color: #e9573f;
    cursor: default;
    background-color: transparent;
}

/**
 * pricing
 * --------------------------------------------------
 */

.pricing ul {
    padding: 0;
    list-style: none;
}
.pricing .unit {
    position: relative;
    display: inline-block;
    min-width: 250px;
    text-align: center;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}
.pricing .unit.active {
    top: 5px;
    z-index: 1;
    margin-right: -36px;
    margin-left: -36px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}
.pricing .unit.active .price-title h3 {
    font-size: 40px;
}
@media screen and (max-width: 767px) {
    .pricing .unit {
        display: block;
        margin-bottom: 20px;
    }
    .pricing .unit.active {
        top: 0;
        margin-right: 0;
        margin-left: 0;
    }
    .pricing .unit.active .price-title h3 {
        font-size: 30px;
    }
}
.pricing .price-title {
    padding: 20px 20px 10px;
    color: #fff;
}
.pricing .price-title h3,
.pricing .price-title h3 > p {
    margin: 0;
}
.pricing .price-body {
    padding: 20px 20px 10px;
}
.pricing .price-body ul {
    padding-top: 10px;
}
.pricing .price-body li {
    margin-bottom: 10px;
}
.pricing .price-body h4 {
    margin: 0;
}
.pricing .price-foot {
    padding: 20px;
    background-color: #e6e9ed;
}
.pricing .price-primary .price-title {
    background-color: #028ac6;
}
.pricing .price-primary .price-body {
    background-color: #d7f1fa;
}
.pricing .price-primary .price-body ul {
    border-top: 1px solid #aae1f4;
}
.pricing .price-success .price-title {
    background-color: #a0d468;
}
.pricing .price-success .price-body {
    background-color: #ebf6df;
}
.pricing .price-success .price-body ul {
    border-top: 1px solid #d2ebb7;
}
.pricing .price-warning .price-title {
    background-color: #ffce54;
}
.pricing .price-warning .price-body {
    background-color: #fffaed;
}
.pricing .price-warning .price-body ul {
    border-top: 1px solid #ffebba;
}

/**
 * alert
 * --------------------------------------------------
 */

.alert {
    background-color: #ffffff;
    border-radius: 0;
}
.alert-info {
    background-color: #E8F8FF;
    border-color: #028AC6;
}
.alert-warning {
    color: #b04804;
    background-color: #FBE8DC;
    border-color: #f4791c;
}
.alert-danger {
    background-color: #F1E3E3;
    border-color: #ED5565;
}
.alert-success {
    background-color: #E5F3DF;
    border-color: #8cc152;
}
.alert h4 {
    margin-bottom: 10px;
    font-weight: bold;
}
.alert-dismissable .close {
    color: black;
}
.alert .alert-link {
    text-decoration: underline;
    cursor: pointer;
    filter: alpha(opacity=65);
    opacity: .65;
}
.alert .alert-link:hover,
.alert .alert-link:focus {
    filter: alpha(opacity=45);
    opacity: .45;
}
.alert .btn-link,
.alert .btn-link:hover,
.alert .btn-link:focus {
    color: black;
    filter: alpha(opacity=65);
    opacity: .65;
}
.alert .btn-link:focus,
.alert .btn-link:hover {
    text-decoration: none;
    filter: alpha(opacity=40);
    opacity: .4;
}
.alert-warning .alert-link {
    color: #b24700;
}

/**
 * tab
 * --------------------------------------------------
 */

.nav-tabs {
    background-color: #e6e9ed;
    border: 1px solid #aab2bd !important;
}
.nav-tabs.bg-primary {
    background-color: #0073a6;
}
.nav-tabs > li {
    margin-bottom: 0;
    border-left: 1px solid #aab2bd;
    border-radius: 0;
}
.nav-tabs > li:first-child {
    border-left: none;
}
.nav-tabs > li:last-child {
    border-right: 1px solid #aab2bd;
}
.nav-tabs > li > a {
    margin-right: 0;
    color: #61676F;
    border: none;
    border-radius: 0;
}
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
    background-color: #f5f7fa;
    border: none;
    border-radius: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    background-color: #D1DAE2 !important;
    border: none;
    border-radius: 0;
}
.nav-tabs .dropdown-toggle,
.nav-tabs .dropdown-toggle:hover,
.nav-tabs .dropdown-toggle:focus {
    color: #434a54;
}
.nav-tabs li.dropdown.open .dropdown-toggle {
    color: #434a54;
    background-color: #f5f7fa;
    border-radius: 0;
}
.nav-tabs li.dropdown.active.open .dropdown-toggle {
    color: #434a54;
}
.nav-tabs li.dropdown.active.open .dropdown-toggle .caret,
.nav-tabs li.dropdown.active .dropdown-toggle .caret {
    border-top-color: #434a54;
    border-bottom-color: #434a54;
}
.nav-tabs li.dropdown.open .caret,
.nav-tabs li.dropdown.open.active .caret,
.nav-tabs li.dropdown.open a:hover .caret,
.nav-tabs li.dropdown.open a:focus .caret,
.nav-tabs .dropdown-toggle .caret,
.nav-tabs .dropdown-toggle:hover .caret,
.nav-tabs .dropdown-toggle:focus .caret {
    border-top-color: #434a54;
    border-bottom-color: #434a54;
}
.nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
    text-align: center;
    border-radius: 0;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: none;
    font-weight: bold;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: none;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom: none;
    }
}
.tab-content {
    padding: 15px;
}
.tabs-left .nav-tabs > li,
.tabs-right .nav-tabs > li {
    float: none;
    border-top: 1px solid #ccd1d9;
    border-left: none;
}
.tabs-left .nav-tabs > li:first-child,
.tabs-right .nav-tabs > li:first-child {
    border-top: none;
}
.tabs-left .nav-tabs > li > a,
.tabs-right .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    border-radius: 0;
}
.tabs-left .nav-tabs {
    float: left;
    margin-right: 19px;
}
.tabs-right .nav-tabs {
    float: right;
    margin-left: 19px;
}
.form-tab .nav-tabs {
    display: block;
    width: 20%;
}
.form-tab .tab-content {
    display: block;
    width: 77%;
    float: left;
}
.form-tab .tab-content .tab-pane {
    width: 100%;
}
.role-table .tab-content {
    padding: 0;
}

/**
 * pill
 * --------------------------------------------------
 */

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: white;
    background-color: #0073a6;
}
.nav-pills > li > a {
    color: #0073a6;
}
.nav-pills > li > a:hover {
    color: #434a54;
    background-color: #e6e9ed;
}
.nav-pills > .active > a > .badge {
    color: #0073a6;
}
.nav-pills .open > a,
.nav-pills .open > a:focus,
.nav-pills .open > a:hover {
    color: #434a54;
    background-color: #e6e9ed;
}

/**
 * navbar
 * --------------------------------------------------
 */

.navbar-form {
    padding: 0 !important;
}
.navbar-default {
    margin-bottom: 0;
    text-transform: uppercase;
    background-color: #ffffff;
    border: none;
}
.navbar-default .navbar-brand,
.navbar-default .navbar-link,
.navbar-default .btn-link {
    color: #56565a;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-link:hover,
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: white;
    background-color: transparent;
}
.navbar-default .navbar-nav {
    margin: 0;
}
.navbar-default .navbar-nav > li {
    float: left;
}
.navbar-default .navbar-text,
.navbar-default .navbar-nav > li > a {
    color: #56565a;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #0073a6;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #56565a;
    background-color: #e0e6e9;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus,
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #2e9c81;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    background-color: #56565a;
    border-color: #56565a;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #2b957a;
    border-color: #2b957a;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #37bc9b;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: none;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #56565a;
    background-color: #e0e6e9;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu {
        position: absolute;
        background-color: #ffffff;
    }
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        background-color: #ffffff;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .divider {
        background-color: #ffffff;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #56565a;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #0073a6;
        background-color: #e0e6e9;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .dropdown-header {
        color: #56565a;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #2b957a;
    }
}
.navbar-inverse {
    background-color: #333;
    border-color: #333;
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-link,
.navbar-inverse .btn-link {
    color: #8c8c8c;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-link:hover,
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: white;
    background-color: transparent;
}
.navbar-inverse .navbar-text,
.navbar-inverse .navbar-nav > li > a {
    color: #8c8c8c;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: white;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: white;
    background-color: black;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus,
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #666;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    background-color: black;
    border-color: black;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #1a1a1a;
    border-color: #1a1a1a;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #8c8c8c;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: black;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: white;
    background-color: black;
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus {
        background-color: black;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .divider {
        background-color: black;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #8c8c8c;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: white;
        background-color: black;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        color: #bfbfbf;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #666;
    }
}

/**
 * list
 * --------------------------------------------------
 */

.list-group {
    border: 1px solid #ccd1d9;
}
.list-group-item {
    border-color: transparent;
    border-top-color: #e6e9ed;
}
.list-group-item:first-child {
    border-top: none;
    border-radius: 0;
}
.list-group-item:last-child {
    border-radius: 0;
}
.list-group-item a {
    color: #56565a;
}
.list-group-item h4 {
    font-weight: 600;
}
.list-group-item .badge {
    margin-left: .5em;
}
.list-group-item-heading {
    color: #434a54;
}
.list-group-item-heading .item-options {
    text-align: center;
}
.list-group-item-heading .item-options > a {
    font-size: 1.2em;
    color: rgba(86, 86, 90, .3);
}
.list-group-item-heading .item-options:hover > a {
    color: rgba(86, 86, 90, 1);
}
.list-group-item-heading .item-options .popover {
    display: block;
    visibility: hidden;
    position: absolute;
    min-width: 210px;
}
.list-group-item-heading .item-options .popover.bottom {
    top: 75%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.list-group-item-heading .item-options .popover.left {
    top: -30%;
    left: -320%;
}
.list-group-item-heading .item-options:hover .popover {
    visibility: visible;
}
.list-group-item-heading .item-options .popover.left .arrow {
    top: 20px;
}
.list-group-item-heading .item-options .popover ul.list-unstyled {
    margin-bottom: 0;
}
.list-group-item-heading .item-options .popover ul.list-unstyled li {
    padding: 4px 0;
}
.list-group-item-heading .item-options .popover.bottom ul.list-unstyled li:first-child {
    padding-top: 10px;
}
.list-group-item-heading .item-options .popover ul.list-unstyled li a {
    color: #cacfd6;
}
.list-group-item a {
    color: #61676F;
}
a.list-group-item .list-group-item-heading {
    font-size: 16px;
    color: #61676F;
}
a.list-group-item:hover,
a.list-group-item:focus {
    background-color: #e6e9ed;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    background-color: #028ac6;
    border-color: #028ac6;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
    color: white;
}
.list-group-item-success {
    border-color: #d6e9c6;
    color: #3c763d;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
    background-color: #d6e9c6;
}
.list-group-item-success a,
.list-group-item-success a:after {
    color: #2b542c;
}
.list-group-item-warning {
    border-color: #faebcc;
    color: #8a6d3b;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
    background-color: #faebcc;
}
.list-group-item-warning a {
    color: #66512c;
}
.list-group-item-info {
    border-color: #bce8f1;
    color: #31708f;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
    background-color: #bce8f1;
}
.list-group-item-info a {
    color: #245269;
}
.list-group-item-danger {
    border-color: #ebccd1;
    color: #a94442;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
    background-color: #ebccd1;
}
.list-group-item-danger a {
    color: #843534;
}

.list-group-item.address-list {
    display: table;
}
.list-group-item.address-list:first-child {
    border-top: 0 !important;
}
.list-group-item.address-list > span {
    display: table-cell;
}
.list-group-item.address-list .list-options {
    display: table-cell;
    text-align: right;
    font-size: 1.4em;
}
.list-group-item.address-list .list-options a.edit_form:hover {
    color: #028ac6;
}
.list-group-item.address-list .list-options a.removeende:hover {
    color: #d63b34;
}


/**
 * media list
 * --------------------------------------------------
 */

.media-list {
    color: #aab2bd;
}
.media-heading {
    font-size: 14px;
    color: #434a54;
}

/**
 * modal
 * --------------------------------------------------
 */

.modal {
    -webkit-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    /*-webkit-perspective: 1300px;
    -o-perspective: 1300px;
    perspective: 1300px;*/
}
.modal-open .modal.full-screen {
    overflow: auto;
    padding-left: 0 !important;
}
.modal-dialog {
    position: absolute;
    width: auto;
    margin: 0;
    box-shadow: 2px 0 8px 0 rgba(0, 0, 0, 0.4);
}
.modal:not(.full-screen) .modal-dialog {
    left: 50%;
    top: 50%;
    z-index: 1050;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.modal.fade .modal-dialog {
    -webkit-transform: rotateY(-70deg);
    -o-transform: rotateY(-70deg);
    transform: rotateY(-70deg);
    -webkit-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
}
.modal.fade:not(.full-screen) .modal-dialog {
    -webkit-transform: translate(-50%, -50%) rotateY(-70deg);
    -o-transform: translate(-50%, -50%) rotateY(-70deg);
    transform: translate(-50%, -50%) rotateY(-70deg);
}
.modal.fade.in .modal-dialog {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.modal.fade.in:not(.full-screen) .modal-dialog {
    -webkit-transform: translate(-50%, -50%) rotateY(0deg);
    -o-transform: translate(-50%, -50%) rotateY(0deg);
    transform: translate(-50%, -50%) rotateY(0deg);
}
.modal-content {
    color: #434a54;
    border: none;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    border-radius: 0;
    max-height: 600px;
    overflow-y: auto;
}
.modal-header {
    border-bottom: none;
}
.modal-header button.close {
    opacity: 1;
    color: #808080;
}
.modal-header button.close:hover {
    color: #D63B34;
}
.modal-body {
    padding: 0 15px;
}
.modal-body .role-table .role-table-container {
    border-top: 0;
}
.modal-footer {
    border-top: none;
}
.modal-footer .btn + .btn {
    margin-bottom: 1.5em;
}
.modal.full-screen .modal-dialog {
    min-width: 100%;
    height: 100%;
}
.modal.full-screen .modal-content {
    min-height: 100%;
}
.modal.full-screen .modal-body {
    max-height: 75%;
}
.modal.full-screen .modal-header,
.modal.full-screen .modal-body,
.modal.full-screen .modal-footer {
    padding-left: 40px;
    padding-right: 40px;
}
.modal.full-screen .modal-header {
    padding-top: 30px;
}
.modal.full-screen .modal-footer {
    padding-bottom: 30px;
}
.modal.full-screen .role-table {
    overflow: auto;
}

/**
 * well
 * --------------------------------------------------
 */

.well,
.well-lg,
.well-sm {
    margin-bottom: 20px;
    padding: 10px;
    color: #434a54;
    background-color: white;
    border: none;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    border-radius: 0;
}
.well blockquote {
    border-color: #ccd1d9;
}
.well p {
    margin-bottom: 0;
}
.well-lg {
    padding: 20px;
}
.well-sm {
    padding: 5px;
}

/**
 * thumbnail
 * --------------------------------------------------
 */

.thumbnail {
    border: none;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}
.thumbnail a > img,
.thumbnail > img {
    width: 100%;
}
.thumbnail .caption {
    font-size: 14px;
}
.thumbnail .caption h1,
.thumbnail .caption h2,
.thumbnail .caption h3,
.thumbnail .caption h4,
.thumbnail .caption h5,
.thumbnail .caption h6 {
    margin: 5px 0 10px;
    font-size: 16px;
}

/**
 * jumbotron
 * --------------------------------------------------
 */

.jumbotron {
    padding: 0;
    margin-bottom: 20px;
    background-color: white;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}
.jumbotron > .jumbotron-photo img {
    width: 100%;
}
.jumbotron .jumbotron-contents {
    padding: 20px;
    color: #434a54;
}
.jumbotron .carousel-inner > .item > a > img,
.jumbotron .carousel-inner > .item > img {
    width: 100%;
}
.jumbotron h1,
.jumbotron .h1,
.jumbotron h2,
.jumbotron .h2 {
    font-weight: 400;
}
.jumbotron h1,
.jumbotron .h1 {
    font-size: 28px;
}
.jumbotron h2,
.jumbotron .h2 {
    font-size: 24px;
}
.jumbotron p {
    font-size: 14px;
}
@media screen and (min-width: 768px) {
    .jumbotron,
    .container .jumbotron {
        padding: 0;
    }
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 28px;
    }
}

/**
 * panel
 * --------------------------------------------------
 */

.panel {
    background-color: white;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 2px 0px 8px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 2px 0px 8px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 2px 0px 8px 0px rgba(50, 50, 50, 0.1);
}
.panel .list-group {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.panel .list-group-item:first-child {
    border-top: 1px solid #e6e9ed;
}
.panel-heading {
    font-size: 1.6em;
    font-weight: 600;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.panel-title {
    font-size: 14px;
    font-weight: normal;
    color: #434a54;
}
.panel-footer {
    background-color: #E8F8FF;
    border-top-color: #e6e9ed;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.panel-default > .panel-heading {
    color: #434a54;
    background-color: #e6e9ed;
    border-color: #e6e9ed;
}
.panel-primary {
    border-color: #0073a6;
}
.panel-primary > .panel-heading {
    color: white;
    background-color: #0073a6;
    border-color: #0073a6;
}
.panel-success > .panel-heading {
    color: white;
    background-color: #8cc152;
    border-color: #8cc152;
}
.panel-info > .panel-heading {
    background-color: #f68c3c;
    border-color: #f68c3c;
    color: white;
    text-align: center;
}
.panel-info h1,
.panel-info h2,
.panel-info h3,
.panel-info h4,
.panel-info h5,
.panel-info h6 {
    font-weight: 600;
    color: #61676F;
}
.panel-info .panel-body div + .additional-files {
    overflow: none;
    max-height: auto !important;
    margin-top: 1.5em;
    padding-top: 1em;
    padding-right: 0 !important;
    border-top: 1px solid #aab2bd;
}
.panel-info .panel-body .additional-files button {
    white-space: pre-line;
    text-align: left;
}
.panel-warning {
    border-color: #f6bb42;
}
.panel-warning > .panel-heading {
    color: white;
    background-color: #f6bb42;
    border-color: #f6bb42;
}
.panel-danger > .panel-heading {
    color: white;
    background-color: #da4453;
    border-color: #da4453;
}
.panel-primary > .panel-heading > .panel-title,
.panel-success > .panel-heading > .panel-title,
.panel-info > .panel-heading > .panel-title,
.panel-warning > .panel-heading > .panel-title,
.panel-danger > .panel-heading > .panel-title {
    color: white;
}
.panel > .panel-body {
    padding: 30px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
    border-top-color: #e6e9ed;
}

/**
 * accordion
 * --------------------------------------------------
 */

.panel-group .panel {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}
.panel-group .panel + .panel {
    margin-top: 0;
}
.panel-group .panel-heading {
    padding: 0;
    border-bottom-color: transparent;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
    padding: 15px 0;
    border-top-color: transparent;
}
.panel-group .panel-title a {
    display: block;
    padding: 10px 0;
}
.panel-group-lists .panel {
    background-color: white;
    border: 1px solid #aab2bd;
    border-bottom: 0;
}
.panel-group-lists .panel:last-child {
    border-bottom: 1px solid #aab2bd;
}
.panel-group-lists .panel-heading {
    border-top: solid 1px #aab2bd;
}
.panel-group-lists .panel-heading:first-child {
    border-top: 0;
}
.panel-group-lists .panel-heading + .panel-collapse .panel-body {
    padding: 15px;
    border-top-color: #aab2bd;
}
.panel-group-lists .panel .panel-title {
    font-weight: 600;
}
.panel-group-lists .panel .panel-title span {
    font-size: 1.2em;
}
.panel-group-lists .panel .panel-title span > a {
    padding: 10px 15px;
    text-decoration: none;
    color: #ffffff;
    background-color: #0073A6;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.panel-group-lists .panel .panel-title span > a > i {
    float: right;
}
.panel-group-lists .panel .panel-title span:hover > a {
    background-color: #028ac6;
}
.panel-group-lists .panel .panel-title span > a:before {
    content: '\f078';
    padding-right: .5em;
    font-family: 'FontAwesome';
    font-size: .8em;
}
.panel-group-lists .panel .panel-title span > a.collapsed {
    text-decoration: none;
    color:#61676f;
    background-color: #D1DAE2;
}
.panel-group-lists .panel .panel-title span > a.collapsed:before {
    content: '\f054';
}
.panel-group-lists .panel .panel-title span:hover > a.collapsed {
    background-color: #e6e9ed;
}
.panel-group-lists .panel.panel-exclamation-triangle,
.panel-group-lists .panel.panel-check {
    border-bottom-color: #ffffff;
}
.panel-group-lists .panel.panel-exclamation-triangle .panel-title span > a,
.panel-group-lists .panel.panel-check .panel-title span > a {
    color: #ffffff;
}
.panel-group-lists .panel.panel-exclamation-triangle .panel-title span > a {
    background-color: #F4791C;
}
.panel-group-lists .panel.panel-exclamation-triangle .panel-title span:hover > a {
    background-color: #F68C3C;
}
.panel-group-lists .panel.panel-check .panel-title span > a {
    background-color: #8cc152;
}
.panel-group-lists .panel.panel-check .panel-title span:hover > a {
    background-color: #A0D468;
}
/*.panel-group .panel-title span a:hover,
.panel-group .panel-title span a:focus,
.panel-group .panel-title span a:active .panel-group-lists .panel-title span a:hover,
.panel-group-lists .panel-title span a:focus,
.panel-group-lists .panel-title span a:active {
    color: #0073a6;
}*/

/** Draggable lists **/
.draggable-list {
    display: inline-block;
    width: 50%;
    margin-bottom: 30px;
}
.draggable-list .list-group {
    margin-bottom: 0;
    border: 1px solid #aab2bd;
}
.draggable-list .list-group .list-group-item {
    cursor: move;
}
.draggable-list .list-group .list-group-item:first-child {
    border-top: 0;
}
.draggable-list .list-group .list-group-item:hover {
    background-color: #E0E6E9;
}
.draggable-list .list-group .list-group-item.active {
    color: #61676f;
    background-color: #d1dae2;
    border: 0;
}
.draggable-list .list-group .list-group-item a.item-delete {
    display: none;
    float: right;
    padding: 0 .5em;
    font-size: 1.4em;
    text-decoration: none;
    color: #aab2bd;
}
.draggable-list .list-group .list-group-item:hover a.item-delete {
    display: flex;
}
.draggable-list .list-group .list-group-item:hover a.item-delete:hover {
    color: #d63b34;
}
ul.draggable-list-buttons {
    position: relative;
    width: 10%;
    float: left;
    margin-top: 150px;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}
ul.draggable-list-buttons li {
    width: 40px;
    margin: 0 auto;
}

/**
 * footer
 * --------------------------------------------------
 */

.footer {
    padding: 40px 0;
    background-color: #434a54;
}
.footer-logo,
.footer-nav {
    float: left;
    width: 20%;
    padding: 0 20px;
}
@media (max-width: 768px) {
    .footer-logo {
        margin-bottom: 20px;
    }
    .footer-logo,
    .footer-nav {
        display: block;
        float: none;
        width: 100%;
    }
}
.footer-nav .nav-title {
    margin-bottom: 15px;
    color: #e6e9ed;
}
.footer-nav .nav-item {
    line-height: 28px;
}
.footer-nav .nav-item > a {
    color: #aab2bd;
}
.footer-nav .nav-item > a:hover,
.footer-nav .nav-item > a:active {
    color: #ccd1d9;
    text-decoration: none;
}
.footer-copyright {
    color: #aab2bd;
}

/**
 * dropdown-menu
 * --------------------------------------------------
 */

.caret {
    margin-left: 10px;
}
.dropdown-menu {
    padding: 0;
    right: 0;
    left: auto;
    text-transform: none;
    background-color: #ffffff;
    border: none;
    border-radius: 0;
}
.dropdown-menu .dropdown-header {
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 700;
    color: #aab2bd;
}
.dropdown-menu li a {
    padding: 10px 30px;
    color: #56565a;
    border-top: solid 1px #dddddd;
}
.dropdown-menu li:first-child a {
    border-top: none;
}
.dropdown-menu li a:hover,
.dropdown-menu li a:focus,
.dropdown-menu .active a,
.dropdown-menu .active a:hover,
.dropdown-menu .active a:focus {
    background-color: #E0E6E9;
    color: #0073a6;
    outline: none;
}
.dropdown-menu .disabled a,
.dropdown-menu .disabled a:hover,
.dropdown-menu .disabled a:focus {
    color: #656d78;
    cursor: default;
}
.dropdown-menu .divider {
    background-color: #656d78;
    border-bottom: none;
}
.dropup .dropdown-menu {
    margin-bottom: 0;
    border-radius: 0;
}

/**
 * dropdown-submenu
 * --------------------------------------------------
 */

.dropdown-submenu {
    position: relative;
}
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 0;
}
.dropdown-submenu:hover .dropdown-menu {
    display: block;
}
.dropup .dropdown-submenu .dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px;
    border-radius: 0;
}
.dropdown-submenu > a:after {
    display: block;
    float: right;
    width: 0;
    height: 0;
    margin-top: 5px;
    margin-right: -10px;
    content: " ";
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #61676f;
}
.dropdown-default .dropdown-submenu > a:after {
    border-left-color: #434a54;
}
.dropdown-submenu:hover a:after {
    border-left-color: #61676f;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

/**
 * role-table
 * --------------------------------------------------
 */

.role-table {
    margin-bottom: 1.5em;
}
.role-table .form-control,
.role-table textarea.form-control {
    margin-bottom: 0;
}
.role-table .role-table-filter {
    padding: 8px 0;
    background-color: #D1DAE2;
    border: 1px solid #aab2bd;
    border-bottom: 0;
}
.role-table .role-table-filter:before,
.role-table .role-table-filter:after {
    content: " ";
    display: table;
}
.role-table .role-table-filter:after {
    clear: both;
}
.role-table table {
    line-height: 1em;
    margin-bottom: 0;
}
.role-table table tr th,
.role-table table tr td {
    vertical-align: middle;
    font-size: 1em;
}
.role-table table tr td {
    border: 1px solid #ddd;
}
.role-table table tbody tr:first-child td {
    border-top: 0;
}
.role-table table tr > th,
.role-table table tr.active > th,
.role-table table thead tr {
    background-color: #D1DAE2;
    border: 1px solid #aab2bd;
}
.role-table table tbody tr.active > th {
    background-color: #C5E1F8;
}
.role-table table tr.active > td {
    background-color: #D9E9F7;
}
.role-table table tbody tr:hover > th {
    background-color: rgba(246, 187, 66, .3);
}
.role-table table tr:hover td,
.role-table table tr.active:hover td {
    background-color: rgba(246, 187, 66, .15);
}
.role-table .role-table-container {
    overflow-y: auto;
    border-top: 1px solid #aab2bd;
    border-bottom: 1px solid #dddddd;
}
.role-table .role-table-container table,
.role-table .role-table-container table thead tr {
    border-top: 0;
}
.role-table .role-table-container table,
.role-table .role-table-container table tbody tr:last-child td {
    border-bottom: 0;
}
.role-table .role-table-container table tr .role-checkbox {
    width: 60px;
    text-align: center;
}
.role-table .role-table-container table tr .role-number {
    width: 50px;
    font-size: 1.2em;
    text-align: center;
}
.role-table .role-table-container table tr td.role-number {
    cursor: move;
}
.role-table .role-table-container table tr .role:nth-last-child(2) {
    border-right: none;
}
.role-table .role-table-container table tr .role .badge {
    margin-left: .5em;
}
.role-table .role-table-container table tr .settings-role:last-of-type {
    display: table-cell;
    width: 1%;
    padding-right: 16px;
    white-space: nowrap;
    border-left: none;
    text-align: right;
}
.role-table table tr td a {
    display: inline-block;
}
.role-table .role-table-container table tr .settings-role a,
.role-table .role-table-container table tr .settings-role p {
    vertical-align: middle;
    display: inline-block;
    /* visibility: hidden; */
    font-size: 1.4em;
    color: #aab2bd;
    cursor: pointer;
}
/*
.role-table .role-table-container table tr:hover .settings-role a,
.role-table .role-table-container table tr:hover .settings-role p {
    visibility: visible;
}
*/
.role-table .role-table-container table tr .settings-role p {
    margin-bottom: 0;
    text-align: left;
    font-size: .8em;
    color: #61676f;
}
.role-table .role-table-container table tr td .toggle-option {
    font-weight: 600;
    line-height: 32px;
    margin: 0 5px;
    vertical-align: bottom;
}
.role-table .role-table-container table tr td .toggle {
    margin-bottom: 0;
}
.role-table .role-table-container table tr a:only-of-type {
    margin-left: 0;
}
.role-table .role-table-container table tr a.delete,
.role-table .role-table-container table tr a.print,
.role-table .role-table-container table tr a.edit {
    margin-left: 5px;
}
.role-table .role-table-container table tr a.delete:hover i {
    color: #D63B34;
}

.role-table .role-table-container table tr a.money:hover i {
    color: #15e063;
}

.role-table .role-table-container table tr a.print:hover i,
.role-table .role-table-container table tr a.edit:hover i {
    color: #028AC6;
}
.full-screen .role-table .role-table-container table thead tr {
    border-top: 1px solid #aab2bd;
}
.full-screen .role-table .role-table-container table tr .role-checkbox,
.full-screen .role-table .role-table-container table thead tr th {
    text-align: center;
    font-weight: bold;
    background-color: #d1dae2;
}
.full-screen .role-table .role-table-container table tbody + tbody {
    border-top: 0;
}
.role-table .tab-content table.table-bordered,
.role-table .tab-content table.table-bordered thead > tr {
    border-top: 0;
}
.role-table .tab-content table.table-bordered,
.role-table .tab-content table.table-bordered tr:last-child td {
    border-bottom: 0;
}

/**
 * img-upload
 * --------------------------------------------------
 */

.img-upload {
    position: relative;
    margin-bottom: 2em;
    background-color: white;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    -webkit-transition: .2s background-color .1s;
    transition: .2s background-color .1s;
}
.img-upload:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.img-upload.rounded,
.img-upload.rounded a,
.img-upload.rounded img {
    border-radius: 50%;
}
.img-upload img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
}
.img-upload a,
.img-upload > i {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 75%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-size: 1em;
    color: #61676F;
    text-decoration: none;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.img-upload a > i {
    font-size: 2em;
    margin: .3em 0;
    color: #0073A6;
}
.img-upload > i {
    font-size: 7em;
}
.img-upload > a small {
    font-size: 0.8em;
    color: #ccd1d9;
}
a.img-add:hover,
a.img-add:focus {
    background-color: #FCFDFD;
}
a.img-remove {
    opacity: 0;
    width: 75%;
    background-color: rgba(255, 255, 255, .85);
    -webkit-transition: .3s opacity .2s;
    transition: .3s opacity .2s;
}
a.img-remove:hover {
    opacity: 1;
}

/** Autocomplete **/

.autocomplete {
    width: 100%;
}
.input-group .autocomplete {
    display: table-cell !important;
}
.autocomplete .autocomplete-input {
    margin-bottom: 0 !important;
}
.input-sm.autocomplete-input,
.input-lg.autocomplete-input {
    padding-right: 12px;
    padding-left: 12px;
}
.autocomplete-hint {
    width: 100%;
    line-height: 30px;
    padding: 8px 12px;
    color: #999999;
    outline: medium none;
}
.autocomplete-menu {
    overflow-y: auto;
    width: 100%;
    max-height: 350px;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 0px 8px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 2px 0px 8px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 2px 0px 8px 0px rgba(50, 50, 50, 0.1);
}
.autocomplete-menu > div > div {
    width: 100%;
}
.autocomplete-suggestion,
.autocomplete-menu .empty-message {
    padding: .3em 1em;
    font-size: 1.2em;
}
.autocomplete-menu .empty-message {
    color: #F68C3C;
}
.autocomplete-suggestion:hover {
    color: #FFFFFF;
    background-color: #0073A6;
    cursor: pointer;
}

/* form-lists */

.panel .form-list-panel .row-eq-height {
    border-top: 1px solid #aab2bd;
    border-bottom: 1px solid #aab2bd;
}
.panel .form-list-panel .row-eq-height > .col-xs-4 {
    border-right: 1px solid #ddd;
}
.panel .form-list-panel #job-list {
    max-height: 765px;
    overflow-y: auto;
    border-right-color: #028ac6;
    direction: rtl;
}
.panel .form-list-panel form #job-description-tabs {
    border-top: 0 !important;
}
.panel .form-list-panel form #job-description-tabs > li:last-child {
    border-right: 0;
}
.panel .form-list-panel .job-list-group .list-group-item:first-child {
    border-top: 0;
}
.panel .form-list-panel #job-list .job-list-group .list-group-item .form-control-feedback {
    display: inline;
    position: relative;
    width: auto;
    height: auto;
    line-height: inherit;
    margin-right: .5em;
    pointer-events: none;
    z-index: 2;
}
.panel .form-list-panel #job-list .job-list-group .list-group-item:not(.active) .fa-check {
    color: #009757;
}
.panel .form-list-panel #job-list .job-list-group .list-group-item:not(.active) .fa-exclamation-triangle {
    color: #f6bb42;
}
.panel .form-list-panel #job-description-form {
    display: table;
    width: 100%;
}
.panel .form-list-panel h5 {
    color: #028AC6;
}
.loader {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 1em;
    color: #0073A6;
    background: rgba(246, 187, 66, .15);
}
div.loader {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255,255,255,.8);
}
div.loader span i {
    display: block;
    margin-bottom: 15px;
}
main section#step #hide-item {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 28px;
    top: 10px;
    opacity: 1;
    z-index: 1;
    cursor: pointer;
    text-align: center;
    background-color: #61676F;
    color: white;
    -webkit-transition: all .5s;
    transition: all .5s;
}
main section#step #hide-item.fa:before {
    margin: 0 auto;
    padding: 3px;
    line-height: 32px;
    font-size: 22px;
    content: '\f066';
}
main section#step #hide-item:hover {
    background-color: #333;
}
main section#step .hidden-item {
    width: 0;
    height: 0;
    float: right;
    padding: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
}
main section#step [class^=col-xs] {
    -webkit-transition: all 1s;
    transition: all 1s;
}
main section#step [class^=col-xs] .panel {
    -webkit-transition: opacity 1.4s;
    transition: opacity 1.4s;
}
main section#step .hidden-item .panel {
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    overflow: hidden;
}
main section#step .hidden-item #hide-item {
    opacity: 1;
    left: 0;
    background-color: #e76604;
}
main section#step .hidden-item #hide-item.fa:before {
    content: '\f065';
}
main section#step .hidden-item #hide-item:hover {
    background-color: #f4791c;
}
main section#step .full-item {
    width: 100%;
    float: left;
    -webkit-transition: all 1.2s;
    transition: all 1.2s;
}
.video-carousel {
    padding: 3em 0 4em;
    color: #ffffff;
}
.owl-carousel .owl-wrapper .owl-item {
    overflow: hidden;
}
.owl-carousel .owl-wrapper .owl-item a {
    display: block;
    position: relative;
    width: 94%;
    height: 100%;
    margin: 3%;
}
.owl-carousel .owl-wrapper .owl-item a:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: none;
    -webkit-transition: box-shadow .5s;
    transition: box-shadow .5s;
}
.owl-carousel .owl-wrapper .owl-item a:hover:before {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.owl-carousel .owl-wrapper .owl-item a.fa:after {
    content: '\f16a';
    position: absolute;
    top: 35%;
    left: 40%;
    font-size: 5em;
    color: rgba(246, 140, 60, 0.65);
    -webkit-transition: color .5s;
    transition: color .5s;
}
.owl-carousel .owl-wrapper .owl-item a.fa:hover:after {
    color: rgba(246, 140, 60, 0.9);
}
.owl-carousel .owl-wrapper .owl-item a img {
    width: 100%;
}
@media print {
    .no-print {
        display: none;
    }
    label {
        font-size: 1.4em;
    }
    tr, p {
        font-size: 1.2em;
    }
}