﻿* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: #EEF1F5;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 1.4em;
}

h1,
h2,
h3,
h4 {
    margin-top: 0;
    font-weight: 700;
}

h1 {
    font-size: 30px;
}
h2 {
    font-size: 24px;
    font-weight: 400;
}
h3 {
    font-size: 20px;
    font-weight: 400;
    color: #00205A;
}

p {
    line-height: 1.5em;
}

a {
    color: #165c99;
    font-weight: 600;
}
a:hover {
    color: #00205A;
}
p a {
  text-decoration: underline;
}

hr {
    display: inline-block;
    width: 100%;
    height: 10px;
    margin: 1rem 0 0.6rem;
    background: #7F90B3;
}

.info-header {
    position: relative;
    background-color: #00205A;
    color: #fff;
    padding-top: 25px;
    padding-bottom: 5px;
    margin: 0 !important;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.info-header::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 30px;
    clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
    background: #00205A;
}

.info-body {
    background-color: #fff;
}

.info-body .info-container {
    padding: 50px 30px 0;
    line-height: 1.5em;
    text-align: justify;
}

.info-body .info-container a {
    text-decoration: none;
}

.info-body .info-logo {
    margin-top: 20px;
    text-align: center;
}

.info-body .info-logo img {
    width: 120px;
    height: 120px;
}

.info-body .form-action-container {
    display: flex;
    justify-content: flex-end;
    padding: 20px 35px !important;
}

.info-body .form-action-container a {
    background-color: #00b7ff;
    font-weight: 600;
    transition: all 0.25s ease 0s;
}

.info-body .form-action-container a:hover,
.info-body .form-action-container a:active {
    background-color: #00205A;
}

.txtRight {
    text-align: right;
}

.padding30 {
    padding: 30px;
}
.padding50 {
    padding: 50px;
}

/*Login Container*/
.loginPage {
    background: #bec4cf;
}

.LoginContainer {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: auto;
}

.LoginTabContainer,
.title-container {
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
}
.LoginTabContainer a {
    padding: 20px 0;
    margin-right: 30px;
    display: inline-block;
    text-decoration: none;
    color: #000;
}
.LoginTabContainer a.active {
    color: #00205A;
    border-bottom: 3px solid #00205A;
    font-weight: 700;
}

.loginBtnContainer {
}
.loginBtnContainer a {
    display: block;
    text-align: center;
}

.forgotPassword {
    text-align: right;
}
.forgotPassword a {
    font-size: 14px;
    color: #00205A;
    text-decoration: underline;
    font-weight: 700;
}

.loginTab {
    display: none;
}
.loginTab002 {
    display: block;
}

.modal-container {
    margin: 20px;
}

/*Header Styles*/
header {
    display: flex;
    gap: 1rem;
    align-items: center;
    position: relative;
    z-index: 99;
    background: #fff;
    height: 75px;
    padding: 10px 0 10px 10px;
    border-bottom: 1px solid rgba(158, 162, 177, 0.3);
}
.logo-container {
    background: #fff;
    margin-right: auto;
}
.logo-container img {
    height: 55px;
    width: auto;
    display: block;
}

/* .logo-text { position: absolute; top: 20px; left: 80px;  text-transform: uppercase; width: 300px; font-weight: 400; } */
/* .logo-text span { display:block; font-size: 12px;} */

header nav {
    display: flex;
}
header nav a {
    border-right: 1px solid rgba(158, 162, 177, 0.3);
    color: #00205A;
    display: block;
    text-decoration: none;
    padding: 28px;
}
header nav a:hover {
    background: #00205A;
    color: #fff;
}

#this-flex-container {
    display: flex;
    align-items: center;
    width: 100%;
}

#this-flex-container .logo-text {
    margin-left: 15px;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
}

.title-container .title-text {
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 15px;
}

.welcomeText {
    float: right;
    text-align: right;
    padding: 15px 15px 0 0;
}
.welcomeText h1 span,
.welcomeText h1 a {
    display: block;
    font-size: 12px;
}
.welcomeText h1 {
    font-size: 16px;
}

/*Layout Styles*/

#left-side {
    background: #00205A;
    position: fixed;
    top: 75px;
    left: 0;
    bottom: 0;
    width: 75px;
}

#left-side ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#left-side ul li {
    display: block;
}
#left-side ul li a {
    padding: 20px 30px;
    color: #fff;
    text-decoration: none;
    display: block;
    width: 100%;
    white-space: pre;
}
#left-side ul li a span {
    font-size: 1.2em;
}
.btn-label {
    display: none;
}

.dash-content-container {
    position: fixed;
    top: 75px;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 50px;
    overflow: auto;
}

.main-content-container {
    position: fixed;
    top: 75px;
    left: 75px;
    bottom: 0;
    right: 0;
    padding: 50px;
    overflow: auto;
}
.main-content-container-thin {
    position: fixed;
    top: 75px;
    left: 75px;
    bottom: 0;
    right: 0;
    padding: 50px 14vw;
    overflow: auto;
}
.main-content-container-full {
    position: fixed;
    top: 75px;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 50px;
    overflow: auto;
}
.main-content-container-docket {
    position: fixed;
    top: 75px;
    left: 0;
    bottom: 0;
    right: 400px;
    padding: 50px;
    overflow: auto;
}
.main-content-container .form-section,
.main-content-container-docket .form-section,
.dash-content-container .form-section,
.main-content-container-thin .form-section,
.main-content-container-full .form-section {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
}
.dash-section {
    border-radius: 0 0 10px 10px !important;
}

.right-side {
    background: #fff;
    position: fixed;
    top: 75px;
    right: 0;
    bottom: 0;
    width: 400px;
    min-width: 100px;
    resize: horizontal;
    overflow: auto;
    padding: 30px;
}

/* max-width: fit-content; */

.right-side .remove-invitee,
.right-side a.disable,
.right-side a.reinstate {
    display: inline-block;
    padding: 9px 12px;
    border-radius: 4px;
    background: #c40000;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
}

.right-side .view-respondent,
.right-side .complainant-details,
.right-side .approved-invitee,
.right-side .pending-invitee,
.right-side .view-only-invitee {
    color: #192985;
    cursor: pointer;
}

.right-side .form-section-title-2 {
    margin-bottom: 20px;
    color: #70707d;
}

.right-side .user-info {
    display: flex;
    flex-flow: column;
    gap: 0.4rem;
}

.rb-container-mod:after {
    clear: both;
    display: block;
    content: "";
}
.rb-container-mod label {
    font-size: 1em;
    float: left;
    margin-right: 8px;
    font-weight: 400;
    color: #000;
}

/* #0d47a1 */
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}

#uploaded-documents-list {
    border-collapse: collapse;
}
#uploaded-documents-list td {
    padding: 8px;
}

/*Dashboard Styles*/
.dash-btn {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}
.dash-btn li {
    display: flex;
    padding: 40px 30px 40px 100px;
    cursor: pointer;
    min-height: 75px;
    width: 32%;
    background: #000;
    border-radius: 5px;
    color: #fff;
    position: relative;
}
.dash-btn li:nth-child(1) {
    background: #5473e8;
}
.dash-btn li:nth-child(2) {
    margin: 0 2%;
    background: #00b7ff;
}
.dash-btn li:nth-child(3) {
    background: #00205A;
}

.dash-btn li span {
    font-size: 60px;
    position: absolute;
    left: 20px;
    top: 30px;
}
.dash-btn li div {
    display: flex;
    flex-direction: column;
}
.dash-btn li div h3 {
    margin: 0 0 5px 0;
    color: #fff;
}
.dash-btn li div p {
    margin: 0;
}

fieldset {
    padding: 0;
    border: 0;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(158, 162, 177, 0.3);
}
fieldset legend {
    font-weight: 700;
    padding: 0 0 20px 0;
    margin: 0;
}

.k-grid {
    border: 0 !important;
}
.k-grid th {
    background: #edf0fa;
    border: 0 !important;
    font-weight: 700 !important;
    color: #000 !important;
}
.k-grid td {
    border: 0 !important;
    border-bottom: 1px solid #edf0fa !important;
}
.k-grid tr:hover {
    background: transparent !important;
}

.k-grid-pager {
    background: transparent !important;
    border: 0 !important;
    margin-top: 15px !important;
}
.k-grid-pager a {
    border: 0 !important;
}

.k-grid-pager .k-pager-numbers li span {
    border-radius: 20px;
}
.k-grid-pager .k-pager-numbers li span.k-state-selected {
    border: 0 !important;
    background: #00b7ff !important;
}

.k-pager-wrap .k-pager-numbers li > *, .k-pager-wrap > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.6rem !important;
    height: 1.6rem;
    margin: 0 0.4rem !important;
}

.form-section {
    margin-bottom: 30px;
}
.form-section-title,
.form-section-title-2 {
    margin-bottom: 30px;
    font-size: 13px;
    color: #9496a7;
    font-weight: 700;
    text-transform: uppercase;
}
.form-section-title.inline {
    display: inline-block;
    margin: 0 20px 0 0;
    color: #000;
}
.form-section-title.inline.active {
    color: #00205A;
    border-bottom: 3px solid #00205A;
    font-weight: 700;
}

#dashboard-tabs {
    border-bottom: 1px solid #ccc;
}
#dashboard-tabs .form-section-title {
    cursor: pointer;
    padding: 20px 0;
    margin-right: 30px;
    display: inline-block;
    text-decoration: none;
}

.form-container {
    margin-bottom: 20px;
}
.form-container label,
.flex-container label {
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
    color: #00205A;
    font-weight: 700;
}
.documents-container {
    width: 100%;
}
/*
.form-container a {
    margin-right: 10px;
    min-width: 100px;
    text-align: left;
}
*/

.main-table {
    width: 100%;
    table-layout: auto;
    border-collapse: collapse;
}
.main-table th {
    background: #edf0fa;
    padding: 10px;
}
.main-table th:first-child {
    text-align: left;
}

.main-table td {
    border-bottom: 1px solid #edf0fa;
    padding: 15px 10px;
    text-align: center;
    vertical-align: top;
}
.main-table td:first-child {
    text-align: left;
}

.docket-table td {
    text-align: left;
}

.docket-btn, .docket-btn:hover {
    display: inline-block;
    font-weight: normal;
    padding: 9px 12px;
    color: #fff;
    text-decoration: none;
    background: #00205A;
    border-radius: 4px;
}

.conflict {
    color: red;
    font-weight: 700;
}

.flex-container-2 {
    align-items: center;
}

.flex-container-2 #complaint-title {
    margin: 0 auto 3rem 0;
}

.docket-case-info {
    margin-bottom: 20px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.05);
}
.docket-case-info .form-container {
    display: inline-block;
    margin: 0 30px 0 0;
    font-weight: 700;
}
.docket-case-info .form-container input, .docket-case-info .form-container select {
    width: auto !important;
    min-width: 140px;
    padding: 8px !important;
}
.docket-case-info .form-container span {
    width: 100%;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    font-weight: 400;
}

.btn, a#submit {
    background: #00205A;
    border-radius: 5px;
    display: inline-block;
    padding: 15px 20px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    transition: all 0.25s ease 0s;
}
.btn:hover, a#submit:hover {
    background: #00b7ff;
    color: #fff;
}
.k-grid .btn {
    padding: 5px 10px;
}
.btn.approve,
#approve-invitee {
    background: #219735;
    text-align: center;
}
.btn.reject,
#reject-invitee {
    background: #bd3939;
    text-align: center;
}
.btn.approve:hover,
#approve-invitee:hover,
.btn.reject:hover,
#reject-invitee:hover {
    color: #fff;
}
.btn.close-modal {
    text-align: center;
}

.btn.close-modal-mod {
    background: #00205A;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    text-align: center;
}

.k-widget.k-window .form-container {
    margin: 20px 0 25px 0;
    font-size: 1.1em;
}

.add-new-docket-file-container {
    padding: 30px;
    background: #edf0fa;
    margin: 30px 0;
    border-radius: 10px;
}

#edit-title-window input {
    width: 80%;
    margin: 15px auto 5px 20px;
}
#edit-title-window a {
    height: 25px;
}

.docketNav {
}
#left-side {
    position: fixed;
    top: 75px;
    left: 0;
    bottom: 0;
    width: 75px;
}

.docketNav ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}
.docketNav ul li {
    display: inline-block;
}
.docketNav ul li a {
    padding: 15px 20px;
    color: #fff;
    text-decoration: none;
    display: block;
    width: 100%;
    white-space: pre;
    background: #00205A;
    border-radius: 4px;
}
.docketNav ul li a:hover {
    color: #fff;
    background: #00b7ff;
}
.docketNav ul li a span {
    font-size: 1.2em;
}
.btn-label {
    display: none;
}

/*Form Properties*/
.form-container input[type="text"],
.form-container input[type="password"],
.form-container input[type="email"],
.form-container input[type="tel"],
.form-container input[type="date"],
.form-container input[type="time"],
.form-container select,
.form-container textarea {
    width: 100%;
    padding: 10px;
    font-family: "Lato", sans-serif;
    font-size: 1em;
}

/* #pending-complaints-grid th:nth-of-type(4), #pending-complaints-grid td:nth-of-type(4) {text-align: center; padding-right: 20px;} */

#complaint-details-container {
    margin-bottom: 0 !important;
}

.required {
}
.required:before {
    content: "*";
    display: inline-block;
    color: #ff0000;
}

.complain-ta {
    height: 500px;
}

.cb-container:after {
    clear: both;
    display: block;
    content: "";
}
.cb-container label {
    font-size: 1em;
    font-weight: 400;
    color: #000;
}

.rb-container:after {
    clear: both;
    display: block;
    content: "";
}
.rb-container label {
    font-size: 1em;
    float: left;
    margin-right: 30px;
    font-weight: 400;
    color: #000;
}

.file-upload-container {
    padding: 30px;
    background: #edf0fa;
}

.upload-btn {
    background: #21becb;
    border: 0;
    padding: 10px 15px;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
}

.message-dialog-content {
    padding: 1rem 0.2rem;
}

.message-dialog-content select {
    width: 50%;
    font-size: 1em;
    padding: 0.5em;
}

.form-action-container {
}
.form-action-container-2 {
    margin: 30px auto 20px 0;
}
.form-action-container a,
.form-action-container-2 a {
    background: #00b7ff;
    border-radius: 5px;
    display: inline-block;
    padding: 15px 20px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin-right: 10px;
    min-width: 100px;
}

.form-action-container a {
    background: #00205A;
}
.form-action-container-2 a {
    background: #373e7a;
}
.form-action-container-2 a:hover,
.form-action-container-2 a:active {
    background: #00b7ff;
}

/*Layouts*/
.clear-after::after {
    content: "";
    display: block;
    clear: both;
}

.width50 {
    width: 47.5%;
    float: left;
}
.width50:last-child {
    margin-left: 5%;
}

.width33 {
    width: 30%;
    float: left;
}
.width33:nth-child(2) {
    margin: 0 5%;
}

.width25 {
    width: 23.7%;
    float: left;
}
.width25:last-child {
    margin-left: 5%;
}

.flex-container,
.flex-container-2,
.flex-container-mod {
    display: flex;
    justify-content: flex-start;
}

.flex-container-2 {
    align-items: baseline;
}
.flex-container-2 h4 {
    margin-left: 50px;
}
.flex-container-2 #manage-notifications {
    margin-left: 10px;
    text-align: center;
    font-weight: 600;
}
.flex-container-2 #manage-notifications.toggle-off {
    background-color: #880e4f;
    color: white;
}

.flex-container-mod {
    align-items: flex-end;
}

.checkbox-container,
.checkbox-container-2 {
    display: flex;
    justify-content: flex-start;
}

.checkbox-container {
    align-items: flex-end;
    margin: 15px auto 20px 0;
}

.checkbox-container-2 {
    align-items: flex-start;
    margin: 15px 25px 20px 0;
}

.checkbox-container label,
.checkbox-container-2 label {
    margin-right: 5px;
}
.checkbox-container input,
.checkbox-container-2 input {
    margin-bottom: 1px;
}

#edit-access-window {
    padding-left: 3%;
}
#edit-access-window textarea,
#explanation-window textarea {
    width: 95%;
}
#edit-access-window a.btn,
#explanation-window a.btn,
#manage-zip-file a.btn {
    min-width: 90px;
    text-align: center;
    margin-right: 10px;
}
#edit-access-window .checkbox-container-2 label {
    color: #00205A;
    font-weight: 700;
}

.k-window-titlebar.k-header {
    display: flex;
    padding: 1.6rem;
    background: #2a346c;
    color: #fff;
}
.k-window-titlebar.k-header .k-window-title {
    font-weight: 700;
}
.k-window-titlebar.k-header a.k-window-action {
    background: none;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: none;
}
.modal-content-container {
    max-width: 700px; /*margin: 50px auto 0;*/
    padding: 4px 16px;
    background: #fff;
    border-radius: 5px;
}
.modal-content-container-large {
    padding: 30px;
    background: #fff;
    border-radius: 5px;
}
.modal input[type="text"],
.modal textarea {
    width: 93%;
}
.modal-content-container-small {
    max-width: 700px; /*margin: 50px auto 0;*/
    padding: 10px;
    background: #fff;
    border-radius: 5px;
}

#text-files > div {
    margin: 10px 0;
}

.form-container-flex-end {
    display: flex;
    justify-content: flex-end;
}

.form-container-flex-end a.btn.close-modal-mod {
    margin-left: 8px;
    min-width: 65px !important;
}
#curr-case-name,
#curr-case-number,
#party {
    font-weight: 700;
    color: #2a346c;
}

.documents-info tr td:nth-child(1),
.documents-info tr th:nth-child(1) {
    width: 25%;
    text-align: left;
}

.documents-info tr td:nth-child(1),
.documents-info tr th:nth-child(1),
.documents-info tr td:nth-child(2),
.documents-info tr th:nth-child(2),
.documents-info tr td:nth-child(4),
.documents-info tr th:nth-child(4) {
    width: 15%;
    text-align: left;
}

.documents-info tr td:nth-child(3),
.documents-info tr th:nth-child(3) {
    width: 45%;
    text-align: left;
}

.modal-quest {
    display: flex; /*flex-wrap: wrap;*/
    list-style: none;
    padding: 0;
    margin: 0 0 0 0;
}
.modal-quest li {
    display: flex;
    padding: 30px 30px 30px 75px;
    min-height: 75px;
    cursor: pointer;
    width: 49%;
    background: #000;
    border-radius: 5px;
    color: #fff;
    position: relative;
}
.modal-quest li:nth-child(1) {
    background: #5473e8;
    margin-right: 1%;
}
.modal-quest li:nth-child(2) {
    background: #00b7ff;
    margin-left: 1%;
}

.modal-quest li span {
    font-size: 30px;
    position: absolute;
    left: 20px;
    top: 30px;
}
.modal-quest li div {
    display: flex;
    flex-direction: column;
}
.modal-quest li div h3 {
    margin: 0 0 5px 0;
    color: #fff;
}
.modal-quest li div p {
    margin-top: 0;
}

#complaint-link {
    color: white;
    text-decoration: none;
}

#manage-zip-file #zip-file-name {
    width: 70%;
}

.template {
    display: none;
}

.select2-selection__rendered {
    margin: 10px;
}

.select2-selection__arrow {
    margin: 10px;
}

.select2-selection {
    box-shadow: 0;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    color: black;
    font-size: 14px;
    outline: 0;
    min-height: 48px;
    text-align: left;
}

.invalid {
    border-style: solid;
    border-width: 2px;
    border-color: red;
}

.notifyjs-corner {
    left: 50% !important;
    transform: translateX(-50%);
    z-index: 99999999 !important;
}

#overlay {
    height: 100%;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 100000; /* Sit on top */
    left: 0;
    top: 0;
    background: rgba(141, 141, 141, 0.4);
    overflow-x: hidden; /* Disable horizontal scroll */
    display: none;
}

#loader {
    position: fixed;
    opacity: 1;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #a7a5a5;
    border-radius: 50%;
    border-top: 16px solid rgba(77, 57, 194, 1);
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
#progress-container {
    left: 50%;
    position: fixed;
    top: 58%;
    background: #a7a5a5;
    height: 15px;
    width: 300px;
    transform: translateX(-50%);
    display: none;
}

#progress {
    background: green;
    height: 100%;
    width: 0%;
}

#prompt .form-container {
    text-align: center;
}

#prompt a.btn {
    margin: 0px 10px;
}

.admin {
    display: none !important;
}

#gview {
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 100000; /* Sit on top */
    left: 0;
    top: 0;
    bottom: 0;
    padding-top: 50px;
    background-color: rgb(0, 0, 0); /* Black fallback color */
    background-color: rgba(0, 0, 0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    display: none;
    text-align: center;
    overflow: hidden;
}

.gview-actions-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.gview-actions {
    height: 50px;
    background: #fff;
    max-width: 1100px;
    margin: 0 auto;
}
.gview-actions .floatRight {
    padding: 5px 0;
}

.gview-filePrevTitle {
    font-size: 13px;
    color: #9496a7;
    font-weight: 700;
    text-transform: uppercase;
    padding: 17px;
}

#gview iframe,
#gview img {
    height: 100%;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

#gview img {
    max-width: 1100px;
    margin: 0 auto;
}

#gview-download,
#gview-close {
    padding: 10px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    white-space: pre;
    background: #00205A;
    border-radius: 4px;
    margin-right: 10px;
    cursor: pointer;
}

@charset "UTF-8";

@font-face {
    font-family: "sec";
    src: url("fonts/sec.eot");
    src: url("fonts/sec.eot?#iefix") format("embedded-opentype"), url("fonts/sec.woff") format("woff"),
        url("fonts/sec.ttf") format("truetype"), url("fonts/sec.svg#sec") format("svg");
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    font-family: "sec" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "sec" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-complaints:before {
    content: "\61";
}
.icon-user:before {
    content: "\62";
}
.icon-notifications:before {
    content: "\63";
}
.icon-new-complaint:before {
    content: "\64";
}
.icon-settings:before {
    content: "\65";
}
.icon-users:before {
    content: "\66";
}
.icon-print:before {
    content: "\67";
}
.icon-adduser:before {
    content: "\68";
}
.icon-contact:before {
    content: "\69";
}
.icon-upload:before {
    content: "\6a";
}
.icon-online:before {
    content: "\6b";
}
.icon-home:before {
    content: "\6c";
}
.icon-requestaccess:before {
    content: "\6d";
}

.modal {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
    display: none;
}
.modalContainer {
    width: 900px;
    margin: 0 auto;
    background: #fff;
    padding: 3em;
    margin-top: 3em;
    position: relative;
}

.calendar-left-side {
    background: #fff;
    position: fixed;
    top: 180px;
    left: 0;
    bottom: 0;
    width: 320px;
    overflow: auto;
    padding: 5px 5px 5px 15px;
    border-right: 1px solid gray;
}
.calendar-main-content-container {
    position: fixed;
    top: 180px;
    left: 320px;
    bottom: 0;
    right: 0;
    padding: 5px 15px 5px 15px;
    overflow: auto;
    background-color: white;
}

.calendar-checkbox-container {
    display: flex;
    justify-content: flex-start;
    /*align-items: flex-end;*/
}
.calendar-checkbox-container label {
    margin-bottom: 3px;
}

.calendar-checkbox-container input {
    margin-bottom: 6px;
    margin-right: 9px;
    vertical-align: top;
}

.bottom-margin-small {
    margin-bottom: 5px;
}

.form-check-label {
    font-size: 14px;
    font-weight: 700;
    color: #00205A;
}

.fc-h-event .fc-event-time {
    overflow: visible !important;
}
