/*------------------------------------------------------------------
[1. Global]
*/

.row {
    margin-left: -15px !important;
}

.px-tab-body {
    padding: 30px;
}

.pg-loading-logo {
    height: 50px;
}

.multiselect-parent {
    width: 100%;
    cursor: default;
}

.multiselect-parent button {
    min-width: 200px;
}

.sk-fading-circle .sk-circle::before {
    background-color: #fff !important;
}

.pg-loading-html {
    color: white !important;
    font-size: 14px;
}

.m-0 {
    margin: 0 !important;
}

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

.mt-2 {
    margin: 2em 0 0 0;
}

.mr-05 {
    margin-right: 0.5rem !important;
}

.p-0 {
    padding: 0 !important;
}

.p-2 {
    padding: 2em !important;
}

.p-3 {
    padding: 3em !important;
}

.text-white {
    color: white !important;
}

.text-sm {
    font-size: 14px !important;
}

.text-bold {
    font-weight: bold;
}

.d-flex {
    display: flex !important;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.d-flex-center {
    display: flex !important;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -o-justify-content: center;
    -webkit-justify-content: center;
}

.d-flex-center-between {
    display: flex !important;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -o-justify-content: space-between;
    -webkit-justify-content: space-between;
}

.d-flex-center-around {
    display: flex !important;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    justify-content: space-around;
    -o-justify-content: space-around;
    -webkit-justify-content: space-around;
}

.d-flex-center-left {
    display: flex !important;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    justify-content: flex-start;
    -o-justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.d-flex-nowrap-center-left {
    display: flex !important;
    flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    justify-content: flex-start;
    -o-justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.d-flex-nowrap-center-between {
    display: flex !important;
    flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -o-justify-content: space-between;
    -webkit-justify-content: space-between;
}

.d-flex-center-right {
    display: flex !important;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    justify-content: flex-end;
    -o-justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.d-flex-top-between {
    display: flex !important;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: space-between;
    -o-justify-content: space-between;
    -webkit-justify-content: space-between;
}

.d-flex-top-right {
    display: flex !important;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: flex-end;
    -o-justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.d-flex-col-center-top {
    display: flex !important;
    flex-direction: column;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    justify-content: flex-start;
    -o-justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.d-flex-col-center-bottom {
    display: flex !important;
    flex-direction: column;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    justify-content: flex-end;
    -o-justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.d-flex-col-center-around {
    display: flex !important;
    flex-direction: column;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    justify-content: space-around;
    -o-justify-content: space-around;
    -webkit-justify-content: space-around;
}

.d-flex-col-center-between {
    display: flex !important;
    flex-direction: column;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -o-justify-content: space-between;
    -webkit-justify-content: space-between;
}

.d-flex-col-left-top {
    display: flex !important;
    flex-direction: column;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: flex-start;
    -o-justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.d-flex-col-left-around {
    display: flex !important;
    flex-direction: column;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: space-around;
    -o-justify-content: space-around;
    -webkit-justify-content: space-around;
}

.d-flex-col-left-between {
    display: flex !important;
    flex-direction: column;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: space-between;
    -o-justify-content: space-between;
    -webkit-justify-content: space-between;
}

.d-flex-col-right-between {
    display: flex !important;
    flex-direction: column;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    -webkit-align-items: flex-end;
    justify-content: space-between;
    -o-justify-content: space-between;
    -webkit-justify-content: space-between;
}

.d-flex-col-right-top {
    display: flex !important;
    flex-direction: column;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    -webkit-align-items: flex-end;
    justify-content: flex-start;
    -o-justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.border-radius-0 {
    border-radius: 0 !important;
}

.border-0 {
    border-width: 0 !important;
}

.mh-100 {
    min-height: 100vh !important;
}

.mw-100 {
    min-width: 100vw !important;
}

.justify-content-center {
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.justify-content-spacebetween {
    -o-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.align-items-center {
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

body {
    background: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%; /* Default of 16px */
    font-weight: 400;
    background-color: #f2f2f2;
    min-height: 100vh;
}

.bg-navbar {
    background-color: #0b2027 !important;
}

.bg-white {
    background-color: white !important;
}

p {
    font: 13px/1.7em "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input,
button,
select,
textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.6em;
    font-weight: 400;
}

.dropdown .dropdown-menu {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    color: #8d9798;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.btn-icon-only {
    padding-left: 3px;
    padding-right: 3px;
}

/*------------------------------------------------------------------
[3. Subnavbar / .subnavbar]
*/

.subnavbar {
    margin-bottom: 2.5em;
}

.subnavbar-inner {
    background: #fff;
    border-bottom: 1px solid #d6d6d6;
    height: 60px;
}

.subnavbar .container > ul {
    display: inline-block;
    height: 80px;
    margin: 0;
    padding: 0;
}

.subnavbar .container > ul > li {
    border-left: 1px solid #d9d9d9;
    float: left;
    height: 60px;
    list-style: none;
    margin: 0;
    min-width: 90px;
    padding: 0;
    text-align: center;
}

.subnavbar .container > ul > li > a {
    color: #b2afaa;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 100%;
    padding: 0 15px;
}

.subnavbar .container > ul > li > a:hover {
    color: #888;
    text-decoration: none;
}

.subnavbar .container > ul > li > a > i {
    display: inline-block;
    font-size: 20px;
    height: 24px;
    margin-bottom: -3px;
    margin-top: 11px;
    width: 24px;
}

.subnavbar .container > ul > li > a > span {
    display: block;
}

.subnavbar .container > ul > li.active > a {
    border-bottom: 3px solid #ff7f74;
    color: #383838;
}

.subnavbar .dropdown .dropdown-menu a {
    font-size: 12px;
}

.subnavbar .dropdown .dropdown-menu {
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-align: left;
}

.subnavbar .dropdown-menu::before {
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    left: 9px;
    position: absolute;
    top: -7px;
}

.subnavbar .dropdown-menu::after {
    border-bottom: 6px solid white;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    left: 10px;
    position: absolute;
    top: -6px;
}

.subnavbar .caret {
    border-bottom-color: white;
    border-top-color: white;
    margin-top: 4px;
}

.subnavbar .dropdown.open .caret {
    display: none;
}

/*------------------------------------------------------------------
[4. Main / .main]
*/

.main {
    border-bottom: 1px solid #000;
    padding-bottom: 2em;
}

/*------------------------------------------------------------------
[5. Extra / .extra]
*/

.extra {
    border-bottom: 1px solid #000;
    border-top: 1px solid #585858;
}

.extra-inner {
    background: #1a1a1a;
    color: #bbb;
    font-size: 11px;
    padding: 20px 0;
}

.extra a {
    color: #666;
}

.extra h4 {
    font-weight: 400;
    margin-bottom: 1em;
}

.extra ul {
    margin: 0;
    padding: 0;
}

.extra li {
    list-style: none;
    margin-bottom: 0.6em;
}

/*------------------------------------------------------------------
[6. Footer/ .footer]
*/

.footer {
    border-top: 1px solid #292929;
    margin-top: 0;
}

.footer-inner {
    background: #111;
    color: #999;
    font-size: 12px;
    padding: 15px 0;
}

.footer a {
    color: #999;
}

.footer a:hover {
    color: #fff;
    text-decoration: none;
}

/*------------------------------------------------------------------
[6. Widget / .widget]
*/

.widget {
    clear: both;
    margin-bottom: 2em;
    overflow: hidden;
    position: relative;
    width: auto;
}

.widget-header {
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f6f1', endColorstr='#f2efea')";
    -webkit-background-clip: padding-box;
    background: #f9f6f1;
    background: -moz-linear-gradient(
        top,
        #f9f6f1 0%,
        #f2efea 100%
    ); /* FF3.6+ */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #f9f6f1),
        color-stop(100%, #f2efea)
    ); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(
        top,
        #f9f6f1 0%,
        #f2efea 100%
    ); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(
        top,
        #f9f6f1 0%,
        #f2efea 100%
    ); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #f9f6f1 0%, #f2efea 100%); /* IE10+ */
    background: linear-gradient(top, #f9f6f1 0%, #f2efea 100%); /* W3C */
    border: 1px solid #d6d6d6;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f6f1', endColorstr='#f2efea');
    height: 40px;
    line-height: 40px;
    position: relative;
}

.widget-header h3 {
    color: #525252;
    display: inline-block;
    font-size: 14px;
    font-weight: 800;
    left: 10px;
    line-height: 18px;
    margin-right: 3em;
    position: relative;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
    top: 2px;
}

.widget-header [class^="icon-"],
.widget-header [class*=" icon-"] {
    color: #555;
    display: inline-block;
    font-size: 16px;
    margin-left: 13px;
    margin-right: -2px;
    vertical-align: middle;
}

.widget-content {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    padding: 20px 15px 15px;
}

.widget-header + .widget-content {
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.widget-nopad .widget-content {
    padding: 0;
}

/* Widget Content Clearfix */

.widget-content:before,
.widget-content:after {
    content: "";
    display: table;
}

.widget-content:after {
    clear: both;
}

/* For IE 6/7 (trigger hasLayout) */

.widget-content {
    zoom: 1;
}

/* Widget Table */

.widget-table .widget-content {
    padding: 0;
}

.widget-table .table {
    border: none;
    margin-bottom: 0;
}

.widget-table .table tr td:first-child {
    border-left: none;
}

.widget-table .table tr th:first-child {
    border-left: none;
}

/* Widget Plain */

.widget-plain {
    background: transparent;
    border: none;
}

.widget-plain .widget-content {
    background: transparent;
    border: none;
    padding: 0;
}

/* Widget Box */

.widget-box {
}

.widget-box .widget-content {
    background: #e3e3e3;
    background: #fff;
}

/*------------------------------------------------------------------
[7. Error / .error-container]
*/

.error-container {
    margin-bottom: 4em;
    margin-top: 4em;
    text-align: center;
}

.error-container h1 {
    font-size: 120px;
    line-height: 1em;
    margin-bottom: 0.5em;
}

.error-container h2 {
    font-size: 28px;
    margin-bottom: 0.75em;
}

.error-container .error-details {
    font-size: 16px;
    margin-bottom: 1.5em;
}

.error-container .error-actions a {
    margin: 0 0.5em;
}

/* Message layout */

ul.messages_layout {
    margin: 0;
    padding: 0;
    position: relative;
}

ul.messages_layout li {
    float: left;
    list-style: none;
    position: relative;
}

ul.messages_layout li.left {
    padding-left: 75px;
}

ul.messages_layout li.right {
    padding-right: 75px;
}

ul.messages_layout li.right .avatar {
    left: auto;
    right: 0;
}

ul.messages_layout li.right .message_wrap .arrow {
    background-position: 0 -213px;
    height: 15px;
    left: auto;
    right: -12px;
    width: 12px;
}

ul.messages_layout li.by_myself .message_wrap {
    border: 1px solid #b3cdf8;
}

ul.messages_layout li.by_myself .message_wrap .info a.name {
    color: #4a8cf7;
}

ul.messages_layout li a.avatar {
    left: 0;
    position: absolute;
    top: 0;
}

ul.messages_layout li a.avatar img {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

ul.messages_layout li .message_wrap {
    -moz-border-radius: 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 0px;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 0px;
    background: #fefefe;
    border: 1px solid #e9e9e9;
    border: 1px solid #cbcbcb;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 1px 0px;
    float: left;
    margin-bottom: 20px;
    padding: 10px;
    position: relative;
}

ul.messages_layout li .message_wrap .arrow {
    background-position: 0 -228px;
    height: 15px;
    height: 15px;
    left: -12px;
    position: absolute;
    top: 13px;
    width: 12px;
    width: 12px;
}

ul.messages_layout li .message_wrap .info {
    border-bottom: 1px solid #fff;
    float: left;
    line-height: 23px;
    width: 100%;
}

ul.messages_layout li .message_wrap .info .name {
    color: #483734;
    float: left;
    font-weight: bold;
}

ul.messages_layout li .message_wrap .info .time {
    float: left;
    font-size: 11px;
    margin-left: 6px;
}

ul.messages_layout li .message_wrap .text {
    border-top: 1px solid #cfcfcf;
    float: left;
    padding-top: 5px;
    width: 100%;
}

ul.messages_layout .dropdown-menu li {
    font-size: 11px;
    width: 100%;
}

/* Full Calendar */

.fc {
    direction: ltr;
    position: relative;
    text-align: left;
}

.fc table {
    border-collapse: collapse;
    border-spacing: 0;
}

html .fc,
.fc table {
    font-size: 1em;
}

.fc td,
.fc th {
    padding: 0;
    vertical-align: top;
}

.fc-header td {
    background: none;
    white-space: nowrap;
}

.fc-header-left {
    left: 0;
    position: absolute;
    text-align: left;
    top: 6px;
    width: 100%;
}

.fc-header-left .fc-button {
    margin: 0;
    position: relative;
}

.fc-header-left .fc-button-prev,
.fc-header-left .fc-button-next {
    border: none;
    float: left;
    opacity: 0.5;
    padding: 14px 10px;
}

.fc-header-left .fc-button-prev .fc-button-inner,
.fc-header-left .fc-button-next .fc-button-inner {
    border: none;
}

.fc-header-left .fc-button-prev .fc-button-inner .fc-button-content,
.fc-header-left .fc-button-next .fc-button-inner .fc-button-content {
    display: none;
}

.fc-header-left .fc-button-prev.fc-state-hover,
.fc-header-left .fc-button-next.fc-state-hover {
    opacity: 1;
}

.fc-header-left .fc-button-prev.fc-state-down,
.fc-header-left .fc-button-next.fc-state-down {
    background: none !important;
    margin-top: -1px;
}

.fc-header-left .fc-button-prev .fc-button-inner {
    background-position: 0 -351px;
    height: 16px;
    width: 11px;
}

.fc-header-left .fc-button-next {
    float: right;
}

.fc-header-left .fc-button-next .fc-button-inner {
    background-position: 0 -367px;
    height: 16px;
    width: 11px;
}

.fc-header-center {
    text-align: center;
}

.fc-header-right {
    position: absolute;
    right: 10px;
    text-align: right;
    top: -34px;
}

.fc-header-title {
    display: inline-block;
    vertical-align: top;
}

.fc-header-title h2 {
    color: #6c737f;
    font-size: 1.1rem;
    line-height: 55px;
    margin-top: 0;
    white-space: nowrap;
}

.fc .fc-header-space {
    padding-left: 10px;
}

.fc-header .fc-button {
    margin-bottom: 1em;
    vertical-align: top;
}

.fc-header .fc-button {
    margin-right: -1px;
}

.fc-header .fc-corner-right {
    margin-right: 1px;
}

.fc-header .ui-corner-right {
    margin-right: 0;
}

.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
    z-index: 2;
}

.fc-header .fc-state-down {
    z-index: 3;
}

.fc-header .fc-state-active,
.fc-header .ui-state-active {
    z-index: 4;
}

.fc-content {
    background: #f9f9f9;
    clear: both;
}

.fc-view {
    overflow: hidden;
    width: 100%;
}

.fc-view thead {
    background: #e9ecf1;
    line-height: 35px;
}

.fc-widget-header,
.fc-widget-content {
    border: 1px solid #ccc;
}

.fc-state-highlight {
    background: #f4f3e6;
}

.fc-cell-overlay {
    background: #9cf;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.fc-button {
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.fc-button-today {
    margin-top: 8px !important;
}

.fc-state-default {
    border-style: solid;
    border-width: 1px 0;
}

.fc-button-inner {
    float: left;
    overflow: hidden;
    position: relative;
}

.fc-state-default .fc-button-inner {
    border-style: solid;
    border-width: 0 1px;
}

.fc-button-content {
    float: left;
    height: 1.9em;
    line-height: 1.9em;
    padding: 0 0.6em;
    position: relative;
    white-space: nowrap;
}

.fc-button-content .fc-icon-wrap {
    float: left;
    position: relative;
    top: 50%;
}

.fc-button-content .ui-icon {
    float: left;
    margin-top: -50%;
    *margin-top: 0;
    position: relative;
    *top: -50%;
}

.fc-state-default .fc-button-effect {
    left: 0;
    position: absolute;
    top: 50%;
}

.fc-state-default .fc-button-effect span {
    background: #444;
    border-color: #fff;
    border-style: solid;
    border-width: 100px 0 0 1px;
    filter: alpha(opacity=9);
    height: 100px;
    left: 0;
    opacity: 0.09;
    position: absolute;
    top: -100px;
    width: 500px;
}

.fc-state-default,
.fc-state-default .fc-button-inner {
    border-color: #ccc #bbb #aaa;
    border-style: solid;
    color: #000;
}

.fc-state-hover,
.fc-state-hover .fc-button-inner {
    border-color: #999;
}

.fc-state-down {
    background: #777;
    border-color: #555;
}

.fc-state-active,
.fc-state-active .fc-button-inner {
    background: #777;
    border-color: #555;
    color: #fff;
}

.fc-state-disabled,
.fc-state-disabled .fc-button-inner {
    border-color: #ddd;
    color: #999;
}

.fc-state-disabled {
    cursor: default;
}

.fc-state-disabled .fc-button-effect {
    display: none;
}

.fc-event {
    border-style: solid;
    border-width: 0;
    cursor: default;
    font-size: 0.85em;
}

a.fc-event,
.fc-event-draggable {
    cursor: pointer;
}

a.fc-event {
    text-decoration: none;
}

.fc-rtl .fc-event {
    text-align: right;
}

.fc-event-skin {
    background-color: #5e96ea;
    border-color: #3f85f5;
    color: #fff;
}

.fc-event-inner {
    border-style: solid;
    border-width: 0;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.fc-event-time,
.fc-event-title {
    padding: 0 1px;
}

.fc .ui-resizable-handle {
    display: block;
    font-size: 300%;
    line-height: 50%;
    overflow: hidden;
    position: absolute;
    z-index: 99999;
}

.fc-event-hori {
    border-width: 1px 0;
    margin-bottom: 1px;
}

.fc-event-hori .ui-resizable-e {
    cursor: e-resize;
    height: 100% !important;
    right: -3px !important;
    top: 0 !important;
    width: 7px !important;
}

.fc-event-hori .ui-resizable-w {
    cursor: w-resize;
    height: 100% !important;
    left: -3px !important;
    top: 0 !important;
    width: 7px !important;
}

.fc-event-hori .ui-resizable-handle {
    _padding-bottom: 14px;
}

.fc-corner-left {
    margin-left: 1px;
}

.fc-corner-left .fc-button-inner,
.fc-corner-left .fc-event-inner {
    margin-left: -1px;
}

.fc-corner-right {
    margin-right: 1px;
}

.fc-corner-right .fc-button-inner,
.fc-corner-right .fc-event-inner {
    margin-right: -1px;
}

.fc-corner-top {
    margin-top: 1px;
}

.fc-corner-top .fc-event-inner {
    margin-top: -1px;
}

.fc-corner-bottom {
    margin-bottom: 1px;
}

.fc-corner-bottom .fc-event-inner {
    margin-bottom: -1px;
}

.fc-corner-left .fc-event-inner {
    border-left-width: 1px;
}

.fc-corner-right .fc-event-inner {
    border-right-width: 1px;
}

.fc-corner-top .fc-event-inner {
    border-top-width: 1px;
}

.fc-corner-bottom .fc-event-inner {
    border-bottom-width: 1px;
}

table.fc-border-separate {
    border-collapse: separate;
}

.fc-border-separate th,
.fc-border-separate td {
    border-width: 1px 0 0 1px;
}

.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
    border-right-width: 1px;
}

.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
    border-bottom-width: 0px;
}

.fc-first {
    border-left-width: 0 !important;
}

.fc-last {
    border-right-width: 0 !important;
}

.fc-grid th {
    text-align: center;
}

.fc-grid .fc-day-number {
    float: right;
    padding: 0 2px;
}

.fc-grid .fc-other-month .fc-day-number {
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.fc-grid .fc-day-content {
    clear: both;
    padding: 2px 2px 1px;
}

.fc-grid .fc-event-time {
    font-weight: bold;
}

.fc-rtl .fc-grid .fc-day-number {
    float: left;
}

.fc-rtl .fc-grid .fc-event-time {
    float: right;
}

.fc-agenda table {
    border-collapse: separate;
}

.fc-agenda-days th {
    text-align: center;
}

.fc-agenda .fc-agenda-axis {
    font-weight: normal;
    padding: 0 4px;
    text-align: right;
    vertical-align: middle;
    white-space: nowrap;
    width: 60px !important;
}

.fc-agenda .fc-day-content {
    padding: 2px 2px 1px;
}

.fc-agenda-days .fc-agenda-axis {
    border-right-width: 1px;
}

.fc-agenda-days .fc-col0 {
    border-left-width: 0;
}

.fc-agenda-allday th {
    border-width: 0 1px;
}

.fc-agenda-allday .fc-day-content {
    min-height: 34px;
    _height: 34px;
}

.fc-agenda-divider-inner {
    height: 2px;
    overflow: hidden;
}

.fc-widget-header .fc-agenda-divider-inner {
    background: #eee;
}

.fc-agenda-slots th {
    border-width: 1px 1px 0;
}

.fc-agenda-slots td {
    background: none;
    border-width: 1px 0 0;
}

.fc-agenda-slots td div {
    height: 20px;
}

.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
    border-top-width: 0;
}

.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
    border-top-style: dotted;
}

.fc-agenda-slots tr.fc-minor th.ui-widget-header {
    *border-top-style: solid;
}

.fc-event-vert {
    border-width: 0 1px;
}

.fc-event-vert .fc-event-head,
.fc-event-vert .fc-event-content {
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 2;
}

.fc-event-vert .fc-event-time {
    font-size: 10px;
    white-space: nowrap;
}

.fc-event-vert .fc-event-bg {
    background: #fff;
    filter: alpha(opacity=30);
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.fc .ui-draggable-dragging .fc-event-bg,
.fc-select-helper .fc-event-bg {
    display: none\9;
}

.fc-event-vert .ui-resizable-s {
    bottom: 0 !important;
    cursor: s-resize;
    font-family: monospace;
    font-size: 11px !important;
    height: 8px !important;
    line-height: 8px !important;
    overflow: hidden !important;
    text-align: center;
    width: 100% !important;
}

.fc-agenda .ui-resizable-resizing {
    _overflow: hidden;
}

.fc-header-left .fc-button-prev .fc-button-inner {
    background: url("images/icons-sa7c41345d9.png") no-repeat;
    background-position: 0 -351px;
    height: 16px;
    width: 11px;
}

.fc-header-left .fc-button-next .fc-button-inner {
    background: url("images/icons-sa7c41345d9.png") no-repeat;
    background-position: 0 -367px;
    height: 16px;
    width: 11px;
}

/*------------------------------------------------------------------
[8. Miscellaneous]
*/

.chart-holder {
    height: 250px;
    width: 100%;
}

.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
    background: #bdc4cd;
}

.accordion-heading {
    background: #e5e5e5;
}

.accordion-heading a {
    color: #545454;
    font-weight: bold;
    text-decoration: none;
}

.btn-facebook-alt i {
    color: #23386a;
}

.btn-twitter-alt i {
    color: #0098d0;
}

.btn-google-alt i {
    color: #b6362d;
}

.btn-linkedin-alt i {
    color: #0073b2;
}

.btn-pinterest-alt i {
    color: #ab171e;
}

.btn-github-alt i {
    color: #333;
}

.all-icons li {
    list-style: none;
}

.ML0 {
    margin-left: 0;
}

.MR0 {
    margin-right: 0;
}

/*------------------------------------------------------------------
[1. Max Width: 480px]
*/

@media (max-width: 480px) {
    .error-container h1 {
        font-size: 72px;
    }
}

/*------------------------------------------------------------------
[1. Max Width: 767px]
*/

@media (max-width: 767px) {
    #main {
        margin-left: -20px;
        margin-right: -20px;
        padding: 0 10px;
    }

    .subnavbar {
        margin-left: -20px;
        margin-right: -20px;
    }

    .subnavbar-inner {
        height: auto;
    }

    .subnavbar .container > ul {
        border: none;
        height: auto;
        width: 100%;
    }

    .subnavbar .container > ul > li {
        border: none;
        height: 70px;
        margin-bottom: 0;
        width: 33%;
    }

    .subnavbar .container > ul > li.active > a {
        background: transparent;
        font-size: 11px;
    }

    .subnavbar .container > ul > li > a > i {
        display: inline-block;
        font-size: 20px;
        margin-bottom: 0;
    }

    .subnavbar-open-right .dropdown-menu {
        left: auto;
        right: 0;
    }

    .subnavbar-open-right .dropdown-menu:before {
        left: auto;
        right: 12px;
    }

    .subnavbar-open-right .dropdown-menu:after {
        left: auto;
        right: 13px;
    }

    .extra {
        margin-left: -20px;
        margin-right: -20px;
    }

    .extra .container {
        padding: 0 20px;
    }

    .footer {
        margin-left: -20px;
        margin-right: -20px;
    }

    .footer .container {
        padding: 0 20px;
    }

    .footer .footer-terms {
        text-align: left;
    }

    .footer .footer-terms a {
        margin-left: 0;
        margin-right: 1em;
    }
}

/*------------------------------------------------------------------
[3. Max Width: 979px]
*/

@media (max-width: 979px) {
    .navbar-fixed-top {
        margin-bottom: 0;
        position: static;
    }

    .subnavbar {
    }

    .subnavbar .container {
        width: auto;
    }
}

/*------------------------------------------------------------------
[2. Max Width: 1200px]
*/

@media (min-width: 1200px) {
    .navbar .search-query {
        width: 200px;
    }
}

/*----------------------------------------------------------------------
    Buttons

*/

.btn .caret {
    position: absolute;
    top: 42%;
    right: 5px;
    border-top: 6px dashed;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
}

.btn-outline {
    background-color: transparent;
    border: solid 1px #41bfbe;
    font-weight: bold;
    color: #41bfbe;
}

.btn-outline:hover {
    background-color: #41bfbe;
    color: #ffffff;
}

.btn-success {
    background-color: #41bfbe;
    border-color: #41bfbe;
    border-radius: 5px;
    color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}
.btn-comments {
    background-color: #41bfbe !important;
    border-color: #41bfbe !important;
}

.btn-success:hover,
.btn-success.focus,
.btn-success:focus {
    background-color: #ffffff;
    border-color: #41bfbe;
    color: #41bfbe;
}

.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
    background-color: #308b8b;
    border-color: #308b8b;
    color: #ffffff;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
    background-color: #308b8b;
    border-color: #00bff3;
    color: #ffffff;
}

.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #dce0e0;
    border-color: #dce0e0;
    color: #f3f3f3;
}

.btn-success .badge {
    background-color: #fff;
    color: #00bff3;
}
/*
.btn-danger {
    background-color: #ff7900;
    border-color: #ff7900;
    border-radius: 4px;
    color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.btn-danger.focus,
.btn-danger:focus {
    background-color: #ff7900;
    border-color: #ff7900;
    color: #ffffff;
}

.btn-danger:hover {
    background-color: #f8a355;
    border-color: #ff7900;
    color: #ffffff;
}

.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
    background-color: #ff7900;
    border-color: #ff7900;
    color: #ffffff;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
    background-color: #ff7900;
    border-color: #ff7900;
    color: #ffffff;
}

.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #545454;
    border-color: #545454;
}

.btn-danger .badge {
    background-color: #fff;
    color: #00bff3;
}
 */
.btn-alert {
    background-color: #ef4469;
    border-color: #ef4469;
    border-radius: 5px;
    color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.btn-alert.focus,
.btn-alert:focus {
    background-color: #ffffff;
    border-color: #ef4469;
    color: #ef4469;
}

.btn-alert:hover {
    background-color: #ffffff;
    border-color: #ef4469;
    color: #ef4469;
}
.grey-bg-font {
    color: #fff !important;
}
.font-for-grey-bg {
    color: #9da5a6 !important;
}
.btn-grey {
    background-color: #bababa;
    border-color: #bababa;
    border-radius: 5px;
    color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.btn-grey:hover,
.btn-grey.focus,
.btn-gre:focus {
    background-color: #ffffff;
    border-color: #bababa;
    color: #bababa;
}

.btn[disabled="disabled"]:hover,
.btn[disabled="disabled"].focus,
.btn[disabled="disabled"]:focus {
    background-color: #bababa;
    border-color: #bababa;
    color: #ffffff;
}

.disabled,
.disabled:hover,
.disabled.focus,
.disabled:focus {
    background-color: #f2f2f2;
    color: #bababa !important;
    cursor: not-allowed;
    pointer-events: none;
}

.toggle-container {
    width: 35px;
    height: 17px;
    border-radius: 15px;
    background-color: #ccc;
    position: relative;
    cursor: pointer;
}

.toggle-container.active {
    background-color: #41bfbe;
}

.toggle-switch {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 1px;
    left: 0px;
    transition: left 0.3s;
}

.toggle-container.active .toggle-switch {
    left: 20px;
}

.flowplan-toggle-button {
    font-size: 12px;
    color: #fff;
    padding: 1px;
    margin-right: 6px;
}

/*======================================================================================================================================================
modal-Dialogs
 */
.modal-open {
    overflow: hidden;
}

.modal {
    -webkit-overflow-scrolling: touch;
    bottom: 0;
    display: none;
    left: 0;
    outline: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1050;
}

.modal.fade .modal-dialog {
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    -o-transition: -o-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    margin: 10px;
    position: relative;
    width: auto;
}

.modal-content {
    -webkit-background-clip: padding-box;
    -webkit-box-shadow: 0 3px 9px #8d9798;
    background-clip: padding-box;
    background-color: #fff;
    border: 0;
    box-shadow: 0 3px 9px #8d9798;
    outline: 0;
    position: relative;
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.71);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.modal-header {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #3d4c55;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.43px;
    line-height: 0;
    padding: 23px 42px;
    color: #ffffff;
}

.modal-header .close {
    margin-top: 9px;
    font-size: 32px;
    font-weight: 400;
    color: #41bfbe;
    line-height: 0;
    text-shadow: none;
    opacity: 1;
}

.modal-header .close:hover {
    opacity: 0.5;
}

.modal-title {
    color: #ffffff;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.modal-body {
    padding: 32px 42px 16px 42px;
    position: relative;
}

.modal-footer {
    display: flex;
    border-top: 0;
    padding: 30px 42px 40px 42px;
    justify-content: space-between;
}

.modal-footer:before,
.modal-footer:after {
    content: unset;
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    height: 50px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
    width: 50px;
}

@media (min-width: 768px) {
    .modal-dialog {
        margin: 30px auto;
        width: 60%;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 40%;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 940px;
    }

    .modal-xl {
        width: 90%;
    }
}

.label-normaltext {
    color: #8d9798;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.6em;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.label-headingtext {
    color: #3d4c55;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.2em;
    font-weight: 400;
}

.label-infotext {
    color: #0093d5;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.3em;
    font-weight: 600;
}

/*------------------------------
    navbars
*/

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width: 768px) {
    .navbar-collapse {
        -webkit-box-shadow: none;
        border-top: 0;
        box-shadow: none;
        width: auto;
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        overflow: visible !important;
        padding-bottom: 0;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px;
    }
}

.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
    color: #ffffff;
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width: 768px) {
    .container-fluid > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container > .navbar-header {
        color: #ffffff;
        margin-left: 0;
        margin-right: 0;
    }
}

.navbar-static-top {
    border-width: 0 0 1px;
    z-index: 1000;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    border-width: 0 0 1px;
    top: 0;
}

.navbar-fixed-bottom {
    border-width: 1px 0 0;
    bottom: 0;
    margin-bottom: 0;
}

.navbar-brand {
    float: left;
    font-size: 18px;
    height: 50px;
    line-height: 20px;
    padding: 15px 15px;
}

.navbar-brand:focus,
.navbar-brand:hover {
    background-color: #0093d5;
    text-decoration: none;
}

.navbar-brand > img {
    display: block;
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: 2px;
    }
}

.navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 9px 10px;
    position: relative;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar {
    margin-bottom: 0 !important;
}

.navbar-nav {
    background-color: #0b2027;
    color: #ffffff;
    font-size: 16px;
}

.navbar-nav > li > a:hover {
    -ms-border-radius: 0;
    background-color: #41bfbe;
    border-radius: 0;
    color: #ffffff;
}

.navbar-nav > li > a:focus {
    -ms-border-radius: 0;
    background-color: #41bfbe;
    border-radius: 0;
    color: #ffffff;
}

.navbar-nav > li > a {
    color: #ffffff;
    font-size: 14px;
    line-height: 32px;
}

.navbar-nav > li.dropdown.open.active > a,
.navbar-nav > li.dropdown.open.active > a:hover {
    background-color: #b91773;
    border-color: #fff;
    color: #fff;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        -webkit-box-shadow: none;
        background-color: #059fe5;
        border: 0;
        box-shadow: none;
        float: none;
        margin-top: 0;
        position: static;
        width: auto;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu > li > a {
        background-color: #059fe5;
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        background-color: #059fe5;
        line-height: 20px;
    }

    .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-nav .open .dropdown-menu > li > a:hover {
        background-color: #059fe5;
        background-image: none;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

    .navbar-nav > li {
        float: left;
    }

    .navbar-nav > li > a {
        padding-bottom: 15px;
        padding-top: 15px;
    }
}

.navbar-form {
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 1px 0 rgba(255, 255, 255, 0.1);
    background-color: #0093d5;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 1px 0 rgba(255, 255, 255, 0.1);
    color: #ffffff;
    margin-bottom: 2px;
    margin-left: -15px;
    margin-right: 5px;
    margin-top: 1px;
    padding: 10px 15px;
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        vertical-align: middle;
        width: auto;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto;
    }

    .navbar-form .input-group > .form-control {
        width: 100%;
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-bottom: 0;
        margin-top: 0;
        vertical-align: middle;
    }

    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0;
    }

    .navbar-form .checkbox input[type="checkbox"],
    .navbar-form .radio input[type="radio"] {
        margin-left: 0;
        position: relative;
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .navbar-form {
        -webkit-box-shadow: none;
        border: 0;
        box-shadow: none;
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 0;
        padding-top: 0;
        width: auto;
    }
}

.navbar-nav > li > .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-bottom: 0;
}

.navbar-btn {
    margin-bottom: 8px;
    margin-top: 8px;
}

.navbar-btn.btn-sm {
    margin-bottom: 10px;
    margin-top: 10px;
}

.navbar-btn.btn-xs {
    margin-bottom: 14px;
    margin-top: 14px;
}

.navbar-text {
    color: #ffffff;
    margin-bottom: 15px;
    margin-top: 15px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}

.navbar-default {
    background-color: #0093d5;
    border-color: #0093d5;
    height: 70px;
}

.navbar-default .navbar-brand {
    color: #ffffff;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    background-color: transparent;
    color: #ffffff;
}

.navbar-default .navbar-text {
    color: #ffffff;
}

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #333;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background-color: #0093d5;
    color: #ffffff;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
    background-color: transparent;
    color: #ffffff;
}

.navbar-default .navbar-toggle {
    border-color: #0093d5;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #0093d5;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #0093d5;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #0093d5;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: #0093d5;
    color: #ffffff;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #ffffff;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        background-color: transparent;
        color: #ffffff;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        background-color: #0093d5;
        color: #ffffff;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        background-color: transparent;
        color: #ffffff;
    }
}

.navbar-default .navbar-link {
    color: #ffffff;
}

.navbar-default .navbar-link:hover {
    color: #ffffff;
}

.navbar-default .btn-link {
    color: #ffffff;
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #ffffff;
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ffffff;
}

.navbar-inverse {
    background-color: #0093d5;
    border-color: #0093d5;
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    background-color: transparent;
    color: #fff;
}

.navbar-inverse .navbar-text {
    color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #fff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    background-color: #0093d5;
    color: #fff;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
    background-color: transparent;
    color: #444;
}

.navbar-inverse .navbar-toggle {
    border-color: #0093d5;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #0093d5;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #0093d5;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #0093d5;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    background-color: #0093d5;
    color: #fff;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #0093d5;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #0093d5;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        background-color: transparent;
        color: #fff;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        background-color: #0093d5;
        color: #fff;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        background-color: transparent;
        color: #444;
    }
}

.navbar-inverse .navbar-link {
    color: #0093d5;
}

.navbar-inverse .navbar-link:hover {
    color: #fff;
}

.navbar-inverse .btn-link {
    color: #0093d5;
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff;
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444;
}

.navbar-nav > li.dropdown.open > a {
    background-color: #059fe5;
    border-color: #fff;
}

/*
     Bread Crum
 */

.breadcrumb {
    background-color: #ffffff;
    border-radius: 4px;
    list-style: none;
    margin-bottom: 20px;
    padding: 8px 15px;
}

.breadcrumb > li {
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.8em;
    font-weight: 400;
}

.breadcrumb > li + li:before {
    color: #a5b0bc;
    content: " > ";
    padding: 0 5px;
}

.breadcrumb > .active {
    color: #3d4c55;
}

.breadcrumb > li > a {
    color: #a5b0bc;
}

.breadcrumb-Active {
    color: #3d4c55;
}

.breadcrumb-path {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.8em;
    font-weight: 600;
}

.crumb {
    display: inline-flex;
}

.crumb .backlink {
    color: #a5b0bc;
    cursor: pointer;
    float: left;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.crumb .sep {
    color: #a5b0bc;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    padding: 0 5px;
}

.crumb .backlinkbox {
    color: #a5b0bc;
    cursor: pointer;
    display: flex;
}

.crumb .backlinkboxActive {
    color: #3d4c55;
    display: flex;
}

.crumb .backlinkbox .location,
.backlinkboxActive .location {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
}

.crumb .backlinkbox .link,
.backlinkboxActive .link {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.crumb .viewonly {
    color: #ff7900;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: 600;
}

/*
    Page Main Container
 */

.maincontainer {
    background-color: #f2f2f2;
}

.pageHeader {
    -ms-align-items: center;
    -o-align-items: center;
    -o-justify-content: space-between;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
    align-items: center;
    background: #ffffff;
    background-color: #ffffff;
    display: flex;
    font-size: 14px !important;
    justify-content: space-between;
    min-height: 60px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
}

.pageHeader .form-group {
    margin-bottom: 0 !important;
}

.pageTitle {
    color: #555555;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding-right: 8px;
}

.pumpkin-sm {
    -khtml-border-radius: 22px;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    background-color: #ff7900;
    border-radius: 22px;
    color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 22px;
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
}

.search {
    background: url(img/search.svg) no-repeat 5px 5px;
    background-color: #ffffff;
    background-position: right 10px center;
    color: #8d9798;
    margin-right: 15px;
    min-width: 200px !important;
    padding: 6px 15px 6px 15px;
}

.rounded {
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.alphafilterselected,
.alphabetfilter a:active,
.alphabetfilter a:focus,
.alphafilterselected a:visited {
    background: #41bfbe;
    color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    outline: 0;
    text-decoration: none;
}

.alphabetfilter {
    -ms-align-items: center;
    -o-align-items: center;
    -o-justify-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.alphabetfilter a {
    color: #3d4c55;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    outline: 0;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    line-height: 26px;
}

.alphabetfilter a:hover {
    background: #41bfbe;
    color: #ffffff;
    outline: 0;
    text-decoration: none;
}

.alphabetfilter div {
    font-size: 14px;
    font-weight: 400;
}

.alphabetfilter [data-ng-click="letterClick('ALL')"] {
    width: auto;
    height: auto;
    line-height: inherit;
    padding-right: 0.5rem;
}

.alphabetfilter [data-ng-click="letterClick('ALL')"]:hover,
.alphabetfilter [data-ng-click="letterClick('ALL')"]:focus,
.alphabetfilter [data-ng-click="letterClick('ALL')"].active,
.alphabetfilter [data-ng-click="letterClick('ALL')"].alphafilterselected {
    background: transparent;
    color: #41bfbe;
}

.alphabetfilter .toggle-archive {
    margin-left: auto;
}

.alphabetfilter .toggle-archive a {
    border-radius: 0;
    width: auto;
    height: auto;
    font-weight: 400;
}

.alphabetfilter .toggle-archive a:hover,
.alphabetfilter .toggle-archive a:focus,
.alphabetfilter .toggle-archive a:active,
.alphabetfilter .toggle-archive a.alphafilterselected {
    background: transparent;
    color: #41bfbe;
}

.emptySpace-md {
    display: inline-block;
    height: 40px;
    min-height: 40px;
    min-width: 400px;
    padding-top: 40px;
    width: 400px;
}

.emptySpace-half-md {
    display: inline-block;
    height: 20px;
    min-height: 20px;
    min-width: 400px;
    padding-top: 20px;
    width: 400px;
}

.emptySpace-sm {
    padding-top: 20px;
}

.emptySpace {
    display: inline-block;
    height: 20px;
    min-height: 20px;
    min-width: 400px;
    padding-top: 20px;
    width: 400px;
}

.crossLine {
    background: rgb(230, 232, 234);
    max-height: 1px;
    min-height: 1px;
    padding-bottom: 0.5px;
    padding-left: 33px;
    padding-top: 0.5px;
    width: 98%;
}

.alphagroup {
    margin: 19px 0 23px 36px;
}

.alphagroupHeader-line {
    background: #dfe1e1;
    max-height: 2px;
    min-height: 2px;
    padding-bottom: 0.5px;
    padding-left: 140px;
    padding-top: 0.5px;
}

.alphagroupHeader {
    background-color: #dfe1e1;
    border: solid 1px #8d9798;
    border-radius: 50%;
    color: #8d9798;
    float: left;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    max-height: 34px;
    max-width: 34px;
    min-height: 34px;
    min-width: 34px;
    display: flex;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.regionHeader {
    color: #8d9798;
    float: left;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.alphacontainer {
    padding-top: 15px;
    padding-left: 36px;
    padding-right: 21px;
}

.contentContainer {
    background: #f2f2f2;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
}

.clientSummaryPanel {
    background: #ffffff;
    border: solid 1px rgba(165, 176, 188, 0.64);
    border-radius: 4px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.09);
    max-height: 290px;
    max-width: 290px;
    min-height: 290px;
    min-width: 290px;
    overflow: auto;
    padding-left: 10px;
    padding-top: 10px;
}

.clientSummaryPanel:hover {
    border: solid 1px #41bfbe;
}

.clientSummaryPanel img {
    height: 40px;
    /*width: 80px;*/
}

.clientSummaryPanel div {
}

.clientSummaryPanel .AddNew {
    color: #a5b0bc;
    font-size: 1.8em;
    max-width: 290px;
    padding-left: 100px;
    padding-top: 90px;
}

.clientSummaryPanel .AddNewText {
    color: #a5b0bc;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.8em;
    font-weight: 400;
    max-width: 290px;
    padding-left: 65px;
    padding-top: 90px;
}

.heading-Client {
    color: #3d4c55;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.8em;
    font-weight: 600;
}

.lable-pumpkin {
    color: #ff7900;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.4em;
    font-weight: 400;
}

.right-singleArrow {
    color: #3d4c55;
    font-size: 1.1em;
    font-weight: bold;
}

.float-left {
    float: left !important;
}

.nav-tabs > li {
    float: right;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fbfbfb;
    border: 0px 0px 0px 0px;
    color: #3d4c55;
    cursor: default;
    font-weight: bold;
}

.nav-tabs > li > a {
    background: #ffffff;
    border: 0px solid transparent;
    border-radius: 0px 0px 0 0;
    color: #8d9798;
    line-height: 1.42857143;
    margin-right: 2px;
}

.nav-tabs > li > a:hover {
    border: 0px solid transparent;
    cursor: pointer;
}

.tab-body {
    background: #f2f2f2;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    font-size: 8px !important;
}

.tab #heading {
    color: #3d4c55;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.6em;
    font-weight: 400;
}

.settingsTab {
    float: left;
    font-size: 1.2em;
}

.panel-Body {
    background: #ffffff;
    border: solid 1px rgba(165, 176, 188, 0.64);
    border-radius: 4px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.09);
    overflow: hidden;
    padding: 10px;
}

.panel-Body2 {
    background: #ffffff;
    border: solid 1px rgba(165, 176, 188, 0.64);
    border-radius: 4px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.09);
    overflow: visible;
    height: auto;
    padding: 10px;
}

.panel-Body-overflow {
    background: #ffffff;
    border: solid 1px rgba(165, 176, 188, 0.64);
    border-radius: 4px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.09);
    left: 1px;
    padding-left: 10px;
    padding-top: 10px;
    right: 10px;
}

.table-header {
    color: #3d4c55;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.6em;
    font-weight: 400;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-top: 5px;
}
.table-heading {
    background-color:#3c4b54 !important;
}
.products-label{
    margin-right: 10px;
}


.table-header-Link {
    color: #3d4c55;
    cursor: pointer;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.6em;
    font-weight: 400;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-top: 5px;
}

.table-text-Link {
    color: #8d9798;
    cursor: pointer;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.6em;
    font-weight: 400;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-top: 5px;
}

.table-text {
    color: #8d9798;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.6em;
    font-weight: 400;
}

.table-text-lg {
    color: #8d9798;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.8em;
    font-weight: 400;
}

.table-textBold {
    color: #3d4c55;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.6em;
    font-weight: 600;
}

.table-link {
    color: #3d4c55;
    cursor: pointer;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.6em;
    font-weight: 600;
    padding-left: 30px;
    padding-top: 7px;
}

.table-headerTop {
    color: #3d4c55;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.4em;
    font-weight: 600;
}

.table-headerTopWhite {
    color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.4em;
    font-weight: 600;
}

.table-splitcol {
    border-right: 2px solid #3d4c55;
}

.table-static-text {
    color: #939c9d;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.6em;
    font-weight: 400;
    min-height: 40px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    width: 170px;
}
.font-colour {
    color: #939c9d !important;
}

.font-colour-remuneration {
    color: #fff !important;
}

.trash-colour-remuneration {
    color: #fff !important;
    cursor: pointer;
}

.table-static-text-new {
    color: #939c9d;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.6em;
    font-weight: 400;
}

.table-default {
    width: 100%;
    margin-bottom: 20px;
}

.table-default td {
    padding: 8px;
}

.table-static-text-White {
    color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.8em;
    font-weight: 400;
    min-height: 40px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
}

.table-progress {
    margin-top: 20px;
    width: 20%;
}

.changeLogo:hover img {
    visibility: collapse;
}

.changeLogo:hover {
    border: dashed 2px #dce0e0;
    -ms-border-radius: 8px;
    border-radius: 8px;
    color: #00bff3;
    fill: #ffffff;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    min-height: 50px;
    text-align: center;
}

.changeLogo {
    color: transparent;
    display: block;
    font-size: 0;
    line-height: 0;
    max-width: 149px;
}

.pageHeaderTitle {
    -ms-align-items: center;
    -o-align-items: center;
    -o-justify-content: flex-start;
    -webkit-align-items: center;
    -webkit-justify-content: flex-start;
    align-items: center;
    display: flex;
    justify-content: flex-start;
}

div#logo {
    margin-right: 15px;
}

.variant-panel {
    display: inline-flex;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    height: 42px;
}

.variant-panel .variantColor {
    max-width: 4px;
    height: 50px;
    min-width: 4px;
}

.variant-panel .variantText {
    color: #8d9798;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.6em;
    font-weight: 400;
    padding-left: 20px;
    padding-right: 30px;
    padding-top: 2px;
}

.variant-panel .variantText:hover variantRemoveText {
    display: block;
}

.variant-panel .variantRemoveText {
    display: none;
}

.variant-panel:hover .variantRemoveText {
    display: block;
}

.Info-Heading {
    color: #0093d5;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.3em;
    font-weight: 600;
    text-transform: uppercase;
}

.Info-Heading-Disabled {
    color: #8d9798;
    font-size: 1.3em;
    font-style: italic;
}

.Total-Heading-Big {
    color: #a5b0bc;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 4.4em;
    font-weight: 300;
}

.Total-Heading-Med {
    color: #a5b0bc;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.8em;
    font-weight: 300;
}

.progress {
    background-color: #dce0e0;
    border-radius: 100px;
    margin-top: 5px;
}

.progress-bar-info {
    background-color: #0093d5;
    border-radius: 100px;
}

.progress-bar-disabled {
    background-color: #a5b0bc;
    border-radius: 100px;
}

.flowplan-body {
    background: #ffffff;
    /*bottom: 2px;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    right: 0;
    top: 277px;*/
    display: block;
    height: calc(100vh - 300px);
}

.flowplan-topHeader {
    background: #f2f2f2;
    display: flex;
    padding: 10px 0;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    /*left: 0px;*/
    /*max-height: 100px;
    min-height: 100px;*/
    /*overflow: hidden;
    position: absolute;
    right: 0px;
    top: 150px;*/
}

.flowplan-topHeader .totalBox {
    background: #f2f2f2;
    border-right: solid 1px #8d9798;
    overflow: hidden;
    padding-right: 15px;
}

.flowplan-topHeader .totalBox .infoText {
    color: #0093d5;
    font-size: 1.2em;
    text-transform: uppercase;
}

.flowplan-topHeader .totalBox .totalText {
    color: #8d9798;
    font-size: 2em;
    text-transform: uppercase;
}

.flowplan-placementHeader {
    background: #3c4b54;
    /*left: 0px;*/
    padding: 5px 25px;
    display: flex;
    -o-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: space-between;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    /*max-height: 65px;
    min-height: 65px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 250px;*/
}

.flowplan-placementHeader .Header {
    color: #ffffff;
    /*float: left;*/
    font-size: 1.5em;
}

.flowplan-placementHeader .HeaderText {
    color: #ffffff;
    /*float: left;*/
    font-size: 1em;
}

.flowplan-placementHeader .InfoText {
    color: #07bef2;
    /*float: left;*/
    font-size: 1em;
}

.btn-dark {
    background-color: #596671;
    border-radius: 15px;
    color: #e2e4e6;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.4em;
    font-weight: 600;
}

.btn-dark.focus,
.btn-dark:focus {
    background-color: rgba(89, 102, 113, 0.87);
    color: #e2e4e6;
}

.btn-dark:hover {
    background-color: rgb(159, 167, 174);
    color: #e2e4e6;
}

.btn-dark.active,
.btn-dark:active,
.open > .dropdown-toggle.btn-dark {
    background-color: rgba(89, 102, 113, 0.87);
    color: #e2e4e6;
}

.btn-dark.active.focus,
.btn-dark.active:focus,
.btn-dark.active:hover,
.btn-dark:active.focus,
.btn-dark:active:focus,
.btn-dark:active:hover,
.open > .dropdown-toggle.btn-dark.focus,
.open > .dropdown-toggle.btn-dark:focus,
.open > .dropdown-toggle.btn-dark:hover {
    background-color: rgba(89, 102, 113, 0.87);
    color: #e2e4e6;
}

.btn-dark.active,
.btn-dark:active,
.open > .dropdown-toggle.btn-dark {
    background-image: none;
}

.btn-dark.disabled,
.btn-dark.disabled.active,
.btn-dark.disabled.focus,
.btn-dark.disabled:active,
.btn-dark.disabled:focus,
.btn-dark.disabled:hover,
.btn-dark[disabled],
.btn-dark[disabled].active,
.btn-dark[disabled].focus,
.btn-dark[disabled]:active,
.btn-dark[disabled]:focus,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark,
fieldset[disabled] .btn-dark.active,
fieldset[disabled] .btn-dark.focus,
fieldset[disabled] .btn-dark:active,
fieldset[disabled] .btn-dark:focus,
fieldset[disabled] .btn-dark:hover {
    background-color: #596671;
    color: #9ea1a4;
}

.btn-dark .badge {
    background-color: #fff;
    color: #00bff3;
}

.btn-gray {
    background-color: #bcc4cc;
    border-radius: 15px;
    color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.4em;
    font-weight: 600;
}

.btn-gray.focus,
.btn-gray:focus {
    background-color: #bcc4cc;
    color: #e2e4e6;
}

.btn-gray:hover {
    background-color: #596671;
    color: #e2e4e6;
}

.btn-gray.active,
.btn-gray:active,
.open > .dropdown-toggle.btn-gray {
    background-color: #bcc4cc;
    color: #e2e4e6;
}

.btn-gray.active.focus,
.btn-gray.active:focus,
.btn-gray.active:hover,
.btn-gray:active.focus,
.btn-gray:active:focus,
.btn-gray:active:hover,
.open > .dropdown-toggle.btn-gray.focus,
.open > .dropdown-toggle.btn-gray:focus,
.open > .dropdown-toggle.btn-gray:hover {
    background-color: #bcc4cc;
    color: #e2e4e6;
}

.btn-gray.active,
.btn-gray:active,
.open > .dropdown-toggle.btn-gray {
    background-image: none;
}

.btn-gray.disabled,
.btn-gray.disabled.active,
.btn-gray.disabled.focus,
.btn-gray.disabled:active,
.btn-gray.disabled:focus,
.btn-gray.disabled:hover,
.btn-gray[disabled],
.btn-gray[disabled].active,
.btn-gray[disabled].focus,
.btn-gray[disabled]:active,
.btn-gray[disabled]:focus,
.btn-gray[disabled]:hover,
fieldset[disabled] .btn-gray,
fieldset[disabled] .btn-gray.active,
fieldset[disabled] .btn-gray.focus,
fieldset[disabled] .btn-gray:active,
fieldset[disabled] .btn-gray:focus,
fieldset[disabled] .btn-gray:hover {
    background-color: #bcc4cc;
    color: #9ea1a4;
}

.btn-gray .badge {
    background-color: #fff;
    color: #00bff3;
}

.flowplanDateCell:hover {
    background-color: #dce0e0;
    border-radius: 3px;
    fill: #dce0e0;
    min-height: 42px;
}

.flowplanDateCell {
    cursor: pointer;
    min-height: 42px;
    max-width: 149px;
    min-width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.CellFill {
    width: 100%;
    height: 38px;
    border: 2px solid transparent;
    opacity: 0.7;
}

.GroupCellFill {
    width: 100%;
    min-height: 10px;
    height: auto;
    border: 1px solid transparent;
    opacity: 0.7;
}

.TargetBlockFill {
    width: 100%;
    min-height: 77px;
    border: 1px solid transparent;
    opacity: 0.7;
}

.flowplanDateCell:hover .flowplanDateCellAddPeriod {
    display: flex;
}

.flowplanDateCellAddPeriod {
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 2px dashed #c8c8c8;
    border-radius: 5px;
    padding: 5px;
    font-size: 1.3em;
    font-weight: 400;
    color: #c8c8c8;
}

.summary-paneltext {
    color: #8d9798;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

select {
    color: #8d9798;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.6em;
    font-weight: 400;
}

.flowplanSubCost-heading {
    color: #3d4c55;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.6em;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
}

.flowplanSubCost-Value {
    color: #3d4c55;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.6em;
    font-weight: 300;
    padding-left: 20px;
}

.flowplanCost-heading {
    color: #0093d5;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.6em;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
}

.flowplanCost-Value {
    color: #3d4c55;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2em;
    font-weight: 600;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.flowplan-heading-cell {
    font-size: 1em;
    font-weight: bold;
    height: 37px;
}

.flowplan-costs-cell {
    height: 40px;
    min-height: 40px;
    border-bottom: 1px solid #8d9798;
    background-color: #f2f2f2;
    padding-left: 5px;
    font-size: 0.8em;
}

.flowplan-target-div {
    height: 42px;
    min-height: 42px;
    padding-left: 5px;
}

.flowplan-target-placement {
    height: 20px;
    width: 100%;
    margin: 0 5px;
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    border: solid 1px rgba(165, 176, 188, 0.64);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.09);
    border-radius: 2px;
}

.performance-target-block {
    padding-left: 10px;
    margin-top: 15px;
    font-weight: 600;
    font-size: 1em;
    min-height: 15px;
    height: 15px;
}

.performance-inner-block {
    padding: 2px 0 0 20px;
    min-height: 95px;
    height: 95px;
    /*line-height: 1.5;*/
}

.modal .form-group {
    display: grid !important;
    grid-template-columns: 139px auto auto;
    margin-bottom: 14px !important;
}

.label-lg {
    /*margin-right: 34px;*/
    margin-bottom: 0;
    color: #939c9d;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.6em;
    font-weight: 400;
    /*width: 136px;*/
}

.label-sm {
    margin-bottom: 0;
    color: #939c9d;
    font-size: 12px;
    font-weight: 400;
    width: 90%;
    vertical-align: top;
}

.input-text {
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.monthly-exchange-input-text {
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

input.monthly-exchange-input-text {
    max-width: 60px;
    margin: 0px 5px;
}

input.budget-input-spacing {
    margin: 0px 5px;
}

.monthly-exchange-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 500px;
}

input.input-text {
    min-width: 240px;
    max-width: 65%;
}

.monthly-button-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
}

textarea.input-text {
    min-width: 240px;
    max-width: 65%;
}

select.input-text {
    padding: 6px;
    min-width: 240px;
    max-width: 65%;
}

.select-box {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.select-box .btn {
    min-width: 136px;
    max-width: 240px;
    text-align: left;
}

@media (min-width: 768px) {
    .form-inline .input-group > .form-control {
        width: auto;
        min-width: 0;
    }
}

.flex-display {
    display: flex;
}

.input-text-lg {
    color: #8d9798;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.8em;
    font-weight: 400;
}

.input-text-sm {
    color: #8d9798;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.4em;
    font-weight: 400;
}

.info-text-blue {
    color: #0093d5;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.4em;
    font-weight: 600;
    text-transform: uppercase;
}

.in-form-menutext {
    color: #8d9798;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.4em;
    font-weight: 400;
}

.in-form-HeaderStrip {
    background: #3c4b54;
    max-height: 70px;
    min-height: 70px;
}

.in-form-HeaderStrip .HeaderText {
    color: #ffffff;
    float: left;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.2em;
    font-weight: 400;
    padding-left: 15px;
    padding-right: 35px;
    padding-top: 20px;
}

.in-form-HeaderStrip .HeaderText-Disabled {
    color: #8d9798;
    float: left;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.2em;
    font-weight: 400;
    padding-left: 15px;
    padding-right: 35px;
    padding-top: 20px;
}

.flowplan-Grid-RowGroup {
    color: #3d4c55;
    cursor: pointer;
    font-style: normal;
    font-size: 1.4em;
    font-weight: bold;
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.flowplan-Grid-RowGroup .SubInfo {
    color: #8d9798;
    cursor: pointer;
    font-style: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.6em;
    font-weight: 400;
    overflow: hidden;
    padding-left: 3px;
    text-overflow: ellipsis;
    white-space: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.flowplan-Grid-RowGroup .variantColor {
    max-width: 4px;
    height: 50px;
    min-width: 4px;
}

.alert-info {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.6em;
    font-weight: 600;
}

.alert-warning {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.4em;
    font-weight: 600;
}

.popover {
    background: #3d4c55;
    color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.3em;
    font-weight: 400;
    max-height: 600px;
    max-width: 800px;
}

.logoImg {
    max-height: 50px;
    /*width: 150px;*/
}

.info-icon {
    -khtml-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    background-color: #596671;
    border-radius: 15px;
    color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: 400;
    max-height: 15px;
    max-width: 15px;
    min-height: 15px;
    min-width: 15px;
    padding-top: 1px;
    text-align: center;
}

.info-icon-light {
    -khtml-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    background-color: #c5cacb;
    border-radius: 15px;
    color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: 400;
    max-height: 15px;
    max-width: 15px;
    min-height: 15px;
    min-width: 15px;
    padding-top: 1px;
    text-align: center;
}

.required-marker {
    color: #ef4469;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.6em;
    font-weight: 600;
    content: "*";
}

.requiered .requieredMarker:after {
    position: absolute;
    margin-top: -4px;
    color: #ef4469;
    content: "*";
    font-size: 1.2em;
}

.in-form-totalstrip-info {
    background: #ebf9fd;
    padding-bottom: 2px;
}

.insertDate {
    background-color: #f2f2f2;
    border-radius: 10px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.09);
    color: #8d9798;
    cursor: pointer;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.4em;
    font-weight: 600;
    min-height: 20px;
    min-width: 80px;
    padding-left: 4px;
    padding-right: 4px;
}

.insertDateSelected {
    background-color: #0093d5;
    border-radius: 10px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.09);
    color: #ffffff;
    cursor: pointer;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.4em;
    font-weight: 600;
    min-height: 20px;
    min-width: 80px;
    padding-left: 4px;
    padding-right: 4px;
}

.panel-insert {
    border: solid 1px rgba(165, 176, 188, 0.64);
    border-radius: 4px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.09);
    overflow: hidden;
    overflow: hidden;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    position: relative;
    vertical-align: middle;
}

.flowplanSubCost-headingSM {
    color: #3d4c55;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.4em;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
}

.flowplanSubCost-ValueSM {
    color: #3d4c55;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.4em;
    font-weight: 300;
    padding-left: 20px;
}

.flowplanSubCost-headingLG {
    color: #3d4c55;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2em;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
}

.crossLine-thin {
    background: #000;
    max-height: 1px;
    min-height: 1px;
    padding-bottom: 0.5px;
    padding-left: 4px;
    padding-top: 0.5px;
    width: 99%;
}

/* Checkbox + Radio */

input[type="checkbox"],
input[type="radio"] {
    vertical-align: top !important;
    margin: 2px 0 0;
    opacity: 100;
}

.radio,
.checkbox,
.radio-inline,
.checkbox-inline {
    padding-left: 0;
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 15px;
}

.icheckbox_minimal,
.iradio_minimal {
    background-color: #aaa;
    cursor: pointer;
    display: inline-block;
    /*border: 1px solid rgba(255,255,255,0.4);*/
    float: left;
    height: 15px;
    padding: 0;
    vertical-align: middle;
    width: 15px;
}

.icheckbox_minimal {
    margin: 1px 8px 0 0;
}

.listview-header .icheckbox_minimal {
    margin-top: 7px;
}

.iradio_minimal {
    margin: 2px 6px 0 0;
}

.icheckbox_minimal.hover,
.iradio_minimal.hover {
    border: 1px solid rgba(255, 255, 255, 0.7);
}

.iradio_minimal {
    border-radius: 50px !important;
}

.iradio_minimal.disabled,
.iradio_minimal.checked.disabled,
.icheckbox_minimal.disabled {
    cursor: default;
    opacity: 0.4;
}

.icheckbox_minimal.checked,
.iradio_minimal.checked {
    background: #00bff3 !important;
}

.formPanel {
    background: #ffffff;
    border: solid 1px rgba(165, 176, 188, 0.64);
    border-radius: 4px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.09);
    overflow: auto;
    padding-left: 10px;
    padding-top: 10px;
}

/* --------------------------------------------------------
    Upload
-----------------------------------------------------------*/

.hide-text {
    background-color: transparent;
    border: 0;
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
}

.input-block-level {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    min-height: 30px;
    width: 100%;
}

.btn-file {
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}

.btn-file > input {
    cursor: pointer;
    direction: ltr;
    filter: alpha(opacity=0);
    font-size: 23px;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-300px, 0) scale(4);
}

.fileupload {
    margin-bottom: 9px;
}

.uneditable-input {
    cursor: not-allowed;
    display: inline-block;
    height: 30px;
    line-height: 27px;
    margin-bottom: 0px;
    margin-right: -1px;
    overflow: hidden;
    padding: 0 10px;
    vertical-align: middle;
    width: 100%;
}

.fileupload .thumbnail {
    background-color: rgba(0, 0, 0, 0.3);
    display: inline-block;
    height: 150px;
    line-height: 137px;
    margin-bottom: 5px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 200px;
}

.fileupload .thumbnail.small {
    height: 50px;
    line-height: 100%;
    margin-bottom: 0;
    width: 50px;
}

.fileupload .thumbnail > img {
    display: inline-block;
    max-height: 100%;
    vertical-align: middle;
}

.fileupload .btn {
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    vertical-align: middle;
}

.fileupload.row .btn {
    margin-left: -1px;
}

.fileupload .btn:focus,
.fileupload .btn:active {
    background: rgba(0, 0, 0, 0.2);
}

.close-pic {
    color: #fff;
    position: relative;
    top: 2px;
}

.fileupload-exists .fileupload-new,
.fileupload-new .fileupload-exists {
    display: none;
}

.fileupload-inline .fileupload-controls {
    display: inline;
}

.close-pic {
    float: none;
    font-size: 11px;
    margin-left: 4px;
}

.fileupload-preview {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    word-break: break-all;
}

.panel-ReportView {
    background: #ffffff;
    border: solid 1px rgba(165, 176, 188, 0.64);
    border-radius: 4px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.09);
    left: 1px;
    overflow: auto;
    padding-left: 10px;
    padding-top: 10px;
    right: 10px;
}

.panel-ReportViewRdlc {
    background: #ffffff;
    border: solid 1px rgba(165, 176, 188, 0.64);
    border-radius: 4px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.09);
    left: 1px;
    overflow: auto;
    padding-left: 10px;
    padding-top: 10px;
    right: 10px;
    height: 800px;
}

.settings-leftmenu {
    background: #ffffff;
    border-right: solid 1px rgba(165, 176, 188, 0.64);
    bottom: 2px;
    left: 0px;
    min-width: 100px;
    overflow-x: hidden;
    /*padding-left:1.5%;*/
    overflow-y: auto;
    position: absolute;
    right: 1px;
    top: 62px;
    z-index: 1;
}

.settings-rightblock {
    background: #ffffff;
    bottom: 2px;
    left: 16.5%;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 1.5%;
    position: absolute;
    right: 1px;
    top: 62px;
}

.settings-HeaderPanel {
    background: #3c4b54;
    left: 1px;
    max-height: 65px;
    min-height: 65px;
    overflow: hidden;
    position: absolute;
    right: 0px;
}

.settings-HeaderPanel .Header {
    color: #ffffff;
    float: left;
    font-size: 18px;
    padding-left: 25px;
    /*padding-right: 200px;*/
    padding-top: 20px;
}

.settings-HeaderPanel .HeaderText {
    color: #ffffff;
    float: left;
    font-size: 1.6em;
    padding-right: 30px;
    padding-top: 20px;
}

.settings-HeaderPanel .Header {
    color: #ffffff;
    float: left;
    font-size: 18px;
    padding-left: 25px;
    padding-right: 58px;
    padding-top: 20px;
}

.settings-HeaderPanel .InfoText {
    color: #07bef2;
    float: left;
    font-size: 1.6em;
    padding-right: 10px;
    padding-top: 20px;
}

.settings-HeaderPanel .Filters {
    margin: 15px;
    /*max-width: 520px;*/
}

.settings-HeaderPanel .Filters table td {
    max-width: 192px;
}

.settings-HeaderPanel .Filters table td select {
    min-width: 187px;
}

.settings-rightContext {
    background: #ffffff;
    bottom: 2px;
    left: 1px;
    overflow-x: auto;
    overflow-y: auto;
    /* padding-left: 1.5%; */
    position: absolute;
    right: 1px;
    top: 65px;
}

.cpp-box {
    background: #f2f2f2;
    border-radius: 4px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.09);
    padding-bottom: 2px;
    width: 99%;
}

.clientEmunerationPanel {
    background: #ffffff;
    border: solid 1px rgba(165, 176, 188, 0.64);
    border-radius: 4px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.09);
    max-width: 400px;
    min-width: 400px;
    overflow-x: auto;
    overflow-y: hidden;
}

.settings-rightContextInvert {
    background: #dfe1e1;
    bottom: 2px;
    left: 1px;
    overflow-x: auto;
    overflow-y: auto;
    /*padding-left: 36px;*/
    /*padding-right: 22px;*/
    position: absolute;
    right: 1px;
    top: 65px;
}

.settings-FilterConteiner {
    background: #f8f8f8;
    bottom: 2px;
    left: 2px;
    overflow-x: hidden;
    overflow-y: auto;
    /*padding-left: 36px;*/
    position: absolute;
    right: 2px;
    top: 100px;
}

.settings-TableHeader {
    background: rgba(0, 147, 213, 0.05);
}

.detailHeader-Table {
    background: #ffffff;
    border: solid 1px rgba(165, 176, 188, 0.64);
    border-radius: 4px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.09);
}

.settingstab-body {
    border-top: 0px;
    bottom: 2px;
    left: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 15px;
    position: absolute;
    right: 1px;
    top: 40px;
}

.carousel-indicators li {
    visibility: hidden;
}

.carousel-Panel {
    background: rgba(0, 147, 213, 0.05);
    color: #3d4c55;
    cursor: pointer;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.2em;
    font-weight: 400;
    min-height: 45px;
    min-width: 500px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 5px;
    text-align: center;
}

.userclinetlink-panel {
    border-top: 0px;
    left: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    /*position:absolute;*/
    padding-left: 25px;
    right: 1px;
}

.userclinetlink-panel.active {
    height: 300px;
    min-height: 300px;
}

.pumpkin-isdefault {
    -khtml-border-radius: 22px;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    background-color: rgba(85, 180, 222, 0.77);
    border-radius: 22px;
    color: #3d4c55;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: 400;
    min-height: 24px;
    min-width: 44px;
    padding-left: 5px;
    padding-right: 10px;
    text-align: center;
}

.tooltip {
    margin-top: 0 !important;
    opacity: 1 !important;
}

.tooltip-inner {
    background-color: #8c8c8c;
    padding: 8px 25px;
    font-size: 14px;
    width: auto;
    max-width: none;
}

.tippy-tooltip[data-size="large"] {
    padding: 0.375rem 0.75rem;
    font-size: 1.5rem;
}

.tippy-tooltip.cogent-theme {
    background-color: #2d3d57;
    color: white;
}

.tippy-tooltip.SubstageAdvanceID1-theme {
    background-color: #939d9d;
    color: black;
    font-size: 1.2rem;
}

.tippy-tooltip.SubstageAdvanceID2-theme {
    background-color: #fa92b9;
    color: black;
    font-size: 1.2rem;
}

.tippy-tooltip.SubstageAdvanceID3-theme {
    background-color: #f9669e;
    color: black;
    font-size: 1.2rem;
}

.tippy-tooltip.SubstageAdvanceID4-theme {
    background-color: #9babe8;
    color: black;
    font-size: 1.2rem;
}

.tippy-tooltip.SubstageAdvanceID5-theme {
    background-color: #5873d9;
    color: black;
    font-size: 1.2rem;
}

.tippy-tooltip.SubstageAdvanceID6-theme {
    background-color: #d0b4ee;
    color: black;
    font-size: 1.2rem;
}

.tippy-tooltip.SubstageAdvanceID7-theme {
    background-color: #b488e4;
    color: black;
    font-size: 1.2rem;
}

.tippy-tooltip.SubstageAdvanceID8-theme {
    background-color: #5e239d;
    color: black;
    font-size: 1.2rem;
}

.tippy-tooltip.SubstageAdvanceID9-theme {
    background-color: #fff1cc;
    color: black;
    font-size: 1.2rem;
}

.tippy-tooltip.SubstageAdvanceID10-theme {
    background-color: #ffe499;
    color: black;
    font-size: 1.2rem;
}

.tippy-tooltip.SubstageAdvanceID11-theme {
    background-color: #ffd666;
    color: black;
    font-size: 1.2rem;
}

.tippy-tooltip.SubstageAdvanceID12-theme {
    background-color: #f8beea;
    color: black;
    font-size: 1.2rem;
}

.tippy-tooltip.SubstageAdvanceID13-theme {
    background-color: #ec8cd3;
    color: black;
    font-size: 1.2rem;
}

.tippy-tooltip.SubstageAdvanceID14-theme {
    background-color: #e67ed2;
    color: black;
    font-size: 1.2rem;
}

.tippy-tooltip.SubstageAdvanceID15-theme {
    background-color: #cf01ff;
    color: black;
    font-size: 1.2rem;
}

.tippy-tooltip.SubstageAdvanceID16-theme {
    background-color: #fba26f;
    color: black;
    font-size: 1.2rem;
}

.tippy-tooltip.SubstageAdvanceID17-theme {
    background-color: #fa8846;
    color: black;
    font-size: 1.2rem;
}

.tippy-tooltip.SubstageAdvanceID18-theme {
    background-color: #f96e1d;
    color: black;
    font-size: 1.2rem;
}

.tippy-tooltip.SubstageAdvanceID19-theme {
    background-color: #b3e8cc;
    color: black;
    font-size: 1.2rem;
}

.tippy-tooltip.SubstageAdvanceID20-theme {
    background-color: #95dfb8;
    color: black;
    font-size: 1.2rem;
}

.tippy-tooltip.SubstageAdvanceID21-theme {
    background-color: #77d6a4;
    color: black;
    font-size: 1.2rem;
}

.tippy-tooltip.SubstageAdvanceID22-theme {
    background-color: #59cd90;
    color: black;
    font-size: 1.2rem;
}

.tippy-tooltip.SubstageAdvanceID23-theme {
    background-color: #c6e0b4;
    color: black;
    font-size: 1.2rem;
}

.tippy-tooltip.SubstageAdvanceID24-theme {
    background-color: #548235;
    color: black;
    font-size: 1.2rem;
}

.tippy-tooltip.cogent-theme[data-animatefill] {
    background-color: transparent;
}

.tippy-tooltip.cogent-theme .tippy-backdrop {
    background-color: #4ac0bf;
}

.tippy-tooltip.cogent-theme .tippy-arrow {
    border-bottom-color: #2d3d57;
}

.tooltip .tooltip-arrow {
    bottom: -5px !important;
    margin-left: -10px !important;
    border-width: 10px 10px 0 !important;
    border-top-color: #8c8c8c !important;
}

.item-selection {
    font-size: 1.8em;
    font-weight: 400;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    min-width: 160px;
    height: 70px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
}

.item-selection.item-selected {
    border: 2px solid #41bfbe;
    border-radius: 4px;
    color: #41bfbe;
}

.item-selection.item-unselected {
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    color: #596671;
}

.d-grid {
    min-width: 100%;
    display: grid;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    align-items: center;
    justify-content: space-between;
    grid-template-columns: 48% 48%;
}

.grid-cols-3 {
    display: grid;
    grid-row-gap: 10px;
    grid-column-gap: 15px;
    align-items: center;
    justify-content: space-between;
    grid-template-columns: 30% 30% 30%;
}

.grid-cols-4 {
    min-width: 100%;
    display: grid;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    align-items: center;
    justify-content: space-between;
    grid-template-columns: 15% 18% 54% 8%;
}

.grid-cols-6 {
    display: grid;
    grid-row-gap: 10px;
    grid-column-gap: 20px;
    align-items: center;
    justify-content: space-between;
    grid-template-columns: 8% 20% 8% 20% 8% 20%;
}

.grid-cols-8 {
    display: grid;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    align-items: center;
    justify-content: space-between;
    grid-template-columns: 5% 18% 5% 18% 5% 18% 5% 18%;
}

.grid-cols-10 {
    display: grid;
    grid-row-gap: 10px;
    grid-column-gap: 5px;
    align-items: center;
    justify-content: space-between;
    grid-template-columns: 9% 9% 9% 9% 9% 9% 9% 9% 9% 9%;
}

.grid-nav-icon {
    position: fixed;
    bottom: 100px;
    color: #41bfbe;
    width: 40px;
    height: 40px;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    opacity: 0.9;
    cursor: pointer;
}

.circular-icon {
    width: 10px;
    height: 10px;
    border-radius: 50px;
    border: 10px solid transparent;
    font-size: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-primary {
    background-color: #41bfbe;
    border-color: #41bfbe;
    border-radius: 4px;
    color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.button-secondary {
    background-color: #596671;
    border-color: #596671;
    border-radius: 4px;
    color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.button-blue {
    background-color: #405ccd;
    border-color: #405ccd;
    border-radius: 4px;
    color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.button-rounded-5 {
    border-radius: 5em;
    margin: 0 3px;
}

.button-capture {
    background-color: #39717D;
    border-color: #39717D;
    border-radius: 4px;
    color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    min-width: 100px;
    margin-left: 20%;
}

.tab-button {
    color: #9da5a6;
    border: 0;
    background: transparent;
    min-width: 150px;
    line-height: 76px;
}

button:focus.tab-button {
    outline: 0 !important;
}

.button-back {
    width: 90px !important;
    color: #ffffff !important;
}

.button-save {
    width: 90px !important;
    margin-left: 15px !important;
    color: #ffffff !important;
}
.button-import {
    width: 100px !important;
    color: #ffffff !important;
}

.tab-button.active {
    color: #4ac0bf;
    border-bottom: 3px solid #4ac0bf;
}

.input-symbol-box-right {
    background-color: #fafafa;
    border: 1px solid #dadada;
    border-radius: 0 4px 4px 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    width: 25px;
    height: 100%;
    text-align: center;
}

.input-symbol-box-left {
    background-color: #fafafa;
    border: 1px solid #dadada;
    border-radius: 4px 0 0 4px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    width: 25px;
    height: 100%;
}

.input-value-box-center {
    border: 1px solid #dadada;
    border-left: none;
    border-right: none;
    border-radius: 0 0 0 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    max-width: 60px;
    width: auto;
    height: 100%;
}

.input-value-box-right {
    border: 1px solid #dadada;
    border-left: none;
    border-radius: 0 4px 4px 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    max-width: 60px;
    width: auto;
    height: 100%;
}

.input-value-box-left {
    border: 1px solid #dadada;
    border-right: none;
    border-radius: 4px 0 0 4px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    max-width: 60px;
    width: auto;
    height: 100%;
}

.scroll-container-horizontal {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.scroll-container-vertical {
    display: flex;
    flex-wrap: nowrap;
    overflow-y: auto;
}

.scroll-child {
    flex: 0 0 auto;
}

.ui-grid-header-cell .ui-grid-cell-contents {
    height: auto !important;
    white-space: normal;
    /* overflow: visible; */
    text-overflow: ellipsis;
}

.error-label {
    font-weight: 600;
    color: red;
}

.normal-label {
    font-weight: 400;
}

.reach-label {
    width: 80%;
    font-size: 1em;
    text-align: center;
    font-weight: 400;
    border: none;
    background-color: transparent;
}

.reach-label-changed {
    width: 80%;
    font-size: 1em;
    text-align: center;
    color: #f4b555;
    font-weight: 600;
    border: none;
    background-color: transparent;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider-entity {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 28px;  /* Adjust the width */
    height: 18px; /* Adjust the height */
    border-radius: 18px; /* Adjust the border-radius for the slider */
}

.slider-entity:before {
    position: absolute;
    content: "";
    height: 12px;  /* Adjust the height */
    width: 12px;   /* Adjust the width */
    left: 2.25px;     /* Adjust the left position */
    top: 3px;      /* Adjust the top position */
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%; /* Adjust the border-radius for the button */
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    top: 2px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #41bfbe;
}

input:checked + .slider-entity {
    background-color: #41bfbe;
}


input:focus + .slider {
    box-shadow: 0 0 1px #41bfbe;
}

input:focus + .slider-entity {
    box-shadow: 0 0 1px #41bfbe;
}

input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

input:checked + .slider-entity:before {
    -webkit-transform: translateX(12px);
    -ms-transform: translateX(12px);
    transform: translateX(12px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider-entity.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.slider-entity.round:before {
    border-radius: 50%;
}

.btn-tippy:hover {
    color: yellow;
}

.budget-mismatch-error {
    width: 100%;
    text-align: center;
    font-size: 14px;
}

.logo-select-form-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.file-input-wrapper {
    margin: 15px 0px 0px 0px;
}

.logo-upload-image-preview {
    width: 350px;
}

.collapsibleHeaderMin {
    padding: 10px 20px;
    border: 1px solid #9da5a6;
}

.collapsibleHeader {
    background-color: inherit;
    color: inherit;
    cursor: pointer;
    padding: 20px;
    width: 100%;
    border: 1px solid #9da5a6;
    border-left: none;
    border-right: none;
    text-align: left;
    outline: none;
}

.collapsibleHeader:after {
    content: "\02795"; /* Unicode character for "plus" sign (+) */
    float: right;
}

.collapsibleActive:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.collapsibleActive,
.collapsibleHeader:hover {
    background-color: #596671; /*secondary colour scheme*/
}

/* Style the collapsible content. Note: hidden by default */
.collapsibleContent {
    overflow: hidden;
    width: 100%;
    max-height: 0;
    transition: max-height 0.2s ease-out;
    border-bottom: 1px solid #9da5a6;
}

.listVariants {
    display: flex;
    flex-direction: row;
    overflow: auto;
}

.variantItem {
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.hideInputSpin::-webkit-inner-spin-button,
.hideInputSpin::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

.hideInputSpin {
    -moz-appearance: textfield !important;
}

.btn-actions {
    background-color: #f4b555;
    border-color: #f4b555;
    border-radius: 5px;
    color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.btn-actions:hover,
.btn-actions.focus,
.btn-actions:focus {
    background-color: #ffffff;
    border-color: #f4b555;
    color: #f4b555;
}

.btn-decline {
    background-color: #ef4469;
    border-color: #ef4469;
    border-radius: 5px;
    color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.btn-decline:hover,
.btn-decline.focus,
.btn-decline:focus {
    background-color: #ffffff;
    border-color: #ef4469;
    color: #ef4469;
}

.btn-status-change {
    padding: 5px 20px;
    margin-left: 5px;
}

/* Custom checkbox container */
.checkbox-container {
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
    display: none;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 15px;
    min-width: 15px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-border-radius: 4px;
    -moz-box-shadow: rgba(0, 0, 0, 0.075) 0 1px 1px;
    -webkit-border-radius: 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.075) 0 1px 1px;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #eee;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #41bfbe;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    width: 30%;
    height: 60%;
    left: 35%;
    top: 10%;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*.container {
    width: 100%;
    height: 300px;
}*/

.searchResult {
    list-style: none;
    padding: 0px;
    width: 200px;
    position: absolute;
    margin: 0 10px;
}

.searchResult li {
    background: lavender;
    padding: 4px;
    margin-bottom: 1px;
}

.searchResult li:hover {
    cursor: pointer;
}

.personname_modal {
    width: 1000px;
    margin: 0 auto;
}

.roles-tab-btn {
    min-width: 120px !important;
    line-height: 76px !important;
}
.rolesDetailsWrapper {
    width: 100%;
}
.managerImplimentorWrapper {
    margin-left: 12%;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.roleTabInputSelect {
    width: 150px;
}
.primaryManager,
.primaryImplementerWrapper {
    padding-top: 10px;
}
.statusWrapper {
    display: block;
    margin-top: 30px;
}

.actionStatusWrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.statusTitle {
    background-color: rgb(246, 16, 103);
    color: white;
    font-size: 13px;
    padding: 15px;
    width: 170px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    font-weight: 600;
}
.actionsWrapper {
    margin-left: 2.5%;
}
.statusText {
    font-size: 13px;
}
.rowWrapper {
    display: flex;
    align-items: center;
}
.statusTextWrapper {
    width: 200px;
}
.plannedStatus {
    background-color: #3454d1;
}
.financialStatus {
    background-color: #5e239d;
}
.billedStatus{
    background-color: #6600ff;
}
.bookingStatus {
    background-color: #ffbb00;
}
.materialStatus {
    background-color: #d001ff;
}
.flightedStatus {
    background-color: #f96e1d;
}
.actualStatus {
    background-color: #59cd90;
}
.paymentsStatus {
    background-color: #385723;
}
.cancelCampaignStatus {
    background-color: #ff0000;
}
.copySettingBtn {
    background-color: #2d3d57;
    color: white;
    padding: 6px 20px;
    margin-left: 20px;
}
.copySettingBtn:hover {
    color: white;
}
.selectModalBtn {
    border-color: #41bfbe !important;
    background-color: white;
    color: #41bfbe;
}
.selectModalBtn:hover {
    background-color: #41bfbe;
    color: white;
}
.round-button {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: none;
    background-color: #c0c0c0;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.invoiceRSpan {
    margin-bottom: 5px;
    display: grid;
    grid-template-columns: 70px 50px;
    align-items: center;
    gap: 10px;
}
.invoiceRLabel {
    font-size: small;
    font-weight: 100;
    margin-top: auto;
    margin-bottom: auto;
}

.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.live-rate-source
{
    display: flex;
    flex-direction: column;
}
.black-link {
    color: #8D9798;
    text-decoration: none;
}
.black-link:hover {
    color: #8D9798;
    text-decoration: underline;
}

.budget-modal {
    max-height: 80vh; /* Takes up 60% of the screen height */
    overflow-y: auto;
}
.budget-modal table {
    border: none;
}
.budget-modal th,
.budget-modal td {
    border: none !important;
    font-size: 16px;
    vertical-align: middle;
    padding: 8px 12px;
}
.budget-modal input.form-control {
    height: 30px;
    font-size: 14px;
    padding: 4px 8px;
}
.budget-modal .input-group-addon {
    font-size: 14px;
    padding: 4px 8px;
}
.budget-modal .total-row {
    background-color: #f0f0f0;
    font-weight: bold;
    pointer-events: none;
}

.table-cell-padding-other-fields {
    padding: 1px 0px 40px 0px;
}

/* Hide spinner arrows in Chrome, Safari, Edge */
.hide-up-down-arrow::-webkit-inner-spin-button,
.hide-up-down-arrow::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Hide spinner arrows in Firefox */
.hide-up-down-arrow {
  -moz-appearance: textfield;
}
