@import url("../../contents/glyphicons/css/glyphicons.min.css");
/****************************************** Grey Color***************************************/
/****************************************** Black Color***************************************/
/****************************************** White Color***************************************/
@font-face {
  font-family: "roboto-bold";
  src: url("../../contents/fonts/roboto-bold-webfont.woff2") format("woff2"), url("../../contents/fonts/roboto-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "roboto-light";
  src: url("../../contents/fonts/roboto-light-webfont.woff2") format("woff2"), url("../../contents/fonts/roboto-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "roboto-medium";
  src: url("../../contents/fonts/roboto-medium-webfont.woff2") format("woff2"), url("../../contents/fonts/roboto-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "roboto-regular";
  src: url("../../contents/fonts/roboto-regular-webfont.woff2") format("woff2"), url("../../contents/fonts/roboto-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.font-weight-normal {
  font-family: "roboto-medium", sans-serif; }

/************************Removing default padding & margin********************************/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0px;
  padding: 0px; }

/************************Centering any content********************************/
.center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

button,
.btn:focus,
.btn:active {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 100; }

::-webkit-scrollbar {
  width: 7px; }

.text-white {
  color: white; }

/* Track */
::-webkit-scrollbar-track {
  background: transparent; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #9c9c9c; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #797777; }

h1,
h2,
h3,
h4,
h5 {
  font-family: "roboto-medium", sans-serif;
  font-weight: 500; }

p {
  font-family: "roboto-regular", sans-serif;
  margin-bottom: 0.5rem; }

a {
  color: #88898a;
  font-family: "roboto-regular", sans-serif;
  font-weight: 500; }

a:hover {
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: red; }

a {
  text-decoration: none !important; }

body {
  background-color: #f7f8fb;
  font-family: "roboto-regular", sans-serif; }

.mx-0 {
  padding-right: 0px;
  padding-left: 0px; }

.mx-1 {
  padding-right: 5px; }

.container-fluid {
  overflow-x: hidden; }

#scroll {
  position: fixed;
  right: 25px;
  bottom: 75px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #ff0000;
  text-indent: -9999px;
  display: none;
  border-radius: 10px; }

#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff; }

#scroll:hover {
  background-color: #909090;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.w-37 {
  width: 37px;
  height: auto; }

.start {
  height: calc(100vh - 67px - 45px);
  overflow-y: auto;
  overflow-x: hidden; }

@media (max-width: 556px) {
  .start {
    height: calc(100vh - 67px - 20px);
    overflow-y: auto;
    overflow-x: hidden; } }

.ellipse {
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis; }

.two-lines {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal; }

.dropdownhover-top {
  margin-bottom: 0px; }

.dropup {
  top: auto;
  bottom: 100%; }

.f-10 {
  font-size: 10px; }

.f-12 {
  font-size: 12px; }

.shadow-md {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175) !important; }

.bg-light-g {
  background-color: #fafafa; }

.bg-white {
  background-color: #ffff !important; }

.bg-primary {
  background-color: #ff0000 !important; }

.mid-grey {
  color: #535353 !important; }

.grey {
  color: #909090 !important; }

.warning {
  color: #df8f34; }

.primary {
  color: #ff0000; }

.white {
  color: #fff; }

.border-l-g {
  border: 1px solid #e8e8e8; }

.border-m-g {
  border: 1px solid #a9a9a9; }

.border-xl-g {
  border: 1px solid #e7e7e7; }

/************************************Start of Mandatory for Forms***************/
.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none; }

.form-control-input {
  border: 1px solid rgba(211, 211, 211, 0.5);
  color: #909090;
  font-size: 15px;
  font-family: "roboto-regular", sans-serif;
  font-weight: 500; }
  .form-control-input:focus {
    border: 1px solid #d3d3d3;
    color: #535353;
    font-family: "roboto-regular", sans-serif;
    font-size: 15px;
    font-weight: 500; }

/**************************** Form error/success paragraph **************/
span.error {
  position: absolute;
  font-size: 12px;
  left: 8px;
  top: 37px;
  color: #ff0000; }

span.success {
  font-size: 12px;
  padding-left: 8px;
  color: #238a23; }

/******************form label***********/
label {
  padding-left: 8px;
  font-size: 14px;
  color: #909090;
  font-family: "roboto-medium", sans-serif;
  font-weight: 400; }

.input-group .input-group-prepend {
  z-index: 1000; }

.input-group ::-webkit-input-placeholder {
  color: #909090;
  font-family: "roboto-regular", sans-serif;
  font-size: 15px;
  opacity: 0.7;
  /* Firefox */ }

.input-group ::-moz-placeholder {
  color: #909090;
  font-family: "roboto-regular", sans-serif;
  font-size: 15px;
  opacity: 0.7;
  /* Firefox */ }

.input-group :-ms-input-placeholder {
  color: #909090;
  font-family: "roboto-regular", sans-serif;
  font-size: 15px;
  opacity: 0.7;
  /* Firefox */ }

.input-group ::-ms-input-placeholder {
  color: #909090;
  font-family: "roboto-regular", sans-serif;
  font-size: 15px;
  opacity: 0.7;
  /* Firefox */ }

.input-group ::placeholder {
  color: #909090;
  font-family: "roboto-regular", sans-serif;
  font-size: 15px;
  opacity: 0.7;
  /* Firefox */ }

.input-group :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #909090; }

.input-group ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #909090; }

.input-group input,
.input-group textarea {
  border: 1px solid rgba(211, 211, 211, 0.5);
  color: #909090;
  font-size: 15px;
  font-family: "roboto-regular", sans-serif;
  font-weight: 500; }

.input-group select {
  border: 1px solid rgba(211, 211, 211, 0.5);
  color: #909090;
  font-size: 15px;
  font-family: "roboto-regular", sans-serif;
  font-weight: 500; }
  .input-group select option {
    color: #535353;
    font-family: "roboto-regular", sans-serif;
    font-size: 15px;
    font-weight: 500; }
  .input-group select option:checked {
    color: #fff;
    background-color: #d3d3d3; }

.form-group {
  text-decoration: none;
  margin-bottom: 0px; }
  .form-group label p {
    padding-left: 8px;
    font-size: 14px;
    color: #909090;
    font-family: "roboto-medium", sans-serif;
    font-weight: 400; }
  .form-group ::-webkit-input-placeholder {
    color: #909090;
    font-family: "roboto-regular", sans-serif;
    font-size: 15px;
    opacity: 0.7;
    /* Firefox */ }
  .form-group ::-moz-placeholder {
    color: #909090;
    font-family: "roboto-regular", sans-serif;
    font-size: 15px;
    opacity: 0.7;
    /* Firefox */ }
  .form-group :-ms-input-placeholder {
    color: #909090;
    font-family: "roboto-regular", sans-serif;
    font-size: 15px;
    opacity: 0.7;
    /* Firefox */ }
  .form-group ::-ms-input-placeholder {
    color: #909090;
    font-family: "roboto-regular", sans-serif;
    font-size: 15px;
    opacity: 0.7;
    /* Firefox */ }
  .form-group ::placeholder {
    color: #909090;
    font-family: "roboto-regular", sans-serif;
    font-size: 15px;
    opacity: 0.7;
    /* Firefox */ }
  .form-group :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #909090; }
  .form-group ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #909090; }
  .form-group input,
  .form-group textarea {
    border: 1px solid rgba(211, 211, 211, 0.5);
    color: #909090;
    font-size: 15px;
    font-family: "roboto-regular", sans-serif;
    font-weight: 500; }
  .form-group select {
    border: 1px solid rgba(211, 211, 211, 0.5);
    color: #909090;
    font-size: 15px;
    font-family: "roboto-regular", sans-serif;
    font-weight: 500; }
    .form-group select option {
      color: #535353;
      font-family: "roboto-regular", sans-serif;
      font-size: 15px;
      font-weight: 500; }
    .form-group select option:checked {
      color: #fff;
      background-color: #d3d3d3; }

/*****************Input failed ********************/
input.error {
  border: 1px solid rgba(255, 0, 0, 0.3) !important;
  color: #d3d3d3;
  padding-right: 42px;
  background-position: center right 15px;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI0MS4xNzEgMjQxLjE3MSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQxLjE3MSAyNDEuMTcxOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CjxnPgoJPHBhdGggaWQ9IkNsb3NlIiBkPSJNMTM4LjEzOCwxMjAuNzU0bDk5LjExOC05OC41NzZjNC43NTItNC43MDQsNC43NTItMTIuMzE5LDAtMTcuMDExYy00Ljc0LTQuNzA0LTEyLjQzOS00LjcwNC0xNy4xNzksMCAgIGwtOTkuMDMzLDk4LjQ5MkwyMS4wOTUsMy42OTljLTQuNzQtNC43NTItMTIuNDM5LTQuNzUyLTE3LjE3OSwwYy00Ljc0LDQuNzY0LTQuNzQsMTIuNDc1LDAsMTcuMjI3bDk5Ljg3Niw5OS44ODhMMy41NTUsMjIwLjQ5NyAgIGMtNC43NCw0LjcwNC00Ljc0LDEyLjMxOSwwLDE3LjAxMWM0Ljc0LDQuNzA0LDEyLjQzOSw0LjcwNCwxNy4xNzksMGwxMDAuMTUyLTk5LjU5OWw5OS41NTEsOTkuNTYzICAgYzQuNzQsNC43NTIsMTIuNDM5LDQuNzUyLDE3LjE3OSwwYzQuNzQtNC43NjQsNC43NC0xMi40NzUsMC0xNy4yMjdMMTM4LjEzOCwxMjAuNzU0eiIgZmlsbD0iI2ZmNTI1MiIvPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
  background-size: 13px 13px;
  background-repeat: no-repeat; }
  input.error:active, input.error:focus {
    border: 1px solid rgba(255, 0, 0, 0.5);
    color: #909090; }

select.error {
  border: 1px solid rgba(255, 0, 0, 0.3);
  font-weight: 300;
  color: #8f8f91; }

/*****************Input success ********************/
input.success {
  border: 1px solid rgba(35, 138, 35, 0.3);
  color: #d3d3d3;
  padding-right: 42px;
  background-position: center right 15px;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI2IDI2IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNiAyNiIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CiAgPHBhdGggZD0ibS4zLDE0Yy0wLjItMC4yLTAuMy0wLjUtMC4zLTAuN3MwLjEtMC41IDAuMy0wLjdsMS40LTEuNGMwLjQtMC40IDEtMC40IDEuNCwwbC4xLC4xIDUuNSw1LjljMC4yLDAuMiAwLjUsMC4yIDAuNywwbDEzLjQtMTMuOWgwLjF2LTguODgxNzhlLTE2YzAuNC0wLjQgMS0wLjQgMS40LDBsMS40LDEuNGMwLjQsMC40IDAuNCwxIDAsMS40bDAsMC0xNiwxNi42Yy0wLjIsMC4yLTAuNCwwLjMtMC43LDAuMy0wLjMsMC0wLjUtMC4xLTAuNy0wLjNsLTcuOC04LjQtLjItLjN6IiBmaWxsPSIjYTdjMDRkIi8+Cjwvc3ZnPgo=);
  background-size: 13px 13px;
  background-repeat: no-repeat; }
  input.success:active, input.success:focus {
    border: 1px solid rgba(35, 138, 35, 0.5);
    color: #909090; }

select.success {
  border: 1px solid rgba(35, 138, 35, 0.3);
  font-weight: 300;
  color: #8f8f91; }

input[disabled] {
  background-color: lightgray; }

/************************************End of Mandatory for Forms***************/
/*****************Form grey********************/
.form-group-grey input {
  background-color: #f5f5f7; }

.form-group-grey input:focus,
.form-group-grey :active {
  background-color: #f5f5f7; }

/*****************form white round********************/
.form-group .form-control-round {
  border-radius: 25px; }

/*****************form grey round********************/
.form-group .form-control-grey-round {
  background-color: #f5f5f7;
  border-radius: 25px; }

.form-group .form-group-success {
  border: 1px solid rgba(35, 138, 35, 0.5) !important; }

/**********************************Design Select****************************/
.select {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 44px;
  line-height: 3;
  overflow: hidden;
  border-radius: 5px;
  color: #909090;
  border: 1px solid rgba(211, 211, 211, 0.7);
  /* Remove IE arrow */
  /* Arrow */
  /* Transition */ }
  .select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0 !important;
    color: #909090;
    background-image: none;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 0.5em;
    font-size: 15px;
    cursor: pointer; }
    .select select option {
      color: #535353;
      font-family: "roboto-regular", sans-serif;
      font-size: 15px;
      font-weight: 500; }
    .select select option:checked {
      color: #fff;
      background-color: #d3d3d3; }
  .select select::-ms-expand {
    display: none; }
  .select::after {
    content: "\25BC";
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.3rem 1.1em;
    background: #d3d3d3;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: 0.25s all ease;
    transition: 0.25s all ease;
    font-size: 12px; }
  .select:hover::after {
    color: #535353; }

/**************************************Form input colored***************************************/
.input-group-colored .input-group-color {
  background-color: #fff;
  border: 1px solid rgba(211, 211, 211, 0.5);
  border-right: none;
  color: rgba(144, 144, 144, 0.7); }

.input-group-colored .form-control-input {
  border: 1px solid rgba(211, 211, 211, 0.5);
  border-left: none; }
  .input-group-colored .form-control-input:focus {
    border: 1px solid rgba(211, 211, 211, 0.5);
    border-left: none; }

/***********************************Form input with icon Round*************************************/
.input-group-round-icon .input-group {
  border: 1px solid rgba(211, 211, 211, 0.5);
  border-right: none;
  color: #909090;
  border-radius: 25px; }

.input-group-round-icon .form-control-input {
  border: 1px solid rgba(211, 211, 211, 0.5);
  border-left: none;
  border-radius: 25px; }
  .input-group-round-icon .form-control-input:focus, .input-group-round-icon .form-control-input:active {
    border-left: none; }

/*******************************Form input colored Round****************************************/
.input-group-colored-round .input-group-color {
  background-color: #fff;
  border: 1px solid rgba(211, 211, 211, 0.7);
  border-right: none;
  color: rgba(144, 144, 144, 0.7);
  border-radius: 25px; }

.input-group-colored-round .form-control-input {
  border: 1px solid rgba(211, 211, 211, 0.7);
  border-left: none;
  border-radius: 25px; }
  .input-group-colored-round .form-control-input:focus, .input-group-colored-round .form-control-input:active {
    border: 1px solid rgba(211, 211, 211, 0.7);
    border-left: none; }

.formgroup {
  position: relative;
  margin-bottom: 45px;
  /* LABEL ======================================= */
  /* active state */
  /* BOTTOM BARS ================================= */
  /* active state */
  /* HIGHLIGHTER ================================== */
  /* active state */
  /* ANIMATIONS ================ */ }
  .formgroup input {
    font-size: 12px;
    padding: 15px 15px 15px 7px;
    display: block;
    color: #909090;
    width: 100%;
    border: none;
    border-bottom: 1px solid #757575; }
  .formgroup input:focus {
    outline: none; }
  .formgroup label {
    color: #909090;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all; }
  .formgroup input:focus ~ label,
  .formgroup input:valid ~ label {
    top: -20px;
    font-size: 12px;
    color: #003366; }
  .formgroup .bar {
    position: relative;
    display: block;
    width: 100%; }
  .formgroup .bar:before,
  .formgroup .bar:after {
    content: "";
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #003366;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all; }
  .formgroup .bar:before {
    left: 50%; }
  .formgroup .bar:after {
    right: 50%; }
  .formgroup input:focus ~ .bar:before,
  .formgroup input:focus ~ .bar:after {
    width: 50%; }
  .formgroup .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5; }
  .formgroup input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease; }

@-webkit-keyframes inputHighlighter {
  from {
    background: #003366; }
  to {
    width: 0;
    background: transparent; } }

@keyframes inputHighlighter {
  from {
    background: #003366; }
  to {
    width: 0;
    background: transparent; } }
  .formgroup span.error {
    color: red;
    font-size: 10px;
    position: absolute;
    top: 100%;
    padding: 5px; }

.formgroup-red {
  position: relative;
  margin-bottom: 45px;
  /* LABEL ======================================= */
  /* active state */
  /* BOTTOM BARS ================================= */
  /* active state */
  /* HIGHLIGHTER ================================== */
  /* active state */
  /* ANIMATIONS ================ */ }
  .formgroup-red input {
    font-size: 12px;
    padding: 15px 15px 15px 7px;
    display: block;
    color: #909090;
    width: 100%;
    border: none;
    border-bottom: 1px solid #757575; }
  .formgroup-red input:focus {
    outline: none; }
  .formgroup-red label {
    color: #909090;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all; }
  .formgroup-red input:focus ~ label,
  .formgroup-red input:valid ~ label {
    top: -20px;
    font-size: 12px;
    color: #ff0000; }
  .formgroup-red .bar {
    position: relative;
    display: block;
    width: 100%; }
  .formgroup-red .bar:before,
  .formgroup-red .bar:after {
    content: "";
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #ff0000;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all; }
  .formgroup-red .bar:before {
    left: 50%; }
  .formgroup-red .bar:after {
    right: 50%; }
  .formgroup-red input:focus ~ .bar:before,
  .formgroup-red input:focus ~ .bar:after {
    width: 50%; }
  .formgroup-red .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5; }
  .formgroup-red input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease; }

@-webkit-keyframes inputHighlighter {
  from {
    background: #ff0000; }
  to {
    width: 0;
    background: transparent; } }

@keyframes inputHighlighter {
  from {
    background: #ff0000; }
  to {
    width: 0;
    background: transparent; } }
  .formgroup-red span.error {
    color: red;
    font-size: 10px;
    position: absolute;
    top: 100%;
    padding: 5px; }

.formgroup-float .material-textfield {
  position: relative; }

.formgroup-float label {
  position: absolute;
  font-family: "roboto-regular", sans-serif;
  font-size: 14px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: white;
  color: #909090;
  padding: 0 0.3rem;
  margin: 0 0.5rem;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  pointer-events: none; }

.formgroup-float input {
  font-size: 14px;
  outline: none;
  border: 1px solid lightgray;
  border-radius: 5px;
  padding: 0.5rem 0.7rem;
  color: #909090;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
  width: 100%;
  background-color: white !important; }

.formgroup-float input[type="date"] {
  background-color: #ffff !important; }

.formgroup-float input:focus {
  border-color: #003366; }

.formgroup-float input:focus + label {
  color: #003366;
  top: 0;
  -webkit-transform: translateY(-50%) scale(0.9);
      -ms-transform: translateY(-50%) scale(0.9);
          transform: translateY(-50%) scale(0.9); }

.formgroup-float input:not(:-moz-placeholder-shown) + label {
  top: 0;
  transform: translateY(-50%) scale(0.9); }

.formgroup-float input:not(:-ms-input-placeholder) + label {
  top: 0;
  -ms-transform: translateY(-50%) scale(0.9);
      transform: translateY(-50%) scale(0.9); }

.formgroup-float input:not(:placeholder-shown) + label {
  top: 0;
  -webkit-transform: translateY(-50%) scale(0.9);
      -ms-transform: translateY(-50%) scale(0.9);
          transform: translateY(-50%) scale(0.9); }

.formgroup-float-icon .material-textfield {
  position: relative; }

.formgroup-float-icon label {
  position: absolute;
  font-family: "roboto-regular", sans-serif;
  font-size: 14px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: white;
  color: rgba(144, 144, 144, 0.7);
  padding: 0 0.3rem;
  margin: 0 0.5rem;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  pointer-events: none; }

.formgroup-float-icon .right-icon {
  right: 1em;
  top: 0.5rem;
  position: absolute;
  color: rgba(144, 144, 144, 0.7); }

.formgroup-float-icon input {
  font-size: 14px;
  outline: none;
  border: 1px solid lightgray;
  border-radius: 5px;
  padding: 0.5rem 0.7rem;
  color: #909090;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
  width: 100%; }

.formgroup-float-icon input:focus {
  border-color: #ff0000; }

.formgroup-float-icon input:focus + label {
  color: #ff0000;
  top: 0;
  -webkit-transform: translateY(-50%) scale(0.9);
      -ms-transform: translateY(-50%) scale(0.9);
          transform: translateY(-50%) scale(0.9); }

.formgroup-float-icon input:not(:-moz-placeholder-shown) + label {
  top: 0;
  transform: translateY(-50%) scale(0.9); }

.formgroup-float-icon input:not(:-ms-input-placeholder) + label {
  top: 0;
  -ms-transform: translateY(-50%) scale(0.9);
      transform: translateY(-50%) scale(0.9); }

.formgroup-float-icon input:not(:placeholder-shown) + label {
  top: 0;
  -webkit-transform: translateY(-50%) scale(0.9);
      -ms-transform: translateY(-50%) scale(0.9);
          transform: translateY(-50%) scale(0.9); }

.form__group {
  position: relative;
  padding: 15px 0 0;
  margin-top: 10px; }
  .form__group .form__field {
    font-family: inherit;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #d2d2d2;
    outline: 0;
    font-size: 16px;
    color: #212121;
    padding: 7px 0;
    background: transparent;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s; }
  .form__group .form__field::-webkit-input-placeholder {
    color: transparent; }
  .form__group .form__field::-moz-placeholder {
    color: transparent; }
  .form__group .form__field:-ms-input-placeholder {
    color: transparent; }
  .form__group .form__field::-ms-input-placeholder {
    color: transparent; }
  .form__group .form__field::placeholder {
    color: transparent; }
  .form__group .form__field:-moz-placeholder-shown ~ .form__label {
    font-family: "roboto-regular", sans-serif;
    font-size: 14px;
    cursor: text;
    top: 20px; }
  .form__group .form__field:-ms-input-placeholder ~ .form__label {
    font-family: "roboto-regular", sans-serif;
    font-size: 14px;
    cursor: text;
    top: 20px; }
  .form__group .form__field:placeholder-shown ~ .form__label {
    font-family: "roboto-regular", sans-serif;
    font-size: 14px;
    cursor: text;
    top: 20px; }
  .form__group label,
  .form__group .form__field:focus ~ .form__label {
    position: absolute;
    top: 0;
    display: block;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-family: "roboto-regular", sans-serif;
    font-size: 12px;
    color: rgba(144, 144, 144, 0.7); }
  .form__group .form__field:focus ~ .form__label {
    color: #ff0000; }
  .form__group .form__field:focus {
    padding-bottom: 6px;
    border-bottom: 2px solid #ff0000; }

/*******************************Custom radio****************************************/
.custom-radio {
  font-family: "roboto-regular", sans-serif; }
  .custom-radio [type="radio"]:checked,
  .custom-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px; }
  .custom-radio [type="radio"]:checked + label,
  .custom-radio [type="radio"]:not(:checked) + label {
    font-family: "roboto-regular", sans-serif;
    font-size: 16px;
    position: relative;
    padding-left: 20px;
    padding-right: 10px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666; }
  .custom-radio [type="radio"]:checked + label:before,
  .custom-radio [type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff; }
  .custom-radio [type="radio"]:checked + label:after,
  .custom-radio [type="radio"]:not(:checked) + label:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #ff0000;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .custom-radio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
        transform: scale(0); }
  .custom-radio [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
        transform: scale(1); }

.custom-checkbox input[type="checkbox"] {
  position: relative;
  width: 16px;
  height: 16px;
  color: #000;
  border: 1px solid #d3d3d3;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  cursor: pointer;
  -webkit-transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
  transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1); }

.custom-checkbox input[type="checkbox"]:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 6px;
  width: 6px;
  height: 14px;
  border-color: #fff;
  border-style: solid;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0; }

.custom-checkbox input[type="checkbox"]:checked {
  color: #fff;
  border-color: #003366;
  background: #003366; }

.custom-checkbox input[type="checkbox"]:checked:before {
  opacity: 1; }

.custom-checkbox input[type="checkbox"]:checked::-ms-check {
  color: #fff;
  border-color: #003366;
  background: #003366; }

.custom-checkbox input[type="checkbox"]:checked::-ms-check:before {
  opacity: 1; }

.custom-checkbox label {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding-left: 5px; }

.custom-checkbox-grey input[type="checkbox"] {
  position: relative;
  width: 16px;
  height: 16px;
  color: #000;
  border: 1px solid #d3d3d3;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  cursor: pointer;
  -webkit-transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
  transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1); }

.custom-checkbox-grey input[type="checkbox"]:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 6px;
  width: 6px;
  height: 14px;
  border-color: #fff;
  border-style: solid;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0; }

.custom-checkbox-grey input[type="checkbox"]:checked {
  color: #fff;
  border-color: #d3d3d3;
  background: #d3d3d3; }

.custom-checkbox-grey input[type="checkbox"]:checked:before {
  opacity: 1; }

.custom-checkbox-grey input[type="checkbox"]:checked::-ms-check {
  color: #fff;
  border-color: #d3d3d3;
  background: #d3d3d3; }

.custom-checkbox-grey input[type="checkbox"]:checked::-ms-check:before {
  opacity: 1; }

.custom-checkbox-grey label {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding-left: 5px; }

.search-control-form ::-webkit-input-placeholder {
  color: #535353;
  font-family: "roboto-regular", sans-serif;
  font-size: 14px; }

.search-control-form ::-moz-placeholder {
  color: #535353;
  font-family: "roboto-regular", sans-serif;
  font-size: 14px; }

.search-control-form :-ms-input-placeholder {
  color: #535353;
  font-family: "roboto-regular", sans-serif;
  font-size: 14px; }

.search-control-form ::-ms-input-placeholder {
  color: #535353;
  font-family: "roboto-regular", sans-serif;
  font-size: 14px; }

.search-control-form ::placeholder {
  color: #535353;
  font-family: "roboto-regular", sans-serif;
  font-size: 14px; }

.search-control-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #535353; }

.search-control-form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #535353; }

.formgroup-float-textarea #cancellationNotesContainer {
  position: relative;
  float: left;
  width: 100%; }

.formgroup-float-textarea #cancellationNotesContainer label {
  position: absolute;
  top: 0;
  left: 7px;
  font-family: "roboto-regular", sans-serif;
  padding: 0.9rem 0;
  pointer-events: none;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  color: #909090; }

.formgroup-float-textarea #cancellationNotesContainer textarea {
  background-color: white;
  padding: 0.875rem 0;
  font-size: 14px;
  border: 0;
  border: 1px solid #d3d3d3;
  width: 100%;
  border-radius: 4px;
  resize: none;
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.formgroup-float-textarea #cancellationNotesContainer textarea:focus {
  outline: 0;
  border: 1px solid #003366; }

.formgroup-float-textarea #cancellationNotesContainer textarea.not-empty {
  outline: 0;
  border: 1px solid #d3d3d3; }

.formgroup-float-textarea #cancellationNotesContainer textarea:focus ~ label {
  font-size: 14px;
  color: #003366;
  top: -1.5rem;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  background: white;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 0px; }

.formgroup-float-textarea #cancellationNotesContainer textarea.not-empty ~ label {
  font-size: 14px;
  color: #909090;
  top: -1.5rem;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  background: white;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 0px; }

.formgroup-float-textarea .current-characters {
  display: inline; }

header .navbar {
  position: relative;
  padding: 0rem 1rem;
  height: 67px; }

header .navbar-nav {
  min-width: 250px;
  background-color: #003366;
  position: absolute;
  height: 67px;
  right: 0px;
  top: 0px;
  padding-left: 15px; }

@media (max-width: 776px) {
  header .navbar-nav {
    min-width: 15%;
    padding-left: 0px; } }

header .fa {
  color: #ff0000; }

header .red-nav {
  background-color: red; }
  header .red-nav .input-group {
    background-color: #f5f5f7;
    border-radius: 5px; }
    header .red-nav .input-group input {
      background-color: rgba(255, 0, 0, 0.7);
      color: #fff;
      border: none; }
      header .red-nav .input-group input::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.7);
        font-size: 12px; }
      header .red-nav .input-group input::-moz-placeholder {
        color: rgba(255, 255, 255, 0.7);
        font-size: 12px; }
      header .red-nav .input-group input:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.7);
        font-size: 12px; }
      header .red-nav .input-group input::-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.7);
        font-size: 12px; }
      header .red-nav .input-group input::placeholder {
        color: rgba(255, 255, 255, 0.7);
        font-size: 12px; }
  header .red-nav .toggle-wrap {
    margin-left: -10px;
    padding: 10px 10px;
    margin-top: 2vh;
    position: relative;
    cursor: pointer;
    float: left; }
  header .red-nav .toggle-bar,
  header .red-nav .toggle-bar::before,
  header .red-nav .toggle-bar::after,
  header .red-nav .toggle-wrap.active .toggle-bar,
  header .red-nav .toggle-wrap.active .toggle-bar::before,
  header .red-nav .toggle-wrap.active .toggle-bar::after {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  header .red-nav .toggle-bar {
    width: 22px;
    position: relative;
    border-top: 4px solid #fff;
    border-radius: 6px;
    display: block; }
  @media (max-width: 556px) {
    header .red-nav .toggle-bar {
      width: 20px; } }
  header .red-nav .toggle-bar::before,
  header .red-nav .toggle-bar::after {
    content: "";
    display: block;
    background: #fff;
    height: 4px;
    width: 30px;
    border-radius: 6px;
    border-top: 4px solid #fff;
    position: absolute;
    top: -12px;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -ms-transform-origin: 13%;
    -webkit-transform-origin: 13%;
    transform-origin: 13%; }
  header .red-nav .toggle-bar::after {
    top: 4px; }
  header .red-nav .toggle-wrap.active .toggle-bar {
    border-top: 4px solid transparent; }
  header .red-nav .toggle-wrap.active .toggle-bar::before {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  header .red-nav .toggle-wrap.active .toggle-bar::after {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  header .red-nav .not-bell {
    font-size: 25px;
    padding-top: -0.5vh;
    padding-right: 15px; }
    header .red-nav .not-bell .fa {
      color: white; }
  @media (max-width: 556px) {
    header .red-nav .not-bell {
      font-size: 20px;
      margin-top: -1vh; } }
  header .red-nav .notification {
    color: #909090;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    display: inline-block; }
  header .red-nav .notification .badge {
    position: absolute;
    top: 0px;
    right: 5px;
    width: 22px;
    height: 22px;
    padding: 4px 0px;
    border-radius: 11px;
    border: 2px solid #fff;
    font-size: 10px;
    background: #003366;
    color: white; }
  @media (max-width: 556px) {
    header .red-nav .notification .badge {
      position: absolute;
      top: -1px;
      right: 10px;
      width: 16px;
      height: 16px;
      padding: 3px 0px;
      border-radius: 8px;
      border: 1px solid #fff;
      font-size: 8px;
      text-align: center;
      background: #003366;
      color: white; } }
  header .red-nav .person-info {
    border: 1px solid #fff;
    border-radius: 10px; }
    header .red-nav .person-info:hover,
    header .red-nav .person-info :active {
      -webkit-box-shadow: none;
              box-shadow: none; }
    header .red-nav .person-info .person-desp {
      color: #fff;
      font-family: "roboto-regular", sans-serif;
      font-weight: 500;
      font-size: 14px;
      min-width: 100px;
      max-width: 140px;
      height: 16px;
      text-align: left;
      margin-top: 4px; }

header nav {
  -webkit-box-shadow: 0px 0px 15px rgba(144, 144, 144, 0.4);
          box-shadow: 0px 0px 15px rgba(144, 144, 144, 0.4); }
  header nav .logo img {
    max-width: 140px; }
  @media (max-width: 568px) {
    header nav .logo img {
      max-width: 120px; } }
  header nav .person-info {
    border: 2px solid #fff;
    border-radius: 5px; }
    header nav .person-info:hover,
    header nav .person-info :active {
      -webkit-box-shadow: none;
              box-shadow: none; }
  header nav .menu-align {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2.5vh; }
    @media (max-width: 550px) {
      header nav .menu-align .menu-align {
        padding-top: 0vh; } }
  header nav .toolbar .person-ava {
    width: 30px;
    height: 30px;
    border: 2px solid #ffff;
    border-radius: 5px; }
  header nav .toolbar .person-desp {
    color: #8d8c8c; }
  @media (max-width: 550px) {
    header nav .toolbar .person-ava {
      margin-top: 5px;
      width: 30px;
      height: 30px;
      border: 2px solid #ffff;
      border-radius: 50%; }
    header nav .toolbar .person-desp {
      display: none; }
    header nav .toolbar .person-info {
      border: 0px solid #dddada; } }
  header nav .notif-dropdown {
    position: absolute;
    display: none;
    -webkit-animation-name: fadeInTopFast;
            animation-name: fadeInTopFast;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-transition: ease-out;
    transition: ease-out;
    background-color: #f8f9fa;
    -webkit-box-shadow: 0px 0px 5px #ccc;
            box-shadow: 0px 0px 5px #ccc;
    right: 10vw;
    width: 250px;
    padding: 10px 10px 0px 10px;
    z-index: 7100; }
    header nav .notif-dropdown .card .card-header {
      padding: 5px 10px;
      background-color: #f5f5f7;
      color: #909090;
      font-size: 14px; }
    header nav .notif-dropdown .card .card-footer {
      padding: 5px 10px;
      background-color: rgba(248, 248, 248, 0.7);
      font-size: 14px; }
    header nav .notif-dropdown .card .list-group {
      border: none;
      max-height: 194px;
      overflow-y: auto; }
      header nav .notif-dropdown .card .list-group::-webkit-scrollbar {
        width: 4px; }
    header nav .notif-dropdown .card .list-group-item {
      background-color: #f8f9fa;
      -webkit-transition: 0.4s;
      transition: 0.4s;
      padding: 7px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      /* IE */
      -o-object-fit: scale-down;
         object-fit: scale-down;
      /* FF */
      font-family: "roboto-regular", sans-serif; }
      header nav .notif-dropdown .card .list-group-item .at-50 {
        padding: 7px; }
      header nav .notif-dropdown .card .list-group-item .noti-header {
        font-family: "roboto-medium", sans-serif;
        font-size: 14px;
        font-weight: 500; }
      header nav .notif-dropdown .card .list-group-item .noti-para {
        font-size: 10px;
        font-weight: 700;
        margin-top: -5px;
        margin-bottom: -0.2rem; }
      header nav .notif-dropdown .card .list-group-item:hover {
        background-color: #f5f5f7;
        color: rgba(0, 51, 102, 0.7); }
    header nav .notif-dropdown ul {
      list-style-type: none;
      border: 1px solid #e6e4e4; }
      header nav .notif-dropdown ul li {
        text-align: left;
        font-size: 15px;
        color: #868282;
        padding: 5px;
        border-bottom: 1px solid #e6e4e4;
        font-family: "roboto-regular", sans-serif; }
  @media (max-width: 350px) {
    header nav .notif-dropdown {
      right: 5px; } }
  header nav .display-notif {
    display: block; }
  header nav .disp-dropdown:hover .person-info {
    border: 1px solid rgba(211, 211, 211, 0.7);
    -webkit-transition: 0.8s;
    transition: 0.8s; }
  header nav .disp-dropdown:hover .person-desp {
    color: rgba(211, 211, 211, 0.7);
    -webkit-transition: 0.8s;
    transition: 0.8s; }
  @media (max-width: 556px) {
    header nav .disp-dropdown:hover,
    header nav .disp-dropdown:active {
      outline: none; }
      header nav .disp-dropdown:hover .person-info,
      header nav .disp-dropdown:active .person-info {
        border: none; } }
  header nav .toolbar-dropdown {
    position: absolute;
    display: none;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 4px #ccc;
            box-shadow: 0px 2px 4px #ccc;
    right: 10px;
    top: 67px;
    width: 240px;
    -webkit-animation-name: fadeInTopFast;
            animation-name: fadeInTopFast;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-transition: ease-out;
    transition: ease-out;
    border-radius: 12px;
    font-family: "roboto-regular", sans-serif; }
    header nav .toolbar-dropdown .per-dis-block {
      background: black;
      background: -webkit-gradient(linear, left bottom, left top, from(black), to(#003366));
      background: linear-gradient(0deg, black 0%, #003366 100%);
      color: white; }
    header nav .toolbar-dropdown ul {
      list-style-type: none;
      font-family: "roboto-regular", sans-serif; }
      header nav .toolbar-dropdown ul li {
        text-align: center;
        font-size: 12px;
        color: #868282;
        padding: 5px 0px;
        border-bottom: 1px solid #e6e4e4;
        font-family: "roboto-regular", sans-serif; }
        header nav .toolbar-dropdown ul li h6 {
          font-size: 14px; }
        header nav .toolbar-dropdown ul li p {
          margin: -0.2rem 0rem; }
    header nav .toolbar-dropdown .display-person {
      width: 70px;
      height: 70px;
      border-radius: 5px;
      border: 3px solid #d3d3d3; }
    header nav .toolbar-dropdown .profile-name {
      font-size: 18px;
      font-family: "roboto-medium", sans-serif;
      font-weight: 500;
      width: 80%; }
  header nav .displayInfo-active {
    display: block; }

.btn-primary {
  background-color: rgba(255, 0, 0, 0.8);
  border: 1px solid #ff0000; }
  .btn-primary:hover, .btn-primary:active {
    background-color: red;
    -webkit-transition: ease-in-out;
    transition: ease-in-out;
    border: 1px solid #ff0000;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
    background-color: #ff0000; }

.btn-secondary {
  background-color: rgba(0, 51, 102, 0.9);
  border: 1px solid #003366; }
  .btn-secondary:hover, .btn-secondary:active {
    background-color: #003366;
    -webkit-transition: ease-in-out;
    transition: ease-in-out;
    border: 1px solid #003366; }
  .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active {
    background-color: #003366; }

.btn-warning {
  background-color: rgba(253, 106, 2, 0.8);
  border: 1px solid #fd6a02; }
  .btn-warning:hover {
    background-color: #fd6a02;
    -webkit-transition: ease-in-out;
    transition: ease-in-out;
    border: 1px solid #fd6a02; }
  .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active {
    background-color: #fd6a02; }

.btn-outline-primary {
  border: 1px solid #ff0000;
  color: #ff0000;
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  .btn-outline-primary:hover {
    background-color: red;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 1px solid #ff0000;
    color: #fff; }
  .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: #ff0000; }

.btn-outline-primary-round {
  border: 1px solid #ff0000;
  color: #ff0000;
  padding: 5px 15px;
  border-radius: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  .btn-outline-primary-round:hover {
    background-color: red;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 1px solid #ff0000;
    color: #fff; }
  .btn-outline-primary-round:not(:disabled):not(.disabled).active, .btn-outline-primary-round:not(:disabled):not(.disabled):active {
    background-color: #ff0000; }

.btn-outline-secondary-round {
  border: 1px solid #003366;
  color: #003366;
  padding: 5px 15px;
  border-radius: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  .btn-outline-secondary-round:hover {
    background-color: #003366;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 1px solid #003366;
    color: #fff; }
  .btn-outline-secondary-round:not(:disabled):not(.disabled).active, .btn-outline-secondary-round:not(:disabled):not(.disabled):active {
    background-color: #003366; }

.btn-secondary-round {
  border: 1px solid #003366;
  color: #fff;
  padding: 5px 15px;
  border-radius: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #003366; }
  .btn-secondary-round:hover {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 1px solid #003366;
    color: #fff; }
  .btn-secondary-round:not(:disabled):not(.disabled).active, .btn-secondary-round:not(:disabled):not(.disabled):active {
    background-color: #003366; }

.btn-outline-secondary {
  border: 1px solid #003366; }
  .btn-outline-secondary:hover {
    background-color: #003366;
    -webkit-transition: ease-in-out;
    transition: ease-in-out;
    border: 1px solid #003366; }
  .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active {
    background-color: #003366; }

.btn-outline-warning {
  border: 1px solid #fd6a02; }
  .btn-outline-warning:hover {
    background-color: #fd6a02;
    -webkit-transition: ease-in-out;
    transition: ease-in-out;
    border: 1px solid #fd6a02; }
  .btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active {
    background-color: #fd6a02; }

.dropdown-menu {
  position: absolute; }

.disp-dropdown {
  z-index: 6000; }

.disp-dropdown:hover .notif-dropdown {
  display: block; }

.disp-dropdown:hover .toolbar-dropdown {
  display: block; }

.dropdown-hover:hover .dropdown-menu {
  display: block; }

@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-120px);
            transform: translateY(-120px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-120px);
            transform: translateY(-120px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes fadeInTopFast {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fadeInTopFast {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes moveLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px); }
  33% {
    opacity: 0.8;
    -webkit-transform: translateX(3px);
            transform: translateX(3px); }
  66% {
    opacity: 0.6;
    -webkit-transform: translateX(7px);
            transform: translateX(7px); }
  100% {
    opacity: 0.2;
    -webkit-transform: translateX(10px);
            transform: translateX(10px); } }

@keyframes moveLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px); }
  33% {
    opacity: 0.8;
    -webkit-transform: translateX(3px);
            transform: translateX(3px); }
  66% {
    opacity: 0.6;
    -webkit-transform: translateX(7px);
            transform: translateX(7px); }
  100% {
    opacity: 0.2;
    -webkit-transform: translateX(10px);
            transform: translateX(10px); } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  25% {
    opacity: 0.25; }
  50% {
    opacity: 0.5; }
  75% {
    opacity: 0.75; }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  25% {
    opacity: 0.25; }
  50% {
    opacity: 0.5; }
  75% {
    opacity: 0.75; }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0; }
  to {
    bottom: 0;
    opacity: 1; } }

@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0; }
  to {
    bottom: 0;
    opacity: 1; } }

.alert {
  position: relative;
  padding: 12px 15px;
  border: 5px solid transparent;
  border-radius: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: padding-box; }
  .alert i {
    display: inline-block;
    margin-top: -2px;
    vertical-align: middle; }
  .alert > *:last-child:not(.btn),
  .alert h1:last-child:not(.btn),
  .alert h2:last-child:not(.btn),
  .alert h3:last-child:not(.btn),
  .alert h4:last-child:not(.btn),
  .alert h5:last-child:not(.btn),
  .alert h6:last-child:not(.btn),
  .alert p:last-child:not(.btn),
  .alert ul:last-child:not(.btn),
  .alert ol:last-child:not(.btn),
  .alert a:last-child:not(.btn) {
    margin: 0; }
  .alert::before {
    display: block;
    position: absolute;
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    border: 1px solid #fff;
    border-radius: 0;
    content: "";
    z-index: -1; }
  .alert .alert-dismissible {
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    outline: none; }
    .alert .alert-dismissible.fade.show {
      opacity: 1; }
  .alert .alert-close {
    display: block;
    position: absolute;
    top: 7px;
    right: 9px;
    outline: none;
    cursor: pointer; }
    .alert .alert-close::before {
      content: "\e5cd"; }

.alert-primary {
  background-color: #ff0000;
  color: #fff; }

.alert-primary-light {
  background-color: rgba(220, 152, 20, 0.12);
  color: #ff0000; }

.alert-primary-white {
  background-color: #fff;
  color: #ff0000;
  border: 1px solid rgba(255, 0, 0, 0.5); }

.alert-secondary {
  background-color: #003366;
  color: #fff; }

.alert-secondary-light {
  background-color: rgba(0, 51, 102, 0.12);
  color: #003366; }

.alert-secondary-white {
  background-color: #fff;
  color: #003366;
  border: 1px solid rgba(0, 51, 102, 0.7); }

.alert-warning-light {
  background-color: #fff3cd;
  border: 1px solid #856404;
  color: #856404; }

.alert-warning-white {
  background-color: #fff;
  color: #856404;
  border: 1px solid #d6c280; }

.alert-success-light {
  background-color: #d4edda;
  border: 1px solid #155724;
  color: #155724; }

.alert-success-white {
  background-color: #fff;
  color: #155724;
  border: 1px solid #155724; }

.alert-danger-light {
  background-color: #f8d7da;
  border: 1px solid #721c24;
  color: #721c24; }

.alert-danger-white {
  background-color: #fff;
  color: #721c24;
  border: 1px solid #721c24; }

.alert-info-light {
  background-color: #d1ecf1;
  border: 1px solid #0c5460;
  color: #0c5460; }

.alert-info-white {
  background-color: #fff;
  color: #0c5460;
  border: 1px solid #0c5460; }

.alert-dark-light {
  background-color: #d6d8d9;
  border: 1px solid #1b1e21;
  color: #1b1e21; }

.alert-dark-white {
  background-color: #fff;
  color: #1b1e21;
  border: 1px solid #1b1e21; }

.modal {
  z-index: 5000; }

.modal-header-blue {
  background-color: #003366;
  color: #fff;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .modal-header-blue .close {
    outline: none;
    color: #fff;
    padding: 20px; }

.modal-header-red {
  background-color: #ff0000;
  color: #fff;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .modal-header-red .close {
    outline: none;
    color: #fff;
    padding: 20px; }

.modal-header-white {
  background-color: white;
  color: #ff0000;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .modal-header-white .close {
    outline: none;
    color: #fff;
    padding: 20px; }

.modal-sm-red .modal-header {
  background-color: #ff0000;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  color: #fff; }
  .modal-sm-red .modal-header .close {
    outline: none;
    color: #fff; }

.modal-sm-red .modal-body {
  border-top: none;
  background-color: #f5f5f7; }

.modal-sm-red .modal-footer {
  border-top: none;
  margin: 0px;
  padding: 5px;
  background-color: #f5f5f7; }

.modal-sm-white {
  border-radius: 10px;
  text-align: center; }
  .modal-sm-white .modal-header {
    background-color: white;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border: none;
    color: #ff0000; }
    .modal-sm-white .modal-header .close {
      outline: none;
      color: #d3d3d3;
      font-size: 10px; }
  .modal-sm-white .modal-body {
    border-top: none;
    background-color: #fff; }
  .modal-sm-white .modal-footer {
    border-top: none;
    margin: 0px;
    padding: 5px;
    background-color: white; }

@media (min-width: 706px) {
  .modal-xlg {
    max-width: 90vw; } }

.close-lg {
  font-size: 35px; }

.modal-header-noborder {
  border-bottom: none; }

.bg-faded {
  background-color: #f3f3f3;
  max-height: 500px; }

.btn-round {
  border-radius: 500px; }

.btn-round,
.btn-round:hover,
.btn-round:active {
  border-color: transparent; }

.modal.animate {
  opacity: 0; }

.modal.animate.show {
  opacity: 1; }

.modal.animate .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal.animate .a-fadeLeftBig {
  -webkit-animation: fadeOutLeftBig 0.5s;
  animation: fadeOutLeftBig 0.5s; }

.modal.animate.show .a-fadeLeftBig {
  -webkit-animation: fadeInLeftBig 0.5s;
  animation: fadeInLeftBig 0.5s; }

.modal.animate .a-fadeRightBig {
  -webkit-animation: fadeOutRightBig 0.5s;
  animation: fadeOutRightBig 0.5s; }

.modal.animate.show .a-fadeRightBig {
  -webkit-animation: fadeInRightBig 0.5s;
  animation: fadeInRightBig 0.5s; }

.modal.animate .a-fadeUpBig {
  -webkit-animation: fadeOutUpBig 0.5s;
  animation: fadeOutUpBig 0.5s; }

.modal.animate.show .a-fadeUpBig {
  -webkit-animation: fadeInUpBig 0.5s;
  animation: fadeInUpBig 0.5s; }

.modal.animate .a-fadeDownBig {
  -webkit-animation: fadeOutDownBig 0.5s;
  animation: fadeOutDownBig 0.5s; }

.modal.animate.show .a-fadeDownBig {
  -webkit-animation: fadeInDownBig 0.5s;
  animation: fadeInDownBig 0.5s; }

.modal.animate .a-fadeRight {
  -webkit-animation: fadeOutRight 0.5s;
  animation: fadeOutRight 0.5s; }

.modal.animate.show .a-fadeRight {
  -webkit-animation: fadeInRight 0.5s;
  animation: fadeInRight 0.5s; }

.modal.animate .a-fadeLeft {
  -webkit-animation: fadeOutLeft 0.5s;
  animation: fadeOutLeft 0.5s; }

.modal.animate.show .a-fadeLeft {
  -webkit-animation: fadeInLeft 0.5s;
  animation: fadeInLeft 0.5s; }

.modal.animate .a-fadeUp {
  -webkit-animation: fadeOutUp 0.5s;
  animation: fadeOutUp 0.5s; }

.modal.animate.show .a-fadeUp {
  -webkit-animation: fadeInUp 0.5s;
  animation: fadeInUp 0.5s; }

.modal.animate .a-fadeDown {
  -webkit-animation: fadeOutDown 0.5s;
  animation: fadeOutDown 0.5s; }

.modal.animate.show .a-fadeDown {
  -webkit-animation: fadeInDown 0.5s;
  animation: fadeInDown 0.5s; }

.modal.animate .a-lightSpeed {
  -webkit-animation: lightSpeedOut 0.5s;
  animation: lightSpeedOut 0.5s; }

.modal.animate.show .a-lightSpeed {
  -webkit-animation: lightSpeedIn 0.5s;
  animation: lightSpeedIn 0.5s; }

.modal.animate .a-flipX {
  -webkit-animation: flipOutX 0.5s;
  animation: flipOutX 0.5s; }

.modal.animate.show .a-flipX {
  -webkit-animation: flipInX 0.5s;
  animation: flipInX 0.5s; }

.modal.animate .a-flipY {
  -webkit-animation: flipOutY 0.5s;
  animation: flipOutY 0.5s; }

.modal.animate.show .a-flipY {
  -webkit-animation: flipInY 0.5s;
  animation: flipInY 0.5s; }

.modal.animate .a-roll {
  -webkit-animation: rollOut 0.5s;
  animation: rollOut 0.5s; }

.modal.animate.show .a-roll {
  -webkit-animation: rollIn 0.5s;
  animation: rollIn 0.5s; }

.modal.animate .a-bounce {
  -webkit-animation: bounceOut 0.5s;
  animation: bounceOut 0.5s; }

.modal.animate.show .a-bounce {
  -webkit-animation: bounceIn 0.5s;
  animation: bounceIn 0.5s; }

.modal.animate .a-rotate {
  -webkit-animation: rotateOut 0.5s;
  animation: rotateOut 0.5s; }

.modal.animate.show .a-rotate {
  -webkit-animation: rotateIn 0.5s;
  animation: rotateIn 0.5s; }

.modal.animate .a-zoom {
  -webkit-animation: zoomOut 0.5s;
  animation: zoomOut 0.5s; }

.modal.animate.show .a-zoom {
  -webkit-animation: zoomIn 0.5s;
  animation: zoomIn 0.5s; }

.modal.animate .a-zoomUp {
  -webkit-animation: zoomOutUp 0.5s;
  animation: zoomOutUp 0.5s; }

.modal.animate.show .a-zoomUp {
  -webkit-animation: zoomInUp 0.5s;
  animation: zoomInUp 0.5s; }

.modal.animate .a-zoomRight {
  -webkit-animation: zoomOutRight 0.5s;
  animation: zoomOutRight 0.5s; }

.modal.animate.show .a-zoomRight {
  -webkit-animation: zoomInRight 0.5s;
  animation: zoomInRight 0.5s; }

.modal.animate .a-zoomDown {
  -webkit-animation: zoomOutDown 0.5s;
  animation: zoomOutDown 0.5s; }

.modal.animate.show .a-zoomDown {
  -webkit-animation: zoomInDown 0.5s;
  animation: zoomInDown 0.5s; }

.modal.animate .a-zoomLeft {
  -webkit-animation: zoomOutLeft 0.5s;
  animation: zoomOutLeft 0.5s; }

.modal.animate.show .a-zoomLeft {
  -webkit-animation: zoomInLeft 0.5s;
  animation: zoomInLeft 0.5s; }

.AnimatePopUp {
  position: absolute;
  z-index: 5000;
  left: 0px;
  top: 5%;
  text-align: center;
  -webkit-animation-name: fadeInTop;
          animation-name: fadeInTop;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

#loader {
  border: 8px solid #cfcece;
  border-radius: 50%;
  border-top: 8px solid #ca0a0a;
  width: 45px;
  height: 45px;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite; }

.brand-wrapper {
  margin-bottom: 20px;
  text-align: center; }
  .brand-wrapper .logo {
    height: 60px; }
    @media (max-width: 540px) {
      .brand-wrapper .logo {
        height: 45px; } }

.login-card {
  border: 0;
  border-radius: 27px;
  -webkit-box-shadow: 0 6px 20px 0 rgba(64, 64, 64, 0.2), 0 6px 20px 0 rgba(64, 64, 64, 0.19);
          box-shadow: 0 6px 20px 0 rgba(64, 64, 64, 0.2), 0 6px 20px 0 rgba(64, 64, 64, 0.19);
  overflow: hidden; }
  .login-card-img {
    border-radius: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .login-card .card-body {
    padding: 25px 80px; }
    @media (max-width: 930px) {
      .login-card .card-body {
        padding: 35px 34px; } }
    .login-card .card-body nav {
      text-align: center;
      margin-top: 20px; }
      .login-card .card-body nav a {
        font-size: 14px;
        font-weight: 500;
        color: #909090;
        padding: 10px; }
      .login-card .card-body nav:hover {
        color: #ff0000; }
  .login-card-description {
    font-size: 22px;
    color: #282828;
    text-align: center;
    font-weight: bold;
    margin-bottom: 13px; }
    @media (max-width: 540px) {
      .login-card-description {
        font-size: 18px;
        margin-bottom: 18px; } }
  .login-card .anony {
    padding-right: 25px;
    text-align: right; }
    .login-card .anony a {
      font-size: 14px;
      color: #909090; }

.login-card-1 {
  border: 0;
  border-radius: 27px;
  -webkit-box-shadow: 0 6px 20px 0 rgba(64, 64, 64, 0.2), 0 6px 20px 0 rgba(64, 64, 64, 0.19);
          box-shadow: 0 6px 20px 0 rgba(64, 64, 64, 0.2), 0 6px 20px 0 rgba(64, 64, 64, 0.19);
  overflow: hidden; }
  .login-card-1-img {
    border-radius: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .login-card-1 .card-body {
    padding: 25px 80px 10px 80px; }
    @media (max-width: 930px) {
      .login-card-1 .card-body {
        padding: 35px 34px; } }
    .login-card-1 .card-body nav {
      text-align: center;
      margin-top: 20px; }
      .login-card-1 .card-body nav a {
        font-size: 14px;
        font-weight: 500;
        color: #909090;
        padding: 10px; }
      .login-card-1 .card-body nav:hover {
        color: #ff0000; }
  .login-card-1-description {
    font-size: 22px;
    color: #282828;
    text-align: center;
    font-weight: bold;
    margin-bottom: 13px; }
    @media (max-width: 540px) {
      .login-card-1-description {
        font-size: 18px;
        margin-bottom: 18px; } }
  .login-card-1 .anony {
    padding-right: 25px;
    text-align: right; }
    .login-card-1 .anony a {
      font-size: 14px;
      color: #909090; }

.login-data-red {
  background-color: #ff0000; }

.o-login-form {
  background-color: #fff; }
  .o-login-form #login-form {
    padding: 0px 25px; }
  .o-login-form .login-card-footer-nav a:hover {
    color: #ff0000; }

@media (max-width: 776px) {
  .o-login-form #login-form {
    padding: 0px 25px; } }

.carousel-inner-red {
  height: 550px; }
  .carousel-inner-red .carousel-item .login-content {
    margin-top: 10%;
    color: #f5f5f5;
    text-align: center; }
    .carousel-inner-red .carousel-item .login-content h1 {
      padding-top: 7%; }
      .carousel-inner-red .carousel-item .login-content h1 img {
        height: 70px; }
    .carousel-inner-red .carousel-item .login-content h3 {
      padding-top: 20px; }
    .carousel-inner-red .carousel-item .login-content p {
      color: #f8f8f8;
      padding: 15px;
      margin-top: 10px; }
  .carousel-inner-red .carousel-item .login-content-inline {
    margin-top: 20%;
    padding: 50px;
    color: #f5f5f5;
    text-align: left; }
    .carousel-inner-red .carousel-item .login-content-inline h1 {
      padding-top: 7%; }
      .carousel-inner-red .carousel-item .login-content-inline h1 img {
        height: 70px;
        margin-right: 20px; }
    .carousel-inner-red .carousel-item .login-content-inline h3 {
      padding-top: 20px; }
    .carousel-inner-red .carousel-item .login-content-inline p {
      color: #f8f8f8;
      padding: 15px;
      margin-top: 10px; }
  .carousel-inner-red .carousel-indicators-red li {
    background-color: #535353; }

.alert-warning {
  border: 1px solid rgba(255, 0, 0, 0.5); }
  .alert-warning .close {
    outline: none; }

.c-button {
  -webkit-appearance: none;
  position: relative;
  display: inline-block;
  padding: 12px 24px;
  margin: 0;
  vertical-align: middle;
  overflow: visible;
  color: #fff;
  font: inherit;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  background: transparent;
  border: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-shadow: 1px 1px 7px #d3d3d3;
          box-shadow: 1px 1px 7px #d3d3d3;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .c-button:hover, .c-button:focus {
    color: white;
    outline: 0;
    text-decoration: none; }
  .c-button:not(:disabled) {
    cursor: pointer; }

/**
   * Mixin: Button Modifier
   * --------------------------------------------------
   */
.c-button--red {
  background: #ff0000;
  text-shadow: 2px 2px 0 #cc0000; }
  .c-button--red:hover {
    background: #eb0000; }

.c-button--blue {
  background: #003366; }
  .c-button--blue:hover {
    background: #eb0000; }

.c-button--red {
  background: #ff0000;
  text-shadow: 2px 2px 0 #001a33; }
  .c-button--red:hover {
    background: #002952; }

.c-button--blue {
  background: #003366; }
  .c-button--blue:hover {
    background: #002952; }

/**
   * Utility: Ripple
   * --------------------------------------------------
   */
.c-ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: transparent; }

.c-ripple__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(83, 83, 83, 0.25); }
  .c-ripple.is-active .c-ripple__circle {
    -webkit-animation: a-ripple 0.4s ease-in;
            animation: a-ripple 0.4s ease-in; }

/**
   * Animation: Ripple
   * --------------------------------------------------
   */
.dashboard {
  border-radius: 8px;
  background-color: #fff;
  padding: 10px; }

.category-card-0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-right: 0px;
  height: 160px;
  background-color: #f5f5f7;
  border: 1px solid #dbe3ea;
  color: #535353;
  text-decoration: none;
  font-weight: 400;
  border-radius: 4px; }
  .category-card-0:hover {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    background-color: white;
    border: 1px solid rgba(144, 144, 144, 0.3);
    color: #003366; }
    .category-card-0:hover .category-card-subtitle {
      font-size: 10px;
      font-weight: 300;
      visibility: visible; }
      .category-card-0:hover .category-card-subtitle i {
        -webkit-animation-name: moveLeft;
                animation-name: moveLeft;
        -webkit-animation-duration: 1.8s;
                animation-duration: 1.8s;
        -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
        font-size: 10px;
        font-weight: 300; }
  .category-card-0 .category-card-info {
    margin: 0 auto; }
  .category-card-0 .category-card-title2 {
    font-family: "roboto-medium", sans-serif;
    font-size: 16px;
    padding: 0px 10px; }
  .category-card-0 .category-card-subtitle {
    margin: 0;
    color: #999999;
    font-family: "roboto-light", sans-serif;
    font-size: 10px;
    font-weight: 300;
    font-weight: normal;
    visibility: hidden; }
  .category-card-0 .category-card-thumb {
    display: inline-block;
    margin: 0 auto;
    overflow: hidden; }
  .category-card-0 .category-card-thumb > img {
    margin-top: 20px;
    width: 48px;
    height: 48px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .category-card-0 .category-card-thumb > i {
    margin-top: 20px;
    font-size: 10px;
    font-weight: 300;
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

.bottom:before {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 0;
  height: 15px;
  width: 50px;
  border-bottom: 5px solid red; }

.bottom-1:before {
  content: "";
  position: absolute;
  left: 17px;
  bottom: 0;
  height: 15px;
  width: 50px;
  border-bottom: 5px solid red; }

.bottom-2:before {
  content: "";
  position: absolute;
  left: 58px;
  bottom: 0;
  height: 15px;
  width: 50px;
  border-bottom: 5px solid red; }

.category-card-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-right: 0px;
  height: 160px;
  background-color: #fff;
  border: 1px solid #ebecee;
  color: #535353;
  text-decoration: none;
  font-weight: 400;
  border-radius: 4px; }
  .category-card-1:hover {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    background-color: #f5f5f7;
    border: 1px solid rgba(144, 144, 144, 0.3);
    color: #003366; }
    .category-card-1:hover .category-card-subtitle {
      font-size: 12px;
      font-weight: 600;
      visibility: visible; }
      .category-card-1:hover .category-card-subtitle i {
        -webkit-animation-name: moveLeft;
                animation-name: moveLeft;
        -webkit-animation-duration: 1.8s;
                animation-duration: 1.8s;
        -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite; }
  .category-card-1 .category-card-info {
    margin: 0 auto; }
  .category-card-1 .category-card-title2 {
    font-family: "roboto-medium", sans-serif;
    font-size: 16px;
    padding: 0px 10px; }
  .category-card-1 .category-card-subtitle {
    margin: 0;
    color: #999999;
    font-family: "roboto-light", sans-serif;
    font-size: 10px;
    font-weight: 300;
    font-weight: normal;
    visibility: hidden; }
  .category-card-1 .category-card-thumb {
    display: inline-block;
    margin: 0 auto;
    overflow: hidden; }
  .category-card-1 .category-card-thumb > img {
    margin-top: 20px;
    width: 48px;
    height: 48px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .category-card-1 .category-card-thumb > i {
    margin-top: 20px;
    font-size: 10px;
    font-weight: 300;
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

.bottom:before {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 0;
  height: 15px;
  width: 50px;
  border-bottom: 5px solid red; }

.dashboard-1 {
  border-radius: 8px;
  padding: 10px; }

.category-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-right: 0px;
  margin: 10px;
  height: 160px;
  background-color: #f5f5f7;
  border: 1px solid #dbe3ea;
  color: #535353;
  text-decoration: none;
  font-weight: 400;
  border-radius: 4px; }
  .category-card:hover {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    background-color: white;
    border: 1px solid white;
    -webkit-box-shadow: -1px 3px 20px 1px rgba(211, 211, 211, 0.63);
    box-shadow: -1px 3px 20px 1px rgba(211, 211, 211, 0.63);
    color: #003366; }
    .category-card:hover .category-card-subtitle {
      font-size: 10px;
      font-weight: 300;
      visibility: visible; }
      .category-card:hover .category-card-subtitle i {
        -webkit-animation-name: moveLeft;
                animation-name: moveLeft;
        -webkit-animation-duration: 1.8s;
                animation-duration: 1.8s;
        -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite; }
  .category-card .category-card-info {
    margin: 0 auto; }
  .category-card .category-card-title2 {
    font-family: "roboto-medium", sans-serif;
    font-size: 16px;
    padding: 0px 10px; }
  .category-card .category-card-subtitle {
    margin: 0;
    color: #999999;
    font-family: "roboto-light", sans-serif;
    font-size: 10px;
    font-weight: 300;
    font-weight: normal;
    visibility: hidden; }
  .category-card .category-card-thumb {
    display: inline-block;
    margin: 0 auto;
    overflow: hidden; }
  .category-card .category-card-thumb > img {
    margin-top: 20px;
    width: 48px;
    height: 48px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .category-card .category-card-thumb > i {
    margin-top: 20px;
    display: block;
    font-size: 10px;
    font-weight: 300;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

.footer {
  position: fixed;
  z-index: 10000;
  bottom: 0px;
  width: 100%;
  line-height: 45px;
  background-color: #303030; }
  .footer .copyright {
    color: white;
    font-size: 12px;
    float: right; }
  .footer .session {
    color: white;
    font-size: 12px;
    text-align: left; }

@media (max-width: 556px) {
  .footer {
    z-index: 10000;
    line-height: 20px; }
    .footer .copyright {
      clear: both;
      text-align: center !important;
      float: none;
      font-size: 10px;
      padding-left: 10%; }
    .footer .session {
      clear: both;
      text-align: center !important;
      float: none;
      padding-left: 17%;
      font-size: 10px; } }

.dash-name {
  text-align: left;
  color: #535353; }

.dash-project {
  text-align: right;
  padding-top: 5px;
  color: #535353; }

@media (max-width: 556px) {
  .bottom-1:before {
    content: "";
    position: absolute;
    left: 40%;
    bottom: 0;
    height: 15px;
    width: 20%;
    border-bottom: 5px solid red; }
  .dash-name {
    text-align: center;
    color: #535353; }
  .dash-project {
    text-align: center;
    padding-top: 5px;
    color: #535353; } }

#app-list-1 .dropdown {
  width: 100%; }
  #app-list-1 .dropdown:hover .dropdown-toggle {
    background-color: #003366;
    -webkit-box-shadow: -1px 3px 7px 1px rgba(0, 51, 102, 0.63);
    box-shadow: -1px 3px 7px 1px rgba(0, 51, 102, 0.63);
    color: white;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    border: 2px solid #003366; }
    #app-list-1 .dropdown:hover .dropdown-toggle::after {
      content: "\2212"; }
  #app-list-1 .dropdown .dropdown-toggle {
    background-color: #f5f5f7;
    color: #003366;
    text-align: left;
    padding: 10px;
    border: 2px solid #003366;
    font-size: 14px;
    height: 50px; }
    #app-list-1 .dropdown .dropdown-toggle .menu-name {
      padding-top: 5px;
      font-size: 14px;
      width: 90%;
      display: inline-block; }
    #app-list-1 .dropdown .dropdown-toggle::after {
      border: 0px;
      padding-top: 3px;
      content: "\002B";
      float: right; }
  #app-list-1 .dropdown .dropdown-menu {
    position: absolute;
    width: 100%;
    margin-top: -1px;
    padding: 0px;
    max-height: 245px;
    overflow-y: auto;
    border-radius: none;
    /* Track */
    /* Handle */
    /* Handle on hover */ }
    #app-list-1 .dropdown .dropdown-menu::-webkit-scrollbar {
      width: 5px; }
    #app-list-1 .dropdown .dropdown-menu .text-white {
      color: white; }
    #app-list-1 .dropdown .dropdown-menu::-webkit-scrollbar-track {
      background: rgba(211, 211, 211, 0.5); }
    #app-list-1 .dropdown .dropdown-menu::-webkit-scrollbar-thumb {
      background: rgba(255, 0, 0, 0.7); }
    #app-list-1 .dropdown .dropdown-menu::-webkit-scrollbar-thumb:hover {
      background: red; }
    #app-list-1 .dropdown .dropdown-menu li {
      padding: 5px 10px;
      border-bottom: 1px solid rgba(144, 144, 144, 0.2); }
      #app-list-1 .dropdown .dropdown-menu li a {
        font-size: 14px; }
      #app-list-1 .dropdown .dropdown-menu li:hover {
        padding-left: 15px;
        border-left: 4px solid red;
        background-color: #f5f5f7;
        padding-right: 10px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        #app-list-1 .dropdown .dropdown-menu li:hover a {
          color: red;
          -webkit-transition: 0.4s;
          transition: 0.4s; }

#app-list-2 .dropdown {
  width: 100%; }
  #app-list-2 .dropdown:hover .dropdown-toggle {
    -webkit-box-shadow: -1px 3px 10px 1px rgba(0, 51, 102, 0.43);
    box-shadow: -1px 3px 10px 1px rgba(0, 51, 102, 0.43);
    color: white;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    border: 2px solid #003366; }
    #app-list-2 .dropdown:hover .dropdown-toggle::after {
      content: "\2212"; }
  #app-list-2 .dropdown .dropdown-toggle {
    background-color: #003366;
    color: #fff;
    text-align: left;
    padding: 10px;
    border: 2px solid #003366;
    font-size: 14px;
    height: 50px; }
    #app-list-2 .dropdown .dropdown-toggle .menu-name {
      padding-top: 5px;
      font-size: 14px;
      width: 90%;
      display: inline-block; }
    #app-list-2 .dropdown .dropdown-toggle::after {
      border: 0px;
      padding-top: 3px;
      content: "\002B";
      float: right; }
  #app-list-2 .dropdown .dropdown-menu {
    width: 100%;
    -webkit-box-shadow: 0px 0px 10px #404040;
            box-shadow: 0px 0px 10px #404040;
    max-height: 245px;
    margin-top: -1px;
    overflow-y: auto;
    padding: 0px;
    /* Track */
    /* Handle */
    /* Handle on hover */ }
    #app-list-2 .dropdown .dropdown-menu::-webkit-scrollbar {
      width: 5px; }
    #app-list-2 .dropdown .dropdown-menu .text-white {
      color: white; }
    #app-list-2 .dropdown .dropdown-menu::-webkit-scrollbar-track {
      background: rgba(211, 211, 211, 0.5); }
    #app-list-2 .dropdown .dropdown-menu::-webkit-scrollbar-thumb {
      background: rgba(255, 0, 0, 0.7); }
    #app-list-2 .dropdown .dropdown-menu::-webkit-scrollbar-thumb:hover {
      background: red; }
    #app-list-2 .dropdown .dropdown-menu li {
      padding: 5px 10px;
      border-bottom: 1px solid rgba(144, 144, 144, 0.2); }
      #app-list-2 .dropdown .dropdown-menu li a {
        font-size: 14px; }
      #app-list-2 .dropdown .dropdown-menu li:hover {
        padding-left: 15px;
        background-color: rgba(0, 51, 102, 0.1);
        border-left: 4px solid #003366;
        color: #003366;
        padding-right: 10px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        #app-list-2 .dropdown .dropdown-menu li:hover a {
          color: #003366;
          -webkit-transition: 0.4s;
          transition: 0.4s; }

#app-list-3 {
  height: 65vh; }
  #app-list-3 .dropdown {
    width: 100%; }
    #app-list-3 .dropdown:hover .dropdown-toggle {
      -webkit-box-shadow: -1px 3px 10px 1px rgba(0, 51, 102, 0.43);
      box-shadow: -1px 3px 10px 1px rgba(0, 51, 102, 0.43);
      color: white;
      -webkit-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in;
      border: 2px solid #003366; }
      #app-list-3 .dropdown:hover .dropdown-toggle::after {
        content: "\2212"; }
    #app-list-3 .dropdown .dropdown-toggle {
      background-color: #003366;
      color: #fff;
      text-align: left;
      padding: 10px;
      border: 2px solid #003366;
      font-size: 14px;
      height: 50px;
      border-radius: 0px; }
      #app-list-3 .dropdown .dropdown-toggle .menu-name {
        padding-top: 5px;
        font-size: 14px;
        width: 90%;
        display: inline-block; }
      #app-list-3 .dropdown .dropdown-toggle::after {
        border: 0px;
        padding-top: 3px;
        content: "\002B";
        float: right; }
    #app-list-3 .dropdown .dropdown-menu {
      width: 100%;
      -webkit-box-shadow: 0px 0px 10px #404040;
              box-shadow: 0px 0px 10px #404040;
      margin-top: -1px;
      max-height: 245px;
      overflow-y: auto;
      padding: 0px;
      border-radius: 0px;
      /* Track */
      /* Handle */
      /* Handle on hover */ }
      #app-list-3 .dropdown .dropdown-menu::-webkit-scrollbar {
        width: 5px; }
      #app-list-3 .dropdown .dropdown-menu .text-white {
        color: white; }
      #app-list-3 .dropdown .dropdown-menu::-webkit-scrollbar-track {
        background: rgba(211, 211, 211, 0.5); }
      #app-list-3 .dropdown .dropdown-menu::-webkit-scrollbar-thumb {
        background: rgba(255, 0, 0, 0.7); }
      #app-list-3 .dropdown .dropdown-menu::-webkit-scrollbar-thumb:hover {
        background: red; }
      #app-list-3 .dropdown .dropdown-menu li {
        padding: 5px 10px;
        border-bottom: 1px solid rgba(144, 144, 144, 0.2); }
        #app-list-3 .dropdown .dropdown-menu li a {
          font-size: 14px; }
        #app-list-3 .dropdown .dropdown-menu li:hover {
          padding-left: 15px;
          background-color: rgba(0, 51, 102, 0.1);
          border-left: 4px solid #003366;
          color: #003366;
          padding-right: 10px;
          -webkit-transition: 0.4s;
          transition: 0.4s; }
          #app-list-3 .dropdown .dropdown-menu li:hover a {
            color: #003366;
            -webkit-transition: 0.4s;
            transition: 0.4s; }

#app-list-4 {
  height: 65vh; }
  #app-list-4 .dropdown {
    width: 100%; }
    #app-list-4 .dropdown:hover .dropdown-toggle {
      background-color: #003366;
      -webkit-box-shadow: -1px 3px 7px 1px rgba(0, 51, 102, 0.63);
      box-shadow: -1px 3px 7px 1px rgba(0, 51, 102, 0.63);
      color: white;
      -webkit-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in;
      border: 2px solid #003366; }
      #app-list-4 .dropdown:hover .dropdown-toggle::after {
        content: "\2212"; }
    #app-list-4 .dropdown .dropdown-toggle {
      background-color: #f5f5f7;
      color: #003366;
      text-align: left;
      padding: 10px;
      border: 2px solid #003366;
      font-size: 14px;
      height: 50px; }
      #app-list-4 .dropdown .dropdown-toggle .menu-name {
        padding-top: 5px;
        font-size: 14px;
        width: 90%;
        display: inline-block; }
      #app-list-4 .dropdown .dropdown-toggle::after {
        border: 0px;
        padding-top: 3px;
        content: "\002B";
        float: right; }
    #app-list-4 .dropdown .dropdown-menu {
      position: absolute;
      width: 100%;
      margin-top: -1px;
      padding: 0px;
      max-height: 245px;
      overflow-y: auto;
      border-radius: none;
      /* Track */
      /* Handle */
      /* Handle on hover */ }
      #app-list-4 .dropdown .dropdown-menu::-webkit-scrollbar {
        width: 5px; }
      #app-list-4 .dropdown .dropdown-menu .text-white {
        color: white; }
      #app-list-4 .dropdown .dropdown-menu::-webkit-scrollbar-track {
        background: rgba(211, 211, 211, 0.5); }
      #app-list-4 .dropdown .dropdown-menu::-webkit-scrollbar-thumb {
        background: rgba(255, 0, 0, 0.7); }
      #app-list-4 .dropdown .dropdown-menu::-webkit-scrollbar-thumb:hover {
        background: red; }
      #app-list-4 .dropdown .dropdown-menu li {
        padding: 5px 10px;
        border-bottom: 1px solid rgba(144, 144, 144, 0.2); }
        #app-list-4 .dropdown .dropdown-menu li a {
          font-size: 14px; }
        #app-list-4 .dropdown .dropdown-menu li:hover {
          padding-left: 15px;
          border-left: 4px solid red;
          background-color: #f5f5f7;
          padding-right: 10px;
          -webkit-transition: 0.2s;
          transition: 0.2s; }
          #app-list-4 .dropdown .dropdown-menu li:hover a {
            color: red;
            -webkit-transition: 0.4s;
            transition: 0.4s; }

.regis-header {
  background-color: #003366;
  width: 100%;
  color: #fff; }

.regis-log {
  border-right: 1px solid lightgray; }

@media (max-width: 556px) {
  .regis-log {
    border-right: none; } }

.rad-5 {
  border-radius: 5px; }

.btn-outline-default-search {
  border: 1px solid #d3d3d3;
  border-left: none;
  color: #909090; }

.date-selector {
  border: 1px solid #909090; }

.select2-container--bootstrap4
.select2-selection--single
.select2-selection__placeholder {
  font-size: 14px;
  color: #909090; }

.select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4
.select2-results__option--highlighted.select2-results__option[aria-selected="true"] {
  background-color: #003366; }

.select2-container--bootstrap4
.select2-selection--single
.select2-selection__rendered {
  color: #909090;
  font-size: 14px; }

/*# sourceMappingURL=style.css.map */
