:root {
    --rhingle-blue: #0081ab;
    --rhingle-yellow: #fff200;
    --dark-grey: #4f4f4f;
    --rhingle-red: #f27058;
}
.text-red {
    color: var(--rhingle-red);
}
.company-blue {
    color: var(--rhingle-blue);
}
.dark-grey-bg {
    background-color: var(--dark-grey);
}
.yellow-text {
    color: var(--rhingle-yellow);
}
.yellow-text:hover {
    color: var(--rhingle-yellow);
}
.alert > ul li:first-child {
    margin-top: 10px;
}

::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #f37159;
}

::selection {
  color: #fff;
  background: #f37159;
}

html {
    position: relative;
    scroll-behavior: smooth;
}

html,
body {
    min-width: 320px;
    min-height: 100%;
    font-weight: 400;
    letter-spacing: 0.025em;
    line-height: 1.33;
    color: #313131;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Lato", "Open Sans", sans-serif;
}

a {
    text-decoration: none !important;
    color: #333;
    cursor: pointer;
}

body {
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin: 0;
    position: relative;
    min-width: 320px;
    background-color: #f6f6f6;
}

body section:nth-child(odd) {
    background-color: #f6f6f6;
}

body section:nth-child(even) {
    background-color: #fff;
}

option[disabled="true"],
small.font-red {
    color: red;
}

p {
    margin: 0 0 15px;
    line-height: 1.5em;
}
.alert-dismissable .close,
.alert-dismissible .close {
    top: -10px;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: transparent;
}
input[type="radio"] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid var(--dark-grey);
    border-radius: 50%;
    outline: none;
    margin: 0 auto;
}

input[type="radio"]:before {
    content: "";
    display: block;
    width: 60%;
    height: 60%;
    margin: 20% auto;
    border-radius: 50%;
}
input[type="radio"]:focus {
    outline: none;
    border: 1px solid var(--dark-grey);
}
input[type="radio"]:checked:before {
    background: var(--dark-grey);
}
input[type="file"],
input[type="file"]::-webkit-file-upload-button {
    /* chromes and blink button */
    cursor: pointer;
}
.padding-horizontal-15px {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
/* Menu bar */
nav {
    text-align: center;
}
#top-menu {
    background-color: var(--rhingle-blue);
}
#top-menu .container-fluid,
#top-menu .desktop-navbar-setting {
    max-width: 1800px; /* 1740px + 30px + 30px */
    font-family: "Montserrat", sans-serif;
    padding: 5px 30px;
    display: flex;
    align-items: center;
}
#top-menu .desktop-navbar-setting {
    display: inline-block;
    width: 100%;
    background-color: var(--dark-grey);
}

#top-menu .navbar-right {
    flex: 1;
    flex-wrap: wrap;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 15px 0 0px 12px;
}
#top-menu .mobile-navbar-setting {
    display: none;
}
#top-menu .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: var(--rhingle-blue);
    border: none;
    box-shadow: none;
    padding: 20px 15px 15px;
}
#top-menu .navbar-nav > li {
    padding: 0px 4px 15px 4px;
}
#top-menu .dropdown-menu > li {
    padding: 0px 11px 5px 11px;
}
#top-menu .navbar-nav > li:last-child {
    padding: 0px 0 15px 4px;
    margin-right: -8px;
}
#top-menu .dropdown-menu > li:last-child {
    padding-bottom: 5px;
}
#top-menu .dropdown {
    padding-left: 11px;
}
#top-menu .dropdown .dropdown-toggle {
    background-color: transparent;
    border: none;
}
#top-menu .dropdown-menu > li > a,
#top-menu .dropdown .dropdown-toggle,
#top-menu .navbar-nav > li > a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    padding: 0;
    display: flex;
    align-items: center;
}
#top-menu .dropdown-menu > li.menu-item-container,
#top-menu .navbar-nav > li.menu-item-container {
    padding: 0px 0px 15px 0px;
}
#top-menu .navbar-nav .selected .dot {
    visibility: visible;
    color: var(--rhingle-yellow);
}
#top-menu .dropdown.open .dropdown-toggle,
#top-menu .dropdown .selected .menu-text,
#top-menu .dropdown .selected .caret,
#top-menu .navbar-nav .selected .menu-text,
#top-menu .navbar-nav .selected .menu-icon {
    color: var(--rhingle-yellow);
}

#top-menu .dropdown-menu > li > a .dot,
#top-menu .navbar-nav > li > a .dot {
    visibility: hidden;
    font-size: 24px;
}

.menu-text {
    padding: 0 5px; /* The dot already 7px, so add 5px*/
}
#top-menu .dropdown .dropdown-toggle:hover,
#top-menu .dropdown-menu > li > a:hover .caret,
#top-menu .dropdown-menu > li > a:hover .dot,
#top-menu .dropdown-menu > li > a:hover .menu-text,
#top-menu .dropdown-menu > li > a:hover.menu-icon,
#top-menu .dropdown-menu > li > a:hover,
#top-menu .navbar-nav > li > a:hover .dot,
#top-menu .navbar-nav > li > a:hover .menu-text,
#top-menu .navbar-nav > li > a:hover.menu-icon {
    background-color: transparent;
    visibility: visible;
    color: var(--rhingle-yellow);
}
#top-menu .navbar-nav > li .menu-button,
#top-menu .navbar-nav > li .menu-icon {
    margin: 0px 8px; /* already got 4px left right, so add 8px become 12px */
}
#top-menu .navbar-nav > li .menu-icon {
    font-size: 23px;
}
#top-menu .navbar-header {
    flex: 1;
    padding: 0;
    text-align: left;
}
#top-menu .navbar-brand-wrapper {
    padding-top: 15px;
    display: inline-block;
}
#top-menu .navbar-brand {
    margin: 0;
    max-width: 150px;
    min-width: 120px;
    padding: 0;
}
#top-menu .navbar-brand img {
    max-width: 100%;
}
#top-menu .navbar-toggle {
    border: none;
    margin: 22px 0 17px 10px;
    padding: 0;
    background-color: transparent;
}
#top-menu .navbar-nav .white-action-button,
.primary-action-button,
.secondary-action-button,
.black-action-button,
.danger-action-button {
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    border: 1px solid var(--rhingle-blue);
    border-radius: 25px;
    text-decoration: none;
    padding: 7px 15px;
    -webkit-transform: perspective(1px) translateZ(0);
    -webkit-font-smoothing: antialiased;
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    margin-bottom: 10px;
}
.secondary-action-button.table-button,
.primary-action-button.table-button {
    font-family: "Lato", "Open Sans", sans-serif;
    font-weight: 400;
}
#top-menu .navbar-nav .white-action-button {
    color: var(--rhingle-blue);
    background-color: #fff;
    margin-bottom: 0px;
    text-transform: none;
    font-weight: 600;
    box-shadow: 1px 1px 5px rgb(0, 0, 0, 0.5);
}
#top-menu .navbar-nav .white-action-button > i {
    padding-right: 10px;
}
#top-menu .navbar-nav .white-action-button:hover {
    background-color: var(--rhingle-yellow);
}

/* Footer */
footer {
    position: relative;
    background-color: transparent;
}
footer .footer-copyright {
    border-top: 1px solid #ccc;
    padding: 20px 30px 14px 30px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    color: #7d7d7d;
    text-transform: uppercase;
}

.container {
    width: 100%;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
    max-width: 1740px;
}

label {
    font-size: 15px;
}
.container-grey-bg {
    background-color: #fff;
    max-width: 1740px;
    padding: 30px;
    box-shadow: 1px 1px 5px rgb(0, 0, 0, 0.3);
    border-radius: 15px;
    margin: 0px 0 50px 0;
}

/* Pagination */
.pagination-wrapper {
    position: relative;
    margin: 50px 0;
}
.pagination-wrapper .pull-right {
    /* To align the show result message with pagination*/
    position: absolute;
    top: -50px;
    padding: 50px 0;
    right: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 15px;
}
.pagination {
    border-radius: 25px;
    margin: 0;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    color: var(--rhingle-blue);
    font-weight: bold;
    font-size: 24px;
    line-height: 20px;
    padding: 4px 12px 8px 12px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    color: var(--rhingle-blue);
    font-weight: bold;
    font-size: 24px;
    line-height: 20px;
    padding: 4px 12px 8px 12px;
}
.pagination > li > a,
.pagination > li > span {
    color: #333;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: var(--rhingle-blue);
    border-color: var(--rhingle-blue);
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: var(--rhingle-blue);
}

.filter-info {
    float: left;
    padding: 20px 50px 20px 0;
    font-weight: bold;
}

/* Manual table */
.table thead {
    font-weight: bold;
}
.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border-color: #aaa;
}

.modal-content {
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
}

.img-filemanager {
    border: 1px solid #ddd;
    width: 200px;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #fff;
}

.img-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
    position: relative;
    cursor: pointer;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    background-color: #ddd;
}

.img-filemanager .secondary-action-button {
    width: 100%;
}

.black-action-button {
    color: #fff;
    background-color: var(--dark-grey);
    border: 1px solid var(--dark-grey);
}
.black-action-button:hover {
    color: var(--rhingle-grey);
    background: #fff;
}
.primary-action-button {
    color: #fff;
    background-color: var(--rhingle-blue);
}
.primary-action-button:hover {
    color: var(--rhingle-blue);
    background: #fff;
}
.secondary-action-button {
    color: var(--rhingle-blue);
    background-color: transparent;
}
.secondary-action-button:hover {
    color: #fff;
    background: var(--rhingle-blue);
}
.danger-action-button {
    color: #fff;
    background-color: var(--rhingle-red);
    border: 1px solid var(--rhingle-red);
}
.danger-action-button:hover {
    color: var(--rhingle-red);
    background: #fff;
}
.main-container {
    margin-top: 146px;
    position: relative;
}

.small-banners {
    position: relative;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    height: 100%;
    margin-bottom: 64px;
}

.small-banner {
    position: relative;
    width: 100%;
}

.section-padding {
    padding: 72px 30px 36px 30px;
    min-height: 120vh;
}

.section-padding .alert {
    position: relative;
}

.text-title,
.modal-title {
    font-weight: 600;
    text-decoration: none;
    font-style: normal;
    font-size: 24px;
    color: var(--rhingle-blue);
    -webkit-font-smoothing: antialiased;
    float: left;
    padding: 10px 0 30px 0;
    font-family: "Montserrat", sans-serif;
}
.form-button {
    padding: 10px 0 30px 0;
}
.text-subtitle {
    font-weight: 600;
    font-size: 18px;
    padding: 0 0 20px 0;
    color: var(--dark-grey);
    font-family: "Montserrat", sans-serif;
}

form .text-subtitle {
    padding-left: 15px;
}
form .form-group {
    border-bottom: 1px solid #333;
    margin-bottom: 30px;
}

.table-group {
    display: flex;
    justify-content: space-between;
    background: var(--rhingle-blue);
    color: #fff;
    padding: 16px 0;
    font-size: 14px;
    font-weight: bold;
}
.table-group .column {
    padding: 0 15px;
}
/* Override ag grid table styles */
.ag-watermark {
    display: none;
}
.ag-theme-balham .ag-icon {
    color: #fff;
}
.ag-theme-balham .ag-row-group .ag-icon {
    color: var(--dark-grey);
}
.ag-theme-balham .ag-tab-selected .ag-icon,
.ag-theme-balham .ag-tab .ag-icon {
    color: var(--dark-grey);
}
.ag-theme-balham,
.ag-theme-balham .ag-paging-panel {
    font-size: 13px;
}
.ag-theme-balham {
    font-family: "Lato";
}
.ag-theme-balham .ag-ltr .ag-cell {
    border-right: 1px solid #ccc;
    color: #353535;
    font-weight: 400;
}
.ag-theme-balham .ag-ltr .ag-cell.borderless {
    border-right: 0px solid transparent;
}
.ag-theme-balham .ag-header-cell::after,
.ag-theme-balham .ag-header-group-cell::after {
    height: 100%;
    top: auto;
}
.ag-theme-balham .ag-ltr .ag-cell.semibold {
    font-weight: 600;
}
.ag-theme-balham .ag-ltr .ag-cell.bold {
    font-weight: bold;
}
.ag-theme-balham .ag-filter-toolpanel-header,
.ag-theme-balham .ag-filter-toolpanel-search,
.ag-theme-balham .ag-status-bar,
.ag-theme-balham .ag-header-row,
.ag-theme-balham .ag-multi-filter-group-title-bar {
    background-color: #4f4f4f;
    color: #fff;
}
.ag-theme-balham .ag-header-cell {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.ag-theme-balham .ag-header-cell.header-center-blue * {
    -ms-flex-pack: center !important;
    justify-content: center !important;
    background-color: var(--rhingle-blue);
}
.ag-theme-balham .ag-header-cell.focus-data {
    background-color: #292929;
}
.ag-theme-balham .ag-row.even-row-class {
    background-color: #f2f2f2;
}
.ag-theme-balham .ag-row-selected {
    background-color: #b7e4ff;
    background-color: var(
        --ag-selected-row-background-color,
        #b7e4ff
    ) !important;
}
.ag-floating-bottom-container * {
    background-color: var(--rhingle-blue);
    color: #fff;
    font-weight: bold;
    border-bottom-color: var(--rhingle-blue) !important;
}
.ag-floating-bottom-container .ag-cell {
    background-color: var(--rhingle-blue);
}
.ag-floating-bottom-container .ag-cell-focus:not(.ag-cell-range-selected) {
    border-color: #fff200 !important;
}
.ag-floating-bottom-container .ag-cell.pinned-row {
    color: #fff;
    font-weight: bold;
}
.ag-floating-bottom-container .ag-cell.pinned-row.focus-data,
.ag-floating-bottom-container .ag-cell.pinned-row.focus-data > span > div {
    /* Cell renderer */
    background-color: #004d66 !important;
}
.header-center * {
    -ms-flex-pack: center !important;
    justify-content: center !important;
    text-align: center;
}

.header-right * {
    justify-content: flex-end;
    text-align: right;
}

.data-center * {
    justify-content: center;
    text-align: center;
}

.vertical-header-table {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 24px 30px;
}
.vertical-header-table .nested-table-header {
    background-color: var(--rhingle-blue);
    color: #fff;
    font-weight: 600;
}
.nested-table-header {
    font-size: 18px;
    padding: 10px 20px;
    background-color: var(--rhingle-blue);
    color: #fff;
    font-family: "Montserrat", sans-serif;
}
.nested-table {
    display: flex;
    flex-wrap: wrap;
}
.nested-table .table-row {
    width: 50%;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.nested-table-subtitle {
    font-size: 13px;
}
.nested-table .table-row:nth-child(1),
.nested-table .table-row:nth-child(2),
.nested-table .table-row:nth-child(5),
.nested-table .table-row:nth-child(6),
.nested-table .table-row:nth-child(9) {
    background-color: #f2f2f2;
}
.nested-table .full-width {
    width: calc(100%);
}
.nested-table .table-row .data-title {
    padding: 6px 20px 6px 20px;
    min-width: 180px;
    border-right: 1px solid #ccc;
    color: var(--rhingle-blue);
}
.nested-table .table-row .data-value {
    white-space: normal;
    padding: 6px 20px 6px 20px;
    width: calc(100% - 150px);
    word-break: break-word;
}
.nested-table .table-row:nth-child(odd) {
    border-right: 0px solid #ccc;
}
.nested-table .table-row:nth-child(even) {
    border-right: 1px solid #ccc;
}
.nested-table .table-row:last-child {
    border-right: 1px solid #ccc;
}
.nested-table .table-row .primary-action-button.table-button {
    margin: 0;
}
.btn-edit-icon {
    position: relative;
    display: inline-block;
    text-align: left;
    text-decoration: none;
    padding: 0 15px;
}

.smallest-font {
    /* Used in Project List only*/
    font-size: 11px;
}

.font-size-15 {
    font-size: 15px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-bottom-70 {
    padding-bottom: 70px;
}

.semibold {
    font-weight: 600;
}

.icon-wrapper {
    padding: 0 10px 0 0;
}

.icon-wrapper-solid {
    background-color: var(--rhingle-blue);
    color: #fff;
    border-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 16px;
    padding: 5px 8px;
}

.search-bar-border {
    display: flex;
    background-color: #fff;
    border: 1px solid #cccccc !important;
    margin-left: 2px;
    border-radius: 5px;
    min-width: 200px;
}

.search-bar-border .input {
    padding-left: 10px !important;
    padding-right: 10px !important;
    border-width: 0;
    border-radius: 20px;
}

.search-bar-border .form-control {
    margin: 0 10px;
    padding-left: 0px !important;
    padding-right: 17px !important;
    font-size: 13px;
    border-width: 0px;
}

.button-list,
.filter-list {
    padding: 10px 0 30px 0;
    margin: -5px;
}

.button,
.search-bar-border {
    margin: 5px;
}

.form-control:focus {
    box-shadow: none;
}

@media only screen and (max-width: 1024px) {
    /* .navbar-brand img{
    max-width: 100px;
  } */
}
@media only screen and (max-width: 767px) {
    .main-container {
        margin-top: 79px;
    }
    .section-padding {
        padding: 72px 30px;
    }
    #top-menu .navbar-brand {
        max-width: 120px;
        min-width: 100px;
    }
    .navbar-nav {
        margin: 0;
    }
    #top-menu .container-fluid,
    #top-menu .navbar-right {
        flex-direction: column;
    }
    #top-menu .navbar-right {
        align-items: flex-start;
        padding: 15px;
    }
    #top-menu .desktop-navbar-setting {
        display: none;
    }
    #top-menu .mobile-navbar-setting {
        display: flex;
        flex-direction: row;
        padding-top: 0;
    }
    .container-fluid > .navbar-header {
        width: 100%;
    }
    .navbar-default .navbar-collapse {
        width: calc(100% + 90px); /* make it full width */
    }
    #top-menu .navbar-nav > li:last-child {
        padding: 10px 4px;
        margin: 0;
    }
    #top-menu .navbar-nav > li {
        padding: 10px 4px;
    }
    #top-menu .navbar-nav > li.dropdown {
        padding: 10px 11px;
    }
    #top-menu .dropdown-menu > li {
        padding-bottom: 15px;
    }

    /* #top-menu .navbar-nav > li.dropdown, */
    #top-menu .dropdown-menu {
        padding: 20px 0 0;
    }
    .nested-table .table-row {
        width: calc(100%);
    }
    .nested-table .table-row:nth-child(odd) {
        border-right: 1px solid #ccc;
        background-color: #f2f2f2;
    }
    .nested-table .table-row:nth-child(even) {
        background-color: #fff;
    }
    .table-responsive {
        border-color: #aaa;
    }
}

/* Override Select2 styles */
.select2-container {
    max-width: 1678px;
    width: 100% !important;
}
.select2-container--open .select2-dropdown--below {
    font-family: "Lato", "Open Sans", sans-serif;
}

.select2-container--default .select2-selection--single,
.select2-container--default.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--below
    .select2-selection--multiple {
    border: none !important;
    border-radius: 0 !important;
}

.ui-menu .ui-menu-item a {
    font-size: 12px;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1510 !important;
    float: left;
    display: none;
    min-width: 160px;
    width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}
.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}
.ui-state-hover,
.ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}
.ui-autocomplete li {
    padding: 5px;
}

/* Modal */
.modal-body,
.modal-header {
    padding: 30px;
}
.modal-header {
    border-bottom: 0px;
    padding-bottom: 20px;
}
.modal-title {
    padding: 0;
}
.modal-export-container {
    padding: 14px;
    margin: 50px -30px -30px -30px;
    background-color: #f2f2f2;
    border-radius: 0 0 10px 10px;
}
.modal-export-container .modal-subtitle,
.form-group-subtitle {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
}

.modal-export-container .export-container {
    display: inline-block;
    padding: 16px;
}
.close {
    font-size: 36px;
    color: #0081ab;
    opacity: 1;
}
.close:hover {
    color: #0081ab;
    opacity: 1;
}

/* Form */
.panel {
    border-radius: 20px 20px 0 0;
}
.panel-heading {
    padding: 15px 30px;
}
.panel-body {
    padding: 20px 30px;
}
.panel-default > .panel-heading {
    background-color: #4f4f4f;
    color: #fff;
    border-radius: 15px 15px 0 0;
    font-weight: 600;
    font-size: 15px;
}
.form-control {
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    padding-left: 0px;
}
.form.button-list {
    margin: 0;
}
.form-group-container {
    position: fixed;
    bottom: 0;
    background-color: var(--rhingle-blue);
    padding: 0;
    border-radius: 25px;
    z-index: 1;
    right: 30px;
    color: #fff;
    box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.5);
    margin: 72px 30px 30px 30px;
}
.form-groups {
    max-width: 522px;
    display: flex;
}
.form-groups .form-group {
    border-right: 1px solid #55a6c0;
    padding: 20px 30px;
    margin: 0px;
    border-bottom: 0px solid;
}
.form-groups .form-group:first-child {
    border-right: 1px solid #55a6c0;
}
.form-groups .form-group:last-child {
    border-width: 0;
}
.form-groups .form-group .form-control {
    font-size: 15px;
    color: #fff;
    font-weight: bold;
}
.file-type {
    padding: 0 0 20px 0;
}
.table.form-table td,
.table.form-table-with-spacing td {
    padding: 10px 20px;
    vertical-align: middle;
}
.form-table-header {
    background-color: #959595;
    color: #fff;
    border-color: #cccccc;
    font-weight: bold;
}
.form-control,
.form-control-table-subtitle {
    font-size: 15px;
}
input[type="date"] {
    padding-right: 0;
    position: relative;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    color: transparent;
    background: none;
    z-index: 1;
}
input[type="date"]:before {
    background: none;
    display: block;
    font-family: "Font Awesome 5 Free";
    content: "\f073";
    /* This is the calendar icon in FontAwesome */
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
    color: var(--dark-grey);
}

select::-ms-expand {
    background: none;
    display: none;
}
.form-control-table-subtitle {
    padding-left: 0px !important;
    padding-bottom: 11px !important;
}
#pitch-table > tr > td {
    padding: 10px 0;
}
#pitch-table > tr > td .form-control {
    padding: 0 10px !important;
}
.form-icon-with-spacing {
    margin-left: 20px;
    color: var(--rhingle-blue);
    font-size: 16px;
    cursor: pointer;
}

.form-icon {
    color: var(--rhingle-blue);
    font-size: 16px;
    cursor: pointer;
}
.form-icon.danger {
    color: var(--rhingle-red);
}
/* This is size of the icon that in the form button  */
.form-icon-button {
    font-size: 16px;
}
.form-icon-title {
    font-family: "Lato", "Open Sans", sans-serif;
    margin-left: 5px;
    font-size: 15px;
}
.form-button-title {
    font-family: "Lato", "Open Sans", sans-serif;
    margin-left: 5px;
    font-size: 13px;
}

.form-nested-input {
    padding: 10px 20px;
    border: 1px solid #dddddd;
}
.form-tab-table {
    border-top-color: transparent;
    border-left: 1px solid #dddddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 20px 30px;
}
.form-nested-input-container {
    padding-bottom: 20px;
}
.form-table-with-spacing {
    margin-top: 15px;
}
.form-table select {
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none;
}
.form-control[readonly] {
    background-color: transparent;
}
.has-error .form-control {
    box-shadow: none;
}
.form-table-input-icon {
    color: var(--dark-grey);
    display: inline-block;
    width: 3%;
}
.form-table-input {
    display: inline-block;
    width: 97%;
}

td .primary-action-button,
td .danger-action-button {
    margin: 0;
}
